@btc-embedded/cdk-extensions 0.22.7 → 0.22.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +123 -15
- package/API.md +78 -0
- package/CHANGELOG.md +14 -0
- package/assets/cli/catnip.js +191 -0
- package/lib/constructs/EventPipe.js +1 -1
- package/lib/constructs/ExportedService.js +1 -1
- package/lib/constructs/S3Bucket.js +1 -1
- package/lib/constructs/SecureRestApi.js +1 -1
- package/lib/constructs/SecureRestApiV2.js +1 -1
- package/lib/constructs/api-keys/ApiKeyClientAuthorization.js +1 -1
- package/lib/constructs/api-keys/ApiKeyManagement.js +1 -1
- package/lib/constructs/api-keys/ApiKeyPreTokenHandler.js +1 -1
- package/lib/constructs/api-keys/ApiKeyStore.js +1 -1
- package/lib/extensions/ApiGatewayExtension.js +3 -3
- package/lib/extensions/ApplicationContainer.js +1 -1
- package/lib/extensions/ApplicationLoadBalancerExtension.js +3 -3
- package/lib/extensions/ApplicationLoadBalancerExtensionV2.js +1 -1
- package/lib/extensions/CloudMapExtension.js +1 -1
- package/lib/extensions/DeactivatableServiceExtension.js +1 -1
- package/lib/extensions/DeploymentConfigExtension.js +1 -1
- package/lib/extensions/DocumentDbAccessExtension.js +1 -1
- package/lib/extensions/DomainEventMessagingExtension.js +1 -1
- package/lib/extensions/EfsMountExtension.js +1 -1
- package/lib/extensions/ExtraContainerExtension.js +1 -1
- package/lib/extensions/HTTPApiExtension.js +1 -1
- package/lib/extensions/LogExtension.js +1 -1
- package/lib/extensions/ModifyContainerDefinitionExtension.js +1 -1
- package/lib/extensions/ModifyTaskDefinitionExtension.js +1 -1
- package/lib/extensions/OpenIdExtension.js +1 -1
- package/lib/extensions/OpenTelemetryExtension.js +1 -1
- package/lib/extensions/PostgresDbAccessExtension.js +1 -1
- package/lib/extensions/SharedVolumeExtension.js +1 -1
- package/lib/extensions/TcpKeepAliveExtension.js +1 -1
- package/lib/platform/ApiGateway.js +1 -1
- package/lib/platform/ApiGatewayVpcLink.js +2 -2
- package/lib/platform/ApplicationLoadBalancer.js +1 -1
- package/lib/platform/ApplicationLoadBalancerV2.js +2 -2
- package/lib/platform/BTCLogGroup.js +1 -1
- package/lib/platform/CognitoUserPool.d.ts +6 -5
- package/lib/platform/CognitoUserPool.js +3 -3
- package/lib/platform/CognitoUserPool.keys.d.ts +13 -0
- package/lib/platform/CognitoUserPool.keys.js +38 -0
- package/lib/platform/DefaultUserPoolClients.js +1 -1
- package/lib/platform/DocumentDB.js +2 -2
- package/lib/platform/EcsCluster.js +1 -1
- package/lib/platform/EfsFileSystem.js +1 -1
- package/lib/platform/HostedZone.js +1 -1
- package/lib/platform/PrivateDnsNamespace.js +1 -1
- package/lib/platform/ResourceServer.js +1 -1
- package/lib/platform/Vpc.js +1 -1
- package/lib/platform/VpcV2.js +1 -1
- package/lib/stacks/ApplicationStack.js +1 -1
- package/lib/utils/BasePlatformStackResolver.js +1 -1
- package/lib/utils/StackParameter.d.ts +6 -0
- package/lib/utils/StackParameter.js +13 -22
- package/lib/utils/stackParameterName.d.ts +14 -0
- package/lib/utils/stackParameterName.js +37 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/README.md +4 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-cjs/index.js +22 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/index.js +34 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +52 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +67 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +61 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +11 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/index.d.ts +34 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +15 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +60 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +34 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/package.json +57 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/README.md +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-cjs/index.js +22 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/index.js +34 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +52 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +67 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +61 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +11 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/index.d.ts +34 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +15 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +60 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +6 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +34 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/package.json +57 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/README.md +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-cjs/index.js +22 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-es/index.js +34 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +52 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +67 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +61 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/index.d.ts +34 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +15 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +60 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +34 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/types/package.json +57 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/abort-controller/package.json +63 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/config-resolver/package.json +66 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/credential-provider-imds/package.json +70 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/fetch-http-handler/package.json +69 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/hash-node/package.json +65 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/invalid-dependency/package.json +61 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/middleware-content-length/package.json +64 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/middleware-serde/package.json +65 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/middleware-stack/package.json +64 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/node-config-provider/package.json +66 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/property-provider/package.json +61 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/protocol-http/package.json +62 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/querystring-builder/package.json +61 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/querystring-parser/package.json +61 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/service-error-classification/package.json +60 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/shared-ini-file-loader/package.json +73 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/signature-v4/package.json +70 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/url-parser/package.json +62 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/util-endpoints/package.json +69 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/util-middleware/package.json +67 -0
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@smithy/util-retry/package.json +71 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/README.md +39 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/client.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/client.js +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-cjs/index.js +2100 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +55 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +51 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +299 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1755 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +72 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +22 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +131 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +122 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +49 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +20 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +20 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +76 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +82 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +127 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +153 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +127 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +54 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +136 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +157 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +40 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +82 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +143 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +280 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +46 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +27 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +16 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +43 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +117 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +61 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +20 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +20 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +27 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +28 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +46 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +29 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +65 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +47 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +46 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +42 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +22 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +57 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +42 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/package.json +121 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/core/protocols.js +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/README.md +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-cjs/index.js +22 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-es/index.js +34 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +52 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +67 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +61 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/index.d.ts +34 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +60 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +34 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/package.json +57 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/LICENSE +201 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/README.md +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +124 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +57 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.browser.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/package.json +63 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/abort-controller/LICENSE +201 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/abort-controller/package.json +63 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/README.md +45 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/cbor.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/cbor.js +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-cjs/index.js +349 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1057 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +251 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +839 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +620 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +697 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/getSmithyContext.js +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/index.js +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +17 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +42 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/normalizeProvider.js +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +41 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/request-builder/requestBuilder.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +175 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +96 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +37 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +426 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +221 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +25 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +21 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +86 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +246 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +266 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +122 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +94 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/protocols/SerdeContext.js +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +69 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +66 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +42 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +33 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +91 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +19 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +65 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/index.js +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +65 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +16 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +252 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +20 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +20 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +16 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +22 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/serde/date-utils.js +190 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/serde/index.js +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/serde/lazy-json.js +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +230 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/serde/quote-header.js +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +101 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/serde/split-every.js +27 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/serde/split-header.js +37 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +25 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +34 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +55 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/request-builder/requestBuilder.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +33 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +62 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +27 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +76 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +64 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +127 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +16 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/serde/date-utils.d.ts +73 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +270 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/serde/quote-header.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/serde/split-every.d.ts +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/serde/split-header.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +33 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/request-builder/requestBuilder.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +33 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +17 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +65 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +26 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +27 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +76 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +64 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +130 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +16 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +73 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +45 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +270 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +33 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/event-streams.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/event-streams.js +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/package.json +135 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/protocols.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/protocols.js +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/schema.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/schema.js +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/serde.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/core/serde.js +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/fetch-http-handler/package.json +69 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/LICENSE +201 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/README.md +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +240 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +42 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +55 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +31 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +36 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +37 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +28 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +109 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +26 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +28 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +109 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +26 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +41 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +41 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/package.json +75 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-serde/README.md +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-serde/dist-cjs/index.js +103 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +58 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-serde/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +22 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-serde/package.json +65 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-stack/LICENSE +201 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-stack/README.md +78 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-stack/dist-cjs/index.js +285 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +281 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-stack/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +22 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +22 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-stack/package.json +64 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/LICENSE +201 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/README.md +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-cjs/index.js +62 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +31 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +20 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +22 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +31 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +20 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +22 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-config-provider/package.json +66 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/LICENSE +201 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/README.md +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-cjs/index.js +732 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +224 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +87 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +170 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +21 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +88 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +21 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +56 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +46 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +63 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +46 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +63 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/node-http-handler/package.json +68 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/LICENSE +201 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/README.md +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-es/ProviderError.js +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/property-provider/package.json +61 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/protocol-http/package.json +62 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/querystring-builder/package.json +61 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/querystring-parser/LICENSE +201 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/querystring-parser/README.md +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/querystring-parser/dist-cjs/index.js +27 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/querystring-parser/dist-es/index.js +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/querystring-parser/package.json +61 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +194 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +39 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +52 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +33 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +17 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +52 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +33 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +17 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +16 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +16 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/package.json +73 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/LICENSE +201 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/README.md +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-cjs/index.js +556 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +126 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +135 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +79 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-es/constants.js +43 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +33 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +20 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +29 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +20 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +26 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-es/index.js +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +17 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +399 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-es/utilDate.js +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +21 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +43 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +30 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/index.d.ts +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +21 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +30 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/signature-v4/package.json +70 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/README.md +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-cjs/index.js +589 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/client.js +45 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/command.js +124 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +21 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +22 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +26 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/exceptions.js +50 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +30 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/index.js +20 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +92 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +14 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-es/serde-json.js +19 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/client.d.ts +61 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/command.d.ts +119 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +28 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +42 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/index.d.ts +21 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +162 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +61 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +119 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +11 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +28 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +42 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +24 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +21 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +178 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client/package.json +68 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/url-parser/LICENSE +201 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/url-parser/README.md +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/url-parser/dist-cjs/index.js +23 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/url-parser/dist-es/index.js +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/url-parser/dist-types/index.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/url-parser/package.json +62 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/util-middleware/LICENSE +201 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/util-middleware/README.md +12 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/util-middleware/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/util-middleware/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +6 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/util-middleware/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/util-middleware/package.json +67 -0
- package/node_modules/@aws-sdk/dynamodb-codec/node_modules/@smithy/util-stream/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/README.md +39 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/client.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/client.js +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-cjs/index.js +2100 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +55 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +51 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +299 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1755 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +72 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +22 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +131 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +122 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +49 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +76 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +82 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +127 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +153 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +127 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +54 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +136 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +157 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +40 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +82 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +143 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +280 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +46 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +27 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +16 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +43 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +117 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +61 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +27 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +28 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +46 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +29 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +65 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +47 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +46 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +42 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +22 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +57 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +42 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/package.json +121 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/protocols.js +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/README.md +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-cjs/index.js +22 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/index.js +34 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +52 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +67 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +61 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/index.d.ts +34 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +60 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +34 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/package.json +57 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/README.md +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +124 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +57 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.browser.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@aws-sdk/xml-builder/package.json +63 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/abort-controller/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/abort-controller/README.md +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/abort-controller/dist-cjs/index.js +32 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/abort-controller/dist-es/AbortController.js +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +16 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +16 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/abort-controller/package.json +63 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/README.md +45 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/cbor.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/cbor.js +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-cjs/index.js +349 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1057 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +251 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +839 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +620 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +697 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/getSmithyContext.js +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/index.js +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +17 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +42 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/normalizeProvider.js +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +41 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/request-builder/requestBuilder.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +175 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +96 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +37 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +426 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +221 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +25 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +86 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +246 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +266 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +122 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +94 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/protocols/SerdeContext.js +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +69 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +66 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +42 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +33 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +91 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +19 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +65 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/index.js +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +65 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +16 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +252 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +16 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +22 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/serde/date-utils.js +190 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/serde/index.js +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/serde/lazy-json.js +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +230 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/serde/quote-header.js +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +101 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/serde/split-every.js +27 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/serde/split-header.js +37 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +25 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +34 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +55 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/request-builder/requestBuilder.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +33 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +62 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +27 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +76 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +64 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +127 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +16 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/serde/date-utils.d.ts +73 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +270 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/serde/quote-header.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/serde/split-every.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/serde/split-header.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +33 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/request-builder/requestBuilder.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +33 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +17 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +65 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +26 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +27 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +76 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +64 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +130 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +16 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +73 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +45 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +270 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +33 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/event-streams.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/event-streams.js +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/package.json +135 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/protocols.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/protocols.js +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/schema.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/schema.js +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/serde.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/core/serde.js +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/README.md +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +216 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +141 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +53 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +42 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +42 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/fetch-http-handler/package.json +69 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/README.md +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +240 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +42 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +55 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +31 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +36 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +37 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +28 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +109 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +26 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +28 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +109 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +26 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +41 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +41 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-endpoint/package.json +75 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-serde/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-serde/README.md +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-serde/dist-cjs/index.js +103 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +58 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-serde/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +22 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-serde/package.json +65 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-stack/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-stack/README.md +78 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-stack/dist-cjs/index.js +285 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +281 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-stack/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-stack/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +22 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +22 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/middleware-stack/package.json +64 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/README.md +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-cjs/index.js +62 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +31 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +22 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +31 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +22 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-config-provider/package.json +66 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/README.md +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-cjs/index.js +732 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +224 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +87 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +170 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +88 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +56 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +46 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +63 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +46 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +63 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/node-http-handler/package.json +68 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/README.md +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-es/ProviderError.js +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/property-provider/package.json +61 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/README.md +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-cjs/index.js +169 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-es/Field.js +26 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-es/Fields.js +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +64 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-es/index.js +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +50 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +33 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +35 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +56 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +29 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +50 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +44 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +33 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +35 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +56 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +29 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/protocol-http/package.json +62 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/querystring-builder/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/querystring-builder/README.md +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/querystring-builder/dist-cjs/index.js +26 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/querystring-builder/dist-es/index.js +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/querystring-builder/package.json +61 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/querystring-parser/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/querystring-parser/README.md +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/querystring-parser/dist-cjs/index.js +27 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/querystring-parser/dist-es/index.js +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/querystring-parser/package.json +61 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +194 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +39 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +52 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +33 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +17 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +52 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +33 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +17 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +16 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +16 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/shared-ini-file-loader/package.json +73 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/README.md +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-cjs/index.js +556 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +126 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +135 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +79 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-es/constants.js +43 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +33 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +29 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +26 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-es/index.js +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +17 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +399 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-es/utilDate.js +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +43 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +30 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/index.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +30 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/signature-v4/package.json +70 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/README.md +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-cjs/index.js +589 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/client.js +45 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/command.js +124 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +22 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +26 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/exceptions.js +50 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +30 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/index.js +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +92 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +14 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-es/serde-json.js +19 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/client.d.ts +61 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/command.d.ts +119 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +28 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +42 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/index.d.ts +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +162 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +61 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +119 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +28 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +42 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +24 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +21 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +178 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/smithy-client/package.json +68 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/url-parser/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/url-parser/README.md +10 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/url-parser/dist-cjs/index.js +23 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/url-parser/dist-es/index.js +18 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/url-parser/dist-types/index.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/url-parser/package.json +62 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/util-middleware/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/util-middleware/README.md +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/util-middleware/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/util-middleware/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/util-middleware/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/util-middleware/package.json +67 -0
- package/node_modules/@aws-sdk/lib-dynamodb/node_modules/@smithy/util-stream/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-cjs/index.js +22 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/index.js +34 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +52 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +67 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +61 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +11 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/index.d.ts +34 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +60 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +34 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@aws-sdk/types/package.json +57 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/README.md +10 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-cjs/index.js +62 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +9 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +14 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +23 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +31 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +22 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +31 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +22 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/node-config-provider/package.json +66 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/README.md +10 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-es/ProviderError.js +23 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/property-provider/package.json +61 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-cjs/index.js +169 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-es/Field.js +26 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-es/Fields.js +20 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +21 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +64 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +18 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-es/index.js +8 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +50 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +33 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +35 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +56 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +29 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +50 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +44 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +33 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +35 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +56 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +29 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +21 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/protocol-http/package.json +62 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +15 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +194 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +11 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +10 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +39 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +52 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +33 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +52 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +33 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/node_modules/@smithy/shared-ini-file-loader/package.json +73 -0
- package/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@smithy/fetch-http-handler/package.json +6 -6
- package/node_modules/@smithy/hash-node/package.json +3 -3
- package/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@smithy/querystring-builder/package.json +3 -3
- package/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
- package/node_modules/@smithy/signature-v4/package.json +5 -5
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
- package/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@smithy/util-retry/package.json +4 -4
- package/package.json +17 -2
- package/renovate.json5 +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/README.md +0 -115
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-cjs/index.js +0 -91
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +0 -5
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/auth/auth.js +0 -5
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/auth/index.js +0 -6
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/connection/index.js +0 -3
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/endpoint.js +0 -5
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/endpoints/index.js +0 -5
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/extensions/checksum.js +0 -38
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +0 -7
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/extensions/index.js +0 -3
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/http.js +0 -5
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/identity/index.js +0 -4
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/index.js +0 -43
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/middleware.js +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/profile.js +0 -6
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/transfer.js +0 -6
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/abort-handler.d.ts +0 -7
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/abort.d.ts +0 -50
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +0 -7
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +0 -49
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -20
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +0 -41
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +0 -14
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/auth/auth.d.ts +0 -57
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/auth/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -40
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/checksum.d.ts +0 -63
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/client.d.ts +0 -57
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/command.d.ts +0 -28
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/connection/config.d.ts +0 -10
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/connection/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/connection/manager.d.ts +0 -34
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/connection/pool.d.ts +0 -32
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/crypto.d.ts +0 -60
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -25
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/encode.d.ts +0 -31
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/endpoint.d.ts +0 -77
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +0 -27
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +0 -10
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +0 -28
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +0 -16
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +0 -55
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/eventStream.d.ts +0 -137
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +0 -58
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +0 -33
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/extensions/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +0 -18
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +0 -35
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/feature-ids.d.ts +0 -16
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -128
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/http.d.ts +0 -112
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +0 -14
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +0 -31
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/identity/identity.d.ts +0 -15
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/identity/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +0 -14
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/index.d.ts +0 -43
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/logger.d.ts +0 -13
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/middleware.d.ts +0 -534
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/pagination.d.ts +0 -33
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/profile.d.ts +0 -30
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/response.d.ts +0 -40
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/retry.d.ts +0 -133
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +0 -143
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/schema/schema.d.ts +0 -236
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +0 -65
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +0 -97
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/schema/traits.d.ts +0 -46
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/serde.d.ts +0 -114
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/shapes.d.ts +0 -82
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/signature.d.ts +0 -155
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/stream.d.ts +0 -22
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -32
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/transfer.d.ts +0 -41
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +0 -26
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -77
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/transform/exact.d.ts +0 -6
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +0 -6
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +0 -68
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +0 -34
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -128
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -112
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -43
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +0 -149
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -251
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +0 -116
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/uri.d.ts +0 -17
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/util.d.ts +0 -176
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-types/waiter.d.ts +0 -35
- package/node_modules/@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/package.json +0 -61
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/abort-controller/package.json +0 -63
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/config-resolver/package.json +0 -66
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/credential-provider-imds/package.json +0 -70
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/package.json +0 -69
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/hash-node/package.json +0 -65
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/invalid-dependency/package.json +0 -61
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/middleware-content-length/package.json +0 -64
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/middleware-serde/package.json +0 -65
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/middleware-stack/package.json +0 -64
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/node-config-provider/package.json +0 -66
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/property-provider/package.json +0 -61
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/protocol-http/package.json +0 -62
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/querystring-builder/package.json +0 -61
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/querystring-parser/package.json +0 -61
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/service-error-classification/package.json +0 -60
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/shared-ini-file-loader/package.json +0 -73
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/signature-v4/package.json +0 -70
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/README.md +0 -115
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-cjs/index.js +0 -91
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-es/auth/auth.js +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-es/auth/index.js +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-es/connection/index.js +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-es/endpoint.js +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-es/endpoints/index.js +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-es/extensions/checksum.js +0 -38
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-es/extensions/index.js +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-es/http.js +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-es/identity/index.js +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-es/index.js +0 -43
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-es/middleware.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-es/profile.js +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-es/transfer.js +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/abort-handler.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/abort.d.ts +0 -50
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +0 -49
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -20
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +0 -41
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/auth/auth.d.ts +0 -57
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/auth/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -40
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/checksum.d.ts +0 -63
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/client.d.ts +0 -57
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/command.d.ts +0 -28
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/connection/config.d.ts +0 -10
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/connection/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/connection/manager.d.ts +0 -34
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/connection/pool.d.ts +0 -32
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/crypto.d.ts +0 -60
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -25
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/encode.d.ts +0 -31
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/endpoint.d.ts +0 -77
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +0 -27
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +0 -10
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +0 -28
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +0 -16
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +0 -55
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/eventStream.d.ts +0 -137
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +0 -58
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +0 -33
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/extensions/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +0 -35
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/feature-ids.d.ts +0 -16
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -128
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/http.d.ts +0 -112
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +0 -31
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/identity/identity.d.ts +0 -15
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/identity/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/index.d.ts +0 -43
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/logger.d.ts +0 -13
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/middleware.d.ts +0 -534
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/pagination.d.ts +0 -33
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/profile.d.ts +0 -30
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/response.d.ts +0 -40
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/retry.d.ts +0 -133
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +0 -143
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/schema/schema.d.ts +0 -236
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +0 -65
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +0 -99
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/schema/traits.d.ts +0 -46
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/serde.d.ts +0 -114
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/shapes.d.ts +0 -82
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/signature.d.ts +0 -155
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/stream.d.ts +0 -22
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -32
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/transfer.d.ts +0 -41
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +0 -26
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -77
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/transform/exact.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +0 -68
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +0 -34
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -128
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -112
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -43
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +0 -149
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -251
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +0 -118
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/uri.d.ts +0 -17
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/util.d.ts +0 -176
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-types/waiter.d.ts +0 -35
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/types/package.json +0 -61
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/url-parser/package.json +0 -62
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-endpoints/package.json +0 -69
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-middleware/package.json +0 -67
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/package.json +0 -71
- package/node_modules/@smithy/util-stream/node_modules/@smithy/abort-controller/package.json +0 -63
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/package.json +0 -69
- package/node_modules/@smithy/util-stream/node_modules/@smithy/protocol-http/package.json +0 -62
- package/node_modules/@smithy/util-stream/node_modules/@smithy/querystring-builder/package.json +0 -61
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/README.md +0 -115
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-cjs/index.js +0 -91
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +0 -5
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-es/auth/auth.js +0 -5
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-es/auth/index.js +0 -6
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-es/connection/index.js +0 -3
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-es/endpoint.js +0 -5
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-es/endpoints/index.js +0 -5
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-es/extensions/checksum.js +0 -38
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +0 -7
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-es/extensions/index.js +0 -3
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-es/http.js +0 -5
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-es/identity/index.js +0 -4
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-es/index.js +0 -43
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-es/middleware.js +0 -1
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-es/profile.js +0 -6
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-es/transfer.js +0 -6
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/abort-handler.d.ts +0 -7
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/abort.d.ts +0 -50
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +0 -7
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +0 -49
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -20
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +0 -41
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +0 -14
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/auth/auth.d.ts +0 -57
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/auth/index.d.ts +0 -6
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -40
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/checksum.d.ts +0 -63
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/client.d.ts +0 -57
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/command.d.ts +0 -28
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/connection/config.d.ts +0 -10
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/connection/index.d.ts +0 -3
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/connection/manager.d.ts +0 -34
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/connection/pool.d.ts +0 -32
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/crypto.d.ts +0 -60
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -25
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/encode.d.ts +0 -31
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/endpoint.d.ts +0 -77
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +0 -27
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +0 -10
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +0 -28
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +0 -16
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +0 -5
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +0 -55
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/eventStream.d.ts +0 -137
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +0 -58
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +0 -33
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -9
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/extensions/index.d.ts +0 -4
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +0 -18
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +0 -35
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/feature-ids.d.ts +0 -16
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -128
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/http.d.ts +0 -112
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +0 -14
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +0 -31
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/identity/identity.d.ts +0 -15
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/identity/index.d.ts +0 -4
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +0 -14
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/index.d.ts +0 -43
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/logger.d.ts +0 -13
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/middleware.d.ts +0 -534
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/pagination.d.ts +0 -33
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/profile.d.ts +0 -30
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/response.d.ts +0 -40
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/retry.d.ts +0 -133
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +0 -143
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/schema/schema.d.ts +0 -236
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +0 -65
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +0 -99
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/schema/traits.d.ts +0 -46
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/serde.d.ts +0 -114
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/shapes.d.ts +0 -82
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/signature.d.ts +0 -155
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/stream.d.ts +0 -22
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -32
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/transfer.d.ts +0 -41
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +0 -26
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -77
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/transform/exact.d.ts +0 -6
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +0 -6
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +0 -68
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +0 -34
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -128
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -112
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -43
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +0 -149
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -251
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +0 -118
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/uri.d.ts +0 -17
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/util.d.ts +0 -176
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/dist-types/waiter.d.ts +0 -35
- package/node_modules/@smithy/util-stream/node_modules/@smithy/types/package.json +0 -61
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy/abort-controller → @aws-crypto/sha256-browser/node_modules/@aws-sdk/types}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/README.md +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-cjs/index.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/abort.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/auth.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/abort-handler.js → @aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/checksum.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/client.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/command.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js → @aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/connection.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js → @aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/credentials.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/crypto.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/dns.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/encode.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/endpoint.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/eventStream.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/auth/HttpSigner.js → @aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/extensions/index.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/feature-ids.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js → @aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/function.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js → @aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/http.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/connection/config.js → @aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/connection/manager.js → @aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/connection/pool.js → @aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/identity/Identity.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js → @aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js → @aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js} +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/identity/index.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/index.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/logger.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js → @aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/middleware.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/pagination.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js → @aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/profile.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js → @aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/request.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/response.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/extensions → @aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es}/retry.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/serde.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/shapes.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/signature.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/stream.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/endpoints/shared.js → @aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/token.js} +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/transfer.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/uri.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/util.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/waiter.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/abort.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/auth.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/blob/blob-types.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/checksum.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/client.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/command.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/connection.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/credentials.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/crypto.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/dns.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/encode.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/endpoint.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/eventStream.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/extensions/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/feature-ids.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/function.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/http.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/identity/AnonymousIdentity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/identity/Identity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/identity/LoginIdentity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/identity/TokenIdentity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/identity/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/logger.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/middleware.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/pagination.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/profile.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/request.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/response.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/retry.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/serde.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/shapes.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/signature.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/stream.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/token.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/transfer.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/abort.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/auth.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/checksum.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/client.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/command.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/connection.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/credentials.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/crypto.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/dns.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/encode.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/endpoint.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/eventStream.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/extensions/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/feature-ids.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/function.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/http.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/identity/Identity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/identity/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/logger.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/middleware.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/pagination.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/profile.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/request.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/response.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/retry.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/serde.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/shapes.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/signature.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/stream.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/token.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/transfer.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/uri.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/util.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/waiter.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/uri.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/util.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/waiter.d.ts +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/package.json +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy/config-resolver → @aws-crypto/sha256-js/node_modules/@aws-sdk/types}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/abort.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/checksum.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/client.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/command.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/connection.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/credentials.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/crypto.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/encode.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/eventStream.js +0 -0
- /package/node_modules/{@aws-sdk/nested-clients/dist-es → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/extensions}/index.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/feature-ids.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/function.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/http.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/identity/identity.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/retry.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/Identity.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/schema/schema.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/logger.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/schema/sentinels.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/middleware.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/pagination.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/schema/static-schemas.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/profile.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/schema/traits.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/request.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/response.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy/types/dist-es/extensions → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es}/retry.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/serde.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/shapes.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/signature.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/stream.js +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity-provider/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/token.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/uri.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/util.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/sha256-js/node_modules/@aws-sdk}/types/dist-es/waiter.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy/credential-provider-imds → @aws-crypto/util/node_modules/@aws-sdk/types}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/abort.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/blob/blob-types.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/checksum.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/client.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/command.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/connection.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/credentials.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/crypto.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/encode.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/eventStream.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/extensions/index.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/feature-ids.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/function.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/http.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/identity/AnonymousIdentity.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/identity/AwsCredentialIdentity.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/identity/Identity.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/identity/LoginIdentity.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/identity/TokenIdentity.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/logger.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/middleware.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/pagination.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/profile.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/request.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/response.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@smithy → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/retry.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/serde.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/shapes.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/signature.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/stream.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/token.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/uri.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/util.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/util/node_modules/@aws-sdk}/types/dist-es/waiter.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/querystring-builder → client-dynamodb/node_modules/@aws-sdk/client-sso}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-cjs/auth/httpAuthSchemeProvider.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-cjs/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-cjs/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-cjs/runtimeConfig.browser.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-cjs/runtimeConfig.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-cjs/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-cjs/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/SSO.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/SSOClient.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/auth/httpAuthSchemeProvider.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/commands/GetRoleCredentialsCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/commands/ListAccountRolesCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/commands/ListAccountsCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/commands/LogoutCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/commands/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/models/SSOServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/models/errors.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/models/models_0.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/pagination/Interfaces.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/pagination/ListAccountRolesPaginator.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/pagination/ListAccountsPaginator.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/pagination/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/runtimeConfig.browser.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/runtimeConfig.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-es/schemas/schemas_0.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/SSO.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/SSOClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/commands/ListAccountRolesCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/commands/ListAccountsCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/commands/LogoutCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/commands/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/models/SSOServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/models/models_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/pagination/Interfaces.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/pagination/ListAccountsPaginator.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/pagination/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/schemas/schemas_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/SSO.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/SSOClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/commands/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/models/SSOServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/models/models_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/pagination/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@aws-sdk/client-sso}/package.json +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/README.md +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/account-id-endpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/account-id-endpoint.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/client.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/client.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-cjs/submodules/account-id-endpoint/index.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-cjs/submodules/client/index.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-cjs/submodules/httpAuthSchemes/index.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-cjs/submodules/protocols/index.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/account-id-endpoint/index.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/client/index.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/client/setCredentialFeature.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/client/setFeature.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/client/setTokenFeature.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/httpAuthSchemes/index.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/httpAuthSchemes/utils/index.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/ConfigurableSerdeContext.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/ProtocolLib.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/coercing-serializers.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/common.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/index.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/json/JsonCodec.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/json/JsonShapeSerializer.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/json/awsExpectUnion.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/json/jsonReplacer.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/json/jsonReviver.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/json/parseJsonBody.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/query/AwsQueryProtocol.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/query/QuerySerializerSettings.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/query/QueryShapeSerializer.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/structIterator.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/xml/XmlCodec.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/xml/parseXmlBody.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-es/submodules/protocols/xml/simpleFormatXml.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/api-extractor-type-index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/account-id-endpoint/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/client/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/client/setCredentialFeature.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/client/setFeature.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/client/setTokenFeature.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/httpAuthSchemes/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/ProtocolLib.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/coercing-serializers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/common.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/json/JsonCodec.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/json/jsonReplacer.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/json/jsonReviver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/json/parseJsonBody.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/structIterator.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/xml/XmlCodec.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/api-extractor-type-index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/client/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/client/setFeature.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/common.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/httpAuthSchemes.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/httpAuthSchemes.js +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/package.json +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/protocols.d.ts +0 -0
- /package/node_modules/@aws-sdk/{core → client-dynamodb/node_modules/@aws-sdk/core}/protocols.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/fetch-http-handler → client-dynamodb/node_modules/@aws-sdk/credential-provider-env}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-env → client-dynamodb/node_modules/@aws-sdk/credential-provider-env}/README.md +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-env → client-dynamodb/node_modules/@aws-sdk/credential-provider-env}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-env → client-dynamodb/node_modules/@aws-sdk/credential-provider-env}/dist-es/fromEnv.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-env → client-dynamodb/node_modules/@aws-sdk/credential-provider-env}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-env → client-dynamodb/node_modules/@aws-sdk/credential-provider-env}/dist-types/fromEnv.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-env → client-dynamodb/node_modules/@aws-sdk/credential-provider-env}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-env → client-dynamodb/node_modules/@aws-sdk/credential-provider-env}/dist-types/ts3.4/fromEnv.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-env → client-dynamodb/node_modules/@aws-sdk/credential-provider-env}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-env → client-dynamodb/node_modules/@aws-sdk/credential-provider-env}/package.json +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/README.md +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-cjs/fromHttp/checkUrl.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-cjs/fromHttp/fromHttp.browser.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-cjs/fromHttp/fromHttp.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-cjs/fromHttp/fromHttpTypes.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-cjs/fromHttp/requestHelpers.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-cjs/fromHttp/retry-wrapper.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-cjs/index.browser.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-es/fromHttp/checkUrl.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-es/fromHttp/fromHttp.browser.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-es/fromHttp/fromHttp.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-es/fromHttp/fromHttpTypes.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-es/fromHttp/requestHelpers.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-es/fromHttp/retry-wrapper.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-es/index.browser.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-types/fromHttp/checkUrl.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-types/fromHttp/fromHttp.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-types/fromHttp/fromHttp.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-types/fromHttp/fromHttpTypes.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-types/fromHttp/requestHelpers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-types/fromHttp/retry-wrapper.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-types/index.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-types/ts3.4/fromHttp/checkUrl.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-types/ts3.4/fromHttp/fromHttp.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-types/ts3.4/index.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb/node_modules/@aws-sdk/credential-provider-http}/package.json +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/hash-node → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/README.md +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-es/fromIni.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-es/resolveAssumeRoleCredentials.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-es/resolveCredentialSource.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-es/resolveLoginCredentials.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-es/resolveProcessCredentials.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-es/resolveProfileData.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-es/resolveSsoCredentials.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-es/resolveStaticCredentials.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-es/resolveWebIdentityCredentials.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/fromIni.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/resolveAssumeRoleCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/resolveCredentialSource.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/resolveLoginCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/resolveProcessCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/resolveProfileData.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/resolveSsoCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/resolveStaticCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/resolveWebIdentityCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/ts3.4/fromIni.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/ts3.4/resolveCredentialSource.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/ts3.4/resolveLoginCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/ts3.4/resolveProfileData.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/ts3.4/resolveSsoCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/ts3.4/resolveStaticCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@aws-sdk/credential-provider-ini}/package.json +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-login → client-dynamodb/node_modules/@aws-sdk/credential-provider-login}/README.md +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-login → client-dynamodb/node_modules/@aws-sdk/credential-provider-login}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-login → client-dynamodb/node_modules/@aws-sdk/credential-provider-login}/dist-es/LoginCredentialsFetcher.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-login → client-dynamodb/node_modules/@aws-sdk/credential-provider-login}/dist-es/fromLoginCredentials.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-login → client-dynamodb/node_modules/@aws-sdk/credential-provider-login}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/credential-provider-imds → client-dynamodb/node_modules/@aws-sdk/credential-provider-login}/dist-es/types.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-login → client-dynamodb/node_modules/@aws-sdk/credential-provider-login}/dist-types/LoginCredentialsFetcher.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-login → client-dynamodb/node_modules/@aws-sdk/credential-provider-login}/dist-types/fromLoginCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-login → client-dynamodb/node_modules/@aws-sdk/credential-provider-login}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-login → client-dynamodb/node_modules/@aws-sdk/credential-provider-login}/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-login → client-dynamodb/node_modules/@aws-sdk/credential-provider-login}/dist-types/ts3.4/fromLoginCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-login → client-dynamodb/node_modules/@aws-sdk/credential-provider-login}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-login → client-dynamodb/node_modules/@aws-sdk/credential-provider-login}/dist-types/ts3.4/types.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-login → client-dynamodb/node_modules/@aws-sdk/credential-provider-login}/dist-types/types.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-login → client-dynamodb/node_modules/@aws-sdk/credential-provider-login}/package.json +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/middleware-content-length → client-dynamodb/node_modules/@aws-sdk/credential-provider-node}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node → client-dynamodb/node_modules/@aws-sdk/credential-provider-node}/README.md +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node → client-dynamodb/node_modules/@aws-sdk/credential-provider-node}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node → client-dynamodb/node_modules/@aws-sdk/credential-provider-node}/dist-es/defaultProvider.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node → client-dynamodb/node_modules/@aws-sdk/credential-provider-node}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node → client-dynamodb/node_modules/@aws-sdk/credential-provider-node}/dist-es/remoteProvider.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node → client-dynamodb/node_modules/@aws-sdk/credential-provider-node}/dist-es/runtime/memoize-chain.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node → client-dynamodb/node_modules/@aws-sdk/credential-provider-node}/dist-types/defaultProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node → client-dynamodb/node_modules/@aws-sdk/credential-provider-node}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node → client-dynamodb/node_modules/@aws-sdk/credential-provider-node}/dist-types/remoteProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node → client-dynamodb/node_modules/@aws-sdk/credential-provider-node}/dist-types/runtime/memoize-chain.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node → client-dynamodb/node_modules/@aws-sdk/credential-provider-node}/dist-types/ts3.4/defaultProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node → client-dynamodb/node_modules/@aws-sdk/credential-provider-node}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node → client-dynamodb/node_modules/@aws-sdk/credential-provider-node}/dist-types/ts3.4/remoteProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node → client-dynamodb/node_modules/@aws-sdk/credential-provider-node}/dist-types/ts3.4/runtime/memoize-chain.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node → client-dynamodb/node_modules/@aws-sdk/credential-provider-node}/package.json +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/README.md +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/dist-es/ProcessCredentials.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/dist-es/fromProcess.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/dist-es/getValidatedProcessCredentials.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/dist-es/resolveProcessCredentials.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/dist-types/ProcessCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/dist-types/fromProcess.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/dist-types/getValidatedProcessCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/dist-types/resolveProcessCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/dist-types/ts3.4/ProcessCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/dist-types/ts3.4/fromProcess.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-process → client-dynamodb/node_modules/@aws-sdk/credential-provider-process}/package.json +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/README.md +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-cjs/loadSso-CVy8iqsZ.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-es/fromSSO.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-es/isSsoProfile.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-es/loadSso.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-es/resolveSSOCredentials.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/middleware-stack → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-es/types.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-es/validateSsoProfile.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-types/fromSSO.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-types/isSsoProfile.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-types/loadSso.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-types/resolveSSOCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-types/ts3.4/fromSSO.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-types/ts3.4/isSsoProfile.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-types/ts3.4/loadSso.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-types/ts3.4/resolveSSOCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-types/ts3.4/types.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-types/ts3.4/validateSsoProfile.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-types/types.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/dist-types/validateSsoProfile.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@aws-sdk/credential-provider-sso}/package.json +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-web-identity → client-dynamodb/node_modules/@aws-sdk/credential-provider-web-identity}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-web-identity → client-dynamodb/node_modules/@aws-sdk/credential-provider-web-identity}/README.md +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-web-identity → client-dynamodb/node_modules/@aws-sdk/credential-provider-web-identity}/dist-cjs/fromTokenFile.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-web-identity → client-dynamodb/node_modules/@aws-sdk/credential-provider-web-identity}/dist-cjs/fromWebToken.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-web-identity → client-dynamodb/node_modules/@aws-sdk/credential-provider-web-identity}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-web-identity → client-dynamodb/node_modules/@aws-sdk/credential-provider-web-identity}/dist-es/fromTokenFile.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-web-identity → client-dynamodb/node_modules/@aws-sdk/credential-provider-web-identity}/dist-es/fromWebToken.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-web-identity → client-dynamodb/node_modules/@aws-sdk/credential-provider-web-identity}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-web-identity → client-dynamodb/node_modules/@aws-sdk/credential-provider-web-identity}/dist-types/fromTokenFile.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-web-identity → client-dynamodb/node_modules/@aws-sdk/credential-provider-web-identity}/dist-types/fromWebToken.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-web-identity → client-dynamodb/node_modules/@aws-sdk/credential-provider-web-identity}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-web-identity → client-dynamodb/node_modules/@aws-sdk/credential-provider-web-identity}/dist-types/ts3.4/fromTokenFile.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-web-identity → client-dynamodb/node_modules/@aws-sdk/credential-provider-web-identity}/dist-types/ts3.4/fromWebToken.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-web-identity → client-dynamodb/node_modules/@aws-sdk/credential-provider-web-identity}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-web-identity → client-dynamodb/node_modules/@aws-sdk/credential-provider-web-identity}/package.json +0 -0
- /package/node_modules/@aws-sdk/{client-cognito-identity-provider/node_modules/@smithy/types → client-dynamodb/node_modules/@aws-sdk/middleware-host-header}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{middleware-host-header → client-dynamodb/node_modules/@aws-sdk/middleware-host-header}/README.md +0 -0
- /package/node_modules/@aws-sdk/{middleware-host-header → client-dynamodb/node_modules/@aws-sdk/middleware-host-header}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-host-header → client-dynamodb/node_modules/@aws-sdk/middleware-host-header}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-host-header → client-dynamodb/node_modules/@aws-sdk/middleware-host-header}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-host-header → client-dynamodb/node_modules/@aws-sdk/middleware-host-header}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-host-header → client-dynamodb/node_modules/@aws-sdk/middleware-host-header}/package.json +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/node-config-provider → client-dynamodb/node_modules/@aws-sdk/middleware-logger}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{middleware-logger → client-dynamodb/node_modules/@aws-sdk/middleware-logger}/README.md +0 -0
- /package/node_modules/@aws-sdk/{middleware-logger → client-dynamodb/node_modules/@aws-sdk/middleware-logger}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-logger → client-dynamodb/node_modules/@aws-sdk/middleware-logger}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-logger → client-dynamodb/node_modules/@aws-sdk/middleware-logger}/dist-es/loggerMiddleware.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-logger → client-dynamodb/node_modules/@aws-sdk/middleware-logger}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-logger → client-dynamodb/node_modules/@aws-sdk/middleware-logger}/dist-types/loggerMiddleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-logger → client-dynamodb/node_modules/@aws-sdk/middleware-logger}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-logger → client-dynamodb/node_modules/@aws-sdk/middleware-logger}/dist-types/ts3.4/loggerMiddleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-logger → client-dynamodb/node_modules/@aws-sdk/middleware-logger}/package.json +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/invalid-dependency → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/README.md +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-cjs/recursionDetectionMiddleware.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-cjs/recursionDetectionMiddleware.native.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-es/configuration.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-es/getRecursionDetectionPlugin.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-es/recursionDetectionMiddleware.browser.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-es/recursionDetectionMiddleware.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-es/recursionDetectionMiddleware.native.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-types/configuration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-types/getRecursionDetectionPlugin.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-types/recursionDetectionMiddleware.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-types/recursionDetectionMiddleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-types/recursionDetectionMiddleware.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-types/ts3.4/configuration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-types/ts3.4/recursionDetectionMiddleware.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-types/ts3.4/recursionDetectionMiddleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/dist-types/ts3.4/recursionDetectionMiddleware.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@aws-sdk/middleware-recursion-detection}/package.json +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/middleware-serde → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/README.md +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-es/check-features.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-es/configurations.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-es/constants.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-es/encode-features.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-es/user-agent-middleware.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-types/check-features.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-types/configurations.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-types/constants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-types/encode-features.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-types/ts3.4/check-features.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-types/ts3.4/configurations.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-types/ts3.4/constants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-types/ts3.4/encode-features.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-types/ts3.4/user-agent-middleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/dist-types/user-agent-middleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@aws-sdk/middleware-user-agent}/package.json +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/README.md +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/signin/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/signin/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/signin/index.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/signin/runtimeConfig.browser.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/signin/runtimeConfig.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/signin/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/signin/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sso-oidc/index.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/STSClient.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/index.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/runtimeConfig.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-cjs/submodules/sts/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-cognito-identity-provider/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js → client-dynamodb/node_modules/@aws-sdk/nested-clients/dist-es/index.js} +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/Signin.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/SigninClient.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/commands/index.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/index.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/models/SigninServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/models/enums.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/models/errors.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/models/models_0.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/runtimeConfig.browser.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/runtimeConfig.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/signin/schemas/schemas_0.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/SSOOIDC.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/SSOOIDCClient.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/commands/index.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/index.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/models/enums.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/models/errors.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/models/models_0.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sso-oidc/schemas/schemas_0.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/STS.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/STSClient.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/commands/AssumeRoleCommand.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/commands/index.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/defaultRoleAssumers.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/index.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/models/STSServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/models/errors.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/models/models_0.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/runtimeConfig.browser.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/runtimeConfig.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-es/submodules/sts/schemas/schemas_0.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/Signin.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/SigninClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/commands/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/models/SigninServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/models/enums.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/models/models_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/signin/schemas/schemas_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/commands/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/models/enums.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/STS.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/STSClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/commands/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/defaultRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/models/STSServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/models/models_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/submodules/sts/schemas/schemas_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/Signin.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/commands/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/models/enums.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/STS.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/commands/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/package.json +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/signin.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/signin.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/sso-oidc.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/sso-oidc.js +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/sts.d.ts +0 -0
- /package/node_modules/@aws-sdk/{nested-clients → client-dynamodb/node_modules/@aws-sdk/nested-clients}/sts.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/middleware-stack → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/README.md +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-cjs/regionConfig/stsRegionDefaultResolver.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-es/extensions/index.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-es/regionConfig/awsRegionConfig.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-es/regionConfig/stsRegionDefaultResolver.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-es/regionConfig/stsRegionDefaultResolver.native.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-types/extensions/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-types/regionConfig/awsRegionConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-types/ts3.4/extensions/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@aws-sdk/region-config-resolver}/package.json +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/property-provider → client-dynamodb/node_modules/@aws-sdk/token-providers}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/README.md +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-es/constants.js +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-es/fromEnvSigningName.js +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-es/fromSso.js +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-es/fromStatic.js +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-es/getNewSsoOidcToken.js +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-es/getSsoOidcClient.js +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-es/nodeProvider.js +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-es/validateTokenExpiry.js +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-es/validateTokenKey.js +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-es/writeSSOTokenToFile.js +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/constants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/fromEnvSigningName.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/fromSso.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/fromStatic.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/getNewSsoOidcToken.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/getSsoOidcClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/nodeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/ts3.4/constants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/ts3.4/fromEnvSigningName.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/ts3.4/fromSso.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/ts3.4/fromStatic.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/ts3.4/nodeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/ts3.4/validateTokenKey.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/validateTokenExpiry.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/validateTokenKey.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/dist-types/writeSSOTokenToFile.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@aws-sdk/token-providers}/package.json +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/shared-ini-file-loader → client-dynamodb/node_modules/@aws-sdk/types}/LICENSE +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/abort.js +0 -0
- /package/node_modules/@aws-sdk/{client-cognito-identity-provider/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js → client-dynamodb/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/checksum.js +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/client.js +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/command.js +0 -0
- /package/node_modules/@aws-sdk/{client-cognito-identity-provider/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js → client-dynamodb/node_modules/@aws-sdk/types/dist-es/connection.js} +0 -0
- /package/node_modules/@aws-sdk/{client-cognito-identity-provider/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js → client-dynamodb/node_modules/@aws-sdk/types/dist-es/credentials.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/crypto.js +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/encode.js +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/eventStream.js +0 -0
- /package/node_modules/@aws-sdk/{client-cognito-identity-provider/node_modules/@smithy/types/dist-es/transform/exact.js → client-dynamodb/node_modules/@aws-sdk/types/dist-es/extensions/index.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/feature-ids.js +0 -0
- /package/node_modules/@aws-sdk/{client-cognito-identity-provider/node_modules/@smithy/types/dist-es/transform/mutable.js → client-dynamodb/node_modules/@aws-sdk/types/dist-es/function.js} +0 -0
- /package/node_modules/@aws-sdk/{client-cognito-identity-provider/node_modules/@smithy/types/dist-es/transform/no-undefined.js → client-dynamodb/node_modules/@aws-sdk/types/dist-es/http.js} +0 -0
- /package/node_modules/@aws-sdk/{client-cognito-identity-provider/node_modules/@smithy/types/dist-es/transform/type-transform.js → client-dynamodb/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js → client-dynamodb/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js → client-dynamodb/node_modules/@aws-sdk/types/dist-es/identity/Identity.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js → client-dynamodb/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js → client-dynamodb/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/logger.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/protocol-http/dist-es/httpHandler.js → client-dynamodb/node_modules/@aws-sdk/types/dist-es/middleware.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/pagination.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/protocol-http/dist-es/types.js → client-dynamodb/node_modules/@aws-sdk/types/dist-es/profile.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js → client-dynamodb/node_modules/@aws-sdk/types/dist-es/request.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/response.js +0 -0
- /package/node_modules/@aws-sdk/{types → client-dynamodb/node_modules/@aws-sdk/types}/dist-es/retry.js +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/serde.js +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/shapes.js +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/signature.js +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/stream.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/abort-handler.js → client-dynamodb/node_modules/@aws-sdk/types/dist-es/token.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/uri.js +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/util.js +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy → @aws-sdk/client-dynamodb/node_modules/@aws-sdk}/types/dist-es/waiter.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/signature-v4 → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/README.md +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-cjs/lib/aws/partitions.json +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-es/aws.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-es/lib/aws/index.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-es/lib/aws/parseArn.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-es/lib/aws/partition.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-es/lib/aws/partitions.json +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-es/lib/isIpAddress.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-es/resolveEndpoint.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-es/types/EndpointError.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints/dist-es/types}/EndpointRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints/dist-es/types}/ErrorRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints/dist-es/types}/RuleSetObject.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints/dist-es/types}/TreeRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-es/types/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints/dist-es/types}/shared.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/aws.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/lib/aws/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/lib/aws/parseArn.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/lib/aws/partition.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/lib/isIpAddress.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/resolveEndpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/aws.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/lib/aws/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/lib/aws/partition.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/resolveEndpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/types/EndpointError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/types/shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/types/EndpointError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/types/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/types/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/types/RuleSetObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/types/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/dist-types/types/shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@aws-sdk/util-endpoints}/package.json +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/querystring-parser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/README.md +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/dist-cjs/configurations.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/dist-cjs/createUserAgentStringParsingProvider.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/dist-cjs/index.native.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/dist-es/configurations.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/dist-es/createUserAgentStringParsingProvider.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/dist-es/index.native.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/dist-types/configurations.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/dist-types/createUserAgentStringParsingProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/dist-types/index.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/dist-types/ts3.4/configurations.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/dist-types/ts3.4/createUserAgentStringParsingProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/dist-types/ts3.4/index.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@aws-sdk/util-user-agent-browser}/package.json +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/service-error-classification → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/README.md +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/dist-es/crt-availability.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/dist-es/defaultUserAgent.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/dist-es/is-crt-available.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/dist-es/nodeAppIdConfigOptions.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/dist-types/crt-availability.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/dist-types/defaultUserAgent.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/dist-types/is-crt-available.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/dist-types/nodeAppIdConfigOptions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/dist-types/ts3.4/crt-availability.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/dist-types/ts3.4/defaultUserAgent.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/dist-types/ts3.4/is-crt-available.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@aws-sdk/util-user-agent-node}/package.json +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-env → client-dynamodb/node_modules/@aws-sdk/xml-builder}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/README.md +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-cjs/xml-parser.js +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-es/XmlNode.js +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-es/XmlText.js +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-es/escape-attribute.js +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-es/escape-element.js +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-es/stringable.js +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-es/xml-parser.browser.js +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-es/xml-parser.js +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-types/XmlNode.d.ts +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-types/XmlText.d.ts +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-types/escape-attribute.d.ts +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-types/escape-element.d.ts +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-types/stringable.d.ts +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-types/ts3.4/XmlNode.d.ts +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-types/ts3.4/XmlText.d.ts +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-types/ts3.4/escape-attribute.d.ts +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-types/ts3.4/escape-element.d.ts +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-types/ts3.4/stringable.d.ts +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-types/ts3.4/xml-parser.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-types/ts3.4/xml-parser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-types/xml-parser.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/dist-types/xml-parser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@aws-sdk/xml-builder}/package.json +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http/node_modules/@smithy/util-stream → client-dynamodb/node_modules/@smithy/abort-controller}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/abort-controller/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/abort-controller/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-ini → client-dynamodb/node_modules/@smithy/config-resolver}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js → client-dynamodb/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js → client-dynamodb/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/auth/HttpSigner.js → client-dynamodb/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js → client-dynamodb/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/protocol-http → client-dynamodb/node_modules/@smithy/core}/LICENSE +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/README.md +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/cbor.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/cbor.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-cjs/submodules/cbor/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-cjs/submodules/event-streams/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-cjs/submodules/protocols/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-cjs/submodules/schema/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-cjs/submodules/serde/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/util-middleware → client-dynamodb/node_modules/@smithy/core}/dist-es/getSmithyContext.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/middleware-http-auth-scheme/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/middleware-http-signing/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/util-middleware → client-dynamodb/node_modules/@smithy/core}/dist-es/normalizeProvider.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/pagination/createPaginator.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/request-builder/requestBuilder.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/setFeature.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/cbor/CborCodec.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/cbor/byte-printer.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/cbor/cbor-decode.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/cbor/cbor-encode.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/cbor/cbor-types.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/cbor/cbor.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/cbor/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/cbor/parseCborBody.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/event-streams/EventStreamSerde.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/event-streams/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/protocols/HttpBindingProtocol.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/protocols/HttpProtocol.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/protocols/RpcProtocol.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/protocols/SerdeContext.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/protocols/collect-stream-body.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/protocols/extended-encode-uri-component.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/protocols/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/protocols/requestBuilder.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/protocols/resolve-path.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/TypeRegistry.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/deref.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/schemas/ErrorSchema.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/schemas/ListSchema.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/schemas/MapSchema.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/schemas/OperationSchema.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/schemas/Schema.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/schemas/SimpleSchema.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/schemas/StructureSchema.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/schemas/operation.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/schemas/sentinels.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/schema/schemas/translateTraits.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/serde/copyDocumentWithTransform.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/serde/date-utils.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/serde/generateIdempotencyToken.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/serde/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/serde/lazy-json.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/serde/parse-utils.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/serde/quote-header.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/serde/split-every.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/serde/split-header.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/submodules/serde/value/NumericValue.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/util-identity-and-auth/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/util-middleware → client-dynamodb/node_modules/@smithy/core}/dist-types/getSmithyContext.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/middleware-http-auth-scheme/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/middleware-http-signing/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/util-middleware → client-dynamodb/node_modules/@smithy/core}/dist-types/normalizeProvider.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/pagination/createPaginator.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/request-builder/requestBuilder.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/setFeature.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/cbor/CborCodec.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/cbor/byte-printer.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/cbor/cbor-decode.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/cbor/cbor-encode.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/cbor/cbor-types.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/cbor/cbor.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/cbor/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/cbor/parseCborBody.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/event-streams/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/protocols/HttpProtocol.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/protocols/RpcProtocol.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/protocols/SerdeContext.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/protocols/collect-stream-body.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/protocols/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/protocols/requestBuilder.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/protocols/resolve-path.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/TypeRegistry.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/deref.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/schemas/Schema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/schemas/operation.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/schemas/sentinels.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/serde/date-utils.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/serde/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/serde/lazy-json.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/serde/parse-utils.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/serde/quote-header.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/serde/split-every.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/serde/split-header.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/submodules/serde/value/NumericValue.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/util-middleware → client-dynamodb/node_modules/@smithy/core}/dist-types/ts3.4/getSmithyContext.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/util-middleware → client-dynamodb/node_modules/@smithy/core}/dist-types/ts3.4/normalizeProvider.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/pagination/createPaginator.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/request-builder/requestBuilder.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/setFeature.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/cbor/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/deref.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/serde/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/util-identity-and-auth/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/event-streams.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/event-streams.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/package.json +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/protocols.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/protocols.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/schema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/schema.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/serde.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/core/serde.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node → client-dynamodb/node_modules/@smithy/credential-provider-imds}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/util-retry → client-dynamodb/node_modules/@smithy/credential-provider-imds}/dist-es/types.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver → client-dynamodb/node_modules/@smithy/fetch-http-handler}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/fetch-http-handler/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/fetch-http-handler/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers → client-dynamodb/node_modules/@smithy/hash-node}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/hash-node/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/hash-node/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/hash-node/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/hash-node/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types → client-dynamodb/node_modules/@smithy/invalid-dependency}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/invalid-dependency/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/invalid-dependency/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{types → client-dynamodb/node_modules/@smithy/middleware-content-length}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-content-length/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-content-length/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-dynamodb/node_modules/@smithy/middleware-endpoint}/LICENSE +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/README.md +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-es/adaptors/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-es/endpointMiddleware.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-es/getEndpointPlugin.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-es/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-es/resolveEndpointConfig.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-es/service-customizations/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-es/service-customizations/s3.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-login → client-dynamodb/node_modules/@smithy/middleware-endpoint}/dist-es/types.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/util-endpoints/dist-types → client-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/adaptors}/getEndpointUrlConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/adaptors/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/endpointMiddleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/service-customizations/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/service-customizations/s3.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/util-endpoints/dist-types/ts3.4 → client-dynamodb/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors}/getEndpointUrlConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/ts3.4/types.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/dist-types/types.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-endpoint/package.json +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/url-parser → client-dynamodb/node_modules/@smithy/middleware-retry}/LICENSE +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/README.md +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-es/StandardRetryStrategy.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-es/configurations.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-es/defaultRetryQuota.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-es/delayDecider.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-es/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-es/retryDecider.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-es/retryMiddleware.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-sso → client-dynamodb/node_modules/@smithy/middleware-retry}/dist-es/types.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-es/util.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/configurations.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/delayDecider.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/retryDecider.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/retryMiddleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/ts3.4/types.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/ts3.4/util.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/types.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/dist-types/util.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/middleware-retry/package.json +0 -0
- /package/node_modules/@aws-sdk/{middleware-host-header → client-dynamodb/node_modules/@smithy/middleware-serde}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-serde/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-serde/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-serde/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{xml-builder → client-dynamodb/node_modules/@smithy/middleware-stack}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-stack/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-stack/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-stack/dist-es/index.js +0 -0
- /package/node_modules/{@smithy/middleware-endpoint → @aws-sdk/client-dynamodb/node_modules/@smithy/middleware-stack}/dist-es/types.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-logger → client-dynamodb/node_modules/@smithy/node-config-provider}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy/core/node_modules/@smithy/util-stream → @aws-sdk/client-dynamodb/node_modules/@smithy/node-http-handler}/LICENSE +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/README.md +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/constants.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/get-transformed-headers.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/node-http-handler.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/node-http2-connection-manager.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/node-http2-connection-pool.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/node-http2-handler.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/readable.mock.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/server.mock.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/set-connection-timeout.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/set-request-timeout.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/set-socket-keep-alive.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/set-socket-timeout.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/stream-collector/collector.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/stream-collector/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/timing.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-es/write-request-body.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/constants.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/node-http-handler.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/node-http2-connection-pool.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/node-http2-handler.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/readable.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/server.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/set-request-timeout.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/stream-collector/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/timing.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/timing.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/dist-types/write-request-body.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/node-http-handler/package.json +0 -0
- /package/node_modules/{@smithy/middleware-endpoint → @aws-sdk/client-dynamodb/node_modules/@smithy/property-provider}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-es/ProviderError.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-es/chain.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-es/fromStatic.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-es/memoize.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-types/chain.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection → client-dynamodb/node_modules/@smithy/protocol-http}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-es/Field.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-es/Fields.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/client-dynamodb}/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +0 -0
- /package/node_modules/{@smithy/middleware-retry → @aws-sdk/client-dynamodb/node_modules/@smithy/protocol-http}/dist-es/types.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/protocol-http/dist-types/types.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso → client-dynamodb/node_modules/@smithy/querystring-builder}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/querystring-builder/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/querystring-builder/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/querystring-builder/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser → client-dynamodb/node_modules/@smithy/querystring-parser}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/querystring-parser/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/querystring-parser/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/querystring-parser/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node → client-dynamodb/node_modules/@smithy/service-error-classification}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/service-error-classification/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/service-error-classification/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/service-error-classification/dist-es/constants.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/service-error-classification/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy/node-http-handler → @aws-sdk/client-dynamodb/node_modules/@smithy/shared-ini-file-loader}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/protocol-http → @aws-sdk/client-dynamodb/node_modules/@smithy/shared-ini-file-loader}/dist-es/types.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client/node_modules/@smithy/util-stream → @aws-sdk/client-dynamodb/node_modules/@smithy/signature-v4}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-es/constants.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-es/utilDate.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent → client-dynamodb/node_modules/@smithy/smithy-client}/LICENSE +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/README.md +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/NoOpLogger.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/client.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/collect-stream-body.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/command.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/constants.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/create-aggregated-client.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/default-error-handler.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/defaults-mode.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/exceptions.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/extended-encode-uri-component.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/extensions/checksum.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/extensions/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/extensions/retry.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/get-array-if-single-item.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/get-value-from-text-node.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/is-serializable-header-value.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/object-mapping.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/resolve-path.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/schemaLogFilter.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/ser-utils.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-es/serde-json.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/NoOpLogger.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/client.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/collect-stream-body.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/command.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/constants.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/create-aggregated-client.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/default-error-handler.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/defaults-mode.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/exceptions.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/extensions/checksum.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/extensions/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/extensions/retry.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/is-serializable-header-value.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/object-mapping.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/resolve-path.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/schemaLogFilter.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ser-utils.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/serde-json.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/client.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/command.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/constants.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/extensions/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/object-mapping.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/resolve-path.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/dist-types/ts3.4/serde-json.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/smithy-client/package.json +0 -0
- /package/node_modules/{@smithy/middleware-retry → @aws-sdk/client-dynamodb/node_modules/@smithy/url-parser}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/url-parser/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/url-parser/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/url-parser/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/url-parser/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/LICENSE +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/README.md +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/dist-cjs/constants.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/dist-es/constants.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/dist-es/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/dist-types/constants.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-browser/package.json +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-node/LICENSE +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-node/README.md +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-node/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-node/dist-es/constants.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-node/dist-es/defaultsModeConfig.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-node/dist-es/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-node/dist-types/constants.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-node/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-defaults-mode-node/package.json +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/types/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +0 -0
- /package/node_modules/{@smithy/middleware-endpoint/dist-types/adaptors → @aws-sdk/client-dynamodb/node_modules/@smithy/util-endpoints/dist-types}/getEndpointUrlConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -0
- /package/node_modules/{@smithy/middleware-endpoint/dist-types/ts3.4/adaptors → @aws-sdk/client-dynamodb/node_modules/@smithy/util-endpoints/dist-types/ts3.4}/getEndpointUrlConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-middleware/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-middleware/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-middleware/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/client-dynamodb/node_modules/@smithy/util-middleware}/dist-es/getSmithyContext.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-middleware/dist-es/index.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/client-dynamodb/node_modules/@smithy/util-middleware}/dist-es/normalizeProvider.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/client-dynamodb/node_modules/@smithy/util-middleware}/dist-types/getSmithyContext.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-middleware/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/client-dynamodb/node_modules/@smithy/util-middleware}/dist-types/normalizeProvider.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/client-dynamodb/node_modules/@smithy/util-middleware}/dist-types/ts3.4/getSmithyContext.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/client-dynamodb/node_modules/@smithy/util-middleware}/dist-types/ts3.4/normalizeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/README.md +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-es/config.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-es/constants.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js → client-dynamodb/node_modules/@smithy/util-retry/dist-es/types.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/config.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/constants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager → client-dynamodb}/node_modules/@smithy/util-retry/dist-types/types.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/abort-controller → @aws-sdk/client-dynamodb/node_modules/@smithy/util-stream}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/README.md +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/headStream.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/headStream.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/splitStream.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-http → client-dynamodb}/node_modules/@smithy/util-stream/package.json +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/fetch-http-handler → @aws-sdk/client-dynamodb/node_modules/@smithy/util-waiter}/LICENSE +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/README.md +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-es/circularReplacer.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-es/createWaiter.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-es/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-es/poller.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-es/utils/index.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-es/utils/sleep.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-es/utils/validate.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-es/waiter.js +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-types/circularReplacer.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-types/createWaiter.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-types/poller.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-types/ts3.4/poller.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-types/utils/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-types/utils/sleep.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-types/utils/validate.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/dist-types/waiter.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/client-dynamodb/node_modules/@smithy}/util-waiter/package.json +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/connection/config.js → dynamodb-codec/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js} +0 -0
- /package/node_modules/{@smithy/util-waiter → @aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/connection/manager.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/abort.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/connection/pool.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/checksum.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/client.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/command.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/connection.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/credentials.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/crypto.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/identity/identity.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/encode.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/eventStream.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/extensions/index.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/schema/schema.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/feature-ids.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/schema/sentinels.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/function.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/schema/static-schemas.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/http.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/schema/traits.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/identity/Identity.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/logger.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/transform/exact.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/middleware.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/transform/mutable.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/pagination.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/transform/no-undefined.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/profile.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/types/dist-es/transform/type-transform.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/request.js} +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es/types/EndpointRuleObject.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/response.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/extensions → @aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-es}/retry.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es/types/ErrorRuleObject.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/serde.js} +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es/types/RuleSetObject.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/shapes.js} +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es/types/TreeRuleObject.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/signature.js} +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es/types/shared.js → dynamodb-codec/node_modules/@aws-sdk/types/dist-es/stream.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/abort-handler.js → @aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-es/token.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js → @aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-es/uri.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js → @aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-es/util.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/auth/HttpSigner.js → @aws-sdk/dynamodb-codec/node_modules/@aws-sdk/types/dist-es/waiter.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js → @aws-sdk/dynamodb-codec/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js} +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/abort-controller/README.md +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/abort-controller/dist-es/index.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-sdk/dynamodb-codec/node_modules/@smithy}/core/LICENSE +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js → @aws-sdk/dynamodb-codec/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js} +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/fetch-http-handler/README.md +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/fetch-http-handler/dist-es/index.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/connection/config.js → @aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-endpoint/dist-es/types.js} +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-serde}/LICENSE +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/connection/manager.js → @aws-sdk/dynamodb-codec/node_modules/@smithy/middleware-stack/dist-es/types.js} +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/LICENSE +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/README.md +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-es/Field.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-es/Fields.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/connection/pool.js → @aws-sdk/dynamodb-codec/node_modules/@smithy/protocol-http/dist-es/httpHandler.js} +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-es/index.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js → @aws-sdk/dynamodb-codec/node_modules/@smithy/protocol-http/dist-es/types.js} +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/protocol-http/dist-types/types.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/querystring-builder/LICENSE +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/querystring-builder/README.md +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/querystring-builder/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/querystring-builder/dist-es/index.js +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream → @aws-sdk/dynamodb-codec}/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js → @aws-sdk/dynamodb-codec/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types → @aws-sdk/dynamodb-codec/node_modules/@smithy/smithy-client}/LICENSE +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/README.md +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-cjs/headStream.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/headStream.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/index.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/splitStream.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +0 -0
- /package/node_modules/{@smithy/core → @aws-sdk/dynamodb-codec}/node_modules/@smithy/util-stream/package.json +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/abort.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/endpoints/shared.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/checksum.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/client.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/command.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/connection.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/credentials.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/crypto.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/identity/identity.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/encode.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/eventStream.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/retry.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/extensions/index.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/feature-ids.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/schema/schema.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/function.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/schema/sentinels.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/http.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/schema/static-schemas.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/schema/traits.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/identity/Identity.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/logger.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/middleware.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/transform/exact.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/pagination.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/transform/mutable.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/profile.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/transform/no-undefined.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/request.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/types/dist-es/transform/type-transform.js → @aws-sdk/lib-dynamodb/node_modules/@aws-sdk/types/dist-es/response.js} +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/README.md +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/headStream.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/headStream.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/index.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/splitStream.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +0 -0
- /package/node_modules/{@smithy/smithy-client → @aws-sdk/lib-dynamodb}/node_modules/@smithy/util-stream/package.json +0 -0
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
"use strict";var P7e=Object.create;var oA=Object.defineProperty;var v7e=Object.getOwnPropertyDescriptor;var b7e=Object.getOwnPropertyNames;var I7e=Object.getPrototypeOf,D7e=Object.prototype.hasOwnProperty;var R=(t,e)=>()=>(t&&(e=t(t=0)),e);var O=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),st=(t,e)=>{for(var r in e)oA(t,r,{get:e[r],enumerable:!0})},Cte=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of b7e(e))!D7e.call(t,s)&&s!==r&&oA(t,s,{get:()=>e[s],enumerable:!(n=v7e(e,s))||n.enumerable});return t};var T=(t,e,r)=>(r=t!=null?P7e(I7e(t)):{},Cte(e||!t||!t.__esModule?oA(r,"default",{value:t,enumerable:!0}):r,t)),J=t=>Cte(oA({},"__esModule",{value:!0}),t);var yy=O(YG=>{var iA=class extends Error{constructor(e,r,n){super(n),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=r,this.exitCode=e,this.nestedError=void 0}},QG=class extends iA{constructor(e){super(1,"commander.invalidArgument",e),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}};YG.CommanderError=iA;YG.InvalidArgumentError=QG});var aA=O(XG=>{var{InvalidArgumentError:x7e}=yy(),JG=class{constructor(e,r){switch(this.description=r||"",this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,e[0]){case"<":this.required=!0,this._name=e.slice(1,-1);break;case"[":this.required=!1,this._name=e.slice(1,-1);break;default:this.required=!0,this._name=e;break}this._name.endsWith("...")&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_collectValue(e,r){return r===this.defaultValue||!Array.isArray(r)?[e]:(r.push(e),r)}default(e,r){return this.defaultValue=e,this.defaultValueDescription=r,this}argParser(e){return this.parseArg=e,this}choices(e){return this.argChoices=e.slice(),this.parseArg=(r,n)=>{if(!this.argChoices.includes(r))throw new x7e(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._collectValue(r,n):r},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}};function w7e(t){let e=t.name()+(t.variadic===!0?"...":"");return t.required?"<"+e+">":"["+e+"]"}XG.Argument=JG;XG.humanReadableArgName=w7e});var t2=O(e2=>{var{humanReadableArgName:$7e}=aA(),ZG=class{constructor(){this.helpWidth=void 0,this.minWidthToWrap=40,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}prepareContext(e){this.helpWidth=this.helpWidth??e.helpWidth??80}visibleCommands(e){let r=e.commands.filter(s=>!s._hidden),n=e._getHelpCommand();return n&&!n._hidden&&r.push(n),this.sortSubcommands&&r.sort((s,o)=>s.name().localeCompare(o.name())),r}compareOptions(e,r){let n=s=>s.short?s.short.replace(/^-/,""):s.long.replace(/^--/,"");return n(e).localeCompare(n(r))}visibleOptions(e){let r=e.options.filter(s=>!s.hidden),n=e._getHelpOption();if(n&&!n.hidden){let s=n.short&&e._findOption(n.short),o=n.long&&e._findOption(n.long);!s&&!o?r.push(n):n.long&&!o?r.push(e.createOption(n.long,n.description)):n.short&&!s&&r.push(e.createOption(n.short,n.description))}return this.sortOptions&&r.sort(this.compareOptions),r}visibleGlobalOptions(e){if(!this.showGlobalOptions)return[];let r=[];for(let n=e.parent;n;n=n.parent){let s=n.options.filter(o=>!o.hidden);r.push(...s)}return this.sortOptions&&r.sort(this.compareOptions),r}visibleArguments(e){return e._argsDescription&&e.registeredArguments.forEach(r=>{r.description=r.description||e._argsDescription[r.name()]||""}),e.registeredArguments.find(r=>r.description)?e.registeredArguments:[]}subcommandTerm(e){let r=e.registeredArguments.map(n=>$7e(n)).join(" ");return e._name+(e._aliases[0]?"|"+e._aliases[0]:"")+(e.options.length?" [options]":"")+(r?" "+r:"")}optionTerm(e){return e.flags}argumentTerm(e){return e.name()}longestSubcommandTermLength(e,r){return r.visibleCommands(e).reduce((n,s)=>Math.max(n,this.displayWidth(r.styleSubcommandTerm(r.subcommandTerm(s)))),0)}longestOptionTermLength(e,r){return r.visibleOptions(e).reduce((n,s)=>Math.max(n,this.displayWidth(r.styleOptionTerm(r.optionTerm(s)))),0)}longestGlobalOptionTermLength(e,r){return r.visibleGlobalOptions(e).reduce((n,s)=>Math.max(n,this.displayWidth(r.styleOptionTerm(r.optionTerm(s)))),0)}longestArgumentTermLength(e,r){return r.visibleArguments(e).reduce((n,s)=>Math.max(n,this.displayWidth(r.styleArgumentTerm(r.argumentTerm(s)))),0)}commandUsage(e){let r=e._name;e._aliases[0]&&(r=r+"|"+e._aliases[0]);let n="";for(let s=e.parent;s;s=s.parent)n=s.name()+" "+n;return n+r+" "+e.usage()}commandDescription(e){return e.description()}subcommandDescription(e){return e.summary()||e.description()}optionDescription(e){let r=[];if(e.argChoices&&r.push(`choices: ${e.argChoices.map(n=>JSON.stringify(n)).join(", ")}`),e.defaultValue!==void 0&&(e.required||e.optional||e.isBoolean()&&typeof e.defaultValue=="boolean")&&r.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),e.presetArg!==void 0&&e.optional&&r.push(`preset: ${JSON.stringify(e.presetArg)}`),e.envVar!==void 0&&r.push(`env: ${e.envVar}`),r.length>0){let n=`(${r.join(", ")})`;return e.description?`${e.description} ${n}`:n}return e.description}argumentDescription(e){let r=[];if(e.argChoices&&r.push(`choices: ${e.argChoices.map(n=>JSON.stringify(n)).join(", ")}`),e.defaultValue!==void 0&&r.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),r.length>0){let n=`(${r.join(", ")})`;return e.description?`${e.description} ${n}`:n}return e.description}formatItemList(e,r,n){return r.length===0?[]:[n.styleTitle(e),...r,""]}groupItems(e,r,n){let s=new Map;return e.forEach(o=>{let i=n(o);s.has(i)||s.set(i,[])}),r.forEach(o=>{let i=n(o);s.has(i)||s.set(i,[]),s.get(i).push(o)}),s}formatHelp(e,r){let n=r.padWidth(e,r),s=r.helpWidth??80;function o(m,h){return r.formatItem(m,n,h,r)}let i=[`${r.styleTitle("Usage:")} ${r.styleUsage(r.commandUsage(e))}`,""],a=r.commandDescription(e);a.length>0&&(i=i.concat([r.boxWrap(r.styleCommandDescription(a),s),""]));let c=r.visibleArguments(e).map(m=>o(r.styleArgumentTerm(r.argumentTerm(m)),r.styleArgumentDescription(r.argumentDescription(m))));if(i=i.concat(this.formatItemList("Arguments:",c,r)),this.groupItems(e.options,r.visibleOptions(e),m=>m.helpGroupHeading??"Options:").forEach((m,h)=>{let y=m.map(C=>o(r.styleOptionTerm(r.optionTerm(C)),r.styleOptionDescription(r.optionDescription(C))));i=i.concat(this.formatItemList(h,y,r))}),r.showGlobalOptions){let m=r.visibleGlobalOptions(e).map(h=>o(r.styleOptionTerm(r.optionTerm(h)),r.styleOptionDescription(r.optionDescription(h))));i=i.concat(this.formatItemList("Global Options:",m,r))}return this.groupItems(e.commands,r.visibleCommands(e),m=>m.helpGroup()||"Commands:").forEach((m,h)=>{let y=m.map(C=>o(r.styleSubcommandTerm(r.subcommandTerm(C)),r.styleSubcommandDescription(r.subcommandDescription(C))));i=i.concat(this.formatItemList(h,y,r))}),i.join(`
|
|
3
|
+
`)}displayWidth(e){return _te(e).length}styleTitle(e){return e}styleUsage(e){return e.split(" ").map(r=>r==="[options]"?this.styleOptionText(r):r==="[command]"?this.styleSubcommandText(r):r[0]==="["||r[0]==="<"?this.styleArgumentText(r):this.styleCommandText(r)).join(" ")}styleCommandDescription(e){return this.styleDescriptionText(e)}styleOptionDescription(e){return this.styleDescriptionText(e)}styleSubcommandDescription(e){return this.styleDescriptionText(e)}styleArgumentDescription(e){return this.styleDescriptionText(e)}styleDescriptionText(e){return e}styleOptionTerm(e){return this.styleOptionText(e)}styleSubcommandTerm(e){return e.split(" ").map(r=>r==="[options]"?this.styleOptionText(r):r[0]==="["||r[0]==="<"?this.styleArgumentText(r):this.styleSubcommandText(r)).join(" ")}styleArgumentTerm(e){return this.styleArgumentText(e)}styleOptionText(e){return e}styleArgumentText(e){return e}styleSubcommandText(e){return e}styleCommandText(e){return e}padWidth(e,r){return Math.max(r.longestOptionTermLength(e,r),r.longestGlobalOptionTermLength(e,r),r.longestSubcommandTermLength(e,r),r.longestArgumentTermLength(e,r))}preformatted(e){return/\n[^\S\r\n]/.test(e)}formatItem(e,r,n,s){let i=" ".repeat(2);if(!n)return i+e;let a=e.padEnd(r+e.length-s.displayWidth(e)),c=2,f=(this.helpWidth??80)-r-c-2,m;return f<this.minWidthToWrap||s.preformatted(n)?m=n:m=s.boxWrap(n,f).replace(/\n/g,`
|
|
4
|
+
`+" ".repeat(r+c)),i+a+" ".repeat(c)+m.replace(/\n/g,`
|
|
5
|
+
${i}`)}boxWrap(e,r){if(r<this.minWidthToWrap)return e;let n=e.split(/\r\n|\n/),s=/[\s]*[^\s]+/g,o=[];return n.forEach(i=>{let a=i.match(s);if(a===null){o.push("");return}let c=[a.shift()],u=this.displayWidth(c[0]);a.forEach(f=>{let m=this.displayWidth(f);if(u+m<=r){c.push(f),u+=m;return}o.push(c.join(""));let h=f.trimStart();c=[h],u=this.displayWidth(h)}),o.push(c.join(""))}),o.join(`
|
|
6
|
+
`)}};function _te(t){let e=/\x1b\[\d*(;\d*)*m/g;return t.replace(e,"")}e2.Help=ZG;e2.stripColor=_te});var o2=O(s2=>{var{InvalidArgumentError:O7e}=yy(),r2=class{constructor(e,r){this.flags=e,this.description=r||"",this.required=e.includes("<"),this.optional=e.includes("["),this.variadic=/\w\.\.\.[>\]]$/.test(e),this.mandatory=!1;let n=k7e(e);this.short=n.shortFlag,this.long=n.longFlag,this.negate=!1,this.long&&(this.negate=this.long.startsWith("--no-")),this.defaultValue=void 0,this.defaultValueDescription=void 0,this.presetArg=void 0,this.envVar=void 0,this.parseArg=void 0,this.hidden=!1,this.argChoices=void 0,this.conflictsWith=[],this.implied=void 0,this.helpGroupHeading=void 0}default(e,r){return this.defaultValue=e,this.defaultValueDescription=r,this}preset(e){return this.presetArg=e,this}conflicts(e){return this.conflictsWith=this.conflictsWith.concat(e),this}implies(e){let r=e;return typeof e=="string"&&(r={[e]:!0}),this.implied=Object.assign(this.implied||{},r),this}env(e){return this.envVar=e,this}argParser(e){return this.parseArg=e,this}makeOptionMandatory(e=!0){return this.mandatory=!!e,this}hideHelp(e=!0){return this.hidden=!!e,this}_collectValue(e,r){return r===this.defaultValue||!Array.isArray(r)?[e]:(r.push(e),r)}choices(e){return this.argChoices=e.slice(),this.parseArg=(r,n)=>{if(!this.argChoices.includes(r))throw new O7e(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._collectValue(r,n):r},this}name(){return this.long?this.long.replace(/^--/,""):this.short.replace(/^-/,"")}attributeName(){return this.negate?Rte(this.name().replace(/^no-/,"")):Rte(this.name())}helpGroup(e){return this.helpGroupHeading=e,this}is(e){return this.short===e||this.long===e}isBoolean(){return!this.required&&!this.optional&&!this.negate}},n2=class{constructor(e){this.positiveOptions=new Map,this.negativeOptions=new Map,this.dualOptions=new Set,e.forEach(r=>{r.negate?this.negativeOptions.set(r.attributeName(),r):this.positiveOptions.set(r.attributeName(),r)}),this.negativeOptions.forEach((r,n)=>{this.positiveOptions.has(n)&&this.dualOptions.add(n)})}valueFromOption(e,r){let n=r.attributeName();if(!this.dualOptions.has(n))return!0;let s=this.negativeOptions.get(n).presetArg,o=s!==void 0?s:!1;return r.negate===(o===e)}};function Rte(t){return t.split("-").reduce((e,r)=>e+r[0].toUpperCase()+r.slice(1))}function k7e(t){let e,r,n=/^-[^-]$/,s=/^--[^-]/,o=t.split(/[ |,]+/).concat("guard");if(n.test(o[0])&&(e=o.shift()),s.test(o[0])&&(r=o.shift()),!e&&n.test(o[0])&&(e=o.shift()),!e&&s.test(o[0])&&(e=r,r=o.shift()),o[0].startsWith("-")){let i=o[0],a=`option creation failed due to '${i}' in option flags '${t}'`;throw/^-[^-][^-]/.test(i)?new Error(`${a}
|
|
7
|
+
- a short flag is a single dash and a single character
|
|
8
|
+
- either use a single dash and a single character (for a short flag)
|
|
9
|
+
- or use a double dash for a long option (and can have two, like '--ws, --workspace')`):n.test(i)?new Error(`${a}
|
|
10
|
+
- too many short flags`):s.test(i)?new Error(`${a}
|
|
11
|
+
- too many long flags`):new Error(`${a}
|
|
12
|
+
- unrecognised flag format`)}if(e===void 0&&r===void 0)throw new Error(`option creation failed due to no flags found in '${t}'.`);return{shortFlag:e,longFlag:r}}s2.Option=r2;s2.DualOptions=n2});var Ate=O(Tte=>{function N7e(t,e){if(Math.abs(t.length-e.length)>3)return Math.max(t.length,e.length);let r=[];for(let n=0;n<=t.length;n++)r[n]=[n];for(let n=0;n<=e.length;n++)r[0][n]=n;for(let n=1;n<=e.length;n++)for(let s=1;s<=t.length;s++){let o=1;t[s-1]===e[n-1]?o=0:o=1,r[s][n]=Math.min(r[s-1][n]+1,r[s][n-1]+1,r[s-1][n-1]+o),s>1&&n>1&&t[s-1]===e[n-2]&&t[s-2]===e[n-1]&&(r[s][n]=Math.min(r[s][n],r[s-2][n-2]+1))}return r[t.length][e.length]}function L7e(t,e){if(!e||e.length===0)return"";e=Array.from(new Set(e));let r=t.startsWith("--");r&&(t=t.slice(2),e=e.map(i=>i.slice(2)));let n=[],s=3,o=.4;return e.forEach(i=>{if(i.length<=1)return;let a=N7e(t,i),c=Math.max(t.length,i.length);(c-a)/c>o&&(a<s?(s=a,n=[i]):a===s&&n.push(i))}),n.sort((i,a)=>i.localeCompare(a)),r&&(n=n.map(i=>`--${i}`)),n.length>1?`
|
|
13
|
+
(Did you mean one of ${n.join(", ")}?)`:n.length===1?`
|
|
14
|
+
(Did you mean ${n[0]}?)`:""}Tte.suggestSimilar=L7e});var Ite=O(l2=>{var U7e=require("node:events").EventEmitter,i2=require("node:child_process"),vc=require("node:path"),cA=require("node:fs"),Tt=require("node:process"),{Argument:F7e,humanReadableArgName:M7e}=aA(),{CommanderError:a2}=yy(),{Help:q7e,stripColor:B7e}=t2(),{Option:Pte,DualOptions:G7e}=o2(),{suggestSimilar:vte}=Ate(),c2=class t extends U7e{constructor(e){super(),this.commands=[],this.options=[],this.parent=null,this._allowUnknownOption=!1,this._allowExcessArguments=!1,this.registeredArguments=[],this._args=this.registeredArguments,this.args=[],this.rawArgs=[],this.processedArgs=[],this._scriptPath=null,this._name=e||"",this._optionValues={},this._optionValueSources={},this._storeOptionsAsProperties=!1,this._actionHandler=null,this._executableHandler=!1,this._executableFile=null,this._executableDir=null,this._defaultCommandName=null,this._exitCallback=null,this._aliases=[],this._combineFlagAndOptionalValue=!0,this._description="",this._summary="",this._argsDescription=void 0,this._enablePositionalOptions=!1,this._passThroughOptions=!1,this._lifeCycleHooks={},this._showHelpAfterError=!1,this._showSuggestionAfterError=!0,this._savedState=null,this._outputConfiguration={writeOut:r=>Tt.stdout.write(r),writeErr:r=>Tt.stderr.write(r),outputError:(r,n)=>n(r),getOutHelpWidth:()=>Tt.stdout.isTTY?Tt.stdout.columns:void 0,getErrHelpWidth:()=>Tt.stderr.isTTY?Tt.stderr.columns:void 0,getOutHasColors:()=>u2()??(Tt.stdout.isTTY&&Tt.stdout.hasColors?.()),getErrHasColors:()=>u2()??(Tt.stderr.isTTY&&Tt.stderr.hasColors?.()),stripColor:r=>B7e(r)},this._hidden=!1,this._helpOption=void 0,this._addImplicitHelpCommand=void 0,this._helpCommand=void 0,this._helpConfiguration={},this._helpGroupHeading=void 0,this._defaultCommandGroup=void 0,this._defaultOptionGroup=void 0}copyInheritedSettings(e){return this._outputConfiguration=e._outputConfiguration,this._helpOption=e._helpOption,this._helpCommand=e._helpCommand,this._helpConfiguration=e._helpConfiguration,this._exitCallback=e._exitCallback,this._storeOptionsAsProperties=e._storeOptionsAsProperties,this._combineFlagAndOptionalValue=e._combineFlagAndOptionalValue,this._allowExcessArguments=e._allowExcessArguments,this._enablePositionalOptions=e._enablePositionalOptions,this._showHelpAfterError=e._showHelpAfterError,this._showSuggestionAfterError=e._showSuggestionAfterError,this}_getCommandAndAncestors(){let e=[];for(let r=this;r;r=r.parent)e.push(r);return e}command(e,r,n){let s=r,o=n;typeof s=="object"&&s!==null&&(o=s,s=null),o=o||{};let[,i,a]=e.match(/([^ ]+) *(.*)/),c=this.createCommand(i);return s&&(c.description(s),c._executableHandler=!0),o.isDefault&&(this._defaultCommandName=c._name),c._hidden=!!(o.noHelp||o.hidden),c._executableFile=o.executableFile||null,a&&c.arguments(a),this._registerCommand(c),c.parent=this,c.copyInheritedSettings(this),s?this:c}createCommand(e){return new t(e)}createHelp(){return Object.assign(new q7e,this.configureHelp())}configureHelp(e){return e===void 0?this._helpConfiguration:(this._helpConfiguration=e,this)}configureOutput(e){return e===void 0?this._outputConfiguration:(this._outputConfiguration={...this._outputConfiguration,...e},this)}showHelpAfterError(e=!0){return typeof e!="string"&&(e=!!e),this._showHelpAfterError=e,this}showSuggestionAfterError(e=!0){return this._showSuggestionAfterError=!!e,this}addCommand(e,r){if(!e._name)throw new Error(`Command passed to .addCommand() must have a name
|
|
15
|
+
- specify the name in Command constructor or using .name()`);return r=r||{},r.isDefault&&(this._defaultCommandName=e._name),(r.noHelp||r.hidden)&&(e._hidden=!0),this._registerCommand(e),e.parent=this,e._checkForBrokenPassThrough(),this}createArgument(e,r){return new F7e(e,r)}argument(e,r,n,s){let o=this.createArgument(e,r);return typeof n=="function"?o.default(s).argParser(n):o.default(n),this.addArgument(o),this}arguments(e){return e.trim().split(/ +/).forEach(r=>{this.argument(r)}),this}addArgument(e){let r=this.registeredArguments.slice(-1)[0];if(r?.variadic)throw new Error(`only the last argument can be variadic '${r.name()}'`);if(e.required&&e.defaultValue!==void 0&&e.parseArg===void 0)throw new Error(`a default value for a required argument is never used: '${e.name()}'`);return this.registeredArguments.push(e),this}helpCommand(e,r){if(typeof e=="boolean")return this._addImplicitHelpCommand=e,e&&this._defaultCommandGroup&&this._initCommandGroup(this._getHelpCommand()),this;let n=e??"help [command]",[,s,o]=n.match(/([^ ]+) *(.*)/),i=r??"display help for command",a=this.createCommand(s);return a.helpOption(!1),o&&a.arguments(o),i&&a.description(i),this._addImplicitHelpCommand=!0,this._helpCommand=a,(e||r)&&this._initCommandGroup(a),this}addHelpCommand(e,r){return typeof e!="object"?(this.helpCommand(e,r),this):(this._addImplicitHelpCommand=!0,this._helpCommand=e,this._initCommandGroup(e),this)}_getHelpCommand(){return this._addImplicitHelpCommand??(this.commands.length&&!this._actionHandler&&!this._findCommand("help"))?(this._helpCommand===void 0&&this.helpCommand(void 0,void 0),this._helpCommand):null}hook(e,r){let n=["preSubcommand","preAction","postAction"];if(!n.includes(e))throw new Error(`Unexpected value for event passed to hook : '${e}'.
|
|
16
|
+
Expecting one of '${n.join("', '")}'`);return this._lifeCycleHooks[e]?this._lifeCycleHooks[e].push(r):this._lifeCycleHooks[e]=[r],this}exitOverride(e){return e?this._exitCallback=e:this._exitCallback=r=>{if(r.code!=="commander.executeSubCommandAsync")throw r},this}_exit(e,r,n){this._exitCallback&&this._exitCallback(new a2(e,r,n)),Tt.exit(e)}action(e){let r=n=>{let s=this.registeredArguments.length,o=n.slice(0,s);return this._storeOptionsAsProperties?o[s]=this:o[s]=this.opts(),o.push(this),e.apply(this,o)};return this._actionHandler=r,this}createOption(e,r){return new Pte(e,r)}_callParseArg(e,r,n,s){try{return e.parseArg(r,n)}catch(o){if(o.code==="commander.invalidArgument"){let i=`${s} ${o.message}`;this.error(i,{exitCode:o.exitCode,code:o.code})}throw o}}_registerOption(e){let r=e.short&&this._findOption(e.short)||e.long&&this._findOption(e.long);if(r){let n=e.long&&this._findOption(e.long)?e.long:e.short;throw new Error(`Cannot add option '${e.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${n}'
|
|
17
|
+
- already used by option '${r.flags}'`)}this._initOptionGroup(e),this.options.push(e)}_registerCommand(e){let r=s=>[s.name()].concat(s.aliases()),n=r(e).find(s=>this._findCommand(s));if(n){let s=r(this._findCommand(n)).join("|"),o=r(e).join("|");throw new Error(`cannot add command '${o}' as already have command '${s}'`)}this._initCommandGroup(e),this.commands.push(e)}addOption(e){this._registerOption(e);let r=e.name(),n=e.attributeName();if(e.negate){let o=e.long.replace(/^--no-/,"--");this._findOption(o)||this.setOptionValueWithSource(n,e.defaultValue===void 0?!0:e.defaultValue,"default")}else e.defaultValue!==void 0&&this.setOptionValueWithSource(n,e.defaultValue,"default");let s=(o,i,a)=>{o==null&&e.presetArg!==void 0&&(o=e.presetArg);let c=this.getOptionValue(n);o!==null&&e.parseArg?o=this._callParseArg(e,o,c,i):o!==null&&e.variadic&&(o=e._collectValue(o,c)),o==null&&(e.negate?o=!1:e.isBoolean()||e.optional?o=!0:o=""),this.setOptionValueWithSource(n,o,a)};return this.on("option:"+r,o=>{let i=`error: option '${e.flags}' argument '${o}' is invalid.`;s(o,i,"cli")}),e.envVar&&this.on("optionEnv:"+r,o=>{let i=`error: option '${e.flags}' value '${o}' from env '${e.envVar}' is invalid.`;s(o,i,"env")}),this}_optionEx(e,r,n,s,o){if(typeof r=="object"&&r instanceof Pte)throw new Error("To add an Option object use addOption() instead of option() or requiredOption()");let i=this.createOption(r,n);if(i.makeOptionMandatory(!!e.mandatory),typeof s=="function")i.default(o).argParser(s);else if(s instanceof RegExp){let a=s;s=(c,u)=>{let f=a.exec(c);return f?f[0]:u},i.default(o).argParser(s)}else i.default(s);return this.addOption(i)}option(e,r,n,s){return this._optionEx({},e,r,n,s)}requiredOption(e,r,n,s){return this._optionEx({mandatory:!0},e,r,n,s)}combineFlagAndOptionalValue(e=!0){return this._combineFlagAndOptionalValue=!!e,this}allowUnknownOption(e=!0){return this._allowUnknownOption=!!e,this}allowExcessArguments(e=!0){return this._allowExcessArguments=!!e,this}enablePositionalOptions(e=!0){return this._enablePositionalOptions=!!e,this}passThroughOptions(e=!0){return this._passThroughOptions=!!e,this._checkForBrokenPassThrough(),this}_checkForBrokenPassThrough(){if(this.parent&&this._passThroughOptions&&!this.parent._enablePositionalOptions)throw new Error(`passThroughOptions cannot be used for '${this._name}' without turning on enablePositionalOptions for parent command(s)`)}storeOptionsAsProperties(e=!0){if(this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");if(Object.keys(this._optionValues).length)throw new Error("call .storeOptionsAsProperties() before setting option values");return this._storeOptionsAsProperties=!!e,this}getOptionValue(e){return this._storeOptionsAsProperties?this[e]:this._optionValues[e]}setOptionValue(e,r){return this.setOptionValueWithSource(e,r,void 0)}setOptionValueWithSource(e,r,n){return this._storeOptionsAsProperties?this[e]=r:this._optionValues[e]=r,this._optionValueSources[e]=n,this}getOptionValueSource(e){return this._optionValueSources[e]}getOptionValueSourceWithGlobals(e){let r;return this._getCommandAndAncestors().forEach(n=>{n.getOptionValueSource(e)!==void 0&&(r=n.getOptionValueSource(e))}),r}_prepareUserArgs(e,r){if(e!==void 0&&!Array.isArray(e))throw new Error("first parameter to parse must be array or undefined");if(r=r||{},e===void 0&&r.from===void 0){Tt.versions?.electron&&(r.from="electron");let s=Tt.execArgv??[];(s.includes("-e")||s.includes("--eval")||s.includes("-p")||s.includes("--print"))&&(r.from="eval")}e===void 0&&(e=Tt.argv),this.rawArgs=e.slice();let n;switch(r.from){case void 0:case"node":this._scriptPath=e[1],n=e.slice(2);break;case"electron":Tt.defaultApp?(this._scriptPath=e[1],n=e.slice(2)):n=e.slice(1);break;case"user":n=e.slice(0);break;case"eval":n=e.slice(1);break;default:throw new Error(`unexpected parse option { from: '${r.from}' }`)}return!this._name&&this._scriptPath&&this.nameFromFilename(this._scriptPath),this._name=this._name||"program",n}parse(e,r){this._prepareForParse();let n=this._prepareUserArgs(e,r);return this._parseCommand([],n),this}async parseAsync(e,r){this._prepareForParse();let n=this._prepareUserArgs(e,r);return await this._parseCommand([],n),this}_prepareForParse(){this._savedState===null?this.saveStateBeforeParse():this.restoreStateBeforeParse()}saveStateBeforeParse(){this._savedState={_name:this._name,_optionValues:{...this._optionValues},_optionValueSources:{...this._optionValueSources}}}restoreStateBeforeParse(){if(this._storeOptionsAsProperties)throw new Error(`Can not call parse again when storeOptionsAsProperties is true.
|
|
18
|
+
- either make a new Command for each call to parse, or stop storing options as properties`);this._name=this._savedState._name,this._scriptPath=null,this.rawArgs=[],this._optionValues={...this._savedState._optionValues},this._optionValueSources={...this._savedState._optionValueSources},this.args=[],this.processedArgs=[]}_checkForMissingExecutable(e,r,n){if(cA.existsSync(e))return;let s=r?`searched for local subcommand relative to directory '${r}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory",o=`'${e}' does not exist
|
|
19
|
+
- if '${n}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead
|
|
20
|
+
- if the default executable name is not suitable, use the executableFile option to supply a custom name or path
|
|
21
|
+
- ${s}`;throw new Error(o)}_executeSubCommand(e,r){r=r.slice();let n=!1,s=[".js",".ts",".tsx",".mjs",".cjs"];function o(f,m){let h=vc.resolve(f,m);if(cA.existsSync(h))return h;if(s.includes(vc.extname(m)))return;let y=s.find(C=>cA.existsSync(`${h}${C}`));if(y)return`${h}${y}`}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let i=e._executableFile||`${this._name}-${e._name}`,a=this._executableDir||"";if(this._scriptPath){let f;try{f=cA.realpathSync(this._scriptPath)}catch{f=this._scriptPath}a=vc.resolve(vc.dirname(f),a)}if(a){let f=o(a,i);if(!f&&!e._executableFile&&this._scriptPath){let m=vc.basename(this._scriptPath,vc.extname(this._scriptPath));m!==this._name&&(f=o(a,`${m}-${e._name}`))}i=f||i}n=s.includes(vc.extname(i));let c;Tt.platform!=="win32"?n?(r.unshift(i),r=bte(Tt.execArgv).concat(r),c=i2.spawn(Tt.argv[0],r,{stdio:"inherit"})):c=i2.spawn(i,r,{stdio:"inherit"}):(this._checkForMissingExecutable(i,a,e._name),r.unshift(i),r=bte(Tt.execArgv).concat(r),c=i2.spawn(Tt.execPath,r,{stdio:"inherit"})),c.killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(m=>{Tt.on(m,()=>{c.killed===!1&&c.exitCode===null&&c.kill(m)})});let u=this._exitCallback;c.on("close",f=>{f=f??1,u?u(new a2(f,"commander.executeSubCommandAsync","(close)")):Tt.exit(f)}),c.on("error",f=>{if(f.code==="ENOENT")this._checkForMissingExecutable(i,a,e._name);else if(f.code==="EACCES")throw new Error(`'${i}' not executable`);if(!u)Tt.exit(1);else{let m=new a2(1,"commander.executeSubCommandAsync","(error)");m.nestedError=f,u(m)}}),this.runningCommand=c}_dispatchSubcommand(e,r,n){let s=this._findCommand(e);s||this.help({error:!0}),s._prepareForParse();let o;return o=this._chainOrCallSubCommandHook(o,s,"preSubcommand"),o=this._chainOrCall(o,()=>{if(s._executableHandler)this._executeSubCommand(s,r.concat(n));else return s._parseCommand(r,n)}),o}_dispatchHelpCommand(e){e||this.help();let r=this._findCommand(e);return r&&!r._executableHandler&&r.help(),this._dispatchSubcommand(e,[],[this._getHelpOption()?.long??this._getHelpOption()?.short??"--help"])}_checkNumberOfArguments(){this.registeredArguments.forEach((e,r)=>{e.required&&this.args[r]==null&&this.missingArgument(e.name())}),!(this.registeredArguments.length>0&&this.registeredArguments[this.registeredArguments.length-1].variadic)&&this.args.length>this.registeredArguments.length&&this._excessArguments(this.args)}_processArguments(){let e=(n,s,o)=>{let i=s;if(s!==null&&n.parseArg){let a=`error: command-argument value '${s}' is invalid for argument '${n.name()}'.`;i=this._callParseArg(n,s,o,a)}return i};this._checkNumberOfArguments();let r=[];this.registeredArguments.forEach((n,s)=>{let o=n.defaultValue;n.variadic?s<this.args.length?(o=this.args.slice(s),n.parseArg&&(o=o.reduce((i,a)=>e(n,a,i),n.defaultValue))):o===void 0&&(o=[]):s<this.args.length&&(o=this.args[s],n.parseArg&&(o=e(n,o,n.defaultValue))),r[s]=o}),this.processedArgs=r}_chainOrCall(e,r){return e?.then&&typeof e.then=="function"?e.then(()=>r()):r()}_chainOrCallHooks(e,r){let n=e,s=[];return this._getCommandAndAncestors().reverse().filter(o=>o._lifeCycleHooks[r]!==void 0).forEach(o=>{o._lifeCycleHooks[r].forEach(i=>{s.push({hookedCommand:o,callback:i})})}),r==="postAction"&&s.reverse(),s.forEach(o=>{n=this._chainOrCall(n,()=>o.callback(o.hookedCommand,this))}),n}_chainOrCallSubCommandHook(e,r,n){let s=e;return this._lifeCycleHooks[n]!==void 0&&this._lifeCycleHooks[n].forEach(o=>{s=this._chainOrCall(s,()=>o(this,r))}),s}_parseCommand(e,r){let n=this.parseOptions(r);if(this._parseOptionsEnv(),this._parseOptionsImplied(),e=e.concat(n.operands),r=n.unknown,this.args=e.concat(r),e&&this._findCommand(e[0]))return this._dispatchSubcommand(e[0],e.slice(1),r);if(this._getHelpCommand()&&e[0]===this._getHelpCommand().name())return this._dispatchHelpCommand(e[1]);if(this._defaultCommandName)return this._outputHelpIfRequested(r),this._dispatchSubcommand(this._defaultCommandName,e,r);this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName&&this.help({error:!0}),this._outputHelpIfRequested(n.unknown),this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let s=()=>{n.unknown.length>0&&this.unknownOption(n.unknown[0])},o=`command:${this.name()}`;if(this._actionHandler){s(),this._processArguments();let i;return i=this._chainOrCallHooks(i,"preAction"),i=this._chainOrCall(i,()=>this._actionHandler(this.processedArgs)),this.parent&&(i=this._chainOrCall(i,()=>{this.parent.emit(o,e,r)})),i=this._chainOrCallHooks(i,"postAction"),i}if(this.parent?.listenerCount(o))s(),this._processArguments(),this.parent.emit(o,e,r);else if(e.length){if(this._findCommand("*"))return this._dispatchSubcommand("*",e,r);this.listenerCount("command:*")?this.emit("command:*",e,r):this.commands.length?this.unknownCommand():(s(),this._processArguments())}else this.commands.length?(s(),this.help({error:!0})):(s(),this._processArguments())}_findCommand(e){if(e)return this.commands.find(r=>r._name===e||r._aliases.includes(e))}_findOption(e){return this.options.find(r=>r.is(e))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach(e=>{e.options.forEach(r=>{r.mandatory&&e.getOptionValue(r.attributeName())===void 0&&e.missingMandatoryOptionValue(r)})})}_checkForConflictingLocalOptions(){let e=this.options.filter(n=>{let s=n.attributeName();return this.getOptionValue(s)===void 0?!1:this.getOptionValueSource(s)!=="default"});e.filter(n=>n.conflictsWith.length>0).forEach(n=>{let s=e.find(o=>n.conflictsWith.includes(o.attributeName()));s&&this._conflictingOption(n,s)})}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach(e=>{e._checkForConflictingLocalOptions()})}parseOptions(e){let r=[],n=[],s=r;function o(f){return f.length>1&&f[0]==="-"}let i=f=>/^-(\d+|\d*\.\d+)(e[+-]?\d+)?$/.test(f)?!this._getCommandAndAncestors().some(m=>m.options.map(h=>h.short).some(h=>/^-\d$/.test(h))):!1,a=null,c=null,u=0;for(;u<e.length||c;){let f=c??e[u++];if(c=null,f==="--"){s===n&&s.push(f),s.push(...e.slice(u));break}if(a&&(!o(f)||i(f))){this.emit(`option:${a.name()}`,f);continue}if(a=null,o(f)){let m=this._findOption(f);if(m){if(m.required){let h=e[u++];h===void 0&&this.optionMissingArgument(m),this.emit(`option:${m.name()}`,h)}else if(m.optional){let h=null;u<e.length&&(!o(e[u])||i(e[u]))&&(h=e[u++]),this.emit(`option:${m.name()}`,h)}else this.emit(`option:${m.name()}`);a=m.variadic?m:null;continue}}if(f.length>2&&f[0]==="-"&&f[1]!=="-"){let m=this._findOption(`-${f[1]}`);if(m){m.required||m.optional&&this._combineFlagAndOptionalValue?this.emit(`option:${m.name()}`,f.slice(2)):(this.emit(`option:${m.name()}`),c=`-${f.slice(2)}`);continue}}if(/^--[^=]+=/.test(f)){let m=f.indexOf("="),h=this._findOption(f.slice(0,m));if(h&&(h.required||h.optional)){this.emit(`option:${h.name()}`,f.slice(m+1));continue}}if(s===r&&o(f)&&!(this.commands.length===0&&i(f))&&(s=n),(this._enablePositionalOptions||this._passThroughOptions)&&r.length===0&&n.length===0){if(this._findCommand(f)){r.push(f),n.push(...e.slice(u));break}else if(this._getHelpCommand()&&f===this._getHelpCommand().name()){r.push(f,...e.slice(u));break}else if(this._defaultCommandName){n.push(f,...e.slice(u));break}}if(this._passThroughOptions){s.push(f,...e.slice(u));break}s.push(f)}return{operands:r,unknown:n}}opts(){if(this._storeOptionsAsProperties){let e={},r=this.options.length;for(let n=0;n<r;n++){let s=this.options[n].attributeName();e[s]=s===this._versionOptionName?this._version:this[s]}return e}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce((e,r)=>Object.assign(e,r.opts()),{})}error(e,r){this._outputConfiguration.outputError(`${e}
|
|
22
|
+
`,this._outputConfiguration.writeErr),typeof this._showHelpAfterError=="string"?this._outputConfiguration.writeErr(`${this._showHelpAfterError}
|
|
23
|
+
`):this._showHelpAfterError&&(this._outputConfiguration.writeErr(`
|
|
24
|
+
`),this.outputHelp({error:!0}));let n=r||{},s=n.exitCode||1,o=n.code||"commander.error";this._exit(s,o,e)}_parseOptionsEnv(){this.options.forEach(e=>{if(e.envVar&&e.envVar in Tt.env){let r=e.attributeName();(this.getOptionValue(r)===void 0||["default","config","env"].includes(this.getOptionValueSource(r)))&&(e.required||e.optional?this.emit(`optionEnv:${e.name()}`,Tt.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}})}_parseOptionsImplied(){let e=new G7e(this.options),r=n=>this.getOptionValue(n)!==void 0&&!["default","implied"].includes(this.getOptionValueSource(n));this.options.filter(n=>n.implied!==void 0&&r(n.attributeName())&&e.valueFromOption(this.getOptionValue(n.attributeName()),n)).forEach(n=>{Object.keys(n.implied).filter(s=>!r(s)).forEach(s=>{this.setOptionValueWithSource(s,n.implied[s],"implied")})})}missingArgument(e){let r=`error: missing required argument '${e}'`;this.error(r,{code:"commander.missingArgument"})}optionMissingArgument(e){let r=`error: option '${e.flags}' argument missing`;this.error(r,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(e){let r=`error: required option '${e.flags}' not specified`;this.error(r,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(e,r){let n=i=>{let a=i.attributeName(),c=this.getOptionValue(a),u=this.options.find(m=>m.negate&&a===m.attributeName()),f=this.options.find(m=>!m.negate&&a===m.attributeName());return u&&(u.presetArg===void 0&&c===!1||u.presetArg!==void 0&&c===u.presetArg)?u:f||i},s=i=>{let a=n(i),c=a.attributeName();return this.getOptionValueSource(c)==="env"?`environment variable '${a.envVar}'`:`option '${a.flags}'`},o=`error: ${s(e)} cannot be used with ${s(r)}`;this.error(o,{code:"commander.conflictingOption"})}unknownOption(e){if(this._allowUnknownOption)return;let r="";if(e.startsWith("--")&&this._showSuggestionAfterError){let s=[],o=this;do{let i=o.createHelp().visibleOptions(o).filter(a=>a.long).map(a=>a.long);s=s.concat(i),o=o.parent}while(o&&!o._enablePositionalOptions);r=vte(e,s)}let n=`error: unknown option '${e}'${r}`;this.error(n,{code:"commander.unknownOption"})}_excessArguments(e){if(this._allowExcessArguments)return;let r=this.registeredArguments.length,n=r===1?"":"s",o=`error: too many arguments${this.parent?` for '${this.name()}'`:""}. Expected ${r} argument${n} but got ${e.length}.`;this.error(o,{code:"commander.excessArguments"})}unknownCommand(){let e=this.args[0],r="";if(this._showSuggestionAfterError){let s=[];this.createHelp().visibleCommands(this).forEach(o=>{s.push(o.name()),o.alias()&&s.push(o.alias())}),r=vte(e,s)}let n=`error: unknown command '${e}'${r}`;this.error(n,{code:"commander.unknownCommand"})}version(e,r,n){if(e===void 0)return this._version;this._version=e,r=r||"-V, --version",n=n||"output the version number";let s=this.createOption(r,n);return this._versionOptionName=s.attributeName(),this._registerOption(s),this.on("option:"+s.name(),()=>{this._outputConfiguration.writeOut(`${e}
|
|
25
|
+
`),this._exit(0,"commander.version",e)}),this}description(e,r){return e===void 0&&r===void 0?this._description:(this._description=e,r&&(this._argsDescription=r),this)}summary(e){return e===void 0?this._summary:(this._summary=e,this)}alias(e){if(e===void 0)return this._aliases[0];let r=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler&&(r=this.commands[this.commands.length-1]),e===r._name)throw new Error("Command alias can't be the same as its name");let n=this.parent?._findCommand(e);if(n){let s=[n.name()].concat(n.aliases()).join("|");throw new Error(`cannot add alias '${e}' to command '${this.name()}' as already have command '${s}'`)}return r._aliases.push(e),this}aliases(e){return e===void 0?this._aliases:(e.forEach(r=>this.alias(r)),this)}usage(e){if(e===void 0){if(this._usage)return this._usage;let r=this.registeredArguments.map(n=>M7e(n));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?r:[]).join(" ")}return this._usage=e,this}name(e){return e===void 0?this._name:(this._name=e,this)}helpGroup(e){return e===void 0?this._helpGroupHeading??"":(this._helpGroupHeading=e,this)}commandsGroup(e){return e===void 0?this._defaultCommandGroup??"":(this._defaultCommandGroup=e,this)}optionsGroup(e){return e===void 0?this._defaultOptionGroup??"":(this._defaultOptionGroup=e,this)}_initOptionGroup(e){this._defaultOptionGroup&&!e.helpGroupHeading&&e.helpGroup(this._defaultOptionGroup)}_initCommandGroup(e){this._defaultCommandGroup&&!e.helpGroup()&&e.helpGroup(this._defaultCommandGroup)}nameFromFilename(e){return this._name=vc.basename(e,vc.extname(e)),this}executableDir(e){return e===void 0?this._executableDir:(this._executableDir=e,this)}helpInformation(e){let r=this.createHelp(),n=this._getOutputContext(e);r.prepareContext({error:n.error,helpWidth:n.helpWidth,outputHasColors:n.hasColors});let s=r.formatHelp(this,r);return n.hasColors?s:this._outputConfiguration.stripColor(s)}_getOutputContext(e){e=e||{};let r=!!e.error,n,s,o;return r?(n=a=>this._outputConfiguration.writeErr(a),s=this._outputConfiguration.getErrHasColors(),o=this._outputConfiguration.getErrHelpWidth()):(n=a=>this._outputConfiguration.writeOut(a),s=this._outputConfiguration.getOutHasColors(),o=this._outputConfiguration.getOutHelpWidth()),{error:r,write:a=>(s||(a=this._outputConfiguration.stripColor(a)),n(a)),hasColors:s,helpWidth:o}}outputHelp(e){let r;typeof e=="function"&&(r=e,e=void 0);let n=this._getOutputContext(e),s={error:n.error,write:n.write,command:this};this._getCommandAndAncestors().reverse().forEach(i=>i.emit("beforeAllHelp",s)),this.emit("beforeHelp",s);let o=this.helpInformation({error:n.error});if(r&&(o=r(o),typeof o!="string"&&!Buffer.isBuffer(o)))throw new Error("outputHelp callback must return a string or a Buffer");n.write(o),this._getHelpOption()?.long&&this.emit(this._getHelpOption().long),this.emit("afterHelp",s),this._getCommandAndAncestors().forEach(i=>i.emit("afterAllHelp",s))}helpOption(e,r){return typeof e=="boolean"?(e?(this._helpOption===null&&(this._helpOption=void 0),this._defaultOptionGroup&&this._initOptionGroup(this._getHelpOption())):this._helpOption=null,this):(this._helpOption=this.createOption(e??"-h, --help",r??"display help for command"),(e||r)&&this._initOptionGroup(this._helpOption),this)}_getHelpOption(){return this._helpOption===void 0&&this.helpOption(void 0,void 0),this._helpOption}addHelpOption(e){return this._helpOption=e,this._initOptionGroup(e),this}help(e){this.outputHelp(e);let r=Number(Tt.exitCode??0);r===0&&e&&typeof e!="function"&&e.error&&(r=1),this._exit(r,"commander.help","(outputHelp)")}addHelpText(e,r){let n=["beforeAll","before","after","afterAll"];if(!n.includes(e))throw new Error(`Unexpected value for position to addHelpText.
|
|
26
|
+
Expecting one of '${n.join("', '")}'`);let s=`${e}Help`;return this.on(s,o=>{let i;typeof r=="function"?i=r({error:o.error,command:o.command}):i=r,i&&o.write(`${i}
|
|
27
|
+
`)}),this}_outputHelpIfRequested(e){let r=this._getHelpOption();r&&e.find(s=>r.is(s))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}};function bte(t){return t.map(e=>{if(!e.startsWith("--inspect"))return e;let r,n="127.0.0.1",s="9229",o;return(o=e.match(/^(--inspect(-brk)?)$/))!==null?r=o[1]:(o=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(r=o[1],/^\d+$/.test(o[3])?s=o[3]:n=o[3]):(o=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(r=o[1],n=o[3],s=o[4]),r&&s!=="0"?`${r}=${n}:${parseInt(s)+1}`:e})}function u2(){if(Tt.env.NO_COLOR||Tt.env.FORCE_COLOR==="0"||Tt.env.FORCE_COLOR==="false")return!1;if(Tt.env.FORCE_COLOR||Tt.env.CLICOLOR_FORCE!==void 0)return!0}l2.Command=c2;l2.useColor=u2});var $te=O(qo=>{var{Argument:Dte}=aA(),{Command:d2}=Ite(),{CommanderError:H7e,InvalidArgumentError:xte}=yy(),{Help:V7e}=t2(),{Option:wte}=o2();qo.program=new d2;qo.createCommand=t=>new d2(t);qo.createOption=(t,e)=>new wte(t,e);qo.createArgument=(t,e)=>new Dte(t,e);qo.Command=d2;qo.Option=wte;qo.Argument=Dte;qo.Help=V7e;qo.CommanderError=H7e;qo.InvalidArgumentError=xte;qo.InvalidOptionArgumentError=xte});var gn=O(or=>{"use strict";or.HttpAuthLocation=void 0;(function(t){t.HEADER="header",t.QUERY="query"})(or.HttpAuthLocation||(or.HttpAuthLocation={}));or.HttpApiKeyAuthLocation=void 0;(function(t){t.HEADER="header",t.QUERY="query"})(or.HttpApiKeyAuthLocation||(or.HttpApiKeyAuthLocation={}));or.EndpointURLScheme=void 0;(function(t){t.HTTP="http",t.HTTPS="https"})(or.EndpointURLScheme||(or.EndpointURLScheme={}));or.AlgorithmId=void 0;(function(t){t.MD5="md5",t.CRC32="crc32",t.CRC32C="crc32c",t.SHA1="sha1",t.SHA256="sha256"})(or.AlgorithmId||(or.AlgorithmId={}));var j7e=t=>{let e=[];return t.sha256!==void 0&&e.push({algorithmId:()=>or.AlgorithmId.SHA256,checksumConstructor:()=>t.sha256}),t.md5!=null&&e.push({algorithmId:()=>or.AlgorithmId.MD5,checksumConstructor:()=>t.md5}),{addChecksumAlgorithm(r){e.push(r)},checksumAlgorithms(){return e}}},W7e=t=>{let e={};return t.checksumAlgorithms().forEach(r=>{e[r.algorithmId()]=r.checksumConstructor()}),e},z7e=t=>j7e(t),K7e=t=>W7e(t);or.FieldPosition=void 0;(function(t){t[t.HEADER=0]="HEADER",t[t.TRAILER=1]="TRAILER"})(or.FieldPosition||(or.FieldPosition={}));var Q7e="__smithy_context";or.IniSectionType=void 0;(function(t){t.PROFILE="profile",t.SSO_SESSION="sso-session",t.SERVICES="services"})(or.IniSectionType||(or.IniSectionType={}));or.RequestHandlerProtocol=void 0;(function(t){t.HTTP_0_9="http/0.9",t.HTTP_1_0="http/1.0",t.TDS_8_0="tds/8.0"})(or.RequestHandlerProtocol||(or.RequestHandlerProtocol={}));or.SMITHY_CONTEXT_KEY=Q7e;or.getDefaultClientConfiguration=z7e;or.resolveDefaultRuntimeConfig=K7e});var qe=O(Ju=>{"use strict";var Y7e=gn(),J7e=t=>({setHttpHandler(e){t.httpHandler=e},httpHandler(){return t.httpHandler},updateHttpClientConfig(e,r){t.httpHandler?.updateHttpClientConfig(e,r)},httpHandlerConfigs(){return t.httpHandler.httpHandlerConfigs()}}),X7e=t=>({httpHandler:t.httpHandler()}),p2=class{name;kind;values;constructor({name:e,kind:r=Y7e.FieldPosition.HEADER,values:n=[]}){this.name=e,this.kind=r,this.values=n}add(e){this.values.push(e)}set(e){this.values=e}remove(e){this.values=this.values.filter(r=>r!==e)}toString(){return this.values.map(e=>e.includes(",")||e.includes(" ")?`"${e}"`:e).join(", ")}get(){return this.values}},m2=class{entries={};encoding;constructor({fields:e=[],encoding:r="utf-8"}){e.forEach(this.setField.bind(this)),this.encoding=r}setField(e){this.entries[e.name.toLowerCase()]=e}getField(e){return this.entries[e.toLowerCase()]}removeField(e){delete this.entries[e.toLowerCase()]}getByType(e){return Object.values(this.entries).filter(r=>r.kind===e)}},f2=class t{method;protocol;hostname;port;path;query;headers;username;password;fragment;body;constructor(e){this.method=e.method||"GET",this.hostname=e.hostname||"localhost",this.port=e.port,this.query=e.query||{},this.headers=e.headers||{},this.body=e.body,this.protocol=e.protocol?e.protocol.slice(-1)!==":"?`${e.protocol}:`:e.protocol:"https:",this.path=e.path?e.path.charAt(0)!=="/"?`/${e.path}`:e.path:"/",this.username=e.username,this.password=e.password,this.fragment=e.fragment}static clone(e){let r=new t({...e,headers:{...e.headers}});return r.query&&(r.query=Z7e(r.query)),r}static isInstance(e){if(!e)return!1;let r=e;return"method"in r&&"protocol"in r&&"hostname"in r&&"path"in r&&typeof r.query=="object"&&typeof r.headers=="object"}clone(){return t.clone(this)}};function Z7e(t){return Object.keys(t).reduce((e,r)=>{let n=t[r];return{...e,[r]:Array.isArray(n)?[...n]:n}},{})}var g2=class{statusCode;reason;headers;body;constructor(e){this.statusCode=e.statusCode,this.reason=e.reason,this.headers=e.headers||{},this.body=e.body}static isInstance(e){if(!e)return!1;let r=e;return typeof r.statusCode=="number"&&typeof r.headers=="object"}};function eJe(t){return/^[a-z0-9][a-z0-9\.\-]*[a-z0-9]$/.test(t)}Ju.Field=p2;Ju.Fields=m2;Ju.HttpRequest=f2;Ju.HttpResponse=g2;Ju.getHttpHandlerExtensionConfiguration=J7e;Ju.isValidHostname=eJe;Ju.resolveHttpHandlerRuntimeConfig=X7e});var Xu=O(Ey=>{"use strict";var tJe=qe();function rJe(t){return t}var Nte=t=>e=>async r=>{if(!tJe.HttpRequest.isInstance(r.request))return e(r);let{request:n}=r,{handlerProtocol:s=""}=t.requestHandler.metadata||{};if(s.indexOf("h2")>=0&&!n.headers[":authority"])delete n.headers.host,n.headers[":authority"]=n.hostname+(n.port?":"+n.port:"");else if(!n.headers.host){let o=n.hostname;n.port!=null&&(o+=`:${n.port}`),n.headers.host=o}return e(r)},Lte={name:"hostHeaderMiddleware",step:"build",priority:"low",tags:["HOST"],override:!0},nJe=t=>({applyToStack:e=>{e.add(Nte(t),Lte)}});Ey.getHostHeaderPlugin=nJe;Ey.hostHeaderMiddleware=Nte;Ey.hostHeaderMiddlewareOptions=Lte;Ey.resolveHostHeaderConfig=rJe});var Zu=O(uA=>{"use strict";var Ute=()=>(t,e)=>async r=>{try{let n=await t(r),{clientName:s,commandName:o,logger:i,dynamoDbDocumentClientOptions:a={}}=e,{overrideInputFilterSensitiveLog:c,overrideOutputFilterSensitiveLog:u}=a,f=c??e.inputFilterSensitiveLog,m=u??e.outputFilterSensitiveLog,{$metadata:h,...y}=n.output;return i?.info?.({clientName:s,commandName:o,input:f(r.input),output:m(y),metadata:h}),n}catch(n){let{clientName:s,commandName:o,logger:i,dynamoDbDocumentClientOptions:a={}}=e,{overrideInputFilterSensitiveLog:c}=a,u=c??e.inputFilterSensitiveLog;throw i?.error?.({clientName:s,commandName:o,input:u(r.input),error:n,metadata:n.$metadata}),n}},Fte={name:"loggerMiddleware",tags:["LOGGER"],step:"initialize",override:!0},sJe=t=>({applyToStack:e=>{e.add(Ute(),Fte)}});uA.getLoggerPlugin=sJe;uA.loggerMiddleware=Ute;uA.loggerMiddlewareOptions=Fte});var lA={};st(lA,{InvokeStore:()=>E2,InvokeStoreBase:()=>_y});var Cy,h2,_y,S2,y2,E2,dA=R(()=>{Cy={REQUEST_ID:Symbol.for("_AWS_LAMBDA_REQUEST_ID"),X_RAY_TRACE_ID:Symbol.for("_AWS_LAMBDA_X_RAY_TRACE_ID"),TENANT_ID:Symbol.for("_AWS_LAMBDA_TENANT_ID")},h2=["true","1"].includes(process.env?.AWS_LAMBDA_NODEJS_NO_GLOBAL_AWSLAMBDA??"");h2||(globalThis.awslambda=globalThis.awslambda||{});_y=class{static PROTECTED_KEYS=Cy;isProtectedKey(e){return Object.values(Cy).includes(e)}getRequestId(){return this.get(Cy.REQUEST_ID)??"-"}getXRayTraceId(){return this.get(Cy.X_RAY_TRACE_ID)}getTenantId(){return this.get(Cy.TENANT_ID)}},S2=class extends _y{currentContext;getContext(){return this.currentContext}hasContext(){return this.currentContext!==void 0}get(e){return this.currentContext?.[e]}set(e,r){if(this.isProtectedKey(e))throw new Error(`Cannot modify protected Lambda context field: ${String(e)}`);this.currentContext=this.currentContext||{},this.currentContext[e]=r}run(e,r){return this.currentContext=e,r()}},y2=class t extends _y{als;static async create(){let e=new t,r=await import("node:async_hooks");return e.als=new r.AsyncLocalStorage,e}getContext(){return this.als.getStore()}hasContext(){return this.als.getStore()!==void 0}get(e){return this.als.getStore()?.[e]}set(e,r){if(this.isProtectedKey(e))throw new Error(`Cannot modify protected Lambda context field: ${String(e)}`);let n=this.als.getStore();if(!n)throw new Error("No context available");n[e]=r}run(e,r){return this.als.run(e,r)}};(function(t){let e=null;async function r(){return e||(e=(async()=>{let s="AWS_LAMBDA_MAX_CONCURRENCY"in process.env?await y2.create():new S2;return!h2&&globalThis.awslambda?.InvokeStore?globalThis.awslambda.InvokeStore:(!h2&&globalThis.awslambda&&(globalThis.awslambda.InvokeStore=s),s)})()),e}t.getInstanceAsync=r,t._testing=process.env.AWS_LAMBDA_BENCHMARK_MODE==="1"?{reset:()=>{e=null,globalThis.awslambda?.InvokeStore&&delete globalThis.awslambda.InvokeStore,globalThis.awslambda={}}}:void 0})(E2||(E2={}))});var Mte=O(pA=>{"use strict";Object.defineProperty(pA,"__esModule",{value:!0});pA.recursionDetectionMiddleware=void 0;var oJe=(dA(),J(lA)),iJe=qe(),C2="X-Amzn-Trace-Id",aJe="AWS_LAMBDA_FUNCTION_NAME",cJe="_X_AMZN_TRACE_ID",uJe=()=>t=>async e=>{let{request:r}=e;if(!iJe.HttpRequest.isInstance(r))return t(e);let n=Object.keys(r.headers??{}).find(f=>f.toLowerCase()===C2.toLowerCase())??C2;if(r.headers.hasOwnProperty(n))return t(e);let s=process.env[aJe],o=process.env[cJe],c=(await oJe.InvokeStore.getInstanceAsync())?.getXRayTraceId()??o,u=f=>typeof f=="string"&&f.length>0;return u(s)&&u(c)&&(r.headers[C2]=c),t({...e,request:r})};pA.recursionDetectionMiddleware=uJe});var el=O(mA=>{"use strict";var _2=Mte(),lJe={step:"build",tags:["RECURSION_DETECTION"],name:"recursionDetectionMiddleware",override:!0,priority:"low"},dJe=t=>({applyToStack:e=>{e.add(_2.recursionDetectionMiddleware(),lJe)}});mA.getRecursionDetectionPlugin=dJe;Object.keys(_2).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(mA,t)&&Object.defineProperty(mA,t,{enumerable:!0,get:function(){return _2[t]}})})});var R2,pJe,qte=R(()=>{R2=T(gn()),pJe=t=>t[R2.SMITHY_CONTEXT_KEY]||(t[R2.SMITHY_CONTEXT_KEY]={})});var Nt=O(T2=>{"use strict";var Bte=gn(),mJe=t=>t[Bte.SMITHY_CONTEXT_KEY]||(t[Bte.SMITHY_CONTEXT_KEY]={}),fJe=t=>{if(typeof t=="function")return t;let e=Promise.resolve(t);return()=>e};T2.getSmithyContext=mJe;T2.normalizeProvider=fJe});var Gte,Hte=R(()=>{Gte=(t,e)=>{if(!e||e.length===0)return t;let r=[];for(let n of e)for(let s of t)s.schemeId.split("#")[1]===n&&r.push(s);for(let n of t)r.find(({schemeId:s})=>s===n.schemeId)||r.push(n);return r}});function gJe(t){let e=new Map;for(let r of t)e.set(r.schemeId,r);return e}var Vte,Ry,fA=R(()=>{Vte=T(Nt());Hte();Ry=(t,e)=>(r,n)=>async s=>{let o=t.httpAuthSchemeProvider(await e.httpAuthSchemeParametersProvider(t,n,s.input)),i=t.authSchemePreference?await t.authSchemePreference():[],a=Gte(o,i),c=gJe(t.httpAuthSchemes),u=(0,Vte.getSmithyContext)(n),f=[];for(let m of a){let h=c.get(m.schemeId);if(!h){f.push(`HttpAuthScheme \`${m.schemeId}\` was not enabled for this service.`);continue}let y=h.identityProvider(await e.identityProviderConfigProvider(t));if(!y){f.push(`HttpAuthScheme \`${m.schemeId}\` did not have an IdentityProvider configured.`);continue}let{identityProperties:C={},signingProperties:I={}}=m.propertiesExtractor?.(t,n)||{};m.identityProperties=Object.assign(m.identityProperties||{},C),m.signingProperties=Object.assign(m.signingProperties||{},I),u.selectedHttpAuthScheme={httpAuthOption:m,identity:await y(m.identityProperties),signer:h.signer};break}if(!u.selectedHttpAuthScheme)throw new Error(f.join(`
|
|
28
|
+
`));return r(s)}});var jte,kp,Wte=R(()=>{fA();jte={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:"endpointV2Middleware"},kp=(t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r})=>({applyToStack:n=>{n.addRelativeTo(Ry(t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r}),jte)}})});var Ty=O(Nf=>{"use strict";var hJe=qe(),zte=(t,e)=>(r,n)=>async s=>{let{response:o}=await r(s);try{let i=await e(o,t);return{response:o,output:i}}catch(i){if(Object.defineProperty(i,"$response",{value:o,enumerable:!1,writable:!1,configurable:!1}),!("$metadata"in i)){let a="Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.";try{i.message+=`
|
|
29
|
+
`+a}catch{!n.logger||n.logger?.constructor?.name==="NoOpLogger"?console.warn(a):n.logger?.warn?.(a)}typeof i.$responseBodyText<"u"&&i.$response&&(i.$response.body=i.$responseBodyText);try{if(hJe.HttpResponse.isInstance(o)){let{headers:c={}}=o,u=Object.entries(c);i.$metadata={httpStatusCode:o.statusCode,requestId:A2(/^x-[\w-]+-request-?id$/,u),extendedRequestId:A2(/^x-[\w-]+-id-2$/,u),cfId:A2(/^x-[\w-]+-cf-id$/,u)}}}catch{}}throw i}},A2=(t,e)=>(e.find(([r])=>r.match(t))||[void 0,void 0])[1],Kte=(t,e)=>(r,n)=>async s=>{let o=t,i=n.endpointV2?.url&&o.urlParser?async()=>o.urlParser(n.endpointV2.url):o.endpoint;if(!i)throw new Error("No valid endpoint provider available.");let a=await e(s.input,{...t,endpoint:i});return r({...s,request:a})},Qte={name:"deserializerMiddleware",step:"deserialize",tags:["DESERIALIZER"],override:!0},Yte={name:"serializerMiddleware",step:"serialize",tags:["SERIALIZER"],override:!0};function SJe(t,e,r){return{applyToStack:n=>{n.add(zte(t,r),Qte),n.add(Kte(t,e),Yte)}}}Nf.deserializerMiddleware=zte;Nf.deserializerMiddlewareOption=Qte;Nf.getSerdePlugin=SJe;Nf.serializerMiddleware=Kte;Nf.serializerMiddlewareOption=Yte});var Jte,Xte,yJe,Zte=R(()=>{Jte=T(Ty());fA();Xte={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:Jte.serializerMiddlewareOption.name},yJe=(t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r})=>({applyToStack:n=>{n.addRelativeTo(Ry(t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r}),Xte)}})});var ere=R(()=>{fA();Wte();Zte()});var tre,rre,EJe,CJe,P2,v2=R(()=>{tre=T(qe()),rre=T(Nt()),EJe=t=>e=>{throw e},CJe=(t,e)=>{},P2=t=>(e,r)=>async n=>{if(!tre.HttpRequest.isInstance(n.request))return e(n);let o=(0,rre.getSmithyContext)(r).selectedHttpAuthScheme;if(!o)throw new Error("No HttpAuthScheme was selected: unable to sign request");let{httpAuthOption:{signingProperties:i={}},identity:a,signer:c}=o,u=await e({...n,request:await c.sign(n.request,a,i)}).catch((c.errorHandler||EJe)(i));return(c.successHandler||CJe)(u.response,i),u}});var nre,Np,sre=R(()=>{v2();nre={step:"finalizeRequest",tags:["HTTP_SIGNING"],name:"httpSigningMiddleware",aliases:["apiKeyMiddleware","tokenMiddleware","awsAuthMiddleware"],override:!0,relation:"after",toMiddleware:"retryMiddleware"},Np=t=>({applyToStack:e=>{e.addRelativeTo(P2(t),nre)}})});var ore=R(()=>{v2();sre()});var tl,ire=R(()=>{tl=t=>{if(typeof t=="function")return t;let e=Promise.resolve(t);return()=>e}});function are(t,e,r,n,s){return async function*(i,a,...c){let u=a,f=i.startingToken??u[r],m=!0,h;for(;m;){if(u[r]=f,s&&(u[s]=u[s]??i.pageSize),i.client instanceof t)h=await _Je(e,i.client,a,i.withCommand,...c);else throw new Error(`Invalid client, expected instance of ${t.name}`);yield h;let y=f;f=RJe(h,n),m=!!(f&&(!i.stopOnSameToken||f!==y))}return void 0}}var _Je,RJe,cre=R(()=>{_Je=async(t,e,r,n=o=>o,...s)=>{let o=new t(r);return o=n(o)??o,await e.send(o,...s)};RJe=(t,e)=>{let r=t,n=e.split(".");for(let s of n){if(!r||typeof r!="object")return;r=r[s]}return r}});var gA=O(ure=>{"use strict";var TJe=t=>typeof ArrayBuffer=="function"&&t instanceof ArrayBuffer||Object.prototype.toString.call(t)==="[object ArrayBuffer]";ure.isArrayBuffer=TJe});var ya=O(I2=>{"use strict";var AJe=gA(),b2=require("buffer"),PJe=(t,e=0,r=t.byteLength-e)=>{if(!AJe.isArrayBuffer(t))throw new TypeError(`The "input" argument must be ArrayBuffer. Received type ${typeof t} (${t})`);return b2.Buffer.from(t,e,r)},vJe=(t,e)=>{if(typeof t!="string")throw new TypeError(`The "input" argument must be of type string. Received type ${typeof t} (${t})`);return e?b2.Buffer.from(t,e):b2.Buffer.from(t)};I2.fromArrayBuffer=PJe;I2.fromString=vJe});var lre=O(hA=>{"use strict";Object.defineProperty(hA,"__esModule",{value:!0});hA.fromBase64=void 0;var bJe=ya(),IJe=/^[A-Za-z0-9+/]*={0,2}$/,DJe=t=>{if(t.length*3%4!==0)throw new TypeError("Incorrect padding on base64 string.");if(!IJe.exec(t))throw new TypeError("Invalid base64 string.");let e=(0,bJe.fromString)(t,"base64");return new Uint8Array(e.buffer,e.byteOffset,e.byteLength)};hA.fromBase64=DJe});var He=O(SA=>{"use strict";var dre=ya(),pre=t=>{let e=dre.fromString(t,"utf8");return new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT)},xJe=t=>typeof t=="string"?pre(t):ArrayBuffer.isView(t)?new Uint8Array(t.buffer,t.byteOffset,t.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(t),wJe=t=>{if(typeof t=="string")return t;if(typeof t!="object"||typeof t.byteOffset!="number"||typeof t.byteLength!="number")throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array.");return dre.fromArrayBuffer(t.buffer,t.byteOffset,t.byteLength).toString("utf8")};SA.fromUtf8=pre;SA.toUint8Array=xJe;SA.toUtf8=wJe});var mre=O(yA=>{"use strict";Object.defineProperty(yA,"__esModule",{value:!0});yA.toBase64=void 0;var $Je=ya(),OJe=He(),kJe=t=>{let e;if(typeof t=="string"?e=(0,OJe.fromUtf8)(t):e=t,typeof e!="object"||typeof e.byteOffset!="number"||typeof e.byteLength!="number")throw new Error("@smithy/util-base64: toBase64 encoder function only accepts string | Uint8Array.");return(0,$Je.fromArrayBuffer)(e.buffer,e.byteOffset,e.byteLength).toString("base64")};yA.toBase64=kJe});var De=O(Ay=>{"use strict";var fre=lre(),gre=mre();Object.keys(fre).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Ay,t)&&Object.defineProperty(Ay,t,{enumerable:!0,get:function(){return fre[t]}})});Object.keys(gre).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Ay,t)&&Object.defineProperty(Ay,t,{enumerable:!0,get:function(){return gre[t]}})})});var x2=O(EA=>{"use strict";Object.defineProperty(EA,"__esModule",{value:!0});EA.ChecksumStream=void 0;var NJe=De(),LJe=require("stream"),D2=class extends LJe.Duplex{expectedChecksum;checksumSourceLocation;checksum;source;base64Encoder;constructor({expectedChecksum:e,checksum:r,source:n,checksumSourceLocation:s,base64Encoder:o}){if(super(),typeof n.pipe=="function")this.source=n;else throw new Error(`@smithy/util-stream: unsupported source type ${n?.constructor?.name??n} in ChecksumStream.`);this.base64Encoder=o??NJe.toBase64,this.expectedChecksum=e,this.checksum=r,this.checksumSourceLocation=s,this.source.pipe(this)}_read(e){}_write(e,r,n){try{this.checksum.update(e),this.push(e)}catch(s){return n(s)}return n()}async _final(e){try{let r=await this.checksum.digest(),n=this.base64Encoder(r);if(this.expectedChecksum!==n)return e(new Error(`Checksum mismatch: expected "${this.expectedChecksum}" but received "${n}" in response header "${this.checksumSourceLocation}".`))}catch(r){return e(r)}return this.push(null),e()}};EA.ChecksumStream=D2});var bc=O(Lf=>{"use strict";Object.defineProperty(Lf,"__esModule",{value:!0});Lf.isBlob=Lf.isReadableStream=void 0;var UJe=t=>typeof ReadableStream=="function"&&(t?.constructor?.name===ReadableStream.name||t instanceof ReadableStream);Lf.isReadableStream=UJe;var FJe=t=>typeof Blob=="function"&&(t?.constructor?.name===Blob.name||t instanceof Blob);Lf.isBlob=FJe});var hre=O(CA=>{"use strict";Object.defineProperty(CA,"__esModule",{value:!0});CA.ChecksumStream=void 0;var MJe=typeof ReadableStream=="function"?ReadableStream:function(){},w2=class extends MJe{};CA.ChecksumStream=w2});var Sre=O(_A=>{"use strict";Object.defineProperty(_A,"__esModule",{value:!0});_A.createChecksumStream=void 0;var qJe=De(),BJe=bc(),GJe=hre(),HJe=({expectedChecksum:t,checksum:e,source:r,checksumSourceLocation:n,base64Encoder:s})=>{if(!(0,BJe.isReadableStream)(r))throw new Error(`@smithy/util-stream: unsupported source type ${r?.constructor?.name??r} in ChecksumStream.`);let o=s??qJe.toBase64;if(typeof TransformStream!="function")throw new Error("@smithy/util-stream: unable to instantiate ChecksumStream because API unavailable: ReadableStream/TransformStream.");let i=new TransformStream({start(){},async transform(c,u){e.update(c),u.enqueue(c)},async flush(c){let u=await e.digest(),f=o(u);if(t!==f){let m=new Error(`Checksum mismatch: expected "${t}" but received "${f}" in response header "${n}".`);c.error(m)}else c.terminate()}});r.pipeThrough(i);let a=i.readable;return Object.setPrototypeOf(a,GJe.ChecksumStream.prototype),a};_A.createChecksumStream=HJe});var yre=O($2=>{"use strict";Object.defineProperty($2,"__esModule",{value:!0});$2.createChecksumStream=zJe;var VJe=bc(),jJe=x2(),WJe=Sre();function zJe(t){return typeof ReadableStream=="function"&&(0,VJe.isReadableStream)(t.source)?(0,WJe.createChecksumStream)(t):new jJe.ChecksumStream(t)}});var k2=O(RA=>{"use strict";Object.defineProperty(RA,"__esModule",{value:!0});RA.ByteArrayCollector=void 0;var O2=class{allocByteArray;byteLength=0;byteArrays=[];constructor(e){this.allocByteArray=e}push(e){this.byteArrays.push(e),this.byteLength+=e.byteLength}flush(){if(this.byteArrays.length===1){let n=this.byteArrays[0];return this.reset(),n}let e=this.allocByteArray(this.byteLength),r=0;for(let n=0;n<this.byteArrays.length;++n){let s=this.byteArrays[n];e.set(s,r),r+=s.byteLength}return this.reset(),e}reset(){this.byteArrays=[],this.byteLength=0}};RA.ByteArrayCollector=O2});var Rre=O(Ic=>{"use strict";Object.defineProperty(Ic,"__esModule",{value:!0});Ic.createBufferedReadable=void 0;Ic.createBufferedReadableStream=Ere;Ic.merge=Cre;Ic.flush=TA;Ic.sizeOf=Uf;Ic.modeOf=_re;var KJe=k2();function Ere(t,e,r){let n=t.getReader(),s=!1,o=0,i=["",new KJe.ByteArrayCollector(u=>new Uint8Array(u))],a=-1,c=async u=>{let{value:f,done:m}=await n.read(),h=f;if(m){if(a!==-1){let y=TA(i,a);Uf(y)>0&&u.enqueue(y)}u.close()}else{let y=_re(h,!1);if(a!==y&&(a>=0&&u.enqueue(TA(i,a)),a=y),a===-1){u.enqueue(h);return}let C=Uf(h);o+=C;let I=Uf(i[a]);if(C>=e&&I===0)u.enqueue(h);else{let $=Cre(i,a,h);!s&&o>e*2&&(s=!0,r?.warn(`@smithy/util-stream - stream chunk size ${C} is below threshold of ${e}, automatically buffering.`)),$>=e?u.enqueue(TA(i,a)):await c(u)}}};return new ReadableStream({pull:c})}Ic.createBufferedReadable=Ere;function Cre(t,e,r){switch(e){case 0:return t[0]+=r,Uf(t[0]);case 1:case 2:return t[e].push(r),Uf(t[e])}}function TA(t,e){switch(e){case 0:let r=t[0];return t[0]="",r;case 1:case 2:return t[e].flush()}throw new Error(`@smithy/util-stream - invalid index ${e} given to flush()`)}function Uf(t){return t?.byteLength??t?.length??0}function _re(t,e=!0){return e&&typeof Buffer<"u"&&t instanceof Buffer?2:t instanceof Uint8Array?1:typeof t=="string"?0:-1}});var Are=O(N2=>{"use strict";Object.defineProperty(N2,"__esModule",{value:!0});N2.createBufferedReadable=JJe;var QJe=require("node:stream"),Tre=k2(),Dc=Rre(),YJe=bc();function JJe(t,e,r){if((0,YJe.isReadableStream)(t))return(0,Dc.createBufferedReadableStream)(t,e,r);let n=new QJe.Readable({read(){}}),s=!1,o=0,i=["",new Tre.ByteArrayCollector(c=>new Uint8Array(c)),new Tre.ByteArrayCollector(c=>Buffer.from(new Uint8Array(c)))],a=-1;return t.on("data",c=>{let u=(0,Dc.modeOf)(c,!0);if(a!==u&&(a>=0&&n.push((0,Dc.flush)(i,a)),a=u),a===-1){n.push(c);return}let f=(0,Dc.sizeOf)(c);o+=f;let m=(0,Dc.sizeOf)(i[a]);if(f>=e&&m===0)n.push(c);else{let h=(0,Dc.merge)(i,a,c);!s&&o>e*2&&(s=!0,r?.warn(`@smithy/util-stream - stream chunk size ${f} is below threshold of ${e}, automatically buffering.`)),h>=e&&n.push((0,Dc.flush)(i,a))}}),t.on("end",()=>{if(a!==-1){let c=(0,Dc.flush)(i,a);(0,Dc.sizeOf)(c)>0&&n.push(c)}n.push(null)}),n}});var Pre=O(AA=>{"use strict";Object.defineProperty(AA,"__esModule",{value:!0});AA.getAwsChunkedEncodingStream=void 0;var XJe=(t,e)=>{let{base64Encoder:r,bodyLengthChecker:n,checksumAlgorithmFn:s,checksumLocationName:o,streamHasher:i}=e,a=r!==void 0&&n!==void 0&&s!==void 0&&o!==void 0&&i!==void 0,c=a?i(s,t):void 0,u=t.getReader();return new ReadableStream({async pull(f){let{value:m,done:h}=await u.read();if(h){if(f.enqueue(`0\r
|
|
30
|
+
`),a){let y=r(await c);f.enqueue(`${o}:${y}\r
|
|
31
|
+
`),f.enqueue(`\r
|
|
32
|
+
`)}f.close()}else f.enqueue(`${(n(m)||0).toString(16)}\r
|
|
33
|
+
${m}\r
|
|
34
|
+
`)}})};AA.getAwsChunkedEncodingStream=XJe});var vre=O(L2=>{"use strict";Object.defineProperty(L2,"__esModule",{value:!0});L2.getAwsChunkedEncodingStream=rXe;var ZJe=require("node:stream"),eXe=Pre(),tXe=bc();function rXe(t,e){let r=t,n=t;if((0,tXe.isReadableStream)(n))return(0,eXe.getAwsChunkedEncodingStream)(n,e);let{base64Encoder:s,bodyLengthChecker:o,checksumAlgorithmFn:i,checksumLocationName:a,streamHasher:c}=e,u=s!==void 0&&i!==void 0&&a!==void 0&&c!==void 0,f=u?c(i,r):void 0,m=new ZJe.Readable({read:()=>{}});return r.on("data",h=>{let y=o(h)||0;y!==0&&(m.push(`${y.toString(16)}\r
|
|
35
|
+
`),m.push(h),m.push(`\r
|
|
36
|
+
`))}),r.on("end",async()=>{if(m.push(`0\r
|
|
37
|
+
`),u){let h=s(await f);m.push(`${a}:${h}\r
|
|
38
|
+
`),m.push(`\r
|
|
39
|
+
`)}m.push(null)}),m}});var bre=O(U2=>{"use strict";Object.defineProperty(U2,"__esModule",{value:!0});U2.headStream=nXe;async function nXe(t,e){let r=0,n=[],s=t.getReader(),o=!1;for(;!o;){let{done:c,value:u}=await s.read();if(u&&(n.push(u),r+=u?.byteLength??0),r>=e)break;o=c}s.releaseLock();let i=new Uint8Array(Math.min(e,r)),a=0;for(let c of n){if(c.byteLength>i.byteLength-a){i.set(c.subarray(0,i.byteLength-a),a);break}else i.set(c,a);a+=c.length}return i}});var Ire=O(PA=>{"use strict";Object.defineProperty(PA,"__esModule",{value:!0});PA.headStream=void 0;var sXe=require("stream"),oXe=bre(),iXe=bc(),aXe=(t,e)=>(0,iXe.isReadableStream)(t)?(0,oXe.headStream)(t,e):new Promise((r,n)=>{let s=new F2;s.limit=e,t.pipe(s),t.on("error",o=>{s.end(),n(o)}),s.on("error",n),s.on("finish",function(){let o=new Uint8Array(Buffer.concat(this.buffers));r(o)})});PA.headStream=aXe;var F2=class extends sXe.Writable{buffers=[];limit=1/0;bytesBuffered=0;_write(e,r,n){if(this.buffers.push(e),this.bytesBuffered+=e.byteLength??0,this.bytesBuffered>=this.limit){let s=this.bytesBuffered-this.limit,o=this.buffers[this.buffers.length-1];this.buffers[this.buffers.length-1]=o.subarray(0,o.byteLength-s),this.emit("finish")}n()}}});var Py=O(M2=>{"use strict";var Dre=t=>encodeURIComponent(t).replace(/[!'()*]/g,cXe),cXe=t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`,uXe=t=>t.split("/").map(Dre).join("/");M2.escapeUri=Dre;M2.escapeUriPath=uXe});var vy=O(xre=>{"use strict";var q2=Py();function lXe(t){let e=[];for(let r of Object.keys(t).sort()){let n=t[r];if(r=q2.escapeUri(r),Array.isArray(n))for(let s=0,o=n.length;s<o;s++)e.push(`${r}=${q2.escapeUri(n[s])}`);else{let s=r;(n||typeof n=="string")&&(s+=`=${q2.escapeUri(n)}`),e.push(s)}}return e.join("&")}xre.buildQueryString=lXe});var Oi=O(by=>{"use strict";var kre=qe(),Nre=vy(),vA=require("http"),bA=require("https"),Lre=require("stream"),B2=require("http2"),dXe=["ECONNRESET","EPIPE","ETIMEDOUT"],Ure=t=>{let e={};for(let r of Object.keys(t)){let n=t[r];e[r]=Array.isArray(n)?n.join(","):n}return e},Ss={setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},wre=1e3,pXe=(t,e,r=0)=>{if(!r)return-1;let n=s=>{let o=Ss.setTimeout(()=>{t.destroy(),e(Object.assign(new Error(`@smithy/node-http-handler - the request socket did not establish a connection with the server within the configured timeout of ${r} ms.`),{name:"TimeoutError"}))},r-s),i=a=>{a?.connecting?a.on("connect",()=>{Ss.clearTimeout(o)}):Ss.clearTimeout(o)};t.socket?i(t.socket):t.on("socket",i)};return r<2e3?(n(0),0):Ss.setTimeout(n.bind(null,wre),wre)},mXe=(t,e,r=0,n,s)=>r?Ss.setTimeout(()=>{let o=`@smithy/node-http-handler - [${n?"ERROR":"WARN"}] a request has exceeded the configured ${r} ms requestTimeout.`;if(n){let i=Object.assign(new Error(o),{name:"TimeoutError",code:"ETIMEDOUT"});t.destroy(i),e(i)}else o+=" Init client requestHandler with throwOnRequestTimeout=true to turn this into an error.",s?.warn?.(o)},r):-1,fXe=3e3,gXe=(t,{keepAlive:e,keepAliveMsecs:r},n=fXe)=>{if(e!==!0)return-1;let s=()=>{t.socket?t.socket.setKeepAlive(e,r||0):t.on("socket",o=>{o.setKeepAlive(e,r||0)})};return n===0?(s(),0):Ss.setTimeout(s,n)},$re=3e3,hXe=(t,e,r=0)=>{let n=s=>{let o=r-s,i=()=>{t.destroy(),e(Object.assign(new Error(`@smithy/node-http-handler - the request socket timed out after ${r} ms of inactivity (configured by client requestHandler).`),{name:"TimeoutError"}))};t.socket?(t.socket.setTimeout(o,i),t.on("close",()=>t.socket?.removeListener("timeout",i))):t.setTimeout(o,i)};return 0<r&&r<6e3?(n(0),0):Ss.setTimeout(n.bind(null,r===0?0:$re),$re)},Ore=6e3;async function Fre(t,e,r=Ore,n=!1){let s=e.headers??{},o=s.Expect||s.expect,i=-1,a=!0;!n&&o==="100-continue"&&(a=await Promise.race([new Promise(c=>{i=Number(Ss.setTimeout(()=>c(!0),Math.max(Ore,r)))}),new Promise(c=>{t.on("continue",()=>{Ss.clearTimeout(i),c(!0)}),t.on("response",()=>{Ss.clearTimeout(i),c(!1)}),t.on("error",()=>{Ss.clearTimeout(i),c(!1)})})])),a&&SXe(t,e.body)}function SXe(t,e){if(e instanceof Lre.Readable){e.pipe(t);return}if(e){let r=Buffer.isBuffer(e);if(r||typeof e=="string"){r&&e.byteLength===0?t.end():t.end(e);return}let s=e;if(typeof s=="object"&&s.buffer&&typeof s.byteOffset=="number"&&typeof s.byteLength=="number"){t.end(Buffer.from(s.buffer,s.byteOffset,s.byteLength));return}t.end(Buffer.from(e));return}t.end()}var yXe=0,G2=class t{config;configProvider;socketWarningTimestamp=0;externalAgent=!1;metadata={handlerProtocol:"http/1.1"};static create(e){return typeof e?.handle=="function"?e:new t(e)}static checkSocketUsage(e,r,n=console){let{sockets:s,requests:o,maxSockets:i}=e;if(typeof i!="number"||i===1/0||Date.now()-15e3<r)return r;if(s&&o)for(let c in s){let u=s[c]?.length??0,f=o[c]?.length??0;if(u>=i&&f>=2*i)return n?.warn?.(`@smithy/node-http-handler:WARN - socket usage at capacity=${u} and ${f} additional requests are enqueued.
|
|
40
|
+
See https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/node-configuring-maxsockets.html
|
|
41
|
+
or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler config.`),Date.now()}return r}constructor(e){this.configProvider=new Promise((r,n)=>{typeof e=="function"?e().then(s=>{r(this.resolveDefaultConfig(s))}).catch(n):r(this.resolveDefaultConfig(e))})}resolveDefaultConfig(e){let{requestTimeout:r,connectionTimeout:n,socketTimeout:s,socketAcquisitionWarningTimeout:o,httpAgent:i,httpsAgent:a,throwOnRequestTimeout:c,logger:u}=e||{},f=!0,m=50;return{connectionTimeout:n,requestTimeout:r,socketTimeout:s,socketAcquisitionWarningTimeout:o,throwOnRequestTimeout:c,httpAgent:i instanceof vA.Agent||typeof i?.destroy=="function"?(this.externalAgent=!0,i):new vA.Agent({keepAlive:f,maxSockets:m,...i}),httpsAgent:a instanceof bA.Agent||typeof a?.destroy=="function"?(this.externalAgent=!0,a):new bA.Agent({keepAlive:f,maxSockets:m,...a}),logger:u}}destroy(){this.config?.httpAgent?.destroy(),this.config?.httpsAgent?.destroy()}async handle(e,{abortSignal:r,requestTimeout:n}={}){return this.config||(this.config=await this.configProvider),new Promise((s,o)=>{let i=this.config,a,c=[],u=async V=>{await a,c.forEach(Ss.clearTimeout),s(V)},f=async V=>{await a,c.forEach(Ss.clearTimeout),o(V)};if(r?.aborted){let V=new Error("Request aborted");V.name="AbortError",f(V);return}let m=e.protocol==="https:",h=e.headers??{},y=(h.Expect??h.expect)==="100-continue",C=m?i.httpsAgent:i.httpAgent;y&&!this.externalAgent&&(C=new(m?bA.Agent:vA.Agent)({keepAlive:!1,maxSockets:1/0})),c.push(Ss.setTimeout(()=>{this.socketWarningTimestamp=t.checkSocketUsage(C,this.socketWarningTimestamp,i.logger)},i.socketAcquisitionWarningTimeout??(i.requestTimeout??2e3)+(i.connectionTimeout??1e3)));let I=Nre.buildQueryString(e.query||{}),$;if(e.username!=null||e.password!=null){let V=e.username??"",Y=e.password??"";$=`${V}:${Y}`}let N=e.path;I&&(N+=`?${I}`),e.fragment&&(N+=`#${e.fragment}`);let U=e.hostname??"";U[0]==="["&&U.endsWith("]")?U=e.hostname.slice(1,-1):U=e.hostname;let B={headers:e.headers,host:U,method:e.method,path:N,port:e.port,agent:C,auth:$},j=(m?bA.request:vA.request)(B,V=>{let Y=new kre.HttpResponse({statusCode:V.statusCode||-1,reason:V.statusMessage,headers:Ure(V.headers),body:V});u({response:Y})});if(j.on("error",V=>{dXe.includes(V.code)?f(Object.assign(V,{name:"TimeoutError"})):f(V)}),r){let V=()=>{j.destroy();let Y=new Error("Request aborted");Y.name="AbortError",f(Y)};if(typeof r.addEventListener=="function"){let Y=r;Y.addEventListener("abort",V,{once:!0}),j.once("close",()=>Y.removeEventListener("abort",V))}else r.onabort=V}let te=n??i.requestTimeout;c.push(pXe(j,f,i.connectionTimeout)),c.push(mXe(j,f,te,i.throwOnRequestTimeout,i.logger??console)),c.push(hXe(j,f,i.socketTimeout));let Ce=B.agent;typeof Ce=="object"&&"keepAlive"in Ce&&c.push(gXe(j,{keepAlive:Ce.keepAlive,keepAliveMsecs:Ce.keepAliveMsecs})),a=Fre(j,e,te,this.externalAgent).catch(V=>(c.forEach(Ss.clearTimeout),o(V)))})}updateHttpClientConfig(e,r){this.config=void 0,this.configProvider=this.configProvider.then(n=>({...n,[e]:r}))}httpHandlerConfigs(){return this.config??{}}},H2=class{sessions=[];constructor(e){this.sessions=e??[]}poll(){if(this.sessions.length>0)return this.sessions.shift()}offerLast(e){this.sessions.push(e)}contains(e){return this.sessions.includes(e)}remove(e){this.sessions=this.sessions.filter(r=>r!==e)}[Symbol.iterator](){return this.sessions[Symbol.iterator]()}destroy(e){for(let r of this.sessions)r===e&&(r.destroyed||r.destroy())}},V2=class{constructor(e){if(this.config=e,this.config.maxConcurrency&&this.config.maxConcurrency<=0)throw new RangeError("maxConcurrency must be greater than zero.")}config;sessionCache=new Map;lease(e,r){let n=this.getUrlString(e),s=this.sessionCache.get(n);if(s){let c=s.poll();if(c&&!this.config.disableConcurrency)return c}let o=B2.connect(n);this.config.maxConcurrency&&o.settings({maxConcurrentStreams:this.config.maxConcurrency},c=>{if(c)throw new Error("Fail to set maxConcurrentStreams to "+this.config.maxConcurrency+"when creating new session for "+e.destination.toString())}),o.unref();let i=()=>{o.destroy(),this.deleteSession(n,o)};o.on("goaway",i),o.on("error",i),o.on("frameError",i),o.on("close",()=>this.deleteSession(n,o)),r.requestTimeout&&o.setTimeout(r.requestTimeout,i);let a=this.sessionCache.get(n)||new H2;return a.offerLast(o),this.sessionCache.set(n,a),o}deleteSession(e,r){let n=this.sessionCache.get(e);n&&n.contains(r)&&(n.remove(r),this.sessionCache.set(e,n))}release(e,r){let n=this.getUrlString(e);this.sessionCache.get(n)?.offerLast(r)}destroy(){for(let[e,r]of this.sessionCache){for(let n of r)n.destroyed||n.destroy(),r.remove(n);this.sessionCache.delete(e)}}setMaxConcurrentStreams(e){if(e&&e<=0)throw new RangeError("maxConcurrentStreams must be greater than zero.");this.config.maxConcurrency=e}setDisableConcurrentStreams(e){this.config.disableConcurrency=e}getUrlString(e){return e.destination.toString()}},j2=class t{config;configProvider;metadata={handlerProtocol:"h2"};connectionManager=new V2({});static create(e){return typeof e?.handle=="function"?e:new t(e)}constructor(e){this.configProvider=new Promise((r,n)=>{typeof e=="function"?e().then(s=>{r(s||{})}).catch(n):r(e||{})})}destroy(){this.connectionManager.destroy()}async handle(e,{abortSignal:r,requestTimeout:n}={}){this.config||(this.config=await this.configProvider,this.connectionManager.setDisableConcurrentStreams(this.config.disableConcurrentStreams||!1),this.config.maxConcurrentStreams&&this.connectionManager.setMaxConcurrentStreams(this.config.maxConcurrentStreams));let{requestTimeout:s,disableConcurrentStreams:o}=this.config,i=n??s;return new Promise((a,c)=>{let u=!1,f,m=async ne=>{await f,a(ne)},h=async ne=>{await f,c(ne)};if(r?.aborted){u=!0;let ne=new Error("Request aborted");ne.name="AbortError",h(ne);return}let{hostname:y,method:C,port:I,protocol:$,query:N}=e,U="";if(e.username!=null||e.password!=null){let ne=e.username??"",ge=e.password??"";U=`${ne}:${ge}@`}let B=`${$}//${U}${y}${I?`:${I}`:""}`,W={destination:new URL(B)},j=this.connectionManager.lease(W,{requestTimeout:this.config?.sessionTimeout,disableConcurrentStreams:o||!1}),te=ne=>{o&&this.destroySession(j),u=!0,h(ne)},Ce=Nre.buildQueryString(N||{}),V=e.path;Ce&&(V+=`?${Ce}`),e.fragment&&(V+=`#${e.fragment}`);let Y=j.request({...e.headers,[B2.constants.HTTP2_HEADER_PATH]:V,[B2.constants.HTTP2_HEADER_METHOD]:C});if(j.ref(),Y.on("response",ne=>{let ge=new kre.HttpResponse({statusCode:ne[":status"]||-1,headers:Ure(ne),body:Y});u=!0,m({response:ge}),o&&(j.close(),this.connectionManager.deleteSession(B,j))}),i&&Y.setTimeout(i,()=>{Y.close();let ne=new Error(`Stream timed out because of no activity for ${i} ms`);ne.name="TimeoutError",te(ne)}),r){let ne=()=>{Y.close();let ge=new Error("Request aborted");ge.name="AbortError",te(ge)};if(typeof r.addEventListener=="function"){let ge=r;ge.addEventListener("abort",ne,{once:!0}),Y.once("close",()=>ge.removeEventListener("abort",ne))}else r.onabort=ne}Y.on("frameError",(ne,ge,Je)=>{te(new Error(`Frame type id ${ne} in stream id ${Je} has failed with code ${ge}.`))}),Y.on("error",te),Y.on("aborted",()=>{te(new Error(`HTTP/2 stream is abnormally aborted in mid-communication with result code ${Y.rstCode}.`))}),Y.on("close",()=>{j.unref(),o&&j.destroy(),u||te(new Error("Unexpected error: http2 request did not get a response"))}),f=Fre(Y,e,i)})}updateHttpClientConfig(e,r){this.config=void 0,this.configProvider=this.configProvider.then(n=>({...n,[e]:r}))}httpHandlerConfigs(){return this.config??{}}destroySession(e){e.destroyed||e.destroy()}},W2=class extends Lre.Writable{bufferedBytes=[];_write(e,r,n){this.bufferedBytes.push(e),n()}},EXe=t=>CXe(t)?_Xe(t):new Promise((e,r)=>{let n=new W2;t.pipe(n),t.on("error",s=>{n.end(),r(s)}),n.on("error",r),n.on("finish",function(){let s=new Uint8Array(Buffer.concat(this.bufferedBytes));e(s)})}),CXe=t=>typeof ReadableStream=="function"&&t instanceof ReadableStream;async function _Xe(t){let e=[],r=t.getReader(),n=!1,s=0;for(;!n;){let{done:a,value:c}=await r.read();c&&(e.push(c),s+=c.length),n=a}let o=new Uint8Array(s),i=0;for(let a of e)o.set(a,i),i+=a.length;return o}by.DEFAULT_REQUEST_TIMEOUT=yXe;by.NodeHttp2Handler=j2;by.NodeHttpHandler=G2;by.streamCollector=EXe});var xA=O(DA=>{"use strict";var Mre=qe(),RXe=vy(),TXe=De();function qre(t,e){return new Request(t,e)}function AXe(t=0){return new Promise((e,r)=>{t&&setTimeout(()=>{let n=new Error(`Request did not complete within ${t} ms`);n.name="TimeoutError",r(n)},t)})}var IA={supported:void 0},z2=class t{config;configProvider;static create(e){return typeof e?.handle=="function"?e:new t(e)}constructor(e){typeof e=="function"?this.configProvider=e().then(r=>r||{}):(this.config=e??{},this.configProvider=Promise.resolve(this.config)),IA.supported===void 0&&(IA.supported=typeof Request<"u"&&"keepalive"in qre("https://[::1]"))}destroy(){}async handle(e,{abortSignal:r,requestTimeout:n}={}){this.config||(this.config=await this.configProvider);let s=n??this.config.requestTimeout,o=this.config.keepAlive===!0,i=this.config.credentials;if(r?.aborted){let U=new Error("Request aborted");return U.name="AbortError",Promise.reject(U)}let a=e.path,c=RXe.buildQueryString(e.query||{});c&&(a+=`?${c}`),e.fragment&&(a+=`#${e.fragment}`);let u="";if(e.username!=null||e.password!=null){let U=e.username??"",B=e.password??"";u=`${U}:${B}@`}let{port:f,method:m}=e,h=`${e.protocol}//${u}${e.hostname}${f?`:${f}`:""}${a}`,y=m==="GET"||m==="HEAD"?void 0:e.body,C={body:y,headers:new Headers(e.headers),method:m,credentials:i};this.config?.cache&&(C.cache=this.config.cache),y&&(C.duplex="half"),typeof AbortController<"u"&&(C.signal=r),IA.supported&&(C.keepalive=o),typeof this.config.requestInit=="function"&&Object.assign(C,this.config.requestInit(e));let I=()=>{},$=qre(h,C),N=[fetch($).then(U=>{let B=U.headers,W={};for(let te of B.entries())W[te[0]]=te[1];return U.body!=null?{response:new Mre.HttpResponse({headers:W,reason:U.statusText,statusCode:U.status,body:U.body})}:U.blob().then(te=>({response:new Mre.HttpResponse({headers:W,reason:U.statusText,statusCode:U.status,body:te})}))}),AXe(s)];return r&&N.push(new Promise((U,B)=>{let W=()=>{let j=new Error("Request aborted");j.name="AbortError",B(j)};if(typeof r.addEventListener=="function"){let j=r;j.addEventListener("abort",W,{once:!0}),I=()=>j.removeEventListener("abort",W)}else r.onabort=W})),Promise.race(N).finally(I)}updateHttpClientConfig(e,r){this.config=void 0,this.configProvider=this.configProvider.then(n=>(n[e]=r,n))}httpHandlerConfigs(){return this.config??{}}},PXe=async t=>typeof Blob=="function"&&t instanceof Blob||t.constructor?.name==="Blob"?Blob.prototype.arrayBuffer!==void 0?new Uint8Array(await t.arrayBuffer()):vXe(t):bXe(t);async function vXe(t){let e=await IXe(t),r=TXe.fromBase64(e);return new Uint8Array(r)}async function bXe(t){let e=[],r=t.getReader(),n=!1,s=0;for(;!n;){let{done:a,value:c}=await r.read();c&&(e.push(c),s+=c.length),n=a}let o=new Uint8Array(s),i=0;for(let a of e)o.set(a,i),i+=a.length;return o}function IXe(t){return new Promise((e,r)=>{let n=new FileReader;n.onloadend=()=>{if(n.readyState!==2)return r(new Error("Reader aborted too early"));let s=n.result??"",o=s.indexOf(","),i=o>-1?o+1:s.length;e(s.substring(i))},n.onabort=()=>r(new Error("Read aborted")),n.onerror=()=>r(n.error),n.readAsDataURL(t)})}DA.FetchHttpHandler=z2;DA.keepAliveSupport=IA;DA.streamCollector=PXe});var rl=O(Q2=>{"use strict";var Bre={},K2={};for(let t=0;t<256;t++){let e=t.toString(16).toLowerCase();e.length===1&&(e=`0${e}`),Bre[t]=e,K2[e]=t}function DXe(t){if(t.length%2!==0)throw new Error("Hex encoded strings must have an even number length");let e=new Uint8Array(t.length/2);for(let r=0;r<t.length;r+=2){let n=t.slice(r,r+2).toLowerCase();if(n in K2)e[r/2]=K2[n];else throw new Error(`Cannot decode unrecognized sequence ${n} as hexadecimal`)}return e}function xXe(t){let e="";for(let r=0;r<t.byteLength;r++)e+=Bre[t[r]];return e}Q2.fromHex=DXe;Q2.toHex=xXe});var jre=O(wA=>{"use strict";Object.defineProperty(wA,"__esModule",{value:!0});wA.sdkStreamMixin=void 0;var wXe=xA(),$Xe=De(),OXe=rl(),kXe=He(),Gre=bc(),Hre="The stream has already been transformed.",NXe=t=>{if(!Vre(t)&&!(0,Gre.isReadableStream)(t)){let s=t?.__proto__?.constructor?.name||t;throw new Error(`Unexpected stream implementation, expect Blob or ReadableStream, got ${s}`)}let e=!1,r=async()=>{if(e)throw new Error(Hre);return e=!0,await(0,wXe.streamCollector)(t)},n=s=>{if(typeof s.stream!="function")throw new Error(`Cannot transform payload Blob to web stream. Please make sure the Blob.stream() is polyfilled.
|
|
42
|
+
If you are using React Native, this API is not yet supported, see: https://react-native.canny.io/feature-requests/p/fetch-streaming-body`);return s.stream()};return Object.assign(t,{transformToByteArray:r,transformToString:async s=>{let o=await r();if(s==="base64")return(0,$Xe.toBase64)(o);if(s==="hex")return(0,OXe.toHex)(o);if(s===void 0||s==="utf8"||s==="utf-8")return(0,kXe.toUtf8)(o);if(typeof TextDecoder=="function")return new TextDecoder(s).decode(o);throw new Error("TextDecoder is not available, please make sure polyfill is provided.")},transformToWebStream:()=>{if(e)throw new Error(Hre);if(e=!0,Vre(t))return n(t);if((0,Gre.isReadableStream)(t))return t;throw new Error(`Cannot transform payload to web stream, got ${t}`)}})};wA.sdkStreamMixin=NXe;var Vre=t=>typeof Blob=="function"&&t instanceof Blob});var zre=O($A=>{"use strict";Object.defineProperty($A,"__esModule",{value:!0});$A.sdkStreamMixin=void 0;var LXe=Oi(),UXe=ya(),Y2=require("stream"),FXe=jre(),Wre="The stream has already been transformed.",MXe=t=>{if(!(t instanceof Y2.Readable))try{return(0,FXe.sdkStreamMixin)(t)}catch{let s=t?.__proto__?.constructor?.name||t;throw new Error(`Unexpected stream implementation, expect Stream.Readable instance, got ${s}`)}let e=!1,r=async()=>{if(e)throw new Error(Wre);return e=!0,await(0,LXe.streamCollector)(t)};return Object.assign(t,{transformToByteArray:r,transformToString:async n=>{let s=await r();return n===void 0||Buffer.isEncoding(n)?(0,UXe.fromArrayBuffer)(s.buffer,s.byteOffset,s.byteLength).toString(n):new TextDecoder(n).decode(s)},transformToWebStream:()=>{if(e)throw new Error(Wre);if(t.readableFlowing!==null)throw new Error("The stream has been consumed by other callbacks.");if(typeof Y2.Readable.toWeb!="function")throw new Error("Readable.toWeb() is not supported. Please ensure a polyfill is available.");return e=!0,Y2.Readable.toWeb(t)}})};$A.sdkStreamMixin=MXe});var Kre=O(J2=>{"use strict";Object.defineProperty(J2,"__esModule",{value:!0});J2.splitStream=qXe;async function qXe(t){return typeof t.stream=="function"&&(t=t.stream()),t.tee()}});var Jre=O(X2=>{"use strict";Object.defineProperty(X2,"__esModule",{value:!0});X2.splitStream=GXe;var Qre=require("stream"),BXe=Kre(),Yre=bc();async function GXe(t){if((0,Yre.isReadableStream)(t)||(0,Yre.isBlob)(t))return(0,BXe.splitStream)(t);let e=new Qre.PassThrough,r=new Qre.PassThrough;return t.pipe(e),t.pipe(r),[e,r]}});var eH=O(hn=>{"use strict";var Xre=De(),Zre=He(),ene=x2(),tne=yre(),rne=Are(),nne=vre(),sne=Ire(),one=zre(),ine=Jre(),ane=bc(),Z2=class t extends Uint8Array{static fromString(e,r="utf-8"){if(typeof e=="string")return r==="base64"?t.mutate(Xre.fromBase64(e)):t.mutate(Zre.fromUtf8(e));throw new Error(`Unsupported conversion from ${typeof e} to Uint8ArrayBlobAdapter.`)}static mutate(e){return Object.setPrototypeOf(e,t.prototype),e}transformToString(e="utf-8"){return e==="base64"?Xre.toBase64(this):Zre.toUtf8(this)}};Object.defineProperty(hn,"isBlob",{enumerable:!0,get:function(){return ane.isBlob}});Object.defineProperty(hn,"isReadableStream",{enumerable:!0,get:function(){return ane.isReadableStream}});hn.Uint8ArrayBlobAdapter=Z2;Object.keys(ene).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(hn,t)&&Object.defineProperty(hn,t,{enumerable:!0,get:function(){return ene[t]}})});Object.keys(tne).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(hn,t)&&Object.defineProperty(hn,t,{enumerable:!0,get:function(){return tne[t]}})});Object.keys(rne).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(hn,t)&&Object.defineProperty(hn,t,{enumerable:!0,get:function(){return rne[t]}})});Object.keys(nne).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(hn,t)&&Object.defineProperty(hn,t,{enumerable:!0,get:function(){return nne[t]}})});Object.keys(sne).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(hn,t)&&Object.defineProperty(hn,t,{enumerable:!0,get:function(){return sne[t]}})});Object.keys(one).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(hn,t)&&Object.defineProperty(hn,t,{enumerable:!0,get:function(){return one[t]}})});Object.keys(ine).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(hn,t)&&Object.defineProperty(hn,t,{enumerable:!0,get:function(){return ine[t]}})})});var OA,Bo,kA=R(()=>{OA=T(eH()),Bo=async(t=new Uint8Array,e)=>{if(t instanceof Uint8Array)return OA.Uint8ArrayBlobAdapter.mutate(t);if(!t)return OA.Uint8ArrayBlobAdapter.mutate(new Uint8Array);let r=e.streamCollector(t);return OA.Uint8ArrayBlobAdapter.mutate(await r)}});function Ea(t){return encodeURIComponent(t).replace(/[!'()*]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}var NA=R(()=>{});var ki,tH=R(()=>{ki=t=>typeof t=="function"?t():t});var Iy,LA=R(()=>{Iy=(t,e,r,n,s)=>({name:e,namespace:t,traits:r,input:n,output:s})});var cne,une,lne,rH,dne=R(()=>{cne=T(qe()),une=T(Nt());LA();lne=t=>(e,r)=>async n=>{let{response:s}=await e(n),{operationSchema:o}=(0,une.getSmithyContext)(r),[,i,a,c,u,f]=o??[];try{let m=await t.protocol.deserializeResponse(Iy(i,a,c,u,f),{...t,...r},s);return{response:s,output:m}}catch(m){if(Object.defineProperty(m,"$response",{value:s,enumerable:!1,writable:!1,configurable:!1}),!("$metadata"in m)){let h="Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.";try{m.message+=`
|
|
43
|
+
`+h}catch{!r.logger||r.logger?.constructor?.name==="NoOpLogger"?console.warn(h):r.logger?.warn?.(h)}typeof m.$responseBodyText<"u"&&m.$response&&(m.$response.body=m.$responseBodyText);try{if(cne.HttpResponse.isInstance(s)){let{headers:y={}}=s,C=Object.entries(y);m.$metadata={httpStatusCode:s.statusCode,requestId:rH(/^x-[\w-]+-request-?id$/,C),extendedRequestId:rH(/^x-[\w-]+-id-2$/,C),cfId:rH(/^x-[\w-]+-cf-id$/,C)}}}catch{}}throw m}},rH=(t,e)=>(e.find(([r])=>r.match(t))||[void 0,void 0])[1]});var pne,mne,fne=R(()=>{pne=T(Nt());LA();mne=t=>(e,r)=>async n=>{let{operationSchema:s}=(0,pne.getSmithyContext)(r),[,o,i,a,c,u]=s??[],f=r.endpointV2?.url&&t.urlParser?async()=>t.urlParser(r.endpointV2.url):t.endpoint,m=await t.protocol.serializeRequest(Iy(o,i,a,c,u),n.input,{...t,...r,endpoint:f});return e({...n,request:m})}});function Lp(t){return{applyToStack:e=>{e.add(mne(t),hne),e.add(lne(t),gne),t.protocol.setSerdeContext(t)}}}var gne,hne,Sne=R(()=>{dne();fne();gne={name:"deserializerMiddleware",step:"deserialize",tags:["DESERIALIZER"],override:!0},hne={name:"serializerMiddleware",step:"serialize",tags:["SERIALIZER"],override:!0}});var Br,nl=R(()=>{Br=class{name;namespace;traits;static assign(e,r){return Object.assign(e,r)}static[Symbol.hasInstance](e){let r=this.prototype.isPrototypeOf(e);return!r&&typeof e=="object"&&e!==null?e.symbol===this.symbol:r}getName(){return this.namespace+"#"+this.name}}});var UA,HXe,yne=R(()=>{nl();UA=class t extends Br{static symbol=Symbol.for("@smithy/lis");name;traits;valueSchema;symbol=t.symbol},HXe=(t,e,r,n)=>Br.assign(new UA,{name:e,namespace:t,traits:r,valueSchema:n})});var FA,VXe,Ene=R(()=>{nl();FA=class t extends Br{static symbol=Symbol.for("@smithy/map");name;traits;keySchema;valueSchema;symbol=t.symbol},VXe=(t,e,r,n,s)=>Br.assign(new FA,{name:e,namespace:t,traits:r,keySchema:n,valueSchema:s})});var MA,jXe,Cne=R(()=>{nl();MA=class t extends Br{static symbol=Symbol.for("@smithy/ope");name;traits;input;output;symbol=t.symbol},jXe=(t,e,r,n,s)=>Br.assign(new MA,{name:e,namespace:t,traits:r,input:n,output:s})});var Ff,WXe,nH=R(()=>{nl();Ff=class t extends Br{static symbol=Symbol.for("@smithy/str");name;traits;memberNames;memberList;symbol=t.symbol},WXe=(t,e,r,n,s)=>Br.assign(new Ff,{name:e,namespace:t,traits:r,memberNames:n,memberList:s})});var qA,zXe,_ne=R(()=>{nl();nH();qA=class t extends Ff{static symbol=Symbol.for("@smithy/err");ctor;symbol=t.symbol},zXe=(t,e,r,n,s,o)=>Br.assign(new qA,{name:e,namespace:t,traits:r,memberNames:n,memberList:s,ctor:null})});function Ca(t){if(typeof t=="object")return t;t=t|0;let e={},r=0;for(let n of["httpLabel","idempotent","idempotencyToken","sensitive","httpPayload","httpResponseCode","httpQueryParams"])(t>>r++&1)===1&&(e[n]=1);return e}var sH=R(()=>{});function Dy(t,e){if(t instanceof be)return Object.assign(t,{memberName:e,_isMemberSchema:!0});let r=be;return new r(t,e)}var Rne,be,oH,Tne,Ane=R(()=>{tH();sH();Rne={it:Symbol.for("@smithy/nor-struct-it")},be=class t{ref;memberName;static symbol=Symbol.for("@smithy/nor");symbol=t.symbol;name;schema;_isMemberSchema;traits;memberTraits;normalizedTraits;constructor(e,r){this.ref=e,this.memberName=r;let n=[],s=e,o=e;for(this._isMemberSchema=!1;oH(s);)n.push(s[1]),s=s[0],o=ki(s),this._isMemberSchema=!0;if(n.length>0){this.memberTraits={};for(let i=n.length-1;i>=0;--i){let a=n[i];Object.assign(this.memberTraits,Ca(a))}}else this.memberTraits=0;if(o instanceof t){let i=this.memberTraits;Object.assign(this,o),this.memberTraits=Object.assign({},i,o.getMemberTraits(),this.getMemberTraits()),this.normalizedTraits=void 0,this.memberName=r??o.memberName;return}if(this.schema=ki(o),Tne(this.schema)?(this.name=`${this.schema[1]}#${this.schema[2]}`,this.traits=this.schema[3]):(this.name=this.memberName??String(o),this.traits=0),this._isMemberSchema&&!r)throw new Error(`@smithy/core/schema - NormalizedSchema member init ${this.getName(!0)} missing member name.`)}static[Symbol.hasInstance](e){let r=this.prototype.isPrototypeOf(e);return!r&&typeof e=="object"&&e!==null?e.symbol===this.symbol:r}static of(e){let r=ki(e);if(r instanceof t)return r;if(oH(r)){let[n,s]=r;if(n instanceof t)return Object.assign(n.getMergedTraits(),Ca(s)),n;throw new Error(`@smithy/core/schema - may not init unwrapped member schema=${JSON.stringify(e,null,2)}.`)}return new t(r)}getSchema(){let e=this.schema;return Array.isArray(e)&&e[0]===0?e[4]:e}getName(e=!1){let{name:r}=this;return!e&&r&&r.includes("#")?r.split("#")[1]:r||void 0}getMemberName(){return this.memberName}isMemberSchema(){return this._isMemberSchema}isListSchema(){let e=this.getSchema();return typeof e=="number"?e>=64&&e<128:e[0]===1}isMapSchema(){let e=this.getSchema();return typeof e=="number"?e>=128&&e<=255:e[0]===2}isStructSchema(){let e=this.getSchema();if(typeof e!="object")return!1;let r=e[0];return r===3||r===-3||r===4}isUnionSchema(){let e=this.getSchema();return typeof e!="object"?!1:e[0]===4}isBlobSchema(){let e=this.getSchema();return e===21||e===42}isTimestampSchema(){let e=this.getSchema();return typeof e=="number"&&e>=4&&e<=7}isUnitSchema(){return this.getSchema()==="unit"}isDocumentSchema(){return this.getSchema()===15}isStringSchema(){return this.getSchema()===0}isBooleanSchema(){return this.getSchema()===2}isNumericSchema(){return this.getSchema()===1}isBigIntegerSchema(){return this.getSchema()===17}isBigDecimalSchema(){return this.getSchema()===19}isStreaming(){let{streaming:e}=this.getMergedTraits();return!!e||this.getSchema()===42}isIdempotencyToken(){return!!this.getMergedTraits().idempotencyToken}getMergedTraits(){return this.normalizedTraits??(this.normalizedTraits={...this.getOwnTraits(),...this.getMemberTraits()})}getMemberTraits(){return Ca(this.memberTraits)}getOwnTraits(){return Ca(this.traits)}getKeySchema(){let[e,r]=[this.isDocumentSchema(),this.isMapSchema()];if(!e&&!r)throw new Error(`@smithy/core/schema - cannot get key for non-map: ${this.getName(!0)}`);let n=this.getSchema(),s=e?15:n[4]??0;return Dy([s,0],"key")}getValueSchema(){let e=this.getSchema(),[r,n,s]=[this.isDocumentSchema(),this.isMapSchema(),this.isListSchema()],o=typeof e=="number"?63&e:e&&typeof e=="object"&&(n||s)?e[3+e[0]]:r?15:void 0;if(o!=null)return Dy([o,0],n?"value":"member");throw new Error(`@smithy/core/schema - ${this.getName(!0)} has no value member.`)}getMemberSchema(e){let r=this.getSchema();if(this.isStructSchema()&&r[4].includes(e)){let n=r[4].indexOf(e),s=r[5][n];return Dy(oH(s)?s:[s,0],e)}if(this.isDocumentSchema())return Dy([15,0],e);throw new Error(`@smithy/core/schema - ${this.getName(!0)} has no no member=${e}.`)}getMemberSchemas(){let e={};try{for(let[r,n]of this.structIterator())e[r]=n}catch{}return e}getEventStreamMember(){if(this.isStructSchema()){for(let[e,r]of this.structIterator())if(r.isStreaming()&&r.isStructSchema())return e}return""}*structIterator(){if(this.isUnitSchema())return;if(!this.isStructSchema())throw new Error("@smithy/core/schema - cannot iterate non-struct schema.");let e=this.getSchema(),r=e[4].length,n=e[Rne.it];if(n&&r===n.length){yield*n;return}n=Array(r);for(let s=0;s<r;++s){let o=e[4][s],i=Dy([e[5][s],0],o);yield n[s]=[o,i]}e[Rne.it]=n}};oH=t=>Array.isArray(t)&&t.length===2,Tne=t=>Array.isArray(t)&&t.length>=5});var xy,KXe,QXe,Pne=R(()=>{nl();xy=class t extends Br{static symbol=Symbol.for("@smithy/sim");name;schemaRef;traits;symbol=t.symbol},KXe=(t,e,r,n)=>Br.assign(new xy,{name:e,namespace:t,traits:n,schemaRef:r}),QXe=(t,e,r,n)=>Br.assign(new xy,{name:e,namespace:t,traits:r,schemaRef:n})});var YXe,vne=R(()=>{YXe={BLOB:21,STREAMING_BLOB:42,BOOLEAN:2,STRING:0,NUMERIC:1,BIG_INTEGER:17,BIG_DECIMAL:19,DOCUMENT:15,TIMESTAMP_DEFAULT:4,TIMESTAMP_DATE_TIME:5,TIMESTAMP_HTTP_DATE:6,TIMESTAMP_EPOCH_SECONDS:7,LIST_MODIFIER:64,MAP_MODIFIER:128}});var It,bne=R(()=>{It=class t{namespace;schemas;exceptions;static registries=new Map;constructor(e,r=new Map,n=new Map){this.namespace=e,this.schemas=r,this.exceptions=n}static for(e){return t.registries.has(e)||t.registries.set(e,new t(e)),t.registries.get(e)}copyFrom(e){let{schemas:r,exceptions:n}=this;for(let[s,o]of e.schemas)r.has(s)||r.set(s,o);for(let[s,o]of e.exceptions)n.has(s)||n.set(s,o)}register(e,r){let n=this.normalizeShapeId(e);for(let s of[this,t.for(n.split("#")[0])])s.schemas.set(n,r)}getSchema(e){let r=this.normalizeShapeId(e);if(!this.schemas.has(r))throw new Error(`@smithy/core/schema - schema not found for ${r}`);return this.schemas.get(r)}registerError(e,r){let n=e,s=n[1];for(let o of[this,t.for(s)])o.schemas.set(s+"#"+n[2],n),o.exceptions.set(n,r)}getErrorCtor(e){let r=e;return this.exceptions.has(r)?this.exceptions.get(r):t.for(r[1]).exceptions.get(r)}getBaseException(){for(let e of this.exceptions.keys())if(Array.isArray(e)){let[,r,n]=e,s=r+"#"+n;if(s.startsWith("smithy.ts.sdk.synthetic.")&&s.endsWith("ServiceException"))return e}}find(e){return[...this.schemas.values()].find(e)}clear(){this.schemas.clear(),this.exceptions.clear()}normalizeShapeId(e){return e.includes("#")?e:this.namespace+"#"+e}}});var _a={};st(_a,{ErrorSchema:()=>qA,ListSchema:()=>UA,MapSchema:()=>FA,NormalizedSchema:()=>be,OperationSchema:()=>MA,SCHEMA:()=>YXe,Schema:()=>Br,SimpleSchema:()=>xy,StructureSchema:()=>Ff,TypeRegistry:()=>It,deref:()=>ki,deserializerMiddlewareOption:()=>gne,error:()=>zXe,getSchemaSerdePlugin:()=>Lp,isStaticSchema:()=>Tne,list:()=>HXe,map:()=>VXe,op:()=>jXe,operation:()=>Iy,serializerMiddlewareOption:()=>hne,sim:()=>KXe,simAdapter:()=>QXe,struct:()=>WXe,translateTraits:()=>Ca});var dt=R(()=>{tH();Sne();yne();Ene();Cne();LA();_ne();Ane();nl();Pne();nH();vne();sH();bne()});var JXe,Ine=R(()=>{JXe=(t,e,r=n=>n)=>t});var XXe,ZXe,wy,eZe,BA,$y,tZe,iH,aH,cH,uH,rZe,nZe,Dne,sZe,oZe,HA,iZe,lH,aZe,Mf,dH,cZe,uZe,lZe,xne,wne,dZe,pZe,Up,pH,GA,Oy,mH=R(()=>{XXe=t=>{switch(t){case"true":return!0;case"false":return!1;default:throw new Error(`Unable to parse boolean value "${t}"`)}},ZXe=t=>{if(t!=null){if(typeof t=="number"){if((t===0||t===1)&&Oy.warn(GA(`Expected boolean, got ${typeof t}: ${t}`)),t===0)return!1;if(t===1)return!0}if(typeof t=="string"){let e=t.toLowerCase();if((e==="false"||e==="true")&&Oy.warn(GA(`Expected boolean, got ${typeof t}: ${t}`)),e==="false")return!1;if(e==="true")return!0}if(typeof t=="boolean")return t;throw new TypeError(`Expected boolean, got ${typeof t}: ${t}`)}},wy=t=>{if(t!=null){if(typeof t=="string"){let e=parseFloat(t);if(!Number.isNaN(e))return String(e)!==String(t)&&Oy.warn(GA(`Expected number but observed string: ${t}`)),e}if(typeof t=="number")return t;throw new TypeError(`Expected number, got ${typeof t}: ${t}`)}},eZe=Math.ceil(34028234663852886e22),BA=t=>{let e=wy(t);if(e!==void 0&&!Number.isNaN(e)&&e!==1/0&&e!==-1/0&&Math.abs(e)>eZe)throw new TypeError(`Expected 32-bit float, got ${t}`);return e},$y=t=>{if(t!=null){if(Number.isInteger(t)&&!Number.isNaN(t))return t;throw new TypeError(`Expected integer, got ${typeof t}: ${t}`)}},tZe=$y,iH=t=>uH(t,32),aH=t=>uH(t,16),cH=t=>uH(t,8),uH=(t,e)=>{let r=$y(t);if(r!==void 0&&rZe(r,e)!==r)throw new TypeError(`Expected ${e}-bit integer, got ${t}`);return r},rZe=(t,e)=>{switch(e){case 32:return Int32Array.of(t)[0];case 16:return Int16Array.of(t)[0];case 8:return Int8Array.of(t)[0]}},nZe=(t,e)=>{if(t==null)throw e?new TypeError(`Expected a non-null value for ${e}`):new TypeError("Expected a non-null value");return t},Dne=t=>{if(t==null)return;if(typeof t=="object"&&!Array.isArray(t))return t;let e=Array.isArray(t)?"array":typeof t;throw new TypeError(`Expected object, got ${e}: ${t}`)},sZe=t=>{if(t!=null){if(typeof t=="string")return t;if(["boolean","number","bigint"].includes(typeof t))return Oy.warn(GA(`Expected string, got ${typeof t}: ${t}`)),String(t);throw new TypeError(`Expected string, got ${typeof t}: ${t}`)}},oZe=t=>{if(t==null)return;let e=Dne(t),r=Object.entries(e).filter(([,n])=>n!=null).map(([n])=>n);if(r.length===0)throw new TypeError("Unions must have exactly one non-null member. None were found.");if(r.length>1)throw new TypeError(`Unions must have exactly one non-null member. Keys ${r} were not null.`);return e},HA=t=>wy(typeof t=="string"?Mf(t):t),iZe=HA,lH=t=>BA(typeof t=="string"?Mf(t):t),aZe=/(-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?)|(-?Infinity)|(NaN)/g,Mf=t=>{let e=t.match(aZe);if(e===null||e[0].length!==t.length)throw new TypeError("Expected real number, got implicit NaN");return parseFloat(t)},dH=t=>typeof t=="string"?xne(t):wy(t),cZe=dH,uZe=dH,lZe=t=>typeof t=="string"?xne(t):BA(t),xne=t=>{switch(t){case"NaN":return NaN;case"Infinity":return 1/0;case"-Infinity":return-1/0;default:throw new Error(`Unable to parse float value: ${t}`)}},wne=t=>$y(typeof t=="string"?Mf(t):t),dZe=wne,pZe=t=>iH(typeof t=="string"?Mf(t):t),Up=t=>aH(typeof t=="string"?Mf(t):t),pH=t=>cH(typeof t=="string"?Mf(t):t),GA=t=>String(new TypeError(t).stack||t).split(`
|
|
44
|
+
`).slice(0,5).filter(e=>!e.includes("stackTraceWarning")).join(`
|
|
45
|
+
`),Oy={warn:console.warn}});function Ny(t){let e=t.getUTCFullYear(),r=t.getUTCMonth(),n=t.getUTCDay(),s=t.getUTCDate(),o=t.getUTCHours(),i=t.getUTCMinutes(),a=t.getUTCSeconds(),c=s<10?`0${s}`:`${s}`,u=o<10?`0${o}`:`${o}`,f=i<10?`0${i}`:`${i}`,m=a<10?`0${a}`:`${a}`;return`${mZe[n]}, ${c} ${gH[r]} ${e} ${u}:${f}:${m} GMT`}var mZe,gH,fZe,gZe,hZe,hH,SZe,yZe,EZe,SH,yH,ky,CZe,_Ze,RZe,fH,TZe,AZe,PZe,Ra,vZe,bZe,qf,$ne=R(()=>{mH();mZe=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],gH=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];fZe=new RegExp(/^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?[zZ]$/),gZe=t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC-3339 date-times must be expressed as strings");let e=fZe.exec(t);if(!e)throw new TypeError("Invalid RFC-3339 date-time value");let[r,n,s,o,i,a,c,u]=e,f=Up(qf(n)),m=Ra(s,"month",1,12),h=Ra(o,"day",1,31);return ky(f,m,h,{hours:i,minutes:a,seconds:c,fractionalMilliseconds:u})},hZe=new RegExp(/^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?(([-+]\d{2}\:\d{2})|[zZ])$/),hH=t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC-3339 date-times must be expressed as strings");let e=hZe.exec(t);if(!e)throw new TypeError("Invalid RFC-3339 date-time value");let[r,n,s,o,i,a,c,u,f]=e,m=Up(qf(n)),h=Ra(s,"month",1,12),y=Ra(o,"day",1,31),C=ky(m,h,y,{hours:i,minutes:a,seconds:c,fractionalMilliseconds:u});return f.toUpperCase()!="Z"&&C.setTime(C.getTime()-bZe(f)),C},SZe=new RegExp(/^(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d{2}) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? GMT$/),yZe=new RegExp(/^(?:Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d{2})-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d{2}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? GMT$/),EZe=new RegExp(/^(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( [1-9]|\d{2}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? (\d{4})$/),SH=t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC-7231 date-times must be expressed as strings");let e=SZe.exec(t);if(e){let[r,n,s,o,i,a,c,u]=e;return ky(Up(qf(o)),fH(s),Ra(n,"day",1,31),{hours:i,minutes:a,seconds:c,fractionalMilliseconds:u})}if(e=yZe.exec(t),e){let[r,n,s,o,i,a,c,u]=e;return RZe(ky(CZe(o),fH(s),Ra(n,"day",1,31),{hours:i,minutes:a,seconds:c,fractionalMilliseconds:u}))}if(e=EZe.exec(t),e){let[r,n,s,o,i,a,c,u]=e;return ky(Up(qf(u)),fH(n),Ra(s.trimLeft(),"day",1,31),{hours:o,minutes:i,seconds:a,fractionalMilliseconds:c})}throw new TypeError("Invalid RFC-7231 date-time value")},yH=t=>{if(t==null)return;let e;if(typeof t=="number")e=t;else if(typeof t=="string")e=HA(t);else if(typeof t=="object"&&t.tag===1)e=t.value;else throw new TypeError("Epoch timestamps must be expressed as floating point numbers or their string representation");if(Number.isNaN(e)||e===1/0||e===-1/0)throw new TypeError("Epoch timestamps must be valid, non-Infinite, non-NaN numerics");return new Date(Math.round(e*1e3))},ky=(t,e,r,n)=>{let s=e-1;return AZe(t,s,r),new Date(Date.UTC(t,s,r,Ra(n.hours,"hour",0,23),Ra(n.minutes,"minute",0,59),Ra(n.seconds,"seconds",0,60),vZe(n.fractionalMilliseconds)))},CZe=t=>{let e=new Date().getUTCFullYear(),r=Math.floor(e/100)*100+Up(qf(t));return r<e?r+100:r},_Ze=50*365*24*60*60*1e3,RZe=t=>t.getTime()-new Date().getTime()>_Ze?new Date(Date.UTC(t.getUTCFullYear()-100,t.getUTCMonth(),t.getUTCDate(),t.getUTCHours(),t.getUTCMinutes(),t.getUTCSeconds(),t.getUTCMilliseconds())):t,fH=t=>{let e=gH.indexOf(t);if(e<0)throw new TypeError(`Invalid month: ${t}`);return e+1},TZe=[31,28,31,30,31,30,31,31,30,31,30,31],AZe=(t,e,r)=>{let n=TZe[e];if(e===1&&PZe(t)&&(n=29),r>n)throw new TypeError(`Invalid day for ${gH[e]} in ${t}: ${r}`)},PZe=t=>t%4===0&&(t%100!==0||t%400===0),Ra=(t,e,r,n)=>{let s=pH(qf(t));if(s<r||s>n)throw new TypeError(`${e} must be between ${r} and ${n}, inclusive`);return s},vZe=t=>t==null?0:lH("0."+t)*1e3,bZe=t=>{let e=t[0],r=1;if(e=="+")r=1;else if(e=="-")r=-1;else throw new TypeError(`Offset direction, ${e}, must be "+" or "-"`);let n=Number(t.substring(1,3)),s=Number(t.substring(4,6));return r*(n*60+s)*60*1e3},qf=t=>{let e=0;for(;e<t.length-1&&t.charAt(e)==="0";)e++;return e===0?t:t.slice(e)}});var ys={};st(ys,{__addDisposableResource:()=>nse,__assign:()=>VA,__asyncDelegator:()=>Qne,__asyncGenerator:()=>Kne,__asyncValues:()=>Yne,__await:()=>Bf,__awaiter:()=>Gne,__classPrivateFieldGet:()=>ese,__classPrivateFieldIn:()=>rse,__classPrivateFieldSet:()=>tse,__createBinding:()=>WA,__decorate:()=>Nne,__disposeResources:()=>sse,__esDecorate:()=>Une,__exportStar:()=>Vne,__extends:()=>One,__generator:()=>Hne,__importDefault:()=>Zne,__importStar:()=>Xne,__makeTemplateObject:()=>Jne,__metadata:()=>Bne,__param:()=>Lne,__propKey:()=>Mne,__read:()=>_H,__rest:()=>kne,__rewriteRelativeImportExtension:()=>ose,__runInitializers:()=>Fne,__setFunctionName:()=>qne,__spread:()=>jne,__spreadArray:()=>zne,__spreadArrays:()=>Wne,__values:()=>jA,default:()=>xZe});function One(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");EH(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}function kne(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var s=0,n=Object.getOwnPropertySymbols(t);s<n.length;s++)e.indexOf(n[s])<0&&Object.prototype.propertyIsEnumerable.call(t,n[s])&&(r[n[s]]=t[n[s]]);return r}function Nne(t,e,r,n){var s=arguments.length,o=s<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,i;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(i=t[a])&&(o=(s<3?i(o):s>3?i(e,r,o):i(e,r))||o);return s>3&&o&&Object.defineProperty(e,r,o),o}function Lne(t,e){return function(r,n){e(r,n,t)}}function Une(t,e,r,n,s,o){function i(N){if(N!==void 0&&typeof N!="function")throw new TypeError("Function expected");return N}for(var a=n.kind,c=a==="getter"?"get":a==="setter"?"set":"value",u=!e&&t?n.static?t:t.prototype:null,f=e||(u?Object.getOwnPropertyDescriptor(u,n.name):{}),m,h=!1,y=r.length-1;y>=0;y--){var C={};for(var I in n)C[I]=I==="access"?{}:n[I];for(var I in n.access)C.access[I]=n.access[I];C.addInitializer=function(N){if(h)throw new TypeError("Cannot add initializers after decoration has completed");o.push(i(N||null))};var $=(0,r[y])(a==="accessor"?{get:f.get,set:f.set}:f[c],C);if(a==="accessor"){if($===void 0)continue;if($===null||typeof $!="object")throw new TypeError("Object expected");(m=i($.get))&&(f.get=m),(m=i($.set))&&(f.set=m),(m=i($.init))&&s.unshift(m)}else(m=i($))&&(a==="field"?s.unshift(m):f[c]=m)}u&&Object.defineProperty(u,n.name,f),h=!0}function Fne(t,e,r){for(var n=arguments.length>2,s=0;s<e.length;s++)r=n?e[s].call(t,r):e[s].call(t);return n?r:void 0}function Mne(t){return typeof t=="symbol"?t:"".concat(t)}function qne(t,e,r){return typeof e=="symbol"&&(e=e.description?"[".concat(e.description,"]"):""),Object.defineProperty(t,"name",{configurable:!0,value:r?"".concat(r," ",e):e})}function Bne(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function Gne(t,e,r,n){function s(o){return o instanceof r?o:new r(function(i){i(o)})}return new(r||(r=Promise))(function(o,i){function a(f){try{u(n.next(f))}catch(m){i(m)}}function c(f){try{u(n.throw(f))}catch(m){i(m)}}function u(f){f.done?o(f.value):s(f.value).then(a,c)}u((n=n.apply(t,e||[])).next())})}function Hne(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,s,o,i=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return i.next=a(0),i.throw=a(1),i.return=a(2),typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function a(u){return function(f){return c([u,f])}}function c(u){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,u[0]&&(r=0)),r;)try{if(n=1,s&&(o=u[0]&2?s.return:u[0]?s.throw||((o=s.return)&&o.call(s),0):s.next)&&!(o=o.call(s,u[1])).done)return o;switch(s=0,o&&(u=[u[0]&2,o.value]),u[0]){case 0:case 1:o=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,s=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!o||u[1]>o[0]&&u[1]<o[3])){r.label=u[1];break}if(u[0]===6&&r.label<o[1]){r.label=o[1],o=u;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(u);break}o[2]&&r.ops.pop(),r.trys.pop();continue}u=e.call(t,r)}catch(f){u=[6,f],s=0}finally{n=o=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function Vne(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&WA(e,t,r)}function jA(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function _H(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),s,o=[],i;try{for(;(e===void 0||e-- >0)&&!(s=n.next()).done;)o.push(s.value)}catch(a){i={error:a}}finally{try{s&&!s.done&&(r=n.return)&&r.call(n)}finally{if(i)throw i.error}}return o}function jne(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(_H(arguments[e]));return t}function Wne(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),s=0,e=0;e<r;e++)for(var o=arguments[e],i=0,a=o.length;i<a;i++,s++)n[s]=o[i];return n}function zne(t,e,r){if(r||arguments.length===2)for(var n=0,s=e.length,o;n<s;n++)(o||!(n in e))&&(o||(o=Array.prototype.slice.call(e,0,n)),o[n]=e[n]);return t.concat(o||Array.prototype.slice.call(e))}function Bf(t){return this instanceof Bf?(this.v=t,this):new Bf(t)}function Kne(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),s,o=[];return s=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",i),s[Symbol.asyncIterator]=function(){return this},s;function i(y){return function(C){return Promise.resolve(C).then(y,m)}}function a(y,C){n[y]&&(s[y]=function(I){return new Promise(function($,N){o.push([y,I,$,N])>1||c(y,I)})},C&&(s[y]=C(s[y])))}function c(y,C){try{u(n[y](C))}catch(I){h(o[0][3],I)}}function u(y){y.value instanceof Bf?Promise.resolve(y.value.v).then(f,m):h(o[0][2],y)}function f(y){c("next",y)}function m(y){c("throw",y)}function h(y,C){y(C),o.shift(),o.length&&c(o[0][0],o[0][1])}}function Qne(t){var e,r;return e={},n("next"),n("throw",function(s){throw s}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(s,o){e[s]=t[s]?function(i){return(r=!r)?{value:Bf(t[s](i)),done:!1}:o?o(i):i}:o}}function Yne(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof jA=="function"?jA(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(o){r[o]=t[o]&&function(i){return new Promise(function(a,c){i=t[o](i),s(a,c,i.done,i.value)})}}function s(o,i,a,c){Promise.resolve(c).then(function(u){o({value:u,done:a})},i)}}function Jne(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function Xne(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r=CH(t),n=0;n<r.length;n++)r[n]!=="default"&&WA(e,t,r[n]);return IZe(e,t),e}function Zne(t){return t&&t.__esModule?t:{default:t}}function ese(t,e,r,n){if(r==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!n:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?n:r==="a"?n.call(t):n?n.value:e.get(t)}function tse(t,e,r,n,s){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!s:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?s.call(t,r):s?s.value=r:e.set(t,r),r}function rse(t,e){if(e===null||typeof e!="object"&&typeof e!="function")throw new TypeError("Cannot use 'in' operator on non-object");return typeof t=="function"?e===t:t.has(e)}function nse(t,e,r){if(e!=null){if(typeof e!="object"&&typeof e!="function")throw new TypeError("Object expected.");var n,s;if(r){if(!Symbol.asyncDispose)throw new TypeError("Symbol.asyncDispose is not defined.");n=e[Symbol.asyncDispose]}if(n===void 0){if(!Symbol.dispose)throw new TypeError("Symbol.dispose is not defined.");n=e[Symbol.dispose],r&&(s=n)}if(typeof n!="function")throw new TypeError("Object not disposable.");s&&(n=function(){try{s.call(this)}catch(o){return Promise.reject(o)}}),t.stack.push({value:e,dispose:n,async:r})}else r&&t.stack.push({async:!0});return e}function sse(t){function e(o){t.error=t.hasError?new DZe(o,t.error,"An error was suppressed during disposal."):o,t.hasError=!0}var r,n=0;function s(){for(;r=t.stack.pop();)try{if(!r.async&&n===1)return n=0,t.stack.push(r),Promise.resolve().then(s);if(r.dispose){var o=r.dispose.call(r.value);if(r.async)return n|=2,Promise.resolve(o).then(s,function(i){return e(i),s()})}else n|=1}catch(i){e(i)}if(n===1)return t.hasError?Promise.reject(t.error):Promise.resolve();if(t.hasError)throw t.error}return s()}function ose(t,e){return typeof t=="string"&&/^\.\.?\//.test(t)?t.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(r,n,s,o,i){return n?e?".jsx":".js":s&&(!o||!i)?r:s+o+"."+i.toLowerCase()+"js"}):t}var EH,VA,WA,IZe,CH,DZe,xZe,Es=R(()=>{EH=function(t,e){return EH=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(r[s]=n[s])},EH(t,e)};VA=function(){return VA=Object.assign||function(e){for(var r,n=1,s=arguments.length;n<s;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},VA.apply(this,arguments)};WA=Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]});IZe=Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e},CH=function(t){return CH=Object.getOwnPropertyNames||function(e){var r=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(r[r.length]=n);return r},CH(t)};DZe=typeof SuppressedError=="function"?SuppressedError:function(t,e,r){var n=new Error(r);return n.name="SuppressedError",n.error=t,n.suppressed=e,n};xZe={__extends:One,__assign:VA,__rest:kne,__decorate:Nne,__param:Lne,__esDecorate:Une,__runInitializers:Fne,__propKey:Mne,__setFunctionName:qne,__metadata:Bne,__awaiter:Gne,__generator:Hne,__createBinding:WA,__exportStar:Vne,__values:jA,__read:_H,__spread:jne,__spreadArrays:Wne,__spreadArray:zne,__await:Bf,__asyncGenerator:Kne,__asyncDelegator:Qne,__asyncValues:Yne,__makeTemplateObject:Jne,__importStar:Xne,__importDefault:Zne,__classPrivateFieldGet:ese,__classPrivateFieldSet:tse,__classPrivateFieldIn:rse,__addDisposableResource:nse,__disposeResources:sse,__rewriteRelativeImportExtension:ose}});var ase=O(zA=>{"use strict";Object.defineProperty(zA,"__esModule",{value:!0});zA.randomUUID=void 0;var wZe=(Es(),J(ys)),ise=wZe.__importDefault(require("crypto"));zA.randomUUID=ise.default.randomUUID.bind(ise.default)});var Fp=O(use=>{"use strict";var cse=ase(),qn=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0")),$Ze=()=>{if(cse.randomUUID)return cse.randomUUID();let t=new Uint8Array(16);return crypto.getRandomValues(t),t[6]=t[6]&15|64,t[8]=t[8]&63|128,qn[t[0]]+qn[t[1]]+qn[t[2]]+qn[t[3]]+"-"+qn[t[4]]+qn[t[5]]+"-"+qn[t[6]]+qn[t[7]]+"-"+qn[t[8]]+qn[t[9]]+"-"+qn[t[10]]+qn[t[11]]+qn[t[12]]+qn[t[13]]+qn[t[14]]+qn[t[15]]};use.v4=$Ze});var Go,lse=R(()=>{Go=T(Fp())});var Cs,dse=R(()=>{Cs=function(e){return Object.assign(new String(e),{deserializeJSON(){return JSON.parse(String(e))},toString(){return String(e)},toJSON(){return String(e)}})};Cs.from=t=>t&&typeof t=="object"&&(t instanceof Cs||"deserializeJSON"in t)?t:typeof t=="string"||Object.getPrototypeOf(t)===String.prototype?Cs(String(t)):Cs(JSON.stringify(t));Cs.fromObject=Cs.from});function RH(t){return(t.includes(",")||t.includes('"'))&&(t=`"${t.replace(/"/g,'\\"')}"`),t}var pse=R(()=>{});function xc(t,e,r){let n=Number(t);if(n<e||n>r)throw new Error(`Value ${n} out of range [${e}, ${r}]`)}var TH,AH,PH,mse,fse,OZe,kZe,NZe,LZe,UZe,Gf,vH,bH,gse=R(()=>{TH="(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)(?:[ne|u?r]?s?day)?",AH="(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)",PH="(\\d?\\d):(\\d{2}):(\\d{2})(?:\\.(\\d+))?",mse="(\\d?\\d)",fse="(\\d{4})",OZe=new RegExp(/^(\d{4})-(\d\d)-(\d\d)[tT](\d\d):(\d\d):(\d\d)(\.(\d+))?(([-+]\d\d:\d\d)|[zZ])$/),kZe=new RegExp(`^${TH}, ${mse} ${AH} ${fse} ${PH} GMT$`),NZe=new RegExp(`^${TH}, ${mse}-${AH}-(\\d\\d) ${PH} GMT$`),LZe=new RegExp(`^${TH} ${AH} ( [1-9]|\\d\\d) ${PH} ${fse}$`),UZe=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Gf=t=>{if(t==null)return;let e=NaN;if(typeof t=="number")e=t;else if(typeof t=="string"){if(!/^-?\d*\.?\d+$/.test(t))throw new TypeError("parseEpochTimestamp - numeric string invalid.");e=Number.parseFloat(t)}else typeof t=="object"&&t.tag===1&&(e=t.value);if(isNaN(e)||Math.abs(e)===1/0)throw new TypeError("Epoch timestamps must be valid finite numbers.");return new Date(Math.round(e*1e3))},vH=t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC3339 timestamps must be strings");let e=OZe.exec(t);if(!e)throw new TypeError(`Invalid RFC3339 timestamp format ${t}`);let[,r,n,s,o,i,a,,c,u]=e;xc(n,1,12),xc(s,1,31),xc(o,0,23),xc(i,0,59),xc(a,0,60);let f=new Date(Date.UTC(Number(r),Number(n)-1,Number(s),Number(o),Number(i),Number(a),Number(c)?Math.round(parseFloat(`0.${c}`)*1e3):0));if(f.setUTCFullYear(Number(r)),u.toUpperCase()!="Z"){let[,m,h,y]=/([+-])(\d\d):(\d\d)/.exec(u)||[void 0,"+",0,0],C=m==="-"?1:-1;f.setTime(f.getTime()+C*(Number(h)*60*60*1e3+Number(y)*60*1e3))}return f},bH=t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC7231 timestamps must be strings.");let e,r,n,s,o,i,a,c;if((c=kZe.exec(t))?[,e,r,n,s,o,i,a]=c:(c=NZe.exec(t))?([,e,r,n,s,o,i,a]=c,n=(Number(n)+1900).toString()):(c=LZe.exec(t))&&([,r,e,s,o,i,a,n]=c),n&&i){let u=Date.UTC(Number(n),UZe.indexOf(r),Number(e),Number(s),Number(o),Number(i),a?Math.round(parseFloat(`0.${a}`)*1e3):0);xc(e,1,31),xc(s,0,23),xc(o,0,59),xc(i,0,60);let f=new Date(u);return f.setUTCFullYear(Number(n)),f}throw new TypeError(`Invalid RFC7231 date-time value ${t}.`)}});function IH(t,e,r){if(r<=0||!Number.isInteger(r))throw new Error("Invalid number of delimiters ("+r+") for splitEvery.");let n=t.split(e);if(r===1)return n;let s=[],o="";for(let i=0;i<n.length;i++)o===""?o=n[i]:o+=e+n[i],(i+1)%r===0&&(s.push(o),o="");return o!==""&&s.push(o),s}var hse=R(()=>{});var Ly,Sse=R(()=>{Ly=t=>{let e=t.length,r=[],n=!1,s,o=0;for(let i=0;i<e;++i){let a=t[i];switch(a){case'"':s!=="\\"&&(n=!n);break;case",":n||(r.push(t.slice(o,i)),o=i+1);break;default:}s=a}return r.push(t.slice(o)),r.map(i=>{i=i.trim();let a=i.length;return a<2?i:(i[0]==='"'&&i[a-1]==='"'&&(i=i.slice(1,a-1)),i.replace(/\\"/g,'"'))})}});function DH(t){return new lr(String(t),"bigDecimal")}var yse,lr,Ese=R(()=>{yse=/^-?\d*(\.\d+)?$/,lr=class t{string;type;constructor(e,r){if(this.string=e,this.type=r,!yse.test(e))throw new Error('@smithy/core/serde - NumericValue must only contain [0-9], at most one decimal point ".", and an optional negation prefix "-".')}toString(){return this.string}static[Symbol.hasInstance](e){if(!e||typeof e!="object")return!1;let r=e;return t.prototype.isPrototypeOf(e)||r.type==="bigDecimal"&&yse.test(r.string)}}});var Cse={};st(Cse,{LazyJsonString:()=>Cs,NumericValue:()=>lr,_parseEpochTimestamp:()=>Gf,_parseRfc3339DateTimeWithOffset:()=>vH,_parseRfc7231DateTime:()=>bH,copyDocumentWithTransform:()=>JXe,dateToUtcString:()=>Ny,expectBoolean:()=>ZXe,expectByte:()=>cH,expectFloat32:()=>BA,expectInt:()=>tZe,expectInt32:()=>iH,expectLong:()=>$y,expectNonNull:()=>nZe,expectNumber:()=>wy,expectObject:()=>Dne,expectShort:()=>aH,expectString:()=>sZe,expectUnion:()=>oZe,generateIdempotencyToken:()=>Go.v4,handleFloat:()=>cZe,limitedParseDouble:()=>dH,limitedParseFloat:()=>uZe,limitedParseFloat32:()=>lZe,logger:()=>Oy,nv:()=>DH,parseBoolean:()=>XXe,parseEpochTimestamp:()=>yH,parseRfc3339DateTime:()=>gZe,parseRfc3339DateTimeWithOffset:()=>hH,parseRfc7231DateTime:()=>SH,quoteHeader:()=>RH,splitEvery:()=>IH,splitHeader:()=>Ly,strictParseByte:()=>pH,strictParseDouble:()=>HA,strictParseFloat:()=>iZe,strictParseFloat32:()=>lH,strictParseInt:()=>dZe,strictParseInt32:()=>pZe,strictParseLong:()=>wne,strictParseShort:()=>Up});var _s=R(()=>{Ine();$ne();lse();dse();mH();pse();gse();hse();Sse();Ese()});var Rs,Hf=R(()=>{Rs=class{serdeContext;setSerdeContext(e){this.serdeContext=e}}});var KA,xH,_se=R(()=>{KA=T(He()),xH=class{marshaller;serializer;deserializer;serdeContext;defaultContentType;constructor({marshaller:e,serializer:r,deserializer:n,serdeContext:s,defaultContentType:o}){this.marshaller=e,this.serializer=r,this.deserializer=n,this.serdeContext=s,this.defaultContentType=o}async serializeEventStream({eventStream:e,requestSchema:r,initialRequest:n}){let s=this.marshaller,o=r.getEventStreamMember(),i=r.getMemberSchema(o),a=this.serializer,c=this.defaultContentType,u=Symbol("initialRequestMarker"),f={async*[Symbol.asyncIterator](){if(n){let m={":event-type":{type:"string",value:"initial-request"},":message-type":{type:"string",value:"event"},":content-type":{type:"string",value:c}};a.write(r,n);let h=a.flush();yield{[u]:!0,headers:m,body:h}}for await(let m of e)yield m}};return s.serialize(f,m=>{if(m[u])return{headers:m.headers,body:m.body};let h=Object.keys(m).find(U=>U!=="__type")??"",{additionalHeaders:y,body:C,eventType:I,explicitPayloadContentType:$}=this.writeEventBody(h,i,m);return{headers:{":event-type":{type:"string",value:I},":message-type":{type:"string",value:"event"},":content-type":{type:"string",value:$??c},...y},body:C}})}async deserializeEventStream({response:e,responseSchema:r,initialResponseContainer:n}){let s=this.marshaller,o=r.getEventStreamMember(),a=r.getMemberSchema(o).getMemberSchemas(),c=Symbol("initialResponseMarker"),u=s.deserialize(e.body,async h=>{let y=Object.keys(h).find(I=>I!=="__type")??"",C=h[y].body;if(y==="initial-response"){let I=await this.deserializer.read(r,C);return delete I[o],{[c]:!0,...I}}else if(y in a){let I=a[y];if(I.isStructSchema()){let $={},N=!1;for(let[U,B]of I.structIterator()){let{eventHeader:W,eventPayload:j}=B.getMergedTraits();if(N=N||!!(W||j),j)B.isBlobSchema()?$[U]=C:B.isStringSchema()?$[U]=(this.serdeContext?.utf8Encoder??KA.toUtf8)(C):B.isStructSchema()&&($[U]=await this.deserializer.read(B,C));else if(W){let te=h[y].headers[U]?.value;te!=null&&(B.isNumericSchema()?te&&typeof te=="object"&&"bytes"in te?$[U]=BigInt(te.toString()):$[U]=Number(te):$[U]=te)}}if(N)return{[y]:$};if(C.byteLength===0)return{[y]:{}}}return{[y]:await this.deserializer.read(I,C)}}else return{$unknown:h}}),f=u[Symbol.asyncIterator](),m=await f.next();if(m.done)return u;if(m.value?.[c]){if(!r)throw new Error("@smithy::core/protocols - initial-response event encountered in event stream but no response schema given.");for(let[h,y]of Object.entries(m.value))n[h]=y}return{async*[Symbol.asyncIterator](){for(m?.value?.[c]||(yield m.value);;){let{done:h,value:y}=await f.next();if(h)break;yield y}}}}writeEventBody(e,r,n){let s=this.serializer,o=e,i=null,a,c=r.getSchema()[4].includes(e),u={};if(c){let h=r.getMemberSchema(e);if(h.isStructSchema()){for(let[y,C]of h.structIterator()){let{eventHeader:I,eventPayload:$}=C.getMergedTraits();if($)i=y;else if(I){let N=n[e][y],U="binary";C.isNumericSchema()?(-2)**31<=N&&N<=2**31-1?U="integer":U="long":C.isTimestampSchema()?U="timestamp":C.isStringSchema()?U="string":C.isBooleanSchema()&&(U="boolean"),N!=null&&(u[y]={type:U,value:N},delete n[e][y])}}if(i!==null){let y=h.getMemberSchema(i);y.isBlobSchema()?a="application/octet-stream":y.isStringSchema()&&(a="text/plain"),s.write(y,n[e][i])}else s.write(h,n[e])}else if(h.isUnitSchema())s.write(h,{});else throw new Error("@smithy/core/event-streams - non-struct member not supported in event stream union.")}else{let[h,y]=n[e];o=h,s.write(15,y)}let f=s.flush();return{body:typeof f=="string"?(this.serdeContext?.utf8Decoder??KA.fromUtf8)(f):f,eventType:o,explicitPayloadContentType:a,additionalHeaders:u}}}});var Rse={};st(Rse,{EventStreamSerde:()=>xH});var Tse=R(()=>{_se()});var QA,Mp,YA=R(()=>{dt();QA=T(qe());Hf();Mp=class extends Rs{options;compositeErrorRegistry;constructor(e){super(),this.options=e,this.compositeErrorRegistry=It.for(e.defaultNamespace);for(let r of e.errorTypeRegistries??[])this.compositeErrorRegistry.copyFrom(r)}getRequestType(){return QA.HttpRequest}getResponseType(){return QA.HttpResponse}setSerdeContext(e){this.serdeContext=e,this.serializer.setSerdeContext(e),this.deserializer.setSerdeContext(e),this.getPayloadCodec()&&this.getPayloadCodec().setSerdeContext(e)}updateServiceEndpoint(e,r){if("url"in r){e.protocol=r.url.protocol,e.hostname=r.url.hostname,e.port=r.url.port?Number(r.url.port):void 0,e.path=r.url.pathname,e.fragment=r.url.hash||void 0,e.username=r.url.username||void 0,e.password=r.url.password||void 0,e.query||(e.query={});for(let[n,s]of r.url.searchParams.entries())e.query[n]=s;return e}else return e.protocol=r.protocol,e.hostname=r.hostname,e.port=r.port?Number(r.port):void 0,e.path=r.path,e.query={...r.query},e}setHostPrefix(e,r,n){if(this.serdeContext?.disableHostPrefix)return;let s=be.of(r.input),o=Ca(r.traits??{});if(o.endpoint){let i=o.endpoint?.[0];if(typeof i=="string"){let a=[...s.structIterator()].filter(([,c])=>c.getMergedTraits().hostLabel);for(let[c]of a){let u=n[c];if(typeof u!="string")throw new Error(`@smithy/core/schema - ${c} in input must be a string as hostLabel.`);i=i.replace(`{${c}}`,u)}e.hostname=i+e.hostname}}}deserializeMetadata(e){return{httpStatusCode:e.statusCode,requestId:e.headers["x-amzn-requestid"]??e.headers["x-amzn-request-id"]??e.headers["x-amz-request-id"],extendedRequestId:e.headers["x-amz-id-2"],cfId:e.headers["x-amz-cf-id"]}}async serializeEventStream({eventStream:e,requestSchema:r,initialRequest:n}){return(await this.loadEventStreamCapability()).serializeEventStream({eventStream:e,requestSchema:r,initialRequest:n})}async deserializeEventStream({response:e,responseSchema:r,initialResponseContainer:n}){return(await this.loadEventStreamCapability()).deserializeEventStream({response:e,responseSchema:r,initialResponseContainer:n})}async loadEventStreamCapability(){let{EventStreamSerde:e}=await Promise.resolve().then(()=>(Tse(),Rse));return new e({marshaller:this.getEventStreamMarshaller(),serializer:this.serializer,deserializer:this.deserializer,serdeContext:this.serdeContext,defaultContentType:this.getDefaultContentType()})}getDefaultContentType(){throw new Error(`@smithy/core/protocols - ${this.constructor.name} getDefaultContentType() implementation missing.`)}async deserializeHttpMessage(e,r,n,s,o){return[]}getEventStreamMarshaller(){let e=this.serdeContext;if(!e.eventStreamMarshaller)throw new Error("@smithy/core - HttpProtocol: eventStreamMarshaller missing in serdeContext.");return e.eventStreamMarshaller}}});var Ase,Pse,qp,vse=R(()=>{dt();_s();Ase=T(qe()),Pse=T(eH());kA();NA();YA();qp=class extends Mp{async serializeRequest(e,r,n){let s={...r??{}},o=this.serializer,i={},a={},c=await n.endpoint(),u=be.of(e?.input),f=u.getSchema(),m=!1,h,y=new Ase.HttpRequest({protocol:"",hostname:"",port:void 0,path:"",fragment:void 0,query:i,headers:a,body:void 0});if(c){this.updateServiceEndpoint(y,c),this.setHostPrefix(y,e,s);let C=Ca(e.traits);if(C.http){y.method=C.http[0];let[I,$]=C.http[1].split("?");y.path=="/"?y.path=I:y.path+=I;let N=new URLSearchParams($??"");Object.assign(i,Object.fromEntries(N))}}for(let[C,I]of u.structIterator()){let $=I.getMergedTraits()??{},N=s[C];if(N==null&&!I.isIdempotencyToken()){if($.httpLabel&&(y.path.includes(`{${C}+}`)||y.path.includes(`{${C}}`)))throw new Error(`No value provided for input HTTP label: ${C}.`);continue}if($.httpPayload)I.isStreaming()?I.isStructSchema()?s[C]&&(h=await this.serializeEventStream({eventStream:s[C],requestSchema:u})):h=N:(o.write(I,N),h=o.flush()),delete s[C];else if($.httpLabel){o.write(I,N);let U=o.flush();y.path.includes(`{${C}+}`)?y.path=y.path.replace(`{${C}+}`,U.split("/").map(Ea).join("/")):y.path.includes(`{${C}}`)&&(y.path=y.path.replace(`{${C}}`,Ea(U))),delete s[C]}else if($.httpHeader)o.write(I,N),a[$.httpHeader.toLowerCase()]=String(o.flush()),delete s[C];else if(typeof $.httpPrefixHeaders=="string"){for(let[U,B]of Object.entries(N)){let W=$.httpPrefixHeaders+U;o.write([I.getValueSchema(),{httpHeader:W}],B),a[W.toLowerCase()]=o.flush()}delete s[C]}else $.httpQuery||$.httpQueryParams?(this.serializeQuery(I,N,i),delete s[C]):m=!0}return m&&s&&(o.write(f,s),h=o.flush()),y.headers=a,y.query=i,y.body=h,y}serializeQuery(e,r,n){let s=this.serializer,o=e.getMergedTraits();if(o.httpQueryParams){for(let[i,a]of Object.entries(r))if(!(i in n)){let c=e.getValueSchema();Object.assign(c.getMergedTraits(),{...o,httpQuery:i,httpQueryParams:void 0}),this.serializeQuery(c,a,n)}return}if(e.isListSchema()){let i=!!e.getMergedTraits().sparse,a=[];for(let c of r){s.write([e.getValueSchema(),o],c);let u=s.flush();(i||u!==void 0)&&a.push(u)}n[o.httpQuery]=a}else s.write([e,o],r),n[o.httpQuery]=s.flush()}async deserializeResponse(e,r,n){let s=this.deserializer,o=be.of(e.output),i={};if(n.statusCode>=300){let c=await Bo(n.body,r);throw c.byteLength>0&&Object.assign(i,await s.read(15,c)),await this.handleError(e,r,n,i,this.deserializeMetadata(n)),new Error("@smithy/core/protocols - HTTP Protocol error handler failed to throw.")}for(let c in n.headers){let u=n.headers[c];delete n.headers[c],n.headers[c.toLowerCase()]=u}let a=await this.deserializeHttpMessage(o,r,n,i);if(a.length){let c=await Bo(n.body,r);if(c.byteLength>0){let u=await s.read(o,c);for(let f of a)u[f]!=null&&(i[f]=u[f])}}else a.discardResponseBody&&await Bo(n.body,r);return i.$metadata=this.deserializeMetadata(n),i}async deserializeHttpMessage(e,r,n,s,o){let i;s instanceof Set?i=o:i=s;let a=!0,c=this.deserializer,u=be.of(e),f=[];for(let[m,h]of u.structIterator()){let y=h.getMemberTraits();if(y.httpPayload){if(a=!1,h.isStreaming())h.isStructSchema()?i[m]=await this.deserializeEventStream({response:n,responseSchema:u}):i[m]=(0,Pse.sdkStreamMixin)(n.body);else if(n.body){let I=await Bo(n.body,r);I.byteLength>0&&(i[m]=await c.read(h,I))}}else if(y.httpHeader){let C=String(y.httpHeader).toLowerCase(),I=n.headers[C];if(I!=null)if(h.isListSchema()){let $=h.getValueSchema();$.getMergedTraits().httpHeader=C;let N;$.isTimestampSchema()&&$.getSchema()===4?N=IH(I,",",2):N=Ly(I);let U=[];for(let B of N)U.push(await c.read($,B.trim()));i[m]=U}else i[m]=await c.read(h,I)}else if(y.httpPrefixHeaders!==void 0){i[m]={};for(let[C,I]of Object.entries(n.headers))if(C.startsWith(y.httpPrefixHeaders)){let $=h.getValueSchema();$.getMergedTraits().httpHeader=C,i[m][C.slice(y.httpPrefixHeaders.length)]=await c.read($,I)}}else y.httpResponseCode?i[m]=n.statusCode:f.push(m)}return f.discardResponseBody=a,f}}});var bse,wc,Ise=R(()=>{dt();bse=T(qe());kA();YA();wc=class extends Mp{async serializeRequest(e,r,n){let s=this.serializer,o={},i={},a=await n.endpoint(),c=be.of(e?.input),u=c.getSchema(),f,m=new bse.HttpRequest({protocol:"",hostname:"",port:void 0,path:"/",fragment:void 0,query:o,headers:i,body:void 0});a&&(this.updateServiceEndpoint(m,a),this.setHostPrefix(m,e,r));let h={...r};if(r){let y=c.getEventStreamMember();if(y){if(h[y]){let C={};for(let[I,$]of c.structIterator())I!==y&&h[I]&&(s.write($,h[I]),C[I]=s.flush());f=await this.serializeEventStream({eventStream:h[y],requestSchema:c,initialRequest:C})}}else s.write(u,h),f=s.flush()}return m.headers=i,m.query=o,m.body=f,m.method="POST",m}async deserializeResponse(e,r,n){let s=this.deserializer,o=be.of(e.output),i={};if(n.statusCode>=300){let c=await Bo(n.body,r);throw c.byteLength>0&&Object.assign(i,await s.read(15,c)),await this.handleError(e,r,n,i,this.deserializeMetadata(n)),new Error("@smithy/core/protocols - RPC Protocol error handler failed to throw.")}for(let c in n.headers){let u=n.headers[c];delete n.headers[c],n.headers[c.toLowerCase()]=u}let a=o.getEventStreamMember();if(a)i[a]=await this.deserializeEventStream({response:n,responseSchema:o,initialResponseContainer:i});else{let c=await Bo(n.body,r);c.byteLength>0&&Object.assign(i,await s.read(o,c))}return i.$metadata=this.deserializeMetadata(n),i}}});var wH,$H=R(()=>{NA();wH=(t,e,r,n,s,o)=>{if(e!=null&&e[r]!==void 0){let i=n();if(i.length<=0)throw new Error("Empty value provided for input HTTP label: "+r+".");t=t.replace(s,o?i.split("/").map(a=>Ea(a)).join("/"):Ea(i))}else throw new Error("No value provided for input HTTP label: "+r+".");return t}});function OH(t,e){return new JA(t,e)}var Dse,JA,xse=R(()=>{Dse=T(qe());$H();JA=class{input;context;query={};method="";headers={};path="";body=null;hostname="";resolvePathStack=[];constructor(e,r){this.input=e,this.context=r}async build(){let{hostname:e,protocol:r="https",port:n,path:s}=await this.context.endpoint();this.path=s;for(let o of this.resolvePathStack)o(this.path);return new Dse.HttpRequest({protocol:r,hostname:this.hostname||e,port:n,method:this.method,path:this.path,query:this.query,body:this.body,headers:this.headers})}hn(e){return this.hostname=e,this}bp(e){return this.resolvePathStack.push(r=>{this.path=`${r?.endsWith("/")?r.slice(0,-1):r||""}`+e}),this}p(e,r,n,s){return this.resolvePathStack.push(o=>{this.path=wH(o,this.input,e,r,n,s)}),this}h(e){return this.headers=e,this}q(e){return this.query=e,this}b(e){return this.body=e,this}m(e){return this.method=e,this}}});function ho(t,e){if(e.timestampFormat.useTrait&&t.isTimestampSchema()&&(t.getSchema()===5||t.getSchema()===6||t.getSchema()===7))return t.getSchema();let{httpLabel:r,httpPrefixHeaders:n,httpHeader:s,httpQuery:o}=t.getMergedTraits();return(e.httpBindings?typeof n=="string"||s?6:o||r?5:void 0:void 0)??e.timestampFormat.default}var XA=R(()=>{});var kH,wse,Bp,NH=R(()=>{dt();_s();kH=T(De()),wse=T(He());Hf();XA();Bp=class extends Rs{settings;constructor(e){super(),this.settings=e}read(e,r){let n=be.of(e);if(n.isListSchema())return Ly(r).map(s=>this.read(n.getValueSchema(),s));if(n.isBlobSchema())return(this.serdeContext?.base64Decoder??kH.fromBase64)(r);if(n.isTimestampSchema())switch(ho(n,this.settings)){case 5:return vH(r);case 6:return bH(r);case 7:return Gf(r);default:return console.warn("Missing timestamp format, parsing value with Date constructor:",r),new Date(r)}if(n.isStringSchema()){let s=n.getMergedTraits().mediaType,o=r;if(s)return n.getMergedTraits().httpHeader&&(o=this.base64ToUtf8(o)),(s==="application/json"||s.endsWith("+json"))&&(o=Cs.from(o)),o}return n.isNumericSchema()?Number(r):n.isBigIntegerSchema()?BigInt(r):n.isBigDecimalSchema()?new lr(r,"bigDecimal"):n.isBooleanSchema()?String(r).toLowerCase()==="true":r}base64ToUtf8(e){return(this.serdeContext?.utf8Encoder??wse.toUtf8)((this.serdeContext?.base64Decoder??kH.fromBase64)(e))}}});var ZA,Gp,$se=R(()=>{dt();ZA=T(He());Hf();NH();Gp=class extends Rs{codecDeserializer;stringDeserializer;constructor(e,r){super(),this.codecDeserializer=e,this.stringDeserializer=new Bp(r)}setSerdeContext(e){this.stringDeserializer.setSerdeContext(e),this.codecDeserializer.setSerdeContext(e),this.serdeContext=e}read(e,r){let n=be.of(e),s=n.getMergedTraits(),o=this.serdeContext?.utf8Encoder??ZA.toUtf8;if(s.httpHeader||s.httpResponseCode)return this.stringDeserializer.read(n,o(r));if(s.httpPayload){if(n.isBlobSchema()){let i=this.serdeContext?.utf8Decoder??ZA.fromUtf8;return typeof r=="string"?i(r):r}else if(n.isStringSchema())return"byteLength"in r?o(r):r}return this.codecDeserializer.read(n,r)}}});var LH,Uy,UH=R(()=>{dt();_s();LH=T(De());Hf();XA();Uy=class extends Rs{settings;stringBuffer="";constructor(e){super(),this.settings=e}write(e,r){let n=be.of(e);switch(typeof r){case"object":if(r===null){this.stringBuffer="null";return}if(n.isTimestampSchema()){if(!(r instanceof Date))throw new Error(`@smithy/core/protocols - received non-Date value ${r} when schema expected Date in ${n.getName(!0)}`);switch(ho(n,this.settings)){case 5:this.stringBuffer=r.toISOString().replace(".000Z","Z");break;case 6:this.stringBuffer=Ny(r);break;case 7:this.stringBuffer=String(r.getTime()/1e3);break;default:console.warn("Missing timestamp format, using epoch seconds",r),this.stringBuffer=String(r.getTime()/1e3)}return}if(n.isBlobSchema()&&"byteLength"in r){this.stringBuffer=(this.serdeContext?.base64Encoder??LH.toBase64)(r);return}if(n.isListSchema()&&Array.isArray(r)){let i="";for(let a of r){this.write([n.getValueSchema(),n.getMergedTraits()],a);let c=this.flush(),u=n.getValueSchema().isTimestampSchema()?c:RH(c);i!==""&&(i+=", "),i+=u}this.stringBuffer=i;return}this.stringBuffer=JSON.stringify(r,null,2);break;case"string":let s=n.getMergedTraits().mediaType,o=r;if(s&&((s==="application/json"||s.endsWith("+json"))&&(o=Cs.from(o)),n.getMergedTraits().httpHeader)){this.stringBuffer=(this.serdeContext?.base64Encoder??LH.toBase64)(o.toString());return}this.stringBuffer=r;break;default:n.isIdempotencyToken()?this.stringBuffer=(0,Go.v4)():this.stringBuffer=String(r)}}flush(){let e=this.stringBuffer;return this.stringBuffer="",e}}});var Hp,Ose=R(()=>{dt();UH();Hp=class{codecSerializer;stringSerializer;buffer;constructor(e,r,n=new Uy(r)){this.codecSerializer=e,this.stringSerializer=n}setSerdeContext(e){this.codecSerializer.setSerdeContext(e),this.stringSerializer.setSerdeContext(e)}write(e,r){let n=be.of(e),s=n.getMergedTraits();if(s.httpHeader||s.httpLabel||s.httpQuery){this.stringSerializer.write(n,r),this.buffer=this.stringSerializer.flush();return}return this.codecSerializer.write(n,r)}flush(){if(this.buffer!==void 0){let e=this.buffer;return this.buffer=void 0,e}return this.codecSerializer.flush()}}});var kse={};st(kse,{FromStringShapeDeserializer:()=>Bp,HttpBindingProtocol:()=>qp,HttpInterceptingShapeDeserializer:()=>Gp,HttpInterceptingShapeSerializer:()=>Hp,HttpProtocol:()=>Mp,RequestBuilder:()=>JA,RpcProtocol:()=>wc,SerdeContext:()=>Rs,ToStringShapeSerializer:()=>Uy,collectBody:()=>Bo,determineTimestampFormat:()=>ho,extendedEncodeURIComponent:()=>Ea,requestBuilder:()=>OH,resolvedPath:()=>wH});var Ys=R(()=>{kA();NA();vse();YA();Ise();xse();$H();NH();$se();Ose();UH();XA();Hf()});var Nse=R(()=>{Ys()});function FZe(t,e,r){t.__smithy_context?t.__smithy_context.features||(t.__smithy_context.features={}):t.__smithy_context={features:{}},t.__smithy_context.features[e]=r}var Lse=R(()=>{});var $c,Use=R(()=>{$c=class{authSchemes=new Map;constructor(e){for(let[r,n]of Object.entries(e))n!==void 0&&this.authSchemes.set(r,n)}getIdentityProvider(e){return this.authSchemes.get(e)}}});var Fse,FH,MH,Mse=R(()=>{Fse=T(qe()),FH=T(gn()),MH=class{async sign(e,r,n){if(!n)throw new Error("request could not be signed with `apiKey` since the `name` and `in` signer properties are missing");if(!n.name)throw new Error("request could not be signed with `apiKey` since the `name` signer property is missing");if(!n.in)throw new Error("request could not be signed with `apiKey` since the `in` signer property is missing");if(!r.apiKey)throw new Error("request could not be signed with `apiKey` since the `apiKey` is not defined");let s=Fse.HttpRequest.clone(e);if(n.in===FH.HttpApiKeyAuthLocation.QUERY)s.query[n.name]=r.apiKey;else if(n.in===FH.HttpApiKeyAuthLocation.HEADER)s.headers[n.name]=n.scheme?`${n.scheme} ${r.apiKey}`:r.apiKey;else throw new Error("request can only be signed with `apiKey` locations `query` or `header`, but found: `"+n.in+"`");return s}}});var qse,qH,Bse=R(()=>{qse=T(qe()),qH=class{async sign(e,r,n){let s=qse.HttpRequest.clone(e);if(!r.token)throw new Error("request could not be signed with `token` since the `token` is not defined");return s.headers.Authorization=`Bearer ${r.token}`,s}}});var Ni,Gse=R(()=>{Ni=class{async sign(e,r,n){return e}}});var Hse=R(()=>{Mse();Bse();Gse()});var Vse,MZe,BH,eP,GH,jse=R(()=>{Vse=t=>function(r){return eP(r)&&r.expiration.getTime()-Date.now()<t},MZe=3e5,BH=Vse(3e5),eP=t=>t.expiration!==void 0,GH=(t,e,r)=>{if(t===void 0)return;let n=typeof t!="function"?async()=>Promise.resolve(t):t,s,o,i,a=!1,c=async u=>{o||(o=n(u));try{s=await o,i=!0,a=!1}finally{o=void 0}return s};return e===void 0?async u=>((!i||u?.forceRefresh)&&(s=await c(u)),s):async u=>((!i||u?.forceRefresh)&&(s=await c(u)),a?s:r(s)?(e(s)&&await c(u),s):(a=!0,s))}});var Wse=R(()=>{Use();Hse();jse()});var sl={};st(sl,{DefaultIdentityProviderConfig:()=>$c,EXPIRATION_MS:()=>MZe,HttpApiKeyAuthSigner:()=>MH,HttpBearerAuthSigner:()=>qH,NoAuthSigner:()=>Ni,createIsIdentityExpiredFunction:()=>Vse,createPaginator:()=>are,doesIdentityRequireRefresh:()=>eP,getHttpAuthSchemeEndpointRuleSetPlugin:()=>kp,getHttpAuthSchemePlugin:()=>yJe,getHttpSigningPlugin:()=>Np,getSmithyContext:()=>pJe,httpAuthSchemeEndpointRuleSetMiddlewareOptions:()=>jte,httpAuthSchemeMiddleware:()=>Ry,httpAuthSchemeMiddlewareOptions:()=>Xte,httpSigningMiddleware:()=>P2,httpSigningMiddlewareOptions:()=>nre,isIdentityExpired:()=>BH,memoizeIdentityProvider:()=>GH,normalizeProvider:()=>tl,requestBuilder:()=>OH,setFeature:()=>FZe});var bn=R(()=>{qte();ere();ore();ire();cre();Nse();Lse();Wse()});var Gn=O(Vp=>{"use strict";var VH=gn(),jH=class{capacity;data=new Map;parameters=[];constructor({size:e,params:r}){this.capacity=e??50,r&&(this.parameters=r)}get(e,r){let n=this.hash(e);if(n===!1)return r();if(!this.data.has(n)){if(this.data.size>this.capacity+10){let s=this.data.keys(),o=0;for(;;){let{value:i,done:a}=s.next();if(this.data.delete(i),a||++o>10)break}}this.data.set(n,r())}return this.data.get(n)}size(){return this.data.size}hash(e){let r="",{parameters:n}=this;if(n.length===0)return!1;for(let s of n){let o=String(e[s]??"");if(o.includes("|;"))return!1;r+=o+"|;"}return r}},qZe=new RegExp("^(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}$"),zse=t=>qZe.test(t)||t.startsWith("[")&&t.endsWith("]"),BZe=new RegExp("^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$"),zH=(t,e=!1)=>{if(!e)return BZe.test(t);let r=t.split(".");for(let n of r)if(!zH(n))return!1;return!0},WH={},Fy="endpoints";function ol(t){return typeof t!="object"||t==null?t:"ref"in t?`$${ol(t.ref)}`:"fn"in t?`${t.fn}(${(t.argv||[]).map(ol).join(", ")})`:JSON.stringify(t,null,2)}var Bn=class extends Error{constructor(e){super(e),this.name="EndpointError"}},GZe=(t,e)=>t===e,HZe=t=>{let e=t.split("."),r=[];for(let n of e){let s=n.indexOf("[");if(s!==-1){if(n.indexOf("]")!==n.length-1)throw new Bn(`Path: '${t}' does not end with ']'`);let o=n.slice(s+1,-1);if(Number.isNaN(parseInt(o)))throw new Bn(`Invalid array index: '${o}' in path: '${t}'`);s!==0&&r.push(n.slice(0,s)),r.push(o)}else r.push(n)}return r},Kse=(t,e)=>HZe(e).reduce((r,n)=>{if(typeof r!="object")throw new Bn(`Index '${n}' in '${e}' not found in '${JSON.stringify(t)}'`);return Array.isArray(r)?r[parseInt(n)]:r[n]},t),VZe=t=>t!=null,jZe=t=>!t,HH={[VH.EndpointURLScheme.HTTP]:80,[VH.EndpointURLScheme.HTTPS]:443},WZe=t=>{let e=(()=>{try{if(t instanceof URL)return t;if(typeof t=="object"&&"hostname"in t){let{hostname:h,port:y,protocol:C="",path:I="",query:$={}}=t,N=new URL(`${C}//${h}${y?`:${y}`:""}${I}`);return N.search=Object.entries($).map(([U,B])=>`${U}=${B}`).join("&"),N}return new URL(t)}catch{return null}})();if(!e)return console.error(`Unable to parse ${JSON.stringify(t)} as a whatwg URL.`),null;let r=e.href,{host:n,hostname:s,pathname:o,protocol:i,search:a}=e;if(a)return null;let c=i.slice(0,-1);if(!Object.values(VH.EndpointURLScheme).includes(c))return null;let u=zse(s),f=r.includes(`${n}:${HH[c]}`)||typeof t=="string"&&t.includes(`${n}:${HH[c]}`),m=`${n}${f?`:${HH[c]}`:""}`;return{scheme:c,authority:m,path:o,normalizedPath:o.endsWith("/")?o:`${o}/`,isIp:u}},zZe=(t,e)=>t===e,KZe=(t,e,r,n)=>e>=r||t.length<r?null:n?t.substring(t.length-r,t.length-e):t.substring(e,r),QZe=t=>encodeURIComponent(t).replace(/[!*'()]/g,e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`),YZe={booleanEquals:GZe,getAttr:Kse,isSet:VZe,isValidHostLabel:zH,not:jZe,parseURL:WZe,stringEquals:zZe,substring:KZe,uriEncode:QZe},Qse=(t,e)=>{let r=[],n={...e.endpointParams,...e.referenceRecord},s=0;for(;s<t.length;){let o=t.indexOf("{",s);if(o===-1){r.push(t.slice(s));break}r.push(t.slice(s,o));let i=t.indexOf("}",o);if(i===-1){r.push(t.slice(o));break}t[o+1]==="{"&&t[i+1]==="}"&&(r.push(t.slice(o+1,i)),s=i+2);let a=t.substring(o+1,i);if(a.includes("#")){let[c,u]=a.split("#");r.push(Kse(n[c],u))}else r.push(n[a]);s=i+1}return r.join("")},JZe=({ref:t},e)=>({...e.endpointParams,...e.referenceRecord})[t],tP=(t,e,r)=>{if(typeof t=="string")return Qse(t,r);if(t.fn)return Jse.callFunction(t,r);if(t.ref)return JZe(t,r);throw new Bn(`'${e}': ${String(t)} is not a string, function or reference.`)},Yse=({fn:t,argv:e},r)=>{let n=e.map(o=>["boolean","number"].includes(typeof o)?o:Jse.evaluateExpression(o,"arg",r)),s=t.split(".");return s[0]in WH&&s[1]!=null?WH[s[0]][s[1]](...n):YZe[t](...n)},Jse={evaluateExpression:tP,callFunction:Yse},XZe=({assign:t,...e},r)=>{if(t&&t in r.referenceRecord)throw new Bn(`'${t}' is already defined in Reference Record.`);let n=Yse(e,r);return r.logger?.debug?.(`${Fy} evaluateCondition: ${ol(e)} = ${ol(n)}`),{result:n===""?!0:!!n,...t!=null&&{toAssign:{name:t,value:n}}}},KH=(t=[],e)=>{let r={};for(let n of t){let{result:s,toAssign:o}=XZe(n,{...e,referenceRecord:{...e.referenceRecord,...r}});if(!s)return{result:s};o&&(r[o.name]=o.value,e.logger?.debug?.(`${Fy} assign: ${o.name} := ${ol(o.value)}`))}return{result:!0,referenceRecord:r}},ZZe=(t,e)=>Object.entries(t).reduce((r,[n,s])=>({...r,[n]:s.map(o=>{let i=tP(o,"Header value entry",e);if(typeof i!="string")throw new Bn(`Header '${n}' value '${i}' is not a string`);return i})}),{}),Xse=(t,e)=>Object.entries(t).reduce((r,[n,s])=>({...r,[n]:eoe.getEndpointProperty(s,e)}),{}),Zse=(t,e)=>{if(Array.isArray(t))return t.map(r=>Zse(r,e));switch(typeof t){case"string":return Qse(t,e);case"object":if(t===null)throw new Bn(`Unexpected endpoint property: ${t}`);return eoe.getEndpointProperties(t,e);case"boolean":return t;default:throw new Bn(`Unexpected endpoint property type: ${typeof t}`)}},eoe={getEndpointProperty:Zse,getEndpointProperties:Xse},eet=(t,e)=>{let r=tP(t,"Endpoint URL",e);if(typeof r=="string")try{return new URL(r)}catch(n){throw console.error(`Failed to construct URL with ${r}`,n),n}throw new Bn(`Endpoint URL must be a string, got ${typeof r}`)},tet=(t,e)=>{let{conditions:r,endpoint:n}=t,{result:s,referenceRecord:o}=KH(r,e);if(!s)return;let i={...e,referenceRecord:{...e.referenceRecord,...o}},{url:a,properties:c,headers:u}=n;return e.logger?.debug?.(`${Fy} Resolving endpoint from template: ${ol(n)}`),{...u!=null&&{headers:ZZe(u,i)},...c!=null&&{properties:Xse(c,i)},url:eet(a,i)}},ret=(t,e)=>{let{conditions:r,error:n}=t,{result:s,referenceRecord:o}=KH(r,e);if(s)throw new Bn(tP(n,"Error",{...e,referenceRecord:{...e.referenceRecord,...o}}))},toe=(t,e)=>{for(let r of t)if(r.type==="endpoint"){let n=tet(r,e);if(n)return n}else if(r.type==="error")ret(r,e);else if(r.type==="tree"){let n=roe.evaluateTreeRule(r,e);if(n)return n}else throw new Bn(`Unknown endpoint rule: ${r}`);throw new Bn("Rules evaluation failed")},net=(t,e)=>{let{conditions:r,rules:n}=t,{result:s,referenceRecord:o}=KH(r,e);if(s)return roe.evaluateRules(n,{...e,referenceRecord:{...e.referenceRecord,...o}})},roe={evaluateRules:toe,evaluateTreeRule:net},set=(t,e)=>{let{endpointParams:r,logger:n}=e,{parameters:s,rules:o}=t;e.logger?.debug?.(`${Fy} Initial EndpointParams: ${ol(r)}`);let i=Object.entries(s).filter(([,u])=>u.default!=null).map(([u,f])=>[u,f.default]);if(i.length>0)for(let[u,f]of i)r[u]=r[u]??f;let a=Object.entries(s).filter(([,u])=>u.required).map(([u])=>u);for(let u of a)if(r[u]==null)throw new Bn(`Missing required parameter: '${u}'`);let c=toe(o,{endpointParams:r,logger:n,referenceRecord:{}});return e.logger?.debug?.(`${Fy} Resolved endpoint: ${ol(c)}`),c};Vp.EndpointCache=jH;Vp.EndpointError=Bn;Vp.customEndpointFunctions=WH;Vp.isIpAddress=zse;Vp.isValidHostLabel=zH;Vp.resolveEndpoint=set});var soe=O(noe=>{"use strict";function oet(t){let e={};if(t=t.replace(/^\?/,""),t)for(let r of t.split("&")){let[n,s=null]=r.split("=");n=decodeURIComponent(n),s&&(s=decodeURIComponent(s)),n in e?Array.isArray(e[n])?e[n].push(s):e[n]=[e[n],s]:e[n]=s}return e}noe.parseQueryString=oet});var Sn=O(ioe=>{"use strict";var iet=soe(),ooe=t=>{if(typeof t=="string")return ooe(new URL(t));let{hostname:e,pathname:r,port:n,protocol:s,search:o}=t,i;return o&&(i=iet.parseQueryString(o)),{hostname:e,port:n?parseInt(n):void 0,protocol:s,path:r,query:i}};ioe.parseUrl=ooe});var Oc=O(Li=>{"use strict";var Vf=Gn(),aet=Sn(),coe=(t,e=!1)=>{if(e){for(let r of t.split("."))if(!coe(r))return!1;return!0}return!(!Vf.isValidHostLabel(t)||t.length<3||t.length>63||t!==t.toLowerCase()||Vf.isIpAddress(t))},aoe=":",cet="/",uet=t=>{let e=t.split(aoe);if(e.length<6)return null;let[r,n,s,o,i,...a]=e;if(r!=="arn"||n===""||s===""||a.join(aoe)==="")return null;let c=a.map(u=>u.split(cet)).flat();return{partition:n,service:s,region:o,accountId:i,resourceId:c}},det=[{id:"aws",outputs:{dnsSuffix:"amazonaws.com",dualStackDnsSuffix:"api.aws",implicitGlobalRegion:"us-east-1",name:"aws",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",regions:{"af-south-1":{description:"Africa (Cape Town)"},"ap-east-1":{description:"Asia Pacific (Hong Kong)"},"ap-east-2":{description:"Asia Pacific (Taipei)"},"ap-northeast-1":{description:"Asia Pacific (Tokyo)"},"ap-northeast-2":{description:"Asia Pacific (Seoul)"},"ap-northeast-3":{description:"Asia Pacific (Osaka)"},"ap-south-1":{description:"Asia Pacific (Mumbai)"},"ap-south-2":{description:"Asia Pacific (Hyderabad)"},"ap-southeast-1":{description:"Asia Pacific (Singapore)"},"ap-southeast-2":{description:"Asia Pacific (Sydney)"},"ap-southeast-3":{description:"Asia Pacific (Jakarta)"},"ap-southeast-4":{description:"Asia Pacific (Melbourne)"},"ap-southeast-5":{description:"Asia Pacific (Malaysia)"},"ap-southeast-6":{description:"Asia Pacific (New Zealand)"},"ap-southeast-7":{description:"Asia Pacific (Thailand)"},"aws-global":{description:"aws global region"},"ca-central-1":{description:"Canada (Central)"},"ca-west-1":{description:"Canada West (Calgary)"},"eu-central-1":{description:"Europe (Frankfurt)"},"eu-central-2":{description:"Europe (Zurich)"},"eu-north-1":{description:"Europe (Stockholm)"},"eu-south-1":{description:"Europe (Milan)"},"eu-south-2":{description:"Europe (Spain)"},"eu-west-1":{description:"Europe (Ireland)"},"eu-west-2":{description:"Europe (London)"},"eu-west-3":{description:"Europe (Paris)"},"il-central-1":{description:"Israel (Tel Aviv)"},"me-central-1":{description:"Middle East (UAE)"},"me-south-1":{description:"Middle East (Bahrain)"},"mx-central-1":{description:"Mexico (Central)"},"sa-east-1":{description:"South America (Sao Paulo)"},"us-east-1":{description:"US East (N. Virginia)"},"us-east-2":{description:"US East (Ohio)"},"us-west-1":{description:"US West (N. California)"},"us-west-2":{description:"US West (Oregon)"}}},{id:"aws-cn",outputs:{dnsSuffix:"amazonaws.com.cn",dualStackDnsSuffix:"api.amazonwebservices.com.cn",implicitGlobalRegion:"cn-northwest-1",name:"aws-cn",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^cn\\-\\w+\\-\\d+$",regions:{"aws-cn-global":{description:"aws-cn global region"},"cn-north-1":{description:"China (Beijing)"},"cn-northwest-1":{description:"China (Ningxia)"}}},{id:"aws-eusc",outputs:{dnsSuffix:"amazonaws.eu",dualStackDnsSuffix:"api.amazonwebservices.eu",implicitGlobalRegion:"eusc-de-east-1",name:"aws-eusc",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^eusc\\-(de)\\-\\w+\\-\\d+$",regions:{"eusc-de-east-1":{description:"AWS European Sovereign Cloud (Germany)"}}},{id:"aws-iso",outputs:{dnsSuffix:"c2s.ic.gov",dualStackDnsSuffix:"api.aws.ic.gov",implicitGlobalRegion:"us-iso-east-1",name:"aws-iso",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^us\\-iso\\-\\w+\\-\\d+$",regions:{"aws-iso-global":{description:"aws-iso global region"},"us-iso-east-1":{description:"US ISO East"},"us-iso-west-1":{description:"US ISO WEST"}}},{id:"aws-iso-b",outputs:{dnsSuffix:"sc2s.sgov.gov",dualStackDnsSuffix:"api.aws.scloud",implicitGlobalRegion:"us-isob-east-1",name:"aws-iso-b",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^us\\-isob\\-\\w+\\-\\d+$",regions:{"aws-iso-b-global":{description:"aws-iso-b global region"},"us-isob-east-1":{description:"US ISOB East (Ohio)"},"us-isob-west-1":{description:"US ISOB West"}}},{id:"aws-iso-e",outputs:{dnsSuffix:"cloud.adc-e.uk",dualStackDnsSuffix:"api.cloud-aws.adc-e.uk",implicitGlobalRegion:"eu-isoe-west-1",name:"aws-iso-e",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^eu\\-isoe\\-\\w+\\-\\d+$",regions:{"aws-iso-e-global":{description:"aws-iso-e global region"},"eu-isoe-west-1":{description:"EU ISOE West"}}},{id:"aws-iso-f",outputs:{dnsSuffix:"csp.hci.ic.gov",dualStackDnsSuffix:"api.aws.hci.ic.gov",implicitGlobalRegion:"us-isof-south-1",name:"aws-iso-f",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^us\\-isof\\-\\w+\\-\\d+$",regions:{"aws-iso-f-global":{description:"aws-iso-f global region"},"us-isof-east-1":{description:"US ISOF EAST"},"us-isof-south-1":{description:"US ISOF SOUTH"}}},{id:"aws-us-gov",outputs:{dnsSuffix:"amazonaws.com",dualStackDnsSuffix:"api.aws",implicitGlobalRegion:"us-gov-west-1",name:"aws-us-gov",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^us\\-gov\\-\\w+\\-\\d+$",regions:{"aws-us-gov-global":{description:"aws-us-gov global region"},"us-gov-east-1":{description:"AWS GovCloud (US-East)"},"us-gov-west-1":{description:"AWS GovCloud (US-West)"}}}],pet="1.1",uoe={partitions:det,version:pet},loe=uoe,doe="",poe=t=>{let{partitions:e}=loe;for(let n of e){let{regions:s,outputs:o}=n;for(let[i,a]of Object.entries(s))if(i===t)return{...o,...a}}for(let n of e){let{regionRegex:s,outputs:o}=n;if(new RegExp(s).test(t))return{...o}}let r=e.find(n=>n.id==="aws");if(!r)throw new Error("Provided region was not found in the partition array or regex, and default partition with id 'aws' doesn't exist.");return{...r.outputs}},moe=(t,e="")=>{loe=t,doe=e},met=()=>{moe(uoe,"")},fet=()=>doe,foe={isVirtualHostableS3Bucket:coe,parseArn:uet,partition:poe};Vf.customEndpointFunctions.aws=foe;var get=t=>{if(typeof t.endpointProvider!="function")throw new Error("@aws-sdk/util-endpoint - endpointProvider and endpoint missing in config for this client.");let{endpoint:e}=t;return e===void 0&&(t.endpoint=async()=>goe(t.endpointProvider({Region:typeof t.region=="function"?await t.region():t.region,UseDualStack:typeof t.useDualstackEndpoint=="function"?await t.useDualstackEndpoint():t.useDualstackEndpoint,UseFIPS:typeof t.useFipsEndpoint=="function"?await t.useFipsEndpoint():t.useFipsEndpoint,Endpoint:void 0},{logger:t.logger}))),t},goe=t=>aet.parseUrl(t.url);Object.defineProperty(Li,"EndpointError",{enumerable:!0,get:function(){return Vf.EndpointError}});Object.defineProperty(Li,"isIpAddress",{enumerable:!0,get:function(){return Vf.isIpAddress}});Object.defineProperty(Li,"resolveEndpoint",{enumerable:!0,get:function(){return Vf.resolveEndpoint}});Li.awsEndpointFunctions=foe;Li.getUserAgentPrefix=fet;Li.partition=poe;Li.resolveDefaultAwsRegionalEndpointsConfig=get;Li.setPartitionInfo=moe;Li.toEndpointV1=goe;Li.useDefaultPartitionInfo=met});var rP,il,hoe=R(()=>{rP={warningEmitted:!1},il=t=>{t&&!rP.warningEmitted&&parseInt(t.substring(1,t.indexOf(".")))<20&&(rP.warningEmitted=!0,process.emitWarning(`NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
|
|
46
|
+
no longer support Node.js ${t} in January 2026.
|
|
47
|
+
|
|
48
|
+
To continue receiving updates to AWS services, bug fixes, and security
|
|
49
|
+
updates please upgrade to a supported Node.js LTS version.
|
|
50
|
+
|
|
51
|
+
More information can be found at: https://a.co/c895JFp`))}});function al(t,e,r){return t.$source||(t.$source={}),t.$source[e]=r,t}var Soe=R(()=>{});function yoe(t,e,r){t.__aws_sdk_context?t.__aws_sdk_context.features||(t.__aws_sdk_context.features={}):t.__aws_sdk_context={features:{}},t.__aws_sdk_context.features[e]=r}var Eoe=R(()=>{});function Coe(t,e,r){return t.$source||(t.$source={}),t.$source[e]=r,t}var _oe=R(()=>{});var kc={};st(kc,{emitWarningIfUnsupportedVersion:()=>il,setCredentialFeature:()=>al,setFeature:()=>yoe,setTokenFeature:()=>Coe,state:()=>rP});var Ho=R(()=>{hoe();Soe();Eoe();_oe()});var Roe,QH,Toe=R(()=>{Roe=T(qe()),QH=t=>Roe.HttpResponse.isInstance(t)?t.headers?.date??t.headers?.Date:void 0});var jf,YH=R(()=>{jf=t=>new Date(Date.now()+t)});var Aoe,Poe=R(()=>{YH();Aoe=(t,e)=>Math.abs(jf(e).getTime()-t)>=3e5});var JH,voe=R(()=>{Poe();JH=(t,e)=>{let r=Date.parse(t);return Aoe(r,e)?r-Date.now():e}});var XH=R(()=>{Toe();YH();voe()});var boe,My,Wf,Hn,ZH,e4=R(()=>{boe=T(qe());XH();My=(t,e)=>{if(!e)throw new Error(`Property \`${t}\` is not resolved for AWS SDK SigV4Auth`);return e},Wf=async t=>{let e=My("context",t.context),r=My("config",t.config),n=e.endpointV2?.properties?.authSchemes?.[0],o=await My("signer",r.signer)(n),i=t?.signingRegion,a=t?.signingRegionSet,c=t?.signingName;return{config:r,signer:o,signingRegion:i,signingRegionSet:a,signingName:c}},Hn=class{async sign(e,r,n){if(!boe.HttpRequest.isInstance(e))throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");let s=await Wf(n),{config:o,signer:i}=s,{signingRegion:a,signingName:c}=s,u=n.context;if(u?.authSchemes?.length??!1){let[m,h]=u.authSchemes;m?.name==="sigv4a"&&h?.name==="sigv4"&&(a=h?.signingRegion??a,c=h?.signingName??c)}return await i.sign(e,{signingDate:jf(o.systemClockOffset),signingRegion:a,signingService:c})}errorHandler(e){return r=>{let n=r.ServerTime??QH(r.$response);if(n){let s=My("config",e.config),o=s.systemClockOffset;s.systemClockOffset=JH(n,s.systemClockOffset),s.systemClockOffset!==o&&r.$metadata&&(r.$metadata.clockSkewCorrected=!0)}throw r}}successHandler(e,r){let n=QH(e);if(n){let s=My("config",r.config);s.systemClockOffset=JH(n,s.systemClockOffset)}}},ZH=Hn});var Ioe,qy,Doe=R(()=>{Ioe=T(qe());XH();e4();qy=class extends Hn{async sign(e,r,n){if(!Ioe.HttpRequest.isInstance(e))throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");let{config:s,signer:o,signingRegion:i,signingRegionSet:a,signingName:c}=await Wf(n),f=(await s.sigv4aSigningRegionSet?.()??a??[i]).join(",");return await o.sign(e,{signingDate:jf(s.systemClockOffset),signingRegion:f,signingService:c})}}});var t4,xoe=R(()=>{t4=t=>typeof t=="string"&&t.length>0?t.split(",").map(e=>e.trim()):[]});var nP,r4=R(()=>{nP=t=>`AWS_BEARER_TOKEN_${t.replace(/[\s-]/g,"_").toUpperCase()}`});var woe,$oe,cl,Ooe=R(()=>{xoe();r4();woe="AWS_AUTH_SCHEME_PREFERENCE",$oe="auth_scheme_preference",cl={environmentVariableSelector:(t,e)=>{if(e?.signingName&&nP(e.signingName)in t)return["httpBearerAuth"];if(woe in t)return t4(t[woe])},configFileSelector:t=>{if($oe in t)return t4(t[$oe])},default:[]}});var Lt=O(jp=>{"use strict";var zf=class t extends Error{name="ProviderError";tryNextLink;constructor(e,r=!0){let n,s=!0;typeof r=="boolean"?(n=void 0,s=r):r!=null&&typeof r=="object"&&(n=r.logger,s=r.tryNextLink??!0),super(e),this.tryNextLink=s,Object.setPrototypeOf(this,t.prototype),n?.debug?.(`@smithy/property-provider ${s?"->":"(!)"} ${e}`)}static from(e,r=!0){return Object.assign(new this(e.message,r),e)}},n4=class t extends zf{name="CredentialsProviderError";constructor(e,r=!0){super(e,r),Object.setPrototypeOf(this,t.prototype)}},s4=class t extends zf{name="TokenProviderError";constructor(e,r=!0){super(e,r),Object.setPrototypeOf(this,t.prototype)}},het=(...t)=>async()=>{if(t.length===0)throw new zf("No providers in chain");let e;for(let r of t)try{return await r()}catch(n){if(e=n,n?.tryNextLink)continue;throw n}throw e},yet=t=>()=>Promise.resolve(t),Eet=(t,e,r)=>{let n,s,o,i=!1,a=async()=>{s||(s=t());try{n=await s,o=!0,i=!1}finally{s=void 0}return n};return e===void 0?async c=>((!o||c?.forceRefresh)&&(n=await a()),n):async c=>((!o||c?.forceRefresh)&&(n=await a()),i?n:r&&!r(n)?(i=!0,n):(e(n)&&await a(),n))};jp.CredentialsProviderError=n4;jp.ProviderError=zf;jp.TokenProviderError=s4;jp.chain=het;jp.fromStatic=yet;jp.memoize=Eet});var o4,koe,Noe,Loe=R(()=>{bn();o4=T(Lt()),koe=t=>(t.sigv4aSigningRegionSet=tl(t.sigv4aSigningRegionSet),t),Noe={environmentVariableSelector(t){if(t.AWS_SIGV4A_SIGNING_REGION_SET)return t.AWS_SIGV4A_SIGNING_REGION_SET.split(",").map(e=>e.trim());throw new o4.ProviderError("AWS_SIGV4A_SIGNING_REGION_SET not set in env.",{tryNextLink:!0})},configFileSelector(t){if(t.sigv4a_signing_region_set)return(t.sigv4a_signing_region_set??"").split(",").map(e=>e.trim());throw new o4.ProviderError("sigv4a_signing_region_set not set in profile.",{tryNextLink:!0})},default:void 0}});var S4=O(rt=>{"use strict";var ul=rl(),Wp=He(),Cet=gA(),qoe=qe(),Uoe=Nt(),sP=Py(),Boe="X-Amz-Algorithm",Goe="X-Amz-Credential",d4="X-Amz-Date",Hoe="X-Amz-SignedHeaders",Voe="X-Amz-Expires",p4="X-Amz-Signature",m4="X-Amz-Security-Token",_et="X-Amz-Region-Set",f4="authorization",g4=d4.toLowerCase(),joe="date",Woe=[f4,g4,joe],zoe=p4.toLowerCase(),uP="x-amz-content-sha256",Koe=m4.toLowerCase(),Ret="host",Qoe={authorization:!0,"cache-control":!0,connection:!0,expect:!0,from:!0,"keep-alive":!0,"max-forwards":!0,pragma:!0,referer:!0,te:!0,trailer:!0,"transfer-encoding":!0,upgrade:!0,"user-agent":!0,"x-amzn-trace-id":!0},Yoe=/^proxy-/,Joe=/^sec-/,Tet=[/^proxy-/i,/^sec-/i],oP="AWS4-HMAC-SHA256",Aet="AWS4-ECDSA-P256-SHA256",Xoe="AWS4-HMAC-SHA256-PAYLOAD",Zoe="UNSIGNED-PAYLOAD",eie=50,h4="aws4_request",tie=3600*24*7,Kf={},iP=[],aP=(t,e,r)=>`${t}/${e}/${r}/${h4}`,rie=async(t,e,r,n,s)=>{let o=await Foe(t,e.secretAccessKey,e.accessKeyId),i=`${r}:${n}:${s}:${ul.toHex(o)}:${e.sessionToken}`;if(i in Kf)return Kf[i];for(iP.push(i);iP.length>eie;)delete Kf[iP.shift()];let a=`AWS4${e.secretAccessKey}`;for(let c of[r,n,s,h4])a=await Foe(t,a,c);return Kf[i]=a},Pet=()=>{iP.length=0,Object.keys(Kf).forEach(t=>{delete Kf[t]})},Foe=(t,e,r)=>{let n=new t(e);return n.update(Wp.toUint8Array(r)),n.digest()},i4=({headers:t},e,r)=>{let n={};for(let s of Object.keys(t).sort()){if(t[s]==null)continue;let o=s.toLowerCase();(o in Qoe||e?.has(o)||Yoe.test(o)||Joe.test(o))&&(!r||r&&!r.has(o))||(n[o]=t[s].trim().replace(/\s+/g," "))}return n},cP=async({headers:t,body:e},r)=>{for(let n of Object.keys(t))if(n.toLowerCase()===uP)return t[n];if(e==null)return"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";if(typeof e=="string"||ArrayBuffer.isView(e)||Cet.isArrayBuffer(e)){let n=new r;return n.update(Wp.toUint8Array(e)),ul.toHex(await n.digest())}return Zoe},a4=class{format(e){let r=[];for(let o of Object.keys(e)){let i=Wp.fromUtf8(o);r.push(Uint8Array.from([i.byteLength]),i,this.formatHeaderValue(e[o]))}let n=new Uint8Array(r.reduce((o,i)=>o+i.byteLength,0)),s=0;for(let o of r)n.set(o,s),s+=o.byteLength;return n}formatHeaderValue(e){switch(e.type){case"boolean":return Uint8Array.from([e.value?0:1]);case"byte":return Uint8Array.from([2,e.value]);case"short":let r=new DataView(new ArrayBuffer(3));return r.setUint8(0,3),r.setInt16(1,e.value,!1),new Uint8Array(r.buffer);case"integer":let n=new DataView(new ArrayBuffer(5));return n.setUint8(0,4),n.setInt32(1,e.value,!1),new Uint8Array(n.buffer);case"long":let s=new Uint8Array(9);return s[0]=5,s.set(e.value.bytes,1),s;case"binary":let o=new DataView(new ArrayBuffer(3+e.value.byteLength));o.setUint8(0,6),o.setUint16(1,e.value.byteLength,!1);let i=new Uint8Array(o.buffer);return i.set(e.value,3),i;case"string":let a=Wp.fromUtf8(e.value),c=new DataView(new ArrayBuffer(3+a.byteLength));c.setUint8(0,7),c.setUint16(1,a.byteLength,!1);let u=new Uint8Array(c.buffer);return u.set(a,3),u;case"timestamp":let f=new Uint8Array(9);return f[0]=8,f.set(c4.fromNumber(e.value.valueOf()).bytes,1),f;case"uuid":if(!vet.test(e.value))throw new Error(`Invalid UUID received: ${e.value}`);let m=new Uint8Array(17);return m[0]=9,m.set(ul.fromHex(e.value.replace(/\-/g,"")),1),m}}},vet=/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/,c4=class t{bytes;constructor(e){if(this.bytes=e,e.byteLength!==8)throw new Error("Int64 buffers must be exactly 8 bytes")}static fromNumber(e){if(e>9223372036854776e3||e<-9223372036854776e3)throw new Error(`${e} is too large (or, if negative, too small) to represent as an Int64`);let r=new Uint8Array(8);for(let n=7,s=Math.abs(Math.round(e));n>-1&&s>0;n--,s/=256)r[n]=s;return e<0&&Moe(r),new t(r)}valueOf(){let e=this.bytes.slice(0),r=e[0]&128;return r&&Moe(e),parseInt(ul.toHex(e),16)*(r?-1:1)}toString(){return String(this.valueOf())}};function Moe(t){for(let e=0;e<8;e++)t[e]^=255;for(let e=7;e>-1&&(t[e]++,t[e]===0);e--);}var nie=(t,e)=>{t=t.toLowerCase();for(let r of Object.keys(e))if(t===r.toLowerCase())return!0;return!1},sie=(t,e={})=>{let{headers:r,query:n={}}=qoe.HttpRequest.clone(t);for(let s of Object.keys(r)){let o=s.toLowerCase();(o.slice(0,6)==="x-amz-"&&!e.unhoistableHeaders?.has(o)||e.hoistableHeaders?.has(o))&&(n[s]=r[s],delete r[s])}return{...t,headers:r,query:n}},u4=t=>{t=qoe.HttpRequest.clone(t);for(let e of Object.keys(t.headers))Woe.indexOf(e.toLowerCase())>-1&&delete t.headers[e];return t},oie=({query:t={}})=>{let e=[],r={};for(let n of Object.keys(t)){if(n.toLowerCase()===zoe)continue;let s=sP.escapeUri(n);e.push(s);let o=t[n];typeof o=="string"?r[s]=`${s}=${sP.escapeUri(o)}`:Array.isArray(o)&&(r[s]=o.slice(0).reduce((i,a)=>i.concat([`${s}=${sP.escapeUri(a)}`]),[]).sort().join("&"))}return e.sort().map(n=>r[n]).filter(n=>n).join("&")},bet=t=>Iet(t).toISOString().replace(/\.\d{3}Z$/,"Z"),Iet=t=>typeof t=="number"?new Date(t*1e3):typeof t=="string"?Number(t)?new Date(Number(t)*1e3):new Date(t):t,lP=class{service;regionProvider;credentialProvider;sha256;uriEscapePath;applyChecksum;constructor({applyChecksum:e,credentials:r,region:n,service:s,sha256:o,uriEscapePath:i=!0}){this.service=s,this.sha256=o,this.uriEscapePath=i,this.applyChecksum=typeof e=="boolean"?e:!0,this.regionProvider=Uoe.normalizeProvider(n),this.credentialProvider=Uoe.normalizeProvider(r)}createCanonicalRequest(e,r,n){let s=Object.keys(r).sort();return`${e.method}
|
|
52
|
+
${this.getCanonicalPath(e)}
|
|
53
|
+
${oie(e)}
|
|
54
|
+
${s.map(o=>`${o}:${r[o]}`).join(`
|
|
55
|
+
`)}
|
|
56
|
+
|
|
57
|
+
${s.join(";")}
|
|
58
|
+
${n}`}async createStringToSign(e,r,n,s){let o=new this.sha256;o.update(Wp.toUint8Array(n));let i=await o.digest();return`${s}
|
|
59
|
+
${e}
|
|
60
|
+
${r}
|
|
61
|
+
${ul.toHex(i)}`}getCanonicalPath({path:e}){if(this.uriEscapePath){let r=[];for(let o of e.split("/"))o?.length!==0&&o!=="."&&(o===".."?r.pop():r.push(o));let n=`${e?.startsWith("/")?"/":""}${r.join("/")}${r.length>0&&e?.endsWith("/")?"/":""}`;return sP.escapeUri(n).replace(/%2F/g,"/")}return e}validateResolvedCredentials(e){if(typeof e!="object"||typeof e.accessKeyId!="string"||typeof e.secretAccessKey!="string")throw new Error("Resolved credential object is not valid")}formatDate(e){let r=bet(e).replace(/[\-:]/g,"");return{longDate:r,shortDate:r.slice(0,8)}}getCanonicalHeaderList(e){return Object.keys(e).sort().join(";")}},l4=class extends lP{headerFormatter=new a4;constructor({applyChecksum:e,credentials:r,region:n,service:s,sha256:o,uriEscapePath:i=!0}){super({applyChecksum:e,credentials:r,region:n,service:s,sha256:o,uriEscapePath:i})}async presign(e,r={}){let{signingDate:n=new Date,expiresIn:s=3600,unsignableHeaders:o,unhoistableHeaders:i,signableHeaders:a,hoistableHeaders:c,signingRegion:u,signingService:f}=r,m=await this.credentialProvider();this.validateResolvedCredentials(m);let h=u??await this.regionProvider(),{longDate:y,shortDate:C}=this.formatDate(n);if(s>tie)return Promise.reject("Signature version 4 presigned URLs must have an expiration date less than one week in the future");let I=aP(C,h,f??this.service),$=sie(u4(e),{unhoistableHeaders:i,hoistableHeaders:c});m.sessionToken&&($.query[m4]=m.sessionToken),$.query[Boe]=oP,$.query[Goe]=`${m.accessKeyId}/${I}`,$.query[d4]=y,$.query[Voe]=s.toString(10);let N=i4($,o,a);return $.query[Hoe]=this.getCanonicalHeaderList(N),$.query[p4]=await this.getSignature(y,I,this.getSigningKey(m,h,C,f),this.createCanonicalRequest($,N,await cP(e,this.sha256))),$}async sign(e,r){return typeof e=="string"?this.signString(e,r):e.headers&&e.payload?this.signEvent(e,r):e.message?this.signMessage(e,r):this.signRequest(e,r)}async signEvent({headers:e,payload:r},{signingDate:n=new Date,priorSignature:s,signingRegion:o,signingService:i}){let a=o??await this.regionProvider(),{shortDate:c,longDate:u}=this.formatDate(n),f=aP(c,a,i??this.service),m=await cP({headers:{},body:r},this.sha256),h=new this.sha256;h.update(e);let y=ul.toHex(await h.digest()),C=[Xoe,u,f,s,y,m].join(`
|
|
62
|
+
`);return this.signString(C,{signingDate:n,signingRegion:a,signingService:i})}async signMessage(e,{signingDate:r=new Date,signingRegion:n,signingService:s}){return this.signEvent({headers:this.headerFormatter.format(e.message.headers),payload:e.message.body},{signingDate:r,signingRegion:n,signingService:s,priorSignature:e.priorSignature}).then(i=>({message:e.message,signature:i}))}async signString(e,{signingDate:r=new Date,signingRegion:n,signingService:s}={}){let o=await this.credentialProvider();this.validateResolvedCredentials(o);let i=n??await this.regionProvider(),{shortDate:a}=this.formatDate(r),c=new this.sha256(await this.getSigningKey(o,i,a,s));return c.update(Wp.toUint8Array(e)),ul.toHex(await c.digest())}async signRequest(e,{signingDate:r=new Date,signableHeaders:n,unsignableHeaders:s,signingRegion:o,signingService:i}={}){let a=await this.credentialProvider();this.validateResolvedCredentials(a);let c=o??await this.regionProvider(),u=u4(e),{longDate:f,shortDate:m}=this.formatDate(r),h=aP(m,c,i??this.service);u.headers[g4]=f,a.sessionToken&&(u.headers[Koe]=a.sessionToken);let y=await cP(u,this.sha256);!nie(uP,u.headers)&&this.applyChecksum&&(u.headers[uP]=y);let C=i4(u,s,n),I=await this.getSignature(f,h,this.getSigningKey(a,c,m,i),this.createCanonicalRequest(u,C,y));return u.headers[f4]=`${oP} Credential=${a.accessKeyId}/${h}, SignedHeaders=${this.getCanonicalHeaderList(C)}, Signature=${I}`,u}async getSignature(e,r,n,s){let o=await this.createStringToSign(e,r,s,oP),i=new this.sha256(await n);return i.update(Wp.toUint8Array(o)),ul.toHex(await i.digest())}getSigningKey(e,r,n,s){return rie(this.sha256,e,n,r,s||this.service)}},Det={SignatureV4a:null};rt.ALGORITHM_IDENTIFIER=oP;rt.ALGORITHM_IDENTIFIER_V4A=Aet;rt.ALGORITHM_QUERY_PARAM=Boe;rt.ALWAYS_UNSIGNABLE_HEADERS=Qoe;rt.AMZ_DATE_HEADER=g4;rt.AMZ_DATE_QUERY_PARAM=d4;rt.AUTH_HEADER=f4;rt.CREDENTIAL_QUERY_PARAM=Goe;rt.DATE_HEADER=joe;rt.EVENT_ALGORITHM_IDENTIFIER=Xoe;rt.EXPIRES_QUERY_PARAM=Voe;rt.GENERATED_HEADERS=Woe;rt.HOST_HEADER=Ret;rt.KEY_TYPE_IDENTIFIER=h4;rt.MAX_CACHE_SIZE=eie;rt.MAX_PRESIGNED_TTL=tie;rt.PROXY_HEADER_PATTERN=Yoe;rt.REGION_SET_PARAM=_et;rt.SEC_HEADER_PATTERN=Joe;rt.SHA256_HEADER=uP;rt.SIGNATURE_HEADER=zoe;rt.SIGNATURE_QUERY_PARAM=p4;rt.SIGNED_HEADERS_QUERY_PARAM=Hoe;rt.SignatureV4=l4;rt.SignatureV4Base=lP;rt.TOKEN_HEADER=Koe;rt.TOKEN_QUERY_PARAM=m4;rt.UNSIGNABLE_PATTERNS=Tet;rt.UNSIGNED_PAYLOAD=Zoe;rt.clearCredentialCache=Pet;rt.createScope=aP;rt.getCanonicalHeaders=i4;rt.getCanonicalQuery=oie;rt.getPayloadHash=cP;rt.getSigningKey=rie;rt.hasHeader=nie;rt.moveHeadersToQuery=sie;rt.prepareRequest=u4;rt.signatureV4aContainer=Det});function xet(t,{credentials:e,credentialDefaultProvider:r}){let n;return e?e?.memoized?n=e:n=GH(e,BH,eP):r?n=tl(r(Object.assign({},t,{parentClientConfig:t}))):n=async()=>{throw new Error("@aws-sdk/core::resolveAwsSdkSigV4Config - `credentials` not provided and no credentialDefaultProvider was configured.")},n.memoized=!0,n}function wet(t,e){if(e.configBound)return e;let r=async n=>e({...n,callerClientConfig:t});return r.memoized=e.memoized,r.configBound=!0,r}var y4,Nc,iie,aie=R(()=>{Ho();bn();y4=T(S4()),Nc=t=>{let e=t.credentials,r=!!t.credentials,n;Object.defineProperty(t,"credentials",{set(u){u&&u!==e&&u!==n&&(r=!0),e=u;let f=xet(t,{credentials:e,credentialDefaultProvider:t.credentialDefaultProvider}),m=wet(t,f);if(r&&!m.attributed){let h=typeof e=="object"&&e!==null;n=async y=>{let I=await m(y);return h&&(!I.$source||Object.keys(I.$source).length===0)?al(I,"CREDENTIALS_CODE","e"):I},n.memoized=m.memoized,n.configBound=m.configBound,n.attributed=!0}else n=m},get(){return n},enumerable:!0,configurable:!0}),t.credentials=e;let{signingEscapePath:s=!0,systemClockOffset:o=t.systemClockOffset||0,sha256:i}=t,a;return t.signer?a=tl(t.signer):t.regionInfoProvider?a=()=>tl(t.region)().then(async u=>[await t.regionInfoProvider(u,{useFipsEndpoint:await t.useFipsEndpoint(),useDualstackEndpoint:await t.useDualstackEndpoint()})||{},u]).then(([u,f])=>{let{signingRegion:m,signingService:h}=u;t.signingRegion=t.signingRegion||m||f,t.signingName=t.signingName||h||t.serviceId;let y={...t,credentials:t.credentials,region:t.signingRegion,service:t.signingName,sha256:i,uriEscapePath:s},C=t.signerConstructor||y4.SignatureV4;return new C(y)}):a=async u=>{u=Object.assign({},{name:"sigv4",signingName:t.signingName||t.defaultSigningName,signingRegion:await tl(t.region)(),properties:{}},u);let f=u.signingRegion,m=u.signingName;t.signingRegion=t.signingRegion||f,t.signingName=t.signingName||m||t.serviceId;let h={...t,credentials:t.credentials,region:t.signingRegion,service:t.signingName,sha256:i,uriEscapePath:s},y=t.signerConstructor||y4.SignatureV4;return new y(h)},Object.assign(t,{systemClockOffset:o,signingEscapePath:s,signer:a})},iie=Nc});var cie=R(()=>{e4();Doe();Ooe();Loe();aie()});var uie={};st(uie,{AWSSDKSigV4Signer:()=>ZH,AwsSdkSigV4ASigner:()=>qy,AwsSdkSigV4Signer:()=>Hn,NODE_AUTH_SCHEME_PREFERENCE_OPTIONS:()=>cl,NODE_SIGV4A_CONFIG_OPTIONS:()=>Noe,getBearerTokenEnvKey:()=>nP,resolveAWSSDKSigV4Config:()=>iie,resolveAwsSdkSigV4AConfig:()=>koe,resolveAwsSdkSigV4Config:()=>Nc,validateSigningProperties:()=>Wf});var E4=R(()=>{cie();r4()});function ll(t){return typeof Buffer<"u"?Buffer.alloc(t):new Uint8Array(t)}function dP(t){return t[C4]=!0,t}var C4,pP=R(()=>{C4=Symbol("@smithy/core/cbor::tagSymbol")});function pie(t){Qt=t,Uc=new DataView(Qt.buffer,Qt.byteOffset,Qt.byteLength)}function Ta(t,e){if(t>=e)throw new Error("unexpected end of (decode) payload.");let r=(Qt[t]&224)>>5,n=Qt[t]&31;switch(r){case 0:case 1:case 6:let s,o;if(n<24)s=n,o=1;else switch(n){case 24:case 25:case 26:case 27:let i=fie[n],a=i+1;if(o=a,e-t<a)throw new Error(`countLength ${i} greater than remaining buf len.`);let c=t+1;i===1?s=Qt[c]:i===2?s=Uc.getUint16(c):i===4?s=Uc.getUint32(c):s=Uc.getBigUint64(c);break;default:throw new Error(`unexpected minor value ${n}.`)}if(r===0)return ot=o,_4(s);if(r===1){let i;return typeof s=="bigint"?i=BigInt(-1)-s:i=-1-s,ot=o,_4(i)}else if(n===2||n===3){let i=Vy(t+o,e),a=BigInt(0),c=t+o+ot;for(let u=c;u<c+i;++u)a=a<<BigInt(8)|BigInt(Qt[u]);return ot=o+ot+i,n===3?-a-BigInt(1):a}else if(n===4){let i=Ta(t+o,e),[a,c]=i,u=c<0?-1:1,f="0".repeat(Math.abs(a)+1)+String(BigInt(u)*BigInt(c)),m,h=c<0?"-":"";return m=a===0?f:f.slice(0,f.length+a)+"."+f.slice(a),m=m.replace(/^0+/g,""),m===""&&(m="0"),m[0]==="."&&(m="0"+m),m=h+m,ot=o+ot,DH(m)}else{let i=Ta(t+o,e);return ot=o+ot,dP({tag:_4(s),value:i})}case 3:case 5:case 4:case 2:if(n===31)switch(r){case 3:return Fet(t,e);case 5:return Het(t,e);case 4:return Bet(t,e);case 2:return Met(t,e)}else switch(r){case 3:return Uet(t,e);case 5:return Get(t,e);case 4:return qet(t,e);case 2:return b4(t,e)}default:return Vet(t,e)}}function mie(t,e,r){return ket&&t.constructor?.name==="Buffer"?t.toString("utf-8",e,r):lie?lie.decode(t.subarray(e,r)):(0,die.toUtf8)(t.subarray(e,r))}function Net(t){let e=Number(t);return(e<Number.MIN_SAFE_INTEGER||Number.MAX_SAFE_INTEGER<e)&&console.warn(new Error(`@smithy/core/cbor - truncating BigInt(${t}) to ${e} with loss of precision.`)),e}function Let(t,e){let r=t>>7,n=(t&124)>>2,s=(t&3)<<8|e,o=r===0?1:-1,i,a;if(n===0){if(s===0)return 0;i=Math.pow(2,-14),a=0}else{if(n===31)return s===0?o*(1/0):NaN;i=Math.pow(2,n-15),a=1}return a+=s/1024,o*(i*a)}function Vy(t,e){let r=Qt[t]&31;if(r<24)return ot=1,r;if(r===24||r===25||r===26||r===27){let n=fie[r];if(ot=n+1,e-t<ot)throw new Error(`countLength ${n} greater than remaining buf len.`);let s=t+1;return n===1?Qt[s]:n===2?Uc.getUint16(s):n===4?Uc.getUint32(s):Net(Uc.getBigUint64(s))}throw new Error(`unexpected minor value ${r}.`)}function Uet(t,e){let r=Vy(t,e),n=ot;if(t+=n,e-t<r)throw new Error(`string len ${r} greater than remaining buf len.`);let s=mie(Qt,t,t+r);return ot=n+r,s}function Fet(t,e){t+=1;let r=[];for(let n=t;t<e;){if(Qt[t]===255){let c=ll(r.length);return c.set(r,0),ot=t-n+2,mie(c,0,c.length)}let s=(Qt[t]&224)>>5,o=Qt[t]&31;if(s!==3)throw new Error(`unexpected major type ${s} in indefinite string.`);if(o===31)throw new Error("nested indefinite string.");let i=b4(t,e);t+=ot;for(let c=0;c<i.length;++c)r.push(i[c])}throw new Error("expected break marker.")}function b4(t,e){let r=Vy(t,e),n=ot;if(t+=n,e-t<r)throw new Error(`unstructured byte string len ${r} greater than remaining buf len.`);let s=Qt.subarray(t,t+r);return ot=n+r,s}function Met(t,e){t+=1;let r=[];for(let n=t;t<e;){if(Qt[t]===255){let c=ll(r.length);return c.set(r,0),ot=t-n+2,c}let s=(Qt[t]&224)>>5,o=Qt[t]&31;if(s!==2)throw new Error(`unexpected major type ${s} in indefinite string.`);if(o===31)throw new Error("nested indefinite string.");let i=b4(t,e);t+=ot;for(let c=0;c<i.length;++c)r.push(i[c])}throw new Error("expected break marker.")}function qet(t,e){let r=Vy(t,e),n=ot;t+=n;let s=t,o=Array(r);for(let i=0;i<r;++i){let a=Ta(t,e),c=ot;o[i]=a,t+=c}return ot=n+(t-s),o}function Bet(t,e){t+=1;let r=[];for(let n=t;t<e;){if(Qt[t]===255)return ot=t-n+2,r;let s=Ta(t,e);t+=ot,r.push(s)}throw new Error("expected break marker.")}function Get(t,e){let r=Vy(t,e),n=ot;t+=n;let s=t,o={};for(let i=0;i<r;++i){if(t>=e)throw new Error("unexpected end of map payload.");let a=(Qt[t]&224)>>5;if(a!==3)throw new Error(`unexpected major type ${a} for map key at index ${t}.`);let c=Ta(t,e);t+=ot;let u=Ta(t,e);t+=ot,o[c]=u}return ot=n+(t-s),o}function Het(t,e){t+=1;let r=t,n={};for(;t<e;){if(t>=e)throw new Error("unexpected end of map payload.");if(Qt[t]===255)return ot=t-r+2,n;let s=(Qt[t]&224)>>5;if(s!==3)throw new Error(`unexpected major type ${s} for map key.`);let o=Ta(t,e);t+=ot;let i=Ta(t,e);t+=ot,n[o]=i}throw new Error("expected break marker.")}function Vet(t,e){let r=Qt[t]&31;switch(r){case 21:case 20:return ot=1,r===21;case 22:return ot=1,null;case 23:return ot=1,null;case 25:if(e-t<3)throw new Error("incomplete float16 at end of buf.");return ot=3,Let(Qt[t+1],Qt[t+2]);case 26:if(e-t<5)throw new Error("incomplete float32 at end of buf.");return ot=5,Uc.getFloat32(t+1);case 27:if(e-t<9)throw new Error("incomplete float64 at end of buf.");return ot=9,Uc.getFloat64(t+1);default:throw new Error(`unexpected minor value ${r}.`)}}function _4(t){if(typeof t=="number")return t;let e=Number(t);return Number.MIN_SAFE_INTEGER<=e&&e<=Number.MAX_SAFE_INTEGER?e:t}var die,Oet,ket,Qt,Uc,lie,ot,fie,gie=R(()=>{_s();die=T(He());pP();Oet=typeof TextDecoder<"u",ket=typeof Buffer<"u",Qt=ll(0),Uc=new DataView(Qt.buffer,Qt.byteOffset,Qt.byteLength),lie=Oet?new TextDecoder:null,ot=0;fie={24:1,25:2,26:4,27:8}});function D4(t){Ke.byteLength-$e<t&&($e<16e6?fP(Math.max(Ke.byteLength*4,Ke.byteLength+t)):fP(Ke.byteLength+t+16e6))}function x4(){let t=ll($e);return t.set(Ke.subarray(0,$e),0),$e=0,t}function fP(t){let e=Ke;Ke=ll(t),e&&(e.copy?e.copy(Ke,0,0,e.byteLength):Ke.set(e,0)),qc=new DataView(Ke.buffer,Ke.byteOffset,Ke.byteLength)}function Mc(t,e){e<24?Ke[$e++]=t<<5|e:e<256?(Ke[$e++]=t<<5|24,Ke[$e++]=e):e<65536?(Ke[$e++]=t<<5|25,qc.setUint16($e,e),$e+=2):e<2**32?(Ke[$e++]=t<<5|26,qc.setUint32($e,e),$e+=4):(Ke[$e++]=t<<5|27,qc.setBigUint64($e,typeof e=="bigint"?e:BigInt(e)),$e+=8)}function yie(t){let e=[t];for(;e.length;){let r=e.pop();if(D4(typeof r=="string"?r.length*4:64),typeof r=="string"){if(hie)Mc(3,Buffer.byteLength(r)),$e+=Ke.write(r,$e);else{let n=(0,Sie.fromUtf8)(r);Mc(3,n.byteLength),Ke.set(n,$e),$e+=n.byteLength}continue}else if(typeof r=="number"){if(Number.isInteger(r)){let n=r>=0,s=n?0:1,o=n?r:-r-1;o<24?Ke[$e++]=s<<5|o:o<256?(Ke[$e++]=s<<5|24,Ke[$e++]=o):o<65536?(Ke[$e++]=s<<5|25,Ke[$e++]=o>>8,Ke[$e++]=o):o<4294967296?(Ke[$e++]=s<<5|26,qc.setUint32($e,o),$e+=4):(Ke[$e++]=s<<5|27,qc.setBigUint64($e,BigInt(o)),$e+=8);continue}Ke[$e++]=251,qc.setFloat64($e,r),$e+=8;continue}else if(typeof r=="bigint"){let n=r>=0,s=n?0:1,o=n?r:-r-BigInt(1),i=Number(o);if(i<24)Ke[$e++]=s<<5|i;else if(i<256)Ke[$e++]=s<<5|24,Ke[$e++]=i;else if(i<65536)Ke[$e++]=s<<5|25,Ke[$e++]=i>>8,Ke[$e++]=i&255;else if(i<4294967296)Ke[$e++]=s<<5|26,qc.setUint32($e,i),$e+=4;else if(o<BigInt("18446744073709551616"))Ke[$e++]=s<<5|27,qc.setBigUint64($e,o),$e+=8;else{let a=o.toString(2),c=new Uint8Array(Math.ceil(a.length/8)),u=o,f=0;for(;c.byteLength-++f>=0;)c[c.byteLength-f]=Number(u&BigInt(255)),u>>=BigInt(8);D4(c.byteLength*2),Ke[$e++]=n?194:195,hie?Mc(2,Buffer.byteLength(c)):Mc(2,c.byteLength),Ke.set(c,$e),$e+=c.byteLength}continue}else if(r===null){Ke[$e++]=246;continue}else if(typeof r=="boolean"){Ke[$e++]=224|(r?21:20);continue}else{if(typeof r>"u")throw new Error("@smithy/core/cbor: client may not serialize undefined value.");if(Array.isArray(r)){for(let n=r.length-1;n>=0;--n)e.push(r[n]);Mc(4,r.length);continue}else if(typeof r.byteLength=="number"){D4(r.length*2),Mc(2,r.length),Ke.set(r,$e),$e+=r.byteLength;continue}else if(typeof r=="object"){if(r instanceof lr){let s=r.string.indexOf("."),o=s===-1?0:s-r.string.length+1,i=BigInt(r.string.replace(".",""));Ke[$e++]=196,e.push(i),e.push(o),Mc(4,2);continue}if(r[C4])if("tag"in r&&"value"in r){e.push(r.value),Mc(6,r.tag);continue}else throw new Error("tag encountered with missing fields, need 'tag' and 'value', found: "+JSON.stringify(r));let n=Object.keys(r);for(let s=n.length-1;s>=0;--s){let o=n[s];e.push(r[o]),e.push(o)}Mc(5,n.length);continue}}throw new Error(`data type ${r?.constructor?.name??typeof r} not compatible for encoding.`)}}var Sie,hie,jet,Ke,qc,$e,Eie=R(()=>{_s();Sie=T(He());pP();hie=typeof Buffer<"u",jet=2048,Ke=ll(jet),qc=new DataView(Ke.buffer,Ke.byteOffset,Ke.byteLength),$e=0});var w4,Cie=R(()=>{gie();Eie();w4={deserialize(t){return pie(t),Ta(0,t.length)},serialize(t){try{return yie(t),x4()}catch(e){throw x4(),e}},resizeEncodingBuffer(t){fP(t)}}});var gP,hP,SP=R(()=>{pP();gP=t=>dP({tag:1,value:t.getTime()/1e3}),hP=(t,e)=>{let r=s=>{let o=s;return typeof o=="number"&&(o=o.toString()),o.indexOf(",")>=0&&(o=o.split(",")[0]),o.indexOf(":")>=0&&(o=o.split(":")[0]),o.indexOf("#")>=0&&(o=o.split("#")[1]),o};if(e.__type!==void 0)return r(e.__type);let n=Object.keys(e).find(s=>s.toLowerCase()==="code");if(n&&e[n]!==void 0)return r(e[n])}});var k4,yP,$4,O4,N4=R(()=>{Ys();dt();_s();_s();k4=T(De());Cie();SP();yP=class extends Rs{createSerializer(){let e=new $4;return e.setSerdeContext(this.serdeContext),e}createDeserializer(){let e=new O4;return e.setSerdeContext(this.serdeContext),e}},$4=class extends Rs{value;write(e,r){this.value=this.serialize(e,r)}serialize(e,r){let n=be.of(e);if(r==null)return n.isIdempotencyToken()?(0,Go.v4)():r;if(n.isBlobSchema())return typeof r=="string"?(this.serdeContext?.base64Decoder??k4.fromBase64)(r):r;if(n.isTimestampSchema())return typeof r=="number"||typeof r=="bigint"?gP(new Date(Number(r)/1e3|0)):gP(r);if(typeof r=="function"||typeof r=="object"){let s=r;if(n.isListSchema()&&Array.isArray(s)){let i=!!n.getMergedTraits().sparse,a=[],c=0;for(let u of s){let f=this.serialize(n.getValueSchema(),u);(f!=null||i)&&(a[c++]=f)}return a}if(s instanceof Date)return gP(s);let o={};if(n.isMapSchema()){let i=!!n.getMergedTraits().sparse;for(let a of Object.keys(s)){let c=this.serialize(n.getValueSchema(),s[a]);(c!=null||i)&&(o[a]=c)}}else if(n.isStructSchema()){for(let[a,c]of n.structIterator()){let u=this.serialize(c,s[a]);u!=null&&(o[a]=u)}if(n.isUnionSchema()&&Array.isArray(s.$unknown)){let[a,c]=s.$unknown;o[a]=c}else if(typeof s.__type=="string")for(let[a,c]of Object.entries(s))a in o||(o[a]=this.serialize(15,c))}else if(n.isDocumentSchema())for(let i of Object.keys(s))o[i]=this.serialize(n.getValueSchema(),s[i]);else if(n.isBigDecimalSchema())return s;return o}return r}flush(){let e=w4.serialize(this.value);return this.value=void 0,e}},O4=class extends Rs{read(e,r){let n=w4.deserialize(r);return this.readValue(e,n)}readValue(e,r){let n=be.of(e);if(n.isTimestampSchema()){if(typeof r=="number")return Gf(r);if(typeof r=="object"&&r.tag===1&&"value"in r)return Gf(r.value)}if(n.isBlobSchema())return typeof r=="string"?(this.serdeContext?.base64Decoder??k4.fromBase64)(r):r;if(typeof r>"u"||typeof r=="boolean"||typeof r=="number"||typeof r=="string"||typeof r=="bigint"||typeof r=="symbol")return r;if(typeof r=="object"){if(r===null)return null;if("byteLength"in r||r instanceof Date||n.isDocumentSchema())return r;if(n.isListSchema()){let o=[],i=n.getValueSchema(),a=!!n.getMergedTraits().sparse;for(let c of r){let u=this.readValue(i,c);(u!=null||a)&&o.push(u)}return o}let s={};if(n.isMapSchema()){let o=!!n.getMergedTraits().sparse,i=n.getValueSchema();for(let a of Object.keys(r)){let c=this.readValue(i,r[a]);(c!=null||o)&&(s[a]=c)}}else if(n.isStructSchema()){let o=n.isUnionSchema(),i;o&&(i=new Set(Object.keys(r).filter(a=>a!=="__type")));for(let[a,c]of n.structIterator())o&&i.delete(a),r[a]!=null&&(s[a]=this.readValue(c,r[a]));if(o&&i?.size===1&&Object.keys(s).length===0){let a=i.values().next().value;s.$unknown=[a,r[a]]}else if(typeof r.__type=="string")for(let[a,c]of Object.entries(r))a in s||(s[a]=c)}else if(r instanceof lr)return r;return s}else return r}}});var _ie,EP,Rie=R(()=>{Ys();dt();dt();_ie=T(Nt());N4();SP();EP=class extends wc{codec=new yP;serializer=this.codec.createSerializer();deserializer=this.codec.createDeserializer();constructor({defaultNamespace:e,errorTypeRegistries:r}){super({defaultNamespace:e,errorTypeRegistries:r})}getShapeId(){return"smithy.protocols#rpcv2Cbor"}getPayloadCodec(){return this.codec}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n);if(Object.assign(s.headers,{"content-type":this.getDefaultContentType(),"smithy-protocol":"rpc-v2-cbor",accept:this.getDefaultContentType()}),ki(e.input)==="unit")delete s.body,delete s.headers["content-type"];else{s.body||(this.serializer.write(15,{}),s.body=this.serializer.flush());try{s.headers["content-length"]=String(s.body.byteLength)}catch{}}let{service:o,operation:i}=(0,_ie.getSmithyContext)(n),a=`/service/${o}/operation/${i}`;return s.path.endsWith("/")?s.path+=a.slice(1):s.path+=a,s}async deserializeResponse(e,r,n){return super.deserializeResponse(e,r,n)}async handleError(e,r,n,s,o){let i=hP(n,s)??"Unknown",a={$metadata:o,$fault:n.statusCode<=500?"client":"server"},c=this.options.defaultNamespace;i.includes("#")&&([c]=i.split("#"));let u=this.compositeErrorRegistry,f=It.for(c);u.copyFrom(f);let m;try{m=u.getSchema(i)}catch{s.Message&&(s.message=s.Message);let U=It.for("smithy.ts.sdk.synthetic."+c);u.copyFrom(U);let B=u.getBaseException();if(B){let W=u.getErrorCtor(B);throw Object.assign(new W({name:i}),a,s)}throw Object.assign(new Error(i),a,s)}let h=be.of(m),y=u.getErrorCtor(m),C=s.message??s.Message??"Unknown",I=new y(C),$={};for(let[N,U]of h.structIterator())$[N]=this.deserializer.readValue(U,s[N]);throw Object.assign(I,a,{$fault:h.getMergedTraits().error,message:C},$)}getDefaultContentType(){return"application/cbor"}}});var Tie=R(()=>{SP();Rie();N4()});var U4=O(vie=>{"use strict";var zp=(t,e)=>{let r=[];if(t&&r.push(t),e)for(let n of e)r.push(n);return r},fl=(t,e)=>`${t||"anonymous"}${e&&e.length>0?` (a.k.a. ${e.join(",")})`:""}`,L4=()=>{let t=[],e=[],r=!1,n=new Set,s=m=>m.sort((h,y)=>Aie[y.step]-Aie[h.step]||Pie[y.priority||"normal"]-Pie[h.priority||"normal"]),o=m=>{let h=!1,y=C=>{let I=zp(C.name,C.aliases);if(I.includes(m)){h=!0;for(let $ of I)n.delete($);return!1}return!0};return t=t.filter(y),e=e.filter(y),h},i=m=>{let h=!1,y=C=>{if(C.middleware===m){h=!0;for(let I of zp(C.name,C.aliases))n.delete(I);return!1}return!0};return t=t.filter(y),e=e.filter(y),h},a=m=>(t.forEach(h=>{m.add(h.middleware,{...h})}),e.forEach(h=>{m.addRelativeTo(h.middleware,{...h})}),m.identifyOnResolve?.(f.identifyOnResolve()),m),c=m=>{let h=[];return m.before.forEach(y=>{y.before.length===0&&y.after.length===0?h.push(y):h.push(...c(y))}),h.push(m),m.after.reverse().forEach(y=>{y.before.length===0&&y.after.length===0?h.push(y):h.push(...c(y))}),h},u=(m=!1)=>{let h=[],y=[],C={};return t.forEach($=>{let N={...$,before:[],after:[]};for(let U of zp(N.name,N.aliases))C[U]=N;h.push(N)}),e.forEach($=>{let N={...$,before:[],after:[]};for(let U of zp(N.name,N.aliases))C[U]=N;y.push(N)}),y.forEach($=>{if($.toMiddleware){let N=C[$.toMiddleware];if(N===void 0){if(m)return;throw new Error(`${$.toMiddleware} is not found when adding ${fl($.name,$.aliases)} middleware ${$.relation} ${$.toMiddleware}`)}$.relation==="after"&&N.after.push($),$.relation==="before"&&N.before.push($)}}),s(h).map(c).reduce(($,N)=>($.push(...N),$),[])},f={add:(m,h={})=>{let{name:y,override:C,aliases:I}=h,$={step:"initialize",priority:"normal",middleware:m,...h},N=zp(y,I);if(N.length>0){if(N.some(U=>n.has(U))){if(!C)throw new Error(`Duplicate middleware name '${fl(y,I)}'`);for(let U of N){let B=t.findIndex(j=>j.name===U||j.aliases?.some(te=>te===U));if(B===-1)continue;let W=t[B];if(W.step!==$.step||$.priority!==W.priority)throw new Error(`"${fl(W.name,W.aliases)}" middleware with ${W.priority} priority in ${W.step} step cannot be overridden by "${fl(y,I)}" middleware with ${$.priority} priority in ${$.step} step.`);t.splice(B,1)}}for(let U of N)n.add(U)}t.push($)},addRelativeTo:(m,h)=>{let{name:y,override:C,aliases:I}=h,$={middleware:m,...h},N=zp(y,I);if(N.length>0){if(N.some(U=>n.has(U))){if(!C)throw new Error(`Duplicate middleware name '${fl(y,I)}'`);for(let U of N){let B=e.findIndex(j=>j.name===U||j.aliases?.some(te=>te===U));if(B===-1)continue;let W=e[B];if(W.toMiddleware!==$.toMiddleware||W.relation!==$.relation)throw new Error(`"${fl(W.name,W.aliases)}" middleware ${W.relation} "${W.toMiddleware}" middleware cannot be overridden by "${fl(y,I)}" middleware ${$.relation} "${$.toMiddleware}" middleware.`);e.splice(B,1)}}for(let U of N)n.add(U)}e.push($)},clone:()=>a(L4()),use:m=>{m.applyToStack(f)},remove:m=>typeof m=="string"?o(m):i(m),removeByTag:m=>{let h=!1,y=C=>{let{tags:I,name:$,aliases:N}=C;if(I&&I.includes(m)){let U=zp($,N);for(let B of U)n.delete(B);return h=!0,!1}return!0};return t=t.filter(y),e=e.filter(y),h},concat:m=>{let h=a(L4());return h.use(m),h.identifyOnResolve(r||h.identifyOnResolve()||(m.identifyOnResolve?.()??!1)),h},applyToStack:a,identify:()=>u(!0).map(m=>{let h=m.step??m.relation+" "+m.toMiddleware;return fl(m.name,m.aliases)+" - "+h}),identifyOnResolve(m){return typeof m=="boolean"&&(r=m),r},resolve:(m,h)=>{for(let y of u().map(C=>C.middleware).reverse())m=y(m,h);return r&&console.log(f.identify()),m}};return f},Aie={initialize:5,serialize:4,build:3,finalizeRequest:2,deserialize:1},Pie={high:3,normal:2,low:1};vie.constructStack=L4});var je=O(Ut=>{"use strict";var Die=U4(),W4=(Ys(),J(kse)),M4=gn(),Wet=(dt(),J(_a)),bie=(_s(),J(Cse)),q4=class{config;middlewareStack=Die.constructStack();initConfig;handlers;constructor(e){this.config=e;let{protocol:r,protocolSettings:n}=e;n&&typeof r=="function"&&(e.protocol=new r(n))}send(e,r,n){let s=typeof r!="function"?r:void 0,o=typeof r=="function"?r:n,i=s===void 0&&this.config.cacheMiddleware===!0,a;if(i){this.handlers||(this.handlers=new WeakMap);let c=this.handlers;c.has(e.constructor)?a=c.get(e.constructor):(a=e.resolveMiddleware(this.middlewareStack,this.config,s),c.set(e.constructor,a))}else delete this.handlers,a=e.resolveMiddleware(this.middlewareStack,this.config,s);if(o)a(e).then(c=>o(null,c.output),c=>o(c)).catch(()=>{});else return a(e).then(c=>c.output)}destroy(){this.config?.requestHandler?.destroy?.(),delete this.handlers}},F4="***SensitiveInformation***";function B4(t,e){if(e==null)return e;let r=Wet.NormalizedSchema.of(t);if(r.getMergedTraits().sensitive)return F4;if(r.isListSchema()){if(!!r.getValueSchema().getMergedTraits().sensitive)return F4}else if(r.isMapSchema()){if(!!r.getKeySchema().getMergedTraits().sensitive||!!r.getValueSchema().getMergedTraits().sensitive)return F4}else if(r.isStructSchema()&&typeof e=="object"){let n=e,s={};for(let[o,i]of r.structIterator())n[o]!=null&&(s[o]=B4(i,n[o]));return s}return e}var CP=class{middlewareStack=Die.constructStack();schema;static classBuilder(){return new G4}resolveMiddlewareWithContext(e,r,n,{middlewareFn:s,clientName:o,commandName:i,inputFilterSensitiveLog:a,outputFilterSensitiveLog:c,smithyContext:u,additionalContext:f,CommandCtor:m}){for(let $ of s.bind(this)(m,e,r,n))this.middlewareStack.use($);let h=e.concat(this.middlewareStack),{logger:y}=r,C={logger:y,clientName:o,commandName:i,inputFilterSensitiveLog:a,outputFilterSensitiveLog:c,[M4.SMITHY_CONTEXT_KEY]:{commandInstance:this,...u},...f},{requestHandler:I}=r;return h.resolve($=>I.handle($.request,n||{}),C)}},G4=class{_init=()=>{};_ep={};_middlewareFn=()=>[];_commandName="";_clientName="";_additionalContext={};_smithyContext={};_inputFilterSensitiveLog=void 0;_outputFilterSensitiveLog=void 0;_serializer=null;_deserializer=null;_operationSchema;init(e){this._init=e}ep(e){return this._ep=e,this}m(e){return this._middlewareFn=e,this}s(e,r,n={}){return this._smithyContext={service:e,operation:r,...n},this}c(e={}){return this._additionalContext=e,this}n(e,r){return this._clientName=e,this._commandName=r,this}f(e=n=>n,r=n=>n){return this._inputFilterSensitiveLog=e,this._outputFilterSensitiveLog=r,this}ser(e){return this._serializer=e,this}de(e){return this._deserializer=e,this}sc(e){return this._operationSchema=e,this._smithyContext.operationSchema=e,this}build(){let e=this,r;return r=class extends CP{input;static getEndpointParameterInstructions(){return e._ep}constructor(...[n]){super(),this.input=n??{},e._init(this),this.schema=e._operationSchema}resolveMiddleware(n,s,o){let i=e._operationSchema,a=i?.[4]??i?.input,c=i?.[5]??i?.output;return this.resolveMiddlewareWithContext(n,s,o,{CommandCtor:r,middlewareFn:e._middlewareFn,clientName:e._clientName,commandName:e._commandName,inputFilterSensitiveLog:e._inputFilterSensitiveLog??(i?B4.bind(null,a):u=>u),outputFilterSensitiveLog:e._outputFilterSensitiveLog??(i?B4.bind(null,c):u=>u),smithyContext:e._smithyContext,additionalContext:e._additionalContext})}serialize=e._serializer;deserialize=e._deserializer}}},zet="***SensitiveInformation***",Ket=(t,e,r)=>{for(let[o,i]of Object.entries(t)){let a=async function(u,f,m){let h=new i(u);if(typeof f=="function")this.send(h,f);else if(typeof m=="function"){if(typeof f!="object")throw new Error(`Expected http options but got ${typeof f}`);this.send(h,f||{},m)}else return this.send(h,f)},c=(o[0].toLowerCase()+o.slice(1)).replace(/Command$/,"");e.prototype[c]=a}let{paginators:n={},waiters:s={}}=r??{};for(let[o,i]of Object.entries(n))e.prototype[o]===void 0&&(e.prototype[o]=function(a={},c,...u){return i({...c,client:this},a,...u)});for(let[o,i]of Object.entries(s))e.prototype[o]===void 0&&(e.prototype[o]=async function(a={},c,...u){let f=c;return typeof c=="number"&&(f={maxWaitTime:c}),i({...f,client:this},a,...u)})},H4=class t extends Error{$fault;$response;$retryable;$metadata;constructor(e){super(e.message),Object.setPrototypeOf(this,Object.getPrototypeOf(this).constructor.prototype),this.name=e.name,this.$fault=e.$fault,this.$metadata=e.$metadata}static isInstance(e){if(!e)return!1;let r=e;return t.prototype.isPrototypeOf(r)||!!r.$fault&&!!r.$metadata&&(r.$fault==="client"||r.$fault==="server")}static[Symbol.hasInstance](e){if(!e)return!1;let r=e;return this===t?t.isInstance(e):t.isInstance(e)?r.name&&this.name?this.prototype.isPrototypeOf(e)||r.name===this.name:this.prototype.isPrototypeOf(e):!1}},xie=(t,e={})=>{Object.entries(e).filter(([,n])=>n!==void 0).forEach(([n,s])=>{(t[n]==null||t[n]==="")&&(t[n]=s)});let r=t.message||t.Message||"UnknownError";return t.message=r,delete t.Message,t},wie=({output:t,parsedBody:e,exceptionCtor:r,errorCode:n})=>{let s=Yet(t),o=s.httpStatusCode?s.httpStatusCode+"":void 0,i=new r({name:e?.code||e?.Code||n||o||"UnknownError",$fault:"client",$metadata:s});throw xie(i,e)},Qet=t=>({output:e,parsedBody:r,errorCode:n})=>{wie({output:e,parsedBody:r,exceptionCtor:t,errorCode:n})},Yet=t=>({httpStatusCode:t.statusCode,requestId:t.headers["x-amzn-requestid"]??t.headers["x-amzn-request-id"]??t.headers["x-amz-request-id"],extendedRequestId:t.headers["x-amz-id-2"],cfId:t.headers["x-amz-cf-id"]}),Jet=t=>{switch(t){case"standard":return{retryMode:"standard",connectionTimeout:3100};case"in-region":return{retryMode:"standard",connectionTimeout:1100};case"cross-region":return{retryMode:"standard",connectionTimeout:3100};case"mobile":return{retryMode:"standard",connectionTimeout:3e4};default:return{}}},Iie=!1,Xet=t=>{t&&!Iie&&parseInt(t.substring(1,t.indexOf(".")))<16&&(Iie=!0)},Zet=t=>{let e=[];for(let r in M4.AlgorithmId){let n=M4.AlgorithmId[r];t[n]!==void 0&&e.push({algorithmId:()=>n,checksumConstructor:()=>t[n]})}return{addChecksumAlgorithm(r){e.push(r)},checksumAlgorithms(){return e}}},ett=t=>{let e={};return t.checksumAlgorithms().forEach(r=>{e[r.algorithmId()]=r.checksumConstructor()}),e},ttt=t=>({setRetryStrategy(e){t.retryStrategy=e},retryStrategy(){return t.retryStrategy}}),rtt=t=>{let e={};return e.retryStrategy=t.retryStrategy(),e},$ie=t=>Object.assign(Zet(t),ttt(t)),ntt=$ie,stt=t=>Object.assign(ett(t),rtt(t)),ott=t=>Array.isArray(t)?t:[t],Oie=t=>{let e="#text";for(let r in t)t.hasOwnProperty(r)&&t[r][e]!==void 0?t[r]=t[r][e]:typeof t[r]=="object"&&t[r]!==null&&(t[r]=Oie(t[r]));return t},itt=t=>t!=null,V4=class{trace(){}debug(){}info(){}warn(){}error(){}};function kie(t,e,r){let n,s,o;if(typeof e>"u"&&typeof r>"u")n={},o=t;else{if(n=t,typeof e=="function")return s=e,o=r,utt(n,s,o);o=e}for(let i of Object.keys(o)){if(!Array.isArray(o[i])){n[i]=o[i];continue}Nie(n,null,o,i)}return n}var att=t=>{let e={};for(let[r,n]of Object.entries(t||{}))e[r]=[,n];return e},ctt=(t,e)=>{let r={};for(let n in e)Nie(r,t,e,n);return r},utt=(t,e,r)=>kie(t,Object.entries(r).reduce((n,[s,o])=>(Array.isArray(o)?n[s]=o:typeof o=="function"?n[s]=[e,o()]:n[s]=[e,o],n),{})),Nie=(t,e,r,n)=>{if(e!==null){let i=r[n];typeof i=="function"&&(i=[,i]);let[a=ltt,c=dtt,u=n]=i;(typeof a=="function"&&a(e[u])||typeof a!="function"&&a)&&(t[n]=c(e[u]));return}let[s,o]=r[n];if(typeof o=="function"){let i,a=s===void 0&&(i=o())!=null,c=typeof s=="function"&&!!s(void 0)||typeof s!="function"&&!!s;a?t[n]=i:c&&(t[n]=o())}else{let i=s===void 0&&o!=null,a=typeof s=="function"&&!!s(o)||typeof s!="function"&&!!s;(i||a)&&(t[n]=o)}},ltt=t=>t!=null,dtt=t=>t,ptt=t=>{if(t!==t)return"NaN";switch(t){case 1/0:return"Infinity";case-1/0:return"-Infinity";default:return t}},mtt=t=>t.toISOString().replace(".000Z","Z"),j4=t=>{if(t==null)return{};if(Array.isArray(t))return t.filter(e=>e!=null).map(j4);if(typeof t=="object"){let e={};for(let r of Object.keys(t))t[r]!=null&&(e[r]=j4(t[r]));return e}return t};Object.defineProperty(Ut,"collectBody",{enumerable:!0,get:function(){return W4.collectBody}});Object.defineProperty(Ut,"extendedEncodeURIComponent",{enumerable:!0,get:function(){return W4.extendedEncodeURIComponent}});Object.defineProperty(Ut,"resolvedPath",{enumerable:!0,get:function(){return W4.resolvedPath}});Ut.Client=q4;Ut.Command=CP;Ut.NoOpLogger=V4;Ut.SENSITIVE_STRING=zet;Ut.ServiceException=H4;Ut._json=j4;Ut.convertMap=att;Ut.createAggregatedClient=Ket;Ut.decorateServiceException=xie;Ut.emitWarningIfUnsupportedVersion=Xet;Ut.getArrayIfSingleItem=ott;Ut.getDefaultClientConfiguration=ntt;Ut.getDefaultExtensionConfiguration=$ie;Ut.getValueFromTextNode=Oie;Ut.isSerializableHeaderValue=itt;Ut.loadConfigsForDefaultMode=Jet;Ut.map=kie;Ut.resolveDefaultRuntimeConfig=stt;Ut.serializeDateTime=mtt;Ut.serializeFloat=ptt;Ut.take=ctt;Ut.throwDefaultError=wie;Ut.withBaseException=Qet;Object.keys(bie).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Ut,t)&&Object.defineProperty(Ut,t,{enumerable:!0,get:function(){return bie[t]}})})});var z4,Vo,Yf=R(()=>{dt();z4=T(je()),Vo=class{queryCompat;constructor(e=!1){this.queryCompat=e}resolveRestContentType(e,r){let n=r.getMemberSchemas(),s=Object.values(n).find(o=>!!o.getMergedTraits().httpPayload);if(s){let o=s.getMergedTraits().mediaType;return o||(s.isStringSchema()?"text/plain":s.isBlobSchema()?"application/octet-stream":e)}else if(!r.isUnitSchema()&&Object.values(n).find(i=>{let{httpQuery:a,httpQueryParams:c,httpHeader:u,httpLabel:f,httpPrefixHeaders:m}=i.getMergedTraits();return!a&&!c&&!u&&!f&&m===void 0}))return e}async getErrorSchemaOrThrowBaseException(e,r,n,s,o,i){let a=r,c=e;e.includes("#")&&([a,c]=e.split("#"));let u={$metadata:o,$fault:n.statusCode<500?"client":"server"},f=It.for(a);try{return{errorSchema:i?.(f,c)??f.getSchema(e),errorMetadata:u}}catch{s.message=s.message??s.Message??"UnknownError";let h=It.for("smithy.ts.sdk.synthetic."+a),y=h.getBaseException();if(y){let C=h.getErrorCtor(y)??Error;throw this.decorateServiceException(Object.assign(new C({name:c}),u),s)}throw this.decorateServiceException(Object.assign(new Error(c),u),s)}}decorateServiceException(e,r={}){if(this.queryCompat){let n=e.Message??r.Message,s=(0,z4.decorateServiceException)(e,r);n&&(s.message=n),s.Error={...s.Error,Type:s.Error.Type,Code:s.Error.Code,Message:s.Error.message??s.Error.Message??n};let o=s.$metadata.requestId;return o&&(s.RequestId=o),s}return(0,z4.decorateServiceException)(e,r)}setQueryCompatError(e,r){let n=r.headers?.["x-amzn-query-error"];if(e!==void 0&&n!=null){let[s,o]=n.split(";"),i=Object.entries(e),a={Code:s,Type:o};Object.assign(e,a);for(let[c,u]of i)a[c==="message"?"Message":c]=u;delete a.__type,e.Error=a}}queryCompatOutput(e,r){e.Error&&(r.Error=e.Error),e.Type&&(r.Type=e.Type),e.Code&&(r.Code=e.Code)}findQueryCompatibleError(e,r){try{return e.getSchema(r)}catch{return e.find(s=>be.of(s).getMergedTraits().awsQueryError?.[0]===r)}}}});var _P,Lie=R(()=>{Tie();dt();Yf();_P=class extends EP{awsQueryCompatible;mixin;constructor({defaultNamespace:e,awsQueryCompatible:r}){super({defaultNamespace:e}),this.awsQueryCompatible=!!r,this.mixin=new Vo(this.awsQueryCompatible)}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n);return this.awsQueryCompatible&&(s.headers["x-amzn-query-mode"]="true"),s}async handleError(e,r,n,s,o){this.awsQueryCompatible&&this.mixin.setQueryCompatError(s,n);let i=(()=>{let C=n.headers["x-amzn-query-error"];return C&&this.awsQueryCompatible?C.split(";")[0]:hP(n,s)??"Unknown"})(),{errorSchema:a,errorMetadata:c}=await this.mixin.getErrorSchemaOrThrowBaseException(i,this.options.defaultNamespace,n,s,o,this.awsQueryCompatible?this.mixin.findQueryCompatibleError:void 0),u=be.of(a),f=s.message??s.Message??"Unknown",m=It.for(a[1]).getErrorCtor(a)??Error,h=new m(f),y={};for(let[C,I]of u.structIterator())s[C]!=null&&(y[C]=this.deserializer.readValue(I,s[C]));throw this.awsQueryCompatible&&this.mixin.queryCompatOutput(s,y),this.mixin.decorateServiceException(Object.assign(h,c,{$fault:u.getMergedTraits().error,message:f},y),s)}}});var Uie,Fie,Mie,qie=R(()=>{Uie=t=>{if(t==null)return t;if(typeof t=="number"||typeof t=="bigint"){let e=new Error(`Received number ${t} where a string was expected.`);return e.name="Warning",console.warn(e),String(t)}if(typeof t=="boolean"){let e=new Error(`Received boolean ${t} where a string was expected.`);return e.name="Warning",console.warn(e),String(t)}return t},Fie=t=>{if(t==null)return t;if(typeof t=="string"){let e=t.toLowerCase();if(t!==""&&e!=="false"&&e!=="true"){let r=new Error(`Received string "${t}" where a boolean was expected.`);r.name="Warning",console.warn(r)}return t!==""&&e!=="false"}return t},Mie=t=>{if(t==null)return t;if(typeof t=="string"){let e=Number(t);if(e.toString()!==t){let r=new Error(`Received string "${t}" where a number was expected.`);return r.name="Warning",console.warn(r),t}return e}return t}});var Vn,gl=R(()=>{Vn=class{serdeContext;setSerdeContext(e){this.serdeContext=e}}});var Jf,K4=R(()=>{Jf=class{from;to;keys;constructor(e,r){this.from=e,this.to=r,this.keys=new Set(Object.keys(this.from).filter(n=>n!=="__type"))}mark(e){this.keys.delete(e)}hasUnknown(){return this.keys.size===1&&Object.keys(this.to).length===0}writeUnknown(){if(this.hasUnknown()){let e=this.keys.values().next().value,r=this.from[e];this.to.$unknown=[e,r]}}}});function Bie(t,e,r){if(r?.source){let n=r.source;if(typeof e=="number"&&(e>Number.MAX_SAFE_INTEGER||e<Number.MIN_SAFE_INTEGER||n!==String(e)))return n.includes(".")?new lr(n,"bigDecimal"):BigInt(n)}return e}var Gie=R(()=>{_s()});var Hie,Vie,RP,Q4=R(()=>{Hie=T(je()),Vie=T(He()),RP=(t,e)=>(0,Hie.collectBody)(t,e).then(r=>(e?.utf8Encoder??Vie.toUtf8)(r))});var jy,jie,Xf,Wy=R(()=>{Q4();jy=(t,e)=>RP(t,e).then(r=>{if(r.length)try{return JSON.parse(r)}catch(n){throw n?.name==="SyntaxError"&&Object.defineProperty(n,"$responseBodyText",{value:r}),n}return{}}),jie=async(t,e)=>{let r=await jy(t,e);return r.message=r.message??r.Message,r},Xf=(t,e)=>{let r=(o,i)=>Object.keys(o).find(a=>a.toLowerCase()===i.toLowerCase()),n=o=>{let i=o;return typeof i=="number"&&(i=i.toString()),i.indexOf(",")>=0&&(i=i.split(",")[0]),i.indexOf(":")>=0&&(i=i.split(":")[0]),i.indexOf("#")>=0&&(i=i.split("#")[1]),i},s=r(t.headers,"x-amzn-errortype");if(s!==void 0)return n(t.headers[s]);if(e&&typeof e=="object"){let o=r(e,"code");if(o&&e[o]!==void 0)return n(e[o]);if(e.__type!==void 0)return n(e.__type)}}});var Wie,Zf,Y4=R(()=>{Ys();dt();_s();Wie=T(De());gl();K4();Gie();Wy();Zf=class extends Vn{settings;constructor(e){super(),this.settings=e}async read(e,r){return this._read(e,typeof r=="string"?JSON.parse(r,Bie):await jy(r,this.serdeContext))}readObject(e,r){return this._read(e,r)}_read(e,r){let n=r!==null&&typeof r=="object",s=be.of(e);if(n){if(s.isStructSchema()){let i=r,a=s.isUnionSchema(),c={},u,{jsonName:f}=this.settings;f&&(u={});let m;a&&(m=new Jf(i,c));for(let[h,y]of s.structIterator()){let C=h;f&&(C=y.getMergedTraits().jsonName??C,u[C]=h),a&&m.mark(C),i[C]!=null&&(c[h]=this._read(y,i[C]))}if(a)m.writeUnknown();else if(typeof i.__type=="string")for(let[h,y]of Object.entries(i)){let C=f?u[h]??h:h;C in c||(c[C]=y)}return c}if(Array.isArray(r)&&s.isListSchema()){let i=s.getValueSchema(),a=[],c=!!s.getMergedTraits().sparse;for(let u of r)(c||u!=null)&&a.push(this._read(i,u));return a}if(s.isMapSchema()){let i=s.getValueSchema(),a={},c=!!s.getMergedTraits().sparse;for(let[u,f]of Object.entries(r))(c||f!=null)&&(a[u]=this._read(i,f));return a}}if(s.isBlobSchema()&&typeof r=="string")return(0,Wie.fromBase64)(r);let o=s.getMergedTraits().mediaType;if(s.isStringSchema()&&typeof r=="string"&&o)return o==="application/json"||o.endsWith("+json")?Cs.from(r):r;if(s.isTimestampSchema()&&r!=null)switch(ho(s,this.settings)){case 5:return hH(r);case 6:return SH(r);case 7:return yH(r);default:return console.warn("Missing timestamp format, parsing value with Date constructor:",r),new Date(r)}if(s.isBigIntegerSchema()&&(typeof r=="number"||typeof r=="string"))return BigInt(r);if(s.isBigDecimalSchema()&&r!=null){if(r instanceof lr)return r;let i=r;return i.type==="bigDecimal"&&"string"in i?new lr(i.string,i.type):new lr(String(r),"bigDecimal")}if(s.isNumericSchema()&&typeof r=="string"){switch(r){case"Infinity":return 1/0;case"-Infinity":return-1/0;case"NaN":return NaN}return r}if(s.isDocumentSchema())if(n){let i=Array.isArray(r)?[]:{};for(let[a,c]of Object.entries(r))c instanceof lr?i[a]=c:i[a]=this._read(s,c);return i}else return structuredClone(r);return r}}});var zie,TP,Kie=R(()=>{_s();zie="\u039D",TP=class{values=new Map;counter=0;stage=0;createReplacer(){if(this.stage===1)throw new Error("@aws-sdk/core/protocols - JsonReplacer already created.");if(this.stage===2)throw new Error("@aws-sdk/core/protocols - JsonReplacer exhausted.");return this.stage=1,(e,r)=>{if(r instanceof lr){let n=`${zie+"nv"+this.counter++}_`+r.string;return this.values.set(`"${n}"`,r.string),n}if(typeof r=="bigint"){let n=r.toString(),s=`${zie+"b"+this.counter++}_`+n;return this.values.set(`"${s}"`,n),s}return r}}replaceInJson(e){if(this.stage===0)throw new Error("@aws-sdk/core/protocols - JsonReplacer not created yet.");if(this.stage===2)throw new Error("@aws-sdk/core/protocols - JsonReplacer exhausted.");if(this.stage=2,this.counter===0)return e;for(let[r,n]of this.values)e=e.replace(r,n);return e}}});var J4,eg,X4=R(()=>{Ys();dt();_s();J4=T(De());gl();Kie();eg=class extends Vn{settings;buffer;useReplacer=!1;rootSchema;constructor(e){super(),this.settings=e}write(e,r){this.rootSchema=be.of(e),this.buffer=this._write(this.rootSchema,r)}writeDiscriminatedDocument(e,r){this.write(e,r),typeof this.buffer=="object"&&(this.buffer.__type=be.of(e).getName(!0))}flush(){let{rootSchema:e,useReplacer:r}=this;if(this.rootSchema=void 0,this.useReplacer=!1,e?.isStructSchema()||e?.isDocumentSchema()){if(!r)return JSON.stringify(this.buffer);let n=new TP;return n.replaceInJson(JSON.stringify(this.buffer,n.createReplacer(),0))}return this.buffer}_write(e,r,n){let s=r!==null&&typeof r=="object",o=be.of(e);if(s){if(o.isStructSchema()){let i=r,a={},{jsonName:c}=this.settings,u;c&&(u={});for(let[f,m]of o.structIterator()){let h=this._write(m,i[f],o);if(h!==void 0){let y=f;c&&(y=m.getMergedTraits().jsonName??f,u[f]=y),a[y]=h}}if(o.isUnionSchema()&&Object.keys(a).length===0){let{$unknown:f}=i;if(Array.isArray(f)){let[m,h]=f;a[m]=this._write(15,h)}}else if(typeof i.__type=="string")for(let[f,m]of Object.entries(i)){let h=c?u[f]??f:f;h in a||(a[h]=this._write(15,m))}return a}if(Array.isArray(r)&&o.isListSchema()){let i=o.getValueSchema(),a=[],c=!!o.getMergedTraits().sparse;for(let u of r)(c||u!=null)&&a.push(this._write(i,u));return a}if(o.isMapSchema()){let i=o.getValueSchema(),a={},c=!!o.getMergedTraits().sparse;for(let[u,f]of Object.entries(r))(c||f!=null)&&(a[u]=this._write(i,f));return a}if(r instanceof Uint8Array&&(o.isBlobSchema()||o.isDocumentSchema()))return o===this.rootSchema?r:(this.serdeContext?.base64Encoder??J4.toBase64)(r);if(r instanceof Date&&(o.isTimestampSchema()||o.isDocumentSchema()))switch(ho(o,this.settings)){case 5:return r.toISOString().replace(".000Z","Z");case 6:return Ny(r);case 7:return r.getTime()/1e3;default:return console.warn("Missing timestamp format, using epoch seconds",r),r.getTime()/1e3}r instanceof lr&&(this.useReplacer=!0)}if(!(r===null&&n?.isStructSchema())){if(o.isStringSchema()){if(typeof r>"u"&&o.isIdempotencyToken())return(0,Go.v4)();let i=o.getMergedTraits().mediaType;return r!=null&&i&&(i==="application/json"||i.endsWith("+json"))?Cs.from(r):r}if(typeof r=="number"&&o.isNumericSchema())return Math.abs(r)===1/0||isNaN(r)?String(r):r;if(typeof r=="string"&&o.isBlobSchema())return o===this.rootSchema?r:(this.serdeContext?.base64Encoder??J4.toBase64)(r);if(typeof r=="bigint"&&(this.useReplacer=!0),o.isDocumentSchema())if(s){let i=Array.isArray(r)?[]:{};for(let[a,c]of Object.entries(r))c instanceof lr?(this.useReplacer=!0,i[a]=c):i[a]=this._write(o,c);return i}else return structuredClone(r);return r}}}});var hl,AP=R(()=>{gl();Y4();X4();hl=class extends Vn{settings;constructor(e){super(),this.settings=e}createSerializer(){let e=new eg(this.settings);return e.setSerdeContext(this.serdeContext),e}createDeserializer(){let e=new Zf(this.settings);return e.setSerdeContext(this.serdeContext),e}}});var Sl,PP=R(()=>{Ys();dt();Yf();AP();Wy();Sl=class extends wc{serializer;deserializer;serviceTarget;codec;mixin;awsQueryCompatible;constructor({defaultNamespace:e,serviceTarget:r,awsQueryCompatible:n,jsonCodec:s}){super({defaultNamespace:e}),this.serviceTarget=r,this.codec=s??new hl({timestampFormat:{useTrait:!0,default:7},jsonName:!1}),this.serializer=this.codec.createSerializer(),this.deserializer=this.codec.createDeserializer(),this.awsQueryCompatible=!!n,this.mixin=new Vo(this.awsQueryCompatible)}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n);return s.path.endsWith("/")||(s.path+="/"),Object.assign(s.headers,{"content-type":`application/x-amz-json-${this.getJsonRpcVersion()}`,"x-amz-target":`${this.serviceTarget}.${e.name}`}),this.awsQueryCompatible&&(s.headers["x-amzn-query-mode"]="true"),(ki(e.input)==="unit"||!s.body)&&(s.body="{}"),s}getPayloadCodec(){return this.codec}async handleError(e,r,n,s,o){this.awsQueryCompatible&&this.mixin.setQueryCompatError(s,n);let i=Xf(n,s)??"Unknown",{errorSchema:a,errorMetadata:c}=await this.mixin.getErrorSchemaOrThrowBaseException(i,this.options.defaultNamespace,n,s,o,this.awsQueryCompatible?this.mixin.findQueryCompatibleError:void 0),u=be.of(a),f=s.message??s.Message??"Unknown",m=It.for(a[1]).getErrorCtor(a)??Error,h=new m(f),y={};for(let[C,I]of u.structIterator())s[C]!=null&&(y[C]=this.codec.createDeserializer().readObject(I,s[C]));throw this.awsQueryCompatible&&this.mixin.queryCompatOutput(s,y),this.mixin.decorateServiceException(Object.assign(h,c,{$fault:u.getMergedTraits().error,message:f},y),s)}}});var vP,Qie=R(()=>{PP();vP=class extends Sl{constructor({defaultNamespace:e,serviceTarget:r,awsQueryCompatible:n,jsonCodec:s}){super({defaultNamespace:e,serviceTarget:r,awsQueryCompatible:n,jsonCodec:s})}getShapeId(){return"aws.protocols#awsJson1_0"}getJsonRpcVersion(){return"1.0"}getDefaultContentType(){return"application/x-amz-json-1.0"}}});var bP,Yie=R(()=>{PP();bP=class extends Sl{constructor({defaultNamespace:e,serviceTarget:r,awsQueryCompatible:n,jsonCodec:s}){super({defaultNamespace:e,serviceTarget:r,awsQueryCompatible:n,jsonCodec:s})}getShapeId(){return"aws.protocols#awsJson1_1"}getJsonRpcVersion(){return"1.1"}getDefaultContentType(){return"application/x-amz-json-1.1"}}});var yl,Jie=R(()=>{Ys();dt();Yf();AP();Wy();yl=class extends qp{serializer;deserializer;codec;mixin=new Vo;constructor({defaultNamespace:e}){super({defaultNamespace:e});let r={timestampFormat:{useTrait:!0,default:7},httpBindings:!0,jsonName:!0};this.codec=new hl(r),this.serializer=new Hp(this.codec.createSerializer(),r),this.deserializer=new Gp(this.codec.createDeserializer(),r)}getShapeId(){return"aws.protocols#restJson1"}getPayloadCodec(){return this.codec}setSerdeContext(e){this.codec.setSerdeContext(e),super.setSerdeContext(e)}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n),o=be.of(e.input);if(!s.headers["content-type"]){let i=this.mixin.resolveRestContentType(this.getDefaultContentType(),o);i&&(s.headers["content-type"]=i)}return s.body==null&&s.headers["content-type"]===this.getDefaultContentType()&&(s.body="{}"),s}async deserializeResponse(e,r,n){let s=await super.deserializeResponse(e,r,n),o=be.of(e.output);for(let[i,a]of o.structIterator())a.getMemberTraits().httpPayload&&!(i in s)&&(s[i]=null);return s}async handleError(e,r,n,s,o){let i=Xf(n,s)??"Unknown",{errorSchema:a,errorMetadata:c}=await this.mixin.getErrorSchemaOrThrowBaseException(i,this.options.defaultNamespace,n,s,o),u=be.of(a),f=s.message??s.Message??"Unknown",m=It.for(a[1]).getErrorCtor(a)??Error,h=new m(f);await this.deserializeHttpMessage(a,r,n,s);let y={};for(let[C,I]of u.structIterator()){let $=I.getMergedTraits().jsonName??C;y[C]=this.codec.createDeserializer().readObject(I,s[$])}throw this.mixin.decorateServiceException(Object.assign(h,c,{$fault:u.getMergedTraits().error,message:f},y),s)}getDefaultContentType(){return"application/json"}}});var Xie,Zie,eae=R(()=>{Xie=T(je()),Zie=t=>{if(t!=null)return typeof t=="object"&&"__type"in t&&delete t.__type,(0,Xie.expectUnion)(t)}});var rae=O((Cqr,tae)=>{(()=>{"use strict";var t={d:(x,g)=>{for(var S in g)t.o(g,S)&&!t.o(x,S)&&Object.defineProperty(x,S,{enumerable:!0,get:g[S]})},o:(x,g)=>Object.prototype.hasOwnProperty.call(x,g),r:x=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(x,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(x,"__esModule",{value:!0})}},e={};t.r(e),t.d(e,{XMLBuilder:()=>ha,XMLParser:()=>VG,XMLValidator:()=>KG});let r=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n=new RegExp("^["+r+"]["+r+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$");function s(x,g){let S=[],b=g.exec(x);for(;b;){let D=[];D.startIndex=g.lastIndex-b[0].length;let w=b.length;for(let k=0;k<w;k++)D.push(b[k]);S.push(D),b=g.exec(x)}return S}let o=function(x){return n.exec(x)!=null},i={allowBooleanAttributes:!1,unpairedTags:[]};function a(x,g){g=Object.assign({},i,g);let S=[],b=!1,D=!1;x[0]==="\uFEFF"&&(x=x.substr(1));for(let w=0;w<x.length;w++)if(x[w]==="<"&&x[w+1]==="?"){if(w+=2,w=u(x,w),w.err)return w}else{if(x[w]!=="<"){if(c(x[w]))continue;return N("InvalidChar","char '"+x[w]+"' is not expected.",B(x,w))}{let k=w;if(w++,x[w]==="!"){w=f(x,w);continue}{let F=!1;x[w]==="/"&&(F=!0,w++);let L="";for(;w<x.length&&x[w]!==">"&&x[w]!==" "&&x[w]!==" "&&x[w]!==`
|
|
63
|
+
`&&x[w]!=="\r";w++)L+=x[w];if(L=L.trim(),L[L.length-1]==="/"&&(L=L.substring(0,L.length-1),w--),!o(L)){let ae;return ae=L.trim().length===0?"Invalid space after '<'.":"Tag '"+L+"' is an invalid name.",N("InvalidTag",ae,B(x,w))}let H=y(x,w);if(H===!1)return N("InvalidAttr","Attributes for '"+L+"' have open quote.",B(x,w));let z=H.value;if(w=H.index,z[z.length-1]==="/"){let ae=w-z.length;z=z.substring(0,z.length-1);let me=I(z,g);if(me!==!0)return N(me.err.code,me.err.msg,B(x,ae+me.err.line));b=!0}else if(F){if(!H.tagClosed)return N("InvalidTag","Closing tag '"+L+"' doesn't have proper closing.",B(x,w));if(z.trim().length>0)return N("InvalidTag","Closing tag '"+L+"' can't have attributes or invalid starting.",B(x,k));if(S.length===0)return N("InvalidTag","Closing tag '"+L+"' has not been opened.",B(x,k));{let ae=S.pop();if(L!==ae.tagName){let me=B(x,ae.tagStartPos);return N("InvalidTag","Expected closing tag '"+ae.tagName+"' (opened in line "+me.line+", col "+me.col+") instead of closing tag '"+L+"'.",B(x,k))}S.length==0&&(D=!0)}}else{let ae=I(z,g);if(ae!==!0)return N(ae.err.code,ae.err.msg,B(x,w-z.length+ae.err.line));if(D===!0)return N("InvalidXml","Multiple possible root nodes found.",B(x,w));g.unpairedTags.indexOf(L)!==-1||S.push({tagName:L,tagStartPos:k}),b=!0}for(w++;w<x.length;w++)if(x[w]==="<"){if(x[w+1]==="!"){w++,w=f(x,w);continue}if(x[w+1]!=="?")break;if(w=u(x,++w),w.err)return w}else if(x[w]==="&"){let ae=$(x,w);if(ae==-1)return N("InvalidChar","char '&' is not expected.",B(x,w));w=ae}else if(D===!0&&!c(x[w]))return N("InvalidXml","Extra text at the end",B(x,w));x[w]==="<"&&w--}}}return b?S.length==1?N("InvalidTag","Unclosed tag '"+S[0].tagName+"'.",B(x,S[0].tagStartPos)):!(S.length>0)||N("InvalidXml","Invalid '"+JSON.stringify(S.map((w=>w.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):N("InvalidXml","Start tag expected.",1)}function c(x){return x===" "||x===" "||x===`
|
|
64
|
+
`||x==="\r"}function u(x,g){let S=g;for(;g<x.length;g++)if(!(x[g]!="?"&&x[g]!=" ")){let b=x.substr(S,g-S);if(g>5&&b==="xml")return N("InvalidXml","XML declaration allowed only at the start of the document.",B(x,g));if(x[g]=="?"&&x[g+1]==">"){g++;break}}return g}function f(x,g){if(x.length>g+5&&x[g+1]==="-"&&x[g+2]==="-"){for(g+=3;g<x.length;g++)if(x[g]==="-"&&x[g+1]==="-"&&x[g+2]===">"){g+=2;break}}else if(x.length>g+8&&x[g+1]==="D"&&x[g+2]==="O"&&x[g+3]==="C"&&x[g+4]==="T"&&x[g+5]==="Y"&&x[g+6]==="P"&&x[g+7]==="E"){let S=1;for(g+=8;g<x.length;g++)if(x[g]==="<")S++;else if(x[g]===">"&&(S--,S===0))break}else if(x.length>g+9&&x[g+1]==="["&&x[g+2]==="C"&&x[g+3]==="D"&&x[g+4]==="A"&&x[g+5]==="T"&&x[g+6]==="A"&&x[g+7]==="["){for(g+=8;g<x.length;g++)if(x[g]==="]"&&x[g+1]==="]"&&x[g+2]===">"){g+=2;break}}return g}let m='"',h="'";function y(x,g){let S="",b="",D=!1;for(;g<x.length;g++){if(x[g]===m||x[g]===h)b===""?b=x[g]:b!==x[g]||(b="");else if(x[g]===">"&&b===""){D=!0;break}S+=x[g]}return b===""&&{value:S,index:g,tagClosed:D}}let C=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function I(x,g){let S=s(x,C),b={};for(let D=0;D<S.length;D++){if(S[D][1].length===0)return N("InvalidAttr","Attribute '"+S[D][2]+"' has no space in starting.",W(S[D]));if(S[D][3]!==void 0&&S[D][4]===void 0)return N("InvalidAttr","Attribute '"+S[D][2]+"' is without value.",W(S[D]));if(S[D][3]===void 0&&!g.allowBooleanAttributes)return N("InvalidAttr","boolean attribute '"+S[D][2]+"' is not allowed.",W(S[D]));let w=S[D][2];if(!U(w))return N("InvalidAttr","Attribute '"+w+"' is an invalid name.",W(S[D]));if(b.hasOwnProperty(w))return N("InvalidAttr","Attribute '"+w+"' is repeated.",W(S[D]));b[w]=1}return!0}function $(x,g){if(x[++g]===";")return-1;if(x[g]==="#")return(function(b,D){let w=/\d/;for(b[D]==="x"&&(D++,w=/[\da-fA-F]/);D<b.length;D++){if(b[D]===";")return D;if(!b[D].match(w))break}return-1})(x,++g);let S=0;for(;g<x.length;g++,S++)if(!(x[g].match(/\w/)&&S<20)){if(x[g]===";")break;return-1}return g}function N(x,g,S){return{err:{code:x,msg:g,line:S.line||S,col:S.col}}}function U(x){return o(x)}function B(x,g){let S=x.substring(0,g).split(/\r?\n/);return{line:S.length,col:S[S.length-1].length+1}}function W(x){return x.startIndex+x[1].length}let j={preserveOrder:!1,attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,removeNSPrefix:!1,allowBooleanAttributes:!1,parseTagValue:!0,parseAttributeValue:!1,trimValues:!0,cdataPropName:!1,numberParseOptions:{hex:!0,leadingZeros:!0,eNotation:!0},tagValueProcessor:function(x,g){return g},attributeValueProcessor:function(x,g){return g},stopNodes:[],alwaysCreateTextNode:!1,isArray:()=>!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(x,g,S){return x},captureMetaData:!1};function te(x){return typeof x=="boolean"?{enabled:x,maxEntitySize:1e4,maxExpansionDepth:10,maxTotalExpansions:1e3,maxExpandedLength:1e5,allowedTags:null,tagFilter:null}:typeof x=="object"&&x!==null?{enabled:x.enabled!==!1,maxEntitySize:x.maxEntitySize??1e4,maxExpansionDepth:x.maxExpansionDepth??10,maxTotalExpansions:x.maxTotalExpansions??1e3,maxExpandedLength:x.maxExpandedLength??1e5,allowedTags:x.allowedTags??null,tagFilter:x.tagFilter??null}:te(!0)}let Ce=function(x){let g=Object.assign({},j,x);return g.processEntities=te(g.processEntities),g},V;V=typeof Symbol!="function"?"@@xmlMetadata":Symbol("XML Node Metadata");class Y{constructor(g){this.tagname=g,this.child=[],this[":@"]={}}add(g,S){g==="__proto__"&&(g="#__proto__"),this.child.push({[g]:S})}addChild(g,S){g.tagname==="__proto__"&&(g.tagname="#__proto__"),g[":@"]&&Object.keys(g[":@"]).length>0?this.child.push({[g.tagname]:g.child,":@":g[":@"]}):this.child.push({[g.tagname]:g.child}),S!==void 0&&(this.child[this.child.length-1][V]={startIndex:S})}static getMetaDataSymbol(){return V}}class ne{constructor(g){this.suppressValidationErr=!g,this.options=g}readDocType(g,S){let b={};if(g[S+3]!=="O"||g[S+4]!=="C"||g[S+5]!=="T"||g[S+6]!=="Y"||g[S+7]!=="P"||g[S+8]!=="E")throw new Error("Invalid Tag instead of DOCTYPE");{S+=9;let D=1,w=!1,k=!1,F="";for(;S<g.length;S++)if(g[S]!=="<"||k)if(g[S]===">"){if(k?g[S-1]==="-"&&g[S-2]==="-"&&(k=!1,D--):D--,D===0)break}else g[S]==="["?w=!0:F+=g[S];else{if(w&&Je(g,"!ENTITY",S)){let L,H;if(S+=7,[L,H,S]=this.readEntityExp(g,S+1,this.suppressValidationErr),H.indexOf("&")===-1){let z=L.replace(/[.\-+*:]/g,"\\.");b[L]={regx:RegExp(`&${z};`,"g"),val:H}}}else if(w&&Je(g,"!ELEMENT",S)){S+=8;let{index:L}=this.readElementExp(g,S+1);S=L}else if(w&&Je(g,"!ATTLIST",S))S+=8;else if(w&&Je(g,"!NOTATION",S)){S+=9;let{index:L}=this.readNotationExp(g,S+1,this.suppressValidationErr);S=L}else{if(!Je(g,"!--",S))throw new Error("Invalid DOCTYPE");k=!0}D++,F=""}if(D!==0)throw new Error("Unclosed DOCTYPE")}return{entities:b,i:S}}readEntityExp(g,S){S=ge(g,S);let b="";for(;S<g.length&&!/\s/.test(g[S])&&g[S]!=='"'&&g[S]!=="'";)b+=g[S],S++;if(Op(b),S=ge(g,S),!this.suppressValidationErr){if(g.substring(S,S+6).toUpperCase()==="SYSTEM")throw new Error("External entities are not supported");if(g[S]==="%")throw new Error("Parameter entities are not supported")}let D="";if([S,D]=this.readIdentifierVal(g,S,"entity"),this.options.enabled!==!1&&this.options.maxEntitySize&&D.length>this.options.maxEntitySize)throw new Error(`Entity "${b}" size (${D.length}) exceeds maximum allowed size (${this.options.maxEntitySize})`);return[b,D,--S]}readNotationExp(g,S){S=ge(g,S);let b="";for(;S<g.length&&!/\s/.test(g[S]);)b+=g[S],S++;!this.suppressValidationErr&&Op(b),S=ge(g,S);let D=g.substring(S,S+6).toUpperCase();if(!this.suppressValidationErr&&D!=="SYSTEM"&&D!=="PUBLIC")throw new Error(`Expected SYSTEM or PUBLIC, found "${D}"`);S+=D.length,S=ge(g,S);let w=null,k=null;if(D==="PUBLIC")[S,w]=this.readIdentifierVal(g,S,"publicIdentifier"),g[S=ge(g,S)]!=='"'&&g[S]!=="'"||([S,k]=this.readIdentifierVal(g,S,"systemIdentifier"));else if(D==="SYSTEM"&&([S,k]=this.readIdentifierVal(g,S,"systemIdentifier"),!this.suppressValidationErr&&!k))throw new Error("Missing mandatory system identifier for SYSTEM notation");return{notationName:b,publicIdentifier:w,systemIdentifier:k,index:--S}}readIdentifierVal(g,S,b){let D="",w=g[S];if(w!=='"'&&w!=="'")throw new Error(`Expected quoted string, found "${w}"`);for(S++;S<g.length&&g[S]!==w;)D+=g[S],S++;if(g[S]!==w)throw new Error(`Unterminated ${b} value`);return[++S,D]}readElementExp(g,S){S=ge(g,S);let b="";for(;S<g.length&&!/\s/.test(g[S]);)b+=g[S],S++;if(!this.suppressValidationErr&&!o(b))throw new Error(`Invalid element name: "${b}"`);let D="";if(g[S=ge(g,S)]==="E"&&Je(g,"MPTY",S))S+=4;else if(g[S]==="A"&&Je(g,"NY",S))S+=2;else if(g[S]==="("){for(S++;S<g.length&&g[S]!==")";)D+=g[S],S++;if(g[S]!==")")throw new Error("Unterminated content model")}else if(!this.suppressValidationErr)throw new Error(`Invalid Element Expression, found "${g[S]}"`);return{elementName:b,contentModel:D.trim(),index:S}}readAttlistExp(g,S){S=ge(g,S);let b="";for(;S<g.length&&!/\s/.test(g[S]);)b+=g[S],S++;Op(b),S=ge(g,S);let D="";for(;S<g.length&&!/\s/.test(g[S]);)D+=g[S],S++;if(!Op(D))throw new Error(`Invalid attribute name: "${D}"`);S=ge(g,S);let w="";if(g.substring(S,S+8).toUpperCase()==="NOTATION"){if(w="NOTATION",g[S=ge(g,S+=8)]!=="(")throw new Error(`Expected '(', found "${g[S]}"`);S++;let F=[];for(;S<g.length&&g[S]!==")";){let L="";for(;S<g.length&&g[S]!=="|"&&g[S]!==")";)L+=g[S],S++;if(L=L.trim(),!Op(L))throw new Error(`Invalid notation name: "${L}"`);F.push(L),g[S]==="|"&&(S++,S=ge(g,S))}if(g[S]!==")")throw new Error("Unterminated list of notations");S++,w+=" ("+F.join("|")+")"}else{for(;S<g.length&&!/\s/.test(g[S]);)w+=g[S],S++;let F=["CDATA","ID","IDREF","IDREFS","ENTITY","ENTITIES","NMTOKEN","NMTOKENS"];if(!this.suppressValidationErr&&!F.includes(w.toUpperCase()))throw new Error(`Invalid attribute type: "${w}"`)}S=ge(g,S);let k="";return g.substring(S,S+8).toUpperCase()==="#REQUIRED"?(k="#REQUIRED",S+=8):g.substring(S,S+7).toUpperCase()==="#IMPLIED"?(k="#IMPLIED",S+=7):[S,k]=this.readIdentifierVal(g,S,"ATTLIST"),{elementName:b,attributeName:D,attributeType:w,defaultValue:k,index:S}}}let ge=(x,g)=>{for(;g<x.length&&/\s/.test(x[g]);)g++;return g};function Je(x,g,S){for(let b=0;b<g.length;b++)if(g[b]!==x[S+b+1])return!1;return!0}function Op(x){if(o(x))return x;throw new Error(`Invalid entity name ${x}`)}let Tc=/^[-+]?0x[a-fA-F0-9]+$/,gy=/^([\-\+])?(0*)([0-9]*(\.[0-9]*)?)$/,xG={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0},wG=/^([-+])?(0*)(\d*(\.\d*)?[eE][-\+]?\d+)$/;function KT(x){return typeof x=="function"?x:Array.isArray(x)?g=>{for(let S of x)if(typeof S=="string"&&g===S||S instanceof RegExp&&S.test(g))return!0}:()=>!1}class $G{constructor(g){if(this.options=g,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"\xA2"},pound:{regex:/&(pound|#163);/g,val:"\xA3"},yen:{regex:/&(yen|#165);/g,val:"\xA5"},euro:{regex:/&(euro|#8364);/g,val:"\u20AC"},copyright:{regex:/&(copy|#169);/g,val:"\xA9"},reg:{regex:/&(reg|#174);/g,val:"\xAE"},inr:{regex:/&(inr|#8377);/g,val:"\u20B9"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(S,b)=>YT(b,10,"&#")},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(S,b)=>YT(b,16,"&#x")}},this.addExternalEntities=QT,this.parseXml=UG,this.parseTextData=OG,this.resolveNameSpace=kG,this.buildAttributesMap=LG,this.isItStopNode=BG,this.replaceEntitiesValue=MG,this.readStopNodeData=Pc,this.saveTextToParentTag=qG,this.addChild=FG,this.ignoreAttributesFn=KT(this.options.ignoreAttributes),this.entityExpansionCount=0,this.currentExpandedLength=0,this.options.stopNodes&&this.options.stopNodes.length>0){this.stopNodesExact=new Set,this.stopNodesWildcard=new Set;for(let S=0;S<this.options.stopNodes.length;S++){let b=this.options.stopNodes[S];typeof b=="string"&&(b.startsWith("*.")?this.stopNodesWildcard.add(b.substring(2)):this.stopNodesExact.add(b))}}}}function QT(x){let g=Object.keys(x);for(let S=0;S<g.length;S++){let b=g[S],D=b.replace(/[.\-+*:]/g,"\\.");this.lastEntities[b]={regex:new RegExp("&"+D+";","g"),val:x[b]}}}function OG(x,g,S,b,D,w,k){if(x!==void 0&&(this.options.trimValues&&!b&&(x=x.trim()),x.length>0)){k||(x=this.replaceEntitiesValue(x,g,S));let F=this.options.tagValueProcessor(g,x,S,D,w);return F==null?x:typeof F!=typeof x||F!==x?F:this.options.trimValues||x.trim()===x?Of(x,this.options.parseTagValue,this.options.numberParseOptions):x}}function kG(x){if(this.options.removeNSPrefix){let g=x.split(":"),S=x.charAt(0)==="/"?"/":"";if(g[0]==="xmlns")return"";g.length===2&&(x=S+g[1])}return x}let NG=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function LG(x,g,S){if(this.options.ignoreAttributes!==!0&&typeof x=="string"){let b=s(x,NG),D=b.length,w={};for(let k=0;k<D;k++){let F=this.resolveNameSpace(b[k][1]);if(this.ignoreAttributesFn(F,g))continue;let L=b[k][4],H=this.options.attributeNamePrefix+F;if(F.length)if(this.options.transformAttributeName&&(H=this.options.transformAttributeName(H)),H==="__proto__"&&(H="#__proto__"),L!==void 0){this.options.trimValues&&(L=L.trim()),L=this.replaceEntitiesValue(L,S,g);let z=this.options.attributeValueProcessor(F,L,g);w[H]=z==null?L:typeof z!=typeof L||z!==L?z:Of(L,this.options.parseAttributeValue,this.options.numberParseOptions)}else this.options.allowBooleanAttributes&&(w[H]=!0)}if(!Object.keys(w).length)return;if(this.options.attributesGroupName){let k={};return k[this.options.attributesGroupName]=w,k}return w}}let UG=function(x){x=x.replace(/\r\n?/g,`
|
|
65
|
+
`);let g=new Y("!xml"),S=g,b="",D="";this.entityExpansionCount=0,this.currentExpandedLength=0;let w=new ne(this.options.processEntities);for(let k=0;k<x.length;k++)if(x[k]==="<")if(x[k+1]==="/"){let F=Ac(x,">",k,"Closing Tag is not closed."),L=x.substring(k+2,F).trim();if(this.options.removeNSPrefix){let ae=L.indexOf(":");ae!==-1&&(L=L.substr(ae+1))}this.options.transformTagName&&(L=this.options.transformTagName(L)),S&&(b=this.saveTextToParentTag(b,S,D));let H=D.substring(D.lastIndexOf(".")+1);if(L&&this.options.unpairedTags.indexOf(L)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: </${L}>`);let z=0;H&&this.options.unpairedTags.indexOf(H)!==-1?(z=D.lastIndexOf(".",D.lastIndexOf(".")-1),this.tagsNodeStack.pop()):z=D.lastIndexOf("."),D=D.substring(0,z),S=this.tagsNodeStack.pop(),b="",k=F}else if(x[k+1]==="?"){let F=hy(x,k,!1,"?>");if(!F)throw new Error("Pi Tag is not closed.");if(b=this.saveTextToParentTag(b,S,D),!(this.options.ignoreDeclaration&&F.tagName==="?xml"||this.options.ignorePiTags)){let L=new Y(F.tagName);L.add(this.options.textNodeName,""),F.tagName!==F.tagExp&&F.attrExpPresent&&(L[":@"]=this.buildAttributesMap(F.tagExp,D,F.tagName)),this.addChild(S,L,D,k)}k=F.closeIndex+1}else if(x.substr(k+1,3)==="!--"){let F=Ac(x,"-->",k+4,"Comment is not closed.");if(this.options.commentPropName){let L=x.substring(k+4,F-2);b=this.saveTextToParentTag(b,S,D),S.add(this.options.commentPropName,[{[this.options.textNodeName]:L}])}k=F}else if(x.substr(k+1,2)==="!D"){let F=w.readDocType(x,k);this.docTypeEntities=F.entities,k=F.i}else if(x.substr(k+1,2)==="!["){let F=Ac(x,"]]>",k,"CDATA is not closed.")-2,L=x.substring(k+9,F);b=this.saveTextToParentTag(b,S,D);let H=this.parseTextData(L,S.tagname,D,!0,!1,!0,!0);H==null&&(H=""),this.options.cdataPropName?S.add(this.options.cdataPropName,[{[this.options.textNodeName]:L}]):S.add(this.options.textNodeName,H),k=F+2}else{let F=hy(x,k,this.options.removeNSPrefix),L=F.tagName,H=F.rawTagName,z=F.tagExp,ae=F.attrExpPresent,me=F.closeIndex;if(this.options.transformTagName){let Se=this.options.transformTagName(L);z===L&&(z=Se),L=Se}S&&b&&S.tagname!=="!xml"&&(b=this.saveTextToParentTag(b,S,D,!1));let Re=S;Re&&this.options.unpairedTags.indexOf(Re.tagname)!==-1&&(S=this.tagsNodeStack.pop(),D=D.substring(0,D.lastIndexOf("."))),L!==g.tagname&&(D+=D?"."+L:L);let Me=k;if(this.isItStopNode(this.stopNodesExact,this.stopNodesWildcard,D,L)){let Se="";if(z.length>0&&z.lastIndexOf("/")===z.length-1)L[L.length-1]==="/"?(L=L.substr(0,L.length-1),D=D.substr(0,D.length-1),z=L):z=z.substr(0,z.length-1),k=F.closeIndex;else if(this.options.unpairedTags.indexOf(L)!==-1)k=F.closeIndex;else{let vr=this.readStopNodeData(x,H,me+1);if(!vr)throw new Error(`Unexpected end of ${H}`);k=vr.i,Se=vr.tagContent}let gt=new Y(L);L!==z&&ae&&(gt[":@"]=this.buildAttributesMap(z,D,L)),Se&&(Se=this.parseTextData(Se,L,D,!0,ae,!0,!0)),D=D.substr(0,D.lastIndexOf(".")),gt.add(this.options.textNodeName,Se),this.addChild(S,gt,D,Me)}else{if(z.length>0&&z.lastIndexOf("/")===z.length-1){if(L[L.length-1]==="/"?(L=L.substr(0,L.length-1),D=D.substr(0,D.length-1),z=L):z=z.substr(0,z.length-1),this.options.transformTagName){let gt=this.options.transformTagName(L);z===L&&(z=gt),L=gt}let Se=new Y(L);L!==z&&ae&&(Se[":@"]=this.buildAttributesMap(z,D,L)),this.addChild(S,Se,D,Me),D=D.substr(0,D.lastIndexOf("."))}else{let Se=new Y(L);this.tagsNodeStack.push(S),L!==z&&ae&&(Se[":@"]=this.buildAttributesMap(z,D,L)),this.addChild(S,Se,D,Me),S=Se}b="",k=me}}else b+=x[k];return g.child};function FG(x,g,S,b){this.options.captureMetaData||(b=void 0);let D=this.options.updateTag(g.tagname,S,g[":@"]);D===!1||(typeof D=="string"&&(g.tagname=D),x.addChild(g,b))}let MG=function(x,g,S){if(x.indexOf("&")===-1)return x;let b=this.options.processEntities;if(!b.enabled||b.allowedTags&&!b.allowedTags.includes(g)||b.tagFilter&&!b.tagFilter(g,S))return x;for(let D in this.docTypeEntities){let w=this.docTypeEntities[D],k=x.match(w.regx);if(k){if(this.entityExpansionCount+=k.length,b.maxTotalExpansions&&this.entityExpansionCount>b.maxTotalExpansions)throw new Error(`Entity expansion limit exceeded: ${this.entityExpansionCount} > ${b.maxTotalExpansions}`);let F=x.length;if(x=x.replace(w.regx,w.val),b.maxExpandedLength&&(this.currentExpandedLength+=x.length-F,this.currentExpandedLength>b.maxExpandedLength))throw new Error(`Total expanded content size exceeded: ${this.currentExpandedLength} > ${b.maxExpandedLength}`)}}if(x.indexOf("&")===-1)return x;for(let D in this.lastEntities){let w=this.lastEntities[D];x=x.replace(w.regex,w.val)}if(x.indexOf("&")===-1)return x;if(this.options.htmlEntities)for(let D in this.htmlEntities){let w=this.htmlEntities[D];x=x.replace(w.regex,w.val)}return x.replace(this.ampEntity.regex,this.ampEntity.val)};function qG(x,g,S,b){return x&&(b===void 0&&(b=g.child.length===0),(x=this.parseTextData(x,g.tagname,S,!1,!!g[":@"]&&Object.keys(g[":@"]).length!==0,b))!==void 0&&x!==""&&g.add(this.options.textNodeName,x),x=""),x}function BG(x,g,S,b){return!(!g||!g.has(b))||!(!x||!x.has(S))}function Ac(x,g,S,b){let D=x.indexOf(g,S);if(D===-1)throw new Error(b);return D+g.length-1}function hy(x,g,S,b=">"){let D=(function(ae,me,Re=">"){let Me,Se="";for(let gt=me;gt<ae.length;gt++){let vr=ae[gt];if(Me)vr===Me&&(Me="");else if(vr==='"'||vr==="'")Me=vr;else if(vr===Re[0]){if(!Re[1])return{data:Se,index:gt};if(ae[gt+1]===Re[1])return{data:Se,index:gt}}else vr===" "&&(vr=" ");Se+=vr}})(x,g+1,b);if(!D)return;let w=D.data,k=D.index,F=w.search(/\s/),L=w,H=!0;F!==-1&&(L=w.substring(0,F),w=w.substring(F+1).trimStart());let z=L;if(S){let ae=L.indexOf(":");ae!==-1&&(L=L.substr(ae+1),H=L!==D.data.substr(ae+1))}return{tagName:L,tagExp:w,closeIndex:k,attrExpPresent:H,rawTagName:z}}function Pc(x,g,S){let b=S,D=1;for(;S<x.length;S++)if(x[S]==="<")if(x[S+1]==="/"){let w=Ac(x,">",S,`${g} is not closed`);if(x.substring(S+2,w).trim()===g&&(D--,D===0))return{tagContent:x.substring(b,S),i:w};S=w}else if(x[S+1]==="?")S=Ac(x,"?>",S+1,"StopNode is not closed.");else if(x.substr(S+1,3)==="!--")S=Ac(x,"-->",S+3,"StopNode is not closed.");else if(x.substr(S+1,2)==="![")S=Ac(x,"]]>",S,"StopNode is not closed.")-2;else{let w=hy(x,S,">");w&&((w&&w.tagName)===g&&w.tagExp[w.tagExp.length-1]!=="/"&&D++,S=w.closeIndex)}}function Of(x,g,S){if(g&&typeof x=="string"){let b=x.trim();return b==="true"||b!=="false"&&(function(D,w={}){if(w=Object.assign({},xG,w),!D||typeof D!="string")return D;let k=D.trim();if(w.skipLike!==void 0&&w.skipLike.test(k))return D;if(D==="0")return 0;if(w.hex&&Tc.test(k))return(function(L){if(parseInt)return parseInt(L,16);if(Number.parseInt)return Number.parseInt(L,16);if(window&&window.parseInt)return window.parseInt(L,16);throw new Error("parseInt, Number.parseInt, window.parseInt are not supported")})(k);if(k.search(/.+[eE].+/)!==-1)return(function(L,H,z){if(!z.eNotation)return L;let ae=H.match(wG);if(ae){let me=ae[1]||"",Re=ae[3].indexOf("e")===-1?"E":"e",Me=ae[2],Se=me?L[Me.length+1]===Re:L[Me.length]===Re;return Me.length>1&&Se?L:Me.length!==1||!ae[3].startsWith(`.${Re}`)&&ae[3][0]!==Re?z.leadingZeros&&!Se?(H=(ae[1]||"")+ae[3],Number(H)):L:Number(H)}return L})(D,k,w);{let L=gy.exec(k);if(L){let H=L[1]||"",z=L[2],ae=((F=L[3])&&F.indexOf(".")!==-1&&((F=F.replace(/0+$/,""))==="."?F="0":F[0]==="."?F="0"+F:F[F.length-1]==="."&&(F=F.substring(0,F.length-1))),F),me=H?D[z.length+1]===".":D[z.length]===".";if(!w.leadingZeros&&(z.length>1||z.length===1&&!me))return D;{let Re=Number(k),Me=String(Re);if(Re===0||Re===-0)return Re;if(Me.search(/[eE]/)!==-1)return w.eNotation?Re:D;if(k.indexOf(".")!==-1)return Me==="0"||Me===ae||Me===`${H}${ae}`?Re:D;let Se=z?ae:k;return z?Se===Me||H+Se===Me?Re:D:Se===Me||Se===H+Me?Re:D}}return D}var F})(x,S)}return x!==void 0?x:""}function YT(x,g,S){let b=Number.parseInt(x,g);return b>=0&&b<=1114111?String.fromCodePoint(b):S+x+";"}let kf=Y.getMetaDataSymbol();function Sy(x,g){return JT(x,g)}function JT(x,g,S){let b,D={};for(let w=0;w<x.length;w++){let k=x[w],F=XT(k),L="";if(L=S===void 0?F:S+"."+F,F===g.textNodeName)b===void 0?b=k[F]:b+=""+k[F];else{if(F===void 0)continue;if(k[F]){let H=JT(k[F],g,L),z=HG(H,g);k[kf]!==void 0&&(H[kf]=k[kf]),k[":@"]?GG(H,k[":@"],L,g):Object.keys(H).length!==1||H[g.textNodeName]===void 0||g.alwaysCreateTextNode?Object.keys(H).length===0&&(g.alwaysCreateTextNode?H[g.textNodeName]="":H=""):H=H[g.textNodeName],D[F]!==void 0&&D.hasOwnProperty(F)?(Array.isArray(D[F])||(D[F]=[D[F]]),D[F].push(H)):g.isArray(F,L,z)?D[F]=[H]:D[F]=H}}}return typeof b=="string"?b.length>0&&(D[g.textNodeName]=b):b!==void 0&&(D[g.textNodeName]=b),D}function XT(x){let g=Object.keys(x);for(let S=0;S<g.length;S++){let b=g[S];if(b!==":@")return b}}function GG(x,g,S,b){if(g){let D=Object.keys(g),w=D.length;for(let k=0;k<w;k++){let F=D[k];b.isArray(F,S+"."+F,!0,!0)?x[F]=[g[F]]:x[F]=g[F]}}}function HG(x,g){let{textNodeName:S}=g,b=Object.keys(x).length;return b===0||!(b!==1||!x[S]&&typeof x[S]!="boolean"&&x[S]!==0)}class VG{constructor(g){this.externalEntities={},this.options=Ce(g)}parse(g,S){if(typeof g!="string"&&g.toString)g=g.toString();else if(typeof g!="string")throw new Error("XML data is accepted in String or Bytes[] form.");if(S){S===!0&&(S={});let w=a(g,S);if(w!==!0)throw Error(`${w.err.msg}:${w.err.line}:${w.err.col}`)}let b=new $G(this.options);b.addExternalEntities(this.externalEntities);let D=b.parseXml(g);return this.options.preserveOrder||D===void 0?D:Sy(D,this.options)}addEntity(g,S){if(S.indexOf("&")!==-1)throw new Error("Entity value can't have '&'");if(g.indexOf("&")!==-1||g.indexOf(";")!==-1)throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '
'");if(S==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[g]=S}static getMetaDataSymbol(){return Y.getMetaDataSymbol()}}function jG(x,g){let S="";return g.format&&g.indentBy.length>0&&(S=`
|
|
66
|
+
`),ZT(x,g,"",S)}function ZT(x,g,S,b){let D="",w=!1;for(let k=0;k<x.length;k++){let F=x[k],L=eA(F);if(L===void 0)continue;let H="";if(H=S.length===0?L:`${S}.${L}`,L===g.textNodeName){let Re=F[L];rA(H,g)||(Re=g.tagValueProcessor(L,Re),Re=nA(Re,g)),w&&(D+=b),D+=Re,w=!1;continue}if(L===g.cdataPropName){w&&(D+=b),D+=`<![CDATA[${F[L][0][g.textNodeName]}]]>`,w=!1;continue}if(L===g.commentPropName){D+=b+`<!--${F[L][0][g.textNodeName]}-->`,w=!0;continue}if(L[0]==="?"){let Re=tA(F[":@"],g),Me=L==="?xml"?"":b,Se=F[L][0][g.textNodeName];Se=Se.length!==0?" "+Se:"",D+=Me+`<${L}${Se}${Re}?>`,w=!0;continue}let z=b;z!==""&&(z+=g.indentBy);let ae=b+`<${L}${tA(F[":@"],g)}`,me=ZT(F[L],g,H,z);g.unpairedTags.indexOf(L)!==-1?g.suppressUnpairedNode?D+=ae+">":D+=ae+"/>":me&&me.length!==0||!g.suppressEmptyNode?me&&me.endsWith(">")?D+=ae+`>${me}${b}</${L}>`:(D+=ae+">",me&&b!==""&&(me.includes("/>")||me.includes("</"))?D+=b+g.indentBy+me+b:D+=me,D+=`</${L}>`):D+=ae+"/>",w=!0}return D}function eA(x){let g=Object.keys(x);for(let S=0;S<g.length;S++){let b=g[S];if(x.hasOwnProperty(b)&&b!==":@")return b}}function tA(x,g){let S="";if(x&&!g.ignoreAttributes)for(let b in x){if(!x.hasOwnProperty(b))continue;let D=g.attributeValueProcessor(b,x[b]);D=nA(D,g),D===!0&&g.suppressBooleanAttributes?S+=` ${b.substr(g.attributeNamePrefix.length)}`:S+=` ${b.substr(g.attributeNamePrefix.length)}="${D}"`}return S}function rA(x,g){let S=(x=x.substr(0,x.length-g.textNodeName.length-1)).substr(x.lastIndexOf(".")+1);for(let b in g.stopNodes)if(g.stopNodes[b]===x||g.stopNodes[b]==="*."+S)return!0;return!1}function nA(x,g){if(x&&x.length>0&&g.processEntities)for(let S=0;S<g.entities.length;S++){let b=g.entities[S];x=x.replace(b.regex,b.val)}return x}let sA={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(x,g){return g},attributeValueProcessor:function(x,g){return g},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function ha(x){this.options=Object.assign({},sA,x),this.options.ignoreAttributes===!0||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn=KT(this.options.ignoreAttributes),this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=zG),this.processTextOrObjNode=Sa,this.options.format?(this.indentate=WG,this.tagEndChar=`>
|
|
67
|
+
`,this.newLine=`
|
|
68
|
+
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function Sa(x,g,S,b){let D=this.j2x(x,S+1,b.concat(g));return x[this.options.textNodeName]!==void 0&&Object.keys(x).length===1?this.buildTextValNode(x[this.options.textNodeName],g,D.attrStr,S):this.buildObjectNode(D.val,g,D.attrStr,S)}function WG(x){return this.options.indentBy.repeat(x)}function zG(x){return!(!x.startsWith(this.options.attributeNamePrefix)||x===this.options.textNodeName)&&x.substr(this.attrPrefixLen)}ha.prototype.build=function(x){return this.options.preserveOrder?jG(x,this.options):(Array.isArray(x)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(x={[this.options.arrayNodeName]:x}),this.j2x(x,0,[]).val)},ha.prototype.j2x=function(x,g,S){let b="",D="",w=S.join(".");for(let k in x)if(Object.prototype.hasOwnProperty.call(x,k))if(x[k]===void 0)this.isAttribute(k)&&(D+="");else if(x[k]===null)this.isAttribute(k)||k===this.options.cdataPropName?D+="":k[0]==="?"?D+=this.indentate(g)+"<"+k+"?"+this.tagEndChar:D+=this.indentate(g)+"<"+k+"/"+this.tagEndChar;else if(x[k]instanceof Date)D+=this.buildTextValNode(x[k],k,"",g);else if(typeof x[k]!="object"){let F=this.isAttribute(k);if(F&&!this.ignoreAttributesFn(F,w))b+=this.buildAttrPairStr(F,""+x[k]);else if(!F)if(k===this.options.textNodeName){let L=this.options.tagValueProcessor(k,""+x[k]);D+=this.replaceEntitiesValue(L)}else D+=this.buildTextValNode(x[k],k,"",g)}else if(Array.isArray(x[k])){let F=x[k].length,L="",H="";for(let z=0;z<F;z++){let ae=x[k][z];if(ae!==void 0)if(ae===null)k[0]==="?"?D+=this.indentate(g)+"<"+k+"?"+this.tagEndChar:D+=this.indentate(g)+"<"+k+"/"+this.tagEndChar;else if(typeof ae=="object")if(this.options.oneListGroup){let me=this.j2x(ae,g+1,S.concat(k));L+=me.val,this.options.attributesGroupName&&ae.hasOwnProperty(this.options.attributesGroupName)&&(H+=me.attrStr)}else L+=this.processTextOrObjNode(ae,k,g,S);else if(this.options.oneListGroup){let me=this.options.tagValueProcessor(k,ae);me=this.replaceEntitiesValue(me),L+=me}else L+=this.buildTextValNode(ae,k,"",g)}this.options.oneListGroup&&(L=this.buildObjectNode(L,k,H,g)),D+=L}else if(this.options.attributesGroupName&&k===this.options.attributesGroupName){let F=Object.keys(x[k]),L=F.length;for(let H=0;H<L;H++)b+=this.buildAttrPairStr(F[H],""+x[k][F[H]])}else D+=this.processTextOrObjNode(x[k],k,g,S);return{attrStr:b,val:D}},ha.prototype.buildAttrPairStr=function(x,g){return g=this.options.attributeValueProcessor(x,""+g),g=this.replaceEntitiesValue(g),this.options.suppressBooleanAttributes&&g==="true"?" "+x:" "+x+'="'+g+'"'},ha.prototype.buildObjectNode=function(x,g,S,b){if(x==="")return g[0]==="?"?this.indentate(b)+"<"+g+S+"?"+this.tagEndChar:this.indentate(b)+"<"+g+S+this.closeTag(g)+this.tagEndChar;{let D="</"+g+this.tagEndChar,w="";return g[0]==="?"&&(w="?",D=""),!S&&S!==""||x.indexOf("<")!==-1?this.options.commentPropName!==!1&&g===this.options.commentPropName&&w.length===0?this.indentate(b)+`<!--${x}-->`+this.newLine:this.indentate(b)+"<"+g+S+w+this.tagEndChar+x+this.indentate(b)+D:this.indentate(b)+"<"+g+S+w+">"+x+D}},ha.prototype.closeTag=function(x){let g="";return this.options.unpairedTags.indexOf(x)!==-1?this.options.suppressUnpairedNode||(g="/"):g=this.options.suppressEmptyNode?"/":`></${x}`,g},ha.prototype.buildTextValNode=function(x,g,S,b){if(this.options.cdataPropName!==!1&&g===this.options.cdataPropName)return this.indentate(b)+`<![CDATA[${x}]]>`+this.newLine;if(this.options.commentPropName!==!1&&g===this.options.commentPropName)return this.indentate(b)+`<!--${x}-->`+this.newLine;if(g[0]==="?")return this.indentate(b)+"<"+g+S+"?"+this.tagEndChar;{let D=this.options.tagValueProcessor(g,x);return D=this.replaceEntitiesValue(D),D===""?this.indentate(b)+"<"+g+S+this.closeTag(g)+this.tagEndChar:this.indentate(b)+"<"+g+S+">"+D+"</"+g+this.tagEndChar}},ha.prototype.replaceEntitiesValue=function(x){if(x&&x.length>0&&this.options.processEntities)for(let g=0;g<this.options.entities.length;g++){let S=this.options.entities[g];x=x.replace(S.regex,S.val)}return x};let KG={validate:a};tae.exports=e})()});var nae=O(eV=>{"use strict";Object.defineProperty(eV,"__esModule",{value:!0});eV.parseXML=gtt;var ftt=rae(),Z4=new ftt.XMLParser({attributeNamePrefix:"",htmlEntities:!0,ignoreAttributes:!1,ignoreDeclaration:!0,parseTagValue:!1,trimValues:!1,tagValueProcessor:(t,e)=>e.trim()===""&&e.includes(`
|
|
69
|
+
`)?"":void 0});Z4.addEntity("#xD","\r");Z4.addEntity("#10",`
|
|
70
|
+
`);function gtt(t){return Z4.parse(t,!0)}});var xP=O(DP=>{"use strict";var htt=nae();function Stt(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""")}function ytt(t){return t.replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">").replace(/\r/g,"
").replace(/\n/g,"
").replace(/\u0085/g,"…").replace(/\u2028/,"
")}var IP=class{value;constructor(e){this.value=e}toString(){return ytt(""+this.value)}},tV=class t{name;children;attributes={};static of(e,r,n){let s=new t(e);return r!==void 0&&s.addChildNode(new IP(r)),n!==void 0&&s.withName(n),s}constructor(e,r=[]){this.name=e,this.children=r}withName(e){return this.name=e,this}addAttribute(e,r){return this.attributes[e]=r,this}addChildNode(e){return this.children.push(e),this}removeAttribute(e){return delete this.attributes[e],this}n(e){return this.name=e,this}c(e){return this.children.push(e),this}a(e,r){return r!=null&&(this.attributes[e]=r),this}cc(e,r,n=r){if(e[r]!=null){let s=t.of(r,e[r]).withName(n);this.c(s)}}l(e,r,n,s){e[r]!=null&&s().map(i=>{i.withName(n),this.c(i)})}lc(e,r,n,s){if(e[r]!=null){let o=s(),i=new t(n);o.map(a=>{i.c(a)}),this.c(i)}}toString(){let e=!!this.children.length,r=`<${this.name}`,n=this.attributes;for(let s of Object.keys(n)){let o=n[s];o!=null&&(r+=` ${s}="${Stt(""+o)}"`)}return r+=e?`>${this.children.map(s=>s.toString()).join("")}</${this.name}>`:"/>"}};Object.defineProperty(DP,"parseXML",{enumerable:!0,get:function(){return htt.parseXML}});DP.XmlNode=tV;DP.XmlText=IP});var sae,oae,iae,El,wP=R(()=>{sae=T(xP());Ys();dt();oae=T(je()),iae=T(He());gl();K4();El=class extends Vn{settings;stringDeserializer;constructor(e){super(),this.settings=e,this.stringDeserializer=new Bp(e)}setSerdeContext(e){this.serdeContext=e,this.stringDeserializer.setSerdeContext(e)}read(e,r,n){let s=be.of(e),o=s.getMemberSchemas();if(s.isStructSchema()&&s.isMemberSchema()&&!!Object.values(o).find(u=>!!u.getMemberTraits().eventPayload)){let u={},f=Object.keys(o)[0];return o[f].isBlobSchema()?u[f]=r:u[f]=this.read(o[f],r),u}let a=(this.serdeContext?.utf8Encoder??iae.toUtf8)(r),c=this.parseXml(a);return this.readSchema(e,n?c[n]:c)}readSchema(e,r){let n=be.of(e);if(n.isUnitSchema())return;let s=n.getMergedTraits();if(n.isListSchema()&&!Array.isArray(r))return this.readSchema(n,[r]);if(r==null)return r;if(typeof r=="object"){let o=!!s.sparse,i=!!s.xmlFlattened;if(n.isListSchema()){let c=n.getValueSchema(),u=[],f=c.getMergedTraits().xmlName??"member",m=i?r:(r[0]??r)[f],h=Array.isArray(m)?m:[m];for(let y of h)(y!=null||o)&&u.push(this.readSchema(c,y));return u}let a={};if(n.isMapSchema()){let c=n.getKeySchema(),u=n.getValueSchema(),f;i?f=Array.isArray(r)?r:[r]:f=Array.isArray(r.entry)?r.entry:[r.entry];let m=c.getMergedTraits().xmlName??"key",h=u.getMergedTraits().xmlName??"value";for(let y of f){let C=y[m],I=y[h];(I!=null||o)&&(a[C]=this.readSchema(u,I))}return a}if(n.isStructSchema()){let c=n.isUnionSchema(),u;c&&(u=new Jf(r,a));for(let[f,m]of n.structIterator()){let h=m.getMergedTraits(),y=h.httpPayload?h.xmlName??m.getName():m.getMemberTraits().xmlName??f;c&&u.mark(y),r[y]!=null&&(a[f]=this.readSchema(m,r[y]))}return c&&u.writeUnknown(),a}if(n.isDocumentSchema())return r;throw new Error(`@aws-sdk/core/protocols - xml deserializer unhandled schema type for ${n.getName(!0)}`)}return n.isListSchema()?[]:n.isMapSchema()||n.isStructSchema()?{}:this.stringDeserializer.read(n,r)}parseXml(e){if(e.length){let r;try{r=(0,sae.parseXML)(e)}catch(i){throw i&&typeof i=="object"&&Object.defineProperty(i,"$responseBodyText",{value:e}),i}let n="#text",s=Object.keys(r)[0],o=r[s];return o[n]&&(o[s]=o[n],delete o[n]),(0,oae.getValueFromTextNode)(o)}return{}}}});var aae,cae,$P,uae=R(()=>{Ys();dt();_s();aae=T(je()),cae=T(De());gl();$P=class extends Vn{settings;buffer;constructor(e){super(),this.settings=e}write(e,r,n=""){this.buffer===void 0&&(this.buffer="");let s=be.of(e);if(n&&!n.endsWith(".")&&(n+="."),s.isBlobSchema())(typeof r=="string"||r instanceof Uint8Array)&&(this.writeKey(n),this.writeValue((this.serdeContext?.base64Encoder??cae.toBase64)(r)));else if(s.isBooleanSchema()||s.isNumericSchema()||s.isStringSchema())r!=null?(this.writeKey(n),this.writeValue(String(r))):s.isIdempotencyToken()&&(this.writeKey(n),this.writeValue((0,Go.v4)()));else if(s.isBigIntegerSchema())r!=null&&(this.writeKey(n),this.writeValue(String(r)));else if(s.isBigDecimalSchema())r!=null&&(this.writeKey(n),this.writeValue(r instanceof lr?r.string:String(r)));else if(s.isTimestampSchema()){if(r instanceof Date)switch(this.writeKey(n),ho(s,this.settings)){case 5:this.writeValue(r.toISOString().replace(".000Z","Z"));break;case 6:this.writeValue((0,aae.dateToUtcString)(r));break;case 7:this.writeValue(String(r.getTime()/1e3));break}}else if(s.isDocumentSchema())Array.isArray(r)?this.write(79,r,n):r instanceof Date?this.write(4,r,n):r instanceof Uint8Array?this.write(21,r,n):r&&typeof r=="object"?this.write(143,r,n):(this.writeKey(n),this.writeValue(String(r)));else if(s.isListSchema()){if(Array.isArray(r))if(r.length===0)this.settings.serializeEmptyLists&&(this.writeKey(n),this.writeValue(""));else{let o=s.getValueSchema(),i=this.settings.flattenLists||s.getMergedTraits().xmlFlattened,a=1;for(let c of r){if(c==null)continue;let u=o.getMergedTraits(),f=this.getKey("member",u.xmlName,u.ec2QueryName),m=i?`${n}${a}`:`${n}${f}.${a}`;this.write(o,c,m),++a}}}else if(s.isMapSchema()){if(r&&typeof r=="object"){let o=s.getKeySchema(),i=s.getValueSchema(),a=s.getMergedTraits().xmlFlattened,c=1;for(let[u,f]of Object.entries(r)){if(f==null)continue;let m=o.getMergedTraits(),h=this.getKey("key",m.xmlName,m.ec2QueryName),y=a?`${n}${c}.${h}`:`${n}entry.${c}.${h}`,C=i.getMergedTraits(),I=this.getKey("value",C.xmlName,C.ec2QueryName),$=a?`${n}${c}.${I}`:`${n}entry.${c}.${I}`;this.write(o,u,y),this.write(i,f,$),++c}}}else if(s.isStructSchema()){if(r&&typeof r=="object"){let o=!1;for(let[i,a]of s.structIterator()){if(r[i]==null&&!a.isIdempotencyToken())continue;let c=a.getMergedTraits(),u=this.getKey(i,c.xmlName,c.ec2QueryName,"struct"),f=`${n}${u}`;this.write(a,r[i],f),o=!0}if(!o&&s.isUnionSchema()){let{$unknown:i}=r;if(Array.isArray(i)){let[a,c]=i,u=`${n}${a}`;this.write(15,c,u)}}}}else if(!s.isUnitSchema())throw new Error(`@aws-sdk/core/protocols - QuerySerializer unrecognized schema type ${s.getName(!0)}`)}flush(){if(this.buffer===void 0)throw new Error("@aws-sdk/core/protocols - QuerySerializer cannot flush with nothing written to buffer.");let e=this.buffer;return delete this.buffer,e}getKey(e,r,n,s){let{ec2:o,capitalizeKeys:i}=this.settings;if(o&&n)return n;let a=r??e;return i&&s==="struct"?a[0].toUpperCase()+a.slice(1):a}writeKey(e){e.endsWith(".")&&(e=e.slice(0,e.length-1)),this.buffer+=`&${Ea(e)}=`}writeValue(e){this.buffer+=Ea(e)}}});var Cl,rV=R(()=>{Ys();dt();Yf();wP();uae();Cl=class extends wc{options;serializer;deserializer;mixin=new Vo;constructor(e){super({defaultNamespace:e.defaultNamespace}),this.options=e;let r={timestampFormat:{useTrait:!0,default:5},httpBindings:!1,xmlNamespace:e.xmlNamespace,serviceNamespace:e.defaultNamespace,serializeEmptyLists:!0};this.serializer=new $P(r),this.deserializer=new El(r)}getShapeId(){return"aws.protocols#awsQuery"}setSerdeContext(e){this.serializer.setSerdeContext(e),this.deserializer.setSerdeContext(e)}getPayloadCodec(){throw new Error("AWSQuery protocol has no payload codec.")}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n);s.path.endsWith("/")||(s.path+="/"),Object.assign(s.headers,{"content-type":"application/x-www-form-urlencoded"}),(ki(e.input)==="unit"||!s.body)&&(s.body="");let o=e.name.split("#")[1]??e.name;return s.body=`Action=${o}&Version=${this.options.version}`+s.body,s.body.endsWith("&")&&(s.body=s.body.slice(-1)),s}async deserializeResponse(e,r,n){let s=this.deserializer,o=be.of(e.output),i={};if(n.statusCode>=300){let m=await Bo(n.body,r);m.byteLength>0&&Object.assign(i,await s.read(15,m)),await this.handleError(e,r,n,i,this.deserializeMetadata(n))}for(let m in n.headers){let h=n.headers[m];delete n.headers[m],n.headers[m.toLowerCase()]=h}let a=e.name.split("#")[1]??e.name,c=o.isStructSchema()&&this.useNestedResult()?a+"Result":void 0,u=await Bo(n.body,r);return u.byteLength>0&&Object.assign(i,await s.read(o,u,c)),{$metadata:this.deserializeMetadata(n),...i}}useNestedResult(){return!0}async handleError(e,r,n,s,o){let i=this.loadQueryErrorCode(n,s)??"Unknown",a=this.loadQueryError(s),c=this.loadQueryErrorMessage(s);a.message=c,a.Error={Type:a.Type,Code:a.Code,Message:c};let{errorSchema:u,errorMetadata:f}=await this.mixin.getErrorSchemaOrThrowBaseException(i,this.options.defaultNamespace,n,a,o,this.mixin.findQueryCompatibleError),m=be.of(u),h=It.for(u[1]).getErrorCtor(u)??Error,y=new h(c),C={Type:a.Error.Type,Code:a.Error.Code,Error:a.Error};for(let[I,$]of m.structIterator()){let N=$.getMergedTraits().xmlName??I,U=a[N]??s[N];C[I]=this.deserializer.readSchema($,U)}throw this.mixin.decorateServiceException(Object.assign(y,f,{$fault:m.getMergedTraits().error,message:c},C),s)}loadQueryErrorCode(e,r){let n=(r.Errors?.[0]?.Error??r.Errors?.Error??r.Error)?.Code;if(n!==void 0)return n;if(e.statusCode==404)return"NotFound"}loadQueryError(e){return e.Errors?.[0]?.Error??e.Errors?.Error??e.Error}loadQueryErrorMessage(e){let r=this.loadQueryError(e);return r?.message??r?.Message??e.message??e.Message??"Unknown"}getDefaultContentType(){return"application/x-www-form-urlencoded"}}});var OP,lae=R(()=>{rV();OP=class extends Cl{options;constructor(e){super(e),this.options=e;let r={capitalizeKeys:!0,flattenLists:!0,serializeEmptyLists:!1,ec2:!0};Object.assign(this.serializer.settings,r)}useNestedResult(){return!1}}});var dae,pae,nV,mae,kP,sV=R(()=>{dae=T(xP()),pae=T(je());Q4();nV=(t,e)=>RP(t,e).then(r=>{if(r.length){let n;try{n=(0,dae.parseXML)(r)}catch(a){throw a&&typeof a=="object"&&Object.defineProperty(a,"$responseBodyText",{value:r}),a}let s="#text",o=Object.keys(n)[0],i=n[o];return i[s]&&(i[o]=i[s],delete i[s]),(0,pae.getValueFromTextNode)(i)}return{}}),mae=async(t,e)=>{let r=await nV(t,e);return r.Error&&(r.Error.message=r.Error.message??r.Error.Message),r},kP=(t,e)=>{if(e?.Error?.Code!==void 0)return e.Error.Code;if(e?.Code!==void 0)return e.Code;if(t.statusCode==404)return"NotFound"}});var Ts,oV,NP,tg,iV=R(()=>{Ts=T(xP());Ys();dt();_s();oV=T(je()),NP=T(De());gl();tg=class extends Vn{settings;stringBuffer;byteBuffer;buffer;constructor(e){super(),this.settings=e}write(e,r){let n=be.of(e);if(n.isStringSchema()&&typeof r=="string")this.stringBuffer=r;else if(n.isBlobSchema())this.byteBuffer="byteLength"in r?r:(this.serdeContext?.base64Decoder??NP.fromBase64)(r);else{this.buffer=this.writeStruct(n,r,void 0);let s=n.getMergedTraits();s.httpPayload&&!s.xmlName&&this.buffer.withName(n.getName())}}flush(){if(this.byteBuffer!==void 0){let r=this.byteBuffer;return delete this.byteBuffer,r}if(this.stringBuffer!==void 0){let r=this.stringBuffer;return delete this.stringBuffer,r}let e=this.buffer;return this.settings.xmlNamespace&&(e?.attributes?.xmlns||e.addAttribute("xmlns",this.settings.xmlNamespace)),delete this.buffer,e.toString()}writeStruct(e,r,n){let s=e.getMergedTraits(),o=e.isMemberSchema()&&!s.httpPayload?e.getMemberTraits().xmlName??e.getMemberName():s.xmlName??e.getName();if(!o||!e.isStructSchema())throw new Error(`@aws-sdk/core/protocols - xml serializer, cannot write struct with empty name or non-struct, schema=${e.getName(!0)}.`);let i=Ts.XmlNode.of(o),[a,c]=this.getXmlnsAttribute(e,n);for(let[f,m]of e.structIterator()){let h=r[f];if(h!=null||m.isIdempotencyToken()){if(m.getMergedTraits().xmlAttribute){i.addAttribute(m.getMergedTraits().xmlName??f,this.writeSimple(m,h));continue}if(m.isListSchema())this.writeList(m,h,i,c);else if(m.isMapSchema())this.writeMap(m,h,i,c);else if(m.isStructSchema())i.addChildNode(this.writeStruct(m,h,c));else{let y=Ts.XmlNode.of(m.getMergedTraits().xmlName??m.getMemberName());this.writeSimpleInto(m,h,y,c),i.addChildNode(y)}}}let{$unknown:u}=r;if(u&&e.isUnionSchema()&&Array.isArray(u)&&Object.keys(r).length===1){let[f,m]=u,h=Ts.XmlNode.of(f);if(typeof m!="string")if(r instanceof Ts.XmlNode||r instanceof Ts.XmlText)i.addChildNode(r);else throw new Error("@aws-sdk - $unknown union member in XML requires value of type string, @aws-sdk/xml-builder::XmlNode or XmlText.");this.writeSimpleInto(0,m,h,c),i.addChildNode(h)}return c&&i.addAttribute(a,c),i}writeList(e,r,n,s){if(!e.isMemberSchema())throw new Error(`@aws-sdk/core/protocols - xml serializer, cannot write non-member list: ${e.getName(!0)}`);let o=e.getMergedTraits(),i=e.getValueSchema(),a=i.getMergedTraits(),c=!!a.sparse,u=!!o.xmlFlattened,[f,m]=this.getXmlnsAttribute(e,s),h=(y,C)=>{if(i.isListSchema())this.writeList(i,Array.isArray(C)?C:[C],y,m);else if(i.isMapSchema())this.writeMap(i,C,y,m);else if(i.isStructSchema()){let I=this.writeStruct(i,C,m);y.addChildNode(I.withName(u?o.xmlName??e.getMemberName():a.xmlName??"member"))}else{let I=Ts.XmlNode.of(u?o.xmlName??e.getMemberName():a.xmlName??"member");this.writeSimpleInto(i,C,I,m),y.addChildNode(I)}};if(u)for(let y of r)(c||y!=null)&&h(n,y);else{let y=Ts.XmlNode.of(o.xmlName??e.getMemberName());m&&y.addAttribute(f,m);for(let C of r)(c||C!=null)&&h(y,C);n.addChildNode(y)}}writeMap(e,r,n,s,o=!1){if(!e.isMemberSchema())throw new Error(`@aws-sdk/core/protocols - xml serializer, cannot write non-member map: ${e.getName(!0)}`);let i=e.getMergedTraits(),a=e.getKeySchema(),u=a.getMergedTraits().xmlName??"key",f=e.getValueSchema(),m=f.getMergedTraits(),h=m.xmlName??"value",y=!!m.sparse,C=!!i.xmlFlattened,[I,$]=this.getXmlnsAttribute(e,s),N=(U,B,W)=>{let j=Ts.XmlNode.of(u,B),[te,Ce]=this.getXmlnsAttribute(a,$);Ce&&j.addAttribute(te,Ce),U.addChildNode(j);let V=Ts.XmlNode.of(h);f.isListSchema()?this.writeList(f,W,V,$):f.isMapSchema()?this.writeMap(f,W,V,$,!0):f.isStructSchema()?V=this.writeStruct(f,W,$):this.writeSimpleInto(f,W,V,$),U.addChildNode(V)};if(C){for(let[U,B]of Object.entries(r))if(y||B!=null){let W=Ts.XmlNode.of(i.xmlName??e.getMemberName());N(W,U,B),n.addChildNode(W)}}else{let U;o||(U=Ts.XmlNode.of(i.xmlName??e.getMemberName()),$&&U.addAttribute(I,$),n.addChildNode(U));for(let[B,W]of Object.entries(r))if(y||W!=null){let j=Ts.XmlNode.of("entry");N(j,B,W),(o?n:U).addChildNode(j)}}}writeSimple(e,r){if(r===null)throw new Error("@aws-sdk/core/protocols - (XML serializer) cannot write null value.");let n=be.of(e),s=null;if(r&&typeof r=="object")if(n.isBlobSchema())s=(this.serdeContext?.base64Encoder??NP.toBase64)(r);else if(n.isTimestampSchema()&&r instanceof Date)switch(ho(n,this.settings)){case 5:s=r.toISOString().replace(".000Z","Z");break;case 6:s=(0,oV.dateToUtcString)(r);break;case 7:s=String(r.getTime()/1e3);break;default:console.warn("Missing timestamp format, using http date",r),s=(0,oV.dateToUtcString)(r);break}else{if(n.isBigDecimalSchema()&&r)return r instanceof lr?r.string:String(r);throw n.isMapSchema()||n.isListSchema()?new Error("@aws-sdk/core/protocols - xml serializer, cannot call _write() on List/Map schema, call writeList or writeMap() instead."):new Error(`@aws-sdk/core/protocols - xml serializer, unhandled schema type for object value and schema: ${n.getName(!0)}`)}if((n.isBooleanSchema()||n.isNumericSchema()||n.isBigIntegerSchema()||n.isBigDecimalSchema())&&(s=String(r)),n.isStringSchema()&&(r===void 0&&n.isIdempotencyToken()?s=(0,Go.v4)():s=String(r)),s===null)throw new Error(`Unhandled schema-value pair ${n.getName(!0)}=${r}`);return s}writeSimpleInto(e,r,n,s){let o=this.writeSimple(e,r),i=be.of(e),a=new Ts.XmlText(o),[c,u]=this.getXmlnsAttribute(i,s);u&&n.addAttribute(c,u),n.addChildNode(a)}getXmlnsAttribute(e,r){let n=e.getMergedTraits(),[s,o]=n.xmlNamespace??[];return o&&o!==r?[s?`xmlns:${s}`:"xmlns",o]:[void 0,void 0]}}});var rg,aV=R(()=>{gl();wP();iV();rg=class extends Vn{settings;constructor(e){super(),this.settings=e}createSerializer(){let e=new tg(this.settings);return e.setSerdeContext(this.serdeContext),e}createDeserializer(){let e=new El(this.settings);return e.setSerdeContext(this.serdeContext),e}}});var LP,fae=R(()=>{Ys();dt();Yf();sV();aV();LP=class extends qp{codec;serializer;deserializer;mixin=new Vo;constructor(e){super(e);let r={timestampFormat:{useTrait:!0,default:5},httpBindings:!0,xmlNamespace:e.xmlNamespace,serviceNamespace:e.defaultNamespace};this.codec=new rg(r),this.serializer=new Hp(this.codec.createSerializer(),r),this.deserializer=new Gp(this.codec.createDeserializer(),r)}getPayloadCodec(){return this.codec}getShapeId(){return"aws.protocols#restXml"}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n),o=be.of(e.input);if(!s.headers["content-type"]){let i=this.mixin.resolveRestContentType(this.getDefaultContentType(),o);i&&(s.headers["content-type"]=i)}return typeof s.body=="string"&&s.headers["content-type"]===this.getDefaultContentType()&&!s.body.startsWith("<?xml ")&&!this.hasUnstructuredPayloadBinding(o)&&(s.body='<?xml version="1.0" encoding="UTF-8"?>'+s.body),s}async deserializeResponse(e,r,n){return super.deserializeResponse(e,r,n)}async handleError(e,r,n,s,o){let i=kP(n,s)??"Unknown";if(s.Error&&typeof s.Error=="object")for(let C of Object.keys(s.Error))s[C]=s.Error[C],C.toLowerCase()==="message"&&(s.message=s.Error[C]);s.RequestId&&!o.requestId&&(o.requestId=s.RequestId);let{errorSchema:a,errorMetadata:c}=await this.mixin.getErrorSchemaOrThrowBaseException(i,this.options.defaultNamespace,n,s,o),u=be.of(a),f=s.Error?.message??s.Error?.Message??s.message??s.Message??"Unknown",m=It.for(a[1]).getErrorCtor(a)??Error,h=new m(f);await this.deserializeHttpMessage(a,r,n,s);let y={};for(let[C,I]of u.structIterator()){let $=I.getMergedTraits().xmlName??C,N=s.Error?.[$]??s[$];y[C]=this.codec.createDeserializer().readSchema(I,N)}throw this.mixin.decorateServiceException(Object.assign(h,c,{$fault:u.getMergedTraits().error,message:f},y),s)}getDefaultContentType(){return"application/xml"}hasUnstructuredPayloadBinding(e){for(let[,r]of e.structIterator())if(r.getMergedTraits().httpPayload)return!(r.isStructSchema()||r.isMapSchema()||r.isListSchema());return!1}}});var zy={};st(zy,{AwsEc2QueryProtocol:()=>OP,AwsJson1_0Protocol:()=>vP,AwsJson1_1Protocol:()=>bP,AwsJsonRpcProtocol:()=>Sl,AwsQueryProtocol:()=>Cl,AwsRestJsonProtocol:()=>yl,AwsRestXmlProtocol:()=>LP,AwsSmithyRpcV2CborProtocol:()=>_P,JsonCodec:()=>hl,JsonShapeDeserializer:()=>Zf,JsonShapeSerializer:()=>eg,XmlCodec:()=>rg,XmlShapeDeserializer:()=>El,XmlShapeSerializer:()=>tg,_toBool:()=>Fie,_toNum:()=>Mie,_toStr:()=>Uie,awsExpectUnion:()=>Zie,loadRestJsonErrorCode:()=>Xf,loadRestXmlErrorCode:()=>kP,parseJsonBody:()=>jy,parseJsonErrorBody:()=>jie,parseXmlBody:()=>nV,parseXmlErrorBody:()=>mae});var Bc=R(()=>{Lie();qie();Qie();Yie();PP();Jie();AP();Y4();X4();eae();Wy();lae();rV();fae();aV();wP();iV();sV()});var Js={};st(Js,{AWSSDKSigV4Signer:()=>ZH,AwsEc2QueryProtocol:()=>OP,AwsJson1_0Protocol:()=>vP,AwsJson1_1Protocol:()=>bP,AwsJsonRpcProtocol:()=>Sl,AwsQueryProtocol:()=>Cl,AwsRestJsonProtocol:()=>yl,AwsRestXmlProtocol:()=>LP,AwsSdkSigV4ASigner:()=>qy,AwsSdkSigV4Signer:()=>Hn,AwsSmithyRpcV2CborProtocol:()=>_P,JsonCodec:()=>hl,JsonShapeDeserializer:()=>Zf,JsonShapeSerializer:()=>eg,NODE_AUTH_SCHEME_PREFERENCE_OPTIONS:()=>cl,NODE_SIGV4A_CONFIG_OPTIONS:()=>Noe,XmlCodec:()=>rg,XmlShapeDeserializer:()=>El,XmlShapeSerializer:()=>tg,_toBool:()=>Fie,_toNum:()=>Mie,_toStr:()=>Uie,awsExpectUnion:()=>Zie,emitWarningIfUnsupportedVersion:()=>il,getBearerTokenEnvKey:()=>nP,loadRestJsonErrorCode:()=>Xf,loadRestXmlErrorCode:()=>kP,parseJsonBody:()=>jy,parseJsonErrorBody:()=>jie,parseXmlBody:()=>nV,parseXmlErrorBody:()=>mae,resolveAWSSDKSigV4Config:()=>iie,resolveAwsSdkSigV4AConfig:()=>koe,resolveAwsSdkSigV4Config:()=>Nc,setCredentialFeature:()=>al,setFeature:()=>yoe,setTokenFeature:()=>Coe,state:()=>rP,validateSigningProperties:()=>Wf});var br=R(()=>{Ho();E4();Bc()});var Gc=O(ng=>{"use strict";var Ett=(bn(),J(sl)),Ctt=Oc(),_tt=qe(),Aa=(br(),J(Js)),yae=void 0;function Rtt(t){return t===void 0?!0:typeof t=="string"&&t.length<=50}function Ttt(t){let e=Ett.normalizeProvider(t.userAgentAppId??yae),{customUserAgent:r}=t;return Object.assign(t,{customUserAgent:typeof r=="string"?[[r]]:r,userAgentAppId:async()=>{let n=await e();if(!Rtt(n)){let s=t.logger?.constructor?.name==="NoOpLogger"||!t.logger?console:t.logger;typeof n!="string"?s?.warn("userAgentAppId must be a string or undefined."):n.length>50&&s?.warn("The provided userAgentAppId exceeds the maximum length of 50 characters.")}return n}})}var Att=/\d{12}\.ddb/;async function Ptt(t,e,r){if(r.request?.headers?.["smithy-protocol"]==="rpc-v2-cbor"&&Aa.setFeature(t,"PROTOCOL_RPC_V2_CBOR","M"),typeof e.retryStrategy=="function"){let o=await e.retryStrategy();typeof o.acquireInitialRetryToken=="function"?o.constructor?.name?.includes("Adaptive")?Aa.setFeature(t,"RETRY_MODE_ADAPTIVE","F"):Aa.setFeature(t,"RETRY_MODE_STANDARD","E"):Aa.setFeature(t,"RETRY_MODE_LEGACY","D")}if(typeof e.accountIdEndpointMode=="function"){let o=t.endpointV2;switch(String(o?.url?.hostname).match(Att)&&Aa.setFeature(t,"ACCOUNT_ID_ENDPOINT","O"),await e.accountIdEndpointMode?.()){case"disabled":Aa.setFeature(t,"ACCOUNT_ID_MODE_DISABLED","Q");break;case"preferred":Aa.setFeature(t,"ACCOUNT_ID_MODE_PREFERRED","P");break;case"required":Aa.setFeature(t,"ACCOUNT_ID_MODE_REQUIRED","R");break}}let s=t.__smithy_context?.selectedHttpAuthScheme?.identity;if(s?.$source){let o=s;o.accountId&&Aa.setFeature(t,"RESOLVED_ACCOUNT_ID","T");for(let[i,a]of Object.entries(o.$source??{}))Aa.setFeature(t,i,a)}}var gae="user-agent",cV="x-amz-user-agent",hae=" ",uV="/",vtt=/[^!$%&'*+\-.^_`|~\w]/g,btt=/[^!$%&'*+\-.^_`|~\w#]/g,Sae="-",Itt=1024;function Dtt(t){let e="";for(let r in t){let n=t[r];if(e.length+n.length+1<=Itt){e.length?e+=","+n:e+=n;continue}break}return e}var Eae=t=>(e,r)=>async n=>{let{request:s}=n;if(!_tt.HttpRequest.isInstance(s))return e(n);let{headers:o}=s,i=r?.userAgent?.map(UP)||[],a=(await t.defaultUserAgentProvider()).map(UP);await Ptt(r,t,n);let c=r;a.push(`m/${Dtt(Object.assign({},r.__smithy_context?.features,c.__aws_sdk_context?.features))}`);let u=t?.customUserAgent?.map(UP)||[],f=await t.userAgentAppId();f&&a.push(UP(["app",`${f}`]));let m=Ctt.getUserAgentPrefix(),h=(m?[m]:[]).concat([...a,...i,...u]).join(hae),y=[...a.filter(C=>C.startsWith("aws-sdk-")),...u].join(hae);return t.runtime!=="browser"?(y&&(o[cV]=o[cV]?`${o[gae]} ${y}`:y),o[gae]=h):o[cV]=h,e({...n,request:s})},UP=t=>{let e=t[0].split(uV).map(i=>i.replace(vtt,Sae)).join(uV),r=t[1]?.replace(btt,Sae),n=e.indexOf(uV),s=e.substring(0,n),o=e.substring(n+1);return s==="api"&&(o=o.toLowerCase()),[s,o,r].filter(i=>i&&i.length>0).reduce((i,a,c)=>{switch(c){case 0:return a;case 1:return`${i}/${a}`;default:return`${i}#${a}`}},"")},Cae={name:"getUserAgentMiddleware",step:"build",priority:"low",tags:["SET_USER_AGENT","USER_AGENT"],override:!0},xtt=t=>({applyToStack:e=>{e.add(Eae(t),Cae)}});ng.DEFAULT_UA_APP_ID=yae;ng.getUserAgentMiddlewareOptions=Cae;ng.getUserAgentPlugin=xtt;ng.resolveUserAgentConfig=Ttt;ng.userAgentMiddleware=Eae});var lV=O(sg=>{"use strict";var wtt=(t,e,r)=>{if(e in t){if(t[e]==="true")return!0;if(t[e]==="false")return!1;throw new Error(`Cannot load ${r} "${e}". Expected "true" or "false", got ${t[e]}.`)}},$tt=(t,e,r)=>{if(!(e in t))return;let n=parseInt(t[e],10);if(Number.isNaN(n))throw new TypeError(`Cannot load ${r} '${e}'. Expected number, got '${t[e]}'.`);return n};sg.SelectorType=void 0;(function(t){t.ENV="env",t.CONFIG="shared config entry"})(sg.SelectorType||(sg.SelectorType={}));sg.booleanSelector=wtt;sg.numberSelector=$tt});var At=O(In=>{"use strict";var _l=lV(),FP=Nt(),Ott=Gn(),Tae="AWS_USE_DUALSTACK_ENDPOINT",Aae="use_dualstack_endpoint",ktt=!1,Ntt={environmentVariableSelector:t=>_l.booleanSelector(t,Tae,_l.SelectorType.ENV),configFileSelector:t=>_l.booleanSelector(t,Aae,_l.SelectorType.CONFIG),default:!1},Pae="AWS_USE_FIPS_ENDPOINT",vae="use_fips_endpoint",Ltt=!1,Utt={environmentVariableSelector:t=>_l.booleanSelector(t,Pae,_l.SelectorType.ENV),configFileSelector:t=>_l.booleanSelector(t,vae,_l.SelectorType.CONFIG),default:!1},Ftt=t=>{let{tls:e,endpoint:r,urlParser:n,useDualstackEndpoint:s}=t;return Object.assign(t,{tls:e??!0,endpoint:FP.normalizeProvider(typeof r=="string"?n(r):r),isCustomEndpoint:!0,useDualstackEndpoint:FP.normalizeProvider(s??!1)})},Mtt=async t=>{let{tls:e=!0}=t,r=await t.region();if(!new RegExp(/^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9])$/).test(r))throw new Error("Invalid region in client config");let s=await t.useDualstackEndpoint(),o=await t.useFipsEndpoint(),{hostname:i}=await t.regionInfoProvider(r,{useDualstackEndpoint:s,useFipsEndpoint:o})??{};if(!i)throw new Error("Cannot resolve hostname from client config");return t.urlParser(`${e?"https:":"http:"}//${i}`)},qtt=t=>{let e=FP.normalizeProvider(t.useDualstackEndpoint??!1),{endpoint:r,useFipsEndpoint:n,urlParser:s,tls:o}=t;return Object.assign(t,{tls:o??!0,endpoint:r?FP.normalizeProvider(typeof r=="string"?s(r):r):()=>Mtt({...t,useDualstackEndpoint:e,useFipsEndpoint:n}),isCustomEndpoint:!!r,useDualstackEndpoint:e})},bae="AWS_REGION",Iae="region",Btt={environmentVariableSelector:t=>t[bae],configFileSelector:t=>t[Iae],default:()=>{throw new Error("Region is missing")}},Gtt={preferredFile:"credentials"},_ae=new Set,Htt=(t,e=Ott.isValidHostLabel)=>{if(!_ae.has(t)&&!e(t))if(t==="*")console.warn('@smithy/config-resolver WARN - Please use the caller region instead of "*". See "sigv4a" in https://github.com/aws/aws-sdk-js-v3/blob/main/supplemental-docs/CLIENTS.md.');else throw new Error(`Region not accepted: region="${t}" is not a valid hostname component.`);else _ae.add(t)},Dae=t=>typeof t=="string"&&(t.startsWith("fips-")||t.endsWith("-fips")),Vtt=t=>Dae(t)?["fips-aws-global","aws-fips"].includes(t)?"us-east-1":t.replace(/fips-(dkr-|prod-)?|-fips/,""):t,jtt=t=>{let{region:e,useFipsEndpoint:r}=t;if(!e)throw new Error("Region is missing");return Object.assign(t,{region:async()=>{let n=typeof e=="function"?await e():e,s=Vtt(n);return Htt(s),s},useFipsEndpoint:async()=>{let n=typeof e=="string"?e:await e();return Dae(n)?!0:typeof r!="function"?Promise.resolve(!!r):r()}})},Rae=(t=[],{useFipsEndpoint:e,useDualstackEndpoint:r})=>t.find(({tags:n})=>e===n.includes("fips")&&r===n.includes("dualstack"))?.hostname,Wtt=(t,{regionHostname:e,partitionHostname:r})=>e||(r?r.replace("{region}",t):void 0),ztt=(t,{partitionHash:e})=>Object.keys(e||{}).find(r=>e[r].regions.includes(t))??"aws",Ktt=(t,{signingRegion:e,regionRegex:r,useFipsEndpoint:n})=>{if(e)return e;if(n){let s=r.replace("\\\\","\\").replace(/^\^/g,"\\.").replace(/\$$/g,"\\."),o=t.match(s);if(o)return o[0].slice(1,-1)}},Qtt=(t,{useFipsEndpoint:e=!1,useDualstackEndpoint:r=!1,signingService:n,regionHash:s,partitionHash:o})=>{let i=ztt(t,{partitionHash:o}),a=t in s?t:o[i]?.endpoint??t,c={useFipsEndpoint:e,useDualstackEndpoint:r},u=Rae(s[a]?.variants,c),f=Rae(o[i]?.variants,c),m=Wtt(a,{regionHostname:u,partitionHostname:f});if(m===void 0)throw new Error(`Endpoint resolution failed for: ${{resolvedRegion:a,useFipsEndpoint:e,useDualstackEndpoint:r}}`);let h=Ktt(m,{signingRegion:s[a]?.signingRegion,regionRegex:o[i].regionRegex,useFipsEndpoint:e});return{partition:i,signingService:n,hostname:m,...h&&{signingRegion:h},...s[a]?.signingService&&{signingService:s[a].signingService}}};In.CONFIG_USE_DUALSTACK_ENDPOINT=Aae;In.CONFIG_USE_FIPS_ENDPOINT=vae;In.DEFAULT_USE_DUALSTACK_ENDPOINT=ktt;In.DEFAULT_USE_FIPS_ENDPOINT=Ltt;In.ENV_USE_DUALSTACK_ENDPOINT=Tae;In.ENV_USE_FIPS_ENDPOINT=Pae;In.NODE_REGION_CONFIG_FILE_OPTIONS=Gtt;In.NODE_REGION_CONFIG_OPTIONS=Btt;In.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS=Ntt;In.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS=Utt;In.REGION_ENV_NAME=bae;In.REGION_INI_NAME=Iae;In.getRegionInfo=Qtt;In.resolveCustomEndpointsConfig=Ftt;In.resolveEndpointsConfig=qtt;In.resolveRegionConfig=jtt});var wae=O(xae=>{"use strict";var Ytt=t=>Object.assign(t,{eventStreamMarshaller:t.eventStreamSerdeProvider(t)});xae.resolveEventStreamSerdeConfig=Ytt});var So=O(MP=>{"use strict";var Jtt=qe(),$ae="content-length";function Oae(t){return e=>async r=>{let n=r.request;if(Jtt.HttpRequest.isInstance(n)){let{body:s,headers:o}=n;if(s&&Object.keys(o).map(i=>i.toLowerCase()).indexOf($ae)===-1)try{let i=t(s);n.headers={...n.headers,[$ae]:String(i)}}catch{}}return e({...r,request:n})}}var kae={step:"build",tags:["SET_CONTENT_LENGTH","CONTENT_LENGTH"],name:"contentLengthMiddleware",override:!0},Xtt=t=>({applyToStack:e=>{e.add(Oae(t.bodyLengthChecker),kae)}});MP.contentLengthMiddleware=Oae;MP.contentLengthMiddlewareOptions=kae;MP.getContentLengthPlugin=Xtt});var pV=O(qP=>{"use strict";Object.defineProperty(qP,"__esModule",{value:!0});qP.getHomeDir=void 0;var Ztt=require("os"),ert=require("path"),dV={},trt=()=>process&&process.geteuid?`${process.geteuid()}`:"DEFAULT",rrt=()=>{let{HOME:t,USERPROFILE:e,HOMEPATH:r,HOMEDRIVE:n=`C:${ert.sep}`}=process.env;if(t)return t;if(e)return e;if(r)return`${n}${r}`;let s=trt();return dV[s]||(dV[s]=(0,Ztt.homedir)()),dV[s]};qP.getHomeDir=rrt});var mV=O(BP=>{"use strict";Object.defineProperty(BP,"__esModule",{value:!0});BP.getSSOTokenFilepath=void 0;var nrt=require("crypto"),srt=require("path"),ort=pV(),irt=t=>{let r=(0,nrt.createHash)("sha1").update(t).digest("hex");return(0,srt.join)((0,ort.getHomeDir)(),".aws","sso","cache",`${r}.json`)};BP.getSSOTokenFilepath=irt});var Nae=O(Rl=>{"use strict";Object.defineProperty(Rl,"__esModule",{value:!0});Rl.getSSOTokenFromFile=Rl.tokenIntercept=void 0;var art=require("fs/promises"),crt=mV();Rl.tokenIntercept={};var urt=async t=>{if(Rl.tokenIntercept[t])return Rl.tokenIntercept[t];let e=(0,crt.getSSOTokenFilepath)(t),r=await(0,art.readFile)(e,"utf8");return JSON.parse(r)};Rl.getSSOTokenFromFile=urt});var Lae=O(yo=>{"use strict";Object.defineProperty(yo,"__esModule",{value:!0});yo.readFile=yo.fileIntercept=yo.filePromises=void 0;var lrt=require("node:fs/promises");yo.filePromises={};yo.fileIntercept={};var drt=(t,e)=>yo.fileIntercept[t]!==void 0?yo.fileIntercept[t]:((!yo.filePromises[t]||e?.ignoreCache)&&(yo.filePromises[t]=(0,lrt.readFile)(t,"utf8")),yo.filePromises[t]);yo.readFile=drt});var yn=O(As=>{"use strict";var Ky=pV(),Uae=mV(),fV=Nae(),GP=require("path"),HP=gn(),og=Lae(),Mae="AWS_PROFILE",qae="default",prt=t=>t.profile||process.env[Mae]||qae,Kp=".",mrt=t=>Object.entries(t).filter(([e])=>{let r=e.indexOf(Kp);return r===-1?!1:Object.values(HP.IniSectionType).includes(e.substring(0,r))}).reduce((e,[r,n])=>{let s=r.indexOf(Kp),o=r.substring(0,s)===HP.IniSectionType.PROFILE?r.substring(s+1):r;return e[o]=n,e},{...t.default&&{default:t.default}}),frt="AWS_CONFIG_FILE",Bae=()=>process.env[frt]||GP.join(Ky.getHomeDir(),".aws","config"),grt="AWS_SHARED_CREDENTIALS_FILE",hrt=()=>process.env[grt]||GP.join(Ky.getHomeDir(),".aws","credentials"),Srt=/^([\w-]+)\s(["'])?([\w-@\+\.%:/]+)\2$/,yrt=["__proto__","profile __proto__"],gV=t=>{let e={},r,n;for(let s of t.split(/\r?\n/)){let o=s.split(/(^|\s)[;#]/)[0].trim();if(o[0]==="["&&o[o.length-1]==="]"){r=void 0,n=void 0;let a=o.substring(1,o.length-1),c=Srt.exec(a);if(c){let[,u,,f]=c;Object.values(HP.IniSectionType).includes(u)&&(r=[u,f].join(Kp))}else r=a;if(yrt.includes(a))throw new Error(`Found invalid profile name "${a}"`)}else if(r){let a=o.indexOf("=");if(![0,-1].includes(a)){let[c,u]=[o.substring(0,a).trim(),o.substring(a+1).trim()];if(u==="")n=c;else{n&&s.trimStart()===s&&(n=void 0),e[r]=e[r]||{};let f=n?[n,c].join(Kp):c;e[r][f]=u}}}}return e},Fae=()=>({}),Gae=async(t={})=>{let{filepath:e=hrt(),configFilepath:r=Bae()}=t,n=Ky.getHomeDir(),s="~/",o=e;e.startsWith(s)&&(o=GP.join(n,e.slice(2)));let i=r;r.startsWith(s)&&(i=GP.join(n,r.slice(2)));let a=await Promise.all([og.readFile(i,{ignoreCache:t.ignoreCache}).then(gV).then(mrt).catch(Fae),og.readFile(o,{ignoreCache:t.ignoreCache}).then(gV).catch(Fae)]);return{configFile:a[0],credentialsFile:a[1]}},Ert=t=>Object.entries(t).filter(([e])=>e.startsWith(HP.IniSectionType.SSO_SESSION+Kp)).reduce((e,[r,n])=>({...e,[r.substring(r.indexOf(Kp)+1)]:n}),{}),Crt=()=>({}),_rt=async(t={})=>og.readFile(t.configFilepath??Bae()).then(gV).then(Ert).catch(Crt),Rrt=(...t)=>{let e={};for(let r of t)for(let[n,s]of Object.entries(r))e[n]!==void 0?Object.assign(e[n],s):e[n]=s;return e},Trt=async t=>{let e=await Gae(t);return Rrt(e.configFile,e.credentialsFile)},Art={getFileRecord(){return og.fileIntercept},interceptFile(t,e){og.fileIntercept[t]=Promise.resolve(e)},getTokenRecord(){return fV.tokenIntercept},interceptToken(t,e){fV.tokenIntercept[t]=e}};Object.defineProperty(As,"getSSOTokenFromFile",{enumerable:!0,get:function(){return fV.getSSOTokenFromFile}});Object.defineProperty(As,"readFile",{enumerable:!0,get:function(){return og.readFile}});As.CONFIG_PREFIX_SEPARATOR=Kp;As.DEFAULT_PROFILE=qae;As.ENV_PROFILE=Mae;As.externalDataInterceptor=Art;As.getProfileName=prt;As.loadSharedConfigFiles=Gae;As.loadSsoSessionData=_rt;As.parseKnownFiles=Trt;Object.keys(Ky).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(As,t)&&Object.defineProperty(As,t,{enumerable:!0,get:function(){return Ky[t]}})});Object.keys(Uae).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(As,t)&&Object.defineProperty(As,t,{enumerable:!0,get:function(){return Uae[t]}})})});var Jr=O(jae=>{"use strict";var Qy=Lt(),Hae=yn();function Vae(t){try{let e=new Set(Array.from(t.match(/([A-Z_]){3,}/g)??[]));return e.delete("CONFIG"),e.delete("CONFIG_PREFIX_SEPARATOR"),e.delete("ENV"),[...e].join(", ")}catch{return t}}var Prt=(t,e)=>async()=>{try{let r=t(process.env,e);if(r===void 0)throw new Error;return r}catch(r){throw new Qy.CredentialsProviderError(r.message||`Not found in ENV: ${Vae(t.toString())}`,{logger:e?.logger})}},vrt=(t,{preferredFile:e="config",...r}={})=>async()=>{let n=Hae.getProfileName(r),{configFile:s,credentialsFile:o}=await Hae.loadSharedConfigFiles(r),i=o[n]||{},a=s[n]||{},c=e==="config"?{...i,...a}:{...a,...i};try{let f=t(c,e==="config"?s:o);if(f===void 0)throw new Error;return f}catch(u){throw new Qy.CredentialsProviderError(u.message||`Not found in config files w/ profile [${n}]: ${Vae(t.toString())}`,{logger:r.logger})}},brt=t=>typeof t=="function",Irt=t=>brt(t)?async()=>await t():Qy.fromStatic(t),Drt=({environmentVariableSelector:t,configFileSelector:e,default:r},n={})=>{let{signingName:s,logger:o}=n,i={signingName:s,logger:o};return Qy.memoize(Qy.chain(Prt(t,i),vrt(e,n),Irt(r)))};jae.loadConfig=Drt});var Qae=O(VP=>{"use strict";Object.defineProperty(VP,"__esModule",{value:!0});VP.getEndpointUrlConfig=void 0;var Wae=yn(),zae="AWS_ENDPOINT_URL",Kae="endpoint_url",xrt=t=>({environmentVariableSelector:e=>{let r=t.split(" ").map(o=>o.toUpperCase()),n=e[[zae,...r].join("_")];if(n)return n;let s=e[zae];if(s)return s},configFileSelector:(e,r)=>{if(r&&e.services){let s=r[["services",e.services].join(Wae.CONFIG_PREFIX_SEPARATOR)];if(s){let o=t.split(" ").map(a=>a.toLowerCase()),i=s[[o.join("_"),Kae].join(Wae.CONFIG_PREFIX_SEPARATOR)];if(i)return i}}let n=e[Kae];if(n)return n},default:void 0});VP.getEndpointUrlConfig=xrt});var Yae=O(jP=>{"use strict";Object.defineProperty(jP,"__esModule",{value:!0});jP.getEndpointFromConfig=void 0;var wrt=Jr(),$rt=Qae(),Ort=async t=>(0,wrt.loadConfig)((0,$rt.getEndpointUrlConfig)(t??""))();jP.getEndpointFromConfig=Ort});var jo=O(Hc=>{"use strict";var Xae=Yae(),Jae=Sn(),krt=(bn(),J(sl)),WP=Nt(),Nrt=Ty(),Lrt=async t=>{let e=t?.Bucket||"";if(typeof t.Bucket=="string"&&(t.Bucket=e.replace(/#/g,encodeURIComponent("#")).replace(/\?/g,encodeURIComponent("?"))),Brt(e)){if(t.ForcePathStyle===!0)throw new Error("Path-style addressing cannot be used with ARN buckets")}else(!qrt(e)||e.indexOf(".")!==-1&&!String(t.Endpoint).startsWith("http:")||e.toLowerCase()!==e||e.length<3)&&(t.ForcePathStyle=!0);return t.DisableMultiRegionAccessPoints&&(t.disableMultiRegionAccessPoints=!0,t.DisableMRAP=!0),t},Urt=/^[a-z0-9][a-z0-9\.\-]{1,61}[a-z0-9]$/,Frt=/(\d+\.){3}\d+/,Mrt=/\.\./,qrt=t=>Urt.test(t)&&!Frt.test(t)&&!Mrt.test(t),Brt=t=>{let[e,r,n,,,s]=t.split(":"),o=e==="arn"&&t.split(":").length>=6,i=!!(o&&r&&n&&s);if(o&&!i)throw new Error(`Invalid ARN: ${t} was an invalid ARN.`);return i},Grt=(t,e,r,n=!1)=>{let s=async()=>{let o;return n?o=r.clientContextParams?.[t]??r[t]??r[e]:o=r[t]??r[e],typeof o=="function"?o():o};return t==="credentialScope"||e==="CredentialScope"?async()=>{let o=typeof r.credentials=="function"?await r.credentials():r.credentials;return o?.credentialScope??o?.CredentialScope}:t==="accountId"||e==="AccountId"?async()=>{let o=typeof r.credentials=="function"?await r.credentials():r.credentials;return o?.accountId??o?.AccountId}:t==="endpoint"||e==="endpoint"?async()=>{if(r.isCustomEndpoint===!1)return;let o=await s();if(o&&typeof o=="object"){if("url"in o)return o.url.href;if("hostname"in o){let{protocol:i,hostname:a,port:c,path:u}=o;return`${i}//${a}${c?":"+c:""}${u}`}}return o}:s},hV=t=>typeof t=="object"?"url"in t?Jae.parseUrl(t.url):t:Jae.parseUrl(t),Zae=async(t,e,r,n)=>{if(!r.isCustomEndpoint){let i;r.serviceConfiguredEndpoint?i=await r.serviceConfiguredEndpoint():i=await Xae.getEndpointFromConfig(r.serviceId),i&&(r.endpoint=()=>Promise.resolve(hV(i)),r.isCustomEndpoint=!0)}let s=await ece(t,e,r);if(typeof r.endpointProvider!="function")throw new Error("config.endpointProvider is not set.");return r.endpointProvider(s,n)},ece=async(t,e,r)=>{let n={},s=e?.getEndpointParameterInstructions?.()||{};for(let[o,i]of Object.entries(s))switch(i.type){case"staticContextParams":n[o]=i.value;break;case"contextParams":n[o]=t[i.name];break;case"clientContextParams":case"builtInParams":n[o]=await Grt(i.name,o,r,i.type!=="builtInParams")();break;case"operationContextParams":n[o]=i.get(t);break;default:throw new Error("Unrecognized endpoint parameter instruction: "+JSON.stringify(i))}return Object.keys(s).length===0&&Object.assign(n,r),String(r.serviceId).toLowerCase()==="s3"&&await Lrt(n),n},tce=({config:t,instructions:e})=>(r,n)=>async s=>{t.isCustomEndpoint&&krt.setFeature(n,"ENDPOINT_OVERRIDE","N");let o=await Zae(s.input,{getEndpointParameterInstructions(){return e}},{...t},n);n.endpointV2=o,n.authSchemes=o.properties?.authSchemes;let i=n.authSchemes?.[0];if(i){n.signing_region=i.signingRegion,n.signing_service=i.signingName;let c=WP.getSmithyContext(n)?.selectedHttpAuthScheme?.httpAuthOption;c&&(c.signingProperties=Object.assign(c.signingProperties||{},{signing_region:i.signingRegion,signingRegion:i.signingRegion,signing_service:i.signingName,signingName:i.signingName,signingRegionSet:i.signingRegionSet},i.properties))}return r({...s})},rce={step:"serialize",tags:["ENDPOINT_PARAMETERS","ENDPOINT_V2","ENDPOINT"],name:"endpointV2Middleware",override:!0,relation:"before",toMiddleware:Nrt.serializerMiddlewareOption.name},Hrt=(t,e)=>({applyToStack:r=>{r.addRelativeTo(tce({config:t,instructions:e}),rce)}}),Vrt=t=>{let e=t.tls??!0,{endpoint:r,useDualstackEndpoint:n,useFipsEndpoint:s}=t,o=r!=null?async()=>hV(await WP.normalizeProvider(r)()):void 0,a=Object.assign(t,{endpoint:o,tls:e,isCustomEndpoint:!!r,useDualstackEndpoint:WP.normalizeProvider(n??!1),useFipsEndpoint:WP.normalizeProvider(s??!1)}),c;return a.serviceConfiguredEndpoint=async()=>(t.serviceId&&!c&&(c=Xae.getEndpointFromConfig(t.serviceId)),c),a},jrt=t=>{let{endpoint:e}=t;return e===void 0&&(t.endpoint=async()=>{throw new Error("@smithy/middleware-endpoint: (default endpointRuleSet) endpoint is not set - you must configure an endpoint.")}),t};Hc.endpointMiddleware=tce;Hc.endpointMiddlewareOptions=rce;Hc.getEndpointFromInstructions=Zae;Hc.getEndpointPlugin=Hrt;Hc.resolveEndpointConfig=Vrt;Hc.resolveEndpointRequiredConfig=jrt;Hc.resolveParams=ece;Hc.toEndpointV1=hV});var zP=O(Tl=>{"use strict";var Wrt=["AuthFailure","InvalidSignatureException","RequestExpired","RequestInTheFuture","RequestTimeTooSkewed","SignatureDoesNotMatch"],zrt=["BandwidthLimitExceeded","EC2ThrottledException","LimitExceededException","PriorRequestNotComplete","ProvisionedThroughputExceededException","RequestLimitExceeded","RequestThrottled","RequestThrottledException","SlowDown","ThrottledException","Throttling","ThrottlingException","TooManyRequestsException","TransactionInProgressException"],Krt=["TimeoutError","RequestTimeout","RequestTimeoutException"],Qrt=[500,502,503,504],Yrt=["ECONNRESET","ECONNREFUSED","EPIPE","ETIMEDOUT"],Jrt=["EHOSTUNREACH","ENETUNREACH","ENOTFOUND"],nce=t=>t?.$retryable!==void 0,Xrt=t=>Wrt.includes(t.name),sce=t=>t.$metadata?.clockSkewCorrected,oce=t=>{let e=new Set(["Failed to fetch","NetworkError when attempting to fetch resource","The Internet connection appears to be offline","Load failed","Network request failed"]);return t&&t instanceof TypeError?e.has(t.message):!1},Zrt=t=>t.$metadata?.httpStatusCode===429||zrt.includes(t.name)||t.$retryable?.throttling==!0,SV=(t,e=0)=>nce(t)||sce(t)||Krt.includes(t.name)||Yrt.includes(t?.code||"")||Jrt.includes(t?.code||"")||Qrt.includes(t.$metadata?.httpStatusCode||0)||oce(t)||t.cause!==void 0&&e<=10&&SV(t.cause,e+1),ent=t=>{if(t.$metadata?.httpStatusCode!==void 0){let e=t.$metadata.httpStatusCode;return 500<=e&&e<=599&&!SV(t)}return!1};Tl.isBrowserNetworkError=oce;Tl.isClockSkewCorrectedError=sce;Tl.isClockSkewError=Xrt;Tl.isRetryableByTrait=nce;Tl.isServerError=ent;Tl.isThrottlingError=Zrt;Tl.isTransientError=SV});var Ps=O(Or=>{"use strict";var tnt=zP();Or.RETRY_MODES=void 0;(function(t){t.STANDARD="standard",t.ADAPTIVE="adaptive"})(Or.RETRY_MODES||(Or.RETRY_MODES={}));var yV=3,rnt=Or.RETRY_MODES.STANDARD,KP=class t{static setTimeoutFn=setTimeout;beta;minCapacity;minFillRate;scaleConstant;smooth;currentCapacity=0;enabled=!1;lastMaxRate=0;measuredTxRate=0;requestCount=0;fillRate;lastThrottleTime;lastTimestamp=0;lastTxRateBucket;maxCapacity;timeWindow=0;constructor(e){this.beta=e?.beta??.7,this.minCapacity=e?.minCapacity??1,this.minFillRate=e?.minFillRate??.5,this.scaleConstant=e?.scaleConstant??.4,this.smooth=e?.smooth??.8;let r=this.getCurrentTimeInSeconds();this.lastThrottleTime=r,this.lastTxRateBucket=Math.floor(this.getCurrentTimeInSeconds()),this.fillRate=this.minFillRate,this.maxCapacity=this.minCapacity}getCurrentTimeInSeconds(){return Date.now()/1e3}async getSendToken(){return this.acquireTokenBucket(1)}async acquireTokenBucket(e){if(this.enabled){if(this.refillTokenBucket(),e>this.currentCapacity){let r=(e-this.currentCapacity)/this.fillRate*1e3;await new Promise(n=>t.setTimeoutFn(n,r))}this.currentCapacity=this.currentCapacity-e}}refillTokenBucket(){let e=this.getCurrentTimeInSeconds();if(!this.lastTimestamp){this.lastTimestamp=e;return}let r=(e-this.lastTimestamp)*this.fillRate;this.currentCapacity=Math.min(this.maxCapacity,this.currentCapacity+r),this.lastTimestamp=e}updateClientSendingRate(e){let r;if(this.updateMeasuredRate(),tnt.isThrottlingError(e)){let s=this.enabled?Math.min(this.measuredTxRate,this.fillRate):this.measuredTxRate;this.lastMaxRate=s,this.calculateTimeWindow(),this.lastThrottleTime=this.getCurrentTimeInSeconds(),r=this.cubicThrottle(s),this.enableTokenBucket()}else this.calculateTimeWindow(),r=this.cubicSuccess(this.getCurrentTimeInSeconds());let n=Math.min(r,2*this.measuredTxRate);this.updateTokenBucketRate(n)}calculateTimeWindow(){this.timeWindow=this.getPrecise(Math.pow(this.lastMaxRate*(1-this.beta)/this.scaleConstant,1/3))}cubicThrottle(e){return this.getPrecise(e*this.beta)}cubicSuccess(e){return this.getPrecise(this.scaleConstant*Math.pow(e-this.lastThrottleTime-this.timeWindow,3)+this.lastMaxRate)}enableTokenBucket(){this.enabled=!0}updateTokenBucketRate(e){this.refillTokenBucket(),this.fillRate=Math.max(e,this.minFillRate),this.maxCapacity=Math.max(e,this.minCapacity),this.currentCapacity=Math.min(this.currentCapacity,this.maxCapacity)}updateMeasuredRate(){let e=this.getCurrentTimeInSeconds(),r=Math.floor(e*2)/2;if(this.requestCount++,r>this.lastTxRateBucket){let n=this.requestCount/(r-this.lastTxRateBucket);this.measuredTxRate=this.getPrecise(n*this.smooth+this.measuredTxRate*(1-this.smooth)),this.requestCount=0,this.lastTxRateBucket=r}}getPrecise(e){return parseFloat(e.toFixed(8))}},Yy=100,RV=20*1e3,ace=500,EV=500,cce=5,uce=10,lce=1,nnt="amz-sdk-invocation-id",snt="amz-sdk-request",ont=()=>{let t=Yy;return{computeNextBackoffDelay:n=>Math.floor(Math.min(RV,Math.random()*2**n*t)),setDelayBase:n=>{t=n}}},ice=({retryDelay:t,retryCount:e,retryCost:r})=>({getRetryCount:()=>e,getRetryDelay:()=>Math.min(RV,t),getRetryCost:()=>r}),Jy=class{maxAttempts;mode=Or.RETRY_MODES.STANDARD;capacity=EV;retryBackoffStrategy=ont();maxAttemptsProvider;constructor(e){this.maxAttempts=e,this.maxAttemptsProvider=typeof e=="function"?e:async()=>e}async acquireInitialRetryToken(e){return ice({retryDelay:Yy,retryCount:0})}async refreshRetryTokenForRetry(e,r){let n=await this.getMaxAttempts();if(this.shouldRetry(e,r,n)){let s=r.errorType;this.retryBackoffStrategy.setDelayBase(s==="THROTTLING"?ace:Yy);let o=this.retryBackoffStrategy.computeNextBackoffDelay(e.getRetryCount()),i=r.retryAfterHint?Math.max(r.retryAfterHint.getTime()-Date.now()||0,o):o,a=this.getCapacityCost(s);return this.capacity-=a,ice({retryDelay:i,retryCount:e.getRetryCount()+1,retryCost:a})}throw new Error("No retry token available")}recordSuccess(e){this.capacity=Math.max(EV,this.capacity+(e.getRetryCost()??lce))}getCapacity(){return this.capacity}async getMaxAttempts(){try{return await this.maxAttemptsProvider()}catch{return console.warn(`Max attempts provider could not resolve. Using default of ${yV}`),yV}}shouldRetry(e,r,n){return e.getRetryCount()+1<n&&this.capacity>=this.getCapacityCost(r.errorType)&&this.isRetryableError(r.errorType)}getCapacityCost(e){return e==="TRANSIENT"?uce:cce}isRetryableError(e){return e==="THROTTLING"||e==="TRANSIENT"}},CV=class{maxAttemptsProvider;rateLimiter;standardRetryStrategy;mode=Or.RETRY_MODES.ADAPTIVE;constructor(e,r){this.maxAttemptsProvider=e;let{rateLimiter:n}=r??{};this.rateLimiter=n??new KP,this.standardRetryStrategy=new Jy(e)}async acquireInitialRetryToken(e){return await this.rateLimiter.getSendToken(),this.standardRetryStrategy.acquireInitialRetryToken(e)}async refreshRetryTokenForRetry(e,r){return this.rateLimiter.updateClientSendingRate(r),this.standardRetryStrategy.refreshRetryTokenForRetry(e,r)}recordSuccess(e){this.rateLimiter.updateClientSendingRate({}),this.standardRetryStrategy.recordSuccess(e)}},_V=class extends Jy{computeNextBackoffDelay;constructor(e,r=Yy){super(typeof e=="function"?e:async()=>e),typeof r=="number"?this.computeNextBackoffDelay=()=>r:this.computeNextBackoffDelay=r}async refreshRetryTokenForRetry(e,r){let n=await super.refreshRetryTokenForRetry(e,r);return n.getRetryDelay=()=>this.computeNextBackoffDelay(n.getRetryCount()),n}};Or.AdaptiveRetryStrategy=CV;Or.ConfiguredRetryStrategy=_V;Or.DEFAULT_MAX_ATTEMPTS=yV;Or.DEFAULT_RETRY_DELAY_BASE=Yy;Or.DEFAULT_RETRY_MODE=rnt;Or.DefaultRateLimiter=KP;Or.INITIAL_RETRY_TOKENS=EV;Or.INVOCATION_ID_HEADER=nnt;Or.MAXIMUM_RETRY_DELAY=RV;Or.NO_RETRY_INCREMENT=lce;Or.REQUEST_HEADER=snt;Or.RETRY_COST=cce;Or.StandardRetryStrategy=Jy;Or.THROTTLING_RETRY_DELAY_BASE=ace;Or.TIMEOUT_RETRY_COST=uce});var dce=O(QP=>{"use strict";Object.defineProperty(QP,"__esModule",{value:!0});QP.isStreamingPayload=void 0;var int=require("stream"),ant=t=>t?.body instanceof int.Readable||typeof ReadableStream<"u"&&t?.body instanceof ReadableStream;QP.isStreamingPayload=ant});var vs=O(on=>{"use strict";var Ir=Ps(),ig=qe(),Al=zP(),mce=Fp(),pce=Nt(),cnt=je(),unt=dce(),lnt=(t,e)=>{let r=t,n=Ir.NO_RETRY_INCREMENT,s=Ir.RETRY_COST,o=Ir.TIMEOUT_RETRY_COST,i=t,a=m=>m.name==="TimeoutError"?o:s,c=m=>a(m)<=i;return Object.freeze({hasRetryTokens:c,retrieveRetryTokens:m=>{if(!c(m))throw new Error("No retry token available");let h=a(m);return i-=h,h},releaseRetryTokens:m=>{i+=m??n,i=Math.min(i,r)}})},fce=(t,e)=>Math.floor(Math.min(Ir.MAXIMUM_RETRY_DELAY,Math.random()*2**e*t)),gce=t=>t?Al.isRetryableByTrait(t)||Al.isClockSkewError(t)||Al.isThrottlingError(t)||Al.isTransientError(t):!1,hce=t=>t instanceof Error?t:t instanceof Object?Object.assign(new Error,t):typeof t=="string"?new Error(t):new Error(`AWS SDK error wrapper for ${t}`),YP=class{maxAttemptsProvider;retryDecider;delayDecider;retryQuota;mode=Ir.RETRY_MODES.STANDARD;constructor(e,r){this.maxAttemptsProvider=e,this.retryDecider=r?.retryDecider??gce,this.delayDecider=r?.delayDecider??fce,this.retryQuota=r?.retryQuota??lnt(Ir.INITIAL_RETRY_TOKENS)}shouldRetry(e,r,n){return r<n&&this.retryDecider(e)&&this.retryQuota.hasRetryTokens(e)}async getMaxAttempts(){let e;try{e=await this.maxAttemptsProvider()}catch{e=Ir.DEFAULT_MAX_ATTEMPTS}return e}async retry(e,r,n){let s,o=0,i=0,a=await this.getMaxAttempts(),{request:c}=r;for(ig.HttpRequest.isInstance(c)&&(c.headers[Ir.INVOCATION_ID_HEADER]=mce.v4());;)try{ig.HttpRequest.isInstance(c)&&(c.headers[Ir.REQUEST_HEADER]=`attempt=${o+1}; max=${a}`),n?.beforeRequest&&await n.beforeRequest();let{response:u,output:f}=await e(r);return n?.afterRequest&&n.afterRequest(u),this.retryQuota.releaseRetryTokens(s),f.$metadata.attempts=o+1,f.$metadata.totalRetryDelay=i,{response:u,output:f}}catch(u){let f=hce(u);if(o++,this.shouldRetry(f,o,a)){s=this.retryQuota.retrieveRetryTokens(f);let m=this.delayDecider(Al.isThrottlingError(f)?Ir.THROTTLING_RETRY_DELAY_BASE:Ir.DEFAULT_RETRY_DELAY_BASE,o),h=dnt(f.$response),y=Math.max(h||0,m);i+=y,await new Promise(C=>setTimeout(C,y));continue}throw f.$metadata||(f.$metadata={}),f.$metadata.attempts=o,f.$metadata.totalRetryDelay=i,f}}},dnt=t=>{if(!ig.HttpResponse.isInstance(t))return;let e=Object.keys(t.headers).find(o=>o.toLowerCase()==="retry-after");if(!e)return;let r=t.headers[e],n=Number(r);return Number.isNaN(n)?new Date(r).getTime()-Date.now():n*1e3},TV=class extends YP{rateLimiter;constructor(e,r){let{rateLimiter:n,...s}=r??{};super(e,s),this.rateLimiter=n??new Ir.DefaultRateLimiter,this.mode=Ir.RETRY_MODES.ADAPTIVE}async retry(e,r){return super.retry(e,r,{beforeRequest:async()=>this.rateLimiter.getSendToken(),afterRequest:n=>{this.rateLimiter.updateClientSendingRate(n)}})}},AV="AWS_MAX_ATTEMPTS",PV="max_attempts",pnt={environmentVariableSelector:t=>{let e=t[AV];if(!e)return;let r=parseInt(e);if(Number.isNaN(r))throw new Error(`Environment variable ${AV} mast be a number, got "${e}"`);return r},configFileSelector:t=>{let e=t[PV];if(!e)return;let r=parseInt(e);if(Number.isNaN(r))throw new Error(`Shared config file entry ${PV} mast be a number, got "${e}"`);return r},default:Ir.DEFAULT_MAX_ATTEMPTS},mnt=t=>{let{retryStrategy:e,retryMode:r,maxAttempts:n}=t,s=pce.normalizeProvider(n??Ir.DEFAULT_MAX_ATTEMPTS);return Object.assign(t,{maxAttempts:s,retryStrategy:async()=>e||(await pce.normalizeProvider(r)()===Ir.RETRY_MODES.ADAPTIVE?new Ir.AdaptiveRetryStrategy(s):new Ir.StandardRetryStrategy(s))})},Sce="AWS_RETRY_MODE",yce="retry_mode",fnt={environmentVariableSelector:t=>t[Sce],configFileSelector:t=>t[yce],default:Ir.DEFAULT_RETRY_MODE},Ece=()=>t=>async e=>{let{request:r}=e;return ig.HttpRequest.isInstance(r)&&(delete r.headers[Ir.INVOCATION_ID_HEADER],delete r.headers[Ir.REQUEST_HEADER]),t(e)},Cce={name:"omitRetryHeadersMiddleware",tags:["RETRY","HEADERS","OMIT_RETRY_HEADERS"],relation:"before",toMiddleware:"awsAuthMiddleware",override:!0},gnt=t=>({applyToStack:e=>{e.addRelativeTo(Ece(),Cce)}}),_ce=t=>(e,r)=>async n=>{let s=await t.retryStrategy(),o=await t.maxAttempts();if(hnt(s)){s=s;let i=await s.acquireInitialRetryToken(r.partition_id),a=new Error,c=0,u=0,{request:f}=n,m=ig.HttpRequest.isInstance(f);for(m&&(f.headers[Ir.INVOCATION_ID_HEADER]=mce.v4());;)try{m&&(f.headers[Ir.REQUEST_HEADER]=`attempt=${c+1}; max=${o}`);let{response:h,output:y}=await e(n);return s.recordSuccess(i),y.$metadata.attempts=c+1,y.$metadata.totalRetryDelay=u,{response:h,output:y}}catch(h){let y=Snt(h);if(a=hce(h),m&&unt.isStreamingPayload(f))throw(r.logger instanceof cnt.NoOpLogger?console:r.logger)?.warn("An error was encountered in a non-retryable streaming request."),a;try{i=await s.refreshRetryTokenForRetry(i,y)}catch{throw a.$metadata||(a.$metadata={}),a.$metadata.attempts=c+1,a.$metadata.totalRetryDelay=u,a}c=i.getRetryCount();let C=i.getRetryDelay();u+=C,await new Promise(I=>setTimeout(I,C))}}else return s=s,s?.mode&&(r.userAgent=[...r.userAgent||[],["cfg/retry-mode",s.mode]]),s.retry(e,n)},hnt=t=>typeof t.acquireInitialRetryToken<"u"&&typeof t.refreshRetryTokenForRetry<"u"&&typeof t.recordSuccess<"u",Snt=t=>{let e={error:t,errorType:ynt(t)},r=Tce(t.$response);return r&&(e.retryAfterHint=r),e},ynt=t=>Al.isThrottlingError(t)?"THROTTLING":Al.isTransientError(t)?"TRANSIENT":Al.isServerError(t)?"SERVER_ERROR":"CLIENT_ERROR",Rce={name:"retryMiddleware",tags:["RETRY"],step:"finalizeRequest",priority:"high",override:!0},Ent=t=>({applyToStack:e=>{e.add(_ce(t),Rce)}}),Tce=t=>{if(!ig.HttpResponse.isInstance(t))return;let e=Object.keys(t.headers).find(o=>o.toLowerCase()==="retry-after");if(!e)return;let r=t.headers[e],n=Number(r);return Number.isNaN(n)?new Date(r):new Date(n*1e3)};on.AdaptiveRetryStrategy=TV;on.CONFIG_MAX_ATTEMPTS=PV;on.CONFIG_RETRY_MODE=yce;on.ENV_MAX_ATTEMPTS=AV;on.ENV_RETRY_MODE=Sce;on.NODE_MAX_ATTEMPT_CONFIG_OPTIONS=pnt;on.NODE_RETRY_MODE_CONFIG_OPTIONS=fnt;on.StandardRetryStrategy=YP;on.defaultDelayDecider=fce;on.defaultRetryDecider=gce;on.getOmitRetryHeadersPlugin=gnt;on.getRetryAfterHint=Tce;on.getRetryPlugin=Ent;on.omitRetryHeadersMiddleware=Ece;on.omitRetryHeadersMiddlewareOptions=Cce;on.resolveRetryConfig=mnt;on.retryMiddleware=_ce;on.retryMiddlewareOptions=Rce});var bV=O(Pl=>{"use strict";Object.defineProperty(Pl,"__esModule",{value:!0});Pl.resolveHttpAuthSchemeConfig=Pl.defaultCloudWatchLogsHttpAuthSchemeProvider=Pl.defaultCloudWatchLogsHttpAuthSchemeParametersProvider=void 0;var Cnt=(br(),J(Js)),vV=Nt(),_nt=async(t,e,r)=>({operation:(0,vV.getSmithyContext)(e).operation,region:await(0,vV.normalizeProvider)(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});Pl.defaultCloudWatchLogsHttpAuthSchemeParametersProvider=_nt;function Rnt(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"logs",region:t.region},propertiesExtractor:(e,r)=>({signingProperties:{config:e,context:r}})}}var Tnt=t=>{let e=[];switch(t.operation){default:e.push(Rnt(t))}return e};Pl.defaultCloudWatchLogsHttpAuthSchemeProvider=Tnt;var Ant=t=>{let e=(0,Cnt.resolveAwsSdkSigV4Config)(t);return Object.assign(e,{authSchemePreference:(0,vV.normalizeProvider)(t.authSchemePreference??[])})};Pl.resolveHttpAuthSchemeConfig=Ant});var Ace=O((V3r,Pnt)=>{Pnt.exports={name:"@aws-sdk/client-cloudwatch-logs",description:"AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",version:"3.993.0",scripts:{build:"concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline client-cloudwatch-logs","build:es":"tsc -p tsconfig.es.json","build:include:deps":'yarn g:turbo run build -F="$npm_package_name"',"build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4",clean:"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo cloudwatch-logs","test:e2e":"yarn g:vitest run -c vitest.config.e2e.mts","test:e2e:watch":"yarn g:vitest watch -c vitest.config.e2e.mts","test:index":"tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"},main:"./dist-cjs/index.js",types:"./dist-types/index.d.ts",module:"./dist-es/index.js",sideEffects:!1,dependencies:{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.973.11","@aws-sdk/credential-provider-node":"^3.972.10","@aws-sdk/middleware-host-header":"^3.972.3","@aws-sdk/middleware-logger":"^3.972.3","@aws-sdk/middleware-recursion-detection":"^3.972.3","@aws-sdk/middleware-user-agent":"^3.972.11","@aws-sdk/region-config-resolver":"^3.972.3","@aws-sdk/types":"^3.973.1","@aws-sdk/util-endpoints":"3.993.0","@aws-sdk/util-user-agent-browser":"^3.972.3","@aws-sdk/util-user-agent-node":"^3.972.9","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.23.2","@smithy/eventstream-serde-browser":"^4.2.8","@smithy/eventstream-serde-config-resolver":"^4.3.8","@smithy/eventstream-serde-node":"^4.2.8","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.16","@smithy/middleware-retry":"^4.4.33","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.10","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.11.5","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.32","@smithy/util-defaults-mode-node":"^4.2.35","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0",tslib:"^2.6.2"},devDependencies:{"@tsconfig/node20":"20.1.8","@types/node":"^20.14.8",concurrently:"7.0.0","downlevel-dts":"0.10.1",premove:"4.0.0",typescript:"~5.8.3"},engines:{node:">=20.0.0"},typesVersions:{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},files:["dist-*/**"],author:{name:"AWS SDK for JavaScript Team",url:"https://aws.amazon.com/javascript/"},license:"Apache-2.0",browser:{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},homepage:"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-cloudwatch-logs",repository:{type:"git",url:"https://github.com/aws/aws-sdk-js-v3.git",directory:"clients/client-cloudwatch-logs"}}});var IV=O(vl=>{"use strict";var vnt=(Ho(),J(kc)),bnt=Lt(),Pce="AWS_ACCESS_KEY_ID",vce="AWS_SECRET_ACCESS_KEY",bce="AWS_SESSION_TOKEN",Ice="AWS_CREDENTIAL_EXPIRATION",Dce="AWS_CREDENTIAL_SCOPE",xce="AWS_ACCOUNT_ID",Int=t=>async()=>{t?.logger?.debug("@aws-sdk/credential-provider-env - fromEnv");let e=process.env[Pce],r=process.env[vce],n=process.env[bce],s=process.env[Ice],o=process.env[Dce],i=process.env[xce];if(e&&r){let a={accessKeyId:e,secretAccessKey:r,...n&&{sessionToken:n},...s&&{expiration:new Date(s)},...o&&{credentialScope:o},...i&&{accountId:i}};return vnt.setCredentialFeature(a,"CREDENTIALS_ENV_VARS","g"),a}throw new bnt.CredentialsProviderError("Unable to find environment variable credentials.",{logger:t?.logger})};vl.ENV_ACCOUNT_ID=xce;vl.ENV_CREDENTIAL_SCOPE=Dce;vl.ENV_EXPIRATION=Ice;vl.ENV_KEY=Pce;vl.ENV_SECRET=vce;vl.ENV_SESSION=bce;vl.fromEnv=Int});var Vc=O(jn=>{"use strict";var Pa=Lt(),Dnt=require("url"),xnt=require("buffer"),wnt=require("http"),OV=Jr(),$nt=Sn();function Xy(t){return new Promise((e,r)=>{let n=wnt.request({method:"GET",...t,hostname:t.hostname?.replace(/^\[(.+)\]$/,"$1")});n.on("error",s=>{r(Object.assign(new Pa.ProviderError("Unable to connect to instance metadata service"),s)),n.destroy()}),n.on("timeout",()=>{r(new Pa.ProviderError("TimeoutError from instance metadata service")),n.destroy()}),n.on("response",s=>{let{statusCode:o=400}=s;(o<200||300<=o)&&(r(Object.assign(new Pa.ProviderError("Error response received from instance metadata service"),{statusCode:o})),n.destroy());let i=[];s.on("data",a=>{i.push(a)}),s.on("end",()=>{e(xnt.Buffer.concat(i)),n.destroy()})}),n.end()})}var kce=t=>!!t&&typeof t=="object"&&typeof t.AccessKeyId=="string"&&typeof t.SecretAccessKey=="string"&&typeof t.Token=="string"&&typeof t.Expiration=="string",Nce=t=>({accessKeyId:t.AccessKeyId,secretAccessKey:t.SecretAccessKey,sessionToken:t.Token,expiration:new Date(t.Expiration),...t.AccountId&&{accountId:t.AccountId}}),Lce=1e3,Uce=0,kV=({maxRetries:t=Uce,timeout:e=Lce})=>({maxRetries:t,timeout:e}),xV=(t,e)=>{let r=t();for(let n=0;n<e;n++)r=r.catch(t);return r},JP="AWS_CONTAINER_CREDENTIALS_FULL_URI",XP="AWS_CONTAINER_CREDENTIALS_RELATIVE_URI",wV="AWS_CONTAINER_AUTHORIZATION_TOKEN",Ont=(t={})=>{let{timeout:e,maxRetries:r}=kV(t);return()=>xV(async()=>{let n=await Fnt({logger:t.logger}),s=JSON.parse(await knt(e,n));if(!kce(s))throw new Pa.CredentialsProviderError("Invalid response received from instance metadata service.",{logger:t.logger});return Nce(s)},r)},knt=async(t,e)=>(process.env[wV]&&(e.headers={...e.headers,Authorization:process.env[wV]}),(await Xy({...e,timeout:t})).toString()),Nnt="169.254.170.2",Lnt={localhost:!0,"127.0.0.1":!0},Unt={"http:":!0,"https:":!0},Fnt=async({logger:t})=>{if(process.env[XP])return{hostname:Nnt,path:process.env[XP]};if(process.env[JP]){let e=Dnt.parse(process.env[JP]);if(!e.hostname||!(e.hostname in Lnt))throw new Pa.CredentialsProviderError(`${e.hostname} is not a valid container metadata service hostname`,{tryNextLink:!1,logger:t});if(!e.protocol||!(e.protocol in Unt))throw new Pa.CredentialsProviderError(`${e.protocol} is not a valid container metadata service protocol`,{tryNextLink:!1,logger:t});return{...e,port:e.port?parseInt(e.port,10):void 0}}throw new Pa.CredentialsProviderError(`The container metadata credential provider cannot be used unless the ${XP} or ${JP} environment variable is set`,{tryNextLink:!1,logger:t})},$V=class t extends Pa.CredentialsProviderError{tryNextLink;name="InstanceMetadataV1FallbackError";constructor(e,r=!0){super(e,r),this.tryNextLink=r,Object.setPrototypeOf(this,t.prototype)}};jn.Endpoint=void 0;(function(t){t.IPv4="http://169.254.169.254",t.IPv6="http://[fd00:ec2::254]"})(jn.Endpoint||(jn.Endpoint={}));var Mnt="AWS_EC2_METADATA_SERVICE_ENDPOINT",qnt="ec2_metadata_service_endpoint",Bnt={environmentVariableSelector:t=>t[Mnt],configFileSelector:t=>t[qnt],default:void 0},ag;(function(t){t.IPv4="IPv4",t.IPv6="IPv6"})(ag||(ag={}));var Gnt="AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE",Hnt="ec2_metadata_service_endpoint_mode",Vnt={environmentVariableSelector:t=>t[Gnt],configFileSelector:t=>t[Hnt],default:ag.IPv4},Fce=async()=>$nt.parseUrl(await jnt()||await Wnt()),jnt=async()=>OV.loadConfig(Bnt)(),Wnt=async()=>{let t=await OV.loadConfig(Vnt)();switch(t){case ag.IPv4:return jn.Endpoint.IPv4;case ag.IPv6:return jn.Endpoint.IPv6;default:throw new Error(`Unsupported endpoint mode: ${t}. Select from ${Object.values(ag)}`)}},znt=300,Knt=300,Qnt="https://docs.aws.amazon.com/sdkref/latest/guide/feature-static-credentials.html",wce=(t,e)=>{let r=znt+Math.floor(Math.random()*Knt),n=new Date(Date.now()+r*1e3);e.warn(`Attempting credential expiration extension due to a credential service availability issue. A refresh of these credentials will be attempted after ${new Date(n)}.
|
|
71
|
+
For more information, please visit: `+Qnt);let s=t.originalExpiration??t.expiration;return{...t,...s?{originalExpiration:s}:{},expiration:n}},Ynt=(t,e={})=>{let r=e?.logger||console,n;return async()=>{let s;try{s=await t(),s.expiration&&s.expiration.getTime()<Date.now()&&(s=wce(s,r))}catch(o){if(n)r.warn("Credential renew failed: ",o),s=wce(n,r);else throw o}return n=s,s}},Mce="/latest/meta-data/iam/security-credentials/",Jnt="/latest/api/token",DV="AWS_EC2_METADATA_V1_DISABLED",$ce="ec2_metadata_v1_disabled",Oce="x-aws-ec2-metadata-token",Xnt=(t={})=>Ynt(Znt(t),{logger:t.logger}),Znt=(t={})=>{let e=!1,{logger:r,profile:n}=t,{timeout:s,maxRetries:o}=kV(t),i=async(a,c)=>{if(e||c.headers?.[Oce]==null){let m=!1,h=!1,y=await OV.loadConfig({environmentVariableSelector:C=>{let I=C[DV];if(h=!!I&&I!=="false",I===void 0)throw new Pa.CredentialsProviderError(`${DV} not set in env, checking config file next.`,{logger:t.logger});return h},configFileSelector:C=>{let I=C[$ce];return m=!!I&&I!=="false",m},default:!1},{profile:n})();if(t.ec2MetadataV1Disabled||y){let C=[];throw t.ec2MetadataV1Disabled&&C.push("credential provider initialization (runtime option ec2MetadataV1Disabled)"),m&&C.push(`config file profile (${$ce})`),h&&C.push(`process environment variable (${DV})`),new $V(`AWS EC2 Metadata v1 fallback has been blocked by AWS SDK configuration in the following: [${C.join(", ")}].`)}}let f=(await xV(async()=>{let m;try{m=await tst(c)}catch(h){throw h.statusCode===401&&(e=!1),h}return m},a)).trim();return xV(async()=>{let m;try{m=await rst(f,c,t)}catch(h){throw h.statusCode===401&&(e=!1),h}return m},a)};return async()=>{let a=await Fce();if(e)return r?.debug("AWS SDK Instance Metadata","using v1 fallback (no token fetch)"),i(o,{...a,timeout:s});{let c;try{c=(await est({...a,timeout:s})).toString()}catch(u){if(u?.statusCode===400)throw Object.assign(u,{message:"EC2 Metadata token request returned error"});return(u.message==="TimeoutError"||[403,404,405].includes(u.statusCode))&&(e=!0),r?.debug("AWS SDK Instance Metadata","using v1 fallback (initial)"),i(o,{...a,timeout:s})}return i(o,{...a,headers:{[Oce]:c},timeout:s})}}},est=async t=>Xy({...t,path:Jnt,method:"PUT",headers:{"x-aws-ec2-metadata-token-ttl-seconds":"21600"}}),tst=async t=>(await Xy({...t,path:Mce})).toString(),rst=async(t,e,r)=>{let n=JSON.parse((await Xy({...e,path:Mce+t})).toString());if(!kce(n))throw new Pa.CredentialsProviderError("Invalid response received from instance metadata service.",{logger:r.logger});return Nce(n)};jn.DEFAULT_MAX_RETRIES=Uce;jn.DEFAULT_TIMEOUT=Lce;jn.ENV_CMDS_AUTH_TOKEN=wV;jn.ENV_CMDS_FULL_URI=JP;jn.ENV_CMDS_RELATIVE_URI=XP;jn.fromContainerMetadata=Ont;jn.fromInstanceMetadata=Xnt;jn.getInstanceMetadataEndpoint=Fce;jn.httpRequest=Xy;jn.providerConfigFromInit=kV});var qce=O(ZP=>{"use strict";Object.defineProperty(ZP,"__esModule",{value:!0});ZP.checkUrl=void 0;var nst=Lt(),sst="169.254.170.2",ost="169.254.170.23",ist="[fd00:ec2::23]",ast=(t,e)=>{if(t.protocol!=="https:"&&!(t.hostname===sst||t.hostname===ost||t.hostname===ist)){if(t.hostname.includes("[")){if(t.hostname==="[::1]"||t.hostname==="[0000:0000:0000:0000:0000:0000:0000:0001]")return}else{if(t.hostname==="localhost")return;let r=t.hostname.split("."),n=s=>{let o=parseInt(s,10);return 0<=o&&o<=255};if(r[0]==="127"&&n(r[1])&&n(r[2])&&n(r[3])&&r.length===4)return}throw new nst.CredentialsProviderError(`URL not accepted. It must either be HTTPS or match one of the following:
|
|
72
|
+
- loopback CIDR 127.0.0.0/8 or [::1/128]
|
|
73
|
+
- ECS container host 169.254.170.2
|
|
74
|
+
- EKS container host 169.254.170.23 or [fd00:ec2::23]`,{logger:e})}};ZP.checkUrl=ast});var LV=O(ev=>{"use strict";Object.defineProperty(ev,"__esModule",{value:!0});ev.ChecksumStream=void 0;var cst=De(),ust=require("stream"),NV=class extends ust.Duplex{expectedChecksum;checksumSourceLocation;checksum;source;base64Encoder;constructor({expectedChecksum:e,checksum:r,source:n,checksumSourceLocation:s,base64Encoder:o}){if(super(),typeof n.pipe=="function")this.source=n;else throw new Error(`@smithy/util-stream: unsupported source type ${n?.constructor?.name??n} in ChecksumStream.`);this.base64Encoder=o??cst.toBase64,this.expectedChecksum=e,this.checksum=r,this.checksumSourceLocation=s,this.source.pipe(this)}_read(e){}_write(e,r,n){try{this.checksum.update(e),this.push(e)}catch(s){return n(s)}return n()}async _final(e){try{let r=await this.checksum.digest(),n=this.base64Encoder(r);if(this.expectedChecksum!==n)return e(new Error(`Checksum mismatch: expected "${this.expectedChecksum}" but received "${n}" in response header "${this.checksumSourceLocation}".`))}catch(r){return e(r)}return this.push(null),e()}};ev.ChecksumStream=NV});var jc=O(cg=>{"use strict";Object.defineProperty(cg,"__esModule",{value:!0});cg.isBlob=cg.isReadableStream=void 0;var lst=t=>typeof ReadableStream=="function"&&(t?.constructor?.name===ReadableStream.name||t instanceof ReadableStream);cg.isReadableStream=lst;var dst=t=>typeof Blob=="function"&&(t?.constructor?.name===Blob.name||t instanceof Blob);cg.isBlob=dst});var Bce=O(tv=>{"use strict";Object.defineProperty(tv,"__esModule",{value:!0});tv.ChecksumStream=void 0;var pst=typeof ReadableStream=="function"?ReadableStream:function(){},UV=class extends pst{};tv.ChecksumStream=UV});var Gce=O(rv=>{"use strict";Object.defineProperty(rv,"__esModule",{value:!0});rv.createChecksumStream=void 0;var mst=De(),fst=jc(),gst=Bce(),hst=({expectedChecksum:t,checksum:e,source:r,checksumSourceLocation:n,base64Encoder:s})=>{if(!(0,fst.isReadableStream)(r))throw new Error(`@smithy/util-stream: unsupported source type ${r?.constructor?.name??r} in ChecksumStream.`);let o=s??mst.toBase64;if(typeof TransformStream!="function")throw new Error("@smithy/util-stream: unable to instantiate ChecksumStream because API unavailable: ReadableStream/TransformStream.");let i=new TransformStream({start(){},async transform(c,u){e.update(c),u.enqueue(c)},async flush(c){let u=await e.digest(),f=o(u);if(t!==f){let m=new Error(`Checksum mismatch: expected "${t}" but received "${f}" in response header "${n}".`);c.error(m)}else c.terminate()}});r.pipeThrough(i);let a=i.readable;return Object.setPrototypeOf(a,gst.ChecksumStream.prototype),a};rv.createChecksumStream=hst});var Hce=O(FV=>{"use strict";Object.defineProperty(FV,"__esModule",{value:!0});FV.createChecksumStream=Cst;var Sst=jc(),yst=LV(),Est=Gce();function Cst(t){return typeof ReadableStream=="function"&&(0,Sst.isReadableStream)(t.source)?(0,Est.createChecksumStream)(t):new yst.ChecksumStream(t)}});var qV=O(nv=>{"use strict";Object.defineProperty(nv,"__esModule",{value:!0});nv.ByteArrayCollector=void 0;var MV=class{allocByteArray;byteLength=0;byteArrays=[];constructor(e){this.allocByteArray=e}push(e){this.byteArrays.push(e),this.byteLength+=e.byteLength}flush(){if(this.byteArrays.length===1){let n=this.byteArrays[0];return this.reset(),n}let e=this.allocByteArray(this.byteLength),r=0;for(let n=0;n<this.byteArrays.length;++n){let s=this.byteArrays[n];e.set(s,r),r+=s.byteLength}return this.reset(),e}reset(){this.byteArrays=[],this.byteLength=0}};nv.ByteArrayCollector=MV});var zce=O(Wc=>{"use strict";Object.defineProperty(Wc,"__esModule",{value:!0});Wc.createBufferedReadable=void 0;Wc.createBufferedReadableStream=Vce;Wc.merge=jce;Wc.flush=sv;Wc.sizeOf=ug;Wc.modeOf=Wce;var _st=qV();function Vce(t,e,r){let n=t.getReader(),s=!1,o=0,i=["",new _st.ByteArrayCollector(u=>new Uint8Array(u))],a=-1,c=async u=>{let{value:f,done:m}=await n.read(),h=f;if(m){if(a!==-1){let y=sv(i,a);ug(y)>0&&u.enqueue(y)}u.close()}else{let y=Wce(h,!1);if(a!==y&&(a>=0&&u.enqueue(sv(i,a)),a=y),a===-1){u.enqueue(h);return}let C=ug(h);o+=C;let I=ug(i[a]);if(C>=e&&I===0)u.enqueue(h);else{let $=jce(i,a,h);!s&&o>e*2&&(s=!0,r?.warn(`@smithy/util-stream - stream chunk size ${C} is below threshold of ${e}, automatically buffering.`)),$>=e?u.enqueue(sv(i,a)):await c(u)}}};return new ReadableStream({pull:c})}Wc.createBufferedReadable=Vce;function jce(t,e,r){switch(e){case 0:return t[0]+=r,ug(t[0]);case 1:case 2:return t[e].push(r),ug(t[e])}}function sv(t,e){switch(e){case 0:let r=t[0];return t[0]="",r;case 1:case 2:return t[e].flush()}throw new Error(`@smithy/util-stream - invalid index ${e} given to flush()`)}function ug(t){return t?.byteLength??t?.length??0}function Wce(t,e=!0){return e&&typeof Buffer<"u"&&t instanceof Buffer?2:t instanceof Uint8Array?1:typeof t=="string"?0:-1}});var Qce=O(BV=>{"use strict";Object.defineProperty(BV,"__esModule",{value:!0});BV.createBufferedReadable=Ast;var Rst=require("node:stream"),Kce=qV(),zc=zce(),Tst=jc();function Ast(t,e,r){if((0,Tst.isReadableStream)(t))return(0,zc.createBufferedReadableStream)(t,e,r);let n=new Rst.Readable({read(){}}),s=!1,o=0,i=["",new Kce.ByteArrayCollector(c=>new Uint8Array(c)),new Kce.ByteArrayCollector(c=>Buffer.from(new Uint8Array(c)))],a=-1;return t.on("data",c=>{let u=(0,zc.modeOf)(c,!0);if(a!==u&&(a>=0&&n.push((0,zc.flush)(i,a)),a=u),a===-1){n.push(c);return}let f=(0,zc.sizeOf)(c);o+=f;let m=(0,zc.sizeOf)(i[a]);if(f>=e&&m===0)n.push(c);else{let h=(0,zc.merge)(i,a,c);!s&&o>e*2&&(s=!0,r?.warn(`@smithy/util-stream - stream chunk size ${f} is below threshold of ${e}, automatically buffering.`)),h>=e&&n.push((0,zc.flush)(i,a))}}),t.on("end",()=>{if(a!==-1){let c=(0,zc.flush)(i,a);(0,zc.sizeOf)(c)>0&&n.push(c)}n.push(null)}),n}});var Yce=O(ov=>{"use strict";Object.defineProperty(ov,"__esModule",{value:!0});ov.getAwsChunkedEncodingStream=void 0;var Pst=(t,e)=>{let{base64Encoder:r,bodyLengthChecker:n,checksumAlgorithmFn:s,checksumLocationName:o,streamHasher:i}=e,a=r!==void 0&&n!==void 0&&s!==void 0&&o!==void 0&&i!==void 0,c=a?i(s,t):void 0,u=t.getReader();return new ReadableStream({async pull(f){let{value:m,done:h}=await u.read();if(h){if(f.enqueue(`0\r
|
|
75
|
+
`),a){let y=r(await c);f.enqueue(`${o}:${y}\r
|
|
76
|
+
`),f.enqueue(`\r
|
|
77
|
+
`)}f.close()}else f.enqueue(`${(n(m)||0).toString(16)}\r
|
|
78
|
+
${m}\r
|
|
79
|
+
`)}})};ov.getAwsChunkedEncodingStream=Pst});var Jce=O(GV=>{"use strict";Object.defineProperty(GV,"__esModule",{value:!0});GV.getAwsChunkedEncodingStream=Dst;var vst=require("node:stream"),bst=Yce(),Ist=jc();function Dst(t,e){let r=t,n=t;if((0,Ist.isReadableStream)(n))return(0,bst.getAwsChunkedEncodingStream)(n,e);let{base64Encoder:s,bodyLengthChecker:o,checksumAlgorithmFn:i,checksumLocationName:a,streamHasher:c}=e,u=s!==void 0&&i!==void 0&&a!==void 0&&c!==void 0,f=u?c(i,r):void 0,m=new vst.Readable({read:()=>{}});return r.on("data",h=>{let y=o(h)||0;y!==0&&(m.push(`${y.toString(16)}\r
|
|
80
|
+
`),m.push(h),m.push(`\r
|
|
81
|
+
`))}),r.on("end",async()=>{if(m.push(`0\r
|
|
82
|
+
`),u){let h=s(await f);m.push(`${a}:${h}\r
|
|
83
|
+
`),m.push(`\r
|
|
84
|
+
`)}m.push(null)}),m}});var Xce=O(HV=>{"use strict";Object.defineProperty(HV,"__esModule",{value:!0});HV.headStream=xst;async function xst(t,e){let r=0,n=[],s=t.getReader(),o=!1;for(;!o;){let{done:c,value:u}=await s.read();if(u&&(n.push(u),r+=u?.byteLength??0),r>=e)break;o=c}s.releaseLock();let i=new Uint8Array(Math.min(e,r)),a=0;for(let c of n){if(c.byteLength>i.byteLength-a){i.set(c.subarray(0,i.byteLength-a),a);break}else i.set(c,a);a+=c.length}return i}});var Zce=O(iv=>{"use strict";Object.defineProperty(iv,"__esModule",{value:!0});iv.headStream=void 0;var wst=require("stream"),$st=Xce(),Ost=jc(),kst=(t,e)=>(0,Ost.isReadableStream)(t)?(0,$st.headStream)(t,e):new Promise((r,n)=>{let s=new VV;s.limit=e,t.pipe(s),t.on("error",o=>{s.end(),n(o)}),s.on("error",n),s.on("finish",function(){let o=new Uint8Array(Buffer.concat(this.buffers));r(o)})});iv.headStream=kst;var VV=class extends wst.Writable{buffers=[];limit=1/0;bytesBuffered=0;_write(e,r,n){if(this.buffers.push(e),this.bytesBuffered+=e.byteLength??0,this.bytesBuffered>=this.limit){let s=this.bytesBuffered-this.limit,o=this.buffers[this.buffers.length-1];this.buffers[this.buffers.length-1]=o.subarray(0,o.byteLength-s),this.emit("finish")}n()}}});var nue=O(av=>{"use strict";Object.defineProperty(av,"__esModule",{value:!0});av.sdkStreamMixin=void 0;var Nst=xA(),Lst=De(),Ust=rl(),Fst=He(),eue=jc(),tue="The stream has already been transformed.",Mst=t=>{if(!rue(t)&&!(0,eue.isReadableStream)(t)){let s=t?.__proto__?.constructor?.name||t;throw new Error(`Unexpected stream implementation, expect Blob or ReadableStream, got ${s}`)}let e=!1,r=async()=>{if(e)throw new Error(tue);return e=!0,await(0,Nst.streamCollector)(t)},n=s=>{if(typeof s.stream!="function")throw new Error(`Cannot transform payload Blob to web stream. Please make sure the Blob.stream() is polyfilled.
|
|
85
|
+
If you are using React Native, this API is not yet supported, see: https://react-native.canny.io/feature-requests/p/fetch-streaming-body`);return s.stream()};return Object.assign(t,{transformToByteArray:r,transformToString:async s=>{let o=await r();if(s==="base64")return(0,Lst.toBase64)(o);if(s==="hex")return(0,Ust.toHex)(o);if(s===void 0||s==="utf8"||s==="utf-8")return(0,Fst.toUtf8)(o);if(typeof TextDecoder=="function")return new TextDecoder(s).decode(o);throw new Error("TextDecoder is not available, please make sure polyfill is provided.")},transformToWebStream:()=>{if(e)throw new Error(tue);if(e=!0,rue(t))return n(t);if((0,eue.isReadableStream)(t))return t;throw new Error(`Cannot transform payload to web stream, got ${t}`)}})};av.sdkStreamMixin=Mst;var rue=t=>typeof Blob=="function"&&t instanceof Blob});var oue=O(cv=>{"use strict";Object.defineProperty(cv,"__esModule",{value:!0});cv.sdkStreamMixin=void 0;var qst=Oi(),Bst=ya(),jV=require("stream"),Gst=nue(),sue="The stream has already been transformed.",Hst=t=>{if(!(t instanceof jV.Readable))try{return(0,Gst.sdkStreamMixin)(t)}catch{let s=t?.__proto__?.constructor?.name||t;throw new Error(`Unexpected stream implementation, expect Stream.Readable instance, got ${s}`)}let e=!1,r=async()=>{if(e)throw new Error(sue);return e=!0,await(0,qst.streamCollector)(t)};return Object.assign(t,{transformToByteArray:r,transformToString:async n=>{let s=await r();return n===void 0||Buffer.isEncoding(n)?(0,Bst.fromArrayBuffer)(s.buffer,s.byteOffset,s.byteLength).toString(n):new TextDecoder(n).decode(s)},transformToWebStream:()=>{if(e)throw new Error(sue);if(t.readableFlowing!==null)throw new Error("The stream has been consumed by other callbacks.");if(typeof jV.Readable.toWeb!="function")throw new Error("Readable.toWeb() is not supported. Please ensure a polyfill is available.");return e=!0,jV.Readable.toWeb(t)}})};cv.sdkStreamMixin=Hst});var iue=O(WV=>{"use strict";Object.defineProperty(WV,"__esModule",{value:!0});WV.splitStream=Vst;async function Vst(t){return typeof t.stream=="function"&&(t=t.stream()),t.tee()}});var uue=O(zV=>{"use strict";Object.defineProperty(zV,"__esModule",{value:!0});zV.splitStream=Wst;var aue=require("stream"),jst=iue(),cue=jc();async function Wst(t){if((0,cue.isReadableStream)(t)||(0,cue.isBlob)(t))return(0,jst.splitStream)(t);let e=new aue.PassThrough,r=new aue.PassThrough;return t.pipe(e),t.pipe(r),[e,r]}});var Cue=O(En=>{"use strict";var lue=De(),due=He(),pue=LV(),mue=Hce(),fue=Qce(),gue=Jce(),hue=Zce(),Sue=oue(),yue=uue(),Eue=jc(),KV=class t extends Uint8Array{static fromString(e,r="utf-8"){if(typeof e=="string")return r==="base64"?t.mutate(lue.fromBase64(e)):t.mutate(due.fromUtf8(e));throw new Error(`Unsupported conversion from ${typeof e} to Uint8ArrayBlobAdapter.`)}static mutate(e){return Object.setPrototypeOf(e,t.prototype),e}transformToString(e="utf-8"){return e==="base64"?lue.toBase64(this):due.toUtf8(this)}};Object.defineProperty(En,"isBlob",{enumerable:!0,get:function(){return Eue.isBlob}});Object.defineProperty(En,"isReadableStream",{enumerable:!0,get:function(){return Eue.isReadableStream}});En.Uint8ArrayBlobAdapter=KV;Object.keys(pue).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(En,t)&&Object.defineProperty(En,t,{enumerable:!0,get:function(){return pue[t]}})});Object.keys(mue).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(En,t)&&Object.defineProperty(En,t,{enumerable:!0,get:function(){return mue[t]}})});Object.keys(fue).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(En,t)&&Object.defineProperty(En,t,{enumerable:!0,get:function(){return fue[t]}})});Object.keys(gue).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(En,t)&&Object.defineProperty(En,t,{enumerable:!0,get:function(){return gue[t]}})});Object.keys(hue).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(En,t)&&Object.defineProperty(En,t,{enumerable:!0,get:function(){return hue[t]}})});Object.keys(Sue).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(En,t)&&Object.defineProperty(En,t,{enumerable:!0,get:function(){return Sue[t]}})});Object.keys(yue).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(En,t)&&Object.defineProperty(En,t,{enumerable:!0,get:function(){return yue[t]}})})});var _ue=O(uv=>{"use strict";Object.defineProperty(uv,"__esModule",{value:!0});uv.createGetRequest=Yst;uv.getCredentials=Jst;var QV=Lt(),zst=qe(),Kst=je(),Qst=Cue();function Yst(t){return new zst.HttpRequest({protocol:t.protocol,hostname:t.hostname,port:Number(t.port),path:t.pathname,query:Array.from(t.searchParams.entries()).reduce((e,[r,n])=>(e[r]=n,e),{}),fragment:t.hash})}async function Jst(t,e){let n=await(0,Qst.sdkStreamMixin)(t.body).transformToString();if(t.statusCode===200){let s=JSON.parse(n);if(typeof s.AccessKeyId!="string"||typeof s.SecretAccessKey!="string"||typeof s.Token!="string"||typeof s.Expiration!="string")throw new QV.CredentialsProviderError("HTTP credential provider response not of the required format, an object matching: { AccessKeyId: string, SecretAccessKey: string, Token: string, Expiration: string(rfc3339) }",{logger:e});return{accessKeyId:s.AccessKeyId,secretAccessKey:s.SecretAccessKey,sessionToken:s.Token,expiration:(0,Kst.parseRfc3339DateTime)(s.Expiration)}}if(t.statusCode>=400&&t.statusCode<500){let s={};try{s=JSON.parse(n)}catch{}throw Object.assign(new QV.CredentialsProviderError(`Server responded with status: ${t.statusCode}`,{logger:e}),{Code:s.Code,Message:s.Message})}throw new QV.CredentialsProviderError(`Server responded with status: ${t.statusCode}`,{logger:e})}});var Rue=O(lv=>{"use strict";Object.defineProperty(lv,"__esModule",{value:!0});lv.retryWrapper=void 0;var Xst=(t,e,r)=>async()=>{for(let n=0;n<e;++n)try{return await t()}catch{await new Promise(o=>setTimeout(o,r))}return await t()};lv.retryWrapper=Xst});var Pue=O(dv=>{"use strict";Object.defineProperty(dv,"__esModule",{value:!0});dv.fromHttp=void 0;var Zst=(Es(),J(ys)),eot=(Ho(),J(kc)),tot=Oi(),Tue=Lt(),rot=Zst.__importDefault(require("fs/promises")),not=qce(),Aue=_ue(),sot=Rue(),oot="AWS_CONTAINER_CREDENTIALS_RELATIVE_URI",iot="http://169.254.170.2",aot="AWS_CONTAINER_CREDENTIALS_FULL_URI",cot="AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE",uot="AWS_CONTAINER_AUTHORIZATION_TOKEN",lot=(t={})=>{t.logger?.debug("@aws-sdk/credential-provider-http - fromHttp");let e,r=t.awsContainerCredentialsRelativeUri??process.env[oot],n=t.awsContainerCredentialsFullUri??process.env[aot],s=t.awsContainerAuthorizationToken??process.env[uot],o=t.awsContainerAuthorizationTokenFile??process.env[cot],i=t.logger?.constructor?.name==="NoOpLogger"||!t.logger?.warn?console.warn:t.logger.warn.bind(t.logger);if(r&&n&&(i("@aws-sdk/credential-provider-http: you have set both awsContainerCredentialsRelativeUri and awsContainerCredentialsFullUri."),i("awsContainerCredentialsFullUri will take precedence.")),s&&o&&(i("@aws-sdk/credential-provider-http: you have set both awsContainerAuthorizationToken and awsContainerAuthorizationTokenFile."),i("awsContainerAuthorizationToken will take precedence.")),n)e=n;else if(r)e=`${iot}${r}`;else throw new Tue.CredentialsProviderError(`No HTTP credential provider host provided.
|
|
86
|
+
Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI.`,{logger:t.logger});let a=new URL(e);(0,not.checkUrl)(a,t.logger);let c=tot.NodeHttpHandler.create({requestTimeout:t.timeout??1e3,connectionTimeout:t.timeout??1e3});return(0,sot.retryWrapper)(async()=>{let u=(0,Aue.createGetRequest)(a);s?u.headers.Authorization=s:o&&(u.headers.Authorization=(await rot.default.readFile(o)).toString());try{let f=await c.handle(u);return(0,Aue.getCredentials)(f.response).then(m=>(0,eot.setCredentialFeature)(m,"CREDENTIALS_HTTP","z"))}catch(f){throw new Tue.CredentialsProviderError(String(f),{logger:t.logger})}},t.maxRetries??3,t.timeout??1e3)};dv.fromHttp=lot});var YV=O(pv=>{"use strict";Object.defineProperty(pv,"__esModule",{value:!0});pv.fromHttp=void 0;var dot=Pue();Object.defineProperty(pv,"fromHttp",{enumerable:!0,get:function(){return dot.fromHttp}})});function pot(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"sso-oauth",region:t.region},propertiesExtractor:(e,r)=>({signingProperties:{config:e,context:r}})}}function mot(t){return{schemeId:"smithy.api#noAuth"}}var Zy,vue,bue,Iue,JV=R(()=>{br();Zy=T(Nt()),vue=async(t,e,r)=>({operation:(0,Zy.getSmithyContext)(e).operation,region:await(0,Zy.normalizeProvider)(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});bue=t=>{let e=[];switch(t.operation){case"CreateToken":{e.push(mot(t));break}default:e.push(pot(t))}return e},Iue=t=>{let e=Nc(t);return Object.assign(e,{authSchemePreference:(0,Zy.normalizeProvider)(t.authSchemePreference??[])})}});var Due,xue,XV=R(()=>{Due=t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"sso-oauth"}),xue={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}}});var lg,mv=R(()=>{lg={name:"@aws-sdk/nested-clients",version:"3.993.0",description:"Nested clients for AWS SDK packages.",main:"./dist-cjs/index.js",module:"./dist-es/index.js",types:"./dist-types/index.d.ts",scripts:{build:"yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline nested-clients","build:es":"tsc -p tsconfig.es.json","build:include:deps":'yarn g:turbo run build -F="$npm_package_name"',"build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4",clean:"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",lint:"node ../../scripts/validation/submodules-linter.js --pkg nested-clients",test:"yarn g:vitest run","test:watch":"yarn g:vitest watch"},engines:{node:">=20.0.0"},sideEffects:!1,author:{name:"AWS SDK for JavaScript Team",url:"https://aws.amazon.com/javascript/"},license:"Apache-2.0",dependencies:{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.973.11","@aws-sdk/middleware-host-header":"^3.972.3","@aws-sdk/middleware-logger":"^3.972.3","@aws-sdk/middleware-recursion-detection":"^3.972.3","@aws-sdk/middleware-user-agent":"^3.972.11","@aws-sdk/region-config-resolver":"^3.972.3","@aws-sdk/types":"^3.973.1","@aws-sdk/util-endpoints":"3.993.0","@aws-sdk/util-user-agent-browser":"^3.972.3","@aws-sdk/util-user-agent-node":"^3.972.9","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.23.2","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.16","@smithy/middleware-retry":"^4.4.33","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.10","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.11.5","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.32","@smithy/util-defaults-mode-node":"^4.2.35","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0",tslib:"^2.6.2"},devDependencies:{concurrently:"7.0.0","downlevel-dts":"0.10.1",premove:"4.0.0",typescript:"~5.8.3"},typesVersions:{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},files:["./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sts.d.ts","./sts.js","dist-*/**"],browser:{"./dist-es/submodules/signin/runtimeConfig":"./dist-es/submodules/signin/runtimeConfig.browser","./dist-es/submodules/sso-oidc/runtimeConfig":"./dist-es/submodules/sso-oidc/runtimeConfig.browser","./dist-es/submodules/sts/runtimeConfig":"./dist-es/submodules/sts/runtimeConfig.browser"},"react-native":{},homepage:"https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients",repository:{type:"git",url:"https://github.com/aws/aws-sdk-js-v3.git",directory:"packages/nested-clients"},exports:{"./package.json":"./package.json","./sso-oidc":{types:"./dist-types/submodules/sso-oidc/index.d.ts",module:"./dist-es/submodules/sso-oidc/index.js",node:"./dist-cjs/submodules/sso-oidc/index.js",import:"./dist-es/submodules/sso-oidc/index.js",require:"./dist-cjs/submodules/sso-oidc/index.js"},"./sts":{types:"./dist-types/submodules/sts/index.d.ts",module:"./dist-es/submodules/sts/index.js",node:"./dist-cjs/submodules/sts/index.js",import:"./dist-es/submodules/sts/index.js",require:"./dist-cjs/submodules/sts/index.js"},"./signin":{types:"./dist-types/submodules/signin/index.d.ts",module:"./dist-es/submodules/signin/index.js",node:"./dist-cjs/submodules/signin/index.js",import:"./dist-es/submodules/signin/index.js",require:"./dist-cjs/submodules/signin/index.js"}}}});var bl=O(Qp=>{"use strict";var wue=require("os"),ZV=require("process"),got=Gc(),$ue={isCrtAvailable:!1},hot=()=>$ue.isCrtAvailable?["md/crt-avail"]:null,Oue=({serviceId:t,clientVersion:e})=>async r=>{let n=[["aws-sdk-js",e],["ua","2.1"],[`os/${wue.platform()}`,wue.release()],["lang/js"],["md/nodejs",`${ZV.versions.node}`]],s=hot();s&&n.push(s),t&&n.push([`api/${t}`,e]),ZV.env.AWS_EXECUTION_ENV&&n.push([`exec-env/${ZV.env.AWS_EXECUTION_ENV}`]);let o=await r?.userAgentAppId?.();return o?[...n,[`app/${o}`]]:[...n]},Sot=Oue,kue="AWS_SDK_UA_APP_ID",Nue="sdk_ua_app_id",yot="sdk-ua-app-id",Eot={environmentVariableSelector:t=>t[kue],configFileSelector:t=>t[Nue]??t[yot],default:got.DEFAULT_UA_APP_ID};Qp.NODE_APP_ID_CONFIG_OPTIONS=Eot;Qp.UA_APP_ID_ENV_NAME=kue;Qp.UA_APP_ID_INI_NAME=Nue;Qp.createDefaultUserAgentProvider=Oue;Qp.crtAvailability=$ue;Qp.defaultUserAgent=Sot});var Eo=O(Fue=>{"use strict";var ej=ya(),Cot=He(),_ot=require("buffer"),Lue=require("crypto"),tj=class{algorithmIdentifier;secret;hash;constructor(e,r){this.algorithmIdentifier=e,this.secret=r,this.reset()}update(e,r){this.hash.update(Cot.toUint8Array(Uue(e,r)))}digest(){return Promise.resolve(this.hash.digest())}reset(){this.hash=this.secret?Lue.createHmac(this.algorithmIdentifier,Uue(this.secret)):Lue.createHash(this.algorithmIdentifier)}};function Uue(t,e){return _ot.Buffer.isBuffer(t)?t:typeof t=="string"?ej.fromString(t,e):ArrayBuffer.isView(t)?ej.fromArrayBuffer(t.buffer,t.byteOffset,t.byteLength):ej.fromArrayBuffer(t)}Fue.Hash=tj});var Cn=O(Mue=>{"use strict";var rj=require("node:fs"),Rot=t=>{if(!t)return 0;if(typeof t=="string")return Buffer.byteLength(t);if(typeof t.byteLength=="number")return t.byteLength;if(typeof t.size=="number")return t.size;if(typeof t.start=="number"&&typeof t.end=="number")return t.end+1-t.start;if(t instanceof rj.ReadStream){if(t.path!=null)return rj.lstatSync(t.path).size;if(typeof t.fd=="number")return rj.fstatSync(t.fd).size}throw new Error(`Body Length computation failed for ${t}`)};Mue.calculateBodyLength=Rot});var Il=O(Hue=>{"use strict";var Tot=At(),que=Jr(),Aot=Lt(),Pot="AWS_EXECUTION_ENV",Bue="AWS_REGION",Gue="AWS_DEFAULT_REGION",vot="AWS_EC2_METADATA_DISABLED",bot=["in-region","cross-region","mobile","standard","legacy"],Iot="/latest/meta-data/placement/region",Dot="AWS_DEFAULTS_MODE",xot="defaults_mode",wot={environmentVariableSelector:t=>t[Dot],configFileSelector:t=>t[xot],default:"legacy"},$ot=({region:t=que.loadConfig(Tot.NODE_REGION_CONFIG_OPTIONS),defaultsMode:e=que.loadConfig(wot)}={})=>Aot.memoize(async()=>{let r=typeof e=="function"?await e():e;switch(r?.toLowerCase()){case"auto":return Oot(t);case"in-region":case"cross-region":case"mobile":case"standard":case"legacy":return Promise.resolve(r?.toLocaleLowerCase());case void 0:return Promise.resolve("legacy");default:throw new Error(`Invalid parameter for "defaultsMode", expect ${bot.join(", ")}, got ${r}`)}}),Oot=async t=>{if(t){let e=typeof t=="function"?await t():t,r=await kot();return r?e===r?"in-region":"cross-region":"standard"}return"standard"},kot=async()=>{if(process.env[Pot]&&(process.env[Bue]||process.env[Gue]))return process.env[Bue]??process.env[Gue];if(!process.env[vot])try{let{getInstanceMetadataEndpoint:t,httpRequest:e}=await Promise.resolve().then(()=>T(Vc())),r=await t();return(await e({...r,path:Iot})).toString()}catch{}};Hue.resolveDefaultsModeConfig=$ot});var Zue,zo,Vue,eE,dg,pg,Kc,nj,sj,jue,Wue,zue,ele,tle,Wo,Kue,rle,Que,Yue,Jue,Xue,Not,nle,sle=R(()=>{Zue="required",zo="argv",Vue="isSet",eE="booleanEquals",dg="error",pg="endpoint",Kc="tree",nj="PartitionResult",sj="getAttr",jue={[Zue]:!1,type:"string"},Wue={[Zue]:!0,default:!1,type:"boolean"},zue={ref:"Endpoint"},ele={fn:eE,[zo]:[{ref:"UseFIPS"},!0]},tle={fn:eE,[zo]:[{ref:"UseDualStack"},!0]},Wo={},Kue={fn:sj,[zo]:[{ref:nj},"supportsFIPS"]},rle={ref:nj},Que={fn:eE,[zo]:[!0,{fn:sj,[zo]:[rle,"supportsDualStack"]}]},Yue=[ele],Jue=[tle],Xue=[{ref:"Region"}],Not={version:"1.0",parameters:{Region:jue,UseDualStack:Wue,UseFIPS:Wue,Endpoint:jue},rules:[{conditions:[{fn:Vue,[zo]:[zue]}],rules:[{conditions:Yue,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:dg},{conditions:Jue,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:dg},{endpoint:{url:zue,properties:Wo,headers:Wo},type:pg}],type:Kc},{conditions:[{fn:Vue,[zo]:Xue}],rules:[{conditions:[{fn:"aws.partition",[zo]:Xue,assign:nj}],rules:[{conditions:[ele,tle],rules:[{conditions:[{fn:eE,[zo]:[!0,Kue]},Que],rules:[{endpoint:{url:"https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Wo,headers:Wo},type:pg}],type:Kc},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:dg}],type:Kc},{conditions:Yue,rules:[{conditions:[{fn:eE,[zo]:[Kue,!0]}],rules:[{conditions:[{fn:"stringEquals",[zo]:[{fn:sj,[zo]:[rle,"name"]},"aws-us-gov"]}],endpoint:{url:"https://oidc.{Region}.amazonaws.com",properties:Wo,headers:Wo},type:pg},{endpoint:{url:"https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}",properties:Wo,headers:Wo},type:pg}],type:Kc},{error:"FIPS is enabled but this partition does not support FIPS",type:dg}],type:Kc},{conditions:Jue,rules:[{conditions:[Que],rules:[{endpoint:{url:"https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Wo,headers:Wo},type:pg}],type:Kc},{error:"DualStack is enabled but this partition does not support DualStack",type:dg}],type:Kc},{endpoint:{url:"https://oidc.{Region}.{PartitionResult#dnsSuffix}",properties:Wo,headers:Wo},type:pg}],type:Kc}],type:Kc},{error:"Invalid Configuration: Missing Region",type:dg}]},nle=Not});var ole,mg,Lot,ile,ale=R(()=>{ole=T(Oc()),mg=T(Gn());sle();Lot=new mg.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS"]}),ile=(t,e={})=>Lot.get(t,()=>(0,mg.resolveEndpoint)(nle,{endpointParams:t,logger:e.logger}));mg.customEndpointFunctions.aws=ole.awsEndpointFunctions});var cle,_n,fv=R(()=>{cle=T(je()),_n=class t extends cle.ServiceException{constructor(e){super(e),Object.setPrototypeOf(this,t.prototype)}}});var tE,rE,nE,sE,oE,iE,aE,cE,uE,lE,dE,oj=R(()=>{fv();tE=class t extends _n{name="AccessDeniedException";$fault="client";error;reason;error_description;constructor(e){super({name:"AccessDeniedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.reason=e.reason,this.error_description=e.error_description}},rE=class t extends _n{name="AuthorizationPendingException";$fault="client";error;error_description;constructor(e){super({name:"AuthorizationPendingException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},nE=class t extends _n{name="ExpiredTokenException";$fault="client";error;error_description;constructor(e){super({name:"ExpiredTokenException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},sE=class t extends _n{name="InternalServerException";$fault="server";error;error_description;constructor(e){super({name:"InternalServerException",$fault:"server",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},oE=class t extends _n{name="InvalidClientException";$fault="client";error;error_description;constructor(e){super({name:"InvalidClientException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},iE=class t extends _n{name="InvalidGrantException";$fault="client";error;error_description;constructor(e){super({name:"InvalidGrantException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},aE=class t extends _n{name="InvalidRequestException";$fault="client";error;reason;error_description;constructor(e){super({name:"InvalidRequestException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.reason=e.reason,this.error_description=e.error_description}},cE=class t extends _n{name="InvalidScopeException";$fault="client";error;error_description;constructor(e){super({name:"InvalidScopeException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},uE=class t extends _n{name="SlowDownException";$fault="client";error;error_description;constructor(e){super({name:"SlowDownException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},lE=class t extends _n{name="UnauthorizedClientException";$fault="client";error;error_description;constructor(e){super({name:"UnauthorizedClientException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},dE=class t extends _n{name="UnsupportedGrantTypeException";$fault="client";error;error_description;constructor(e){super({name:"UnsupportedGrantTypeException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}}});var Uot,Fot,Mot,qot,Bot,Got,Hot,Vot,jot,Wot,zot,Kot,Qot,Yot,Jot,Xot,Zot,eit,tit,rit,va,nit,sit,oit,iit,ait,kr,cit,Ui,uit,lit,Fi,dit,ule,lle,pit,dle,mit,fit,git,Xr,ple,mle,Ko,fle,gle,hle,Sle,yle,Ele,Cle,_le,Rle,Tle,Ale,ij,hit,Sit,yit,Eit,Ple,vle,ble,aj,gv=R(()=>{dt();oj();fv();Uot="AccessDeniedException",Fot="AuthorizationPendingException",Mot="AccessToken",qot="ClientSecret",Bot="CreateToken",Got="CreateTokenRequest",Hot="CreateTokenResponse",Vot="CodeVerifier",jot="ExpiredTokenException",Wot="InvalidClientException",zot="InvalidGrantException",Kot="InvalidRequestException",Qot="InternalServerException",Yot="InvalidScopeException",Jot="IdToken",Xot="RefreshToken",Zot="SlowDownException",eit="UnauthorizedClientException",tit="UnsupportedGrantTypeException",rit="accessToken",va="client",nit="clientId",sit="clientSecret",oit="codeVerifier",iit="code",ait="deviceCode",kr="error",cit="expiresIn",Ui="error_description",uit="grantType",lit="http",Fi="httpError",dit="idToken",ule="reason",lle="refreshToken",pit="redirectUri",dle="smithy.ts.sdk.synthetic.com.amazonaws.ssooidc",mit="scope",fit="server",git="tokenType",Xr="com.amazonaws.ssooidc",ple=It.for(dle),mle=[-3,dle,"SSOOIDCServiceException",0,[],[]];ple.registerError(mle,_n);Ko=It.for(Xr),fle=[-3,Xr,Uot,{[kr]:va,[Fi]:400},[kr,ule,Ui],[0,0,0]];Ko.registerError(fle,tE);gle=[-3,Xr,Fot,{[kr]:va,[Fi]:400},[kr,Ui],[0,0]];Ko.registerError(gle,rE);hle=[-3,Xr,jot,{[kr]:va,[Fi]:400},[kr,Ui],[0,0]];Ko.registerError(hle,nE);Sle=[-3,Xr,Qot,{[kr]:fit,[Fi]:500},[kr,Ui],[0,0]];Ko.registerError(Sle,sE);yle=[-3,Xr,Wot,{[kr]:va,[Fi]:401},[kr,Ui],[0,0]];Ko.registerError(yle,oE);Ele=[-3,Xr,zot,{[kr]:va,[Fi]:400},[kr,Ui],[0,0]];Ko.registerError(Ele,iE);Cle=[-3,Xr,Kot,{[kr]:va,[Fi]:400},[kr,ule,Ui],[0,0,0]];Ko.registerError(Cle,aE);_le=[-3,Xr,Yot,{[kr]:va,[Fi]:400},[kr,Ui],[0,0]];Ko.registerError(_le,cE);Rle=[-3,Xr,Zot,{[kr]:va,[Fi]:400},[kr,Ui],[0,0]];Ko.registerError(Rle,uE);Tle=[-3,Xr,eit,{[kr]:va,[Fi]:400},[kr,Ui],[0,0]];Ko.registerError(Tle,lE);Ale=[-3,Xr,tit,{[kr]:va,[Fi]:400},[kr,Ui],[0,0]];Ko.registerError(Ale,dE);ij=[ple,Ko],hit=[0,Xr,Mot,8,0],Sit=[0,Xr,qot,8,0],yit=[0,Xr,Vot,8,0],Eit=[0,Xr,Jot,8,0],Ple=[0,Xr,Xot,8,0],vle=[3,Xr,Got,0,[nit,sit,uit,ait,iit,lle,mit,pit,oit],[0,[()=>Sit,0],0,0,0,[()=>Ple,0],64,0,[()=>yit,0]],3],ble=[3,Xr,Hot,0,[rit,git,cit,lle,dit],[[()=>hit,0],0,1,[()=>Ple,0],[()=>Eit,0]]],aj=[9,Xr,Bot,{[lit]:["POST","/token",200]},()=>vle,()=>ble]});var Ile,Dle,hv,Sv,xle,wle=R(()=>{br();Bc();bn();Ile=T(je()),Dle=T(Sn()),hv=T(De()),Sv=T(He());JV();ale();gv();xle=t=>({apiVersion:"2019-06-10",base64Decoder:t?.base64Decoder??hv.fromBase64,base64Encoder:t?.base64Encoder??hv.toBase64,disableHostPrefix:t?.disableHostPrefix??!1,endpointProvider:t?.endpointProvider??ile,extensions:t?.extensions??[],httpAuthSchemeProvider:t?.httpAuthSchemeProvider??bue,httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new Hn},{schemeId:"smithy.api#noAuth",identityProvider:e=>e.getIdentityProvider("smithy.api#noAuth")||(async()=>({})),signer:new Ni}],logger:t?.logger??new Ile.NoOpLogger,protocol:t?.protocol??yl,protocolSettings:t?.protocolSettings??{defaultNamespace:"com.amazonaws.ssooidc",errorTypeRegistries:ij,version:"2019-06-10",serviceTarget:"AWSSSOOIDCService"},serviceId:t?.serviceId??"SSO OIDC",urlParser:t?.urlParser??Dle.parseUrl,utf8Decoder:t?.utf8Decoder??Sv.fromUtf8,utf8Encoder:t?.utf8Encoder??Sv.toUtf8})});var yv,xl,$le,Ev,Dl,Cv,_v,Ole,kle,Nle,Lle,Ule=R(()=>{mv();br();yv=T(bl()),xl=T(At()),$le=T(Eo()),Ev=T(vs()),Dl=T(Jr()),Cv=T(Oi()),_v=T(je()),Ole=T(Cn()),kle=T(Il()),Nle=T(Ps());wle();Lle=t=>{(0,_v.emitWarningIfUnsupportedVersion)(process.version);let e=(0,kle.resolveDefaultsModeConfig)(t),r=()=>e().then(_v.loadConfigsForDefaultMode),n=xle(t);il(process.version);let s={profile:t?.profile,logger:n.logger};return{...n,...t,runtime:"node",defaultsMode:e,authSchemePreference:t?.authSchemePreference??(0,Dl.loadConfig)(cl,s),bodyLengthChecker:t?.bodyLengthChecker??Ole.calculateBodyLength,defaultUserAgentProvider:t?.defaultUserAgentProvider??(0,yv.createDefaultUserAgentProvider)({serviceId:n.serviceId,clientVersion:lg.version}),maxAttempts:t?.maxAttempts??(0,Dl.loadConfig)(Ev.NODE_MAX_ATTEMPT_CONFIG_OPTIONS,t),region:t?.region??(0,Dl.loadConfig)(xl.NODE_REGION_CONFIG_OPTIONS,{...xl.NODE_REGION_CONFIG_FILE_OPTIONS,...s}),requestHandler:Cv.NodeHttpHandler.create(t?.requestHandler??r),retryMode:t?.retryMode??(0,Dl.loadConfig)({...Ev.NODE_RETRY_MODE_CONFIG_OPTIONS,default:async()=>(await r()).retryMode||Nle.DEFAULT_RETRY_MODE},t),sha256:t?.sha256??$le.Hash.bind(null,"sha256"),streamCollector:t?.streamCollector??Cv.streamCollector,useDualstackEndpoint:t?.useDualstackEndpoint??(0,Dl.loadConfig)(xl.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,s),useFipsEndpoint:t?.useFipsEndpoint??(0,Dl.loadConfig)(xl.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,s),userAgentAppId:t?.userAgentAppId??(0,Dl.loadConfig)(yv.NODE_APP_ID_CONFIG_OPTIONS,s)}}});var Mle=O(fg=>{"use strict";Object.defineProperty(fg,"__esModule",{value:!0});fg.warning=void 0;fg.stsRegionDefaultResolver=_it;var Fle=At(),Cit=Jr();function _it(t={}){return(0,Cit.loadConfig)({...Fle.NODE_REGION_CONFIG_OPTIONS,async default(){return fg.warning.silence||console.warn("@aws-sdk - WARN - default STS region of us-east-1 used. See @aws-sdk/credential-providers README and set a region explicitly."),"us-east-1"}},{...Fle.NODE_REGION_CONFIG_FILE_OPTIONS,...t})}fg.warning={silence:!1}});var Qc=O(ba=>{"use strict";var qle=Mle(),pE=At(),Rit=t=>({setRegion(e){t.region=e},region(){return t.region}}),Tit=t=>({region:t.region()});Object.defineProperty(ba,"NODE_REGION_CONFIG_FILE_OPTIONS",{enumerable:!0,get:function(){return pE.NODE_REGION_CONFIG_FILE_OPTIONS}});Object.defineProperty(ba,"NODE_REGION_CONFIG_OPTIONS",{enumerable:!0,get:function(){return pE.NODE_REGION_CONFIG_OPTIONS}});Object.defineProperty(ba,"REGION_ENV_NAME",{enumerable:!0,get:function(){return pE.REGION_ENV_NAME}});Object.defineProperty(ba,"REGION_INI_NAME",{enumerable:!0,get:function(){return pE.REGION_INI_NAME}});Object.defineProperty(ba,"resolveRegionConfig",{enumerable:!0,get:function(){return pE.resolveRegionConfig}});ba.getAwsRegionExtensionConfiguration=Rit;ba.resolveAwsRegionExtensionConfiguration=Tit;Object.keys(qle).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(ba,t)&&Object.defineProperty(ba,t,{enumerable:!0,get:function(){return qle[t]}})})});var Ble,Gle,Hle=R(()=>{Ble=t=>{let e=t.httpAuthSchemes,r=t.httpAuthSchemeProvider,n=t.credentials;return{setHttpAuthScheme(s){let o=e.findIndex(i=>i.schemeId===s.schemeId);o===-1?e.push(s):e.splice(o,1,s)},httpAuthSchemes(){return e},setHttpAuthSchemeProvider(s){r=s},httpAuthSchemeProvider(){return r},setCredentials(s){n=s},credentials(){return n}}},Gle=t=>({httpAuthSchemes:t.httpAuthSchemes(),httpAuthSchemeProvider:t.httpAuthSchemeProvider(),credentials:t.credentials()})});var Rv,Tv,Av,Vle,jle=R(()=>{Rv=T(Qc()),Tv=T(qe()),Av=T(je());Hle();Vle=(t,e)=>{let r=Object.assign((0,Rv.getAwsRegionExtensionConfiguration)(t),(0,Av.getDefaultExtensionConfiguration)(t),(0,Tv.getHttpHandlerExtensionConfiguration)(t),Ble(t));return e.forEach(n=>n.configure(r)),Object.assign(t,(0,Rv.resolveAwsRegionExtensionConfiguration)(r),(0,Av.resolveDefaultRuntimeConfig)(r),(0,Tv.resolveHttpHandlerRuntimeConfig)(r),Gle(r))}});var Pv,Wle,zle,vv,Kle,Qle,Yle,bv,cj,mE,uj=R(()=>{Pv=T(Xu()),Wle=T(Zu()),zle=T(el()),vv=T(Gc()),Kle=T(At());bn();dt();Qle=T(So()),Yle=T(jo()),bv=T(vs()),cj=T(je());JV();XV();Ule();jle();mE=class extends cj.Client{config;constructor(...[e]){let r=Lle(e||{});super(r),this.initConfig=r;let n=Due(r),s=(0,vv.resolveUserAgentConfig)(n),o=(0,bv.resolveRetryConfig)(s),i=(0,Kle.resolveRegionConfig)(o),a=(0,Pv.resolveHostHeaderConfig)(i),c=(0,Yle.resolveEndpointConfig)(a),u=Iue(c),f=Vle(u,e?.extensions||[]);this.config=f,this.middlewareStack.use(Lp(this.config)),this.middlewareStack.use((0,vv.getUserAgentPlugin)(this.config)),this.middlewareStack.use((0,bv.getRetryPlugin)(this.config)),this.middlewareStack.use((0,Qle.getContentLengthPlugin)(this.config)),this.middlewareStack.use((0,Pv.getHostHeaderPlugin)(this.config)),this.middlewareStack.use((0,Wle.getLoggerPlugin)(this.config)),this.middlewareStack.use((0,zle.getRecursionDetectionPlugin)(this.config)),this.middlewareStack.use(kp(this.config,{httpAuthSchemeParametersProvider:vue,identityProviderConfigProvider:async m=>new $c({"aws.auth#sigv4":m.credentials})})),this.middlewareStack.use(Np(this.config))}destroy(){super.destroy()}}});var Jle,lj,fE,dj=R(()=>{Jle=T(jo()),lj=T(je());XV();gv();fE=class extends lj.Command.classBuilder().ep(xue).m(function(e,r,n,s){return[(0,Jle.getEndpointPlugin)(n,e.getEndpointParameterInstructions())]}).s("AWSSSOOIDCService","CreateToken",{}).n("SSOOIDCClient","CreateTokenCommand").sc(aj).build(){}});var Xle,Ait,Iv,Zle=R(()=>{Xle=T(je());dj();uj();Ait={CreateTokenCommand:fE},Iv=class extends mE{};(0,Xle.createAggregatedClient)(Ait,Iv)});var ede=R(()=>{dj()});var Pit,vit,tde=R(()=>{Pit={KMS_ACCESS_DENIED:"KMS_AccessDeniedException"},vit={KMS_DISABLED_KEY:"KMS_DisabledException",KMS_INVALID_KEY_USAGE:"KMS_InvalidKeyUsageException",KMS_INVALID_STATE:"KMS_InvalidStateException",KMS_KEY_NOT_FOUND:"KMS_NotFoundException"}});var rde=R(()=>{});var pj={};st(pj,{$Command:()=>lj.Command,AccessDeniedException:()=>tE,AccessDeniedException$:()=>fle,AccessDeniedExceptionReason:()=>Pit,AuthorizationPendingException:()=>rE,AuthorizationPendingException$:()=>gle,CreateToken$:()=>aj,CreateTokenCommand:()=>fE,CreateTokenRequest$:()=>vle,CreateTokenResponse$:()=>ble,ExpiredTokenException:()=>nE,ExpiredTokenException$:()=>hle,InternalServerException:()=>sE,InternalServerException$:()=>Sle,InvalidClientException:()=>oE,InvalidClientException$:()=>yle,InvalidGrantException:()=>iE,InvalidGrantException$:()=>Ele,InvalidRequestException:()=>aE,InvalidRequestException$:()=>Cle,InvalidRequestExceptionReason:()=>vit,InvalidScopeException:()=>cE,InvalidScopeException$:()=>_le,SSOOIDC:()=>Iv,SSOOIDCClient:()=>mE,SSOOIDCServiceException:()=>_n,SSOOIDCServiceException$:()=>mle,SlowDownException:()=>uE,SlowDownException$:()=>Rle,UnauthorizedClientException:()=>lE,UnauthorizedClientException$:()=>Tle,UnsupportedGrantTypeException:()=>dE,UnsupportedGrantTypeException$:()=>Ale,__Client:()=>cj.Client,errorTypeRegistries:()=>ij});var mj=R(()=>{uj();Zle();ede();gv();tde();oj();rde();fv()});var ide=O(hE=>{"use strict";var bit=(Ho(),J(kc)),Iit=(E4(),J(uie)),Co=Lt(),gE=yn(),Dit=require("fs"),xit=({logger:t,signingName:e}={})=>async()=>{if(t?.debug?.("@aws-sdk/token-providers - fromEnvSigningName"),!e)throw new Co.TokenProviderError("Please pass 'signingName' to compute environment variable key",{logger:t});let r=Iit.getBearerTokenEnvKey(e);if(!(r in process.env))throw new Co.TokenProviderError(`Token not present in '${r}' environment variable`,{logger:t});let n={token:process.env[r]};return bit.setTokenFeature(n,"BEARER_SERVICE_ENV_VARS","3"),n},wit=300*1e3,fj="To refresh this SSO session run 'aws sso login' with the corresponding profile.",$it=async(t,e={},r)=>{let{SSOOIDCClient:n}=await Promise.resolve().then(()=>(mj(),pj)),s=i=>e.clientConfig?.[i]??e.parentClientConfig?.[i]??r?.[i];return new n(Object.assign({},e.clientConfig??{},{region:t??e.clientConfig?.region,logger:s("logger"),userAgentAppId:s("userAgentAppId")}))},Oit=async(t,e,r={},n)=>{let{CreateTokenCommand:s}=await Promise.resolve().then(()=>(mj(),pj));return(await $it(e,r,n)).send(new s({clientId:t.clientId,clientSecret:t.clientSecret,refreshToken:t.refreshToken,grantType:"refresh_token"}))},nde=t=>{if(t.expiration&&t.expiration.getTime()<Date.now())throw new Co.TokenProviderError(`Token is expired. ${fj}`,!1)},Yp=(t,e,r=!1)=>{if(typeof e>"u")throw new Co.TokenProviderError(`Value not present for '${t}' in SSO Token${r?". Cannot refresh":""}. ${fj}`,!1)},{writeFile:kit}=Dit.promises,Nit=(t,e)=>{let r=gE.getSSOTokenFilepath(t),n=JSON.stringify(e,null,2);return kit(r,n)},sde=new Date(0),ode=(t={})=>async({callerClientConfig:e}={})=>{t.logger?.debug("@aws-sdk/token-providers - fromSso");let r=await gE.parseKnownFiles(t),n=gE.getProfileName({profile:t.profile??e?.profile}),s=r[n];if(s){if(!s.sso_session)throw new Co.TokenProviderError(`Profile '${n}' is missing required property 'sso_session'.`)}else throw new Co.TokenProviderError(`Profile '${n}' could not be found in shared credentials file.`,!1);let o=s.sso_session,a=(await gE.loadSsoSessionData(t))[o];if(!a)throw new Co.TokenProviderError(`Sso session '${o}' could not be found in shared credentials file.`,!1);for(let y of["sso_start_url","sso_region"])if(!a[y])throw new Co.TokenProviderError(`Sso session '${o}' is missing required property '${y}'.`,!1);a.sso_start_url;let c=a.sso_region,u;try{u=await gE.getSSOTokenFromFile(o)}catch{throw new Co.TokenProviderError(`The SSO session token associated with profile=${n} was not found or is invalid. ${fj}`,!1)}Yp("accessToken",u.accessToken),Yp("expiresAt",u.expiresAt);let{accessToken:f,expiresAt:m}=u,h={token:f,expiration:new Date(m)};if(h.expiration.getTime()-Date.now()>wit)return h;if(Date.now()-sde.getTime()<30*1e3)return nde(h),h;Yp("clientId",u.clientId,!0),Yp("clientSecret",u.clientSecret,!0),Yp("refreshToken",u.refreshToken,!0);try{sde.setTime(Date.now());let y=await Oit(u,c,t,e);Yp("accessToken",y.accessToken),Yp("expiresIn",y.expiresIn);let C=new Date(Date.now()+y.expiresIn*1e3);try{await Nit(o,{...u,accessToken:y.accessToken,expiresAt:C.toISOString(),refreshToken:y.refreshToken})}catch{}return{token:y.accessToken,expiration:C}}catch{return nde(h),h}},Lit=({token:t,logger:e})=>async()=>{if(e?.debug("@aws-sdk/token-providers - fromStatic"),!t||!t.token)throw new Co.TokenProviderError("Please pass a valid token to fromStatic",!1);return t},Uit=(t={})=>Co.memoize(Co.chain(ode(t),async()=>{throw new Co.TokenProviderError("Could not load token from any providers",!1)}),e=>e.expiration!==void 0&&e.expiration.getTime()-Date.now()<3e5,e=>e.expiration!==void 0);hE.fromEnvSigningName=xit;hE.fromSso=ode;hE.fromStatic=Lit;hE.nodeProvider=Uit});var hj=O(wl=>{"use strict";Object.defineProperty(wl,"__esModule",{value:!0});wl.resolveHttpAuthSchemeConfig=wl.defaultSSOHttpAuthSchemeProvider=wl.defaultSSOHttpAuthSchemeParametersProvider=void 0;var Fit=(br(),J(Js)),gj=Nt(),Mit=async(t,e,r)=>({operation:(0,gj.getSmithyContext)(e).operation,region:await(0,gj.normalizeProvider)(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});wl.defaultSSOHttpAuthSchemeParametersProvider=Mit;function qit(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"awsssoportal",region:t.region},propertiesExtractor:(e,r)=>({signingProperties:{config:e,context:r}})}}function Dv(t){return{schemeId:"smithy.api#noAuth"}}var Bit=t=>{let e=[];switch(t.operation){case"GetRoleCredentials":{e.push(Dv(t));break}case"ListAccountRoles":{e.push(Dv(t));break}case"ListAccounts":{e.push(Dv(t));break}case"Logout":{e.push(Dv(t));break}default:e.push(qit(t))}return e};wl.defaultSSOHttpAuthSchemeProvider=Bit;var Git=t=>{let e=(0,Fit.resolveAwsSdkSigV4Config)(t);return Object.assign(e,{authSchemePreference:(0,gj.normalizeProvider)(t.authSchemePreference??[])})};wl.resolveHttpAuthSchemeConfig=Git});var ade=O((_Gr,Hit)=>{Hit.exports={name:"@aws-sdk/client-sso",description:"AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",version:"3.993.0",scripts:{build:"concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline client-sso","build:es":"tsc -p tsconfig.es.json","build:include:deps":'yarn g:turbo run build -F="$npm_package_name"',"build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4",clean:"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo sso","test:index":"tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"},main:"./dist-cjs/index.js",types:"./dist-types/index.d.ts",module:"./dist-es/index.js",sideEffects:!1,dependencies:{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.973.11","@aws-sdk/middleware-host-header":"^3.972.3","@aws-sdk/middleware-logger":"^3.972.3","@aws-sdk/middleware-recursion-detection":"^3.972.3","@aws-sdk/middleware-user-agent":"^3.972.11","@aws-sdk/region-config-resolver":"^3.972.3","@aws-sdk/types":"^3.973.1","@aws-sdk/util-endpoints":"3.993.0","@aws-sdk/util-user-agent-browser":"^3.972.3","@aws-sdk/util-user-agent-node":"^3.972.9","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.23.2","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.16","@smithy/middleware-retry":"^4.4.33","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.10","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.11.5","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.32","@smithy/util-defaults-mode-node":"^4.2.35","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0",tslib:"^2.6.2"},devDependencies:{"@tsconfig/node20":"20.1.8","@types/node":"^20.14.8",concurrently:"7.0.0","downlevel-dts":"0.10.1",premove:"4.0.0",typescript:"~5.8.3"},engines:{node:">=20.0.0"},typesVersions:{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},files:["dist-*/**"],author:{name:"AWS SDK for JavaScript Team",url:"https://aws.amazon.com/javascript/"},license:"Apache-2.0",browser:{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},homepage:"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso",repository:{type:"git",url:"https://github.com/aws/aws-sdk-js-v3.git",directory:"clients/client-sso"}}});var Rde=O(xv=>{"use strict";Object.defineProperty(xv,"__esModule",{value:!0});xv.ruleSet=void 0;var yde="required",Yo="fn",Jo="argv",Sg="ref",cde=!0,ude="isSet",SE="booleanEquals",gg="error",hg="endpoint",Yc="tree",Sj="PartitionResult",yj="getAttr",lde={[yde]:!1,type:"string"},dde={[yde]:!0,default:!1,type:"boolean"},pde={[Sg]:"Endpoint"},Ede={[Yo]:SE,[Jo]:[{[Sg]:"UseFIPS"},!0]},Cde={[Yo]:SE,[Jo]:[{[Sg]:"UseDualStack"},!0]},Qo={},mde={[Yo]:yj,[Jo]:[{[Sg]:Sj},"supportsFIPS"]},_de={[Sg]:Sj},fde={[Yo]:SE,[Jo]:[!0,{[Yo]:yj,[Jo]:[_de,"supportsDualStack"]}]},gde=[Ede],hde=[Cde],Sde=[{[Sg]:"Region"}],Vit={version:"1.0",parameters:{Region:lde,UseDualStack:dde,UseFIPS:dde,Endpoint:lde},rules:[{conditions:[{[Yo]:ude,[Jo]:[pde]}],rules:[{conditions:gde,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:gg},{conditions:hde,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:gg},{endpoint:{url:pde,properties:Qo,headers:Qo},type:hg}],type:Yc},{conditions:[{[Yo]:ude,[Jo]:Sde}],rules:[{conditions:[{[Yo]:"aws.partition",[Jo]:Sde,assign:Sj}],rules:[{conditions:[Ede,Cde],rules:[{conditions:[{[Yo]:SE,[Jo]:[cde,mde]},fde],rules:[{endpoint:{url:"https://portal.sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Qo,headers:Qo},type:hg}],type:Yc},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:gg}],type:Yc},{conditions:gde,rules:[{conditions:[{[Yo]:SE,[Jo]:[mde,cde]}],rules:[{conditions:[{[Yo]:"stringEquals",[Jo]:[{[Yo]:yj,[Jo]:[_de,"name"]},"aws-us-gov"]}],endpoint:{url:"https://portal.sso.{Region}.amazonaws.com",properties:Qo,headers:Qo},type:hg},{endpoint:{url:"https://portal.sso-fips.{Region}.{PartitionResult#dnsSuffix}",properties:Qo,headers:Qo},type:hg}],type:Yc},{error:"FIPS is enabled but this partition does not support FIPS",type:gg}],type:Yc},{conditions:hde,rules:[{conditions:[fde],rules:[{endpoint:{url:"https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Qo,headers:Qo},type:hg}],type:Yc},{error:"DualStack is enabled but this partition does not support DualStack",type:gg}],type:Yc},{endpoint:{url:"https://portal.sso.{Region}.{PartitionResult#dnsSuffix}",properties:Qo,headers:Qo},type:hg}],type:Yc}],type:Yc},{error:"Invalid Configuration: Missing Region",type:gg}]};xv.ruleSet=Vit});var Tde=O(wv=>{"use strict";Object.defineProperty(wv,"__esModule",{value:!0});wv.defaultEndpointResolver=void 0;var jit=Oc(),Ej=Gn(),Wit=Rde(),zit=new Ej.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS"]}),Kit=(t,e={})=>zit.get(t,()=>(0,Ej.resolveEndpoint)(Wit.ruleSet,{endpointParams:t,logger:e.logger}));wv.defaultEndpointResolver=Kit;Ej.customEndpointFunctions.aws=jit.awsEndpointFunctions});var $v=O(yg=>{"use strict";Object.defineProperty(yg,"__esModule",{value:!0});yg.SSOServiceException=yg.__ServiceException=void 0;var Ade=je();Object.defineProperty(yg,"__ServiceException",{enumerable:!0,get:function(){return Ade.ServiceException}});var Cj=class t extends Ade.ServiceException{constructor(e){super(e),Object.setPrototypeOf(this,t.prototype)}};yg.SSOServiceException=Cj});var Pj=O(Ia=>{"use strict";Object.defineProperty(Ia,"__esModule",{value:!0});Ia.UnauthorizedException=Ia.TooManyRequestsException=Ia.ResourceNotFoundException=Ia.InvalidRequestException=void 0;var Ov=$v(),_j=class t extends Ov.SSOServiceException{name="InvalidRequestException";$fault="client";constructor(e){super({name:"InvalidRequestException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ia.InvalidRequestException=_j;var Rj=class t extends Ov.SSOServiceException{name="ResourceNotFoundException";$fault="client";constructor(e){super({name:"ResourceNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ia.ResourceNotFoundException=Rj;var Tj=class t extends Ov.SSOServiceException{name="TooManyRequestsException";$fault="client";constructor(e){super({name:"TooManyRequestsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ia.TooManyRequestsException=Tj;var Aj=class t extends Ov.SSOServiceException{name="UnauthorizedException";$fault="client";constructor(e){super({name:"UnauthorizedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ia.UnauthorizedException=Aj});var vj=O(xe=>{"use strict";Object.defineProperty(xe,"__esModule",{value:!0});xe.Logout$=xe.ListAccounts$=xe.ListAccountRoles$=xe.GetRoleCredentials$=xe.RoleInfo$=xe.RoleCredentials$=xe.LogoutRequest$=xe.ListAccountsResponse$=xe.ListAccountsRequest$=xe.ListAccountRolesResponse$=xe.ListAccountRolesRequest$=xe.GetRoleCredentialsResponse$=xe.GetRoleCredentialsRequest$=xe.AccountInfo$=xe.errorTypeRegistries=xe.UnauthorizedException$=xe.TooManyRequestsException$=xe.ResourceNotFoundException$=xe.InvalidRequestException$=xe.SSOServiceException$=void 0;var Qit="AccountInfo",Yit="AccountListType",Jit="AccessTokenType",Xit="GetRoleCredentials",Zit="GetRoleCredentialsRequest",eat="GetRoleCredentialsResponse",tat="InvalidRequestException",rat="Logout",nat="ListAccounts",sat="ListAccountsRequest",oat="ListAccountRolesRequest",iat="ListAccountRolesResponse",aat="ListAccountsResponse",cat="ListAccountRoles",uat="LogoutRequest",lat="RoleCredentials",dat="RoleInfo",pat="RoleListType",mat="ResourceNotFoundException",fat="SecretAccessKeyType",gat="SessionTokenType",hat="TooManyRequestsException",Sat="UnauthorizedException",kv="accountId",yat="accessKeyId",Eat="accountList",Cat="accountName",Nv="accessToken",Pde="account_id",Lv="client",Uv="error",_at="emailAddress",Rat="expiration",Fv="http",Mv="httpError",qv="httpHeader",Jp="httpQuery",Bv="message",vde="maxResults",bde="max_result",Gv="nextToken",Ide="next_token",Tat="roleCredentials",Aat="roleList",Dde="roleName",Pat="role_name",xde="smithy.ts.sdk.synthetic.com.amazonaws.sso",vat="secretAccessKey",bat="sessionToken",Hv="x-amz-sso_bearer_token",yr="com.amazonaws.sso",wde=(dt(),J(_a)),Vv=Pj(),Iat=$v(),$de=wde.TypeRegistry.for(xde);xe.SSOServiceException$=[-3,xde,"SSOServiceException",0,[],[]];$de.registerError(xe.SSOServiceException$,Iat.SSOServiceException);var yE=wde.TypeRegistry.for(yr);xe.InvalidRequestException$=[-3,yr,tat,{[Uv]:Lv,[Mv]:400},[Bv],[0]];yE.registerError(xe.InvalidRequestException$,Vv.InvalidRequestException);xe.ResourceNotFoundException$=[-3,yr,mat,{[Uv]:Lv,[Mv]:404},[Bv],[0]];yE.registerError(xe.ResourceNotFoundException$,Vv.ResourceNotFoundException);xe.TooManyRequestsException$=[-3,yr,hat,{[Uv]:Lv,[Mv]:429},[Bv],[0]];yE.registerError(xe.TooManyRequestsException$,Vv.TooManyRequestsException);xe.UnauthorizedException$=[-3,yr,Sat,{[Uv]:Lv,[Mv]:401},[Bv],[0]];yE.registerError(xe.UnauthorizedException$,Vv.UnauthorizedException);xe.errorTypeRegistries=[$de,yE];var jv=[0,yr,Jit,8,0],Dat=[0,yr,fat,8,0],xat=[0,yr,gat,8,0];xe.AccountInfo$=[3,yr,Qit,0,[kv,Cat,_at],[0,0,0]];xe.GetRoleCredentialsRequest$=[3,yr,Zit,0,[Dde,kv,Nv],[[0,{[Jp]:Pat}],[0,{[Jp]:Pde}],[()=>jv,{[qv]:Hv}]],3];xe.GetRoleCredentialsResponse$=[3,yr,eat,0,[Tat],[[()=>xe.RoleCredentials$,0]]];xe.ListAccountRolesRequest$=[3,yr,oat,0,[Nv,kv,Gv,vde],[[()=>jv,{[qv]:Hv}],[0,{[Jp]:Pde}],[0,{[Jp]:Ide}],[1,{[Jp]:bde}]],2];xe.ListAccountRolesResponse$=[3,yr,iat,0,[Gv,Aat],[0,()=>Oat]];xe.ListAccountsRequest$=[3,yr,sat,0,[Nv,Gv,vde],[[()=>jv,{[qv]:Hv}],[0,{[Jp]:Ide}],[1,{[Jp]:bde}]],1];xe.ListAccountsResponse$=[3,yr,aat,0,[Gv,Eat],[0,()=>$at]];xe.LogoutRequest$=[3,yr,uat,0,[Nv],[[()=>jv,{[qv]:Hv}]],1];xe.RoleCredentials$=[3,yr,lat,0,[yat,vat,bat,Rat],[0,[()=>Dat,0],[()=>xat,0],1]];xe.RoleInfo$=[3,yr,dat,0,[Dde,kv],[0,0]];var wat="unit",$at=[1,yr,Yit,0,()=>xe.AccountInfo$],Oat=[1,yr,pat,0,()=>xe.RoleInfo$];xe.GetRoleCredentials$=[9,yr,Xit,{[Fv]:["GET","/federation/credentials",200]},()=>xe.GetRoleCredentialsRequest$,()=>xe.GetRoleCredentialsResponse$];xe.ListAccountRoles$=[9,yr,cat,{[Fv]:["GET","/assignment/roles",200]},()=>xe.ListAccountRolesRequest$,()=>xe.ListAccountRolesResponse$];xe.ListAccounts$=[9,yr,nat,{[Fv]:["GET","/assignment/accounts",200]},()=>xe.ListAccountsRequest$,()=>xe.ListAccountsResponse$];xe.Logout$=[9,yr,rat,{[Fv]:["POST","/logout",200]},()=>xe.LogoutRequest$,()=>wat]});var Nde=O(Wv=>{"use strict";Object.defineProperty(Wv,"__esModule",{value:!0});Wv.getRuntimeConfig=void 0;var kat=(br(),J(Js)),Nat=(Bc(),J(zy)),Lat=(bn(),J(sl)),Uat=je(),Fat=Sn(),Ode=De(),kde=He(),Mat=hj(),qat=Tde(),Bat=vj(),Gat=t=>({apiVersion:"2019-06-10",base64Decoder:t?.base64Decoder??Ode.fromBase64,base64Encoder:t?.base64Encoder??Ode.toBase64,disableHostPrefix:t?.disableHostPrefix??!1,endpointProvider:t?.endpointProvider??qat.defaultEndpointResolver,extensions:t?.extensions??[],httpAuthSchemeProvider:t?.httpAuthSchemeProvider??Mat.defaultSSOHttpAuthSchemeProvider,httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new kat.AwsSdkSigV4Signer},{schemeId:"smithy.api#noAuth",identityProvider:e=>e.getIdentityProvider("smithy.api#noAuth")||(async()=>({})),signer:new Lat.NoAuthSigner}],logger:t?.logger??new Uat.NoOpLogger,protocol:t?.protocol??Nat.AwsRestJsonProtocol,protocolSettings:t?.protocolSettings??{defaultNamespace:"com.amazonaws.sso",errorTypeRegistries:Bat.errorTypeRegistries,version:"2019-06-10",serviceTarget:"SWBPortalService"},serviceId:t?.serviceId??"SSO",urlParser:t?.urlParser??Fat.parseUrl,utf8Decoder:t?.utf8Decoder??kde.fromUtf8,utf8Encoder:t?.utf8Encoder??kde.toUtf8});Wv.getRuntimeConfig=Gat});var Bde=O(Kv=>{"use strict";Object.defineProperty(Kv,"__esModule",{value:!0});Kv.getRuntimeConfig=void 0;var Hat=(Es(),J(ys)),Vat=Hat.__importDefault(ade()),Lde=(br(),J(Js)),Ude=bl(),zv=At(),jat=Eo(),Fde=vs(),Xp=Jr(),Mde=Oi(),qde=je(),Wat=Cn(),zat=Il(),Kat=Ps(),Qat=Nde(),Yat=t=>{(0,qde.emitWarningIfUnsupportedVersion)(process.version);let e=(0,zat.resolveDefaultsModeConfig)(t),r=()=>e().then(qde.loadConfigsForDefaultMode),n=(0,Qat.getRuntimeConfig)(t);(0,Lde.emitWarningIfUnsupportedVersion)(process.version);let s={profile:t?.profile,logger:n.logger};return{...n,...t,runtime:"node",defaultsMode:e,authSchemePreference:t?.authSchemePreference??(0,Xp.loadConfig)(Lde.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,s),bodyLengthChecker:t?.bodyLengthChecker??Wat.calculateBodyLength,defaultUserAgentProvider:t?.defaultUserAgentProvider??(0,Ude.createDefaultUserAgentProvider)({serviceId:n.serviceId,clientVersion:Vat.default.version}),maxAttempts:t?.maxAttempts??(0,Xp.loadConfig)(Fde.NODE_MAX_ATTEMPT_CONFIG_OPTIONS,t),region:t?.region??(0,Xp.loadConfig)(zv.NODE_REGION_CONFIG_OPTIONS,{...zv.NODE_REGION_CONFIG_FILE_OPTIONS,...s}),requestHandler:Mde.NodeHttpHandler.create(t?.requestHandler??r),retryMode:t?.retryMode??(0,Xp.loadConfig)({...Fde.NODE_RETRY_MODE_CONFIG_OPTIONS,default:async()=>(await r()).retryMode||Kat.DEFAULT_RETRY_MODE},t),sha256:t?.sha256??jat.Hash.bind(null,"sha256"),streamCollector:t?.streamCollector??Mde.streamCollector,useDualstackEndpoint:t?.useDualstackEndpoint??(0,Xp.loadConfig)(zv.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,s),useFipsEndpoint:t?.useFipsEndpoint??(0,Xp.loadConfig)(zv.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,s),userAgentAppId:t?.userAgentAppId??(0,Xp.loadConfig)(Ude.NODE_APP_ID_CONFIG_OPTIONS,s)}};Kv.getRuntimeConfig=Yat});var Jde=O(Wn=>{"use strict";var Gde=Xu(),Jat=Zu(),Xat=el(),Hde=Gc(),Zat=At(),EE=(bn(),J(sl)),ect=(dt(),J(_a)),tct=So(),RE=jo(),Vde=vs(),Da=je(),jde=hj(),rct=Bde(),Wde=Qc(),zde=qe(),Eg=vj(),Kde=Pj(),nct=$v(),sct=t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"awsssoportal"}),Xv={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}},oct=t=>{let e=t.httpAuthSchemes,r=t.httpAuthSchemeProvider,n=t.credentials;return{setHttpAuthScheme(s){let o=e.findIndex(i=>i.schemeId===s.schemeId);o===-1?e.push(s):e.splice(o,1,s)},httpAuthSchemes(){return e},setHttpAuthSchemeProvider(s){r=s},httpAuthSchemeProvider(){return r},setCredentials(s){n=s},credentials(){return n}}},ict=t=>({httpAuthSchemes:t.httpAuthSchemes(),httpAuthSchemeProvider:t.httpAuthSchemeProvider(),credentials:t.credentials()}),act=(t,e)=>{let r=Object.assign(Wde.getAwsRegionExtensionConfiguration(t),Da.getDefaultExtensionConfiguration(t),zde.getHttpHandlerExtensionConfiguration(t),oct(t));return e.forEach(n=>n.configure(r)),Object.assign(t,Wde.resolveAwsRegionExtensionConfiguration(r),Da.resolveDefaultRuntimeConfig(r),zde.resolveHttpHandlerRuntimeConfig(r),ict(r))},Cg=class extends Da.Client{config;constructor(...[e]){let r=rct.getRuntimeConfig(e||{});super(r),this.initConfig=r;let n=sct(r),s=Hde.resolveUserAgentConfig(n),o=Vde.resolveRetryConfig(s),i=Zat.resolveRegionConfig(o),a=Gde.resolveHostHeaderConfig(i),c=RE.resolveEndpointConfig(a),u=jde.resolveHttpAuthSchemeConfig(c),f=act(u,e?.extensions||[]);this.config=f,this.middlewareStack.use(ect.getSchemaSerdePlugin(this.config)),this.middlewareStack.use(Hde.getUserAgentPlugin(this.config)),this.middlewareStack.use(Vde.getRetryPlugin(this.config)),this.middlewareStack.use(tct.getContentLengthPlugin(this.config)),this.middlewareStack.use(Gde.getHostHeaderPlugin(this.config)),this.middlewareStack.use(Jat.getLoggerPlugin(this.config)),this.middlewareStack.use(Xat.getRecursionDetectionPlugin(this.config)),this.middlewareStack.use(EE.getHttpAuthSchemeEndpointRuleSetPlugin(this.config,{httpAuthSchemeParametersProvider:jde.defaultSSOHttpAuthSchemeParametersProvider,identityProviderConfigProvider:async m=>new EE.DefaultIdentityProviderConfig({"aws.auth#sigv4":m.credentials})})),this.middlewareStack.use(EE.getHttpSigningPlugin(this.config))}destroy(){super.destroy()}},Qv=class extends Da.Command.classBuilder().ep(Xv).m(function(e,r,n,s){return[RE.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("SWBPortalService","GetRoleCredentials",{}).n("SSOClient","GetRoleCredentialsCommand").sc(Eg.GetRoleCredentials$).build(){},CE=class extends Da.Command.classBuilder().ep(Xv).m(function(e,r,n,s){return[RE.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("SWBPortalService","ListAccountRoles",{}).n("SSOClient","ListAccountRolesCommand").sc(Eg.ListAccountRoles$).build(){},_E=class extends Da.Command.classBuilder().ep(Xv).m(function(e,r,n,s){return[RE.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("SWBPortalService","ListAccounts",{}).n("SSOClient","ListAccountsCommand").sc(Eg.ListAccounts$).build(){},Yv=class extends Da.Command.classBuilder().ep(Xv).m(function(e,r,n,s){return[RE.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("SWBPortalService","Logout",{}).n("SSOClient","LogoutCommand").sc(Eg.Logout$).build(){},Qde=EE.createPaginator(Cg,CE,"nextToken","nextToken","maxResults"),Yde=EE.createPaginator(Cg,_E,"nextToken","nextToken","maxResults"),cct={GetRoleCredentialsCommand:Qv,ListAccountRolesCommand:CE,ListAccountsCommand:_E,LogoutCommand:Yv},uct={paginateListAccountRoles:Qde,paginateListAccounts:Yde},Jv=class extends Cg{};Da.createAggregatedClient(cct,Jv,{paginators:uct});Object.defineProperty(Wn,"$Command",{enumerable:!0,get:function(){return Da.Command}});Object.defineProperty(Wn,"__Client",{enumerable:!0,get:function(){return Da.Client}});Object.defineProperty(Wn,"SSOServiceException",{enumerable:!0,get:function(){return nct.SSOServiceException}});Wn.GetRoleCredentialsCommand=Qv;Wn.ListAccountRolesCommand=CE;Wn.ListAccountsCommand=_E;Wn.LogoutCommand=Yv;Wn.SSO=Jv;Wn.SSOClient=Cg;Wn.paginateListAccountRoles=Qde;Wn.paginateListAccounts=Yde;Object.keys(Eg).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Wn,t)&&Object.defineProperty(Wn,t,{enumerable:!0,get:function(){return Eg[t]}})});Object.keys(Kde).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Wn,t)&&Object.defineProperty(Wn,t,{enumerable:!0,get:function(){return Kde[t]}})})});var Zde=O(bj=>{"use strict";var Xde=Jde();Object.defineProperty(bj,"GetRoleCredentialsCommand",{enumerable:!0,get:function(){return Xde.GetRoleCredentialsCommand}});Object.defineProperty(bj,"SSOClient",{enumerable:!0,get:function(){return Xde.SSOClient}})});var Ij=O(eb=>{"use strict";var Mi=Lt(),Zv=yn(),epe=(Ho(),J(kc)),lct=ide(),rpe=t=>t&&(typeof t.sso_start_url=="string"||typeof t.sso_account_id=="string"||typeof t.sso_session=="string"||typeof t.sso_region=="string"||typeof t.sso_role_name=="string"),TE=!1,tpe=async({ssoStartUrl:t,ssoSession:e,ssoAccountId:r,ssoRegion:n,ssoRoleName:s,ssoClient:o,clientConfig:i,parentClientConfig:a,callerClientConfig:c,profile:u,filepath:f,configFilepath:m,ignoreCache:h,logger:y})=>{let C,I="To refresh this SSO session run aws sso login with the corresponding profile.";if(e)try{let Je=await lct.fromSso({profile:u,filepath:f,configFilepath:m,ignoreCache:h})();C={accessToken:Je.token,expiresAt:new Date(Je.expiration).toISOString()}}catch(Je){throw new Mi.CredentialsProviderError(Je.message,{tryNextLink:TE,logger:y})}else try{C=await Zv.getSSOTokenFromFile(t)}catch{throw new Mi.CredentialsProviderError(`The SSO session associated with this profile is invalid. ${I}`,{tryNextLink:TE,logger:y})}if(new Date(C.expiresAt).getTime()-Date.now()<=0)throw new Mi.CredentialsProviderError(`The SSO session associated with this profile has expired. ${I}`,{tryNextLink:TE,logger:y});let{accessToken:$}=C,{SSOClient:N,GetRoleCredentialsCommand:U}=await Promise.resolve().then(function(){return Zde()}),B=o||new N(Object.assign({},i??{},{logger:i?.logger??c?.logger??a?.logger,region:i?.region??n,userAgentAppId:i?.userAgentAppId??c?.userAgentAppId??a?.userAgentAppId})),W;try{W=await B.send(new U({accountId:r,roleName:s,accessToken:$}))}catch(Je){throw new Mi.CredentialsProviderError(Je,{tryNextLink:TE,logger:y})}let{roleCredentials:{accessKeyId:j,secretAccessKey:te,sessionToken:Ce,expiration:V,credentialScope:Y,accountId:ne}={}}=W;if(!j||!te||!Ce||!V)throw new Mi.CredentialsProviderError("SSO returns an invalid temporary credential.",{tryNextLink:TE,logger:y});let ge={accessKeyId:j,secretAccessKey:te,sessionToken:Ce,expiration:new Date(V),...Y&&{credentialScope:Y},...ne&&{accountId:ne}};return e?epe.setCredentialFeature(ge,"CREDENTIALS_SSO","s"):epe.setCredentialFeature(ge,"CREDENTIALS_SSO_LEGACY","u"),ge},npe=(t,e)=>{let{sso_start_url:r,sso_account_id:n,sso_region:s,sso_role_name:o}=t;if(!r||!n||!s||!o)throw new Mi.CredentialsProviderError(`Profile is configured with invalid SSO credentials. Required parameters "sso_account_id", "sso_region", "sso_role_name", "sso_start_url". Got ${Object.keys(t).join(", ")}
|
|
87
|
+
Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html`,{tryNextLink:!1,logger:e});return t},dct=(t={})=>async({callerClientConfig:e}={})=>{t.logger?.debug("@aws-sdk/credential-provider-sso - fromSSO");let{ssoStartUrl:r,ssoAccountId:n,ssoRegion:s,ssoRoleName:o,ssoSession:i}=t,{ssoClient:a}=t,c=Zv.getProfileName({profile:t.profile??e?.profile});if(!r&&!n&&!s&&!o&&!i){let f=(await Zv.parseKnownFiles(t))[c];if(!f)throw new Mi.CredentialsProviderError(`Profile ${c} was not found.`,{logger:t.logger});if(!rpe(f))throw new Mi.CredentialsProviderError(`Profile ${c} is not configured with SSO credentials.`,{logger:t.logger});if(f?.sso_session){let N=(await Zv.loadSsoSessionData(t))[f.sso_session],U=` configurations in profile ${c} and sso-session ${f.sso_session}`;if(s&&s!==N.sso_region)throw new Mi.CredentialsProviderError("Conflicting SSO region"+U,{tryNextLink:!1,logger:t.logger});if(r&&r!==N.sso_start_url)throw new Mi.CredentialsProviderError("Conflicting SSO start_url"+U,{tryNextLink:!1,logger:t.logger});f.sso_region=N.sso_region,f.sso_start_url=N.sso_start_url}let{sso_start_url:m,sso_account_id:h,sso_region:y,sso_role_name:C,sso_session:I}=npe(f,t.logger);return tpe({ssoStartUrl:m,ssoSession:I,ssoAccountId:h,ssoRegion:y,ssoRoleName:C,ssoClient:a,clientConfig:t.clientConfig,parentClientConfig:t.parentClientConfig,callerClientConfig:t.callerClientConfig,profile:c,filepath:t.filepath,configFilepath:t.configFilepath,ignoreCache:t.ignoreCache,logger:t.logger})}else{if(!r||!n||!s||!o)throw new Mi.CredentialsProviderError('Incomplete configuration. The fromSSO() argument hash must include "ssoStartUrl", "ssoAccountId", "ssoRegion", "ssoRoleName"',{tryNextLink:!1,logger:t.logger});return tpe({ssoStartUrl:r,ssoSession:i,ssoAccountId:n,ssoRegion:s,ssoRoleName:o,ssoClient:a,clientConfig:t.clientConfig,parentClientConfig:t.parentClientConfig,callerClientConfig:t.callerClientConfig,profile:c,filepath:t.filepath,configFilepath:t.configFilepath,ignoreCache:t.ignoreCache,logger:t.logger})}};eb.fromSSO=dct;eb.isSsoProfile=rpe;eb.validateSsoProfile=npe});function pct(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"signin",region:t.region},propertiesExtractor:(e,r)=>({signingProperties:{config:e,context:r}})}}function mct(t){return{schemeId:"smithy.api#noAuth"}}var AE,spe,ope,ipe,Dj=R(()=>{br();AE=T(Nt()),spe=async(t,e,r)=>({operation:(0,AE.getSmithyContext)(e).operation,region:await(0,AE.normalizeProvider)(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});ope=t=>{let e=[];switch(t.operation){case"CreateOAuth2Token":{e.push(mct(t));break}default:e.push(pct(t))}return e},ipe=t=>{let e=Nc(t);return Object.assign(e,{authSchemePreference:(0,AE.normalizeProvider)(t.authSchemePreference??[])})}});var ape,cpe,xj=R(()=>{ape=t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"signin"}),cpe={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}}});var hpe,Kn,upe,Zp,_g,$l,qi,nb,wj,lpe,dpe,ppe,$j,Oj,zn,kj,tb,rb,mpe,fpe,gpe,fct,Spe,ype=R(()=>{hpe="required",Kn="argv",upe="isSet",Zp="booleanEquals",_g="error",$l="endpoint",qi="tree",nb="PartitionResult",wj="stringEquals",lpe={[hpe]:!0,default:!1,type:"boolean"},dpe={[hpe]:!1,type:"string"},ppe={ref:"Endpoint"},$j={fn:Zp,[Kn]:[{ref:"UseFIPS"},!0]},Oj={fn:Zp,[Kn]:[{ref:"UseDualStack"},!0]},zn={},kj={fn:"getAttr",[Kn]:[{ref:nb},"name"]},tb={fn:Zp,[Kn]:[{ref:"UseFIPS"},!1]},rb={fn:Zp,[Kn]:[{ref:"UseDualStack"},!1]},mpe={fn:"getAttr",[Kn]:[{ref:nb},"supportsFIPS"]},fpe={fn:Zp,[Kn]:[!0,{fn:"getAttr",[Kn]:[{ref:nb},"supportsDualStack"]}]},gpe=[{ref:"Region"}],fct={version:"1.0",parameters:{UseDualStack:lpe,UseFIPS:lpe,Endpoint:dpe,Region:dpe},rules:[{conditions:[{fn:upe,[Kn]:[ppe]}],rules:[{conditions:[$j],error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:_g},{rules:[{conditions:[Oj],error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:_g},{endpoint:{url:ppe,properties:zn,headers:zn},type:$l}],type:qi}],type:qi},{rules:[{conditions:[{fn:upe,[Kn]:gpe}],rules:[{conditions:[{fn:"aws.partition",[Kn]:gpe,assign:nb}],rules:[{conditions:[{fn:wj,[Kn]:[kj,"aws"]},tb,rb],endpoint:{url:"https://{Region}.signin.aws.amazon.com",properties:zn,headers:zn},type:$l},{conditions:[{fn:wj,[Kn]:[kj,"aws-cn"]},tb,rb],endpoint:{url:"https://{Region}.signin.amazonaws.cn",properties:zn,headers:zn},type:$l},{conditions:[{fn:wj,[Kn]:[kj,"aws-us-gov"]},tb,rb],endpoint:{url:"https://{Region}.signin.amazonaws-us-gov.com",properties:zn,headers:zn},type:$l},{conditions:[$j,Oj],rules:[{conditions:[{fn:Zp,[Kn]:[!0,mpe]},fpe],rules:[{endpoint:{url:"https://signin-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:zn,headers:zn},type:$l}],type:qi},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:_g}],type:qi},{conditions:[$j,rb],rules:[{conditions:[{fn:Zp,[Kn]:[mpe,!0]}],rules:[{endpoint:{url:"https://signin-fips.{Region}.{PartitionResult#dnsSuffix}",properties:zn,headers:zn},type:$l}],type:qi},{error:"FIPS is enabled but this partition does not support FIPS",type:_g}],type:qi},{conditions:[tb,Oj],rules:[{conditions:[fpe],rules:[{endpoint:{url:"https://signin.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:zn,headers:zn},type:$l}],type:qi},{error:"DualStack is enabled but this partition does not support DualStack",type:_g}],type:qi},{endpoint:{url:"https://signin.{Region}.{PartitionResult#dnsSuffix}",properties:zn,headers:zn},type:$l}],type:qi}],type:qi},{error:"Invalid Configuration: Missing Region",type:_g}],type:qi}]},Spe=fct});var Epe,Rg,gct,Cpe,_pe=R(()=>{Epe=T(Oc()),Rg=T(Gn());ype();gct=new Rg.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS"]}),Cpe=(t,e={})=>gct.get(t,()=>(0,Rg.resolveEndpoint)(Spe,{endpointParams:t,logger:e.logger}));Rg.customEndpointFunctions.aws=Epe.awsEndpointFunctions});var Rpe,Bi,sb=R(()=>{Rpe=T(je()),Bi=class t extends Rpe.ServiceException{constructor(e){super(e),Object.setPrototypeOf(this,t.prototype)}}});var PE,vE,bE,IE,Nj=R(()=>{sb();PE=class t extends Bi{name="AccessDeniedException";$fault="client";error;constructor(e){super({name:"AccessDeniedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error}},vE=class t extends Bi{name="InternalServerException";$fault="server";error;constructor(e){super({name:"InternalServerException",$fault:"server",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error}},bE=class t extends Bi{name="TooManyRequestsError";$fault="client";error;constructor(e){super({name:"TooManyRequestsError",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error}},IE=class t extends Bi{name="ValidationException";$fault="client";error;constructor(e){super({name:"ValidationException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error}}});var hct,Sct,yct,Ect,Cct,_ct,Rct,Tct,Act,Pct,vct,Tpe,Ape,Lj,Ppe,vpe,bct,Ol,bpe,Ipe,Ict,Uj,Dpe,_o,ib,ob,xpe,kpe,wpe,$pe,Dct,xct,wct,Ope,Xo,Npe,Lpe,DE,Upe,Fpe,Mpe,qpe,Fj,Bpe,Gpe,Hpe,Vpe,jpe,Wpe,Mj,ab=R(()=>{dt();Nj();sb();hct="AccessDeniedException",Sct="AccessToken",yct="CreateOAuth2Token",Ect="CreateOAuth2TokenRequest",Cct="CreateOAuth2TokenRequestBody",_ct="CreateOAuth2TokenResponseBody",Rct="CreateOAuth2TokenResponse",Tct="InternalServerException",Act="RefreshToken",Pct="TooManyRequestsError",vct="ValidationException",Tpe="accessKeyId",Ape="accessToken",Lj="client",Ppe="clientId",vpe="codeVerifier",bct="code",Ol="error",bpe="expiresIn",Ipe="grantType",Ict="http",Uj="httpError",Dpe="idToken",_o="jsonName",ib="message",ob="refreshToken",xpe="redirectUri",kpe="smithy.ts.sdk.synthetic.com.amazonaws.signin",wpe="secretAccessKey",$pe="sessionToken",Dct="server",xct="tokenInput",wct="tokenOutput",Ope="tokenType",Xo="com.amazonaws.signin",Npe=It.for(kpe),Lpe=[-3,kpe,"SigninServiceException",0,[],[]];Npe.registerError(Lpe,Bi);DE=It.for(Xo),Upe=[-3,Xo,hct,{[Ol]:Lj},[Ol,ib],[0,0],2];DE.registerError(Upe,PE);Fpe=[-3,Xo,Tct,{[Ol]:Dct,[Uj]:500},[Ol,ib],[0,0],2];DE.registerError(Fpe,vE);Mpe=[-3,Xo,Pct,{[Ol]:Lj,[Uj]:429},[Ol,ib],[0,0],2];DE.registerError(Mpe,bE);qpe=[-3,Xo,vct,{[Ol]:Lj,[Uj]:400},[Ol,ib],[0,0],2];DE.registerError(qpe,IE);Fj=[Npe,DE],Bpe=[0,Xo,Act,8,0],Gpe=[3,Xo,Sct,8,[Tpe,wpe,$pe],[[0,{[_o]:Tpe}],[0,{[_o]:wpe}],[0,{[_o]:$pe}]],3],Hpe=[3,Xo,Ect,0,[xct],[[()=>Vpe,16]],1],Vpe=[3,Xo,Cct,0,[Ppe,Ipe,bct,xpe,vpe,ob],[[0,{[_o]:Ppe}],[0,{[_o]:Ipe}],0,[0,{[_o]:xpe}],[0,{[_o]:vpe}],[()=>Bpe,{[_o]:ob}]],2],jpe=[3,Xo,Rct,0,[wct],[[()=>Wpe,16]],1],Wpe=[3,Xo,_ct,0,[Ape,Ope,bpe,ob,Dpe],[[()=>Gpe,{[_o]:Ape}],[0,{[_o]:Ope}],[1,{[_o]:bpe}],[()=>Bpe,{[_o]:ob}],[0,{[_o]:Dpe}]],4],Mj=[9,Xo,yct,{[Ict]:["POST","/v1/token",200]},()=>Hpe,()=>jpe]});var zpe,Kpe,cb,ub,Qpe,Ype=R(()=>{br();Bc();bn();zpe=T(je()),Kpe=T(Sn()),cb=T(De()),ub=T(He());Dj();_pe();ab();Qpe=t=>({apiVersion:"2023-01-01",base64Decoder:t?.base64Decoder??cb.fromBase64,base64Encoder:t?.base64Encoder??cb.toBase64,disableHostPrefix:t?.disableHostPrefix??!1,endpointProvider:t?.endpointProvider??Cpe,extensions:t?.extensions??[],httpAuthSchemeProvider:t?.httpAuthSchemeProvider??ope,httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new Hn},{schemeId:"smithy.api#noAuth",identityProvider:e=>e.getIdentityProvider("smithy.api#noAuth")||(async()=>({})),signer:new Ni}],logger:t?.logger??new zpe.NoOpLogger,protocol:t?.protocol??yl,protocolSettings:t?.protocolSettings??{defaultNamespace:"com.amazonaws.signin",errorTypeRegistries:Fj,version:"2023-01-01",serviceTarget:"Signin"},serviceId:t?.serviceId??"Signin",urlParser:t?.urlParser??Kpe.parseUrl,utf8Decoder:t?.utf8Decoder??ub.fromUtf8,utf8Encoder:t?.utf8Encoder??ub.toUtf8})});var lb,Nl,Jpe,db,kl,pb,mb,Xpe,Zpe,eme,tme,rme=R(()=>{mv();br();lb=T(bl()),Nl=T(At()),Jpe=T(Eo()),db=T(vs()),kl=T(Jr()),pb=T(Oi()),mb=T(je()),Xpe=T(Cn()),Zpe=T(Il()),eme=T(Ps());Ype();tme=t=>{(0,mb.emitWarningIfUnsupportedVersion)(process.version);let e=(0,Zpe.resolveDefaultsModeConfig)(t),r=()=>e().then(mb.loadConfigsForDefaultMode),n=Qpe(t);il(process.version);let s={profile:t?.profile,logger:n.logger};return{...n,...t,runtime:"node",defaultsMode:e,authSchemePreference:t?.authSchemePreference??(0,kl.loadConfig)(cl,s),bodyLengthChecker:t?.bodyLengthChecker??Xpe.calculateBodyLength,defaultUserAgentProvider:t?.defaultUserAgentProvider??(0,lb.createDefaultUserAgentProvider)({serviceId:n.serviceId,clientVersion:lg.version}),maxAttempts:t?.maxAttempts??(0,kl.loadConfig)(db.NODE_MAX_ATTEMPT_CONFIG_OPTIONS,t),region:t?.region??(0,kl.loadConfig)(Nl.NODE_REGION_CONFIG_OPTIONS,{...Nl.NODE_REGION_CONFIG_FILE_OPTIONS,...s}),requestHandler:pb.NodeHttpHandler.create(t?.requestHandler??r),retryMode:t?.retryMode??(0,kl.loadConfig)({...db.NODE_RETRY_MODE_CONFIG_OPTIONS,default:async()=>(await r()).retryMode||eme.DEFAULT_RETRY_MODE},t),sha256:t?.sha256??Jpe.Hash.bind(null,"sha256"),streamCollector:t?.streamCollector??pb.streamCollector,useDualstackEndpoint:t?.useDualstackEndpoint??(0,kl.loadConfig)(Nl.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,s),useFipsEndpoint:t?.useFipsEndpoint??(0,kl.loadConfig)(Nl.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,s),userAgentAppId:t?.userAgentAppId??(0,kl.loadConfig)(lb.NODE_APP_ID_CONFIG_OPTIONS,s)}}});var nme,sme,ome=R(()=>{nme=t=>{let e=t.httpAuthSchemes,r=t.httpAuthSchemeProvider,n=t.credentials;return{setHttpAuthScheme(s){let o=e.findIndex(i=>i.schemeId===s.schemeId);o===-1?e.push(s):e.splice(o,1,s)},httpAuthSchemes(){return e},setHttpAuthSchemeProvider(s){r=s},httpAuthSchemeProvider(){return r},setCredentials(s){n=s},credentials(){return n}}},sme=t=>({httpAuthSchemes:t.httpAuthSchemes(),httpAuthSchemeProvider:t.httpAuthSchemeProvider(),credentials:t.credentials()})});var fb,gb,hb,ime,ame=R(()=>{fb=T(Qc()),gb=T(qe()),hb=T(je());ome();ime=(t,e)=>{let r=Object.assign((0,fb.getAwsRegionExtensionConfiguration)(t),(0,hb.getDefaultExtensionConfiguration)(t),(0,gb.getHttpHandlerExtensionConfiguration)(t),nme(t));return e.forEach(n=>n.configure(r)),Object.assign(t,(0,fb.resolveAwsRegionExtensionConfiguration)(r),(0,hb.resolveDefaultRuntimeConfig)(r),(0,gb.resolveHttpHandlerRuntimeConfig)(r),sme(r))}});var Sb,cme,ume,yb,lme,dme,pme,Eb,qj,xE,Bj=R(()=>{Sb=T(Xu()),cme=T(Zu()),ume=T(el()),yb=T(Gc()),lme=T(At());bn();dt();dme=T(So()),pme=T(jo()),Eb=T(vs()),qj=T(je());Dj();xj();rme();ame();xE=class extends qj.Client{config;constructor(...[e]){let r=tme(e||{});super(r),this.initConfig=r;let n=ape(r),s=(0,yb.resolveUserAgentConfig)(n),o=(0,Eb.resolveRetryConfig)(s),i=(0,lme.resolveRegionConfig)(o),a=(0,Sb.resolveHostHeaderConfig)(i),c=(0,pme.resolveEndpointConfig)(a),u=ipe(c),f=ime(u,e?.extensions||[]);this.config=f,this.middlewareStack.use(Lp(this.config)),this.middlewareStack.use((0,yb.getUserAgentPlugin)(this.config)),this.middlewareStack.use((0,Eb.getRetryPlugin)(this.config)),this.middlewareStack.use((0,dme.getContentLengthPlugin)(this.config)),this.middlewareStack.use((0,Sb.getHostHeaderPlugin)(this.config)),this.middlewareStack.use((0,cme.getLoggerPlugin)(this.config)),this.middlewareStack.use((0,ume.getRecursionDetectionPlugin)(this.config)),this.middlewareStack.use(kp(this.config,{httpAuthSchemeParametersProvider:spe,identityProviderConfigProvider:async m=>new $c({"aws.auth#sigv4":m.credentials})})),this.middlewareStack.use(Np(this.config))}destroy(){super.destroy()}}});var mme,Gj,wE,Hj=R(()=>{mme=T(jo()),Gj=T(je());xj();ab();wE=class extends Gj.Command.classBuilder().ep(cpe).m(function(e,r,n,s){return[(0,mme.getEndpointPlugin)(n,e.getEndpointParameterInstructions())]}).s("Signin","CreateOAuth2Token",{}).n("SigninClient","CreateOAuth2TokenCommand").sc(Mj).build(){}});var fme,$ct,Cb,gme=R(()=>{fme=T(je());Hj();Bj();$ct={CreateOAuth2TokenCommand:wE},Cb=class extends xE{};(0,fme.createAggregatedClient)($ct,Cb)});var hme=R(()=>{Hj()});var Oct,Sme=R(()=>{Oct={AUTHCODE_EXPIRED:"AUTHCODE_EXPIRED",INSUFFICIENT_PERMISSIONS:"INSUFFICIENT_PERMISSIONS",INVALID_REQUEST:"INVALID_REQUEST",SERVER_ERROR:"server_error",TOKEN_EXPIRED:"TOKEN_EXPIRED",USER_CREDENTIALS_CHANGED:"USER_CREDENTIALS_CHANGED"}});var yme=R(()=>{});var Eme={};st(Eme,{$Command:()=>Gj.Command,AccessDeniedException:()=>PE,AccessDeniedException$:()=>Upe,AccessToken$:()=>Gpe,CreateOAuth2Token$:()=>Mj,CreateOAuth2TokenCommand:()=>wE,CreateOAuth2TokenRequest$:()=>Hpe,CreateOAuth2TokenRequestBody$:()=>Vpe,CreateOAuth2TokenResponse$:()=>jpe,CreateOAuth2TokenResponseBody$:()=>Wpe,InternalServerException:()=>vE,InternalServerException$:()=>Fpe,OAuth2ErrorCode:()=>Oct,Signin:()=>Cb,SigninClient:()=>xE,SigninServiceException:()=>Bi,SigninServiceException$:()=>Lpe,TooManyRequestsError:()=>bE,TooManyRequestsError$:()=>Mpe,ValidationException:()=>IE,ValidationException$:()=>qpe,__Client:()=>qj.Client,errorTypeRegistries:()=>Fj});var Cme=R(()=>{Bj();gme();hme();ab();Sme();Nj();yme();sb()});var Rme=O(_me=>{"use strict";var kct=(Ho(),J(kc)),Ll=Lt(),Wj=yn(),Nct=qe(),_b=require("node:crypto"),Vj=require("node:fs"),Lct=require("node:os"),jj=require("node:path"),zj=class t{profileData;init;callerClientConfig;static REFRESH_THRESHOLD=300*1e3;constructor(e,r,n){this.profileData=e,this.init=r,this.callerClientConfig=n}async loadCredentials(){let e=await this.loadToken();if(!e)throw new Ll.CredentialsProviderError(`Failed to load a token for session ${this.loginSession}, please re-authenticate using aws login`,{tryNextLink:!1,logger:this.logger});let r=e.accessToken,n=Date.now();return new Date(r.expiresAt).getTime()-n<=t.REFRESH_THRESHOLD?this.refresh(e):{accessKeyId:r.accessKeyId,secretAccessKey:r.secretAccessKey,sessionToken:r.sessionToken,accountId:r.accountId,expiration:new Date(r.expiresAt)}}get logger(){return this.init?.logger}get loginSession(){return this.profileData.login_session}async refresh(e){let{SigninClient:r,CreateOAuth2TokenCommand:n}=await Promise.resolve().then(()=>(Cme(),Eme)),{logger:s,userAgentAppId:o}=this.callerClientConfig??{},a=(m=>m?.metadata?.handlerProtocol==="h2")(this.callerClientConfig?.requestHandler)?void 0:this.callerClientConfig?.requestHandler,c=this.profileData.region??await this.callerClientConfig?.region?.()??process.env.AWS_REGION,u=new r({credentials:{accessKeyId:"",secretAccessKey:""},region:c,requestHandler:a,logger:s,userAgentAppId:o,...this.init?.clientConfig});this.createDPoPInterceptor(u.middlewareStack);let f={tokenInput:{clientId:e.clientId,refreshToken:e.refreshToken,grantType:"refresh_token"}};try{let m=await u.send(new n(f)),{accessKeyId:h,secretAccessKey:y,sessionToken:C}=m.tokenOutput?.accessToken??{},{refreshToken:I,expiresIn:$}=m.tokenOutput??{};if(!h||!y||!C||!I)throw new Ll.CredentialsProviderError("Token refresh response missing required fields",{logger:this.logger,tryNextLink:!1});let N=($??900)*1e3,U=new Date(Date.now()+N),B={...e,accessToken:{...e.accessToken,accessKeyId:h,secretAccessKey:y,sessionToken:C,expiresAt:U.toISOString()},refreshToken:I};await this.saveToken(B);let W=B.accessToken;return{accessKeyId:W.accessKeyId,secretAccessKey:W.secretAccessKey,sessionToken:W.sessionToken,accountId:W.accountId,expiration:U}}catch(m){if(m.name==="AccessDeniedException"){let h=m.error,y;switch(h){case"TOKEN_EXPIRED":y="Your session has expired. Please reauthenticate.";break;case"USER_CREDENTIALS_CHANGED":y="Unable to refresh credentials because of a change in your password. Please reauthenticate with your new password.";break;case"INSUFFICIENT_PERMISSIONS":y="Unable to refresh credentials due to insufficient permissions. You may be missing permission for the 'CreateOAuth2Token' action.";break;default:y=`Failed to refresh token: ${String(m)}. Please re-authenticate using \`aws login\``}throw new Ll.CredentialsProviderError(y,{logger:this.logger,tryNextLink:!1})}throw new Ll.CredentialsProviderError(`Failed to refresh token: ${String(m)}. Please re-authenticate using aws login`,{logger:this.logger})}}async loadToken(){let e=this.getTokenFilePath();try{let r;try{r=await Wj.readFile(e,{ignoreCache:this.init?.ignoreCache})}catch{r=await Vj.promises.readFile(e,"utf8")}let n=JSON.parse(r),s=["accessToken","clientId","refreshToken","dpopKey"].filter(o=>!n[o]);if(n.accessToken?.accountId||s.push("accountId"),s.length>0)throw new Ll.CredentialsProviderError(`Token validation failed, missing fields: ${s.join(", ")}`,{logger:this.logger,tryNextLink:!1});return n}catch(r){throw new Ll.CredentialsProviderError(`Failed to load token from ${e}: ${String(r)}`,{logger:this.logger,tryNextLink:!1})}}async saveToken(e){let r=this.getTokenFilePath(),n=jj.dirname(r);try{await Vj.promises.mkdir(n,{recursive:!0})}catch{}await Vj.promises.writeFile(r,JSON.stringify(e,null,2),"utf8")}getTokenFilePath(){let e=process.env.AWS_LOGIN_CACHE_DIRECTORY??jj.join(Lct.homedir(),".aws","login","cache"),r=Buffer.from(this.loginSession,"utf8"),n=_b.createHash("sha256").update(r).digest("hex");return jj.join(e,`${n}.json`)}derToRawSignature(e){let r=2;if(e[r]!==2)throw new Error("Invalid DER signature");r++;let n=e[r++],s=e.subarray(r,r+n);if(r+=n,e[r]!==2)throw new Error("Invalid DER signature");r++;let o=e[r++],i=e.subarray(r,r+o);s=s[0]===0?s.subarray(1):s,i=i[0]===0?i.subarray(1):i;let a=Buffer.concat([Buffer.alloc(32-s.length),s]),c=Buffer.concat([Buffer.alloc(32-i.length),i]);return Buffer.concat([a,c])}createDPoPInterceptor(e){e.add(r=>async n=>{if(Nct.HttpRequest.isInstance(n.request)){let s=n.request,o=`${s.protocol}//${s.hostname}${s.port?`:${s.port}`:""}${s.path}`,i=await this.generateDpop(s.method,o);s.headers={...s.headers,DPoP:i}}return r(n)},{step:"finalizeRequest",name:"dpopInterceptor",override:!0})}async generateDpop(e="POST",r){let n=await this.loadToken();try{let s=_b.createPrivateKey({key:n.dpopKey,format:"pem",type:"sec1"}),i=_b.createPublicKey(s).export({format:"der",type:"spki"}),a=-1;for(let U=0;U<i.length;U++)if(i[U]===4){a=U;break}let c=i.slice(a+1,a+33),u=i.slice(a+33,a+65),f={alg:"ES256",typ:"dpop+jwt",jwk:{kty:"EC",crv:"P-256",x:c.toString("base64url"),y:u.toString("base64url")}},m={jti:crypto.randomUUID(),htm:e,htu:r,iat:Math.floor(Date.now()/1e3)},h=Buffer.from(JSON.stringify(f)).toString("base64url"),y=Buffer.from(JSON.stringify(m)).toString("base64url"),C=`${h}.${y}`,I=_b.sign("sha256",Buffer.from(C),s),N=this.derToRawSignature(I).toString("base64url");return`${C}.${N}`}catch(s){throw new Ll.CredentialsProviderError(`Failed to generate Dpop proof: ${s instanceof Error?s.message:String(s)}`,{logger:this.logger,tryNextLink:!1})}}},Uct=t=>async({callerClientConfig:e}={})=>{t?.logger?.debug?.("@aws-sdk/credential-providers - fromLoginCredentials");let r=await Wj.parseKnownFiles(t||{}),n=Wj.getProfileName({profile:t?.profile??e?.profile}),s=r[n];if(!s?.login_session)throw new Ll.CredentialsProviderError(`Profile ${n} does not contain login_session.`,{tryNextLink:!0,logger:t?.logger});let i=await new zj(s,t,e).loadCredentials();return kct.setCredentialFeature(i,"CREDENTIALS_LOGIN","AD")};_me.fromLoginCredentials=Uct});function Fct(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"sts",region:t.region},propertiesExtractor:(e,r)=>({signingProperties:{config:e,context:r}})}}function Mct(t){return{schemeId:"smithy.api#noAuth"}}var $E,Tme,Ame,qct,Pme,Kj=R(()=>{br();$E=T(Nt());OE();Tme=async(t,e,r)=>({operation:(0,$E.getSmithyContext)(e).operation,region:await(0,$E.normalizeProvider)(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});Ame=t=>{let e=[];switch(t.operation){case"AssumeRoleWithWebIdentity":{e.push(Mct(t));break}default:e.push(Fct(t))}return e},qct=t=>Object.assign(t,{stsClientCtor:xa}),Pme=t=>{let e=qct(t),r=Nc(e);return Object.assign(r,{authSchemePreference:(0,$E.normalizeProvider)(t.authSchemePreference??[])})}});var vme,Rb,Tb=R(()=>{vme=t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,useGlobalEndpoint:t.useGlobalEndpoint??!1,defaultSigningName:"sts"}),Rb={UseGlobalEndpoint:{type:"builtInParams",name:"useGlobalEndpoint"},UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}}});var Ume,Ze,ht,Ul,Dn,Fme,Mme,Er,bme,wa,Tg,Yj,Ime,Qj,qme,Dme,xn,xme,Bme,Gme,Qn,Ro,wme,Hme,Vme,$me,jme,Ome,kme,Nme,Lme,Bct,Wme,zme=R(()=>{Ume="required",Ze="type",ht="argv",Ul="booleanEquals",Dn="stringEquals",Fme="sigv4",Mme="us-east-1",Er="endpoint",bme="https://sts.{Region}.{PartitionResult#dnsSuffix}",wa="tree",Tg="error",Yj="getAttr",Ime={[Ume]:!1,[Ze]:"string"},Qj={[Ume]:!0,default:!1,[Ze]:"boolean"},qme={ref:"Endpoint"},Dme={fn:"isSet",[ht]:[{ref:"Region"}]},xn={ref:"Region"},xme={fn:"aws.partition",[ht]:[xn],assign:"PartitionResult"},Bme={ref:"UseFIPS"},Gme={ref:"UseDualStack"},Qn={url:"https://sts.amazonaws.com",properties:{authSchemes:[{name:Fme,signingName:"sts",signingRegion:Mme}]},headers:{}},Ro={},wme={conditions:[{fn:Dn,[ht]:[xn,"aws-global"]}],[Er]:Qn,[Ze]:Er},Hme={fn:Ul,[ht]:[Bme,!0]},Vme={fn:Ul,[ht]:[Gme,!0]},$me={fn:Yj,[ht]:[{ref:"PartitionResult"},"supportsFIPS"]},jme={ref:"PartitionResult"},Ome={fn:Ul,[ht]:[!0,{fn:Yj,[ht]:[jme,"supportsDualStack"]}]},kme=[{fn:"isSet",[ht]:[qme]}],Nme=[Hme],Lme=[Vme],Bct={version:"1.0",parameters:{Region:Ime,UseDualStack:Qj,UseFIPS:Qj,Endpoint:Ime,UseGlobalEndpoint:Qj},rules:[{conditions:[{fn:Ul,[ht]:[{ref:"UseGlobalEndpoint"},!0]},{fn:"not",[ht]:kme},Dme,xme,{fn:Ul,[ht]:[Bme,!1]},{fn:Ul,[ht]:[Gme,!1]}],rules:[{conditions:[{fn:Dn,[ht]:[xn,"ap-northeast-1"]}],endpoint:Qn,[Ze]:Er},{conditions:[{fn:Dn,[ht]:[xn,"ap-south-1"]}],endpoint:Qn,[Ze]:Er},{conditions:[{fn:Dn,[ht]:[xn,"ap-southeast-1"]}],endpoint:Qn,[Ze]:Er},{conditions:[{fn:Dn,[ht]:[xn,"ap-southeast-2"]}],endpoint:Qn,[Ze]:Er},wme,{conditions:[{fn:Dn,[ht]:[xn,"ca-central-1"]}],endpoint:Qn,[Ze]:Er},{conditions:[{fn:Dn,[ht]:[xn,"eu-central-1"]}],endpoint:Qn,[Ze]:Er},{conditions:[{fn:Dn,[ht]:[xn,"eu-north-1"]}],endpoint:Qn,[Ze]:Er},{conditions:[{fn:Dn,[ht]:[xn,"eu-west-1"]}],endpoint:Qn,[Ze]:Er},{conditions:[{fn:Dn,[ht]:[xn,"eu-west-2"]}],endpoint:Qn,[Ze]:Er},{conditions:[{fn:Dn,[ht]:[xn,"eu-west-3"]}],endpoint:Qn,[Ze]:Er},{conditions:[{fn:Dn,[ht]:[xn,"sa-east-1"]}],endpoint:Qn,[Ze]:Er},{conditions:[{fn:Dn,[ht]:[xn,Mme]}],endpoint:Qn,[Ze]:Er},{conditions:[{fn:Dn,[ht]:[xn,"us-east-2"]}],endpoint:Qn,[Ze]:Er},{conditions:[{fn:Dn,[ht]:[xn,"us-west-1"]}],endpoint:Qn,[Ze]:Er},{conditions:[{fn:Dn,[ht]:[xn,"us-west-2"]}],endpoint:Qn,[Ze]:Er},{endpoint:{url:bme,properties:{authSchemes:[{name:Fme,signingName:"sts",signingRegion:"{Region}"}]},headers:Ro},[Ze]:Er}],[Ze]:wa},{conditions:kme,rules:[{conditions:Nme,error:"Invalid Configuration: FIPS and custom endpoint are not supported",[Ze]:Tg},{conditions:Lme,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",[Ze]:Tg},{endpoint:{url:qme,properties:Ro,headers:Ro},[Ze]:Er}],[Ze]:wa},{conditions:[Dme],rules:[{conditions:[xme],rules:[{conditions:[Hme,Vme],rules:[{conditions:[{fn:Ul,[ht]:[!0,$me]},Ome],rules:[{endpoint:{url:"https://sts-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Ro,headers:Ro},[Ze]:Er}],[Ze]:wa},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",[Ze]:Tg}],[Ze]:wa},{conditions:Nme,rules:[{conditions:[{fn:Ul,[ht]:[$me,!0]}],rules:[{conditions:[{fn:Dn,[ht]:[{fn:Yj,[ht]:[jme,"name"]},"aws-us-gov"]}],endpoint:{url:"https://sts.{Region}.amazonaws.com",properties:Ro,headers:Ro},[Ze]:Er},{endpoint:{url:"https://sts-fips.{Region}.{PartitionResult#dnsSuffix}",properties:Ro,headers:Ro},[Ze]:Er}],[Ze]:wa},{error:"FIPS is enabled but this partition does not support FIPS",[Ze]:Tg}],[Ze]:wa},{conditions:Lme,rules:[{conditions:[Ome],rules:[{endpoint:{url:"https://sts.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Ro,headers:Ro},[Ze]:Er}],[Ze]:wa},{error:"DualStack is enabled but this partition does not support DualStack",[Ze]:Tg}],[Ze]:wa},wme,{endpoint:{url:bme,properties:Ro,headers:Ro},[Ze]:Er}],[Ze]:wa}],[Ze]:wa},{error:"Invalid Configuration: Missing Region",[Ze]:Tg}]},Wme=Bct});var Kme,Ag,Gct,Qme,Yme=R(()=>{Kme=T(Oc()),Ag=T(Gn());zme();Gct=new Ag.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS","UseGlobalEndpoint"]}),Qme=(t,e={})=>Gct.get(t,()=>(0,Ag.resolveEndpoint)(Wme,{endpointParams:t,logger:e.logger}));Ag.customEndpointFunctions.aws=Kme.awsEndpointFunctions});var Jme,Xs,Ab=R(()=>{Jme=T(je()),Xs=class t extends Jme.ServiceException{constructor(e){super(e),Object.setPrototypeOf(this,t.prototype)}}});var kE,NE,LE,UE,FE,ME,qE,Jj=R(()=>{Ab();kE=class t extends Xs{name="ExpiredTokenException";$fault="client";constructor(e){super({name:"ExpiredTokenException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},NE=class t extends Xs{name="MalformedPolicyDocumentException";$fault="client";constructor(e){super({name:"MalformedPolicyDocumentException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},LE=class t extends Xs{name="PackedPolicyTooLargeException";$fault="client";constructor(e){super({name:"PackedPolicyTooLargeException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},UE=class t extends Xs{name="RegionDisabledException";$fault="client";constructor(e){super({name:"RegionDisabledException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},FE=class t extends Xs{name="IDPRejectedClaimException";$fault="client";constructor(e){super({name:"IDPRejectedClaimException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},ME=class t extends Xs{name="InvalidIdentityTokenException";$fault="client";constructor(e){super({name:"InvalidIdentityTokenException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},qE=class t extends Xs{name="IDPCommunicationErrorException";$fault="client";constructor(e){super({name:"IDPCommunicationErrorException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}}});var Hct,Vct,jct,Wct,zct,Kct,Xj,Qct,Yct,Jct,Xct,Zj,Zct,Xme,eut,tut,rut,nut,sut,out,iut,aut,Zme,efe,cut,uut,lut,dut,put,mut,tfe,fut,gut,rfe,hut,nfe,Sut,yut,eW,Eut,Cut,_ut,Rut,Tut,Aut,Put,vut,but,Iut,em,tm,Dut,rm,nm,sm,xut,sfe,wut,Cr,ofe,ife,Fl,afe,cfe,ufe,lfe,dfe,pfe,mfe,tW,$ut,Out,rW,ffe,gfe,hfe,Sfe,nW,yfe,Efe,Cfe,_fe,kut,Nut,sW,oW,BE=R(()=>{dt();Jj();Ab();Hct="Arn",Vct="AccessKeyId",jct="AssumeRole",Wct="AssumedRoleId",zct="AssumeRoleRequest",Kct="AssumeRoleResponse",Xj="AssumedRoleUser",Qct="AssumeRoleWithWebIdentity",Yct="AssumeRoleWithWebIdentityRequest",Jct="AssumeRoleWithWebIdentityResponse",Xct="Audience",Zj="Credentials",Zct="ContextAssertion",Xme="DurationSeconds",eut="Expiration",tut="ExternalId",rut="ExpiredTokenException",nut="IDPCommunicationErrorException",sut="IDPRejectedClaimException",out="InvalidIdentityTokenException",iut="Key",aut="MalformedPolicyDocumentException",Zme="Policy",efe="PolicyArns",cut="ProviderArn",uut="ProvidedContexts",lut="ProvidedContextsListType",dut="ProvidedContext",put="PolicyDescriptorType",mut="ProviderId",tfe="PackedPolicySize",fut="PackedPolicyTooLargeException",gut="Provider",rfe="RoleArn",hut="RegionDisabledException",nfe="RoleSessionName",Sut="SecretAccessKey",yut="SubjectFromWebIdentityToken",eW="SourceIdentity",Eut="SerialNumber",Cut="SessionToken",_ut="Tags",Rut="TokenCode",Tut="TransitiveTagKeys",Aut="Tag",Put="Value",vut="WebIdentityToken",but="arn",Iut="accessKeySecretType",em="awsQueryError",tm="client",Dut="clientTokenType",rm="error",nm="httpError",sm="message",xut="policyDescriptorListType",sfe="smithy.ts.sdk.synthetic.com.amazonaws.sts",wut="tagListType",Cr="com.amazonaws.sts",ofe=It.for(sfe),ife=[-3,sfe,"STSServiceException",0,[],[]];ofe.registerError(ife,Xs);Fl=It.for(Cr),afe=[-3,Cr,rut,{[em]:["ExpiredTokenException",400],[rm]:tm,[nm]:400},[sm],[0]];Fl.registerError(afe,kE);cfe=[-3,Cr,nut,{[em]:["IDPCommunicationError",400],[rm]:tm,[nm]:400},[sm],[0]];Fl.registerError(cfe,qE);ufe=[-3,Cr,sut,{[em]:["IDPRejectedClaim",403],[rm]:tm,[nm]:403},[sm],[0]];Fl.registerError(ufe,FE);lfe=[-3,Cr,out,{[em]:["InvalidIdentityToken",400],[rm]:tm,[nm]:400},[sm],[0]];Fl.registerError(lfe,ME);dfe=[-3,Cr,aut,{[em]:["MalformedPolicyDocument",400],[rm]:tm,[nm]:400},[sm],[0]];Fl.registerError(dfe,NE);pfe=[-3,Cr,fut,{[em]:["PackedPolicyTooLarge",400],[rm]:tm,[nm]:400},[sm],[0]];Fl.registerError(pfe,LE);mfe=[-3,Cr,hut,{[em]:["RegionDisabledException",403],[rm]:tm,[nm]:403},[sm],[0]];Fl.registerError(mfe,UE);tW=[ofe,Fl],$ut=[0,Cr,Iut,8,0],Out=[0,Cr,Dut,8,0],rW=[3,Cr,Xj,0,[Wct,Hct],[0,0],2],ffe=[3,Cr,zct,0,[rfe,nfe,efe,Zme,Xme,_ut,Tut,tut,Eut,Rut,eW,uut],[0,0,()=>_fe,0,1,()=>Nut,64,0,0,0,0,()=>kut],2],gfe=[3,Cr,Kct,0,[Zj,Xj,tfe,eW],[[()=>nW,0],()=>rW,1,0]],hfe=[3,Cr,Yct,0,[rfe,nfe,vut,mut,efe,Zme,Xme],[0,0,[()=>Out,0],0,()=>_fe,0,1],3],Sfe=[3,Cr,Jct,0,[Zj,yut,Xj,tfe,gut,Xct,eW],[[()=>nW,0],0,()=>rW,1,0,0,0]],nW=[3,Cr,Zj,0,[Vct,Sut,Cut,eut],[0,[()=>$ut,0],0,4],4],yfe=[3,Cr,put,0,[but],[0]],Efe=[3,Cr,dut,0,[cut,Zct],[0,0]],Cfe=[3,Cr,Aut,0,[iut,Put],[0,0],2],_fe=[1,Cr,xut,0,()=>yfe],kut=[1,Cr,lut,0,()=>Efe],Nut=[1,Cr,wut,0,()=>Cfe],sW=[9,Cr,jct,0,()=>ffe,()=>gfe],oW=[9,Cr,Qct,0,()=>hfe,()=>Sfe]});var Rfe,Tfe,Pb,vb,Afe,Pfe=R(()=>{br();Bc();bn();Rfe=T(je()),Tfe=T(Sn()),Pb=T(De()),vb=T(He());Kj();Yme();BE();Afe=t=>({apiVersion:"2011-06-15",base64Decoder:t?.base64Decoder??Pb.fromBase64,base64Encoder:t?.base64Encoder??Pb.toBase64,disableHostPrefix:t?.disableHostPrefix??!1,endpointProvider:t?.endpointProvider??Qme,extensions:t?.extensions??[],httpAuthSchemeProvider:t?.httpAuthSchemeProvider??Ame,httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new Hn},{schemeId:"smithy.api#noAuth",identityProvider:e=>e.getIdentityProvider("smithy.api#noAuth")||(async()=>({})),signer:new Ni}],logger:t?.logger??new Rfe.NoOpLogger,protocol:t?.protocol??Cl,protocolSettings:t?.protocolSettings??{defaultNamespace:"com.amazonaws.sts",errorTypeRegistries:tW,xmlNamespace:"https://sts.amazonaws.com/doc/2011-06-15/",version:"2011-06-15",serviceTarget:"AWSSecurityTokenServiceV20110615"},serviceId:t?.serviceId??"STS",urlParser:t?.urlParser??Tfe.parseUrl,utf8Decoder:t?.utf8Decoder??vb.fromUtf8,utf8Encoder:t?.utf8Encoder??vb.toUtf8})});var bb,ql,vfe,Ib,Ml,Db,xb,bfe,Ife,Dfe,xfe,wfe=R(()=>{mv();br();bb=T(bl()),ql=T(At());bn();vfe=T(Eo()),Ib=T(vs()),Ml=T(Jr()),Db=T(Oi()),xb=T(je()),bfe=T(Cn()),Ife=T(Il()),Dfe=T(Ps());Pfe();xfe=t=>{(0,xb.emitWarningIfUnsupportedVersion)(process.version);let e=(0,Ife.resolveDefaultsModeConfig)(t),r=()=>e().then(xb.loadConfigsForDefaultMode),n=Afe(t);il(process.version);let s={profile:t?.profile,logger:n.logger};return{...n,...t,runtime:"node",defaultsMode:e,authSchemePreference:t?.authSchemePreference??(0,Ml.loadConfig)(cl,s),bodyLengthChecker:t?.bodyLengthChecker??bfe.calculateBodyLength,defaultUserAgentProvider:t?.defaultUserAgentProvider??(0,bb.createDefaultUserAgentProvider)({serviceId:n.serviceId,clientVersion:lg.version}),httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:o=>o.getIdentityProvider("aws.auth#sigv4")||(async i=>await t.credentialDefaultProvider(i?.__config||{})()),signer:new Hn},{schemeId:"smithy.api#noAuth",identityProvider:o=>o.getIdentityProvider("smithy.api#noAuth")||(async()=>({})),signer:new Ni}],maxAttempts:t?.maxAttempts??(0,Ml.loadConfig)(Ib.NODE_MAX_ATTEMPT_CONFIG_OPTIONS,t),region:t?.region??(0,Ml.loadConfig)(ql.NODE_REGION_CONFIG_OPTIONS,{...ql.NODE_REGION_CONFIG_FILE_OPTIONS,...s}),requestHandler:Db.NodeHttpHandler.create(t?.requestHandler??r),retryMode:t?.retryMode??(0,Ml.loadConfig)({...Ib.NODE_RETRY_MODE_CONFIG_OPTIONS,default:async()=>(await r()).retryMode||Dfe.DEFAULT_RETRY_MODE},t),sha256:t?.sha256??vfe.Hash.bind(null,"sha256"),streamCollector:t?.streamCollector??Db.streamCollector,useDualstackEndpoint:t?.useDualstackEndpoint??(0,Ml.loadConfig)(ql.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,s),useFipsEndpoint:t?.useFipsEndpoint??(0,Ml.loadConfig)(ql.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,s),userAgentAppId:t?.userAgentAppId??(0,Ml.loadConfig)(bb.NODE_APP_ID_CONFIG_OPTIONS,s)}}});var $fe,Ofe,kfe=R(()=>{$fe=t=>{let e=t.httpAuthSchemes,r=t.httpAuthSchemeProvider,n=t.credentials;return{setHttpAuthScheme(s){let o=e.findIndex(i=>i.schemeId===s.schemeId);o===-1?e.push(s):e.splice(o,1,s)},httpAuthSchemes(){return e},setHttpAuthSchemeProvider(s){r=s},httpAuthSchemeProvider(){return r},setCredentials(s){n=s},credentials(){return n}}},Ofe=t=>({httpAuthSchemes:t.httpAuthSchemes(),httpAuthSchemeProvider:t.httpAuthSchemeProvider(),credentials:t.credentials()})});var wb,$b,Ob,Nfe,Lfe=R(()=>{wb=T(Qc()),$b=T(qe()),Ob=T(je());kfe();Nfe=(t,e)=>{let r=Object.assign((0,wb.getAwsRegionExtensionConfiguration)(t),(0,Ob.getDefaultExtensionConfiguration)(t),(0,$b.getHttpHandlerExtensionConfiguration)(t),$fe(t));return e.forEach(n=>n.configure(r)),Object.assign(t,(0,wb.resolveAwsRegionExtensionConfiguration)(r),(0,Ob.resolveDefaultRuntimeConfig)(r),(0,$b.resolveHttpHandlerRuntimeConfig)(r),Ofe(r))}});var kb,Ufe,Ffe,Nb,Mfe,qfe,Bfe,Lb,iW,xa,OE=R(()=>{kb=T(Xu()),Ufe=T(Zu()),Ffe=T(el()),Nb=T(Gc()),Mfe=T(At());bn();dt();qfe=T(So()),Bfe=T(jo()),Lb=T(vs()),iW=T(je());Kj();Tb();wfe();Lfe();xa=class extends iW.Client{config;constructor(...[e]){let r=xfe(e||{});super(r),this.initConfig=r;let n=vme(r),s=(0,Nb.resolveUserAgentConfig)(n),o=(0,Lb.resolveRetryConfig)(s),i=(0,Mfe.resolveRegionConfig)(o),a=(0,kb.resolveHostHeaderConfig)(i),c=(0,Bfe.resolveEndpointConfig)(a),u=Pme(c),f=Nfe(u,e?.extensions||[]);this.config=f,this.middlewareStack.use(Lp(this.config)),this.middlewareStack.use((0,Nb.getUserAgentPlugin)(this.config)),this.middlewareStack.use((0,Lb.getRetryPlugin)(this.config)),this.middlewareStack.use((0,qfe.getContentLengthPlugin)(this.config)),this.middlewareStack.use((0,kb.getHostHeaderPlugin)(this.config)),this.middlewareStack.use((0,Ufe.getLoggerPlugin)(this.config)),this.middlewareStack.use((0,Ffe.getRecursionDetectionPlugin)(this.config)),this.middlewareStack.use(kp(this.config,{httpAuthSchemeParametersProvider:Tme,identityProviderConfigProvider:async m=>new $c({"aws.auth#sigv4":m.credentials})})),this.middlewareStack.use(Np(this.config))}destroy(){super.destroy()}}});var Gfe,Hfe,om,Ub=R(()=>{Gfe=T(jo()),Hfe=T(je());Tb();BE();om=class extends Hfe.Command.classBuilder().ep(Rb).m(function(e,r,n,s){return[(0,Gfe.getEndpointPlugin)(n,e.getEndpointParameterInstructions())]}).s("AWSSecurityTokenServiceV20110615","AssumeRole",{}).n("STSClient","AssumeRoleCommand").sc(sW).build(){}});var Vfe,jfe,im,Fb=R(()=>{Vfe=T(jo()),jfe=T(je());Tb();BE();im=class extends jfe.Command.classBuilder().ep(Rb).m(function(e,r,n,s){return[(0,Vfe.getEndpointPlugin)(n,e.getEndpointParameterInstructions())]}).s("AWSSecurityTokenServiceV20110615","AssumeRoleWithWebIdentity",{}).n("STSClient","AssumeRoleWithWebIdentityCommand").sc(oW).build(){}});var Wfe,Lut,Mb,zfe=R(()=>{Wfe=T(je());Ub();Fb();OE();Lut={AssumeRoleCommand:om,AssumeRoleWithWebIdentityCommand:im},Mb=class extends xa{};(0,Wfe.createAggregatedClient)(Lut,Mb)});var Kfe=R(()=>{Ub();Fb()});var Qfe=R(()=>{});var Yfe,Jfe,Xfe,Zfe,ege,tge,rge=R(()=>{Ho();Yfe=T(Qc());Ub();Fb();Jfe=t=>{if(typeof t?.Arn=="string"){let e=t.Arn.split(":");if(e.length>4&&e[4]!=="")return e[4]}},Xfe=async(t,e,r,n={})=>{let s=typeof t=="function"?await t():t,o=typeof e=="function"?await e():e,i="",a=s??o??(i=await(0,Yfe.stsRegionDefaultResolver)(n)());return r?.debug?.("@aws-sdk/client-sts::resolveRegion","accepting first of:",`${s} (credential provider clientConfig)`,`${o} (contextual client)`,`${i} (STS default: AWS_REGION, profile region, or us-east-1)`),a},Zfe=(t,e)=>{let r,n;return async(s,o)=>{if(n=s,!r){let{logger:f=t?.parentClientConfig?.logger,profile:m=t?.parentClientConfig?.profile,region:h,requestHandler:y=t?.parentClientConfig?.requestHandler,credentialProviderLogger:C,userAgentAppId:I=t?.parentClientConfig?.userAgentAppId}=t,$=await Xfe(h,t?.parentClientConfig?.region,C,{logger:f,profile:m}),N=!tge(y);r=new e({...t,userAgentAppId:I,profile:m,credentialDefaultProvider:()=>async()=>n,region:$,requestHandler:N?y:void 0,logger:f})}let{Credentials:i,AssumedRoleUser:a}=await r.send(new om(o));if(!i||!i.AccessKeyId||!i.SecretAccessKey)throw new Error(`Invalid response from STS.assumeRole call with role ${o.RoleArn}`);let c=Jfe(a),u={accessKeyId:i.AccessKeyId,secretAccessKey:i.SecretAccessKey,sessionToken:i.SessionToken,expiration:i.Expiration,...i.CredentialScope&&{credentialScope:i.CredentialScope},...c&&{accountId:c}};return al(u,"CREDENTIALS_STS_ASSUME_ROLE","i"),u}},ege=(t,e)=>{let r;return async n=>{if(!r){let{logger:c=t?.parentClientConfig?.logger,profile:u=t?.parentClientConfig?.profile,region:f,requestHandler:m=t?.parentClientConfig?.requestHandler,credentialProviderLogger:h,userAgentAppId:y=t?.parentClientConfig?.userAgentAppId}=t,C=await Xfe(f,t?.parentClientConfig?.region,h,{logger:c,profile:u}),I=!tge(m);r=new e({...t,userAgentAppId:y,profile:u,region:C,requestHandler:I?m:void 0,logger:c})}let{Credentials:s,AssumedRoleUser:o}=await r.send(new im(n));if(!s||!s.AccessKeyId||!s.SecretAccessKey)throw new Error(`Invalid response from STS.assumeRoleWithWebIdentity call with role ${n.RoleArn}`);let i=Jfe(o),a={accessKeyId:s.AccessKeyId,secretAccessKey:s.SecretAccessKey,sessionToken:s.SessionToken,expiration:s.Expiration,...s.CredentialScope&&{credentialScope:s.CredentialScope},...i&&{accountId:i}};return i&&al(a,"RESOLVED_ACCOUNT_ID","T"),al(a,"CREDENTIALS_STS_ASSUME_ROLE_WEB_ID","k"),a}},tge=t=>t?.metadata?.handlerProtocol==="h2"});var nge,sge,oge,Uut,ige=R(()=>{rge();OE();nge=(t,e)=>e?class extends t{constructor(n){super(n);for(let s of e)this.middlewareStack.use(s)}}:t,sge=(t={},e)=>Zfe(t,nge(xa,e)),oge=(t={},e)=>ege(t,nge(xa,e)),Uut=t=>e=>t({roleAssumer:sge(e),roleAssumerWithWebIdentity:oge(e),...e})});var aW={};st(aW,{AssumeRole$:()=>sW,AssumeRoleCommand:()=>om,AssumeRoleRequest$:()=>ffe,AssumeRoleResponse$:()=>gfe,AssumeRoleWithWebIdentity$:()=>oW,AssumeRoleWithWebIdentityCommand:()=>im,AssumeRoleWithWebIdentityRequest$:()=>hfe,AssumeRoleWithWebIdentityResponse$:()=>Sfe,AssumedRoleUser$:()=>rW,Credentials$:()=>nW,ExpiredTokenException:()=>kE,ExpiredTokenException$:()=>afe,IDPCommunicationErrorException:()=>qE,IDPCommunicationErrorException$:()=>cfe,IDPRejectedClaimException:()=>FE,IDPRejectedClaimException$:()=>ufe,InvalidIdentityTokenException:()=>ME,InvalidIdentityTokenException$:()=>lfe,MalformedPolicyDocumentException:()=>NE,MalformedPolicyDocumentException$:()=>dfe,PackedPolicyTooLargeException:()=>LE,PackedPolicyTooLargeException$:()=>pfe,PolicyDescriptorType$:()=>yfe,ProvidedContext$:()=>Efe,RegionDisabledException:()=>UE,RegionDisabledException$:()=>mfe,STS:()=>Mb,STSClient:()=>xa,STSServiceException:()=>Xs,STSServiceException$:()=>ife,Tag$:()=>Cfe,__Client:()=>iW.Client,decorateDefaultCredentialProvider:()=>Uut,errorTypeRegistries:()=>tW,getDefaultRoleAssumer:()=>sge,getDefaultRoleAssumerWithWebIdentity:()=>oge});var cW=R(()=>{OE();zfe();Kfe();BE();Jj();Qfe();ige();Ab()});var dW=O(age=>{"use strict";var lW=yn(),uW=Lt(),Fut=require("child_process"),Mut=require("util"),qut=(Ho(),J(kc)),But=(t,e,r)=>{if(e.Version!==1)throw Error(`Profile ${t} credential_process did not return Version 1.`);if(e.AccessKeyId===void 0||e.SecretAccessKey===void 0)throw Error(`Profile ${t} credential_process returned invalid credentials.`);if(e.Expiration){let o=new Date;if(new Date(e.Expiration)<o)throw Error(`Profile ${t} credential_process returned expired credentials.`)}let n=e.AccountId;!n&&r?.[t]?.aws_account_id&&(n=r[t].aws_account_id);let s={accessKeyId:e.AccessKeyId,secretAccessKey:e.SecretAccessKey,...e.SessionToken&&{sessionToken:e.SessionToken},...e.Expiration&&{expiration:new Date(e.Expiration)},...e.CredentialScope&&{credentialScope:e.CredentialScope},...n&&{accountId:n}};return qut.setCredentialFeature(s,"CREDENTIALS_PROCESS","w"),s},Gut=async(t,e,r)=>{let n=e[t];if(e[t]){let s=n.credential_process;if(s!==void 0){let o=Mut.promisify(lW.externalDataInterceptor?.getTokenRecord?.().exec??Fut.exec);try{let{stdout:i}=await o(s),a;try{a=JSON.parse(i.trim())}catch{throw Error(`Profile ${t} credential_process returned invalid JSON.`)}return But(t,a,e)}catch(i){throw new uW.CredentialsProviderError(i.message,{logger:r})}}else throw new uW.CredentialsProviderError(`Profile ${t} did not contain credential_process.`,{logger:r})}else throw new uW.CredentialsProviderError(`Profile ${t} could not be found in shared credentials file.`,{logger:r})},Hut=(t={})=>async({callerClientConfig:e}={})=>{t.logger?.debug("@aws-sdk/credential-provider-process - fromProcess");let r=await lW.parseKnownFiles(t);return Gut(lW.getProfileName({profile:t.profile??e?.profile}),r,t.logger)};age.fromProcess=Hut});var pW=O($a=>{"use strict";var Vut=$a&&$a.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),jut=$a&&$a.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Wut=$a&&$a.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[n.length]=s);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),s=0;s<n.length;s++)n[s]!=="default"&&Vut(r,e,n[s]);return jut(r,e),r}})();Object.defineProperty($a,"__esModule",{value:!0});$a.fromWebToken=void 0;var zut=t=>async e=>{t.logger?.debug("@aws-sdk/credential-provider-web-identity - fromWebToken");let{roleArn:r,roleSessionName:n,webIdentityToken:s,providerId:o,policyArns:i,policy:a,durationSeconds:c}=t,{roleAssumerWithWebIdentity:u}=t;if(!u){let{getDefaultRoleAssumerWithWebIdentity:f}=await Promise.resolve().then(()=>Wut((cW(),J(aW))));u=f({...t.clientConfig,credentialProviderLogger:t.logger,parentClientConfig:{...e?.callerClientConfig,...t.parentClientConfig}},t.clientPlugins)}return u({RoleArn:r,RoleSessionName:n??`aws-sdk-js-session-${Date.now()}`,WebIdentityToken:s,ProviderId:o,PolicyArns:i,Policy:a,DurationSeconds:c})};$a.fromWebToken=zut});var uge=O(qb=>{"use strict";Object.defineProperty(qb,"__esModule",{value:!0});qb.fromTokenFile=void 0;var Kut=(Ho(),J(kc)),Qut=Lt(),Yut=yn(),Jut=require("fs"),Xut=pW(),cge="AWS_WEB_IDENTITY_TOKEN_FILE",Zut="AWS_ROLE_ARN",elt="AWS_ROLE_SESSION_NAME",tlt=(t={})=>async e=>{t.logger?.debug("@aws-sdk/credential-provider-web-identity - fromTokenFile");let r=t?.webIdentityTokenFile??process.env[cge],n=t?.roleArn??process.env[Zut],s=t?.roleSessionName??process.env[elt];if(!r||!n)throw new Qut.CredentialsProviderError("Web identity configuration not specified",{logger:t.logger});let o=await(0,Xut.fromWebToken)({...t,webIdentityToken:Yut.externalDataInterceptor?.getTokenRecord?.()[r]??(0,Jut.readFileSync)(r,{encoding:"ascii"}),roleArn:n,roleSessionName:s})(e);return r===process.env[cge]&&(0,Kut.setCredentialFeature)(o,"CREDENTIALS_ENV_VARS_STS_WEB_ID_TOKEN","h"),o};qb.fromTokenFile=tlt});var mW=O(GE=>{"use strict";var lge=uge(),dge=pW();Object.keys(lge).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(GE,t)&&Object.defineProperty(GE,t,{enumerable:!0,get:function(){return lge[t]}})});Object.keys(dge).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(GE,t)&&Object.defineProperty(GE,t,{enumerable:!0,get:function(){return dge[t]}})})});var hW=O(hge=>{"use strict";var gW=yn(),HE=Lt(),Jc=(Ho(),J(kc)),rlt=Rme(),nlt=(t,e,r)=>{let n={EcsContainer:async s=>{let{fromHttp:o}=await Promise.resolve().then(()=>T(YV())),{fromContainerMetadata:i}=await Promise.resolve().then(()=>T(Vc()));return r?.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer"),async()=>HE.chain(o(s??{}),i(s))().then(fW)},Ec2InstanceMetadata:async s=>{r?.debug("@aws-sdk/credential-provider-ini - credential_source is Ec2InstanceMetadata");let{fromInstanceMetadata:o}=await Promise.resolve().then(()=>T(Vc()));return async()=>o(s)().then(fW)},Environment:async s=>{r?.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");let{fromEnv:o}=await Promise.resolve().then(()=>T(IV()));return async()=>o(s)().then(fW)}};if(t in n)return n[t];throw new HE.CredentialsProviderError(`Unsupported credential source in profile ${e}. Got ${t}, expected EcsContainer or Ec2InstanceMetadata or Environment.`,{logger:r})},fW=t=>Jc.setCredentialFeature(t,"CREDENTIALS_PROFILE_NAMED_PROVIDER","p"),slt=(t,{profile:e="default",logger:r}={})=>!!t&&typeof t=="object"&&typeof t.role_arn=="string"&&["undefined","string"].indexOf(typeof t.role_session_name)>-1&&["undefined","string"].indexOf(typeof t.external_id)>-1&&["undefined","string"].indexOf(typeof t.mfa_serial)>-1&&(olt(t,{profile:e,logger:r})||ilt(t,{profile:e,logger:r})),olt=(t,{profile:e,logger:r})=>{let n=typeof t.source_profile=="string"&&typeof t.credential_source>"u";return n&&r?.debug?.(` ${e} isAssumeRoleWithSourceProfile source_profile=${t.source_profile}`),n},ilt=(t,{profile:e,logger:r})=>{let n=typeof t.credential_source=="string"&&typeof t.source_profile>"u";return n&&r?.debug?.(` ${e} isCredentialSourceProfile credential_source=${t.credential_source}`),n},alt=async(t,e,r,n,s={},o)=>{r.logger?.debug("@aws-sdk/credential-provider-ini - resolveAssumeRoleCredentials (STS)");let i=e[t],{source_profile:a,region:c}=i;if(!r.roleAssumer){let{getDefaultRoleAssumer:f}=await Promise.resolve().then(()=>(cW(),aW));r.roleAssumer=f({...r.clientConfig,credentialProviderLogger:r.logger,parentClientConfig:{...n,...r?.parentClientConfig,region:c??r?.parentClientConfig?.region??n?.region}},r.clientPlugins)}if(a&&a in s)throw new HE.CredentialsProviderError(`Detected a cycle attempting to resolve credentials for profile ${gW.getProfileName(r)}. Profiles visited: `+Object.keys(s).join(", "),{logger:r.logger});r.logger?.debug(`@aws-sdk/credential-provider-ini - finding credential resolver using ${a?`source_profile=[${a}]`:`profile=[${t}]`}`);let u=a?o(a,e,r,n,{...s,[a]:!0},pge(e[a]??{})):(await nlt(i.credential_source,t,r.logger)(r))();if(pge(i))return u.then(f=>Jc.setCredentialFeature(f,"CREDENTIALS_PROFILE_SOURCE_PROFILE","o"));{let f={RoleArn:i.role_arn,RoleSessionName:i.role_session_name||`aws-sdk-js-${Date.now()}`,ExternalId:i.external_id,DurationSeconds:parseInt(i.duration_seconds||"3600",10)},{mfa_serial:m}=i;if(m){if(!r.mfaCodeProvider)throw new HE.CredentialsProviderError(`Profile ${t} requires multi-factor authentication, but no MFA code callback was provided.`,{logger:r.logger,tryNextLink:!1});f.SerialNumber=m,f.TokenCode=await r.mfaCodeProvider(m)}let h=await u;return r.roleAssumer(h,f).then(y=>Jc.setCredentialFeature(y,"CREDENTIALS_PROFILE_SOURCE_PROFILE","o"))}},pge=t=>!t.role_arn&&!!t.credential_source,clt=t=>!!(t&&t.login_session),ult=async(t,e,r)=>{let n=await rlt.fromLoginCredentials({...e,profile:t})({callerClientConfig:r});return Jc.setCredentialFeature(n,"CREDENTIALS_PROFILE_LOGIN","AC")},llt=t=>!!t&&typeof t=="object"&&typeof t.credential_process=="string",dlt=async(t,e)=>Promise.resolve().then(()=>T(dW())).then(({fromProcess:r})=>r({...t,profile:e})().then(n=>Jc.setCredentialFeature(n,"CREDENTIALS_PROFILE_PROCESS","v"))),plt=async(t,e,r={},n)=>{let{fromSSO:s}=await Promise.resolve().then(()=>T(Ij()));return s({profile:t,logger:r.logger,parentClientConfig:r.parentClientConfig,clientConfig:r.clientConfig})({callerClientConfig:n}).then(o=>e.sso_session?Jc.setCredentialFeature(o,"CREDENTIALS_PROFILE_SSO","r"):Jc.setCredentialFeature(o,"CREDENTIALS_PROFILE_SSO_LEGACY","t"))},mlt=t=>t&&(typeof t.sso_start_url=="string"||typeof t.sso_account_id=="string"||typeof t.sso_session=="string"||typeof t.sso_region=="string"||typeof t.sso_role_name=="string"),mge=t=>!!t&&typeof t=="object"&&typeof t.aws_access_key_id=="string"&&typeof t.aws_secret_access_key=="string"&&["undefined","string"].indexOf(typeof t.aws_session_token)>-1&&["undefined","string"].indexOf(typeof t.aws_account_id)>-1,fge=async(t,e)=>{e?.logger?.debug("@aws-sdk/credential-provider-ini - resolveStaticCredentials");let r={accessKeyId:t.aws_access_key_id,secretAccessKey:t.aws_secret_access_key,sessionToken:t.aws_session_token,...t.aws_credential_scope&&{credentialScope:t.aws_credential_scope},...t.aws_account_id&&{accountId:t.aws_account_id}};return Jc.setCredentialFeature(r,"CREDENTIALS_PROFILE","n")},flt=t=>!!t&&typeof t=="object"&&typeof t.web_identity_token_file=="string"&&typeof t.role_arn=="string"&&["undefined","string"].indexOf(typeof t.role_session_name)>-1,glt=async(t,e,r)=>Promise.resolve().then(()=>T(mW())).then(({fromTokenFile:n})=>n({webIdentityTokenFile:t.web_identity_token_file,roleArn:t.role_arn,roleSessionName:t.role_session_name,roleAssumerWithWebIdentity:e.roleAssumerWithWebIdentity,logger:e.logger,parentClientConfig:e.parentClientConfig})({callerClientConfig:r}).then(s=>Jc.setCredentialFeature(s,"CREDENTIALS_PROFILE_STS_WEB_ID_TOKEN","q"))),gge=async(t,e,r,n,s={},o=!1)=>{let i=e[t];if(Object.keys(s).length>0&&mge(i))return fge(i,r);if(o||slt(i,{profile:t,logger:r.logger}))return alt(t,e,r,n,s,gge);if(mge(i))return fge(i,r);if(flt(i))return glt(i,r,n);if(llt(i))return dlt(r,t);if(mlt(i))return await plt(t,i,r,n);if(clt(i))return ult(t,r,n);throw new HE.CredentialsProviderError(`Could not resolve credentials using profile: [${t}] in configuration/credentials file(s).`,{logger:r.logger})},hlt=(t={})=>async({callerClientConfig:e}={})=>{t.logger?.debug("@aws-sdk/credential-provider-ini - fromIni");let r=await gW.parseKnownFiles(t);return gge(gW.getProfileName({profile:t.profile??e?.profile}),r,t,e)};hge.fromIni=hlt});var Gb=O(Bb=>{"use strict";var SW=IV(),VE=Lt(),Slt=yn(),Sge="AWS_EC2_METADATA_DISABLED",ylt=async t=>{let{ENV_CMDS_FULL_URI:e,ENV_CMDS_RELATIVE_URI:r,fromContainerMetadata:n,fromInstanceMetadata:s}=await Promise.resolve().then(()=>T(Vc()));if(process.env[r]||process.env[e]){t.logger?.debug("@aws-sdk/credential-provider-node - remoteProvider::fromHttp/fromContainerMetadata");let{fromHttp:o}=await Promise.resolve().then(()=>T(YV()));return VE.chain(o(t),n(t))}return process.env[Sge]&&process.env[Sge]!=="false"?async()=>{throw new VE.CredentialsProviderError("EC2 Instance Metadata Service access disabled",{logger:t.logger})}:(t.logger?.debug("@aws-sdk/credential-provider-node - remoteProvider::fromInstanceMetadata"),s(t))};function Elt(t,e){let r=Clt(t),n,s,o,i=async a=>{if(a?.forceRefresh)return await r(a);if(o?.expiration&&o?.expiration?.getTime()<Date.now()&&(o=void 0),n)await n;else if(!o||e?.(o))if(o)s||(s=r(a).then(c=>{o=c}).finally(()=>{s=void 0}));else return n=r(a).then(c=>{o=c}).finally(()=>{n=void 0}),i(a);return o};return i}var Clt=t=>async e=>{let r;for(let n of t)try{return await n(e)}catch(s){if(r=s,s?.tryNextLink)continue;throw s}throw r},yge=!1,_lt=(t={})=>Elt([async()=>{if(t.profile??process.env[Slt.ENV_PROFILE])throw process.env[SW.ENV_KEY]&&process.env[SW.ENV_SECRET]&&(yge||((t.logger?.warn&&t.logger?.constructor?.name!=="NoOpLogger"?t.logger.warn.bind(t.logger):console.warn)(`@aws-sdk/credential-provider-node - defaultProvider::fromEnv WARNING:
|
|
88
|
+
Multiple credential sources detected:
|
|
89
|
+
Both AWS_PROFILE and the pair AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY static credentials are set.
|
|
90
|
+
This SDK will proceed with the AWS_PROFILE value.
|
|
91
|
+
|
|
92
|
+
However, a future version may change this behavior to prefer the ENV static credentials.
|
|
93
|
+
Please ensure that your environment only sets either the AWS_PROFILE or the
|
|
94
|
+
AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY pair.
|
|
95
|
+
`),yge=!0)),new VE.CredentialsProviderError("AWS_PROFILE is set, skipping fromEnv provider.",{logger:t.logger,tryNextLink:!0});return t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromEnv"),SW.fromEnv(t)()},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromSSO");let{ssoStartUrl:r,ssoAccountId:n,ssoRegion:s,ssoRoleName:o,ssoSession:i}=t;if(!r&&!n&&!s&&!o&&!i)throw new VE.CredentialsProviderError("Skipping SSO provider in default chain (inputs do not include SSO fields).",{logger:t.logger});let{fromSSO:a}=await Promise.resolve().then(()=>T(Ij()));return a(t)(e)},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromIni");let{fromIni:r}=await Promise.resolve().then(()=>T(hW()));return r(t)(e)},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromProcess");let{fromProcess:r}=await Promise.resolve().then(()=>T(dW()));return r(t)(e)},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromTokenFile");let{fromTokenFile:r}=await Promise.resolve().then(()=>T(mW()));return r(t)(e)},async()=>(t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::remoteProvider"),(await ylt(t))()),async()=>{throw new VE.CredentialsProviderError("Could not load credentials from any providers",{tryNextLink:!1,logger:t.logger})}],Ege),Rlt=t=>t?.expiration!==void 0,Ege=t=>t?.expiration!==void 0&&t.expiration.getTime()-Date.now()<3e5;Bb.credentialsTreatedAsExpired=Ege;Bb.credentialsWillNeedRefresh=Rlt;Bb.defaultProvider=_lt});var Rge=O((zHr,_ge)=>{var Hb=Object.defineProperty,Tlt=Object.getOwnPropertyDescriptor,Alt=Object.getOwnPropertyNames,Plt=Object.prototype.hasOwnProperty,vlt=(t,e)=>Hb(t,"name",{value:e,configurable:!0}),blt=(t,e)=>{for(var r in e)Hb(t,r,{get:e[r],enumerable:!0})},Ilt=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of Alt(e))!Plt.call(t,s)&&s!==r&&Hb(t,s,{get:()=>e[s],enumerable:!(n=Tlt(e,s))||n.enumerable});return t},Dlt=t=>Ilt(Hb({},"__esModule",{value:!0}),t),Cge={};blt(Cge,{isArrayBuffer:()=>xlt});_ge.exports=Dlt(Cge);var xlt=vlt(t=>typeof ArrayBuffer=="function"&&t instanceof ArrayBuffer||Object.prototype.toString.call(t)==="[object ArrayBuffer]","isArrayBuffer")});var vge=O((KHr,Pge)=>{var Vb=Object.defineProperty,wlt=Object.getOwnPropertyDescriptor,$lt=Object.getOwnPropertyNames,Olt=Object.prototype.hasOwnProperty,Tge=(t,e)=>Vb(t,"name",{value:e,configurable:!0}),klt=(t,e)=>{for(var r in e)Vb(t,r,{get:e[r],enumerable:!0})},Nlt=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of $lt(e))!Olt.call(t,s)&&s!==r&&Vb(t,s,{get:()=>e[s],enumerable:!(n=wlt(e,s))||n.enumerable});return t},Llt=t=>Nlt(Vb({},"__esModule",{value:!0}),t),Age={};klt(Age,{fromArrayBuffer:()=>Flt,fromString:()=>Mlt});Pge.exports=Llt(Age);var Ult=Rge(),yW=require("buffer"),Flt=Tge((t,e=0,r=t.byteLength-e)=>{if(!(0,Ult.isArrayBuffer)(t))throw new TypeError(`The "input" argument must be ArrayBuffer. Received type ${typeof t} (${t})`);return yW.Buffer.from(t,e,r)},"fromArrayBuffer"),Mlt=Tge((t,e)=>{if(typeof t!="string")throw new TypeError(`The "input" argument must be of type string. Received type ${typeof t} (${t})`);return e?yW.Buffer.from(t,e):yW.Buffer.from(t)},"fromString")});var wge=O((QHr,xge)=>{var jb=Object.defineProperty,qlt=Object.getOwnPropertyDescriptor,Blt=Object.getOwnPropertyNames,Glt=Object.prototype.hasOwnProperty,EW=(t,e)=>jb(t,"name",{value:e,configurable:!0}),Hlt=(t,e)=>{for(var r in e)jb(t,r,{get:e[r],enumerable:!0})},Vlt=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of Blt(e))!Glt.call(t,s)&&s!==r&&jb(t,s,{get:()=>e[s],enumerable:!(n=qlt(e,s))||n.enumerable});return t},jlt=t=>Vlt(jb({},"__esModule",{value:!0}),t),bge={};Hlt(bge,{fromUtf8:()=>Dge,toUint8Array:()=>Wlt,toUtf8:()=>zlt});xge.exports=jlt(bge);var Ige=vge(),Dge=EW(t=>{let e=(0,Ige.fromString)(t,"utf8");return new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT)},"fromUtf8"),Wlt=EW(t=>typeof t=="string"?Dge(t):ArrayBuffer.isView(t)?new Uint8Array(t.buffer,t.byteOffset,t.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(t),"toUint8Array"),zlt=EW(t=>{if(typeof t=="string")return t;if(typeof t!="object"||typeof t.byteOffset!="number"||typeof t.byteLength!="number")throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array.");return(0,Ige.fromArrayBuffer)(t.buffer,t.byteOffset,t.byteLength).toString("utf8")},"toUtf8")});var $ge=O(Wb=>{"use strict";Object.defineProperty(Wb,"__esModule",{value:!0});Wb.convertToBuffer=void 0;var Klt=wge(),Qlt=typeof Buffer<"u"&&Buffer.from?function(t){return Buffer.from(t,"utf8")}:Klt.fromUtf8;function Ylt(t){return t instanceof Uint8Array?t:typeof t=="string"?Qlt(t):ArrayBuffer.isView(t)?new Uint8Array(t.buffer,t.byteOffset,t.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(t)}Wb.convertToBuffer=Ylt});var Oge=O(zb=>{"use strict";Object.defineProperty(zb,"__esModule",{value:!0});zb.isEmptyData=void 0;function Jlt(t){return typeof t=="string"?t.length===0:t.byteLength===0}zb.isEmptyData=Jlt});var kge=O(Kb=>{"use strict";Object.defineProperty(Kb,"__esModule",{value:!0});Kb.numToUint8=void 0;function Xlt(t){return new Uint8Array([(t&4278190080)>>24,(t&16711680)>>16,(t&65280)>>8,t&255])}Kb.numToUint8=Xlt});var Nge=O(Qb=>{"use strict";Object.defineProperty(Qb,"__esModule",{value:!0});Qb.uint32ArrayFrom=void 0;function Zlt(t){if(!Uint32Array.from){for(var e=new Uint32Array(t.length),r=0;r<t.length;)e[r]=t[r],r+=1;return e}return Uint32Array.from(t)}Qb.uint32ArrayFrom=Zlt});var CW=O(Oa=>{"use strict";Object.defineProperty(Oa,"__esModule",{value:!0});Oa.uint32ArrayFrom=Oa.numToUint8=Oa.isEmptyData=Oa.convertToBuffer=void 0;var edt=$ge();Object.defineProperty(Oa,"convertToBuffer",{enumerable:!0,get:function(){return edt.convertToBuffer}});var tdt=Oge();Object.defineProperty(Oa,"isEmptyData",{enumerable:!0,get:function(){return tdt.isEmptyData}});var rdt=kge();Object.defineProperty(Oa,"numToUint8",{enumerable:!0,get:function(){return rdt.numToUint8}});var ndt=Nge();Object.defineProperty(Oa,"uint32ArrayFrom",{enumerable:!0,get:function(){return ndt.uint32ArrayFrom}})});var Fge=O(Yb=>{"use strict";Object.defineProperty(Yb,"__esModule",{value:!0});Yb.AwsCrc32=void 0;var Lge=(Es(),J(ys)),_W=CW(),Uge=RW(),sdt=(function(){function t(){this.crc32=new Uge.Crc32}return t.prototype.update=function(e){(0,_W.isEmptyData)(e)||this.crc32.update((0,_W.convertToBuffer)(e))},t.prototype.digest=function(){return Lge.__awaiter(this,void 0,void 0,function(){return Lge.__generator(this,function(e){return[2,(0,_W.numToUint8)(this.crc32.digest())]})})},t.prototype.reset=function(){this.crc32=new Uge.Crc32},t})();Yb.AwsCrc32=sdt});var RW=O(Bl=>{"use strict";Object.defineProperty(Bl,"__esModule",{value:!0});Bl.AwsCrc32=Bl.Crc32=Bl.crc32=void 0;var odt=(Es(),J(ys)),idt=CW();function adt(t){return new Mge().update(t).digest()}Bl.crc32=adt;var Mge=(function(){function t(){this.checksum=4294967295}return t.prototype.update=function(e){var r,n;try{for(var s=odt.__values(e),o=s.next();!o.done;o=s.next()){var i=o.value;this.checksum=this.checksum>>>8^udt[(this.checksum^i)&255]}}catch(a){r={error:a}}finally{try{o&&!o.done&&(n=s.return)&&n.call(s)}finally{if(r)throw r.error}}return this},t.prototype.digest=function(){return(this.checksum^4294967295)>>>0},t})();Bl.Crc32=Mge;var cdt=[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117],udt=(0,idt.uint32ArrayFrom)(cdt),ldt=Fge();Object.defineProperty(Bl,"AwsCrc32",{enumerable:!0,get:function(){return ldt.AwsCrc32}})});var Vge=O(Hl=>{"use strict";var Gge=RW(),am=rl(),Pg=class t{bytes;constructor(e){if(this.bytes=e,e.byteLength!==8)throw new Error("Int64 buffers must be exactly 8 bytes")}static fromNumber(e){if(e>9223372036854776e3||e<-9223372036854776e3)throw new Error(`${e} is too large (or, if negative, too small) to represent as an Int64`);let r=new Uint8Array(8);for(let n=7,s=Math.abs(Math.round(e));n>-1&&s>0;n--,s/=256)r[n]=s;return e<0&&qge(r),new t(r)}valueOf(){let e=this.bytes.slice(0),r=e[0]&128;return r&&qge(e),parseInt(am.toHex(e),16)*(r?-1:1)}toString(){return String(this.valueOf())}};function qge(t){for(let e=0;e<8;e++)t[e]^=255;for(let e=7;e>-1&&(t[e]++,t[e]===0);e--);}var Jb=class{toUtf8;fromUtf8;constructor(e,r){this.toUtf8=e,this.fromUtf8=r}format(e){let r=[];for(let o of Object.keys(e)){let i=this.fromUtf8(o);r.push(Uint8Array.from([i.byteLength]),i,this.formatHeaderValue(e[o]))}let n=new Uint8Array(r.reduce((o,i)=>o+i.byteLength,0)),s=0;for(let o of r)n.set(o,s),s+=o.byteLength;return n}formatHeaderValue(e){switch(e.type){case"boolean":return Uint8Array.from([e.value?0:1]);case"byte":return Uint8Array.from([2,e.value]);case"short":let r=new DataView(new ArrayBuffer(3));return r.setUint8(0,3),r.setInt16(1,e.value,!1),new Uint8Array(r.buffer);case"integer":let n=new DataView(new ArrayBuffer(5));return n.setUint8(0,4),n.setInt32(1,e.value,!1),new Uint8Array(n.buffer);case"long":let s=new Uint8Array(9);return s[0]=5,s.set(e.value.bytes,1),s;case"binary":let o=new DataView(new ArrayBuffer(3+e.value.byteLength));o.setUint8(0,6),o.setUint16(1,e.value.byteLength,!1);let i=new Uint8Array(o.buffer);return i.set(e.value,3),i;case"string":let a=this.fromUtf8(e.value),c=new DataView(new ArrayBuffer(3+a.byteLength));c.setUint8(0,7),c.setUint16(1,a.byteLength,!1);let u=new Uint8Array(c.buffer);return u.set(a,3),u;case"timestamp":let f=new Uint8Array(9);return f[0]=8,f.set(Pg.fromNumber(e.value.valueOf()).bytes,1),f;case"uuid":if(!Edt.test(e.value))throw new Error(`Invalid UUID received: ${e.value}`);let m=new Uint8Array(17);return m[0]=9,m.set(am.fromHex(e.value.replace(/\-/g,"")),1),m}}parse(e){let r={},n=0;for(;n<e.byteLength;){let s=e.getUint8(n++),o=this.toUtf8(new Uint8Array(e.buffer,e.byteOffset+n,s));switch(n+=s,e.getUint8(n++)){case 0:r[o]={type:Bge,value:!0};break;case 1:r[o]={type:Bge,value:!1};break;case 2:r[o]={type:ddt,value:e.getInt8(n++)};break;case 3:r[o]={type:pdt,value:e.getInt16(n,!1)},n+=2;break;case 4:r[o]={type:mdt,value:e.getInt32(n,!1)},n+=4;break;case 5:r[o]={type:fdt,value:new Pg(new Uint8Array(e.buffer,e.byteOffset+n,8))},n+=8;break;case 6:let i=e.getUint16(n,!1);n+=2,r[o]={type:gdt,value:new Uint8Array(e.buffer,e.byteOffset+n,i)},n+=i;break;case 7:let a=e.getUint16(n,!1);n+=2,r[o]={type:hdt,value:this.toUtf8(new Uint8Array(e.buffer,e.byteOffset+n,a))},n+=a;break;case 8:r[o]={type:Sdt,value:new Date(new Pg(new Uint8Array(e.buffer,e.byteOffset+n,8)).valueOf())},n+=8;break;case 9:let c=new Uint8Array(e.buffer,e.byteOffset+n,16);n+=16,r[o]={type:ydt,value:`${am.toHex(c.subarray(0,4))}-${am.toHex(c.subarray(4,6))}-${am.toHex(c.subarray(6,8))}-${am.toHex(c.subarray(8,10))}-${am.toHex(c.subarray(10))}`};break;default:throw new Error("Unrecognized header type tag")}}return r}},Bge="boolean",ddt="byte",pdt="short",mdt="integer",fdt="long",gdt="binary",hdt="string",Sdt="timestamp",ydt="uuid",Edt=/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/,Hge=4,Gl=Hge*2,cm=4,Cdt=Gl+cm*2;function _dt({byteLength:t,byteOffset:e,buffer:r}){if(t<Cdt)throw new Error("Provided message too short to accommodate event stream message overhead");let n=new DataView(r,e,t),s=n.getUint32(0,!1);if(t!==s)throw new Error("Reported message length does not match received message length");let o=n.getUint32(Hge,!1),i=n.getUint32(Gl,!1),a=n.getUint32(t-cm,!1),c=new Gge.Crc32().update(new Uint8Array(r,e,Gl));if(i!==c.digest())throw new Error(`The prelude checksum specified in the message (${i}) does not match the calculated CRC32 checksum (${c.digest()})`);if(c.update(new Uint8Array(r,e+Gl,t-(Gl+cm))),a!==c.digest())throw new Error(`The message checksum (${c.digest()}) did not match the expected value of ${a}`);return{headers:new DataView(r,e+Gl+cm,o),body:new Uint8Array(r,e+Gl+cm+o,s-o-(Gl+cm+cm))}}var TW=class{headerMarshaller;messageBuffer;isEndOfStream;constructor(e,r){this.headerMarshaller=new Jb(e,r),this.messageBuffer=[],this.isEndOfStream=!1}feed(e){this.messageBuffer.push(this.decode(e))}endOfStream(){this.isEndOfStream=!0}getMessage(){let e=this.messageBuffer.pop(),r=this.isEndOfStream;return{getMessage(){return e},isEndOfStream(){return r}}}getAvailableMessages(){let e=this.messageBuffer;this.messageBuffer=[];let r=this.isEndOfStream;return{getMessages(){return e},isEndOfStream(){return r}}}encode({headers:e,body:r}){let n=this.headerMarshaller.format(e),s=n.byteLength+r.byteLength+16,o=new Uint8Array(s),i=new DataView(o.buffer,o.byteOffset,o.byteLength),a=new Gge.Crc32;return i.setUint32(0,s,!1),i.setUint32(4,n.byteLength,!1),i.setUint32(8,a.update(o.subarray(0,8)).digest(),!1),o.set(n,12),o.set(r,n.byteLength+12),i.setUint32(s-4,a.update(o.subarray(8,s-4)).digest(),!1),o}decode(e){let{headers:r,body:n}=_dt(e);return{headers:this.headerMarshaller.parse(r),body:n}}formatHeaders(e){return this.headerMarshaller.format(e)}},AW=class{options;constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(let e of this.options.inputStream)yield this.options.decoder.decode(e)}},PW=class{options;constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(let e of this.options.messageStream)yield this.options.encoder.encode(e);this.options.includeEndFrame&&(yield new Uint8Array(0))}},vW=class{options;constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(let e of this.options.messageStream){let r=await this.options.deserializer(e);r!==void 0&&(yield r)}}},bW=class{options;constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(let e of this.options.inputStream)yield this.options.serializer(e)}};Hl.EventStreamCodec=TW;Hl.HeaderMarshaller=Jb;Hl.Int64=Pg;Hl.MessageDecoderStream=AW;Hl.MessageEncoderStream=PW;Hl.SmithyMessageDecoderStream=vW;Hl.SmithyMessageEncoderStream=bW});var jge=O(IW=>{"use strict";var jE=Vge();function Rdt(t){let e=0,r=0,n=null,s=null,o=a=>{if(typeof a!="number")throw new Error("Attempted to allocate an event message where size was not a number: "+a);e=a,r=4,n=new Uint8Array(a),new DataView(n.buffer).setUint32(0,a,!1)},i=async function*(){let a=t[Symbol.asyncIterator]();for(;;){let{value:c,done:u}=await a.next();if(u){if(e)if(e===r)yield n;else throw new Error("Truncated event message received.");else return;return}let f=c.length,m=0;for(;m<f;){if(!n){let y=f-m;s||(s=new Uint8Array(4));let C=Math.min(4-r,y);if(s.set(c.slice(m,m+C),r),r+=C,m+=C,r<4)break;o(new DataView(s.buffer).getUint32(0,!1)),s=null}let h=Math.min(e-r,f-m);n.set(c.slice(m,m+h),r),r+=h,m+=h,e&&e===r&&(yield n,n=null,e=0,r=0)}}};return{[Symbol.asyncIterator]:i}}function Tdt(t,e){return async function(r){let{value:n}=r.headers[":message-type"];if(n==="error"){let s=new Error(r.headers[":error-message"].value||"UnknownError");throw s.name=r.headers[":error-code"].value,s}else if(n==="exception"){let s=r.headers[":exception-type"].value,o={[s]:r},i=await t(o);if(i.$unknown){let a=new Error(e(r.body));throw a.name=s,a}throw i[s]}else if(n==="event"){let s={[r.headers[":event-type"].value]:r},o=await t(s);return o.$unknown?void 0:o}else throw Error(`Unrecognizable event type: ${r.headers[":event-type"].value}`)}}var Xb=class{eventStreamCodec;utfEncoder;constructor({utf8Encoder:e,utf8Decoder:r}){this.eventStreamCodec=new jE.EventStreamCodec(e,r),this.utfEncoder=e}deserialize(e,r){let n=Rdt(e);return new jE.SmithyMessageDecoderStream({messageStream:new jE.MessageDecoderStream({inputStream:n,decoder:this.eventStreamCodec}),deserializer:Tdt(r,this.utfEncoder)})}serialize(e,r){return new jE.MessageEncoderStream({messageStream:new jE.SmithyMessageEncoderStream({inputStream:e,serializer:r}),encoder:this.eventStreamCodec,includeEndFrame:!0})}},Adt=t=>new Xb(t);IW.EventStreamMarshaller=Xb;IW.eventStreamSerdeProvider=Adt});var Wge=O(DW=>{"use strict";var Pdt=jge(),vdt=require("stream");async function*bdt(t){let e=!1,r=!1,n=new Array;for(t.on("error",s=>{if(e||(e=!0),s)throw s}),t.on("data",s=>{n.push(s)}),t.on("end",()=>{e=!0});!r;){let s=await new Promise(o=>setTimeout(()=>o(n.shift()),0));s&&(yield s),r=e&&n.length===0}}var Zb=class{universalMarshaller;constructor({utf8Encoder:e,utf8Decoder:r}){this.universalMarshaller=new Pdt.EventStreamMarshaller({utf8Decoder:r,utf8Encoder:e})}deserialize(e,r){let n=typeof e[Symbol.asyncIterator]=="function"?e:bdt(e);return this.universalMarshaller.deserialize(n,r)}serialize(e,r){return vdt.Readable.from(this.universalMarshaller.serialize(e,r))}},Idt=t=>new Zb(t);DW.EventStreamMarshaller=Zb;DW.eventStreamSerdeProvider=Idt});var ahe=O(eI=>{"use strict";Object.defineProperty(eI,"__esModule",{value:!0});eI.ruleSet=void 0;var she="required",Zo="fn",ei="argv",bg="ref",zge=!0,Kge="isSet",WE="booleanEquals",vg="error",um="endpoint",Xc="tree",wW="PartitionResult",Qge="stringEquals",Yge={[she]:!1,type:"string"},Jge={[she]:!0,default:!1,type:"boolean"},Xge={[bg]:"Endpoint"},ohe={[Zo]:WE,[ei]:[{[bg]:"UseFIPS"},!0]},ihe={[Zo]:WE,[ei]:[{[bg]:"UseDualStack"},!0]},Zs={},xW={[bg]:"Region"},Zge={[Zo]:"getAttr",[ei]:[{[bg]:wW},"supportsFIPS"]},ehe={[Zo]:WE,[ei]:[!0,{[Zo]:"getAttr",[ei]:[{[bg]:wW},"supportsDualStack"]}]},the=[ohe],rhe=[ihe],nhe=[xW],Ddt={version:"1.0",parameters:{Region:Yge,UseDualStack:Jge,UseFIPS:Jge,Endpoint:Yge},rules:[{conditions:[{[Zo]:Kge,[ei]:[Xge]}],rules:[{conditions:the,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:vg},{conditions:rhe,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:vg},{endpoint:{url:Xge,properties:Zs,headers:Zs},type:um}],type:Xc},{conditions:[{[Zo]:Kge,[ei]:nhe}],rules:[{conditions:[{[Zo]:"aws.partition",[ei]:nhe,assign:wW}],rules:[{conditions:[ohe,ihe],rules:[{conditions:[{[Zo]:WE,[ei]:[zge,Zge]},ehe],rules:[{endpoint:{url:"https://logs-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Zs,headers:Zs},type:um}],type:Xc},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:vg}],type:Xc},{conditions:the,rules:[{conditions:[{[Zo]:WE,[ei]:[Zge,zge]}],rules:[{conditions:[{[Zo]:Qge,[ei]:[xW,"us-gov-east-1"]}],endpoint:{url:"https://logs.us-gov-east-1.amazonaws.com",properties:Zs,headers:Zs},type:um},{conditions:[{[Zo]:Qge,[ei]:[xW,"us-gov-west-1"]}],endpoint:{url:"https://logs.us-gov-west-1.amazonaws.com",properties:Zs,headers:Zs},type:um},{endpoint:{url:"https://logs-fips.{Region}.{PartitionResult#dnsSuffix}",properties:Zs,headers:Zs},type:um}],type:Xc},{error:"FIPS is enabled but this partition does not support FIPS",type:vg}],type:Xc},{conditions:rhe,rules:[{conditions:[ehe],rules:[{endpoint:{url:"https://logs.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Zs,headers:Zs},type:um}],type:Xc},{error:"DualStack is enabled but this partition does not support DualStack",type:vg}],type:Xc},{endpoint:{url:"https://logs.{Region}.{PartitionResult#dnsSuffix}",properties:Zs,headers:Zs},type:um}],type:Xc}],type:Xc},{error:"Invalid Configuration: Missing Region",type:vg}]};eI.ruleSet=Ddt});var che=O(tI=>{"use strict";Object.defineProperty(tI,"__esModule",{value:!0});tI.defaultEndpointResolver=void 0;var xdt=Oc(),$W=Gn(),wdt=ahe(),$dt=new $W.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS"]}),Odt=(t,e={})=>$dt.get(t,()=>(0,$W.resolveEndpoint)(wdt.ruleSet,{endpointParams:t,logger:e.logger}));tI.defaultEndpointResolver=Odt;$W.customEndpointFunctions.aws=xdt.awsEndpointFunctions});var rI=O(Ig=>{"use strict";Object.defineProperty(Ig,"__esModule",{value:!0});Ig.CloudWatchLogsServiceException=Ig.__ServiceException=void 0;var uhe=je();Object.defineProperty(Ig,"__ServiceException",{enumerable:!0,get:function(){return uhe.ServiceException}});var OW=class t extends uhe.ServiceException{constructor(e){super(e),Object.setPrototypeOf(this,t.prototype)}};Ig.CloudWatchLogsServiceException=OW});var tz=O(Xe=>{"use strict";Object.defineProperty(Xe,"__esModule",{value:!0});Xe.TooManyTagsException=Xe.MalformedQueryException=Xe.SessionTimeoutException=Xe.SessionStreamingException=Xe.UnrecognizedClientException=Xe.InvalidSequenceTokenException=Xe.InternalStreamingException=Xe.DataAlreadyAcceptedException=Xe.ResourceAlreadyExistsException=Xe.LimitExceededException=Xe.ServiceQuotaExceededException=Xe.ConflictException=Xe.InvalidOperationException=Xe.ValidationException=Xe.ThrottlingException=Xe.InternalServerException=Xe.ServiceUnavailableException=Xe.ResourceNotFoundException=Xe.OperationAbortedException=Xe.InvalidParameterException=Xe.AccessDeniedException=void 0;var Gr=rI(),kW=class t extends Gr.CloudWatchLogsServiceException{name="AccessDeniedException";$fault="client";constructor(e){super({name:"AccessDeniedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Xe.AccessDeniedException=kW;var NW=class t extends Gr.CloudWatchLogsServiceException{name="InvalidParameterException";$fault="client";constructor(e){super({name:"InvalidParameterException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Xe.InvalidParameterException=NW;var LW=class t extends Gr.CloudWatchLogsServiceException{name="OperationAbortedException";$fault="client";constructor(e){super({name:"OperationAbortedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Xe.OperationAbortedException=LW;var UW=class t extends Gr.CloudWatchLogsServiceException{name="ResourceNotFoundException";$fault="client";constructor(e){super({name:"ResourceNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Xe.ResourceNotFoundException=UW;var FW=class t extends Gr.CloudWatchLogsServiceException{name="ServiceUnavailableException";$fault="server";constructor(e){super({name:"ServiceUnavailableException",$fault:"server",...e}),Object.setPrototypeOf(this,t.prototype)}};Xe.ServiceUnavailableException=FW;var MW=class t extends Gr.CloudWatchLogsServiceException{name="InternalServerException";$fault="server";constructor(e){super({name:"InternalServerException",$fault:"server",...e}),Object.setPrototypeOf(this,t.prototype)}};Xe.InternalServerException=MW;var qW=class t extends Gr.CloudWatchLogsServiceException{name="ThrottlingException";$fault="client";constructor(e){super({name:"ThrottlingException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Xe.ThrottlingException=qW;var BW=class t extends Gr.CloudWatchLogsServiceException{name="ValidationException";$fault="client";constructor(e){super({name:"ValidationException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Xe.ValidationException=BW;var GW=class t extends Gr.CloudWatchLogsServiceException{name="InvalidOperationException";$fault="client";constructor(e){super({name:"InvalidOperationException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Xe.InvalidOperationException=GW;var HW=class t extends Gr.CloudWatchLogsServiceException{name="ConflictException";$fault="client";constructor(e){super({name:"ConflictException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Xe.ConflictException=HW;var VW=class t extends Gr.CloudWatchLogsServiceException{name="ServiceQuotaExceededException";$fault="client";constructor(e){super({name:"ServiceQuotaExceededException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Xe.ServiceQuotaExceededException=VW;var jW=class t extends Gr.CloudWatchLogsServiceException{name="LimitExceededException";$fault="client";constructor(e){super({name:"LimitExceededException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Xe.LimitExceededException=jW;var WW=class t extends Gr.CloudWatchLogsServiceException{name="ResourceAlreadyExistsException";$fault="client";constructor(e){super({name:"ResourceAlreadyExistsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Xe.ResourceAlreadyExistsException=WW;var zW=class t extends Gr.CloudWatchLogsServiceException{name="DataAlreadyAcceptedException";$fault="client";expectedSequenceToken;constructor(e){super({name:"DataAlreadyAcceptedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.expectedSequenceToken=e.expectedSequenceToken}};Xe.DataAlreadyAcceptedException=zW;var KW=class t extends Gr.CloudWatchLogsServiceException{name="InternalStreamingException";$fault="client";constructor(e){super({name:"InternalStreamingException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Xe.InternalStreamingException=KW;var QW=class t extends Gr.CloudWatchLogsServiceException{name="InvalidSequenceTokenException";$fault="client";expectedSequenceToken;constructor(e){super({name:"InvalidSequenceTokenException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.expectedSequenceToken=e.expectedSequenceToken}};Xe.InvalidSequenceTokenException=QW;var YW=class t extends Gr.CloudWatchLogsServiceException{name="UnrecognizedClientException";$fault="client";constructor(e){super({name:"UnrecognizedClientException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Xe.UnrecognizedClientException=YW;var JW=class t extends Gr.CloudWatchLogsServiceException{name="SessionStreamingException";$fault="client";constructor(e){super({name:"SessionStreamingException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Xe.SessionStreamingException=JW;var XW=class t extends Gr.CloudWatchLogsServiceException{name="SessionTimeoutException";$fault="client";constructor(e){super({name:"SessionTimeoutException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Xe.SessionTimeoutException=XW;var ZW=class t extends Gr.CloudWatchLogsServiceException{name="MalformedQueryException";$fault="client";queryCompileError;constructor(e){super({name:"MalformedQueryException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.queryCompileError=e.queryCompileError}};Xe.MalformedQueryException=ZW;var ez=class t extends Gr.CloudWatchLogsServiceException{name="TooManyTagsException";$fault="client";resourceName;constructor(e){super({name:"TooManyTagsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.resourceName=e.resourceName}};Xe.TooManyTagsException=ez});var Rz=O(l=>{"use strict";Object.defineProperty(l,"__esModule",{value:!0});l.CreateScheduledQueryRequest$=l.CreateLogStreamRequest$=l.CreateLogGroupRequest$=l.CreateLogAnomalyDetectorResponse$=l.CreateLogAnomalyDetectorRequest$=l.CreateImportTaskResponse$=l.CreateImportTaskRequest$=l.CreateExportTaskResponse$=l.CreateExportTaskRequest$=l.CreateDeliveryResponse$=l.CreateDeliveryRequest$=l.CopyValueEntry$=l.CopyValue$=l.ConfigurationTemplateDeliveryConfigValues$=l.ConfigurationTemplate$=l.CancelImportTaskResponse$=l.CancelImportTaskRequest$=l.CancelExportTaskRequest$=l.AssociateSourceToS3TableIntegrationResponse$=l.AssociateSourceToS3TableIntegrationRequest$=l.AssociateKmsKeyRequest$=l.AnomalyDetector$=l.Anomaly$=l.AggregateLogGroupSummary$=l.AddKeys$=l.AddKeyEntry$=l.AccountPolicy$=l.errorTypeRegistries=l.ValidationException$=l.UnrecognizedClientException$=l.TooManyTagsException$=l.ThrottlingException$=l.SessionTimeoutException$=l.SessionStreamingException$=l.ServiceUnavailableException$=l.ServiceQuotaExceededException$=l.ResourceNotFoundException$=l.ResourceAlreadyExistsException$=l.OperationAbortedException$=l.MalformedQueryException$=l.LimitExceededException$=l.InvalidSequenceTokenException$=l.InvalidParameterException$=l.InvalidOperationException$=l.InternalStreamingException$=l.InternalServerException$=l.DataAlreadyAcceptedException$=l.ConflictException$=l.AccessDeniedException$=l.CloudWatchLogsServiceException$=void 0;l.DescribeImportTaskBatchesRequest$=l.DescribeFieldIndexesResponse$=l.DescribeFieldIndexesRequest$=l.DescribeExportTasksResponse$=l.DescribeExportTasksRequest$=l.DescribeDestinationsResponse$=l.DescribeDestinationsRequest$=l.DescribeDeliverySourcesResponse$=l.DescribeDeliverySourcesRequest$=l.DescribeDeliveryDestinationsResponse$=l.DescribeDeliveryDestinationsRequest$=l.DescribeDeliveriesResponse$=l.DescribeDeliveriesRequest$=l.DescribeConfigurationTemplatesResponse$=l.DescribeConfigurationTemplatesRequest$=l.DescribeAccountPoliciesResponse$=l.DescribeAccountPoliciesRequest$=l.DeliverySource$=l.DeliveryDestinationConfiguration$=l.DeliveryDestination$=l.Delivery$=l.DeleteTransformerRequest$=l.DeleteSubscriptionFilterRequest$=l.DeleteScheduledQueryResponse$=l.DeleteScheduledQueryRequest$=l.DeleteRetentionPolicyRequest$=l.DeleteResourcePolicyRequest$=l.DeleteQueryDefinitionResponse$=l.DeleteQueryDefinitionRequest$=l.DeleteMetricFilterRequest$=l.DeleteLogStreamRequest$=l.DeleteLogGroupRequest$=l.DeleteLogAnomalyDetectorRequest$=l.DeleteKeys$=l.DeleteIntegrationResponse$=l.DeleteIntegrationRequest$=l.DeleteIndexPolicyResponse$=l.DeleteIndexPolicyRequest$=l.DeleteDestinationRequest$=l.DeleteDeliverySourceRequest$=l.DeleteDeliveryRequest$=l.DeleteDeliveryDestinationRequest$=l.DeleteDeliveryDestinationPolicyRequest$=l.DeleteDataProtectionPolicyRequest$=l.DeleteAccountPolicyRequest$=l.DateTimeConverter$=l.DataSourceFilter$=l.DataSource$=l.CSV$=l.CreateScheduledQueryResponse$=void 0;l.GetLogFieldsRequest$=l.GetLogEventsResponse$=l.GetLogEventsRequest$=l.GetLogAnomalyDetectorResponse$=l.GetLogAnomalyDetectorRequest$=l.GetIntegrationResponse$=l.GetIntegrationRequest$=l.GetDeliverySourceResponse$=l.GetDeliverySourceRequest$=l.GetDeliveryResponse$=l.GetDeliveryRequest$=l.GetDeliveryDestinationResponse$=l.GetDeliveryDestinationRequest$=l.GetDeliveryDestinationPolicyResponse$=l.GetDeliveryDestinationPolicyRequest$=l.GetDataProtectionPolicyResponse$=l.GetDataProtectionPolicyRequest$=l.FilterLogEventsResponse$=l.FilterLogEventsRequest$=l.FilteredLogEvent$=l.FieldsData$=l.FieldIndex$=l.ExportTaskStatus$=l.ExportTaskExecutionInfo$=l.ExportTask$=l.Entity$=l.DisassociateSourceFromS3TableIntegrationResponse$=l.DisassociateSourceFromS3TableIntegrationRequest$=l.DisassociateKmsKeyRequest$=l.DestinationConfiguration$=l.Destination$=l.DescribeSubscriptionFiltersResponse$=l.DescribeSubscriptionFiltersRequest$=l.DescribeResourcePoliciesResponse$=l.DescribeResourcePoliciesRequest$=l.DescribeQueryDefinitionsResponse$=l.DescribeQueryDefinitionsRequest$=l.DescribeQueriesResponse$=l.DescribeQueriesRequest$=l.DescribeMetricFiltersResponse$=l.DescribeMetricFiltersRequest$=l.DescribeLogStreamsResponse$=l.DescribeLogStreamsRequest$=l.DescribeLogGroupsResponse$=l.DescribeLogGroupsRequest$=l.DescribeIndexPoliciesResponse$=l.DescribeIndexPoliciesRequest$=l.DescribeImportTasksResponse$=l.DescribeImportTasksRequest$=l.DescribeImportTaskBatchesResponse$=void 0;l.LogEvent$=l.LiveTailSessionUpdate$=l.LiveTailSessionStart$=l.LiveTailSessionMetadata$=l.LiveTailSessionLogEvent$=l.ListToMap$=l.ListTagsLogGroupResponse$=l.ListTagsLogGroupRequest$=l.ListTagsForResourceResponse$=l.ListTagsForResourceRequest$=l.ListSourcesForS3TableIntegrationResponse$=l.ListSourcesForS3TableIntegrationRequest$=l.ListScheduledQueriesResponse$=l.ListScheduledQueriesRequest$=l.ListLogGroupsResponse$=l.ListLogGroupsRequest$=l.ListLogGroupsForQueryResponse$=l.ListLogGroupsForQueryRequest$=l.ListLogAnomalyDetectorsResponse$=l.ListLogAnomalyDetectorsRequest$=l.ListIntegrationsResponse$=l.ListIntegrationsRequest$=l.ListAnomaliesResponse$=l.ListAnomaliesRequest$=l.ListAggregateLogGroupSummariesResponse$=l.ListAggregateLogGroupSummariesRequest$=l.IntegrationSummary$=l.InputLogEvent$=l.IndexPolicy$=l.ImportStatistics$=l.ImportFilter$=l.ImportBatch$=l.Import$=l.GroupingIdentifier$=l.Grok$=l.GetTransformerResponse$=l.GetTransformerRequest$=l.GetScheduledQueryResponse$=l.GetScheduledQueryRequest$=l.GetScheduledQueryHistoryResponse$=l.GetScheduledQueryHistoryRequest$=l.GetQueryResultsResponse$=l.GetQueryResultsRequest$=l.GetLogRecordResponse$=l.GetLogRecordRequest$=l.GetLogObjectResponse$=l.GetLogObjectRequest$=l.GetLogGroupFieldsResponse$=l.GetLogGroupFieldsRequest$=l.GetLogFieldsResponse$=void 0;l.PutIndexPolicyResponse$=l.PutIndexPolicyRequest$=l.PutDestinationResponse$=l.PutDestinationRequest$=l.PutDestinationPolicyRequest$=l.PutDeliverySourceResponse$=l.PutDeliverySourceRequest$=l.PutDeliveryDestinationResponse$=l.PutDeliveryDestinationRequest$=l.PutDeliveryDestinationPolicyResponse$=l.PutDeliveryDestinationPolicyRequest$=l.PutDataProtectionPolicyResponse$=l.PutDataProtectionPolicyRequest$=l.PutAccountPolicyResponse$=l.PutAccountPolicyRequest$=l.Processor$=l.Policy$=l.PatternToken$=l.ParseWAF$=l.ParseVPC$=l.ParseToOCSF$=l.ParseRoute53$=l.ParsePostgres$=l.ParseKeyValue$=l.ParseJSON$=l.ParseCloudfront$=l.OutputLogEvent$=l.OpenSearchWorkspace$=l.OpenSearchResourceStatus$=l.OpenSearchResourceConfig$=l.OpenSearchNetworkPolicy$=l.OpenSearchLifecyclePolicy$=l.OpenSearchIntegrationDetails$=l.OpenSearchEncryptionPolicy$=l.OpenSearchDataSource$=l.OpenSearchDataAccessPolicy$=l.OpenSearchCollection$=l.OpenSearchApplication$=l.MoveKeys$=l.MoveKeyEntry$=l.MetricTransformation$=l.MetricFilterMatchRecord$=l.MetricFilter$=l.LowerCaseString$=l.LogStream$=l.LogGroupSummary$=l.LogGroupField$=l.LogGroup$=l.LogFieldType$=l.LogFieldsListItem$=void 0;l.TransformedLogRecord$=l.TestTransformerResponse$=l.TestTransformerRequest$=l.TestMetricFilterResponse$=l.TestMetricFilterRequest$=l.TagResourceRequest$=l.TagLogGroupRequest$=l.SuppressionPeriod$=l.SubstituteStringEntry$=l.SubstituteString$=l.SubscriptionFilter$=l.StopQueryResponse$=l.StopQueryRequest$=l.StartQueryResponse$=l.StartQueryRequest$=l.StartLiveTailResponse$=l.StartLiveTailRequest$=l.SplitStringEntry$=l.SplitString$=l.SearchedLogStream$=l.ScheduledQuerySummary$=l.ScheduledQueryDestination$=l.S3TableIntegrationSource$=l.S3DeliveryConfiguration$=l.S3Configuration$=l.ResultField$=l.ResourcePolicy$=l.RenameKeys$=l.RenameKeyEntry$=l.RejectedLogEventsInfo$=l.RejectedEntityInfo$=l.RecordField$=l.QueryStatistics$=l.QueryInfo$=l.QueryDefinition$=l.QueryCompileErrorLocation$=l.QueryCompileError$=l.PutTransformerRequest$=l.PutSubscriptionFilterRequest$=l.PutRetentionPolicyRequest$=l.PutResourcePolicyResponse$=l.PutResourcePolicyRequest$=l.PutQueryDefinitionResponse$=l.PutQueryDefinitionRequest$=l.PutMetricFilterRequest$=l.PutLogGroupDeletionProtectionRequest$=l.PutLogEventsResponse$=l.PutLogEventsRequest$=l.PutIntegrationResponse$=l.PutIntegrationRequest$=void 0;l.DescribeDeliveries$=l.DescribeConfigurationTemplates$=l.DescribeAccountPolicies$=l.DeleteTransformer$=l.DeleteSubscriptionFilter$=l.DeleteScheduledQuery$=l.DeleteRetentionPolicy$=l.DeleteResourcePolicy$=l.DeleteQueryDefinition$=l.DeleteMetricFilter$=l.DeleteLogStream$=l.DeleteLogGroup$=l.DeleteLogAnomalyDetector$=l.DeleteIntegration$=l.DeleteIndexPolicy$=l.DeleteDestination$=l.DeleteDeliverySource$=l.DeleteDeliveryDestinationPolicy$=l.DeleteDeliveryDestination$=l.DeleteDelivery$=l.DeleteDataProtectionPolicy$=l.DeleteAccountPolicy$=l.CreateScheduledQuery$=l.CreateLogStream$=l.CreateLogGroup$=l.CreateLogAnomalyDetector$=l.CreateImportTask$=l.CreateExportTask$=l.CreateDelivery$=l.CancelImportTask$=l.CancelExportTask$=l.AssociateSourceToS3TableIntegration$=l.AssociateKmsKey$=l.StartLiveTailResponseStream$=l.ResourceConfig$=l.IntegrationDetails$=l.GetLogObjectResponseStream$=l.UpperCaseString$=l.UpdateScheduledQueryResponse$=l.UpdateScheduledQueryRequest$=l.UpdateLogAnomalyDetectorRequest$=l.UpdateDeliveryConfigurationResponse$=l.UpdateDeliveryConfigurationRequest$=l.UpdateAnomalyRequest$=l.UntagResourceRequest$=l.UntagLogGroupRequest$=l.TypeConverterEntry$=l.TypeConverter$=l.TrimString$=l.TriggerHistoryRecord$=void 0;l.PutDestination$=l.PutDeliverySource$=l.PutDeliveryDestinationPolicy$=l.PutDeliveryDestination$=l.PutDataProtectionPolicy$=l.PutAccountPolicy$=l.ListTagsLogGroup$=l.ListTagsForResource$=l.ListSourcesForS3TableIntegration$=l.ListScheduledQueries$=l.ListLogGroupsForQuery$=l.ListLogGroups$=l.ListLogAnomalyDetectors$=l.ListIntegrations$=l.ListAnomalies$=l.ListAggregateLogGroupSummaries$=l.GetTransformer$=l.GetScheduledQueryHistory$=l.GetScheduledQuery$=l.GetQueryResults$=l.GetLogRecord$=l.GetLogObject$=l.GetLogGroupFields$=l.GetLogFields$=l.GetLogEvents$=l.GetLogAnomalyDetector$=l.GetIntegration$=l.GetDeliverySource$=l.GetDeliveryDestinationPolicy$=l.GetDeliveryDestination$=l.GetDelivery$=l.GetDataProtectionPolicy$=l.FilterLogEvents$=l.DisassociateSourceFromS3TableIntegration$=l.DisassociateKmsKey$=l.DescribeSubscriptionFilters$=l.DescribeResourcePolicies$=l.DescribeQueryDefinitions$=l.DescribeQueries$=l.DescribeMetricFilters$=l.DescribeLogStreams$=l.DescribeLogGroups$=l.DescribeIndexPolicies$=l.DescribeImportTasks$=l.DescribeImportTaskBatches$=l.DescribeFieldIndexes$=l.DescribeExportTasks$=l.DescribeDestinations$=l.DescribeDeliverySources$=l.DescribeDeliveryDestinations$=void 0;l.UpdateScheduledQuery$=l.UpdateLogAnomalyDetector$=l.UpdateDeliveryConfiguration$=l.UpdateAnomaly$=l.UntagResource$=l.UntagLogGroup$=l.TestTransformer$=l.TestMetricFilter$=l.TagResource$=l.TagLogGroup$=l.StopQuery$=l.StartQuery$=l.StartLiveTail$=l.PutTransformer$=l.PutSubscriptionFilter$=l.PutRetentionPolicy$=l.PutResourcePolicy$=l.PutQueryDefinition$=l.PutMetricFilter$=l.PutLogGroupDeletionProtection$=l.PutLogEvents$=l.PutIntegration$=l.PutIndexPolicy$=l.PutDestinationPolicy$=void 0;var kdt="Anomaly",Ndt="AnomalyDetector",Ldt="AccessDeniedException",Udt="AnomalyDetectors",Fdt="AllowedFields",Mdt="AddKeys",qdt="AddKeyEntry",Bdt="AddKeyEntries",Gdt="AssociateKmsKey",Hdt="AssociateKmsKeyRequest",Vdt="AggregateLogGroupSummary",jdt="AggregateLogGroupSummaries",Wdt="AccountPolicy",zdt="AccountPolicies",Kdt="AssociateSourceToS3TableIntegration",Qdt="AssociateSourceToS3TableIntegrationRequest",Ydt="AssociateSourceToS3TableIntegrationResponse",Jdt="Anomalies",Xdt="CreateDelivery",Zdt="CreateDeliveryRequest",ept="CreateDeliveryResponse",tpt="ConflictException",rpt="CancelExportTask",npt="CancelExportTaskRequest",spt="CreateExportTaskRequest",opt="CreateExportTaskResponse",ipt="CreateExportTask",apt="CancelImportTask",cpt="CancelImportTaskRequest",upt="CancelImportTaskResponse",lpt="CreateImportTaskRequest",dpt="CreateImportTaskResponse",ppt="CreateImportTask",mpt="CreateLogAnomalyDetector",fpt="CreateLogAnomalyDetectorRequest",gpt="CreateLogAnomalyDetectorResponse",hpt="CreateLogGroup",Spt="CreateLogGroupRequest",ypt="CreateLogStream",Ept="CreateLogStreamRequest",Cpt="CreateScheduledQuery",_pt="CreateScheduledQueryRequest",Rpt="CreateScheduledQueryResponse",Tpt="CSV",Apt="ConfigurationTemplate",Ppt="ConfigurationTemplateDeliveryConfigValues",vpt="ConfigurationTemplates",bpt="CopyValue",Ipt="CopyValueEntry",Dpt="CopyValueEntries",xpt="Delivery",wpt="DataAlreadyAcceptedException",$pt="DeleteAccountPolicy",Opt="DeleteAccountPolicyRequest",kpt="DescribeAccountPoliciesRequest",Npt="DescribeAccountPoliciesResponse",Lpt="DescribeAccountPolicies",Upt="DestinationConfiguration",Fpt="DescribeConfigurationTemplates",Mpt="DescribeConfigurationTemplatesRequest",qpt="DescribeConfigurationTemplatesResponse",Bpt="DeliveryDestination",Gpt="DeliveryDestinationConfiguration",Hpt="DeleteDeliveryDestination",Vpt="DeleteDeliveryDestinationPolicy",jpt="DeleteDeliveryDestinationPolicyRequest",Wpt="DeleteDeliveryDestinationRequest",zpt="DescribeDeliveryDestinationsRequest",Kpt="DescribeDeliveryDestinationsResponse",Qpt="DescribeDeliveryDestinations",Ypt="DeleteDataProtectionPolicy",Jpt="DeleteDataProtectionPolicyRequest",Xpt="DeleteDeliveryRequest",Zpt="DeleteDestinationRequest",emt="DescribeDeliveriesRequest",tmt="DescribeDeliveriesResponse",rmt="DescribeDestinationsRequest",nmt="DescribeDestinationsResponse",smt="DeleteDeliverySource",omt="DeleteDeliverySourceRequest",imt="DescribeDeliverySourcesRequest",amt="DescribeDeliverySourcesResponse",cmt="DescribeDeliverySources",umt="DeliveryDestinations",lmt="DeleteDelivery",dmt="DeleteDestination",pmt="DescribeDeliveries",mmt="DescribeDestinations",fmt="DescribeExportTasks",gmt="DescribeExportTasksRequest",hmt="DescribeExportTasksResponse",Smt="DescribeFieldIndexes",ymt="DescribeFieldIndexesRequest",Emt="DescribeFieldIndexesResponse",Cmt="DeleteIntegration",_mt="DeleteIndexPolicy",Rmt="DeleteIndexPolicyRequest",Tmt="DeleteIndexPolicyResponse",Amt="DescribeIndexPoliciesRequest",Pmt="DescribeIndexPoliciesResponse",vmt="DescribeIndexPolicies",bmt="DeleteIntegrationRequest",Imt="DeleteIntegrationResponse",Dmt="DescribeImportTasks",xmt="DescribeImportTaskBatches",wmt="DescribeImportTaskBatchesRequest",$mt="DescribeImportTaskBatchesResponse",Omt="DescribeImportTasksRequest",kmt="DescribeImportTasksResponse",Nmt="DeleteKeys",Lmt="DisassociateKmsKey",Umt="DisassociateKmsKeyRequest",Fmt="DeleteLogAnomalyDetector",Mmt="DeleteLogAnomalyDetectorRequest",qmt="DeleteLogGroup",Bmt="DeleteLogGroupRequest",Gmt="DescribeLogGroupsRequest",Hmt="DescribeLogGroupsResponse",Vmt="DescribeLogGroups",jmt="DeleteLogStream",Wmt="DeleteLogStreamRequest",zmt="DescribeLogStreamsRequest",Kmt="DescribeLogStreamsResponse",Qmt="DescribeLogStreams",Ymt="DeleteMetricFilter",Jmt="DeleteMetricFilterRequest",Xmt="DescribeMetricFiltersRequest",Zmt="DescribeMetricFiltersResponse",eft="DescribeMetricFilters",tft="DestinationNamePrefix",rft="DescribeQueries",nft="DeleteQueryDefinition",sft="DeleteQueryDefinitionRequest",oft="DeleteQueryDefinitionResponse",ift="DescribeQueryDefinitionsRequest",aft="DescribeQueryDefinitionsResponse",cft="DescribeQueryDefinitions",uft="DescribeQueriesRequest",lft="DescribeQueriesResponse",dft="DeleteResourcePolicy",pft="DeleteResourcePolicyRequest",mft="DeleteRetentionPolicyRequest",fft="DescribeResourcePoliciesRequest",gft="DescribeResourcePoliciesResponse",hft="DeleteRetentionPolicy",Sft="DescribeResourcePolicies",yft="DataSource",Eft="DataSourceFilter",Cft="DeleteSubscriptionFilterRequest",_ft="DescribeSubscriptionFiltersRequest",Rft="DescribeSubscriptionFiltersResponse",Tft="DisassociateSourceFromS3TableIntegration",Aft="DisassociateSourceFromS3TableIntegrationRequest",Pft="DisassociateSourceFromS3TableIntegrationResponse",vft="DataSourceFilters",bft="DeleteSubscriptionFilter",Ift="DescribeSubscriptionFilters",Dft="DeleteScheduledQuery",xft="DeleteScheduledQueryRequest",wft="DeleteScheduledQueryResponse",$ft="DeliverySource",Oft="DeliverySources",kft="DeleteTransformer",Nft="DateTimeConverter",Lft="DeleteTransformerRequest",Uft="Destination",Fft="Deliveries",Mft="Destinations",qft="Entity",Bft="ExportTask",Gft="ExportTaskExecutionInfo",Hft="ExportTaskStatus",Vft="ExportTasks",jft="FieldsData",Wft="FieldIndex",zft="FieldIndexes",Kft="FilteredLogEvent",Qft="FilterLogEventsRequest",Yft="FilterLogEventsResponse",Jft="FilteredLogEvents",Xft="FilterLogEvents",Zft="Grok",egt="GetDelivery",tgt="GetDeliveryDestination",rgt="GetDeliveryDestinationPolicy",ngt="GetDeliveryDestinationPolicyRequest",sgt="GetDeliveryDestinationPolicyResponse",ogt="GetDeliveryDestinationRequest",igt="GetDeliveryDestinationResponse",agt="GetDataProtectionPolicy",cgt="GetDataProtectionPolicyRequest",ugt="GetDataProtectionPolicyResponse",lgt="GetDeliveryRequest",dgt="GetDeliveryResponse",pgt="GetDeliverySource",mgt="GetDeliverySourceRequest",fgt="GetDeliverySourceResponse",ggt="GroupingIdentifier",hgt="GetIntegrationRequest",Sgt="GetIntegrationResponse",ygt="GetIntegration",Egt="GroupingIdentifiers",Cgt="GetLogAnomalyDetector",_gt="GetLogAnomalyDetectorRequest",Rgt="GetLogAnomalyDetectorResponse",Tgt="GetLogEvents",Agt="GetLogEventsRequest",Pgt="GetLogEventsResponse",vgt="GetLogFields",bgt="GetLogFieldsRequest",Igt="GetLogFieldsResponse",Dgt="GetLogGroupFields",xgt="GetLogGroupFieldsRequest",wgt="GetLogGroupFieldsResponse",$gt="GetLogObject",Ogt="GetLogObjectRequest",kgt="GetLogObjectResponseStream",Ngt="GetLogObjectResponse",Lgt="GetLogRecord",Ugt="GetLogRecordRequest",Fgt="GetLogRecordResponse",Mgt="GetQueryResults",qgt="GetQueryResultsRequest",Bgt="GetQueryResultsResponse",Ggt="GetScheduledQuery",Hgt="GetScheduledQueryHistory",Vgt="GetScheduledQueryHistoryRequest",jgt="GetScheduledQueryHistoryResponse",Wgt="GetScheduledQueryRequest",zgt="GetScheduledQueryResponse",Kgt="GetTransformer",Qgt="GetTransformerRequest",Ygt="GetTransformerResponse",Jgt="Import",Xgt="ImportBatch",Zgt="ImportBatchList",eht="IntegrationDetails",tht="ImportFilter",rht="ImportList",nht="InputLogEvent",sht="InputLogEvents",oht="InvalidOperationException",iht="IndexPolicy",aht="InvalidParameterException",cht="IndexPolicies",uht="ImportStatistics",lht="InternalServerException",lhe="InternalStreamingException",dht="InvalidSequenceTokenException",pht="IntegrationSummary",mht="IntegrationSummaries",fht="ListAnomalies",ght="ListAggregateLogGroupSummaries",hht="ListAggregateLogGroupSummariesRequest",Sht="ListAggregateLogGroupSummariesResponse",yht="ListAnomaliesRequest",Eht="ListAnomaliesResponse",Cht="LowerCaseString",_ht="LogEvent",Rht="LimitExceededException",Tht="LogFieldsList",Aht="LogFieldsListItem",Pht="LogFieldType",vht="LogGroup",bht="LogGroupField",Iht="LogGroupFieldList",Dht="LogGroupSummary",xht="LogGroupSummaries",wht="LogGroups",$ht="ListIntegrations",Oht="ListIntegrationsRequest",kht="ListIntegrationsResponse",Nht="ListLogAnomalyDetectors",Lht="ListLogAnomalyDetectorsRequest",Uht="ListLogAnomalyDetectorsResponse",Fht="ListLogGroups",Mht="ListLogGroupsForQuery",qht="ListLogGroupsForQueryRequest",Bht="ListLogGroupsForQueryResponse",Ght="ListLogGroupsRequest",Hht="ListLogGroupsResponse",Vht="LogStream",jht="ListSourcesForS3TableIntegration",Wht="ListSourcesForS3TableIntegrationRequest",zht="ListSourcesForS3TableIntegrationResponse",Kht="ListScheduledQueries",Qht="ListScheduledQueriesRequest",Yht="ListScheduledQueriesResponse",Jht="LogSamples",Xht="LogStreams",Zht="ListTagsForResource",eSt="ListTagsForResourceRequest",tSt="ListTagsForResourceResponse",rSt="ListTagsLogGroup",nSt="ListTagsLogGroupRequest",sSt="ListTagsLogGroupResponse",oSt="ListToMap",iSt="LiveTailSessionLogEvent",aSt="LiveTailSessionMetadata",cSt="LiveTailSessionResults",uSt="LiveTailSessionStart",lSt="LiveTailSessionUpdate",dSt="MetricFilter",pSt="MetricFilterMatches",mSt="MetricFilterMatchRecord",fSt="MetricFilters",gSt="MoveKeys",hSt="MoveKeyEntry",SSt="MoveKeyEntries",ySt="MalformedQueryException",ESt="MetricTransformation",CSt="MetricTransformations",_St="OperationAbortedException",RSt="OutputLogEvent",TSt="OutputLogEvents",ASt="OpenSearchApplication",PSt="OpenSearchCollection",vSt="OpenSearchDataAccessPolicy",bSt="OpenSearchDataSource",ISt="OpenSearchEncryptionPolicy",DSt="OpenSearchIntegrationDetails",xSt="OpenSearchLifecyclePolicy",wSt="OpenSearchNetworkPolicy",$St="OpenSearchResourceConfig",OSt="OpenSearchResourceStatus",kSt="OpenSearchWorkspace",NSt="Policy",LSt="PutAccountPolicy",USt="PutAccountPolicyRequest",FSt="PutAccountPolicyResponse",MSt="ParseCloudfront",qSt="PutDestination",BSt="PutDeliveryDestination",GSt="PutDeliveryDestinationPolicy",HSt="PutDeliveryDestinationPolicyRequest",VSt="PutDeliveryDestinationPolicyResponse",jSt="PutDeliveryDestinationRequest",WSt="PutDeliveryDestinationResponse",zSt="PutDestinationPolicy",KSt="PutDataProtectionPolicy",QSt="PutDataProtectionPolicyRequest",YSt="PutDataProtectionPolicyResponse",JSt="PutDestinationPolicyRequest",XSt="PutDestinationRequest",ZSt="PutDestinationResponse",eyt="PutDeliverySource",tyt="PutDeliverySourceRequest",ryt="PutDeliverySourceResponse",nyt="PutIntegration",syt="PutIndexPolicy",oyt="PutIndexPolicyRequest",iyt="PutIndexPolicyResponse",ayt="PutIntegrationRequest",cyt="PutIntegrationResponse",uyt="ParseJSON",lyt="ParseKeyValue",dyt="PutLogEvents",pyt="PutLogEventsRequest",myt="PutLogEventsResponse",fyt="PutLogGroupDeletionProtection",gyt="PutLogGroupDeletionProtectionRequest",hyt="PutMetricFilter",Syt="PutMetricFilterRequest",yyt="ParsePostgres",Eyt="PutQueryDefinition",Cyt="PutQueryDefinitionRequest",_yt="PutQueryDefinitionResponse",Ryt="ParseRoute53",Tyt="PutResourcePolicy",Ayt="PutResourcePolicyRequest",Pyt="PutResourcePolicyResponse",vyt="PutRetentionPolicyRequest",byt="PutRetentionPolicy",Iyt="PutSubscriptionFilter",Dyt="PutSubscriptionFilterRequest",xyt="PatternToken",wyt="ParseToOCSF",$yt="PutTransformerRequest",Oyt="PatternTokens",kyt="PutTransformer",Nyt="ParseVPC",Lyt="ParseWAF",Uyt="Processor",Fyt="Processors",Myt="QueryCompileError",qyt="QueryCompileErrorLocation",Byt="QueryDefinition",Gyt="QueryDefinitionList",Hyt="QueryInfo",Vyt="QueryInfoList",jyt="QueryResults",Wyt="QueryStatistics",zyt="ResourceAlreadyExistsException",Kyt="ResourceConfig",Qyt="RejectedEntityInfo",Yyt="RecordField",Jyt="ResultField",Xyt="RenameKeys",Zyt="RenameKeyEntry",eEt="RenameKeyEntries",tEt="RejectedLogEventsInfo",rEt="ResourceNotFoundException",nEt="ResourcePolicy",sEt="ResourcePolicies",oEt="ResultRows",iEt="S3Configuration",aEt="S3DeliveryConfiguration",cEt="SubscriptionFilter",uEt="SubscriptionFilters",lEt="SearchedLogStream",dEt="SearchedLogStreams",pEt="StartLiveTail",mEt="StartLiveTailRequest",fEt="StartLiveTailResponseStream",gEt="StartLiveTailResponse",hEt="SuppressionPeriod",SEt="StartQuery",yEt="ScheduledQueryDestination",EEt="ScheduledQueryDestinationList",CEt="ServiceQuotaExceededException",_Et="StartQueryRequest",REt="StartQueryResponse",TEt="StopQueryRequest",AEt="StopQueryResponse",PEt="ScheduledQuerySummary",vEt="ScheduledQuerySummaryList",bEt="StopQuery",IEt="SplitString",dhe="SessionStreamingException",DEt="SplitStringEntry",xEt="SplitStringEntries",wEt="SubstituteStringEntry",$Et="SubstituteStringEntries",OEt="SubstituteString",phe="SessionTimeoutException",kEt="S3TableIntegrationSource",NEt="S3TableIntegrationSources",LEt="ServiceUnavailableException",UEt="TypeConverter",FEt="TypeConverterEntry",MEt="TypeConverterEntries",qEt="ThrottlingException",BEt="TriggerHistoryRecord",GEt="TriggerHistoryRecordList",HEt="TransformedLogs",VEt="TagLogGroup",jEt="TagLogGroupRequest",WEt="TransformedLogRecord",zEt="TestMetricFilter",KEt="TestMetricFilterRequest",QEt="TestMetricFilterResponse",YEt="TooManyTagsException",JEt="TagResource",XEt="TagResourceRequest",ZEt="TrimString",eCt="TestTransformer",tCt="TestTransformerRequest",rCt="TestTransformerResponse",nCt="UpdateAnomaly",sCt="UpdateAnomalyRequest",oCt="UnrecognizedClientException",iCt="UpperCaseString",aCt="UpdateDeliveryConfiguration",cCt="UpdateDeliveryConfigurationRequest",uCt="UpdateDeliveryConfigurationResponse",lCt="UpdateLogAnomalyDetector",dCt="UpdateLogAnomalyDetectorRequest",pCt="UntagLogGroup",mCt="UntagLogGroupRequest",fCt="UntagResource",gCt="UntagResourceRequest",hCt="UpdateScheduledQuery",SCt="UpdateScheduledQueryRequest",yCt="UpdateScheduledQueryResponse",ECt="ValidationException",CCt="active",mhe="applicationArn",_Ct="allowedActionForAllowVendedLogsDeliveryForResource",RCt="anomalyDetectors",Vl="anomalyDetectorArn",fhe="anomalyDetectorStatus",TCt="applicationEndpoint",ACt="allowedFields",PCt="allowedFieldDelimiters",vCt="accountId",nI="accountIdentifiers",ghe="anomalyId",bCt="applicationId",ICt="addKeys",DCt="aggregateLogGroupSummaries",xCt="allowedOutputFormats",sI="applyOnTransformedLogs",wCt="accountPolicies",rz="accessPolicy",$Ct="accountPolicy",OCt="allowedSuffixPathFields",oI="anomalyVisibilityTime",kCt="anomalies",NCt="application",Dg="arn",LCt="attributes",UCt="baseline",FCt="batchId",MCt="batchImportStatus",qCt="bytesImported",BCt="bytesScanned",an="client",GCt="collectionArn",HCt="collectionEndpoint",To="creationTime",hhe="creationTimeStamp",VCt="createdTimeStamp",jCt="clientToken",WCt="configurationTemplates",zCt="completionTime",KCt="createTime",QCt="copyValue",YCt="columns",JCt="code",XCt="collection",ZCt="csv",zE="description",She="destinationArn",KE="destinationConfiguration",e_t="deliveryDestinations",yhe="deliveryDestinationArn",Ehe="deliveryDestinationConfiguration",t_t="defaultDeliveryConfigValues",nz="deliveryDestinationName",Che="deliveryDestinationPolicy",iI="deliveryDestinationType",r_t="deliveryDestinationTypes",_he="deliveryDestination",Rhe="destinationIdentifier",n_t="deleteKeys",sz="detectorName",aI="destinationName",The="destinationPrefix",oz="deletionProtectionEnabled",s_t="dataProtectionStatus",o_t="destinationResourceArn",iz="dataSource",Ahe="deliverySourceName",Phe="dataSourceName",i_t="dataSourceRoleArn",a_t="dataSourceType",vhe="dataSources",c_t="deliverySources",bhe="deliverySource",u_t="destinationType",l_t="dateTimeConverter",d_t="dynamicTokenPosition",p_t="defaultValue",m_t="dashboardViewerPrincipals",f_t="data",Ihe="delivery",Dhe="delimiter",g_t="deliveries",QE="destination",h_t="descending",xhe="destinations",S_t="dimensions",whe="distribution",Hr="error",y_t="estimatedBytesSkipped",E_t="endCharOffset",C_t="endEventTime",cI="evaluationFrequency",__t="enableHiveCompatiblePath",R_t="executionInfo",T_t="eventId",A_t="encryptionKey",P_t="expiredLogEventEndIndex",uI="errorMessage",$he="eventMessage",Ohe="eventNumber",v_t="encryptionPolicy",lI="executionRoleArn",khe="expectedRevisionId",b_t="estimatedRecordsSkipped",I_t="executionStatuses",Nhe="emitSystemFields",Lhe="emitSystemFieldDimensions",Uhe="expectedSequenceToken",D_t="eventSource",x_t="executionStatus",w_t="exportTasks",dI="endTime",$_t="errorType",O_t="extractedValues",k_t="element",lm="entries",N_t="enabled",Fhe="endpoint",L_t="entity",U_t="enumerations",Mhe="events",az="from",YE="fieldDelimiter",F_t="flattenedElement",M_t="firstEventTime",q_t="firstEventTimestamp",B_t="fieldIndexes",G_t="fieldIndexName",H_t="fieldIndexNames",V_t="filterLogGroupArn",xg="filterName",qhe="filterNamePrefix",ka="filterPattern",j_t="firstSeen",pI="fieldSelectionCriteria",W_t="fieldStream",z_t="forceUpdate",Bhe="fields",K_t="field",Q_t="flatten",Y_t="force",J_t="grok",X_t="groupBy",Z_t="groupingIdentifiers",eRt="histogram",Ghe="httpError",jl="identifier",Hhe="integrationArn",tRt="importBatches",rRt="integrationDetails",Vhe="importDestinationArn",nRt="isDynamic",jhe="importFilter",dm="importId",cz="includeLinkedAccounts",wg="integrationName",sRt="integrationNamePrefix",oRt="indexPolicies",iRt="isPatternLevelSuppression",aRt="inheritedProperties",cRt="indexPolicy",uRt="importRoleArn",Whe="importStatistics",mI="importSourceArn",uz="importStatus",fI="integrationStatus",lRt="integrationSummaries",lz="ingestionTime",dRt="inferredTokenName",gI="integrationType",hI="id",pRt="imports",mRt="interleaved",JE="key",fRt="keyAttributes",gRt="kmsKeyArn",$g="kmsKeyId",hRt="keyPrefix",SRt="keyValueDelimiter",yRt="locale",ERt="lowerCaseString",CRt="logEvents",zhe="logEventFilterPattern",Khe="logEventMessages",dz="lastExecutionStatus",_Rt="lastEventTime",RRt="lastEventTimestamp",TRt="logFields",ARt="logFieldName",PRt="logFieldType",Qhe="logGroups",Yhe="logGroupArn",SI="logGroupArnList",vRt="logGroupCount",Og="logGroupClass",bRt="logGroupFields",Gi="logGroupIdentifiers",cn="logGroupIdentifier",Pt="logGroupName",IRt="logGroupNamePrefix",pz="logGroupNamePattern",mz="logGroupNames",DRt="logGroupsScanned",xRt="lastIngestionTime",wRt="lastModified",$Rt="lastModifiedTime",Jhe="lastModifiedTimeStamp",ORt="logObjectPointer",kRt="lifecyclePolicy",NRt="logRecord",LRt="logRecordPointer",URt="lastSeen",Wl="logStreamName",fz="logStreamNamePrefix",Xhe="logStreamNamePrefixes",gz="logStreamNames",FRt="lastScanTime",MRt="logSamples",qRt="logStreams",hz="logType",BRt="listToMap",Sz="lastTriggeredTime",GRt="logTypes",Zc="lastUpdatedTime",HRt="lastUpdateTime",Zr="limit",VRt="location",Yt="message",jRt="metricFilters",WRt="metricFilterCount",zRt="moveKeys",Zhe="metricName",eSe="metricNamespace",KRt="matchPatterns",kg="maxResults",tSe="metricTransformations",QRt="metricValue",YRt="mappingVersion",JRt="match",XRt="mandatory",ZRt="matches",un="name",e0t="nextBackwardToken",t0t="nextForwardToken",r0t="nonMatchValue",n0t="networkPolicy",s0t="nextSequenceToken",Le="nextToken",o0t="orderBy",rSe="outputFormat",XE="overwriteIfExists",i0t="openSearchIntegrationDetails",a0t="openSearchResourceConfig",c0t="ocsfVersion",u0t="priority",l0t="parseCloudfront",eu="policyDocument",nSe="patternId",d0t="processedIdentifier",p0t="parseJSON",m0t="parseKeyValue",ti="policyName",f0t="parsePostgres",g0t="patternRegex",h0t="parseRoute53",S0t="patternString",sSe="policyScope",yI="policyType",y0t="parseToOCSF",E0t="patternTokens",C0t="parseVPC",_0t="parseWAF",R0t="percent",oSe="policy",T0t="queries",A0t="quoteCharacter",P0t="queryCompileError",v0t="queryDefinitions",EI="queryDefinitionId",b0t="queryDefinitionNamePrefix",Ng="queryId",Hi="queryLanguage",zl="queryString",I0t="results",Kl="resourceArn",D0t="resourceArns",ZE="roleArn",x0t="resourceConfig",w0t="retentionDays",$0t="rejectedEntityInfo",CI="recordFields",iSe="resourceIdentifier",aSe="retentionInDays",O0t="requestId",cSe="revisionId",k0t="renameKeys",N0t="rejectedLogEventsInfo",L0t="recordsMatched",U0t="resourceName",F0t="resourcePolicies",M0t="resourcePolicy",q0t="recordsScanned",B0t="responseStream",G0t="resourceType",H0t="resourceTypes",V0t="renameTo",uSe="smithy.ts.sdk.synthetic.com.amazonaws.cloudwatchlogs",lSe="storedBytes",dSe="selectionCriteria",j0t="startCharOffset",W0t="searchedCompletely",z0t="s3Configuration",K0t="statusCode",Q0t="suppressedDate",_I="s3DeliveryConfiguration",eC="scheduleExpression",RI="scheduleEndTime",Y0t="startEventTime",J0t="subscriptionFilters",X0t="startFromHead",Z0t="sessionId",eTt="searchedLogStreams",tTt="sessionMetadata",rTt="statusMessage",nTt="suffixPath",sTt="suppressionPeriod",oTt="scheduledQueries",tC="scheduledQueryArn",iTt="sessionResults",aTt="statusReason",cTt="suppressionState",TI="scheduleStartTime",uTt="sessionStart",lTt="splitString",dTt="substituteString",pTt="sourceTimezone",AI="startTimeOffset",mTt="sequenceToken",PI="startTime",fTt="suppressionType",gTt="suppressedUntil",hTt="sessionUpdate",STt="suppressionUnit",yTt="sampled",pSe="scope",mSe="server",yz="service",wn="source",ETt="sources",Ql="state",Yn="status",CTt="statistics",fSe="streaming",_Tt="suppressed",gSe="success",vI="target",hSe="targetArn",Ez="transformerConfig",RTt="typeConverter",TTt="transformedEventMessage",ATt="targetFormat",PTt="triggerHistory",bI="taskId",vTt="tagKeys",bTt="transformedLogs",SSe="taskName",ITt="tooNewLogEventStartIndex",DTt="tooOldLogEventEndIndex",xTt="tokenString",wTt="trimString",$Tt="targetTimezone",OTt="triggeredTimestamp",bs="tags",rC="timezone",nC="timestamp",kTt="time",Cz="to",sC="type",II="unmask",NTt="upperCaseString",LTt="uploadSequenceToken",UTt="unit",DI="value",FTt="valueKey",MTt="workspace",qTt="workspaceId",xI="withKeys",A="com.amazonaws.cloudwatchlogs",ySe=(dt(),J(_a)),BTt=rI(),Vr=tz(),ESe=ySe.TypeRegistry.for(uSe);l.CloudWatchLogsServiceException$=[-3,uSe,"CloudWatchLogsServiceException",0,[],[]];ESe.registerError(l.CloudWatchLogsServiceException$,BTt.CloudWatchLogsServiceException);var Nr=ySe.TypeRegistry.for(A);l.AccessDeniedException$=[-3,A,Ldt,{[Hr]:an},[Yt],[0]];Nr.registerError(l.AccessDeniedException$,Vr.AccessDeniedException);l.ConflictException$=[-3,A,tpt,{[Hr]:an},[Yt],[0]];Nr.registerError(l.ConflictException$,Vr.ConflictException);l.DataAlreadyAcceptedException$=[-3,A,wpt,{[Hr]:an},[Uhe,Yt],[0,0]];Nr.registerError(l.DataAlreadyAcceptedException$,Vr.DataAlreadyAcceptedException);l.InternalServerException$=[-3,A,lht,{[Hr]:mSe,[Ghe]:500},[Yt],[0]];Nr.registerError(l.InternalServerException$,Vr.InternalServerException);l.InternalStreamingException$=[-3,A,lhe,{[Hr]:an},[Yt],[0]];Nr.registerError(l.InternalStreamingException$,Vr.InternalStreamingException);l.InvalidOperationException$=[-3,A,oht,{[Hr]:an},[Yt],[0]];Nr.registerError(l.InvalidOperationException$,Vr.InvalidOperationException);l.InvalidParameterException$=[-3,A,aht,{[Hr]:an},[Yt],[0]];Nr.registerError(l.InvalidParameterException$,Vr.InvalidParameterException);l.InvalidSequenceTokenException$=[-3,A,dht,{[Hr]:an},[Uhe,Yt],[0,0]];Nr.registerError(l.InvalidSequenceTokenException$,Vr.InvalidSequenceTokenException);l.LimitExceededException$=[-3,A,Rht,{[Hr]:an},[Yt],[0]];Nr.registerError(l.LimitExceededException$,Vr.LimitExceededException);l.MalformedQueryException$=[-3,A,ySt,{[Hr]:an},[P0t,Yt],[()=>l.QueryCompileError$,0]];Nr.registerError(l.MalformedQueryException$,Vr.MalformedQueryException);l.OperationAbortedException$=[-3,A,_St,{[Hr]:an},[Yt],[0]];Nr.registerError(l.OperationAbortedException$,Vr.OperationAbortedException);l.ResourceAlreadyExistsException$=[-3,A,zyt,{[Hr]:an},[Yt],[0]];Nr.registerError(l.ResourceAlreadyExistsException$,Vr.ResourceAlreadyExistsException);l.ResourceNotFoundException$=[-3,A,rEt,{[Hr]:an},[Yt],[0]];Nr.registerError(l.ResourceNotFoundException$,Vr.ResourceNotFoundException);l.ServiceQuotaExceededException$=[-3,A,CEt,{[Hr]:an},[Yt],[0]];Nr.registerError(l.ServiceQuotaExceededException$,Vr.ServiceQuotaExceededException);l.ServiceUnavailableException$=[-3,A,LEt,{[Hr]:mSe},[Yt],[0]];Nr.registerError(l.ServiceUnavailableException$,Vr.ServiceUnavailableException);l.SessionStreamingException$=[-3,A,dhe,{[Hr]:an},[Yt],[0]];Nr.registerError(l.SessionStreamingException$,Vr.SessionStreamingException);l.SessionTimeoutException$=[-3,A,phe,{[Hr]:an},[Yt],[0]];Nr.registerError(l.SessionTimeoutException$,Vr.SessionTimeoutException);l.ThrottlingException$=[-3,A,qEt,{[Hr]:an},[Yt],[0]];Nr.registerError(l.ThrottlingException$,Vr.ThrottlingException);l.TooManyTagsException$=[-3,A,YEt,{[Hr]:an,[Ghe]:400},[Yt,U0t],[0,0]];Nr.registerError(l.TooManyTagsException$,Vr.TooManyTagsException);l.UnrecognizedClientException$=[-3,A,oCt,{[Hr]:an},[Yt],[0]];Nr.registerError(l.UnrecognizedClientException$,Vr.UnrecognizedClientException);l.ValidationException$=[-3,A,ECt,{[Hr]:an},[Yt],[0]];Nr.registerError(l.ValidationException$,Vr.ValidationException);l.errorTypeRegistries=[ESe,Nr];l.AccountPolicy$=[3,A,Wdt,0,[ti,eu,Zc,yI,pSe,dSe,vCt],[0,0,1,0,0,0,0]];l.AddKeyEntry$=[3,A,qdt,0,[JE,DI,XE],[0,0,2],2];l.AddKeys$=[3,A,Mdt,0,[lm],[()=>HTt],1];l.AggregateLogGroupSummary$=[3,A,Vdt,0,[vRt,Z_t],[1,()=>nAt]];l.Anomaly$=[3,A,kdt,0,[ghe,nSe,Vl,S0t,j_t,URt,zE,CCt,Ql,eRt,MRt,E0t,SI,g0t,u0t,_Tt,Q0t,gTt,iRt],[0,0,0,0,1,1,0,2,0,129,()=>mAt,()=>EAt,64,0,0,2,1,1,2],13];l.AnomalyDetector$=[3,A,Ndt,0,[Vl,sz,SI,cI,ka,fhe,$g,hhe,Jhe,oI],[0,0,64,0,0,0,0,1,1,1]];l.AssociateKmsKeyRequest$=[3,A,Hdt,0,[$g,Pt,iSe],[0,0,0],1];l.AssociateSourceToS3TableIntegrationRequest$=[3,A,Qdt,0,[Hhe,iz],[0,()=>l.DataSource$],2];l.AssociateSourceToS3TableIntegrationResponse$=[3,A,Ydt,0,[jl],[0]];l.CancelExportTaskRequest$=[3,A,npt,0,[bI],[0],1];l.CancelImportTaskRequest$=[3,A,cpt,0,[dm],[0],1];l.CancelImportTaskResponse$=[3,A,upt,0,[dm,Whe,uz,To,Zc],[0,()=>l.ImportStatistics$,0,1,1]];l.ConfigurationTemplate$=[3,A,Apt,0,[yz,hz,G0t,iI,t_t,ACt,xCt,_Ct,PCt,OCt],[0,0,0,0,()=>l.ConfigurationTemplateDeliveryConfigValues$,()=>jTt,64,0,64,64]];l.ConfigurationTemplateDeliveryConfigValues$=[3,A,Ppt,0,[CI,YE,_I],[64,0,()=>l.S3DeliveryConfiguration$]];l.CopyValue$=[3,A,bpt,0,[lm],[()=>QTt],1];l.CopyValueEntry$=[3,A,Ipt,0,[wn,vI,XE],[0,0,2],2];l.CreateDeliveryRequest$=[3,A,Zdt,0,[Ahe,yhe,CI,YE,_I,bs],[0,0,64,0,()=>l.S3DeliveryConfiguration$,128],2];l.CreateDeliveryResponse$=[3,A,ept,0,[Ihe],[()=>l.Delivery$]];l.CreateExportTaskRequest$=[3,A,spt,0,[Pt,az,Cz,QE,SSe,fz,The],[0,1,1,0,0,0,0],4];l.CreateExportTaskResponse$=[3,A,opt,0,[bI],[0]];l.CreateImportTaskRequest$=[3,A,lpt,0,[mI,uRt,jhe],[0,0,()=>l.ImportFilter$],2];l.CreateImportTaskResponse$=[3,A,dpt,0,[dm,Vhe,To],[0,0,1]];l.CreateLogAnomalyDetectorRequest$=[3,A,fpt,0,[SI,sz,cI,ka,$g,oI,bs],[64,0,0,0,0,1,128],1];l.CreateLogAnomalyDetectorResponse$=[3,A,gpt,0,[Vl],[0]];l.CreateLogGroupRequest$=[3,A,Spt,0,[Pt,$g,bs,Og,oz],[0,0,128,0,2],1];l.CreateLogStreamRequest$=[3,A,Ept,0,[Pt,Wl],[0,0],2];l.CreateScheduledQueryRequest$=[3,A,_pt,0,[un,Hi,zl,eC,lI,zE,Gi,rC,AI,KE,TI,RI,Ql,bs],[0,0,0,0,0,0,64,0,1,()=>l.DestinationConfiguration$,1,1,0,128],5];l.CreateScheduledQueryResponse$=[3,A,Rpt,0,[tC,Ql],[0,0]];l.CSV$=[3,A,Tpt,0,[A0t,Dhe,YCt,wn],[0,0,64,0]];l.DataSource$=[3,A,yft,0,[un,sC],[0,0],1];l.DataSourceFilter$=[3,A,Eft,0,[un,sC],[0,0],1];l.DateTimeConverter$=[3,A,Nft,0,[wn,vI,KRt,ATt,pTt,$Tt,yRt],[0,0,64,0,0,0,0],3];l.DeleteAccountPolicyRequest$=[3,A,Opt,0,[ti,yI],[0,0],2];l.DeleteDataProtectionPolicyRequest$=[3,A,Jpt,0,[cn],[0],1];l.DeleteDeliveryDestinationPolicyRequest$=[3,A,jpt,0,[nz],[0],1];l.DeleteDeliveryDestinationRequest$=[3,A,Wpt,0,[un],[0],1];l.DeleteDeliveryRequest$=[3,A,Xpt,0,[hI],[0],1];l.DeleteDeliverySourceRequest$=[3,A,omt,0,[un],[0],1];l.DeleteDestinationRequest$=[3,A,Zpt,0,[aI],[0],1];l.DeleteIndexPolicyRequest$=[3,A,Rmt,0,[cn],[0],1];l.DeleteIndexPolicyResponse$=[3,A,Tmt,0,[],[]];l.DeleteIntegrationRequest$=[3,A,bmt,0,[wg,Y_t],[0,2],1];l.DeleteIntegrationResponse$=[3,A,Imt,0,[],[]];l.DeleteKeys$=[3,A,Nmt,0,[xI],[64],1];l.DeleteLogAnomalyDetectorRequest$=[3,A,Mmt,0,[Vl],[0],1];l.DeleteLogGroupRequest$=[3,A,Bmt,0,[Pt],[0],1];l.DeleteLogStreamRequest$=[3,A,Wmt,0,[Pt,Wl],[0,0],2];l.DeleteMetricFilterRequest$=[3,A,Jmt,0,[Pt,xg],[0,0],2];l.DeleteQueryDefinitionRequest$=[3,A,sft,0,[EI],[0],1];l.DeleteQueryDefinitionResponse$=[3,A,oft,0,[gSe],[2]];l.DeleteResourcePolicyRequest$=[3,A,pft,0,[ti,Kl,khe],[0,0,0]];l.DeleteRetentionPolicyRequest$=[3,A,mft,0,[Pt],[0],1];l.DeleteScheduledQueryRequest$=[3,A,xft,0,[jl],[0],1];l.DeleteScheduledQueryResponse$=[3,A,wft,0,[],[]];l.DeleteSubscriptionFilterRequest$=[3,A,Cft,0,[Pt,xg],[0,0],2];l.DeleteTransformerRequest$=[3,A,Lft,0,[cn],[0],1];l.Delivery$=[3,A,xpt,0,[hI,Dg,Ahe,yhe,iI,CI,YE,_I,bs],[0,0,0,0,0,64,0,()=>l.S3DeliveryConfiguration$,128]];l.DeliveryDestination$=[3,A,Bpt,0,[un,Dg,iI,rSe,Ehe,bs],[0,0,0,0,()=>l.DeliveryDestinationConfiguration$,128]];l.DeliveryDestinationConfiguration$=[3,A,Gpt,0,[o_t],[0],1];l.DeliverySource$=[3,A,$ft,0,[un,Dg,D0t,yz,hz,bs],[0,0,64,0,0,128]];l.DescribeAccountPoliciesRequest$=[3,A,kpt,0,[yI,ti,nI,Le],[0,0,64,0],1];l.DescribeAccountPoliciesResponse$=[3,A,Npt,0,[wCt,Le],[()=>GTt,0]];l.DescribeConfigurationTemplatesRequest$=[3,A,Mpt,0,[yz,GRt,H0t,r_t,Le,Zr],[0,64,64,64,0,1]];l.DescribeConfigurationTemplatesResponse$=[3,A,qpt,0,[WCt,Le],[()=>KTt,0]];l.DescribeDeliveriesRequest$=[3,A,emt,0,[Le,Zr],[0,1]];l.DescribeDeliveriesResponse$=[3,A,tmt,0,[g_t,Le],[()=>YTt,0]];l.DescribeDeliveryDestinationsRequest$=[3,A,zpt,0,[Le,Zr],[0,1]];l.DescribeDeliveryDestinationsResponse$=[3,A,Kpt,0,[e_t,Le],[()=>JTt,0]];l.DescribeDeliverySourcesRequest$=[3,A,imt,0,[Le,Zr],[0,1]];l.DescribeDeliverySourcesResponse$=[3,A,amt,0,[c_t,Le],[()=>XTt,0]];l.DescribeDestinationsRequest$=[3,A,rmt,0,[tft,Le,Zr],[0,0,1]];l.DescribeDestinationsResponse$=[3,A,nmt,0,[xhe,Le],[()=>ZTt,0]];l.DescribeExportTasksRequest$=[3,A,gmt,0,[bI,K0t,Le,Zr],[0,0,0,1]];l.DescribeExportTasksResponse$=[3,A,hmt,0,[w_t,Le],[()=>eAt,0]];l.DescribeFieldIndexesRequest$=[3,A,ymt,0,[Gi,Le],[64,0],1];l.DescribeFieldIndexesResponse$=[3,A,Emt,0,[B_t,Le],[()=>tAt,0]];l.DescribeImportTaskBatchesRequest$=[3,A,wmt,0,[dm,MCt,Zr,Le],[0,64,1,0],1];l.DescribeImportTaskBatchesResponse$=[3,A,$mt,0,[mI,dm,tRt,Le],[0,0,()=>sAt,0]];l.DescribeImportTasksRequest$=[3,A,Omt,0,[dm,uz,mI,Zr,Le],[0,0,0,1,0]];l.DescribeImportTasksResponse$=[3,A,kmt,0,[pRt,Le],[()=>oAt,0]];l.DescribeIndexPoliciesRequest$=[3,A,Amt,0,[Gi,Le],[64,0],1];l.DescribeIndexPoliciesResponse$=[3,A,Pmt,0,[oRt,Le],[()=>iAt,0]];l.DescribeLogGroupsRequest$=[3,A,Gmt,0,[nI,IRt,pz,Le,Zr,cz,Og,Gi],[64,0,0,0,1,2,0,64]];l.DescribeLogGroupsResponse$=[3,A,Hmt,0,[Qhe,Le],[()=>dAt,0]];l.DescribeLogStreamsRequest$=[3,A,zmt,0,[Pt,cn,fz,o0t,h_t,Le,Zr],[0,0,0,0,2,0,1]];l.DescribeLogStreamsResponse$=[3,A,Kmt,0,[qRt,Le],[()=>fAt,0]];l.DescribeMetricFiltersRequest$=[3,A,Xmt,0,[Pt,qhe,Le,Zr,Zhe,eSe],[0,0,0,1,0,0]];l.DescribeMetricFiltersResponse$=[3,A,Zmt,0,[jRt,Le],[()=>hAt,0]];l.DescribeQueriesRequest$=[3,A,uft,0,[Pt,Yn,kg,Le,Hi],[0,0,1,0,0]];l.DescribeQueriesResponse$=[3,A,lft,0,[T0t,Le],[()=>_At,0]];l.DescribeQueryDefinitionsRequest$=[3,A,ift,0,[Hi,b0t,kg,Le],[0,0,1,0]];l.DescribeQueryDefinitionsResponse$=[3,A,aft,0,[v0t,Le],[()=>CAt,0]];l.DescribeResourcePoliciesRequest$=[3,A,fft,0,[Le,Zr,Kl,sSe],[0,1,0,0]];l.DescribeResourcePoliciesResponse$=[3,A,gft,0,[F0t,Le],[()=>AAt,0]];l.DescribeSubscriptionFiltersRequest$=[3,A,_ft,0,[Pt,qhe,Le,Zr],[0,0,0,1],1];l.DescribeSubscriptionFiltersResponse$=[3,A,Rft,0,[J0t,Le],[()=>wAt,0]];l.Destination$=[3,A,Uft,0,[aI,hSe,ZE,rz,Dg,To],[0,0,0,0,0,1]];l.DestinationConfiguration$=[3,A,Upt,0,[z0t],[()=>l.S3Configuration$],1];l.DisassociateKmsKeyRequest$=[3,A,Umt,0,[Pt,iSe],[0,0]];l.DisassociateSourceFromS3TableIntegrationRequest$=[3,A,Aft,0,[jl],[0],1];l.DisassociateSourceFromS3TableIntegrationResponse$=[3,A,Pft,0,[jl],[0]];l.Entity$=[3,A,qft,0,[fRt,LCt],[128,128]];l.ExportTask$=[3,A,Bft,0,[bI,SSe,Pt,az,Cz,QE,The,Yn,R_t],[0,0,0,1,1,0,0,()=>l.ExportTaskStatus$,()=>l.ExportTaskExecutionInfo$]];l.ExportTaskExecutionInfo$=[3,A,Gft,0,[To,zCt],[1,1]];l.ExportTaskStatus$=[3,A,Hft,0,[JCt,Yt],[0,0]];l.FieldIndex$=[3,A,Wft,0,[cn,G_t,FRt,M_t,_Rt,sC],[0,0,1,1,1,0]];l.FieldsData$=[3,A,jft,0,[f_t],[21]];l.FilteredLogEvent$=[3,A,Kft,0,[Wl,nC,Yt,lz,T_t],[0,1,0,1,0]];l.FilterLogEventsRequest$=[3,A,Qft,0,[Pt,cn,gz,fz,PI,dI,ka,Le,Zr,mRt,II],[0,0,64,0,1,1,0,0,1,2,2]];l.FilterLogEventsResponse$=[3,A,Yft,0,[Mhe,eTt,Le],[()=>rAt,()=>DAt,0]];l.GetDataProtectionPolicyRequest$=[3,A,cgt,0,[cn],[0],1];l.GetDataProtectionPolicyResponse$=[3,A,ugt,0,[cn,eu,Zc],[0,0,1]];l.GetDeliveryDestinationPolicyRequest$=[3,A,ngt,0,[nz],[0],1];l.GetDeliveryDestinationPolicyResponse$=[3,A,sgt,0,[oSe],[()=>l.Policy$]];l.GetDeliveryDestinationRequest$=[3,A,ogt,0,[un],[0],1];l.GetDeliveryDestinationResponse$=[3,A,igt,0,[_he],[()=>l.DeliveryDestination$]];l.GetDeliveryRequest$=[3,A,lgt,0,[hI],[0],1];l.GetDeliveryResponse$=[3,A,dgt,0,[Ihe],[()=>l.Delivery$]];l.GetDeliverySourceRequest$=[3,A,mgt,0,[un],[0],1];l.GetDeliverySourceResponse$=[3,A,fgt,0,[bhe],[()=>l.DeliverySource$]];l.GetIntegrationRequest$=[3,A,hgt,0,[wg],[0],1];l.GetIntegrationResponse$=[3,A,Sgt,0,[wg,gI,fI,rRt],[0,0,0,()=>l.IntegrationDetails$]];l.GetLogAnomalyDetectorRequest$=[3,A,_gt,0,[Vl],[0],1];l.GetLogAnomalyDetectorResponse$=[3,A,Rgt,0,[sz,SI,cI,ka,fhe,$g,hhe,Jhe,oI],[0,64,0,0,0,0,1,1,1]];l.GetLogEventsRequest$=[3,A,Agt,0,[Wl,Pt,cn,PI,dI,Le,Zr,X0t,II],[0,0,0,1,1,0,1,2,2],1];l.GetLogEventsResponse$=[3,A,Pgt,0,[Mhe,t0t,e0t],[()=>yAt,0,0]];l.GetLogFieldsRequest$=[3,A,bgt,0,[Phe,a_t],[0,0],2];l.GetLogFieldsResponse$=[3,A,Igt,0,[TRt],[()=>_Se]];l.GetLogGroupFieldsRequest$=[3,A,xgt,0,[Pt,kTt,cn],[0,1,0]];l.GetLogGroupFieldsResponse$=[3,A,wgt,0,[bRt],[()=>lAt]];l.GetLogObjectRequest$=[3,A,Ogt,0,[ORt,II],[0,2],1];l.GetLogObjectResponse$=[3,A,Ngt,0,[W_t],[[()=>l.GetLogObjectResponseStream$,0]]];l.GetLogRecordRequest$=[3,A,Ugt,0,[LRt,II],[0,2],1];l.GetLogRecordResponse$=[3,A,Fgt,0,[NRt],[128]];l.GetQueryResultsRequest$=[3,A,qgt,0,[Ng],[0],1];l.GetQueryResultsResponse$=[3,A,Bgt,0,[Hi,I0t,CTt,Yn,A_t],[0,()=>RAt,()=>l.QueryStatistics$,0,0]];l.GetScheduledQueryHistoryRequest$=[3,A,Vgt,0,[jl,PI,dI,I_t,kg,Le],[0,1,1,64,1,0],3];l.GetScheduledQueryHistoryResponse$=[3,A,jgt,0,[un,tC,PTt,Le],[0,0,()=>kAt,0]];l.GetScheduledQueryRequest$=[3,A,Wgt,0,[jl],[0],1];l.GetScheduledQueryResponse$=[3,A,zgt,0,[tC,un,zE,Hi,zl,Gi,eC,rC,AI,KE,Ql,Sz,dz,TI,RI,lI,To,Zc],[0,0,0,0,0,64,0,0,1,()=>l.DestinationConfiguration$,0,1,0,1,1,0,1,1]];l.GetTransformerRequest$=[3,A,Qgt,0,[cn],[0],1];l.GetTransformerResponse$=[3,A,Ygt,0,[cn,To,$Rt,Ez],[0,1,1,()=>_z]];l.Grok$=[3,A,Zft,0,[JRt,wn],[0,0],1];l.GroupingIdentifier$=[3,A,ggt,0,[JE,DI],[0,0]];l.Import$=[3,A,Jgt,0,[dm,mI,uz,Vhe,Whe,jhe,To,Zc,uI],[0,0,0,0,()=>l.ImportStatistics$,()=>l.ImportFilter$,1,1,0]];l.ImportBatch$=[3,A,Xgt,0,[FCt,Yn,uI],[0,0,0],2];l.ImportFilter$=[3,A,tht,0,[Y0t,C_t],[1,1]];l.ImportStatistics$=[3,A,uht,0,[qCt],[1]];l.IndexPolicy$=[3,A,iht,0,[cn,HRt,eu,ti,wn],[0,1,0,0,0]];l.InputLogEvent$=[3,A,nht,0,[nC,Yt],[1,0],2];l.IntegrationSummary$=[3,A,pht,0,[wg,gI,fI],[0,0,0]];l.ListAggregateLogGroupSummariesRequest$=[3,A,hht,0,[X_t,nI,cz,Og,pz,vhe,Le,Zr],[0,64,2,0,0,()=>CSe,0,1],1];l.ListAggregateLogGroupSummariesResponse$=[3,A,Sht,0,[DCt,Le],[()=>VTt,0]];l.ListAnomaliesRequest$=[3,A,yht,0,[Vl,cTt,Zr,Le],[0,0,1,0]];l.ListAnomaliesResponse$=[3,A,Eht,0,[kCt,Le],[()=>WTt,0]];l.ListIntegrationsRequest$=[3,A,Oht,0,[sRt,gI,fI],[0,0,0]];l.ListIntegrationsResponse$=[3,A,kht,0,[lRt],[()=>cAt]];l.ListLogAnomalyDetectorsRequest$=[3,A,Lht,0,[V_t,Zr,Le],[0,1,0]];l.ListLogAnomalyDetectorsResponse$=[3,A,Uht,0,[RCt,Le],[()=>zTt,0]];l.ListLogGroupsForQueryRequest$=[3,A,qht,0,[Ng,Le,kg],[0,0,1],1];l.ListLogGroupsForQueryResponse$=[3,A,Bht,0,[Gi,Le],[64,0]];l.ListLogGroupsRequest$=[3,A,Ght,0,[pz,Og,cz,nI,Le,Zr,vhe,H_t],[0,0,2,64,0,1,()=>CSe,64]];l.ListLogGroupsResponse$=[3,A,Hht,0,[Qhe,Le],[()=>pAt,0]];l.ListScheduledQueriesRequest$=[3,A,Qht,0,[kg,Le,Ql],[1,0,0]];l.ListScheduledQueriesResponse$=[3,A,Yht,0,[Le,oTt],[0,()=>IAt]];l.ListSourcesForS3TableIntegrationRequest$=[3,A,Wht,0,[Hhe,kg,Le],[0,1,0],1];l.ListSourcesForS3TableIntegrationResponse$=[3,A,zht,0,[ETt,Le],[()=>vAt,0]];l.ListTagsForResourceRequest$=[3,A,eSt,0,[Kl],[0],1];l.ListTagsForResourceResponse$=[3,A,tSt,0,[bs],[128]];l.ListTagsLogGroupRequest$=[3,A,nSt,0,[Pt],[0],1];l.ListTagsLogGroupResponse$=[3,A,sSt,0,[bs],[128]];l.ListToMap$=[3,A,oSt,0,[wn,JE,FTt,vI,Q_t,F_t],[0,0,0,0,2,0],2];l.LiveTailSessionLogEvent$=[3,A,iSt,0,[Wl,cn,Yt,nC,lz],[0,0,0,1,1]];l.LiveTailSessionMetadata$=[3,A,aSt,0,[yTt],[2]];l.LiveTailSessionStart$=[3,A,uSt,0,[O0t,Z0t,Gi,gz,Xhe,zhe],[0,0,64,64,64,0]];l.LiveTailSessionUpdate$=[3,A,lSt,0,[tTt,iTt],[()=>l.LiveTailSessionMetadata$,()=>uAt]];l.LogEvent$=[3,A,_ht,0,[nC,Yt],[1,0]];l.LogFieldsListItem$=[3,A,Aht,0,[ARt,PRt],[0,()=>l.LogFieldType$]];l.LogFieldType$=[3,A,Pht,0,[sC,k_t,Bhe],[0,()=>l.LogFieldType$,()=>_Se]];l.LogGroup$=[3,A,vht,0,[Pt,To,aSe,WRt,Dg,lSe,$g,s_t,aRt,Og,Yhe,oz],[0,1,1,1,0,1,0,0,64,0,0,2]];l.LogGroupField$=[3,A,bht,0,[un,R0t],[0,1]];l.LogGroupSummary$=[3,A,Dht,0,[Pt,Yhe,Og],[0,0,0]];l.LogStream$=[3,A,Vht,0,[Wl,To,q_t,RRt,xRt,LTt,Dg,lSe],[0,1,1,1,1,0,0,1]];l.LowerCaseString$=[3,A,Cht,0,[xI],[64],1];l.MetricFilter$=[3,A,dSt,0,[xg,ka,tSe,To,Pt,sI,pI,Lhe],[0,0,()=>RSe,1,0,2,0,64]];l.MetricFilterMatchRecord$=[3,A,mSt,0,[Ohe,$he,O_t],[1,0,128]];l.MetricTransformation$=[3,A,ESt,0,[Zhe,eSe,QRt,p_t,S_t,UTt],[0,0,0,1,128,0],3];l.MoveKeyEntry$=[3,A,hSt,0,[wn,vI,XE],[0,0,2],2];l.MoveKeys$=[3,A,gSt,0,[lm],[()=>SAt],1];l.OpenSearchApplication$=[3,A,ASt,0,[TCt,mhe,bCt,Yn],[0,0,0,()=>l.OpenSearchResourceStatus$]];l.OpenSearchCollection$=[3,A,PSt,0,[HCt,GCt,Yn],[0,0,()=>l.OpenSearchResourceStatus$]];l.OpenSearchDataAccessPolicy$=[3,A,vSt,0,[ti,Yn],[0,()=>l.OpenSearchResourceStatus$]];l.OpenSearchDataSource$=[3,A,bSt,0,[Phe,Yn],[0,()=>l.OpenSearchResourceStatus$]];l.OpenSearchEncryptionPolicy$=[3,A,ISt,0,[ti,Yn],[0,()=>l.OpenSearchResourceStatus$]];l.OpenSearchIntegrationDetails$=[3,A,DSt,0,[iz,NCt,XCt,MTt,v_t,n0t,rz,kRt],[()=>l.OpenSearchDataSource$,()=>l.OpenSearchApplication$,()=>l.OpenSearchCollection$,()=>l.OpenSearchWorkspace$,()=>l.OpenSearchEncryptionPolicy$,()=>l.OpenSearchNetworkPolicy$,()=>l.OpenSearchDataAccessPolicy$,()=>l.OpenSearchLifecyclePolicy$]];l.OpenSearchLifecyclePolicy$=[3,A,xSt,0,[ti,Yn],[0,()=>l.OpenSearchResourceStatus$]];l.OpenSearchNetworkPolicy$=[3,A,wSt,0,[ti,Yn],[0,()=>l.OpenSearchResourceStatus$]];l.OpenSearchResourceConfig$=[3,A,$St,0,[i_t,m_t,w0t,gRt,mhe],[0,64,1,0,0],3];l.OpenSearchResourceStatus$=[3,A,OSt,0,[Yn,rTt],[0,0]];l.OpenSearchWorkspace$=[3,A,kSt,0,[qTt,Yn],[0,()=>l.OpenSearchResourceStatus$]];l.OutputLogEvent$=[3,A,RSt,0,[nC,Yt,lz],[1,0,1]];l.ParseCloudfront$=[3,A,MSt,0,[wn],[0]];l.ParseJSON$=[3,A,uyt,0,[wn,QE],[0,0]];l.ParseKeyValue$=[3,A,lyt,0,[wn,QE,YE,SRt,hRt,r0t,XE],[0,0,0,0,0,0,2]];l.ParsePostgres$=[3,A,yyt,0,[wn],[0]];l.ParseRoute53$=[3,A,Ryt,0,[wn],[0]];l.ParseToOCSF$=[3,A,wyt,0,[D_t,c0t,wn,YRt],[0,0,0,0],2];l.ParseVPC$=[3,A,Nyt,0,[wn],[0]];l.ParseWAF$=[3,A,Lyt,0,[wn],[0]];l.PatternToken$=[3,A,xyt,0,[d_t,nRt,xTt,U_t,dRt],[1,2,0,129,0]];l.Policy$=[3,A,NSt,0,[Che],[0]];l.Processor$=[3,A,Uyt,0,[ICt,QCt,ZCt,l_t,n_t,J_t,BRt,ERt,zRt,l0t,p0t,m0t,h0t,y0t,f0t,C0t,_0t,k0t,lTt,dTt,wTt,RTt,NTt],[()=>l.AddKeys$,()=>l.CopyValue$,()=>l.CSV$,()=>l.DateTimeConverter$,()=>l.DeleteKeys$,()=>l.Grok$,()=>l.ListToMap$,()=>l.LowerCaseString$,()=>l.MoveKeys$,()=>l.ParseCloudfront$,()=>l.ParseJSON$,()=>l.ParseKeyValue$,()=>l.ParseRoute53$,()=>l.ParseToOCSF$,()=>l.ParsePostgres$,()=>l.ParseVPC$,()=>l.ParseWAF$,()=>l.RenameKeys$,()=>l.SplitString$,()=>l.SubstituteString$,()=>l.TrimString$,()=>l.TypeConverter$,()=>l.UpperCaseString$]];l.PutAccountPolicyRequest$=[3,A,USt,0,[ti,eu,yI,pSe,dSe],[0,0,0,0,0],3];l.PutAccountPolicyResponse$=[3,A,FSt,0,[$Ct],[()=>l.AccountPolicy$]];l.PutDataProtectionPolicyRequest$=[3,A,QSt,0,[cn,eu],[0,0],2];l.PutDataProtectionPolicyResponse$=[3,A,YSt,0,[cn,eu,Zc],[0,0,1]];l.PutDeliveryDestinationPolicyRequest$=[3,A,HSt,0,[nz,Che],[0,0],2];l.PutDeliveryDestinationPolicyResponse$=[3,A,VSt,0,[oSe],[()=>l.Policy$]];l.PutDeliveryDestinationRequest$=[3,A,jSt,0,[un,rSe,Ehe,iI,bs],[0,0,()=>l.DeliveryDestinationConfiguration$,0,128],1];l.PutDeliveryDestinationResponse$=[3,A,WSt,0,[_he],[()=>l.DeliveryDestination$]];l.PutDeliverySourceRequest$=[3,A,tyt,0,[un,Kl,hz,bs],[0,0,0,128],3];l.PutDeliverySourceResponse$=[3,A,ryt,0,[bhe],[()=>l.DeliverySource$]];l.PutDestinationPolicyRequest$=[3,A,JSt,0,[aI,rz,z_t],[0,0,2],2];l.PutDestinationRequest$=[3,A,XSt,0,[aI,hSe,ZE,bs],[0,0,0,128],3];l.PutDestinationResponse$=[3,A,ZSt,0,[QE],[()=>l.Destination$]];l.PutIndexPolicyRequest$=[3,A,oyt,0,[cn,eu],[0,0],2];l.PutIndexPolicyResponse$=[3,A,iyt,0,[cRt],[()=>l.IndexPolicy$]];l.PutIntegrationRequest$=[3,A,ayt,0,[wg,x0t,gI],[0,()=>l.ResourceConfig$,0],3];l.PutIntegrationResponse$=[3,A,cyt,0,[wg,fI],[0,0]];l.PutLogEventsRequest$=[3,A,pyt,0,[Pt,Wl,CRt,mTt,L_t],[0,0,()=>aAt,0,()=>l.Entity$],3];l.PutLogEventsResponse$=[3,A,myt,0,[s0t,N0t,$0t],[0,()=>l.RejectedLogEventsInfo$,()=>l.RejectedEntityInfo$]];l.PutLogGroupDeletionProtectionRequest$=[3,A,gyt,0,[cn,oz],[0,2],2];l.PutMetricFilterRequest$=[3,A,Syt,0,[Pt,xg,ka,tSe,sI,pI,Lhe],[0,0,0,()=>RSe,2,0,64],4];l.PutQueryDefinitionRequest$=[3,A,Cyt,0,[un,zl,Hi,EI,mz,jCt],[0,0,0,0,64,[0,4]],2];l.PutQueryDefinitionResponse$=[3,A,_yt,0,[EI],[0]];l.PutResourcePolicyRequest$=[3,A,Ayt,0,[ti,eu,Kl,khe],[0,0,0,0]];l.PutResourcePolicyResponse$=[3,A,Pyt,0,[M0t,cSe],[()=>l.ResourcePolicy$,0]];l.PutRetentionPolicyRequest$=[3,A,vyt,0,[Pt,aSe],[0,1],2];l.PutSubscriptionFilterRequest$=[3,A,Dyt,0,[Pt,xg,ka,She,ZE,whe,sI,pI,Nhe],[0,0,0,0,0,0,2,0,64],4];l.PutTransformerRequest$=[3,A,$yt,0,[cn,Ez],[0,()=>_z],2];l.QueryCompileError$=[3,A,Myt,0,[VRt,Yt],[()=>l.QueryCompileErrorLocation$,0]];l.QueryCompileErrorLocation$=[3,A,qyt,0,[j0t,E_t],[1,1]];l.QueryDefinition$=[3,A,Byt,0,[Hi,EI,un,zl,wRt,mz],[0,0,0,0,1,64]];l.QueryInfo$=[3,A,Hyt,0,[Hi,Ng,zl,Yn,KCt,Pt],[0,0,0,0,1,0]];l.QueryStatistics$=[3,A,Wyt,0,[L0t,q0t,b_t,BCt,y_t,DRt],[1,1,1,1,1,1]];l.RecordField$=[3,A,Yyt,0,[un,XRt],[0,2]];l.RejectedEntityInfo$=[3,A,Qyt,0,[$_t],[0],1];l.RejectedLogEventsInfo$=[3,A,tEt,0,[ITt,DTt,P_t],[1,1,1]];l.RenameKeyEntry$=[3,A,Zyt,0,[JE,V0t,XE],[0,0,2],2];l.RenameKeys$=[3,A,Xyt,0,[lm],[()=>TAt],1];l.ResourcePolicy$=[3,A,nEt,0,[ti,eu,Zc,sSe,Kl,cSe],[0,0,1,0,0,0]];l.ResultField$=[3,A,Jyt,0,[K_t,DI],[0,0]];l.S3Configuration$=[3,A,iEt,0,[Rhe,ZE],[0,0],2];l.S3DeliveryConfiguration$=[3,A,aEt,0,[nTt,__t],[0,2]];l.S3TableIntegrationSource$=[3,A,kEt,0,[jl,iz,Yn,aTt,VCt],[0,()=>l.DataSource$,0,0,1]];l.ScheduledQueryDestination$=[3,A,yEt,0,[u_t,Rhe,Yn,d0t,uI],[0,0,0,0,0]];l.ScheduledQuerySummary$=[3,A,PEt,0,[tC,un,Ql,Sz,dz,eC,rC,KE,To,Zc],[0,0,0,1,0,0,0,()=>l.DestinationConfiguration$,1,1]];l.SearchedLogStream$=[3,A,lEt,0,[Wl,W0t],[0,2]];l.SplitString$=[3,A,IEt,0,[lm],[()=>xAt],1];l.SplitStringEntry$=[3,A,DEt,0,[wn,Dhe],[0,0],2];l.StartLiveTailRequest$=[3,A,mEt,0,[Gi,gz,Xhe,zhe],[64,64,64,0],1];l.StartLiveTailResponse$=[3,A,gEt,0,[B0t],[[()=>l.StartLiveTailResponseStream$,0]]];l.StartQueryRequest$=[3,A,_Et,0,[PI,dI,zl,Hi,Pt,mz,Gi,Zr],[1,1,0,0,0,64,64,1],3];l.StartQueryResponse$=[3,A,REt,0,[Ng],[0]];l.StopQueryRequest$=[3,A,TEt,0,[Ng],[0],1];l.StopQueryResponse$=[3,A,AEt,0,[gSe],[2]];l.SubscriptionFilter$=[3,A,cEt,0,[xg,Pt,ka,She,ZE,whe,sI,To,pI,Nhe],[0,0,0,0,0,0,2,1,0,64]];l.SubstituteString$=[3,A,OEt,0,[lm],[()=>$At],1];l.SubstituteStringEntry$=[3,A,wEt,0,[wn,az,Cz],[0,0,0],3];l.SuppressionPeriod$=[3,A,hEt,0,[DI,STt],[1,0]];l.TagLogGroupRequest$=[3,A,jEt,0,[Pt,bs],[0,128],2];l.TagResourceRequest$=[3,A,XEt,0,[Kl,bs],[0,128],2];l.TestMetricFilterRequest$=[3,A,KEt,0,[ka,Khe],[0,64],2];l.TestMetricFilterResponse$=[3,A,QEt,0,[ZRt],[()=>gAt]];l.TestTransformerRequest$=[3,A,tCt,0,[Ez,Khe],[()=>_z,64],2];l.TestTransformerResponse$=[3,A,rCt,0,[bTt],[()=>OAt]];l.TransformedLogRecord$=[3,A,WEt,0,[Ohe,$he,TTt],[1,0,0]];l.TriggerHistoryRecord$=[3,A,BEt,0,[Ng,x_t,OTt,uI,xhe],[0,0,1,0,()=>bAt]];l.TrimString$=[3,A,ZEt,0,[xI],[64],1];l.TypeConverter$=[3,A,UEt,0,[lm],[()=>NAt],1];l.TypeConverterEntry$=[3,A,FEt,0,[JE,sC],[0,0],2];l.UntagLogGroupRequest$=[3,A,mCt,0,[Pt,bs],[0,64],2];l.UntagResourceRequest$=[3,A,gCt,0,[Kl,vTt],[0,64],2];l.UpdateAnomalyRequest$=[3,A,sCt,0,[Vl,ghe,nSe,fTt,sTt,UCt],[0,0,0,0,()=>l.SuppressionPeriod$,2],1];l.UpdateDeliveryConfigurationRequest$=[3,A,cCt,0,[hI,CI,YE,_I],[0,64,0,()=>l.S3DeliveryConfiguration$],1];l.UpdateDeliveryConfigurationResponse$=[3,A,uCt,0,[],[]];l.UpdateLogAnomalyDetectorRequest$=[3,A,dCt,0,[Vl,N_t,cI,ka,oI],[0,2,0,0,1],2];l.UpdateScheduledQueryRequest$=[3,A,SCt,0,[jl,Hi,zl,eC,lI,zE,Gi,rC,AI,KE,TI,RI,Ql],[0,0,0,0,0,0,64,0,1,()=>l.DestinationConfiguration$,1,1,0],5];l.UpdateScheduledQueryResponse$=[3,A,yCt,0,[tC,un,zE,Hi,zl,Gi,eC,rC,AI,KE,Ql,Sz,dz,TI,RI,lI,To,Zc],[0,0,0,0,0,64,0,0,1,()=>l.DestinationConfiguration$,0,1,0,1,1,0,1,1]];l.UpperCaseString$=[3,A,iCt,0,[xI],[64],1];var St="unit",GTt=[1,A,zdt,0,()=>l.AccountPolicy$],HTt=[1,A,Bdt,0,()=>l.AddKeyEntry$],VTt=[1,A,jdt,0,()=>l.AggregateLogGroupSummary$],jTt=[1,A,Fdt,0,()=>l.RecordField$],WTt=[1,A,Jdt,0,()=>l.Anomaly$],zTt=[1,A,Udt,0,()=>l.AnomalyDetector$],KTt=[1,A,vpt,0,()=>l.ConfigurationTemplate$],QTt=[1,A,Dpt,0,()=>l.CopyValueEntry$],CSe=[1,A,vft,0,()=>l.DataSourceFilter$],YTt=[1,A,Fft,0,()=>l.Delivery$],JTt=[1,A,umt,0,()=>l.DeliveryDestination$],XTt=[1,A,Oft,0,()=>l.DeliverySource$],ZTt=[1,A,Mft,0,()=>l.Destination$],eAt=[1,A,Vft,0,()=>l.ExportTask$],tAt=[1,A,zft,0,()=>l.FieldIndex$],rAt=[1,A,Jft,0,()=>l.FilteredLogEvent$],nAt=[1,A,Egt,0,()=>l.GroupingIdentifier$],sAt=[1,A,Zgt,0,()=>l.ImportBatch$],oAt=[1,A,rht,0,()=>l.Import$],iAt=[1,A,cht,0,()=>l.IndexPolicy$],aAt=[1,A,sht,0,()=>l.InputLogEvent$],cAt=[1,A,mht,0,()=>l.IntegrationSummary$],uAt=[1,A,cSt,0,()=>l.LiveTailSessionLogEvent$],_Se=[1,A,Tht,0,()=>l.LogFieldsListItem$],lAt=[1,A,Iht,0,()=>l.LogGroupField$],dAt=[1,A,wht,0,()=>l.LogGroup$],pAt=[1,A,xht,0,()=>l.LogGroupSummary$],mAt=[1,A,Jht,0,()=>l.LogEvent$],fAt=[1,A,Xht,0,()=>l.LogStream$],gAt=[1,A,pSt,0,()=>l.MetricFilterMatchRecord$],hAt=[1,A,fSt,0,()=>l.MetricFilter$],RSe=[1,A,CSt,0,()=>l.MetricTransformation$],SAt=[1,A,SSt,0,()=>l.MoveKeyEntry$],yAt=[1,A,TSt,0,()=>l.OutputLogEvent$],EAt=[1,A,Oyt,0,()=>l.PatternToken$],_z=[1,A,Fyt,0,()=>l.Processor$],CAt=[1,A,Gyt,0,()=>l.QueryDefinition$],_At=[1,A,Vyt,0,()=>l.QueryInfo$],RAt=[1,A,jyt,0,()=>PAt],TAt=[1,A,eEt,0,()=>l.RenameKeyEntry$],AAt=[1,A,sEt,0,()=>l.ResourcePolicy$],PAt=[1,A,oEt,0,()=>l.ResultField$],vAt=[1,A,NEt,0,()=>l.S3TableIntegrationSource$],bAt=[1,A,EEt,0,()=>l.ScheduledQueryDestination$],IAt=[1,A,vEt,0,()=>l.ScheduledQuerySummary$],DAt=[1,A,dEt,0,()=>l.SearchedLogStream$],xAt=[1,A,xEt,0,()=>l.SplitStringEntry$],wAt=[1,A,uEt,0,()=>l.SubscriptionFilter$],$At=[1,A,$Et,0,()=>l.SubstituteStringEntry$],OAt=[1,A,HEt,0,()=>l.TransformedLogRecord$],kAt=[1,A,GEt,0,()=>l.TriggerHistoryRecord$],NAt=[1,A,MEt,0,()=>l.TypeConverterEntry$];l.GetLogObjectResponseStream$=[4,A,kgt,{[fSe]:1},[Bhe,lhe],[()=>l.FieldsData$,[()=>l.InternalStreamingException$,0]]];l.IntegrationDetails$=[4,A,eht,0,[i0t],[()=>l.OpenSearchIntegrationDetails$]];l.ResourceConfig$=[4,A,Kyt,0,[a0t],[()=>l.OpenSearchResourceConfig$]];l.StartLiveTailResponseStream$=[4,A,fEt,{[fSe]:1},[uTt,hTt,phe,dhe],[()=>l.LiveTailSessionStart$,()=>l.LiveTailSessionUpdate$,[()=>l.SessionTimeoutException$,0],[()=>l.SessionStreamingException$,0]]];l.AssociateKmsKey$=[9,A,Gdt,0,()=>l.AssociateKmsKeyRequest$,()=>St];l.AssociateSourceToS3TableIntegration$=[9,A,Kdt,0,()=>l.AssociateSourceToS3TableIntegrationRequest$,()=>l.AssociateSourceToS3TableIntegrationResponse$];l.CancelExportTask$=[9,A,rpt,0,()=>l.CancelExportTaskRequest$,()=>St];l.CancelImportTask$=[9,A,apt,0,()=>l.CancelImportTaskRequest$,()=>l.CancelImportTaskResponse$];l.CreateDelivery$=[9,A,Xdt,0,()=>l.CreateDeliveryRequest$,()=>l.CreateDeliveryResponse$];l.CreateExportTask$=[9,A,ipt,0,()=>l.CreateExportTaskRequest$,()=>l.CreateExportTaskResponse$];l.CreateImportTask$=[9,A,ppt,0,()=>l.CreateImportTaskRequest$,()=>l.CreateImportTaskResponse$];l.CreateLogAnomalyDetector$=[9,A,mpt,0,()=>l.CreateLogAnomalyDetectorRequest$,()=>l.CreateLogAnomalyDetectorResponse$];l.CreateLogGroup$=[9,A,hpt,0,()=>l.CreateLogGroupRequest$,()=>St];l.CreateLogStream$=[9,A,ypt,0,()=>l.CreateLogStreamRequest$,()=>St];l.CreateScheduledQuery$=[9,A,Cpt,0,()=>l.CreateScheduledQueryRequest$,()=>l.CreateScheduledQueryResponse$];l.DeleteAccountPolicy$=[9,A,$pt,0,()=>l.DeleteAccountPolicyRequest$,()=>St];l.DeleteDataProtectionPolicy$=[9,A,Ypt,0,()=>l.DeleteDataProtectionPolicyRequest$,()=>St];l.DeleteDelivery$=[9,A,lmt,0,()=>l.DeleteDeliveryRequest$,()=>St];l.DeleteDeliveryDestination$=[9,A,Hpt,0,()=>l.DeleteDeliveryDestinationRequest$,()=>St];l.DeleteDeliveryDestinationPolicy$=[9,A,Vpt,0,()=>l.DeleteDeliveryDestinationPolicyRequest$,()=>St];l.DeleteDeliverySource$=[9,A,smt,0,()=>l.DeleteDeliverySourceRequest$,()=>St];l.DeleteDestination$=[9,A,dmt,0,()=>l.DeleteDestinationRequest$,()=>St];l.DeleteIndexPolicy$=[9,A,_mt,0,()=>l.DeleteIndexPolicyRequest$,()=>l.DeleteIndexPolicyResponse$];l.DeleteIntegration$=[9,A,Cmt,0,()=>l.DeleteIntegrationRequest$,()=>l.DeleteIntegrationResponse$];l.DeleteLogAnomalyDetector$=[9,A,Fmt,0,()=>l.DeleteLogAnomalyDetectorRequest$,()=>St];l.DeleteLogGroup$=[9,A,qmt,0,()=>l.DeleteLogGroupRequest$,()=>St];l.DeleteLogStream$=[9,A,jmt,0,()=>l.DeleteLogStreamRequest$,()=>St];l.DeleteMetricFilter$=[9,A,Ymt,0,()=>l.DeleteMetricFilterRequest$,()=>St];l.DeleteQueryDefinition$=[9,A,nft,0,()=>l.DeleteQueryDefinitionRequest$,()=>l.DeleteQueryDefinitionResponse$];l.DeleteResourcePolicy$=[9,A,dft,0,()=>l.DeleteResourcePolicyRequest$,()=>St];l.DeleteRetentionPolicy$=[9,A,hft,0,()=>l.DeleteRetentionPolicyRequest$,()=>St];l.DeleteScheduledQuery$=[9,A,Dft,0,()=>l.DeleteScheduledQueryRequest$,()=>l.DeleteScheduledQueryResponse$];l.DeleteSubscriptionFilter$=[9,A,bft,0,()=>l.DeleteSubscriptionFilterRequest$,()=>St];l.DeleteTransformer$=[9,A,kft,0,()=>l.DeleteTransformerRequest$,()=>St];l.DescribeAccountPolicies$=[9,A,Lpt,0,()=>l.DescribeAccountPoliciesRequest$,()=>l.DescribeAccountPoliciesResponse$];l.DescribeConfigurationTemplates$=[9,A,Fpt,0,()=>l.DescribeConfigurationTemplatesRequest$,()=>l.DescribeConfigurationTemplatesResponse$];l.DescribeDeliveries$=[9,A,pmt,0,()=>l.DescribeDeliveriesRequest$,()=>l.DescribeDeliveriesResponse$];l.DescribeDeliveryDestinations$=[9,A,Qpt,0,()=>l.DescribeDeliveryDestinationsRequest$,()=>l.DescribeDeliveryDestinationsResponse$];l.DescribeDeliverySources$=[9,A,cmt,0,()=>l.DescribeDeliverySourcesRequest$,()=>l.DescribeDeliverySourcesResponse$];l.DescribeDestinations$=[9,A,mmt,0,()=>l.DescribeDestinationsRequest$,()=>l.DescribeDestinationsResponse$];l.DescribeExportTasks$=[9,A,fmt,0,()=>l.DescribeExportTasksRequest$,()=>l.DescribeExportTasksResponse$];l.DescribeFieldIndexes$=[9,A,Smt,0,()=>l.DescribeFieldIndexesRequest$,()=>l.DescribeFieldIndexesResponse$];l.DescribeImportTaskBatches$=[9,A,xmt,0,()=>l.DescribeImportTaskBatchesRequest$,()=>l.DescribeImportTaskBatchesResponse$];l.DescribeImportTasks$=[9,A,Dmt,0,()=>l.DescribeImportTasksRequest$,()=>l.DescribeImportTasksResponse$];l.DescribeIndexPolicies$=[9,A,vmt,0,()=>l.DescribeIndexPoliciesRequest$,()=>l.DescribeIndexPoliciesResponse$];l.DescribeLogGroups$=[9,A,Vmt,0,()=>l.DescribeLogGroupsRequest$,()=>l.DescribeLogGroupsResponse$];l.DescribeLogStreams$=[9,A,Qmt,0,()=>l.DescribeLogStreamsRequest$,()=>l.DescribeLogStreamsResponse$];l.DescribeMetricFilters$=[9,A,eft,0,()=>l.DescribeMetricFiltersRequest$,()=>l.DescribeMetricFiltersResponse$];l.DescribeQueries$=[9,A,rft,0,()=>l.DescribeQueriesRequest$,()=>l.DescribeQueriesResponse$];l.DescribeQueryDefinitions$=[9,A,cft,0,()=>l.DescribeQueryDefinitionsRequest$,()=>l.DescribeQueryDefinitionsResponse$];l.DescribeResourcePolicies$=[9,A,Sft,0,()=>l.DescribeResourcePoliciesRequest$,()=>l.DescribeResourcePoliciesResponse$];l.DescribeSubscriptionFilters$=[9,A,Ift,0,()=>l.DescribeSubscriptionFiltersRequest$,()=>l.DescribeSubscriptionFiltersResponse$];l.DisassociateKmsKey$=[9,A,Lmt,0,()=>l.DisassociateKmsKeyRequest$,()=>St];l.DisassociateSourceFromS3TableIntegration$=[9,A,Tft,0,()=>l.DisassociateSourceFromS3TableIntegrationRequest$,()=>l.DisassociateSourceFromS3TableIntegrationResponse$];l.FilterLogEvents$=[9,A,Xft,0,()=>l.FilterLogEventsRequest$,()=>l.FilterLogEventsResponse$];l.GetDataProtectionPolicy$=[9,A,agt,0,()=>l.GetDataProtectionPolicyRequest$,()=>l.GetDataProtectionPolicyResponse$];l.GetDelivery$=[9,A,egt,0,()=>l.GetDeliveryRequest$,()=>l.GetDeliveryResponse$];l.GetDeliveryDestination$=[9,A,tgt,0,()=>l.GetDeliveryDestinationRequest$,()=>l.GetDeliveryDestinationResponse$];l.GetDeliveryDestinationPolicy$=[9,A,rgt,0,()=>l.GetDeliveryDestinationPolicyRequest$,()=>l.GetDeliveryDestinationPolicyResponse$];l.GetDeliverySource$=[9,A,pgt,0,()=>l.GetDeliverySourceRequest$,()=>l.GetDeliverySourceResponse$];l.GetIntegration$=[9,A,ygt,0,()=>l.GetIntegrationRequest$,()=>l.GetIntegrationResponse$];l.GetLogAnomalyDetector$=[9,A,Cgt,0,()=>l.GetLogAnomalyDetectorRequest$,()=>l.GetLogAnomalyDetectorResponse$];l.GetLogEvents$=[9,A,Tgt,0,()=>l.GetLogEventsRequest$,()=>l.GetLogEventsResponse$];l.GetLogFields$=[9,A,vgt,0,()=>l.GetLogFieldsRequest$,()=>l.GetLogFieldsResponse$];l.GetLogGroupFields$=[9,A,Dgt,0,()=>l.GetLogGroupFieldsRequest$,()=>l.GetLogGroupFieldsResponse$];l.GetLogObject$=[9,A,$gt,{[Fhe]:["streaming-"]},()=>l.GetLogObjectRequest$,()=>l.GetLogObjectResponse$];l.GetLogRecord$=[9,A,Lgt,0,()=>l.GetLogRecordRequest$,()=>l.GetLogRecordResponse$];l.GetQueryResults$=[9,A,Mgt,0,()=>l.GetQueryResultsRequest$,()=>l.GetQueryResultsResponse$];l.GetScheduledQuery$=[9,A,Ggt,0,()=>l.GetScheduledQueryRequest$,()=>l.GetScheduledQueryResponse$];l.GetScheduledQueryHistory$=[9,A,Hgt,0,()=>l.GetScheduledQueryHistoryRequest$,()=>l.GetScheduledQueryHistoryResponse$];l.GetTransformer$=[9,A,Kgt,0,()=>l.GetTransformerRequest$,()=>l.GetTransformerResponse$];l.ListAggregateLogGroupSummaries$=[9,A,ght,0,()=>l.ListAggregateLogGroupSummariesRequest$,()=>l.ListAggregateLogGroupSummariesResponse$];l.ListAnomalies$=[9,A,fht,0,()=>l.ListAnomaliesRequest$,()=>l.ListAnomaliesResponse$];l.ListIntegrations$=[9,A,$ht,0,()=>l.ListIntegrationsRequest$,()=>l.ListIntegrationsResponse$];l.ListLogAnomalyDetectors$=[9,A,Nht,0,()=>l.ListLogAnomalyDetectorsRequest$,()=>l.ListLogAnomalyDetectorsResponse$];l.ListLogGroups$=[9,A,Fht,0,()=>l.ListLogGroupsRequest$,()=>l.ListLogGroupsResponse$];l.ListLogGroupsForQuery$=[9,A,Mht,0,()=>l.ListLogGroupsForQueryRequest$,()=>l.ListLogGroupsForQueryResponse$];l.ListScheduledQueries$=[9,A,Kht,0,()=>l.ListScheduledQueriesRequest$,()=>l.ListScheduledQueriesResponse$];l.ListSourcesForS3TableIntegration$=[9,A,jht,0,()=>l.ListSourcesForS3TableIntegrationRequest$,()=>l.ListSourcesForS3TableIntegrationResponse$];l.ListTagsForResource$=[9,A,Zht,0,()=>l.ListTagsForResourceRequest$,()=>l.ListTagsForResourceResponse$];l.ListTagsLogGroup$=[9,A,rSt,0,()=>l.ListTagsLogGroupRequest$,()=>l.ListTagsLogGroupResponse$];l.PutAccountPolicy$=[9,A,LSt,0,()=>l.PutAccountPolicyRequest$,()=>l.PutAccountPolicyResponse$];l.PutDataProtectionPolicy$=[9,A,KSt,0,()=>l.PutDataProtectionPolicyRequest$,()=>l.PutDataProtectionPolicyResponse$];l.PutDeliveryDestination$=[9,A,BSt,0,()=>l.PutDeliveryDestinationRequest$,()=>l.PutDeliveryDestinationResponse$];l.PutDeliveryDestinationPolicy$=[9,A,GSt,0,()=>l.PutDeliveryDestinationPolicyRequest$,()=>l.PutDeliveryDestinationPolicyResponse$];l.PutDeliverySource$=[9,A,eyt,0,()=>l.PutDeliverySourceRequest$,()=>l.PutDeliverySourceResponse$];l.PutDestination$=[9,A,qSt,0,()=>l.PutDestinationRequest$,()=>l.PutDestinationResponse$];l.PutDestinationPolicy$=[9,A,zSt,0,()=>l.PutDestinationPolicyRequest$,()=>St];l.PutIndexPolicy$=[9,A,syt,0,()=>l.PutIndexPolicyRequest$,()=>l.PutIndexPolicyResponse$];l.PutIntegration$=[9,A,nyt,0,()=>l.PutIntegrationRequest$,()=>l.PutIntegrationResponse$];l.PutLogEvents$=[9,A,dyt,0,()=>l.PutLogEventsRequest$,()=>l.PutLogEventsResponse$];l.PutLogGroupDeletionProtection$=[9,A,fyt,0,()=>l.PutLogGroupDeletionProtectionRequest$,()=>St];l.PutMetricFilter$=[9,A,hyt,0,()=>l.PutMetricFilterRequest$,()=>St];l.PutQueryDefinition$=[9,A,Eyt,0,()=>l.PutQueryDefinitionRequest$,()=>l.PutQueryDefinitionResponse$];l.PutResourcePolicy$=[9,A,Tyt,0,()=>l.PutResourcePolicyRequest$,()=>l.PutResourcePolicyResponse$];l.PutRetentionPolicy$=[9,A,byt,0,()=>l.PutRetentionPolicyRequest$,()=>St];l.PutSubscriptionFilter$=[9,A,Iyt,0,()=>l.PutSubscriptionFilterRequest$,()=>St];l.PutTransformer$=[9,A,kyt,0,()=>l.PutTransformerRequest$,()=>St];l.StartLiveTail$=[9,A,pEt,{[Fhe]:["streaming-"]},()=>l.StartLiveTailRequest$,()=>l.StartLiveTailResponse$];l.StartQuery$=[9,A,SEt,0,()=>l.StartQueryRequest$,()=>l.StartQueryResponse$];l.StopQuery$=[9,A,bEt,0,()=>l.StopQueryRequest$,()=>l.StopQueryResponse$];l.TagLogGroup$=[9,A,VEt,0,()=>l.TagLogGroupRequest$,()=>St];l.TagResource$=[9,A,JEt,0,()=>l.TagResourceRequest$,()=>St];l.TestMetricFilter$=[9,A,zEt,0,()=>l.TestMetricFilterRequest$,()=>l.TestMetricFilterResponse$];l.TestTransformer$=[9,A,eCt,0,()=>l.TestTransformerRequest$,()=>l.TestTransformerResponse$];l.UntagLogGroup$=[9,A,pCt,0,()=>l.UntagLogGroupRequest$,()=>St];l.UntagResource$=[9,A,fCt,0,()=>l.UntagResourceRequest$,()=>St];l.UpdateAnomaly$=[9,A,nCt,0,()=>l.UpdateAnomalyRequest$,()=>St];l.UpdateDeliveryConfiguration$=[9,A,aCt,0,()=>l.UpdateDeliveryConfigurationRequest$,()=>l.UpdateDeliveryConfigurationResponse$];l.UpdateLogAnomalyDetector$=[9,A,lCt,0,()=>l.UpdateLogAnomalyDetectorRequest$,()=>St];l.UpdateScheduledQuery$=[9,A,hCt,0,()=>l.UpdateScheduledQueryRequest$,()=>l.UpdateScheduledQueryResponse$]});var PSe=O(wI=>{"use strict";Object.defineProperty(wI,"__esModule",{value:!0});wI.getRuntimeConfig=void 0;var LAt=(br(),J(Js)),UAt=(Bc(),J(zy)),FAt=je(),MAt=Sn(),TSe=De(),ASe=He(),qAt=bV(),BAt=che(),GAt=Rz(),HAt=t=>({apiVersion:"2014-03-28",base64Decoder:t?.base64Decoder??TSe.fromBase64,base64Encoder:t?.base64Encoder??TSe.toBase64,disableHostPrefix:t?.disableHostPrefix??!1,endpointProvider:t?.endpointProvider??BAt.defaultEndpointResolver,extensions:t?.extensions??[],httpAuthSchemeProvider:t?.httpAuthSchemeProvider??qAt.defaultCloudWatchLogsHttpAuthSchemeProvider,httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new LAt.AwsSdkSigV4Signer}],logger:t?.logger??new FAt.NoOpLogger,protocol:t?.protocol??UAt.AwsJson1_1Protocol,protocolSettings:t?.protocolSettings??{defaultNamespace:"com.amazonaws.cloudwatchlogs",errorTypeRegistries:GAt.errorTypeRegistries,xmlNamespace:"http://monitoring.amazonaws.com/doc/2014-03-28/",version:"2014-03-28",serviceTarget:"Logs_20140328"},serviceId:t?.serviceId??"CloudWatch Logs",urlParser:t?.urlParser??MAt.parseUrl,utf8Decoder:t?.utf8Decoder??ASe.fromUtf8,utf8Encoder:t?.utf8Encoder??ASe.toUtf8});wI.getRuntimeConfig=HAt});var wSe=O(OI=>{"use strict";Object.defineProperty(OI,"__esModule",{value:!0});OI.getRuntimeConfig=void 0;var VAt=(Es(),J(ys)),jAt=VAt.__importDefault(Ace()),vSe=(br(),J(Js)),WAt=Gb(),bSe=bl(),$I=At(),zAt=Wge(),KAt=Eo(),ISe=vs(),pm=Jr(),DSe=Oi(),xSe=je(),QAt=Cn(),YAt=Il(),JAt=Ps(),XAt=PSe(),ZAt=t=>{(0,xSe.emitWarningIfUnsupportedVersion)(process.version);let e=(0,YAt.resolveDefaultsModeConfig)(t),r=()=>e().then(xSe.loadConfigsForDefaultMode),n=(0,XAt.getRuntimeConfig)(t);(0,vSe.emitWarningIfUnsupportedVersion)(process.version);let s={profile:t?.profile,logger:n.logger};return{...n,...t,runtime:"node",defaultsMode:e,authSchemePreference:t?.authSchemePreference??(0,pm.loadConfig)(vSe.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,s),bodyLengthChecker:t?.bodyLengthChecker??QAt.calculateBodyLength,credentialDefaultProvider:t?.credentialDefaultProvider??WAt.defaultProvider,defaultUserAgentProvider:t?.defaultUserAgentProvider??(0,bSe.createDefaultUserAgentProvider)({serviceId:n.serviceId,clientVersion:jAt.default.version}),eventStreamSerdeProvider:t?.eventStreamSerdeProvider??zAt.eventStreamSerdeProvider,maxAttempts:t?.maxAttempts??(0,pm.loadConfig)(ISe.NODE_MAX_ATTEMPT_CONFIG_OPTIONS,t),region:t?.region??(0,pm.loadConfig)($I.NODE_REGION_CONFIG_OPTIONS,{...$I.NODE_REGION_CONFIG_FILE_OPTIONS,...s}),requestHandler:DSe.NodeHttpHandler.create(t?.requestHandler??r),retryMode:t?.retryMode??(0,pm.loadConfig)({...ISe.NODE_RETRY_MODE_CONFIG_OPTIONS,default:async()=>(await r()).retryMode||JAt.DEFAULT_RETRY_MODE},t),sha256:t?.sha256??KAt.Hash.bind(null,"sha256"),streamCollector:t?.streamCollector??DSe.streamCollector,useDualstackEndpoint:t?.useDualstackEndpoint??(0,pm.loadConfig)($I.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,s),useFipsEndpoint:t?.useFipsEndpoint??(0,pm.loadConfig)($I.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,s),userAgentAppId:t?.userAgentAppId??(0,pm.loadConfig)(bSe.NODE_APP_ID_CONFIG_OPTIONS,s)}};OI.getRuntimeConfig=ZAt});var Tz=O(G=>{"use strict";var $Se=Xu(),ePt=Zu(),tPt=el(),OSe=Gc(),rPt=At(),jr=(bn(),J(sl)),nPt=(dt(),J(_a)),sPt=wae(),oPt=So(),oe=jo(),kSe=vs(),re=je(),NSe=bV(),iPt=wSe(),LSe=Qc(),USe=qe(),se=Rz(),FSe=tz(),aPt=rI(),cPt=t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"logs"}),ie={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}},uPt=t=>{let e=t.httpAuthSchemes,r=t.httpAuthSchemeProvider,n=t.credentials;return{setHttpAuthScheme(s){let o=e.findIndex(i=>i.schemeId===s.schemeId);o===-1?e.push(s):e.splice(o,1,s)},httpAuthSchemes(){return e},setHttpAuthSchemeProvider(s){r=s},httpAuthSchemeProvider(){return r},setCredentials(s){n=s},credentials(){return n}}},lPt=t=>({httpAuthSchemes:t.httpAuthSchemes(),httpAuthSchemeProvider:t.httpAuthSchemeProvider(),credentials:t.credentials()}),dPt=(t,e)=>{let r=Object.assign(LSe.getAwsRegionExtensionConfiguration(t),re.getDefaultExtensionConfiguration(t),USe.getHttpHandlerExtensionConfiguration(t),uPt(t));return e.forEach(n=>n.configure(r)),Object.assign(t,LSe.resolveAwsRegionExtensionConfiguration(r),re.resolveDefaultRuntimeConfig(r),USe.resolveHttpHandlerRuntimeConfig(r),lPt(r))},Lr=class extends re.Client{config;constructor(...[e]){let r=iPt.getRuntimeConfig(e||{});super(r),this.initConfig=r;let n=cPt(r),s=OSe.resolveUserAgentConfig(n),o=kSe.resolveRetryConfig(s),i=rPt.resolveRegionConfig(o),a=$Se.resolveHostHeaderConfig(i),c=oe.resolveEndpointConfig(a),u=sPt.resolveEventStreamSerdeConfig(c),f=NSe.resolveHttpAuthSchemeConfig(u),m=dPt(f,e?.extensions||[]);this.config=m,this.middlewareStack.use(nPt.getSchemaSerdePlugin(this.config)),this.middlewareStack.use(OSe.getUserAgentPlugin(this.config)),this.middlewareStack.use(kSe.getRetryPlugin(this.config)),this.middlewareStack.use(oPt.getContentLengthPlugin(this.config)),this.middlewareStack.use($Se.getHostHeaderPlugin(this.config)),this.middlewareStack.use(ePt.getLoggerPlugin(this.config)),this.middlewareStack.use(tPt.getRecursionDetectionPlugin(this.config)),this.middlewareStack.use(jr.getHttpAuthSchemeEndpointRuleSetPlugin(this.config,{httpAuthSchemeParametersProvider:NSe.defaultCloudWatchLogsHttpAuthSchemeParametersProvider,identityProviderConfigProvider:async h=>new jr.DefaultIdentityProviderConfig({"aws.auth#sigv4":h.credentials})})),this.middlewareStack.use(jr.getHttpSigningPlugin(this.config))}destroy(){super.destroy()}},kI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","AssociateKmsKey",{}).n("CloudWatchLogsClient","AssociateKmsKeyCommand").sc(se.AssociateKmsKey$).build(){},NI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","AssociateSourceToS3TableIntegration",{}).n("CloudWatchLogsClient","AssociateSourceToS3TableIntegrationCommand").sc(se.AssociateSourceToS3TableIntegration$).build(){},LI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","CancelExportTask",{}).n("CloudWatchLogsClient","CancelExportTaskCommand").sc(se.CancelExportTask$).build(){},UI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","CancelImportTask",{}).n("CloudWatchLogsClient","CancelImportTaskCommand").sc(se.CancelImportTask$).build(){},FI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","CreateDelivery",{}).n("CloudWatchLogsClient","CreateDeliveryCommand").sc(se.CreateDelivery$).build(){},MI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","CreateExportTask",{}).n("CloudWatchLogsClient","CreateExportTaskCommand").sc(se.CreateExportTask$).build(){},qI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","CreateImportTask",{}).n("CloudWatchLogsClient","CreateImportTaskCommand").sc(se.CreateImportTask$).build(){},BI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","CreateLogAnomalyDetector",{}).n("CloudWatchLogsClient","CreateLogAnomalyDetectorCommand").sc(se.CreateLogAnomalyDetector$).build(){},GI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","CreateLogGroup",{}).n("CloudWatchLogsClient","CreateLogGroupCommand").sc(se.CreateLogGroup$).build(){},HI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","CreateLogStream",{}).n("CloudWatchLogsClient","CreateLogStreamCommand").sc(se.CreateLogStream$).build(){},VI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","CreateScheduledQuery",{}).n("CloudWatchLogsClient","CreateScheduledQueryCommand").sc(se.CreateScheduledQuery$).build(){},jI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteAccountPolicy",{}).n("CloudWatchLogsClient","DeleteAccountPolicyCommand").sc(se.DeleteAccountPolicy$).build(){},WI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteDataProtectionPolicy",{}).n("CloudWatchLogsClient","DeleteDataProtectionPolicyCommand").sc(se.DeleteDataProtectionPolicy$).build(){},zI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteDelivery",{}).n("CloudWatchLogsClient","DeleteDeliveryCommand").sc(se.DeleteDelivery$).build(){},KI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteDeliveryDestination",{}).n("CloudWatchLogsClient","DeleteDeliveryDestinationCommand").sc(se.DeleteDeliveryDestination$).build(){},QI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteDeliveryDestinationPolicy",{}).n("CloudWatchLogsClient","DeleteDeliveryDestinationPolicyCommand").sc(se.DeleteDeliveryDestinationPolicy$).build(){},YI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteDeliverySource",{}).n("CloudWatchLogsClient","DeleteDeliverySourceCommand").sc(se.DeleteDeliverySource$).build(){},JI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteDestination",{}).n("CloudWatchLogsClient","DeleteDestinationCommand").sc(se.DeleteDestination$).build(){},XI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteIndexPolicy",{}).n("CloudWatchLogsClient","DeleteIndexPolicyCommand").sc(se.DeleteIndexPolicy$).build(){},ZI=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteIntegration",{}).n("CloudWatchLogsClient","DeleteIntegrationCommand").sc(se.DeleteIntegration$).build(){},eD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteLogAnomalyDetector",{}).n("CloudWatchLogsClient","DeleteLogAnomalyDetectorCommand").sc(se.DeleteLogAnomalyDetector$).build(){},tD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteLogGroup",{}).n("CloudWatchLogsClient","DeleteLogGroupCommand").sc(se.DeleteLogGroup$).build(){},rD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteLogStream",{}).n("CloudWatchLogsClient","DeleteLogStreamCommand").sc(se.DeleteLogStream$).build(){},nD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteMetricFilter",{}).n("CloudWatchLogsClient","DeleteMetricFilterCommand").sc(se.DeleteMetricFilter$).build(){},sD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteQueryDefinition",{}).n("CloudWatchLogsClient","DeleteQueryDefinitionCommand").sc(se.DeleteQueryDefinition$).build(){},oD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteResourcePolicy",{}).n("CloudWatchLogsClient","DeleteResourcePolicyCommand").sc(se.DeleteResourcePolicy$).build(){},iD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteRetentionPolicy",{}).n("CloudWatchLogsClient","DeleteRetentionPolicyCommand").sc(se.DeleteRetentionPolicy$).build(){},aD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteScheduledQuery",{}).n("CloudWatchLogsClient","DeleteScheduledQueryCommand").sc(se.DeleteScheduledQuery$).build(){},cD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteSubscriptionFilter",{}).n("CloudWatchLogsClient","DeleteSubscriptionFilterCommand").sc(se.DeleteSubscriptionFilter$).build(){},uD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DeleteTransformer",{}).n("CloudWatchLogsClient","DeleteTransformerCommand").sc(se.DeleteTransformer$).build(){},lD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeAccountPolicies",{}).n("CloudWatchLogsClient","DescribeAccountPoliciesCommand").sc(se.DescribeAccountPolicies$).build(){},oC=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeConfigurationTemplates",{}).n("CloudWatchLogsClient","DescribeConfigurationTemplatesCommand").sc(se.DescribeConfigurationTemplates$).build(){},iC=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeDeliveries",{}).n("CloudWatchLogsClient","DescribeDeliveriesCommand").sc(se.DescribeDeliveries$).build(){},aC=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeDeliveryDestinations",{}).n("CloudWatchLogsClient","DescribeDeliveryDestinationsCommand").sc(se.DescribeDeliveryDestinations$).build(){},cC=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeDeliverySources",{}).n("CloudWatchLogsClient","DescribeDeliverySourcesCommand").sc(se.DescribeDeliverySources$).build(){},uC=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeDestinations",{}).n("CloudWatchLogsClient","DescribeDestinationsCommand").sc(se.DescribeDestinations$).build(){},dD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeExportTasks",{}).n("CloudWatchLogsClient","DescribeExportTasksCommand").sc(se.DescribeExportTasks$).build(){},pD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeFieldIndexes",{}).n("CloudWatchLogsClient","DescribeFieldIndexesCommand").sc(se.DescribeFieldIndexes$).build(){},mD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeImportTaskBatches",{}).n("CloudWatchLogsClient","DescribeImportTaskBatchesCommand").sc(se.DescribeImportTaskBatches$).build(){},fD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeImportTasks",{}).n("CloudWatchLogsClient","DescribeImportTasksCommand").sc(se.DescribeImportTasks$).build(){},gD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeIndexPolicies",{}).n("CloudWatchLogsClient","DescribeIndexPoliciesCommand").sc(se.DescribeIndexPolicies$).build(){},lC=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeLogGroups",{}).n("CloudWatchLogsClient","DescribeLogGroupsCommand").sc(se.DescribeLogGroups$).build(){},dC=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeLogStreams",{}).n("CloudWatchLogsClient","DescribeLogStreamsCommand").sc(se.DescribeLogStreams$).build(){},pC=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeMetricFilters",{}).n("CloudWatchLogsClient","DescribeMetricFiltersCommand").sc(se.DescribeMetricFilters$).build(){},hD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeQueries",{}).n("CloudWatchLogsClient","DescribeQueriesCommand").sc(se.DescribeQueries$).build(){},SD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeQueryDefinitions",{}).n("CloudWatchLogsClient","DescribeQueryDefinitionsCommand").sc(se.DescribeQueryDefinitions$).build(){},yD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeResourcePolicies",{}).n("CloudWatchLogsClient","DescribeResourcePoliciesCommand").sc(se.DescribeResourcePolicies$).build(){},mC=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DescribeSubscriptionFilters",{}).n("CloudWatchLogsClient","DescribeSubscriptionFiltersCommand").sc(se.DescribeSubscriptionFilters$).build(){},ED=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DisassociateKmsKey",{}).n("CloudWatchLogsClient","DisassociateKmsKeyCommand").sc(se.DisassociateKmsKey$).build(){},CD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","DisassociateSourceFromS3TableIntegration",{}).n("CloudWatchLogsClient","DisassociateSourceFromS3TableIntegrationCommand").sc(se.DisassociateSourceFromS3TableIntegration$).build(){},fC=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","FilterLogEvents",{}).n("CloudWatchLogsClient","FilterLogEventsCommand").sc(se.FilterLogEvents$).build(){},_D=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","GetDataProtectionPolicy",{}).n("CloudWatchLogsClient","GetDataProtectionPolicyCommand").sc(se.GetDataProtectionPolicy$).build(){},RD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","GetDelivery",{}).n("CloudWatchLogsClient","GetDeliveryCommand").sc(se.GetDelivery$).build(){},TD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","GetDeliveryDestination",{}).n("CloudWatchLogsClient","GetDeliveryDestinationCommand").sc(se.GetDeliveryDestination$).build(){},AD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","GetDeliveryDestinationPolicy",{}).n("CloudWatchLogsClient","GetDeliveryDestinationPolicyCommand").sc(se.GetDeliveryDestinationPolicy$).build(){},PD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","GetDeliverySource",{}).n("CloudWatchLogsClient","GetDeliverySourceCommand").sc(se.GetDeliverySource$).build(){},vD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","GetIntegration",{}).n("CloudWatchLogsClient","GetIntegrationCommand").sc(se.GetIntegration$).build(){},bD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","GetLogAnomalyDetector",{}).n("CloudWatchLogsClient","GetLogAnomalyDetectorCommand").sc(se.GetLogAnomalyDetector$).build(){},gC=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","GetLogEvents",{}).n("CloudWatchLogsClient","GetLogEventsCommand").sc(se.GetLogEvents$).build(){},ID=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","GetLogFields",{}).n("CloudWatchLogsClient","GetLogFieldsCommand").sc(se.GetLogFields$).build(){},DD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","GetLogGroupFields",{}).n("CloudWatchLogsClient","GetLogGroupFieldsCommand").sc(se.GetLogGroupFields$).build(){},xD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","GetLogObject",{eventStream:{output:!0}}).n("CloudWatchLogsClient","GetLogObjectCommand").sc(se.GetLogObject$).build(){},wD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","GetLogRecord",{}).n("CloudWatchLogsClient","GetLogRecordCommand").sc(se.GetLogRecord$).build(){},$D=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","GetQueryResults",{}).n("CloudWatchLogsClient","GetQueryResultsCommand").sc(se.GetQueryResults$).build(){},OD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","GetScheduledQuery",{}).n("CloudWatchLogsClient","GetScheduledQueryCommand").sc(se.GetScheduledQuery$).build(){},hC=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","GetScheduledQueryHistory",{}).n("CloudWatchLogsClient","GetScheduledQueryHistoryCommand").sc(se.GetScheduledQueryHistory$).build(){},kD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","GetTransformer",{}).n("CloudWatchLogsClient","GetTransformerCommand").sc(se.GetTransformer$).build(){},SC=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","ListAggregateLogGroupSummaries",{}).n("CloudWatchLogsClient","ListAggregateLogGroupSummariesCommand").sc(se.ListAggregateLogGroupSummaries$).build(){},yC=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","ListAnomalies",{}).n("CloudWatchLogsClient","ListAnomaliesCommand").sc(se.ListAnomalies$).build(){},ND=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","ListIntegrations",{}).n("CloudWatchLogsClient","ListIntegrationsCommand").sc(se.ListIntegrations$).build(){},EC=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","ListLogAnomalyDetectors",{}).n("CloudWatchLogsClient","ListLogAnomalyDetectorsCommand").sc(se.ListLogAnomalyDetectors$).build(){},LD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","ListLogGroups",{}).n("CloudWatchLogsClient","ListLogGroupsCommand").sc(se.ListLogGroups$).build(){},CC=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","ListLogGroupsForQuery",{}).n("CloudWatchLogsClient","ListLogGroupsForQueryCommand").sc(se.ListLogGroupsForQuery$).build(){},_C=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","ListScheduledQueries",{}).n("CloudWatchLogsClient","ListScheduledQueriesCommand").sc(se.ListScheduledQueries$).build(){},RC=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","ListSourcesForS3TableIntegration",{}).n("CloudWatchLogsClient","ListSourcesForS3TableIntegrationCommand").sc(se.ListSourcesForS3TableIntegration$).build(){},UD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","ListTagsForResource",{}).n("CloudWatchLogsClient","ListTagsForResourceCommand").sc(se.ListTagsForResource$).build(){},FD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","ListTagsLogGroup",{}).n("CloudWatchLogsClient","ListTagsLogGroupCommand").sc(se.ListTagsLogGroup$).build(){},MD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","PutAccountPolicy",{}).n("CloudWatchLogsClient","PutAccountPolicyCommand").sc(se.PutAccountPolicy$).build(){},qD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","PutDataProtectionPolicy",{}).n("CloudWatchLogsClient","PutDataProtectionPolicyCommand").sc(se.PutDataProtectionPolicy$).build(){},BD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","PutDeliveryDestination",{}).n("CloudWatchLogsClient","PutDeliveryDestinationCommand").sc(se.PutDeliveryDestination$).build(){},GD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","PutDeliveryDestinationPolicy",{}).n("CloudWatchLogsClient","PutDeliveryDestinationPolicyCommand").sc(se.PutDeliveryDestinationPolicy$).build(){},HD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","PutDeliverySource",{}).n("CloudWatchLogsClient","PutDeliverySourceCommand").sc(se.PutDeliverySource$).build(){},VD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","PutDestination",{}).n("CloudWatchLogsClient","PutDestinationCommand").sc(se.PutDestination$).build(){},jD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","PutDestinationPolicy",{}).n("CloudWatchLogsClient","PutDestinationPolicyCommand").sc(se.PutDestinationPolicy$).build(){},WD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","PutIndexPolicy",{}).n("CloudWatchLogsClient","PutIndexPolicyCommand").sc(se.PutIndexPolicy$).build(){},zD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","PutIntegration",{}).n("CloudWatchLogsClient","PutIntegrationCommand").sc(se.PutIntegration$).build(){},KD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","PutLogEvents",{}).n("CloudWatchLogsClient","PutLogEventsCommand").sc(se.PutLogEvents$).build(){},QD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","PutLogGroupDeletionProtection",{}).n("CloudWatchLogsClient","PutLogGroupDeletionProtectionCommand").sc(se.PutLogGroupDeletionProtection$).build(){},YD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","PutMetricFilter",{}).n("CloudWatchLogsClient","PutMetricFilterCommand").sc(se.PutMetricFilter$).build(){},JD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","PutQueryDefinition",{}).n("CloudWatchLogsClient","PutQueryDefinitionCommand").sc(se.PutQueryDefinition$).build(){},XD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","PutResourcePolicy",{}).n("CloudWatchLogsClient","PutResourcePolicyCommand").sc(se.PutResourcePolicy$).build(){},ZD=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","PutRetentionPolicy",{}).n("CloudWatchLogsClient","PutRetentionPolicyCommand").sc(se.PutRetentionPolicy$).build(){},ex=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","PutSubscriptionFilter",{}).n("CloudWatchLogsClient","PutSubscriptionFilterCommand").sc(se.PutSubscriptionFilter$).build(){},tx=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","PutTransformer",{}).n("CloudWatchLogsClient","PutTransformerCommand").sc(se.PutTransformer$).build(){},rx=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","StartLiveTail",{eventStream:{output:!0}}).n("CloudWatchLogsClient","StartLiveTailCommand").sc(se.StartLiveTail$).build(){},nx=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","StartQuery",{}).n("CloudWatchLogsClient","StartQueryCommand").sc(se.StartQuery$).build(){},sx=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","StopQuery",{}).n("CloudWatchLogsClient","StopQueryCommand").sc(se.StopQuery$).build(){},ox=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","TagLogGroup",{}).n("CloudWatchLogsClient","TagLogGroupCommand").sc(se.TagLogGroup$).build(){},ix=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","TagResource",{}).n("CloudWatchLogsClient","TagResourceCommand").sc(se.TagResource$).build(){},ax=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","TestMetricFilter",{}).n("CloudWatchLogsClient","TestMetricFilterCommand").sc(se.TestMetricFilter$).build(){},cx=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","TestTransformer",{}).n("CloudWatchLogsClient","TestTransformerCommand").sc(se.TestTransformer$).build(){},ux=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","UntagLogGroup",{}).n("CloudWatchLogsClient","UntagLogGroupCommand").sc(se.UntagLogGroup$).build(){},lx=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","UntagResource",{}).n("CloudWatchLogsClient","UntagResourceCommand").sc(se.UntagResource$).build(){},dx=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","UpdateAnomaly",{}).n("CloudWatchLogsClient","UpdateAnomalyCommand").sc(se.UpdateAnomaly$).build(){},px=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","UpdateDeliveryConfiguration",{}).n("CloudWatchLogsClient","UpdateDeliveryConfigurationCommand").sc(se.UpdateDeliveryConfiguration$).build(){},mx=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","UpdateLogAnomalyDetector",{}).n("CloudWatchLogsClient","UpdateLogAnomalyDetectorCommand").sc(se.UpdateLogAnomalyDetector$).build(){},fx=class extends re.Command.classBuilder().ep(ie).m(function(e,r,n,s){return[oe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("Logs_20140328","UpdateScheduledQuery",{}).n("CloudWatchLogsClient","UpdateScheduledQueryCommand").sc(se.UpdateScheduledQuery$).build(){},MSe=jr.createPaginator(Lr,oC,"nextToken","nextToken","limit"),qSe=jr.createPaginator(Lr,iC,"nextToken","nextToken","limit"),BSe=jr.createPaginator(Lr,aC,"nextToken","nextToken","limit"),GSe=jr.createPaginator(Lr,cC,"nextToken","nextToken","limit"),HSe=jr.createPaginator(Lr,uC,"nextToken","nextToken","limit"),VSe=jr.createPaginator(Lr,lC,"nextToken","nextToken","limit"),jSe=jr.createPaginator(Lr,dC,"nextToken","nextToken","limit"),WSe=jr.createPaginator(Lr,pC,"nextToken","nextToken","limit"),zSe=jr.createPaginator(Lr,mC,"nextToken","nextToken","limit"),KSe=jr.createPaginator(Lr,fC,"nextToken","nextToken","limit"),QSe=jr.createPaginator(Lr,gC,"nextToken","nextForwardToken","limit"),YSe=jr.createPaginator(Lr,hC,"nextToken","nextToken","maxResults"),JSe=jr.createPaginator(Lr,SC,"nextToken","nextToken","limit"),XSe=jr.createPaginator(Lr,yC,"nextToken","nextToken","limit"),ZSe=jr.createPaginator(Lr,EC,"nextToken","nextToken","limit"),eye=jr.createPaginator(Lr,CC,"nextToken","nextToken","maxResults"),tye=jr.createPaginator(Lr,_C,"nextToken","nextToken","maxResults"),rye=jr.createPaginator(Lr,RC,"nextToken","nextToken","maxResults"),pPt={AssociateKmsKeyCommand:kI,AssociateSourceToS3TableIntegrationCommand:NI,CancelExportTaskCommand:LI,CancelImportTaskCommand:UI,CreateDeliveryCommand:FI,CreateExportTaskCommand:MI,CreateImportTaskCommand:qI,CreateLogAnomalyDetectorCommand:BI,CreateLogGroupCommand:GI,CreateLogStreamCommand:HI,CreateScheduledQueryCommand:VI,DeleteAccountPolicyCommand:jI,DeleteDataProtectionPolicyCommand:WI,DeleteDeliveryCommand:zI,DeleteDeliveryDestinationCommand:KI,DeleteDeliveryDestinationPolicyCommand:QI,DeleteDeliverySourceCommand:YI,DeleteDestinationCommand:JI,DeleteIndexPolicyCommand:XI,DeleteIntegrationCommand:ZI,DeleteLogAnomalyDetectorCommand:eD,DeleteLogGroupCommand:tD,DeleteLogStreamCommand:rD,DeleteMetricFilterCommand:nD,DeleteQueryDefinitionCommand:sD,DeleteResourcePolicyCommand:oD,DeleteRetentionPolicyCommand:iD,DeleteScheduledQueryCommand:aD,DeleteSubscriptionFilterCommand:cD,DeleteTransformerCommand:uD,DescribeAccountPoliciesCommand:lD,DescribeConfigurationTemplatesCommand:oC,DescribeDeliveriesCommand:iC,DescribeDeliveryDestinationsCommand:aC,DescribeDeliverySourcesCommand:cC,DescribeDestinationsCommand:uC,DescribeExportTasksCommand:dD,DescribeFieldIndexesCommand:pD,DescribeImportTaskBatchesCommand:mD,DescribeImportTasksCommand:fD,DescribeIndexPoliciesCommand:gD,DescribeLogGroupsCommand:lC,DescribeLogStreamsCommand:dC,DescribeMetricFiltersCommand:pC,DescribeQueriesCommand:hD,DescribeQueryDefinitionsCommand:SD,DescribeResourcePoliciesCommand:yD,DescribeSubscriptionFiltersCommand:mC,DisassociateKmsKeyCommand:ED,DisassociateSourceFromS3TableIntegrationCommand:CD,FilterLogEventsCommand:fC,GetDataProtectionPolicyCommand:_D,GetDeliveryCommand:RD,GetDeliveryDestinationCommand:TD,GetDeliveryDestinationPolicyCommand:AD,GetDeliverySourceCommand:PD,GetIntegrationCommand:vD,GetLogAnomalyDetectorCommand:bD,GetLogEventsCommand:gC,GetLogFieldsCommand:ID,GetLogGroupFieldsCommand:DD,GetLogObjectCommand:xD,GetLogRecordCommand:wD,GetQueryResultsCommand:$D,GetScheduledQueryCommand:OD,GetScheduledQueryHistoryCommand:hC,GetTransformerCommand:kD,ListAggregateLogGroupSummariesCommand:SC,ListAnomaliesCommand:yC,ListIntegrationsCommand:ND,ListLogAnomalyDetectorsCommand:EC,ListLogGroupsCommand:LD,ListLogGroupsForQueryCommand:CC,ListScheduledQueriesCommand:_C,ListSourcesForS3TableIntegrationCommand:RC,ListTagsForResourceCommand:UD,ListTagsLogGroupCommand:FD,PutAccountPolicyCommand:MD,PutDataProtectionPolicyCommand:qD,PutDeliveryDestinationCommand:BD,PutDeliveryDestinationPolicyCommand:GD,PutDeliverySourceCommand:HD,PutDestinationCommand:VD,PutDestinationPolicyCommand:jD,PutIndexPolicyCommand:WD,PutIntegrationCommand:zD,PutLogEventsCommand:KD,PutLogGroupDeletionProtectionCommand:QD,PutMetricFilterCommand:YD,PutQueryDefinitionCommand:JD,PutResourcePolicyCommand:XD,PutRetentionPolicyCommand:ZD,PutSubscriptionFilterCommand:ex,PutTransformerCommand:tx,StartLiveTailCommand:rx,StartQueryCommand:nx,StopQueryCommand:sx,TagLogGroupCommand:ox,TagResourceCommand:ix,TestMetricFilterCommand:ax,TestTransformerCommand:cx,UntagLogGroupCommand:ux,UntagResourceCommand:lx,UpdateAnomalyCommand:dx,UpdateDeliveryConfigurationCommand:px,UpdateLogAnomalyDetectorCommand:mx,UpdateScheduledQueryCommand:fx},mPt={paginateDescribeConfigurationTemplates:MSe,paginateDescribeDeliveries:qSe,paginateDescribeDeliveryDestinations:BSe,paginateDescribeDeliverySources:GSe,paginateDescribeDestinations:HSe,paginateDescribeLogGroups:VSe,paginateDescribeLogStreams:jSe,paginateDescribeMetricFilters:WSe,paginateDescribeSubscriptionFilters:zSe,paginateFilterLogEvents:KSe,paginateGetLogEvents:QSe,paginateGetScheduledQueryHistory:YSe,paginateListAggregateLogGroupSummaries:JSe,paginateListAnomalies:XSe,paginateListLogAnomalyDetectors:ZSe,paginateListLogGroupsForQuery:eye,paginateListScheduledQueries:tye,paginateListSourcesForS3TableIntegration:rye},gx=class extends Lr{};re.createAggregatedClient(pPt,gx,{paginators:mPt});var fPt={DATA_PROTECTION_POLICY:"DATA_PROTECTION_POLICY",FIELD_INDEX_POLICY:"FIELD_INDEX_POLICY",METRIC_EXTRACTION_POLICY:"METRIC_EXTRACTION_POLICY",SUBSCRIPTION_FILTER_POLICY:"SUBSCRIPTION_FILTER_POLICY",TRANSFORMER_POLICY:"TRANSFORMER_POLICY"},gPt={ALL:"ALL"},hPt={CLIENT_ERROR:"CLIENT_ERROR",COMPLETE:"COMPLETE",FAILED:"FAILED",IN_PROGRESS:"IN_PROGRESS"},SPt={Active:"Active",Baseline:"Baseline",Suppressed:"Suppressed"},yPt={ANALYZING:"ANALYZING",DELETED:"DELETED",FAILED:"FAILED",INITIALIZING:"INITIALIZING",PAUSED:"PAUSED",TRAINING:"TRAINING"},EPt={FIFTEEN_MIN:"FIFTEEN_MIN",FIVE_MIN:"FIVE_MIN",ONE_HOUR:"ONE_HOUR",ONE_MIN:"ONE_MIN",TEN_MIN:"TEN_MIN",THIRTY_MIN:"THIRTY_MIN"},CPt={CANCELLED:"CANCELLED",COMPLETED:"COMPLETED",FAILED:"FAILED",IN_PROGRESS:"IN_PROGRESS"},_Pt={JSON:"json",PARQUET:"parquet",PLAIN:"plain",RAW:"raw",W3C:"w3c"},RPt={CWL:"CWL",FH:"FH",S3:"S3",XRAY:"XRAY"},TPt={DELIVERY:"DELIVERY",INFREQUENT_ACCESS:"INFREQUENT_ACCESS",STANDARD:"STANDARD"},APt={CWLI:"CWLI",PPL:"PPL",SQL:"SQL"},PPt={DISABLED:"DISABLED",ENABLED:"ENABLED"},vPt={ACTIVATED:"ACTIVATED",ARCHIVED:"ARCHIVED",DELETED:"DELETED",DISABLED:"DISABLED"},bPt={CANCELLED:"CANCELLED",COMPLETED:"COMPLETED",FAILED:"FAILED",PENDING:"PENDING",PENDING_CANCEL:"PENDING_CANCEL",RUNNING:"RUNNING"},IPt={FACET:"FACET",FIELD_INDEX:"FIELD_INDEX"},DPt={ACCOUNT:"ACCOUNT",LOG_GROUP:"LOG_GROUP"},xPt={ACCOUNT_DATA_PROTECTION:"ACCOUNT_DATA_PROTECTION"},wPt={LastEventTime:"LastEventTime",LogStreamName:"LogStreamName"},$Pt={Bits:"Bits",BitsSecond:"Bits/Second",Bytes:"Bytes",BytesSecond:"Bytes/Second",Count:"Count",CountSecond:"Count/Second",Gigabits:"Gigabits",GigabitsSecond:"Gigabits/Second",Gigabytes:"Gigabytes",GigabytesSecond:"Gigabytes/Second",Kilobits:"Kilobits",KilobitsSecond:"Kilobits/Second",Kilobytes:"Kilobytes",KilobytesSecond:"Kilobytes/Second",Megabits:"Megabits",MegabitsSecond:"Megabits/Second",Megabytes:"Megabytes",MegabytesSecond:"Megabytes/Second",Microseconds:"Microseconds",Milliseconds:"Milliseconds",None:"None",Percent:"Percent",Seconds:"Seconds",Terabits:"Terabits",TerabitsSecond:"Terabits/Second",Terabytes:"Terabytes",TerabytesSecond:"Terabytes/Second"},OPt={Cancelled:"Cancelled",Complete:"Complete",Failed:"Failed",Running:"Running",Scheduled:"Scheduled",Timeout:"Timeout",Unknown:"Unknown"},kPt={ACCOUNT:"ACCOUNT",RESOURCE:"RESOURCE"},NPt={ByLogStream:"ByLogStream",Random:"Random"},LPt={ENTITY_SIZE_TOO_LARGE:"EntitySizeTooLarge",INVALID_ATTRIBUTES:"InvalidAttributes",INVALID_ENTITY:"InvalidEntity",INVALID_KEY_ATTRIBUTE:"InvalidKeyAttributes",INVALID_TYPE_VALUE:"InvalidTypeValue",MISSING_REQUIRED_FIELDS:"MissingRequiredFields",UNSUPPORTED_LOG_GROUP_TYPE:"UnsupportedLogGroupType"},UPt={AWSWAF:"AWSWAF",CLOUD_TRAIL:"CloudTrail",EKS_AUDIT:"EKSAudit",ROUTE53_RESOLVER:"Route53Resolver",VPC_FLOW:"VPCFlow"},FPt={Complete:"Complete",Failed:"Failed",InvalidQuery:"InvalidQuery",Running:"Running",Timeout:"Timeout"},MPt={FIRST:"first",LAST:"last"},qPt={ACTIVE:"ACTIVE",ERROR:"ERROR",NOT_FOUND:"NOT_FOUND"},BPt={ACTIVE:"ACTIVE",FAILED:"FAILED",PROVISIONING:"PROVISIONING"},GPt={OPENSEARCH:"OPENSEARCH"},HPt={S3:"S3"},VPt={V1_1:"V1.1",V1_5:"V1.5"},jPt={BOOLEAN:"boolean",DOUBLE:"double",INTEGER:"integer",STRING:"string"},WPt={DATA_SOURCE_NAME_AND_TYPE:"DATA_SOURCE_NAME_AND_TYPE",DATA_SOURCE_NAME_TYPE_AND_FORMAT:"DATA_SOURCE_NAME_TYPE_AND_FORMAT"},zPt={SUPPRESSED:"SUPPRESSED",UNSUPPRESSED:"UNSUPPRESSED"},KPt={ACTIVE:"ACTIVE",DATA_SOURCE_DELETE_IN_PROGRESS:"DATA_SOURCE_DELETE_IN_PROGRESS",FAILED:"FAILED",UNHEALTHY:"UNHEALTHY"},QPt={HOURS:"HOURS",MINUTES:"MINUTES",SECONDS:"SECONDS"},YPt={INFINITE:"INFINITE",LIMITED:"LIMITED"};Object.defineProperty(G,"$Command",{enumerable:!0,get:function(){return re.Command}});Object.defineProperty(G,"__Client",{enumerable:!0,get:function(){return re.Client}});Object.defineProperty(G,"CloudWatchLogsServiceException",{enumerable:!0,get:function(){return aPt.CloudWatchLogsServiceException}});G.ActionStatus=hPt;G.AnomalyDetectorStatus=yPt;G.AssociateKmsKeyCommand=kI;G.AssociateSourceToS3TableIntegrationCommand=NI;G.CancelExportTaskCommand=LI;G.CancelImportTaskCommand=UI;G.CloudWatchLogs=gx;G.CloudWatchLogsClient=Lr;G.CreateDeliveryCommand=FI;G.CreateExportTaskCommand=MI;G.CreateImportTaskCommand=qI;G.CreateLogAnomalyDetectorCommand=BI;G.CreateLogGroupCommand=GI;G.CreateLogStreamCommand=HI;G.CreateScheduledQueryCommand=VI;G.DataProtectionStatus=vPt;G.DeleteAccountPolicyCommand=jI;G.DeleteDataProtectionPolicyCommand=WI;G.DeleteDeliveryCommand=zI;G.DeleteDeliveryDestinationCommand=KI;G.DeleteDeliveryDestinationPolicyCommand=QI;G.DeleteDeliverySourceCommand=YI;G.DeleteDestinationCommand=JI;G.DeleteIndexPolicyCommand=XI;G.DeleteIntegrationCommand=ZI;G.DeleteLogAnomalyDetectorCommand=eD;G.DeleteLogGroupCommand=tD;G.DeleteLogStreamCommand=rD;G.DeleteMetricFilterCommand=nD;G.DeleteQueryDefinitionCommand=sD;G.DeleteResourcePolicyCommand=oD;G.DeleteRetentionPolicyCommand=iD;G.DeleteScheduledQueryCommand=aD;G.DeleteSubscriptionFilterCommand=cD;G.DeleteTransformerCommand=uD;G.DeliveryDestinationType=RPt;G.DescribeAccountPoliciesCommand=lD;G.DescribeConfigurationTemplatesCommand=oC;G.DescribeDeliveriesCommand=iC;G.DescribeDeliveryDestinationsCommand=aC;G.DescribeDeliverySourcesCommand=cC;G.DescribeDestinationsCommand=uC;G.DescribeExportTasksCommand=dD;G.DescribeFieldIndexesCommand=pD;G.DescribeImportTaskBatchesCommand=mD;G.DescribeImportTasksCommand=fD;G.DescribeIndexPoliciesCommand=gD;G.DescribeLogGroupsCommand=lC;G.DescribeLogStreamsCommand=dC;G.DescribeMetricFiltersCommand=pC;G.DescribeQueriesCommand=hD;G.DescribeQueryDefinitionsCommand=SD;G.DescribeResourcePoliciesCommand=yD;G.DescribeSubscriptionFiltersCommand=mC;G.DisassociateKmsKeyCommand=ED;G.DisassociateSourceFromS3TableIntegrationCommand=CD;G.Distribution=NPt;G.EntityRejectionErrorType=LPt;G.EvaluationFrequency=EPt;G.EventSource=UPt;G.ExecutionStatus=FPt;G.ExportTaskStatusCode=bPt;G.FilterLogEventsCommand=fC;G.FlattenedElement=MPt;G.GetDataProtectionPolicyCommand=_D;G.GetDeliveryCommand=RD;G.GetDeliveryDestinationCommand=TD;G.GetDeliveryDestinationPolicyCommand=AD;G.GetDeliverySourceCommand=PD;G.GetIntegrationCommand=vD;G.GetLogAnomalyDetectorCommand=bD;G.GetLogEventsCommand=gC;G.GetLogFieldsCommand=ID;G.GetLogGroupFieldsCommand=DD;G.GetLogObjectCommand=xD;G.GetLogRecordCommand=wD;G.GetQueryResultsCommand=$D;G.GetScheduledQueryCommand=OD;G.GetScheduledQueryHistoryCommand=hC;G.GetTransformerCommand=kD;G.ImportStatus=CPt;G.IndexSource=DPt;G.IndexType=IPt;G.InheritedProperty=xPt;G.IntegrationStatus=BPt;G.IntegrationType=GPt;G.ListAggregateLogGroupSummariesCommand=SC;G.ListAggregateLogGroupSummariesGroupBy=WPt;G.ListAnomaliesCommand=yC;G.ListIntegrationsCommand=ND;G.ListLogAnomalyDetectorsCommand=EC;G.ListLogGroupsCommand=LD;G.ListLogGroupsForQueryCommand=CC;G.ListScheduledQueriesCommand=_C;G.ListSourcesForS3TableIntegrationCommand=RC;G.ListTagsForResourceCommand=UD;G.ListTagsLogGroupCommand=FD;G.LogGroupClass=TPt;G.OCSFVersion=VPt;G.OpenSearchResourceStatusType=qPt;G.OrderBy=wPt;G.OutputFormat=_Pt;G.PolicyScope=kPt;G.PolicyType=fPt;G.PutAccountPolicyCommand=MD;G.PutDataProtectionPolicyCommand=qD;G.PutDeliveryDestinationCommand=BD;G.PutDeliveryDestinationPolicyCommand=GD;G.PutDeliverySourceCommand=HD;G.PutDestinationCommand=VD;G.PutDestinationPolicyCommand=jD;G.PutIndexPolicyCommand=WD;G.PutIntegrationCommand=zD;G.PutLogEventsCommand=KD;G.PutLogGroupDeletionProtectionCommand=QD;G.PutMetricFilterCommand=YD;G.PutQueryDefinitionCommand=JD;G.PutResourcePolicyCommand=XD;G.PutRetentionPolicyCommand=ZD;G.PutSubscriptionFilterCommand=ex;G.PutTransformerCommand=tx;G.QueryLanguage=APt;G.QueryStatus=OPt;G.S3TableIntegrationSourceStatus=KPt;G.ScheduledQueryDestinationType=HPt;G.ScheduledQueryState=PPt;G.Scope=gPt;G.StandardUnit=$Pt;G.StartLiveTailCommand=rx;G.StartQueryCommand=nx;G.State=SPt;G.StopQueryCommand=sx;G.SuppressionState=zPt;G.SuppressionType=YPt;G.SuppressionUnit=QPt;G.TagLogGroupCommand=ox;G.TagResourceCommand=ix;G.TestMetricFilterCommand=ax;G.TestTransformerCommand=cx;G.Type=jPt;G.UntagLogGroupCommand=ux;G.UntagResourceCommand=lx;G.UpdateAnomalyCommand=dx;G.UpdateDeliveryConfigurationCommand=px;G.UpdateLogAnomalyDetectorCommand=mx;G.UpdateScheduledQueryCommand=fx;G.paginateDescribeConfigurationTemplates=MSe;G.paginateDescribeDeliveries=qSe;G.paginateDescribeDeliveryDestinations=BSe;G.paginateDescribeDeliverySources=GSe;G.paginateDescribeDestinations=HSe;G.paginateDescribeLogGroups=VSe;G.paginateDescribeLogStreams=jSe;G.paginateDescribeMetricFilters=WSe;G.paginateDescribeSubscriptionFilters=zSe;G.paginateFilterLogEvents=KSe;G.paginateGetLogEvents=QSe;G.paginateGetScheduledQueryHistory=YSe;G.paginateListAggregateLogGroupSummaries=JSe;G.paginateListAnomalies=XSe;G.paginateListLogAnomalyDetectors=ZSe;G.paginateListLogGroupsForQuery=eye;G.paginateListScheduledQueries=tye;G.paginateListSourcesForS3TableIntegration=rye;Object.keys(se).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(G,t)&&Object.defineProperty(G,t,{enumerable:!0,get:function(){return se[t]}})});Object.keys(FSe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(G,t)&&Object.defineProperty(G,t,{enumerable:!0,get:function(){return FSe[t]}})})});var Pz=O(Yl=>{"use strict";Object.defineProperty(Yl,"__esModule",{value:!0});Yl.resolveHttpAuthSchemeConfig=Yl.defaultECSHttpAuthSchemeProvider=Yl.defaultECSHttpAuthSchemeParametersProvider=void 0;var JPt=(br(),J(Js)),Az=Nt(),XPt=async(t,e,r)=>({operation:(0,Az.getSmithyContext)(e).operation,region:await(0,Az.normalizeProvider)(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});Yl.defaultECSHttpAuthSchemeParametersProvider=XPt;function ZPt(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"ecs",region:t.region},propertiesExtractor:(e,r)=>({signingProperties:{config:e,context:r}})}}var evt=t=>{let e=[];switch(t.operation){default:e.push(ZPt(t))}return e};Yl.defaultECSHttpAuthSchemeProvider=evt;var tvt=t=>{let e=(0,JPt.resolveAwsSdkSigV4Config)(t);return Object.assign(e,{authSchemePreference:(0,Az.normalizeProvider)(t.authSchemePreference??[])})};Yl.resolveHttpAuthSchemeConfig=tvt});var nye=O((g4r,rvt)=>{rvt.exports={name:"@aws-sdk/client-ecs",description:"AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",version:"3.993.0",scripts:{build:"concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline client-ecs","build:es":"tsc -p tsconfig.es.json","build:include:deps":'yarn g:turbo run build -F="$npm_package_name"',"build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4",clean:"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo ecs","test:e2e":"yarn g:vitest run -c vitest.config.e2e.mts --mode development","test:e2e:watch":"yarn g:vitest watch -c vitest.config.e2e.mts","test:index":"tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"},main:"./dist-cjs/index.js",types:"./dist-types/index.d.ts",module:"./dist-es/index.js",sideEffects:!1,dependencies:{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.973.11","@aws-sdk/credential-provider-node":"^3.972.10","@aws-sdk/middleware-host-header":"^3.972.3","@aws-sdk/middleware-logger":"^3.972.3","@aws-sdk/middleware-recursion-detection":"^3.972.3","@aws-sdk/middleware-user-agent":"^3.972.11","@aws-sdk/region-config-resolver":"^3.972.3","@aws-sdk/types":"^3.973.1","@aws-sdk/util-endpoints":"3.993.0","@aws-sdk/util-user-agent-browser":"^3.972.3","@aws-sdk/util-user-agent-node":"^3.972.9","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.23.2","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.16","@smithy/middleware-retry":"^4.4.33","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.10","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.11.5","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.32","@smithy/util-defaults-mode-node":"^4.2.35","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0","@smithy/util-waiter":"^4.2.8",tslib:"^2.6.2"},devDependencies:{"@tsconfig/node20":"20.1.8","@types/node":"^20.14.8",concurrently:"7.0.0","downlevel-dts":"0.10.1",premove:"4.0.0",typescript:"~5.8.3"},engines:{node:">=20.0.0"},typesVersions:{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},files:["dist-*/**"],author:{name:"AWS SDK for JavaScript Team",url:"https://aws.amazon.com/javascript/"},license:"Apache-2.0",browser:{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},homepage:"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-ecs",repository:{type:"git",url:"https://github.com/aws/aws-sdk-js-v3.git",directory:"clients/client-ecs"}}});var Sye=O(hx=>{"use strict";Object.defineProperty(hx,"__esModule",{value:!0});hx.ruleSet=void 0;var fye="required",La="fn",Ua="argv",Ug="ref",sye=!0,oye="isSet",AC="booleanEquals",Lg="error",TC="endpoint",tu="tree",vz="PartitionResult",iye={[fye]:!1,type:"string"},aye={[fye]:!0,default:!1,type:"boolean"},cye={[Ug]:"Endpoint"},gye={[La]:AC,[Ua]:[{[Ug]:"UseFIPS"},!0]},hye={[La]:AC,[Ua]:[{[Ug]:"UseDualStack"},!0]},Na={},uye={[La]:"getAttr",[Ua]:[{[Ug]:vz},"supportsFIPS"]},lye={[La]:AC,[Ua]:[!0,{[La]:"getAttr",[Ua]:[{[Ug]:vz},"supportsDualStack"]}]},dye=[gye],pye=[hye],mye=[{[Ug]:"Region"}],nvt={version:"1.0",parameters:{Region:iye,UseDualStack:aye,UseFIPS:aye,Endpoint:iye},rules:[{conditions:[{[La]:oye,[Ua]:[cye]}],rules:[{conditions:dye,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:Lg},{conditions:pye,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:Lg},{endpoint:{url:cye,properties:Na,headers:Na},type:TC}],type:tu},{conditions:[{[La]:oye,[Ua]:mye}],rules:[{conditions:[{[La]:"aws.partition",[Ua]:mye,assign:vz}],rules:[{conditions:[gye,hye],rules:[{conditions:[{[La]:AC,[Ua]:[sye,uye]},lye],rules:[{endpoint:{url:"https://ecs-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Na,headers:Na},type:TC}],type:tu},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:Lg}],type:tu},{conditions:dye,rules:[{conditions:[{[La]:AC,[Ua]:[uye,sye]}],rules:[{endpoint:{url:"https://ecs-fips.{Region}.{PartitionResult#dnsSuffix}",properties:Na,headers:Na},type:TC}],type:tu},{error:"FIPS is enabled but this partition does not support FIPS",type:Lg}],type:tu},{conditions:pye,rules:[{conditions:[lye],rules:[{endpoint:{url:"https://ecs.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Na,headers:Na},type:TC}],type:tu},{error:"DualStack is enabled but this partition does not support DualStack",type:Lg}],type:tu},{endpoint:{url:"https://ecs.{Region}.{PartitionResult#dnsSuffix}",properties:Na,headers:Na},type:TC}],type:tu}],type:tu},{error:"Invalid Configuration: Missing Region",type:Lg}]};hx.ruleSet=nvt});var yye=O(Sx=>{"use strict";Object.defineProperty(Sx,"__esModule",{value:!0});Sx.defaultEndpointResolver=void 0;var svt=Oc(),bz=Gn(),ovt=Sye(),ivt=new bz.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS"]}),avt=(t,e={})=>ivt.get(t,()=>(0,bz.resolveEndpoint)(ovt.ruleSet,{endpointParams:t,logger:e.logger}));Sx.defaultEndpointResolver=avt;bz.customEndpointFunctions.aws=svt.awsEndpointFunctions});var yx=O(Fg=>{"use strict";Object.defineProperty(Fg,"__esModule",{value:!0});Fg.ECSServiceException=Fg.__ServiceException=void 0;var Eye=je();Object.defineProperty(Fg,"__ServiceException",{enumerable:!0,get:function(){return Eye.ServiceException}});var Iz=class t extends Eye.ServiceException{constructor(e){super(e),Object.setPrototypeOf(this,t.prototype)}};Fg.ECSServiceException=Iz});var n6=O(Ie=>{"use strict";Object.defineProperty(Ie,"__esModule",{value:!0});Ie.NoUpdateAvailableException=Ie.MissingVersionException=Ie.ServiceDeploymentNotFoundException=Ie.ConflictException=Ie.BlockedException=Ie.ResourceInUseException=Ie.AttributeLimitExceededException=Ie.TargetNotConnectedException=Ie.ResourceNotFoundException=Ie.TaskSetNotFoundException=Ie.ClusterContainsTasksException=Ie.ClusterContainsServicesException=Ie.ClusterContainsContainerInstancesException=Ie.ClusterContainsCapacityProviderException=Ie.TargetNotFoundException=Ie.ServiceNotFoundException=Ie.ServiceNotActiveException=Ie.PlatformUnknownException=Ie.PlatformTaskDefinitionIncompatibilityException=Ie.NamespaceNotFoundException=Ie.UpdateInProgressException=Ie.UnsupportedFeatureException=Ie.ServerException=Ie.LimitExceededException=Ie.InvalidParameterException=Ie.ClusterNotFoundException=Ie.ClientException=Ie.AccessDeniedException=void 0;var Jt=yx(),Dz=class t extends Jt.ECSServiceException{name="AccessDeniedException";$fault="client";constructor(e){super({name:"AccessDeniedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.AccessDeniedException=Dz;var xz=class t extends Jt.ECSServiceException{name="ClientException";$fault="client";constructor(e){super({name:"ClientException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.ClientException=xz;var wz=class t extends Jt.ECSServiceException{name="ClusterNotFoundException";$fault="client";constructor(e){super({name:"ClusterNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.ClusterNotFoundException=wz;var $z=class t extends Jt.ECSServiceException{name="InvalidParameterException";$fault="client";constructor(e){super({name:"InvalidParameterException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.InvalidParameterException=$z;var Oz=class t extends Jt.ECSServiceException{name="LimitExceededException";$fault="client";constructor(e){super({name:"LimitExceededException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.LimitExceededException=Oz;var kz=class t extends Jt.ECSServiceException{name="ServerException";$fault="server";constructor(e){super({name:"ServerException",$fault:"server",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.ServerException=kz;var Nz=class t extends Jt.ECSServiceException{name="UnsupportedFeatureException";$fault="client";constructor(e){super({name:"UnsupportedFeatureException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.UnsupportedFeatureException=Nz;var Lz=class t extends Jt.ECSServiceException{name="UpdateInProgressException";$fault="client";constructor(e){super({name:"UpdateInProgressException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.UpdateInProgressException=Lz;var Uz=class t extends Jt.ECSServiceException{name="NamespaceNotFoundException";$fault="client";constructor(e){super({name:"NamespaceNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.NamespaceNotFoundException=Uz;var Fz=class t extends Jt.ECSServiceException{name="PlatformTaskDefinitionIncompatibilityException";$fault="client";constructor(e){super({name:"PlatformTaskDefinitionIncompatibilityException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.PlatformTaskDefinitionIncompatibilityException=Fz;var Mz=class t extends Jt.ECSServiceException{name="PlatformUnknownException";$fault="client";constructor(e){super({name:"PlatformUnknownException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.PlatformUnknownException=Mz;var qz=class t extends Jt.ECSServiceException{name="ServiceNotActiveException";$fault="client";constructor(e){super({name:"ServiceNotActiveException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.ServiceNotActiveException=qz;var Bz=class t extends Jt.ECSServiceException{name="ServiceNotFoundException";$fault="client";constructor(e){super({name:"ServiceNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.ServiceNotFoundException=Bz;var Gz=class t extends Jt.ECSServiceException{name="TargetNotFoundException";$fault="client";constructor(e){super({name:"TargetNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.TargetNotFoundException=Gz;var Hz=class t extends Jt.ECSServiceException{name="ClusterContainsCapacityProviderException";$fault="client";constructor(e){super({name:"ClusterContainsCapacityProviderException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.ClusterContainsCapacityProviderException=Hz;var Vz=class t extends Jt.ECSServiceException{name="ClusterContainsContainerInstancesException";$fault="client";constructor(e){super({name:"ClusterContainsContainerInstancesException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.ClusterContainsContainerInstancesException=Vz;var jz=class t extends Jt.ECSServiceException{name="ClusterContainsServicesException";$fault="client";constructor(e){super({name:"ClusterContainsServicesException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.ClusterContainsServicesException=jz;var Wz=class t extends Jt.ECSServiceException{name="ClusterContainsTasksException";$fault="client";constructor(e){super({name:"ClusterContainsTasksException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.ClusterContainsTasksException=Wz;var zz=class t extends Jt.ECSServiceException{name="TaskSetNotFoundException";$fault="client";constructor(e){super({name:"TaskSetNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.TaskSetNotFoundException=zz;var Kz=class t extends Jt.ECSServiceException{name="ResourceNotFoundException";$fault="client";constructor(e){super({name:"ResourceNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.ResourceNotFoundException=Kz;var Qz=class t extends Jt.ECSServiceException{name="TargetNotConnectedException";$fault="client";constructor(e){super({name:"TargetNotConnectedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.TargetNotConnectedException=Qz;var Yz=class t extends Jt.ECSServiceException{name="AttributeLimitExceededException";$fault="client";constructor(e){super({name:"AttributeLimitExceededException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.AttributeLimitExceededException=Yz;var Jz=class t extends Jt.ECSServiceException{name="ResourceInUseException";$fault="client";constructor(e){super({name:"ResourceInUseException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.ResourceInUseException=Jz;var Xz=class t extends Jt.ECSServiceException{name="BlockedException";$fault="client";constructor(e){super({name:"BlockedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.BlockedException=Xz;var Zz=class t extends Jt.ECSServiceException{name="ConflictException";$fault="client";resourceIds;constructor(e){super({name:"ConflictException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.resourceIds=e.resourceIds}};Ie.ConflictException=Zz;var e6=class t extends Jt.ECSServiceException{name="ServiceDeploymentNotFoundException";$fault="client";constructor(e){super({name:"ServiceDeploymentNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.ServiceDeploymentNotFoundException=e6;var t6=class t extends Jt.ECSServiceException{name="MissingVersionException";$fault="client";constructor(e){super({name:"MissingVersionException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.MissingVersionException=t6;var r6=class t extends Jt.ECSServiceException{name="NoUpdateAvailableException";$fault="client";constructor(e){super({name:"NoUpdateAvailableException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}};Ie.NoUpdateAvailableException=r6});var s8=O(d=>{"use strict";Object.defineProperty(d,"__esModule",{value:!0});d.ContainerDefinition$=d.Container$=d.ClusterSetting$=d.ClusterServiceConnectDefaultsRequest$=d.ClusterServiceConnectDefaults$=d.ClusterConfiguration$=d.Cluster$=d.CapacityProviderStrategyItem$=d.CapacityProvider$=d.CanaryConfiguration$=d.BaselineEbsBandwidthMbpsRequest$=d.AwsVpcConfiguration$=d.AutoScalingGroupProviderUpdate$=d.AutoScalingGroupProvider$=d.Attribute$=d.AttachmentStateChange$=d.Attachment$=d.AdvancedConfiguration$=d.AcceleratorTotalMemoryMiBRequest$=d.AcceleratorCountRequest$=d.errorTypeRegistries=d.UpdateInProgressException$=d.UnsupportedFeatureException$=d.TaskSetNotFoundException$=d.TargetNotFoundException$=d.TargetNotConnectedException$=d.ServiceNotFoundException$=d.ServiceNotActiveException$=d.ServiceDeploymentNotFoundException$=d.ServerException$=d.ResourceNotFoundException$=d.ResourceInUseException$=d.PlatformUnknownException$=d.PlatformTaskDefinitionIncompatibilityException$=d.NoUpdateAvailableException$=d.NamespaceNotFoundException$=d.MissingVersionException$=d.LimitExceededException$=d.InvalidParameterException$=d.ConflictException$=d.ClusterNotFoundException$=d.ClusterContainsTasksException$=d.ClusterContainsServicesException$=d.ClusterContainsContainerInstancesException$=d.ClusterContainsCapacityProviderException$=d.ClientException$=d.BlockedException$=d.AttributeLimitExceededException$=d.AccessDeniedException$=d.ECSServiceException$=void 0;d.DescribeClustersResponse$=d.DescribeClustersRequest$=d.DescribeCapacityProvidersResponse$=d.DescribeCapacityProvidersRequest$=d.DeregisterTaskDefinitionResponse$=d.DeregisterTaskDefinitionRequest$=d.DeregisterContainerInstanceResponse$=d.DeregisterContainerInstanceRequest$=d.DeploymentLifecycleHook$=d.DeploymentEphemeralStorage$=d.DeploymentController$=d.DeploymentConfiguration$=d.DeploymentCircuitBreaker$=d.DeploymentAlarms$=d.Deployment$=d.DeleteTaskSetResponse$=d.DeleteTaskSetRequest$=d.DeleteTaskDefinitionsResponse$=d.DeleteTaskDefinitionsRequest$=d.DeleteServiceResponse$=d.DeleteServiceRequest$=d.DeleteExpressGatewayServiceResponse$=d.DeleteExpressGatewayServiceRequest$=d.DeleteClusterResponse$=d.DeleteClusterRequest$=d.DeleteCapacityProviderResponse$=d.DeleteCapacityProviderRequest$=d.DeleteAttributesResponse$=d.DeleteAttributesRequest$=d.DeleteAccountSettingResponse$=d.DeleteAccountSettingRequest$=d.CreateTaskSetResponse$=d.CreateTaskSetRequest$=d.CreateServiceResponse$=d.CreateServiceRequest$=d.CreateManagedInstancesProviderConfiguration$=d.CreateExpressGatewayServiceResponse$=d.CreateExpressGatewayServiceRequest$=d.CreatedAt$=d.CreateClusterResponse$=d.CreateClusterRequest$=d.CreateCapacityProviderResponse$=d.CreateCapacityProviderRequest$=d.ContainerStateChange$=d.ContainerRestartPolicy$=d.ContainerOverride$=d.ContainerInstanceHealthStatus$=d.ContainerInstance$=d.ContainerImage$=d.ContainerDependency$=void 0;d.InfrastructureOptimization$=d.InferenceAcceleratorOverride$=d.InferenceAccelerator$=d.HostVolumeProperties$=d.HostEntry$=d.HealthCheck$=d.GetTaskProtectionResponse$=d.GetTaskProtectionRequest$=d.FSxWindowsFileServerVolumeConfiguration$=d.FSxWindowsFileServerAuthorizationConfig$=d.FirelensConfiguration$=d.Failure$=d.ExpressGatewayServiceStatus$=d.ExpressGatewayServiceNetworkConfiguration$=d.ExpressGatewayServiceConfiguration$=d.ExpressGatewayServiceAwsLogsConfiguration$=d.ExpressGatewayScalingTarget$=d.ExpressGatewayRepositoryCredentials$=d.ExpressGatewayContainer$=d.ExecuteCommandResponse$=d.ExecuteCommandRequest$=d.ExecuteCommandLogConfiguration$=d.ExecuteCommandConfiguration$=d.EphemeralStorage$=d.EnvironmentFile$=d.EFSVolumeConfiguration$=d.EFSAuthorizationConfig$=d.ECSManagedResources$=d.ECSExpressGatewayService$=d.EBSTagSpecification$=d.DockerVolumeConfiguration$=d.DiscoverPollEndpointResponse$=d.DiscoverPollEndpointRequest$=d.Device$=d.DescribeTasksResponse$=d.DescribeTasksRequest$=d.DescribeTaskSetsResponse$=d.DescribeTaskSetsRequest$=d.DescribeTaskDefinitionResponse$=d.DescribeTaskDefinitionRequest$=d.DescribeServicesResponse$=d.DescribeServicesRequest$=d.DescribeServiceRevisionsResponse$=d.DescribeServiceRevisionsRequest$=d.DescribeServiceDeploymentsResponse$=d.DescribeServiceDeploymentsRequest$=d.DescribeExpressGatewayServiceResponse$=d.DescribeExpressGatewayServiceRequest$=d.DescribeContainerInstancesResponse$=d.DescribeContainerInstancesRequest$=void 0;d.ManagedSecurityGroup$=d.ManagedScaling$=d.ManagedScalableTarget$=d.ManagedMetricAlarm$=d.ManagedLogGroup$=d.ManagedLoadBalancer$=d.ManagedListenerRule$=d.ManagedListener$=d.ManagedInstancesStorageConfiguration$=d.ManagedInstancesProvider$=d.ManagedInstancesNetworkConfiguration$=d.ManagedIngressPath$=d.ManagedCertificate$=d.ManagedAutoScaling$=d.ManagedApplicationAutoScalingPolicy$=d.ManagedAgentStateChange$=d.ManagedAgent$=d.LogConfiguration$=d.LoadBalancer$=d.ListTasksResponse$=d.ListTasksRequest$=d.ListTaskDefinitionsResponse$=d.ListTaskDefinitionsRequest$=d.ListTaskDefinitionFamiliesResponse$=d.ListTaskDefinitionFamiliesRequest$=d.ListTagsForResourceResponse$=d.ListTagsForResourceRequest$=d.ListServicesResponse$=d.ListServicesRequest$=d.ListServicesByNamespaceResponse$=d.ListServicesByNamespaceRequest$=d.ListServiceDeploymentsResponse$=d.ListServiceDeploymentsRequest$=d.ListContainerInstancesResponse$=d.ListContainerInstancesRequest$=d.ListClustersResponse$=d.ListClustersRequest$=d.ListAttributesResponse$=d.ListAttributesRequest$=d.ListAccountSettingsResponse$=d.ListAccountSettingsRequest$=d.LinuxParameters$=d.LinearConfiguration$=d.KeyValuePair$=d.KernelCapabilities$=d.InstanceRequirementsRequest$=d.InstanceLaunchTemplateUpdate$=d.InstanceLaunchTemplate$=d.InstanceHealthCheckResult$=d.IngressPathSummary$=void 0;d.ServiceCurrentRevisionSummary$=d.ServiceConnectTlsConfiguration$=d.ServiceConnectTlsCertificateAuthority$=d.ServiceConnectTestTrafficRules$=d.ServiceConnectTestTrafficHeaderRules$=d.ServiceConnectTestTrafficHeaderMatchRules$=d.ServiceConnectServiceResource$=d.ServiceConnectService$=d.ServiceConnectConfiguration$=d.ServiceConnectClientAlias$=d.ServiceConnectAccessLogConfiguration$=d.Service$=d.Secret$=d.Scale$=d.RuntimePlatform$=d.RunTaskResponse$=d.RunTaskRequest$=d.Rollback$=d.ResourceRequirement$=d.Resource$=d.ResolvedConfiguration$=d.RepositoryCredentials$=d.RegisterTaskDefinitionResponse$=d.RegisterTaskDefinitionRequest$=d.RegisterContainerInstanceResponse$=d.RegisterContainerInstanceRequest$=d.PutClusterCapacityProvidersResponse$=d.PutClusterCapacityProvidersRequest$=d.PutAttributesResponse$=d.PutAttributesRequest$=d.PutAccountSettingResponse$=d.PutAccountSettingRequest$=d.PutAccountSettingDefaultResponse$=d.PutAccountSettingDefaultRequest$=d.ProxyConfiguration$=d.ProtectedTask$=d.PortMapping$=d.PlatformDevice$=d.PlacementStrategy$=d.PlacementConstraint$=d.NetworkInterfaceCountRequest$=d.NetworkInterface$=d.NetworkConfiguration$=d.NetworkBinding$=d.NetworkBandwidthGbpsRequest$=d.MountPoint$=d.MemoryMiBRequest$=d.MemoryGiBPerVCpuRequest$=d.ManagedTargetGroup$=d.ManagedStorageConfiguration$=void 0;d.UpdateClusterSettingsResponse$=d.UpdateClusterSettingsRequest$=d.UpdateClusterResponse$=d.UpdateClusterRequest$=d.UpdateCapacityProviderResponse$=d.UpdateCapacityProviderRequest$=d.UntagResourceResponse$=d.UntagResourceRequest$=d.Ulimit$=d.TotalLocalStorageGBRequest$=d.Tmpfs$=d.TimeoutConfiguration$=d.TaskVolumeConfiguration$=d.TaskSet$=d.TaskOverride$=d.TaskManagedEBSVolumeTerminationPolicy$=d.TaskManagedEBSVolumeConfiguration$=d.TaskEphemeralStorage$=d.TaskDefinitionPlacementConstraint$=d.TaskDefinition$=d.Task$=d.TagResourceResponse$=d.TagResourceRequest$=d.Tag$=d.SystemControl$=d.SubmitTaskStateChangeResponse$=d.SubmitTaskStateChangeRequest$=d.SubmitContainerStateChangeResponse$=d.SubmitContainerStateChangeRequest$=d.SubmitAttachmentStateChangesResponse$=d.SubmitAttachmentStateChangesRequest$=d.StopTaskResponse$=d.StopTaskRequest$=d.StopServiceDeploymentResponse$=d.StopServiceDeploymentRequest$=d.StartTaskResponse$=d.StartTaskRequest$=d.Setting$=d.Session$=d.ServiceVolumeConfiguration$=d.ServiceRevisionSummary$=d.ServiceRevisionLoadBalancer$=d.ServiceRevision$=d.ServiceRegistry$=d.ServiceManagedEBSVolumeConfiguration$=d.ServiceEvent$=d.ServiceDeploymentCircuitBreaker$=d.ServiceDeploymentBrief$=d.ServiceDeploymentAlarms$=d.ServiceDeployment$=void 0;d.ListAccountSettings$=d.GetTaskProtection$=d.ExecuteCommand$=d.DiscoverPollEndpoint$=d.DescribeTaskSets$=d.DescribeTasks$=d.DescribeTaskDefinition$=d.DescribeServices$=d.DescribeServiceRevisions$=d.DescribeServiceDeployments$=d.DescribeExpressGatewayService$=d.DescribeContainerInstances$=d.DescribeClusters$=d.DescribeCapacityProviders$=d.DeregisterTaskDefinition$=d.DeregisterContainerInstance$=d.DeleteTaskSet$=d.DeleteTaskDefinitions$=d.DeleteService$=d.DeleteExpressGatewayService$=d.DeleteCluster$=d.DeleteCapacityProvider$=d.DeleteAttributes$=d.DeleteAccountSetting$=d.CreateTaskSet$=d.CreateService$=d.CreateExpressGatewayService$=d.CreateCluster$=d.CreateCapacityProvider$=d.VpcLatticeConfiguration$=d.VolumeFrom$=d.Volume$=d.VersionInfo$=d.VCpuCountRangeRequest$=d.UpdateTaskSetResponse$=d.UpdateTaskSetRequest$=d.UpdateTaskProtectionResponse$=d.UpdateTaskProtectionRequest$=d.UpdateServiceResponse$=d.UpdateServiceRequest$=d.UpdateServicePrimaryTaskSetResponse$=d.UpdateServicePrimaryTaskSetRequest$=d.UpdateManagedInstancesProviderConfiguration$=d.UpdateExpressGatewayServiceResponse$=d.UpdateExpressGatewayServiceRequest$=d.UpdatedExpressGatewayService$=d.UpdateContainerInstancesStateResponse$=d.UpdateContainerInstancesStateRequest$=d.UpdateContainerAgentResponse$=d.UpdateContainerAgentRequest$=void 0;d.UpdateTaskSet$=d.UpdateTaskProtection$=d.UpdateServicePrimaryTaskSet$=d.UpdateService$=d.UpdateExpressGatewayService$=d.UpdateContainerInstancesState$=d.UpdateContainerAgent$=d.UpdateClusterSettings$=d.UpdateCluster$=d.UpdateCapacityProvider$=d.UntagResource$=d.TagResource$=d.SubmitTaskStateChange$=d.SubmitContainerStateChange$=d.SubmitAttachmentStateChanges$=d.StopTask$=d.StopServiceDeployment$=d.StartTask$=d.RunTask$=d.RegisterTaskDefinition$=d.RegisterContainerInstance$=d.PutClusterCapacityProviders$=d.PutAttributes$=d.PutAccountSettingDefault$=d.PutAccountSetting$=d.ListTasks$=d.ListTaskDefinitions$=d.ListTaskDefinitionFamilies$=d.ListTagsForResource$=d.ListServicesByNamespace$=d.ListServices$=d.ListServiceDeployments$=d.ListContainerInstances$=d.ListClusters$=d.ListAttributes$=void 0;var cvt="Attachment",uvt="AdvancedConfiguration",lvt="AcceleratorCountRequest",dvt="AttachmentDetails",pvt="AccessDeniedException",mvt="AllowedInstanceType",fvt="AllowedInstanceTypeSet",gvt="AttributeLimitExceededException",hvt="AcceleratorManufacturer",Svt="AcceleratorManufacturerSet",yvt="AcceleratorName",Evt="AcceleratorNameSet",Cvt="AttachmentStateChange",_vt="AttachmentStateChanges",Rvt="AutoScalingGroupProvider",Tvt="AutoScalingGroupProviderUpdate",Avt="AcceleratorType",Pvt="AcceleratorTotalMemoryMiBRequest",vvt="AcceleratorTypeSet",bvt="AwsVpcConfiguration",Ivt="Attribute",Dvt="Attachments",xvt="Attributes",wvt="BlockedException",$vt="BaselineEbsBandwidthMbpsRequest",Ovt="Cluster",kvt="CreatedAt",Nvt="CanaryConfiguration",Lvt="ClusterContainsContainerInstancesException",Uvt="ClusterContainsCapacityProviderException",Fvt="CreateCapacityProvider",Mvt="CreateCapacityProviderRequest",qvt="CreateCapacityProviderResponse",Bvt="CreateClusterRequest",Gvt="CreateClusterResponse",Hvt="ClusterContainsServicesException",Vvt="ClusterContainsTasksException",jvt="ClusterConfiguration",Wvt="CreateCluster",zvt="ContainerDefinition",Kvt="ContainerDependency",Qvt="ContainerDefinitions",Yvt="ContainerDependencies",Jvt="ClientException",Xvt="CreateExpressGatewayService",Zvt="CreateExpressGatewayServiceRequest",ebt="CreateExpressGatewayServiceResponse",tbt="ConflictException",rbt="ContainerImage",nbt="ContainerInstanceHealthStatus",sbt="ContainerInstance",obt="ContainerImages",ibt="ContainerInstances",abt="CpuManufacturer",cbt="CreateManagedInstancesProviderConfiguration",ubt="CpuManufacturerSet",lbt="ClusterNotFoundException",dbt="ContainerOverride",pbt="ContainerOverrides",mbt="CapacityProvider",fbt="CapacityProviderStrategy",gbt="CapacityProviderStrategyItem",hbt="CapacityProviders",Sbt="ContainerRestartPolicy",ybt="ClusterSetting",Ebt="ContainerStateChange",Cbt="ClusterServiceConnectDefaults",_bt="ClusterServiceConnectDefaultsRequest",Rbt="ContainerStateChanges",Tbt="CreateServiceRequest",Abt="CreateServiceResponse",Pbt="ClusterSettings",vbt="CreateService",bbt="CreateTaskSet",Ibt="CreateTaskSetRequest",Dbt="CreateTaskSetResponse",xbt="Clusters",wbt="Container",$bt="Containers",Obt="Deployment",kbt="DeploymentAlarms",Nbt="DeleteAttributesRequest",Lbt="DeleteAttributesResponse",Ubt="DeleteAccountSetting",Fbt="DeleteAccountSettingRequest",Mbt="DeleteAccountSettingResponse",qbt="DeleteAttributes",Bbt="DeploymentConfiguration",Gbt="DeploymentCircuitBreaker",Hbt="DeregisterContainerInstance",Vbt="DeregisterContainerInstanceRequest",jbt="DeregisterContainerInstanceResponse",Wbt="DescribeContainerInstancesRequest",zbt="DescribeContainerInstancesResponse",Kbt="DescribeContainerInstances",Qbt="DeleteCapacityProvider",Ybt="DeleteCapacityProviderRequest",Jbt="DeleteCapacityProviderResponse",Xbt="DescribeCapacityProvidersRequest",Zbt="DescribeCapacityProvidersResponse",eIt="DescribeCapacityProviders",tIt="DeleteClusterRequest",rIt="DeleteClusterResponse",nIt="DescribeClustersRequest",sIt="DescribeClustersResponse",oIt="DeploymentController",iIt="DeleteCluster",aIt="DescribeClusters",cIt="DeleteExpressGatewayService",uIt="DeleteExpressGatewayServiceRequest",lIt="DeleteExpressGatewayServiceResponse",dIt="DescribeExpressGatewayServiceRequest",pIt="DescribeExpressGatewayServiceResponse",mIt="DescribeExpressGatewayService",fIt="DeploymentEphemeralStorage",gIt="DevicesList",hIt="DeploymentLifecycleHook",SIt="DeploymentLifecycleHookList",yIt="DiscoverPollEndpoint",EIt="DiscoverPollEndpointRequest",CIt="DiscoverPollEndpointResponse",_It="DeleteService",RIt="DescribeServiceDeployments",TIt="DescribeServiceDeploymentsRequest",AIt="DescribeServiceDeploymentsResponse",PIt="DeleteServiceRequest",vIt="DescribeServiceRevisionsRequest",bIt="DescribeServiceRevisionsResponse",IIt="DeleteServiceResponse",DIt="DescribeServicesRequest",xIt="DescribeServicesResponse",wIt="DescribeServiceRevisions",$It="DescribeServices",OIt="DescribeTasks",kIt="DeleteTaskDefinitions",NIt="DeleteTaskDefinitionsRequest",LIt="DeleteTaskDefinitionsResponse",UIt="DeregisterTaskDefinitionRequest",FIt="DeregisterTaskDefinitionResponse",MIt="DescribeTaskDefinitionRequest",qIt="DescribeTaskDefinitionResponse",BIt="DeregisterTaskDefinition",GIt="DescribeTaskDefinition",HIt="DescribeTasksRequest",VIt="DescribeTasksResponse",jIt="DeleteTaskSet",WIt="DeleteTaskSetRequest",zIt="DeleteTaskSetResponse",KIt="DescribeTaskSetsRequest",QIt="DescribeTaskSetsResponse",YIt="DescribeTaskSets",JIt="DockerVolumeConfiguration",XIt="Device",ZIt="Deployments",eDt="EBSTagSpecification",tDt="EBSTagSpecifications",rDt="ExecuteCommand",nDt="ExecuteCommandConfiguration",sDt="ExecuteCommandLogConfiguration",oDt="ExecuteCommandRequest",iDt="ExecuteCommandResponse",aDt="ECSExpressGatewayService",cDt="ECSManagedResources",uDt="EnvironmentFile",lDt="EFSAuthorizationConfig",dDt="EFSVolumeConfiguration",pDt="EnvironmentFiles",mDt="ExpressGatewayContainer",fDt="ExpressGatewayRepositoryCredentials",gDt="ExpressGatewayServiceAwsLogsConfiguration",hDt="ExpressGatewayServiceConfiguration",SDt="ExpressGatewayServiceConfigurations",yDt="ExpressGatewayServiceNetworkConfiguration",EDt="ExpressGatewayServiceStatus",CDt="ExpressGatewayScalingTarget",_Dt="ExcludedInstanceType",RDt="ExcludedInstanceTypeSet",TDt="EphemeralStorage",ADt="EnvironmentVariables",PDt="Failure",vDt="FirelensConfiguration",bDt="FSxWindowsFileServerAuthorizationConfig",IDt="FSxWindowsFileServerVolumeConfiguration",DDt="Failures",xDt="GetTaskProtection",wDt="GetTaskProtectionRequest",$Dt="GetTaskProtectionResponse",ODt="HealthCheck",kDt="HostEntry",NDt="HostEntryList",LDt="HostVolumeProperties",UDt="InferenceAccelerator",FDt="InferenceAcceleratorOverride",MDt="InferenceAcceleratorOverrides",qDt="InferenceAccelerators",BDt="InstanceGeneration",GDt="InstanceGenerationSet",HDt="InstanceHealthCheckResult",VDt="InstanceHealthCheckResultList",jDt="InstanceLaunchTemplate",WDt="InstanceLaunchTemplateUpdate",zDt="InfrastructureOptimization",KDt="InvalidParameterException",QDt="IngressPathSummary",YDt="IngressPathSummaries",JDt="InstanceRequirementsRequest",XDt="KernelCapabilities",ZDt="KeyValuePair",ext="ListAttributes",txt="ListAttributesRequest",rxt="ListAttributesResponse",nxt="ListAccountSettings",sxt="ListAccountSettingsRequest",oxt="ListAccountSettingsResponse",ixt="LoadBalancer",axt="LoadBalancers",cxt="LinearConfiguration",uxt="ListContainerInstances",lxt="ListContainerInstancesRequest",dxt="ListContainerInstancesResponse",pxt="ListClustersRequest",mxt="ListClustersResponse",fxt="ListClusters",gxt="LogConfiguration",hxt="LimitExceededException",Sxt="LinuxParameters",yxt="ListServices",Ext="ListServicesByNamespace",Cxt="ListServicesByNamespaceRequest",_xt="ListServicesByNamespaceResponse",Rxt="ListServiceDeployments",Txt="ListServiceDeploymentsRequest",Axt="ListServiceDeploymentsResponse",Pxt="ListServicesRequest",vxt="ListServicesResponse",bxt="LocalStorageType",Ixt="LocalStorageTypeSet",Dxt="ListTasks",xxt="ListTaskDefinitions",wxt="ListTaskDefinitionFamilies",$xt="ListTaskDefinitionFamiliesRequest",Oxt="ListTaskDefinitionFamiliesResponse",kxt="ListTaskDefinitionsRequest",Nxt="ListTaskDefinitionsResponse",Lxt="ListTagsForResource",Uxt="ListTagsForResourceRequest",Fxt="ListTagsForResourceResponse",Mxt="ListTasksRequest",qxt="ListTasksResponse",Bxt="ManagedAgent",Gxt="ManagedApplicationAutoScalingPolicy",Hxt="ManagedApplicationAutoScalingPolicies",Vxt="ManagedAutoScaling",jxt="ManagedAgentStateChange",Wxt="ManagedAgentStateChanges",zxt="ManagedAgents",Kxt="ManagedCertificate",Qxt="MemoryGiBPerVCpuRequest",Yxt="ManagedInstancesNetworkConfiguration",Jxt="ManagedIngressPath",Xxt="ManagedInstancesProvider",Zxt="ManagedIngressPaths",ewt="ManagedInstancesStorageConfiguration",twt="ManagedListener",rwt="ManagedLoadBalancer",nwt="ManagedLogGroup",swt="ManagedLogGroups",owt="ManagedListenerRule",iwt="ManagedMetricAlarm",awt="ManagedMetricAlarms",cwt="MemoryMiBRequest",uwt="MountPoint",lwt="MountPointList",dwt="ManagedScaling",pwt="ManagedStorageConfiguration",mwt="ManagedSecurityGroup",fwt="ManagedSecurityGroups",gwt="ManagedScalableTarget",hwt="ManagedTargetGroup",Swt="ManagedTargetGroups",ywt="MissingVersionException",Ewt="NetworkBinding",Cwt="NetworkBandwidthGbpsRequest",_wt="NetworkBindings",Rwt="NetworkConfiguration",Twt="NetworkInterface",Awt="NetworkInterfaceCountRequest",Pwt="NetworkInterfaces",vwt="NamespaceNotFoundException",bwt="NoUpdateAvailableException",Iwt="PutAttributes",Dwt="PutAttributesRequest",xwt="PutAttributesResponse",wwt="PutAccountSetting",$wt="PutAccountSettingDefault",Owt="PutAccountSettingDefaultRequest",kwt="PutAccountSettingDefaultResponse",Nwt="PutAccountSettingRequest",Lwt="PutAccountSettingResponse",Uwt="PlacementConstraint",Fwt="PutClusterCapacityProviders",Mwt="PutClusterCapacityProvidersRequest",qwt="PutClusterCapacityProvidersResponse",Bwt="ProxyConfigurationProperties",Gwt="PlacementConstraints",Hwt="ProxyConfiguration",Vwt="PlatformDevice",jwt="PlatformDevices",Wwt="PortMapping",zwt="PortMappingList",Kwt="PlacementStrategy",Qwt="PlacementStrategies",Ywt="ProtectedTask",Jwt="PlatformTaskDefinitionIncompatibilityException",Xwt="ProtectedTasks",Zwt="PlatformUnknownException",e$t="Resource",t$t="RequiresAttributes",r$t="RepositoryCredentials",n$t="RegisterContainerInstance",s$t="RegisterContainerInstanceRequest",o$t="RegisterContainerInstanceResponse",i$t="ResolvedConfiguration",a$t="ResourceInUseException",c$t="ResourceNotFoundException",u$t="RuntimePlatform",l$t="ResourceRequirement",d$t="ResourceRequirements",p$t="RunTask",m$t="RegisterTaskDefinition",f$t="RegisterTaskDefinitionRequest",g$t="RegisterTaskDefinitionResponse",h$t="RunTaskRequest",S$t="RunTaskResponse",y$t="Resources",E$t="Rollback",C$t="Scale",_$t="SubmitAttachmentStateChanges",R$t="SubmitAttachmentStateChangesRequest",T$t="SubmitAttachmentStateChangesResponse",A$t="SystemControl",P$t="ServiceConnectAccessLogConfiguration",v$t="ServiceConnectConfiguration",b$t="ServiceConnectClientAlias",I$t="ServiceConnectClientAliasList",D$t="ServiceCurrentRevisionSummary",x$t="ServiceCurrentRevisionSummaryList",w$t="ServiceConnectService",$$t="SubmitContainerStateChange",O$t="SubmitContainerStateChangeRequest",k$t="SubmitContainerStateChangeResponse",N$t="ServiceConnectServiceList",L$t="ServiceConnectServiceResource",U$t="ServiceConnectServiceResourceList",F$t="ServiceConnectTlsConfiguration",M$t="ServiceConnectTlsCertificateAuthority",q$t="ServiceConnectTestTrafficHeaderMatchRules",B$t="ServiceConnectTestTrafficHeaderRules",G$t="ServiceConnectTestTrafficRules",H$t="SystemControls",V$t="ServiceDeployment",j$t="ServiceDeploymentAlarms",W$t="ServiceDeploymentBrief",z$t="ServiceDeploymentsBrief",K$t="ServiceDeploymentCircuitBreaker",Q$t="ServiceDeploymentNotFoundException",Y$t="ServiceDeployments",J$t="ServerException",X$t="ServiceEvent",Z$t="ServiceEvents",eOt="SecretList",tOt="ServiceManagedEBSVolumeConfiguration",rOt="ServiceNotActiveException",nOt="ServiceNotFoundException",sOt="ServiceRegistry",oOt="ServiceRevisionLoadBalancer",iOt="ServiceRevisionLoadBalancers",aOt="ServiceRevisionSummary",cOt="ServiceRevisionsSummaryList",uOt="ServiceRevision",lOt="ServiceRegistries",dOt="ServiceRevisions",pOt="SensitiveString",mOt="StopServiceDeployment",fOt="StopServiceDeploymentRequest",gOt="StopServiceDeploymentResponse",hOt="StartTask",SOt="StartTaskRequest",yOt="StartTaskResponse",EOt="StopTaskRequest",COt="StopTaskResponse",_Ot="SubmitTaskStateChange",ROt="SubmitTaskStateChangeRequest",TOt="SubmitTaskStateChangeResponse",AOt="StopTask",POt="ServiceVolumeConfiguration",vOt="ServiceVolumeConfigurations",bOt="Secret",IOt="Service",DOt="Services",xOt="Session",wOt="Setting",$Ot="Settings",OOt="Statistics",kOt="Tag",NOt="TimeoutConfiguration",LOt="TaskDefinition",UOt="TaskDefinitionList",FOt="TaskDefinitionPlacementConstraint",MOt="TaskDefinitionPlacementConstraints",qOt="TaskEphemeralStorage",BOt="TmpfsList",GOt="TotalLocalStorageGBRequest",HOt="TaskManagedEBSVolumeConfiguration",VOt="TaskManagedEBSVolumeTerminationPolicy",jOt="TargetNotConnectedException",WOt="TargetNotFoundException",zOt="TaskOverride",KOt="TagResource",QOt="TagResourceRequest",YOt="TagResourceResponse",JOt="TaskSet",XOt="TaskSetNotFoundException",ZOt="TaskSets",ekt="TaskVolumeConfiguration",tkt="TaskVolumeConfigurations",rkt="Task",nkt="Tags",skt="Tasks",okt="Tmpfs",ikt="Ulimit",akt="UpdateCluster",ckt="UpdateContainerAgent",ukt="UpdateContainerAgentRequest",lkt="UpdateContainerAgentResponse",dkt="UpdateContainerInstancesState",pkt="UpdateContainerInstancesStateRequest",mkt="UpdateContainerInstancesStateResponse",fkt="UpdateCapacityProvider",gkt="UpdateCapacityProviderRequest",hkt="UpdateCapacityProviderResponse",Skt="UpdateClusterRequest",ykt="UpdateClusterResponse",Ekt="UpdateClusterSettings",Ckt="UpdateClusterSettingsRequest",_kt="UpdateClusterSettingsResponse",Rkt="UpdatedExpressGatewayService",Tkt="UpdateExpressGatewayServiceRequest",Akt="UpdateExpressGatewayServiceResponse",Pkt="UpdateExpressGatewayService",vkt="UnsupportedFeatureException",bkt="UpdateInProgressException",Ikt="UlimitList",Dkt="UpdateManagedInstancesProviderConfiguration",xkt="UntagResource",wkt="UntagResourceRequest",$kt="UntagResourceResponse",Okt="UpdateService",kkt="UpdateServicePrimaryTaskSet",Nkt="UpdateServicePrimaryTaskSetRequest",Lkt="UpdateServicePrimaryTaskSetResponse",Ukt="UpdateServiceRequest",Fkt="UpdateServiceResponse",Mkt="UpdateTaskProtection",qkt="UpdateTaskProtectionRequest",Bkt="UpdateTaskProtectionResponse",Gkt="UpdateTaskSet",Hkt="UpdateTaskSetRequest",Vkt="UpdateTaskSetResponse",jkt="Volume",Wkt="VCpuCountRangeRequest",zkt="VolumeFrom",Kkt="VolumeFromList",Qkt="VersionInfo",Ykt="VolumeList",Jkt="VpcLatticeConfiguration",Xkt="VpcLatticeConfigurations",PC="attachments",Zkt="attachmentArn",eNt="applicationAutoScalingPolicies",tNt="agentConnected",rNt="activeConfigurations",nNt="acceleratorCount",sNt="advancedConfiguration",Cye="authorizationConfig",oNt="awsvpcConfiguration",iNt="agentHash",aNt="attachmentId",cNt="allowedInstanceTypes",uNt="awsLogsConfiguration",lNt="accessLogConfiguration",dNt="acceleratorManufacturers",_ye="alarmNames",pNt="acceleratorNames",mNt="attributeName",fNt="appProtocol",gNt="awsPcaAuthorityArn",hNt="assignPublicIp",SNt="accessPointId",yNt="attachmentsStatus",ENt="activeServicesCount",CNt="autoScalingGroupArn",o6="autoScalingGroupProvider",_Nt="autoScalingMetric",RNt="autoScalingTargetValue",TNt="autoScaling",Rye="accessType",ANt="alternateTargetGroupArn",PNt="acceleratorTotalMemoryMiB",vNt="acceleratorTypes",bNt="agentUpdateStatus",INt="attributeValue",DNt="agentVersion",xNt="availabilityZone",i6="availabilityZoneRebalancing",a6="acknowledgment",wNt="add",$Nt="after",Tye="alarms",Ao="arn",Jl="attributes",ONt="autoprovision",kNt="base",NNt="baselineEbsBandwidthMbps",LNt="bindIP",UNt="bareMetal",FNt="burstablePerformance",MNt="bakeTimeInMinutes",qNt="before",ir="client",Xl="clusterArn",BNt="configuredAtLaunch",GNt="clusterArns",HNt="clientAliases",Aye="containerArn",VNt="connectivityAt",jNt="cpuArchitecture",ri="createdAt",WNt="createdBy",zNt="canaryBakeTimeInMinutes",KNt="canaryConfiguration",QNt="currentDeployment",YNt="computedDesiredCount",Pye="containerDefinitions",mm="containerInstance",c6="containerInstanceArn",JNt="containerInstanceArns",vC="containerInstances",XNt="containerImages",ZNt="cpuManufacturers",vye="clusterName",ru="containerName",eLt="containerOverrides",tLt="capacityOptionType",rLt="canaryPercent",nLt="capacityProviderArn",bye="capacityProviderName",Iye="containerPortRange",Zl="capacityProviderStrategy",bC="capacityProvider",IC="capacityProviders",u6="containerPath",DC="containerPort",l6="credentialsParameter",sLt="credentialSpecs",oLt="currentServiceDeployment",iLt="currentServiceRevisions",d6="clientToken",aLt="cloudWatchEncryptionEnabled",cLt="cloudWatchLogGroupName",uLt="capabilities",lLt="certificate",Ve="cluster",Dye="clusters",p6="configuration",xC="command",dLt="compatibilities",pLt="condition",mLt="connectivity",fLt="container",xye="containers",gLt="count",Fa="cpu",wye="details",hLt="discoveryArn",SLt="deregisteredAt",Ex="desiredCount",$ye="deploymentCircuitBreaker",m6="defaultCapacityProviderStrategy",Cx="deploymentConfiguration",f6="deploymentController",yLt="dockerLabels",ELt="disableNetworking",Oye="deviceName",kye="discoveryName",CLt="dnsName",_Lt="domainName",RLt="dependsOn",TLt="deleteOnTermination",ALt="driverOpts",PLt="dnsServers",vLt="dnsSearchDomains",bLt="dockerSecurityOptions",Nye="desiredStatus",Lye="deviceType",ILt="doubleValue",DLt="dockerVolumeConfiguration",xLt="dockerVersion",wLt="detail",$Lt="deployments",OLt="devices",kLt="domain",NLt="driver",LLt="drop",Xt="error",g6="exitCode",ULt="executeCommandConfiguration",FLt="expirationDate",Mg="enableExecuteCommand",wC="enableECSManagedTags",Uye="environmentFiles",Fye="enableFaultInjection",MLt="extraHosts",Mye="externalId",qLt="ec2InstanceId",BLt="expiresInMinutes",qye="ec2InstanceProfileArn",GLt="excludedInstanceTypes",HLt="ecsManagedResources",VLt="entryPoint",qg="executionRoleArn",jLt="effectiveSettings",Bye="executionStoppedAt",_x="ephemeralStorage",WLt="efsVolumeConfiguration",h6="environment",Gye="enabled",Hye="enable",Vye="encrypted",S6="endpoint",zLt="essential",KLt="events",jye="expression",QLt="exact",y6="force",Wye="finishedAt",YLt="firelensConfiguration",JLt="failureCount",XLt="fipsEnabled",Rx="fargateEphemeralStorage",ZLt="fargateEphemeralStorageKmsKeyId",e1t="forceNewDeployment",zye="familyPrefix",Kye="fileSystemId",t1t="failedTasks",Qye="filesystemType",r1t="fsxWindowsFileServerVolumeConfiguration",eo="failures",n1t="families",E6="family",s1t="filter",o1t="field",i1t="format",C6="group",a1t="guardDutyEnabled",c1t="gpuIds",Yye="hostname",u1t="healthCheck",_6="healthCheckGracePeriodSeconds",Tx="healthCheckPath",l1t="healthCheckPort",d1t="hookDetails",p1t="hardLimit",m1t="hostPath",f1t="hostPortRange",Jye="hostPort",R6="healthStatus",g1t="hookTargetArn",h1t="header",S1t="host",$C="id",y1t="ipAddress",E1t="inferenceAcceleratorOverrides",T6="inferenceAccelerators",C1t="ipv6Address",_1t="issuerCertificateAuthority",A6="imageDigest",R1t="ignoredExitCodes",T1t="instanceGenerations",A1t="instanceIdentityDocument",P1t="instanceIdentityDocumentSignature",P6="instanceLaunchTemplate",Xye="ipcMode",v6="infrastructureOptimization",Zye="ingressPaths",v1t="initProcessEnabled",b1t="ingressPortOverride",I1t="includeQueryParameters",eEe="instanceRequirements",OC="infrastructureRoleArn",D1t="idleTimeoutSeconds",x1t="integerValue",w1t="instanceWarmupPeriod",$1t="iam",Ax="image",b6="interactive",ed="include",O1t="interval",tEe="iops",td="item",k1t="key",N1t="kmsKey",Bg="kmsKeyId",L1t="links",fm="loadBalancers",U1t="loadBalancerName",F1t="loadBalancerSecurityGroups",M1t="loadBalancer",I6="logConfiguration",q1t="linearConfiguration",B1t="logDriver",G1t="logGroups",H1t="logGroupName",V1t="logGroup",j1t="lifecycleHooks",W1t="linuxParameters",D6="lastStatus",z1t="lastStartedAt",K1t="lastStatusChange",Q1t="logStreamPrefix",Y1t="localStorageTypes",J1t="lifecycleStages",X1t="lifecycleStage",Z1t="localStorage",Ma="launchType",eUt="lastUpdated",tUt="longValue",rUt="labels",nUt="listener",sUt="logging",Ft="message",rEe="managedAgents",oUt="managedAgentName",iUt="metricAlarms",aUt="minCapacity",cUt="maxCapacity",nEe="managedDraining",sEe="managedEBSVolume",uUt="memoryGiBPerVCpu",lUt="minimumHealthyPercent",x6="managedInstancesProvider",dUt="memoryMiB",pUt="mountOptions",mUt="mountPoints",fUt="maximumPercent",w6="memoryReservation",Vi="maxResults",oEe="managedScaling",gUt="managedStorageConfiguration",hUt="maxSpotPriceAsPercentageOfOptimalOnDemandPrice",SUt="minimumScalingStepSize",yUt="maximumScalingStepSize",EUt="maxSwap",CUt="minTaskCount",_Ut="maxTaskCount",iEe="managedTerminationProtection",nu="max",qa="memory",RUt="metric",su="min",aEe="monitoring",Dr="name",$6="networkBindings",TUt="networkBandwidthGbps",to="networkConfiguration",AUt="networkInterfaces",PUt="networkInterfaceCount",cEe="networkMode",Ur="nextToken",kC="namespace",uEe="options",vUt="onDemandMaxPricePercentageOverLowestPrice",bUt="overallStatus",IUt="operatingSystemFamily",O6="overrides",DUt="privileged",Px="principalArn",k6="primaryContainer",N6="pendingCount",Gg="placementConstraints",lEe="proxyConfiguration",xUt="platformDevices",dEe="protectionEnabled",NC="platformFamily",wUt="privateIpv4Address",pEe="productionListenerRule",$Ut="portMappings",mEe="pidMode",fEe="portName",OUt="perRequestTimeoutSeconds",vx="placementStrategy",gEe="pullStartedAt",hEe="pullStoppedAt",kUt="pseudoTerminal",SEe="pendingTasksCount",yEe="pendingTaskCount",NUt="primaryTaskSet",LUt="policyType",ou="propagateTags",EEe="protectedTasks",iu="platformVersion",UUt="permissions",L6="port",CEe="protocol",FUt="properties",au="reason",gm="roleArn",MUt="restartAttemptPeriod",_Ee="registeredAt",qUt="registryArn",BUt="requiresAttributes",U6="resourceArn",GUt="registeredBy",REe="repositoryCredentials",HUt="registeredContainerInstancesCount",TEe="requiresCompatibilities",VUt="resolvedConfiguration",F6="runningCount",AEe="rootDirectory",jUt="requireHibernateSupport",WUt="resourceIds",PEe="referenceId",M6="runtimeId",vEe="resourceManagementType",bEe="readOnly",zUt="restartPolicy",KUt="requestedProductionTrafficWeight",IEe="runtimePlatform",DEe="resourceRequirements",QUt="readonlyRootFilesystem",YUt="remainingResources",JUt="registeredResources",XUt="rolloutState",ZUt="rolloutStateReason",eFt="resourceType",xEe="runningTasksCount",wEe="requestedTaskCount",$Ee="runningTaskCount",tFt="requestedTestTrafficWeight",rFt="retries",nFt="revision",sFt="role",q6="rollback",oFt="rule",OEe="smithy.ts.sdk.synthetic.com.amazonaws.ecs",Ba="serviceArn",kEe="serviceArns",bx="startedAt",NEe="stoppedAt",iFt="stoppingAt",LC="startedBy",aFt="s3BucketName",cFt="stepBakeTimeInMinutes",uFt="systemControls",Ix="serviceConnectConfiguration",B6="serviceConnectDefaults",lFt="serviceConnectEndpoint",dFt="serviceConnectResources",pFt="sourceContainer",mFt="statusCode",LEe="storageConfiguration",fFt="stopCode",UEe="serviceDeployments",gFt="serviceDeploymentArns",Dx="serviceDeploymentArn",hFt="s3EncryptionEnabled",G6="securityGroups",SFt="securityGroupIds",yFt="subnetIds",EFt="scaleInAfter",xx="sizeInGiB",CFt="sessionId",FEe="snapshotId",_Ft="s3KeyPrefix",RFt="softLimit",TFt="spotMaxPricePercentageOverLowestPrice",AFt="sharedMemorySize",Hg="serviceName",PFt="secretOptions",vFt="startPeriod",bFt="sourcePath",IFt="stepPercent",ro="statusReason",DFt="serviceRevisionArns",H6="serviceRevisionArn",Vg="serviceRegistries",xFt="serviceRevisions",wFt="stoppedReason",V6="schedulingStrategy",$Ft="stabilityStatusAt",OFt="serviceSecurityGroups",kFt="storageSizeGiB",NFt="sourceServiceRevisions",LFt="stringSetValue",UFt="stabilityStatus",FFt="startTimeout",j6="scalingTarget",MFt="scalableTarget",qFt="stopTimeout",BFt="stopType",GFt="streamUrl",HFt="sourceVolume",W6="scale",VFt="scheme",jFt="scope",WFt="server",MEe="secrets",Is="service",z6="services",zFt="session",UC="settings",K6="setting",KFt="size",QFt="sort",pt="status",YFt="statistics",JFt="strategy",Q6="subnets",XFt="swappiness",no="type",wx="taskArn",ZFt="triggeredAlarmNames",eMt="taskArns",tMt="targetCapacity",rMt="targetConfiguration",so="taskDefinition",nMt="taskDefinitionArns",qEe="taskDefinitionArn",BEe="taskDefinitions",sMt="telemetryEndpoint",oMt="transitEncryptionPort",iMt="transitEncryption",aMt="targetGroups",Y6="targetGroupArn",cMt="targetId",uMt="tagKeys",lMt="testListenerRule",dMt="totalLocalStorageGB",pMt="terminationPolicy",mMt="totalResources",jg="taskRoleArn",Wg="taskSet",fMt="taskSetArn",gMt="targetServiceRevision",hMt="targetServiceRevisionArn",J6="taskSets",GEe="tagSpecifications",HEe="targetType",SMt="testTrafficRules",yMt="targetValue",EMt="tokenValue",Wr="tags",zg="tasks",FC="task",CMt="threshold",VEe="throughput",jEe="timeout",_Mt="tls",RMt="tmpfs",TMt="user",Ds="updatedAt",AMt="updateStatus",PMt="updateStatusReason",vMt="ulimits",bMt="unit",Po="value",IMt="versionConsistency",DMt="vCpuCount",Kg="volumeConfigurations",xMt="volumesFrom",wMt="valueFrom",WEe="versionInfo",zEe="volumeInitializationRate",$x="vpcLatticeConfigurations",KEe="volumeType",QEe="version",YEe="volumes",$Mt="weight",OMt="workingDirectory",Jn="xmlName",P="com.amazonaws.ecs",JEe=(dt(),J(_a)),kMt=yx(),Zt=n6(),XEe=JEe.TypeRegistry.for(OEe);d.ECSServiceException$=[-3,OEe,"ECSServiceException",0,[],[]];XEe.registerError(d.ECSServiceException$,kMt.ECSServiceException);var Mt=JEe.TypeRegistry.for(P);d.AccessDeniedException$=[-3,P,pvt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.AccessDeniedException$,Zt.AccessDeniedException);d.AttributeLimitExceededException$=[-3,P,gvt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.AttributeLimitExceededException$,Zt.AttributeLimitExceededException);d.BlockedException$=[-3,P,wvt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.BlockedException$,Zt.BlockedException);d.ClientException$=[-3,P,Jvt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.ClientException$,Zt.ClientException);d.ClusterContainsCapacityProviderException$=[-3,P,Uvt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.ClusterContainsCapacityProviderException$,Zt.ClusterContainsCapacityProviderException);d.ClusterContainsContainerInstancesException$=[-3,P,Lvt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.ClusterContainsContainerInstancesException$,Zt.ClusterContainsContainerInstancesException);d.ClusterContainsServicesException$=[-3,P,Hvt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.ClusterContainsServicesException$,Zt.ClusterContainsServicesException);d.ClusterContainsTasksException$=[-3,P,Vvt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.ClusterContainsTasksException$,Zt.ClusterContainsTasksException);d.ClusterNotFoundException$=[-3,P,lbt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.ClusterNotFoundException$,Zt.ClusterNotFoundException);d.ConflictException$=[-3,P,tbt,{[Xt]:ir},[WUt,Ft],[64,0]];Mt.registerError(d.ConflictException$,Zt.ConflictException);d.InvalidParameterException$=[-3,P,KDt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.InvalidParameterException$,Zt.InvalidParameterException);d.LimitExceededException$=[-3,P,hxt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.LimitExceededException$,Zt.LimitExceededException);d.MissingVersionException$=[-3,P,ywt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.MissingVersionException$,Zt.MissingVersionException);d.NamespaceNotFoundException$=[-3,P,vwt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.NamespaceNotFoundException$,Zt.NamespaceNotFoundException);d.NoUpdateAvailableException$=[-3,P,bwt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.NoUpdateAvailableException$,Zt.NoUpdateAvailableException);d.PlatformTaskDefinitionIncompatibilityException$=[-3,P,Jwt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.PlatformTaskDefinitionIncompatibilityException$,Zt.PlatformTaskDefinitionIncompatibilityException);d.PlatformUnknownException$=[-3,P,Zwt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.PlatformUnknownException$,Zt.PlatformUnknownException);d.ResourceInUseException$=[-3,P,a$t,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.ResourceInUseException$,Zt.ResourceInUseException);d.ResourceNotFoundException$=[-3,P,c$t,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.ResourceNotFoundException$,Zt.ResourceNotFoundException);d.ServerException$=[-3,P,J$t,{[Xt]:WFt},[Ft],[0]];Mt.registerError(d.ServerException$,Zt.ServerException);d.ServiceDeploymentNotFoundException$=[-3,P,Q$t,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.ServiceDeploymentNotFoundException$,Zt.ServiceDeploymentNotFoundException);d.ServiceNotActiveException$=[-3,P,rOt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.ServiceNotActiveException$,Zt.ServiceNotActiveException);d.ServiceNotFoundException$=[-3,P,nOt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.ServiceNotFoundException$,Zt.ServiceNotFoundException);d.TargetNotConnectedException$=[-3,P,jOt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.TargetNotConnectedException$,Zt.TargetNotConnectedException);d.TargetNotFoundException$=[-3,P,WOt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.TargetNotFoundException$,Zt.TargetNotFoundException);d.TaskSetNotFoundException$=[-3,P,XOt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.TaskSetNotFoundException$,Zt.TaskSetNotFoundException);d.UnsupportedFeatureException$=[-3,P,vkt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.UnsupportedFeatureException$,Zt.UnsupportedFeatureException);d.UpdateInProgressException$=[-3,P,bkt,{[Xt]:ir},[Ft],[0]];Mt.registerError(d.UpdateInProgressException$,Zt.UpdateInProgressException);d.errorTypeRegistries=[XEe,Mt];var NMt=[0,P,pOt,8,0];d.AcceleratorCountRequest$=[3,P,lvt,0,[su,nu],[1,1]];d.AcceleratorTotalMemoryMiBRequest$=[3,P,Pvt,0,[su,nu],[1,1]];d.AdvancedConfiguration$=[3,P,uvt,0,[ANt,pEe,lMt,gm],[0,0,0,0]];d.Attachment$=[3,P,cvt,0,[$C,no,pt,wye],[0,0,0,()=>qMt]];d.AttachmentStateChange$=[3,P,Cvt,0,[Zkt,pt],[0,0],2];d.Attribute$=[3,P,Ivt,0,[Dr,Po,HEe,cMt],[0,0,0,0],1];d.AutoScalingGroupProvider$=[3,P,Rvt,0,[CNt,oEe,iEe,nEe],[0,()=>d.ManagedScaling$,0,0],1];d.AutoScalingGroupProviderUpdate$=[3,P,Tvt,0,[oEe,iEe,nEe],[()=>d.ManagedScaling$,0,0]];d.AwsVpcConfiguration$=[3,P,bvt,0,[Q6,G6,hNt],[64,64,0],1];d.BaselineEbsBandwidthMbpsRequest$=[3,P,$vt,0,[su,nu],[1,1]];d.CanaryConfiguration$=[3,P,Nvt,0,[rLt,zNt],[1,1]];d.CapacityProvider$=[3,P,mbt,0,[nLt,Dr,Ve,pt,o6,x6,AMt,PMt,Wr,no],[0,0,0,0,()=>d.AutoScalingGroupProvider$,[()=>d.ManagedInstancesProvider$,0],0,0,()=>zr,0]];d.CapacityProviderStrategyItem$=[3,P,gbt,0,[bC,$Mt,kNt],[0,1,1],1];d.Cluster$=[3,P,Ovt,0,[Xl,vye,p6,pt,HUt,xEe,SEe,ENt,YFt,Wr,UC,IC,m6,PC,yNt,B6],[0,0,()=>d.ClusterConfiguration$,0,1,1,1,1,()=>wqt,()=>zr,()=>Ox,64,()=>ji,()=>X6,0,()=>d.ClusterServiceConnectDefaults$]];d.ClusterConfiguration$=[3,P,jvt,0,[ULt,gUt],[()=>d.ExecuteCommandConfiguration$,()=>d.ManagedStorageConfiguration$]];d.ClusterServiceConnectDefaults$=[3,P,Cbt,0,[kC],[0]];d.ClusterServiceConnectDefaultsRequest$=[3,P,_bt,0,[kC],[0],1];d.ClusterSetting$=[3,P,ybt,0,[Dr,Po],[0,0]];d.Container$=[3,P,wbt,0,[Aye,wx,Dr,Ax,A6,M6,D6,g6,au,$6,AUt,R6,rEe,Fa,qa,w6,c1t],[0,0,0,0,0,0,0,1,0,()=>t8,()=>fqt,0,()=>iqt,0,0,0,64]];d.ContainerDefinition$=[3,P,zvt,0,[Dr,Ax,REe,Fa,qa,w6,L1t,$Ut,zLt,zUt,VLt,xC,h6,Uye,mUt,xMt,W1t,MEe,RLt,FFt,qFt,IMt,Yye,TMt,OMt,ELt,DUt,QUt,PLt,vLt,MLt,bLt,b6,kUt,yLt,vMt,I6,u1t,uFt,DEe,YLt,sLt],[0,0,()=>d.RepositoryCredentials$,1,1,1,64,()=>hqt,2,()=>d.ContainerRestartPolicy$,64,64,()=>Z6,()=>nCe,()=>mqt,()=>Lqt,()=>d.LinuxParameters$,()=>r8,()=>HMt,1,1,0,0,0,0,2,2,2,64,64,()=>eqt,64,2,2,128,()=>Nqt,()=>d.LogConfiguration$,()=>d.HealthCheck$,()=>$qt,()=>iCe,()=>d.FirelensConfiguration$,64]];d.ContainerDependency$=[3,P,Kvt,0,[ru,pLt],[0,0],2];d.ContainerImage$=[3,P,rbt,0,[ru,A6,Ax],[0,0,0]];d.ContainerInstance$=[3,P,sbt,0,[c6,qLt,bye,QEe,WEe,YUt,JUt,pt,ro,tNt,xEe,SEe,bNt,Jl,_Ee,PC,Wr,R6],[0,0,0,1,()=>d.VersionInfo$,()=>s6,()=>s6,0,0,2,1,1,0,()=>rd,4,()=>X6,()=>zr,()=>d.ContainerInstanceHealthStatus$]];d.ContainerInstanceHealthStatus$=[3,P,nbt,0,[bUt,wye],[0,()=>sqt]];d.ContainerOverride$=[3,P,dbt,0,[Dr,xC,h6,Uye,Fa,qa,w6,DEe],[0,64,()=>Z6,()=>nCe,1,1,1,()=>iCe]];d.ContainerRestartPolicy$=[3,P,Sbt,0,[Gye,R1t,MUt],[2,65,1],1];d.ContainerStateChange$=[3,P,Ebt,0,[ru,A6,M6,g6,$6,au,pt],[0,0,0,1,()=>t8,0,0]];d.CreateCapacityProviderRequest$=[3,P,Mvt,0,[Dr,Ve,o6,x6,Wr],[0,0,()=>d.AutoScalingGroupProvider$,[()=>d.CreateManagedInstancesProviderConfiguration$,0],()=>zr],1];d.CreateCapacityProviderResponse$=[3,P,qvt,0,[bC],[[()=>d.CapacityProvider$,0]]];d.CreateClusterRequest$=[3,P,Bvt,0,[vye,Wr,UC,p6,IC,m6,B6],[0,()=>zr,()=>Ox,()=>d.ClusterConfiguration$,64,()=>ji,()=>d.ClusterServiceConnectDefaultsRequest$]];d.CreateClusterResponse$=[3,P,Gvt,0,[Ve],[()=>d.Cluster$]];d.CreatedAt$=[3,P,kvt,0,[qNt,$Nt],[4,4]];d.CreateExpressGatewayServiceRequest$=[3,P,Zvt,0,[qg,OC,k6,Hg,Ve,Tx,jg,to,Fa,qa,j6,Wr],[0,0,()=>d.ExpressGatewayContainer$,0,0,0,0,()=>d.ExpressGatewayServiceNetworkConfiguration$,0,0,()=>d.ExpressGatewayScalingTarget$,()=>zr],3];d.CreateExpressGatewayServiceResponse$=[3,P,ebt,0,[Is],[()=>d.ECSExpressGatewayService$]];d.CreateManagedInstancesProviderConfiguration$=[3,P,cbt,0,[OC,P6,ou,v6],[0,[()=>d.InstanceLaunchTemplate$,0],0,()=>d.InfrastructureOptimization$],2];d.CreateServiceRequest$=[3,P,Tbt,0,[Hg,Ve,so,i6,fm,Vg,Ex,d6,Ma,Zl,iu,sFt,Cx,Gg,vx,to,_6,V6,f6,Wr,wC,ou,Mg,Ix,Kg,$x],[0,0,0,0,()=>Qg,()=>Yg,1,0,0,()=>ji,0,0,()=>d.DeploymentConfiguration$,()=>kx,()=>Nx,()=>d.NetworkConfiguration$,1,0,()=>d.DeploymentController$,()=>zr,2,0,2,()=>d.ServiceConnectConfiguration$,()=>Lx,()=>Ux],1];d.CreateServiceResponse$=[3,P,Abt,0,[Is],[()=>d.Service$]];d.CreateTaskSetRequest$=[3,P,Ibt,0,[Is,Ve,so,Mye,to,fm,Vg,Ma,Zl,iu,W6,d6,Wr],[0,0,0,0,()=>d.NetworkConfiguration$,()=>Qg,()=>Yg,0,()=>ji,0,()=>d.Scale$,0,()=>zr],3];d.CreateTaskSetResponse$=[3,P,Dbt,0,[Wg],[()=>d.TaskSet$]];d.DeleteAccountSettingRequest$=[3,P,Fbt,0,[Dr,Px],[0,0],1];d.DeleteAccountSettingResponse$=[3,P,Mbt,0,[K6],[()=>d.Setting$]];d.DeleteAttributesRequest$=[3,P,Nbt,0,[Jl,Ve],[()=>rd,0],1];d.DeleteAttributesResponse$=[3,P,Lbt,0,[Jl],[()=>rd]];d.DeleteCapacityProviderRequest$=[3,P,Ybt,0,[bC,Ve],[0,0],1];d.DeleteCapacityProviderResponse$=[3,P,Jbt,0,[bC],[[()=>d.CapacityProvider$,0]]];d.DeleteClusterRequest$=[3,P,tIt,0,[Ve],[0],1];d.DeleteClusterResponse$=[3,P,rIt,0,[Ve],[()=>d.Cluster$]];d.DeleteExpressGatewayServiceRequest$=[3,P,uIt,0,[Ba],[0],1];d.DeleteExpressGatewayServiceResponse$=[3,P,lIt,0,[Is],[()=>d.ECSExpressGatewayService$]];d.DeleteServiceRequest$=[3,P,PIt,0,[Is,Ve,y6],[0,0,2],1];d.DeleteServiceResponse$=[3,P,IIt,0,[Is],[()=>d.Service$]];d.DeleteTaskDefinitionsRequest$=[3,P,NIt,0,[BEe],[64],1];d.DeleteTaskDefinitionsResponse$=[3,P,LIt,0,[BEe,eo],[()=>Oqt,()=>oo]];d.DeleteTaskSetRequest$=[3,P,WIt,0,[Ve,Is,Wg,y6],[0,0,0,2],3];d.DeleteTaskSetResponse$=[3,P,zIt,0,[Wg],[()=>d.TaskSet$]];d.Deployment$=[3,P,Obt,0,[$C,pt,so,Ex,N6,F6,t1t,ri,Ds,Zl,Ma,iu,NC,to,XUt,ZUt,Ix,dFt,Kg,Rx,$x],[0,0,0,1,1,1,1,4,4,()=>ji,0,0,0,()=>d.NetworkConfiguration$,0,0,()=>d.ServiceConnectConfiguration$,()=>_qt,()=>Lx,()=>d.DeploymentEphemeralStorage$,()=>Ux]];d.DeploymentAlarms$=[3,P,kbt,0,[_ye,q6,Hye],[64,2,2],3];d.DeploymentCircuitBreaker$=[3,P,Gbt,0,[Hye,q6],[2,2],2];d.DeploymentConfiguration$=[3,P,Bbt,0,[$ye,fUt,lUt,Tye,JFt,MNt,j1t,q1t,KNt],[()=>d.DeploymentCircuitBreaker$,1,1,()=>d.DeploymentAlarms$,0,1,()=>QMt,()=>d.LinearConfiguration$,()=>d.CanaryConfiguration$]];d.DeploymentController$=[3,P,oIt,0,[no],[0],1];d.DeploymentEphemeralStorage$=[3,P,fIt,0,[Bg],[0]];d.DeploymentLifecycleHook$=[3,P,hIt,0,[g1t,gm,J1t,d1t],[0,0,64,15]];d.DeregisterContainerInstanceRequest$=[3,P,Vbt,0,[mm,Ve,y6],[0,0,2],1];d.DeregisterContainerInstanceResponse$=[3,P,jbt,0,[mm],[()=>d.ContainerInstance$]];d.DeregisterTaskDefinitionRequest$=[3,P,UIt,0,[so],[0],1];d.DeregisterTaskDefinitionResponse$=[3,P,FIt,0,[so],[()=>d.TaskDefinition$]];d.DescribeCapacityProvidersRequest$=[3,P,Xbt,0,[IC,Ve,ed,Vi,Ur],[64,0,64,1,0]];d.DescribeCapacityProvidersResponse$=[3,P,Zbt,0,[IC,eo,Ur],[[()=>BMt,0],()=>oo,0]];d.DescribeClustersRequest$=[3,P,nIt,0,[Dye,ed],[64,64]];d.DescribeClustersResponse$=[3,P,sIt,0,[Dye,eo],[()=>GMt,()=>oo]];d.DescribeContainerInstancesRequest$=[3,P,Wbt,0,[vC,Ve,ed],[64,0,64],1];d.DescribeContainerInstancesResponse$=[3,P,zbt,0,[vC,eo],[()=>tCe,()=>oo]];d.DescribeExpressGatewayServiceRequest$=[3,P,dIt,0,[Ba,ed],[0,64],1];d.DescribeExpressGatewayServiceResponse$=[3,P,pIt,0,[Is],[()=>d.ECSExpressGatewayService$]];d.DescribeServiceDeploymentsRequest$=[3,P,TIt,0,[gFt],[64],1];d.DescribeServiceDeploymentsResponse$=[3,P,AIt,0,[UEe,eo],[()=>Tqt,()=>oo]];d.DescribeServiceRevisionsRequest$=[3,P,vIt,0,[DFt],[64],1];d.DescribeServiceRevisionsResponse$=[3,P,bIt,0,[xFt,eo],[()=>bqt,()=>oo]];d.DescribeServicesRequest$=[3,P,DIt,0,[z6,Ve,ed],[64,0,64],1];d.DescribeServicesResponse$=[3,P,xIt,0,[z6,eo],[()=>Dqt,()=>oo]];d.DescribeTaskDefinitionRequest$=[3,P,MIt,0,[so,ed],[0,64],1];d.DescribeTaskDefinitionResponse$=[3,P,qIt,0,[so,Wr],[()=>d.TaskDefinition$,()=>zr]];d.DescribeTaskSetsRequest$=[3,P,KIt,0,[Ve,Is,J6,ed],[0,0,64,64],2];d.DescribeTaskSetsResponse$=[3,P,QIt,0,[J6,eo],[()=>cCe,()=>oo]];d.DescribeTasksRequest$=[3,P,HIt,0,[zg,Ve,ed],[64,0,64],1];d.DescribeTasksResponse$=[3,P,VIt,0,[zg,eo],[()=>n8,()=>oo]];d.Device$=[3,P,XIt,0,[m1t,u6,UUt],[0,0,64],1];d.DiscoverPollEndpointRequest$=[3,P,EIt,0,[mm,Ve],[0,0]];d.DiscoverPollEndpointResponse$=[3,P,CIt,0,[S6,sMt,lFt],[0,0,0]];d.DockerVolumeConfiguration$=[3,P,JIt,0,[jFt,ONt,NLt,ALt,rUt],[0,2,0,128,128]];d.EBSTagSpecification$=[3,P,eDt,0,[eFt,Wr,ou],[0,()=>zr,0],1];d.ECSExpressGatewayService$=[3,P,aDt,0,[Ve,Hg,Ba,OC,pt,QNt,rNt,Wr,ri,Ds],[0,0,0,0,()=>d.ExpressGatewayServiceStatus$,0,()=>ZMt,()=>zr,4,4]];d.ECSManagedResources$=[3,P,cDt,0,[Zye,TNt,iUt,OFt,G1t],[()=>uqt,()=>d.ManagedAutoScaling$,()=>dqt,()=>sCe,()=>lqt]];d.EFSAuthorizationConfig$=[3,P,lDt,0,[SNt,$1t],[0,0]];d.EFSVolumeConfiguration$=[3,P,dDt,0,[Kye,AEe,iMt,oMt,Cye],[0,0,0,1,()=>d.EFSAuthorizationConfig$],1];d.EnvironmentFile$=[3,P,uDt,0,[Po,no],[0,0],2];d.EphemeralStorage$=[3,P,TDt,0,[xx],[1],1];d.ExecuteCommandConfiguration$=[3,P,nDt,0,[Bg,sUt,I6],[0,0,()=>d.ExecuteCommandLogConfiguration$]];d.ExecuteCommandLogConfiguration$=[3,P,sDt,0,[cLt,aLt,aFt,hFt,_Ft],[0,2,0,2,0]];d.ExecuteCommandRequest$=[3,P,oDt,0,[xC,b6,FC,Ve,fLt],[0,2,0,0,0],3];d.ExecuteCommandResponse$=[3,P,iDt,0,[Xl,Aye,ru,b6,zFt,wx],[0,0,0,2,[()=>d.Session$,0],0]];d.ExpressGatewayContainer$=[3,P,mDt,0,[Ax,DC,uNt,REe,xC,h6,MEe],[0,1,()=>d.ExpressGatewayServiceAwsLogsConfiguration$,()=>d.ExpressGatewayRepositoryCredentials$,64,()=>Z6,()=>r8],1];d.ExpressGatewayRepositoryCredentials$=[3,P,fDt,0,[l6],[0]];d.ExpressGatewayScalingTarget$=[3,P,CDt,0,[CUt,_Ut,_Nt,RNt],[1,1,0,1]];d.ExpressGatewayServiceAwsLogsConfiguration$=[3,P,gDt,0,[V1t,Q1t],[0,0],2];d.ExpressGatewayServiceConfiguration$=[3,P,hDt,0,[H6,qg,jg,Fa,qa,to,Tx,k6,j6,Zye,ri],[0,0,0,0,0,()=>d.ExpressGatewayServiceNetworkConfiguration$,0,()=>d.ExpressGatewayContainer$,()=>d.ExpressGatewayScalingTarget$,()=>rqt,4]];d.ExpressGatewayServiceNetworkConfiguration$=[3,P,yDt,0,[G6,Q6],[64,64]];d.ExpressGatewayServiceStatus$=[3,P,EDt,0,[mFt,ro],[0,0]];d.Failure$=[3,P,PDt,0,[Ao,au,wLt],[0,0,0]];d.FirelensConfiguration$=[3,P,vDt,0,[no,uEe],[0,128],1];d.FSxWindowsFileServerAuthorizationConfig$=[3,P,bDt,0,[l6,kLt],[0,0],2];d.FSxWindowsFileServerVolumeConfiguration$=[3,P,IDt,0,[Kye,AEe,Cye],[0,0,()=>d.FSxWindowsFileServerAuthorizationConfig$],3];d.GetTaskProtectionRequest$=[3,P,wDt,0,[Ve,zg],[0,64],1];d.GetTaskProtectionResponse$=[3,P,$Dt,0,[EEe,eo],[()=>oCe,()=>oo]];d.HealthCheck$=[3,P,ODt,0,[xC,O1t,jEe,rFt,vFt],[64,1,1,1,1],1];d.HostEntry$=[3,P,kDt,0,[Yye,y1t],[0,0],2];d.HostVolumeProperties$=[3,P,LDt,0,[bFt],[0]];d.InferenceAccelerator$=[3,P,UDt,0,[Oye,Lye],[0,0],2];d.InferenceAcceleratorOverride$=[3,P,FDt,0,[Oye,Lye],[0,0]];d.InfrastructureOptimization$=[3,P,zDt,0,[EFt],[1]];d.IngressPathSummary$=[3,P,QDt,0,[Rye,S6],[0,0],2];d.InstanceHealthCheckResult$=[3,P,HDt,0,[no,pt,eUt,K1t],[0,0,4,4]];d.InstanceLaunchTemplate$=[3,P,jDt,0,[qye,to,LEe,aEe,tLt,eEe,XLt],[0,()=>d.ManagedInstancesNetworkConfiguration$,()=>d.ManagedInstancesStorageConfiguration$,0,0,[()=>d.InstanceRequirementsRequest$,0],2],2];d.InstanceLaunchTemplateUpdate$=[3,P,WDt,0,[qye,to,LEe,aEe,eEe],[0,()=>d.ManagedInstancesNetworkConfiguration$,()=>d.ManagedInstancesStorageConfiguration$,0,[()=>d.InstanceRequirementsRequest$,0]]];d.InstanceRequirementsRequest$=[3,P,JDt,0,[DMt,dUt,ZNt,uUt,GLt,T1t,TFt,vUt,UNt,FNt,jUt,PUt,Z1t,Y1t,dMt,NNt,vNt,nNt,dNt,pNt,PNt,TUt,cNt,hUt],[()=>d.VCpuCountRangeRequest$,()=>d.MemoryMiBRequest$,[()=>KMt,{[Jn]:abt}],()=>d.MemoryGiBPerVCpuRequest$,[()=>XMt,{[Jn]:_Dt}],[()=>nqt,{[Jn]:BDt}],1,1,0,0,2,()=>d.NetworkInterfaceCountRequest$,0,[()=>oqt,{[Jn]:bxt}],()=>d.TotalLocalStorageGBRequest$,()=>d.BaselineEbsBandwidthMbpsRequest$,[()=>FMt,{[Jn]:Avt}],()=>d.AcceleratorCountRequest$,[()=>LMt,{[Jn]:hvt}],[()=>UMt,{[Jn]:yvt}],()=>d.AcceleratorTotalMemoryMiBRequest$,()=>d.NetworkBandwidthGbpsRequest$,[()=>MMt,{[Jn]:mvt}],1],2];d.KernelCapabilities$=[3,P,XDt,0,[wNt,LLt],[64,64]];d.KeyValuePair$=[3,P,ZDt,0,[Dr,Po],[0,0]];d.LinearConfiguration$=[3,P,cxt,0,[IFt,cFt],[1,1]];d.LinuxParameters$=[3,P,Sxt,0,[uLt,OLt,v1t,AFt,RMt,EUt,XFt],[()=>d.KernelCapabilities$,()=>JMt,2,1,()=>kqt,1,1]];d.ListAccountSettingsRequest$=[3,P,sxt,0,[Dr,Po,Px,jLt,Ur,Vi],[0,0,0,2,0,1]];d.ListAccountSettingsResponse$=[3,P,oxt,0,[UC,Ur],[()=>xqt,0]];d.ListAttributesRequest$=[3,P,txt,0,[HEe,Ve,mNt,INt,Ur,Vi],[0,0,0,0,0,1],1];d.ListAttributesResponse$=[3,P,rxt,0,[Jl,Ur],[()=>rd,0]];d.ListClustersRequest$=[3,P,pxt,0,[Ur,Vi],[0,1]];d.ListClustersResponse$=[3,P,mxt,0,[GNt,Ur],[64,0]];d.ListContainerInstancesRequest$=[3,P,lxt,0,[Ve,s1t,Ur,Vi,pt],[0,0,0,1,0]];d.ListContainerInstancesResponse$=[3,P,dxt,0,[JNt,Ur],[64,0]];d.ListServiceDeploymentsRequest$=[3,P,Txt,0,[Is,Ve,pt,ri,Ur,Vi],[0,0,64,()=>d.CreatedAt$,0,1],1];d.ListServiceDeploymentsResponse$=[3,P,Axt,0,[UEe,Ur],[()=>Aqt,0]];d.ListServicesByNamespaceRequest$=[3,P,Cxt,0,[kC,Ur,Vi],[0,0,1],1];d.ListServicesByNamespaceResponse$=[3,P,_xt,0,[kEe,Ur],[64,0]];d.ListServicesRequest$=[3,P,Pxt,0,[Ve,Ur,Vi,Ma,V6,vEe],[0,0,1,0,0,0]];d.ListServicesResponse$=[3,P,vxt,0,[kEe,Ur],[64,0]];d.ListTagsForResourceRequest$=[3,P,Uxt,0,[U6],[0],1];d.ListTagsForResourceResponse$=[3,P,Fxt,0,[Wr],[()=>zr]];d.ListTaskDefinitionFamiliesRequest$=[3,P,$xt,0,[zye,pt,Ur,Vi],[0,0,0,1]];d.ListTaskDefinitionFamiliesResponse$=[3,P,Oxt,0,[n1t,Ur],[64,0]];d.ListTaskDefinitionsRequest$=[3,P,kxt,0,[zye,pt,QFt,Ur,Vi],[0,0,0,0,1]];d.ListTaskDefinitionsResponse$=[3,P,Nxt,0,[nMt,Ur],[64,0]];d.ListTasksRequest$=[3,P,Mxt,0,[Ve,mm,E6,Ur,Vi,LC,Hg,Nye,Ma],[0,0,0,0,1,0,0,0,0]];d.ListTasksResponse$=[3,P,qxt,0,[eMt,Ur],[64,0]];d.LoadBalancer$=[3,P,ixt,0,[Y6,U1t,ru,DC,sNt],[0,0,0,1,()=>d.AdvancedConfiguration$]];d.LogConfiguration$=[3,P,gxt,0,[B1t,uEe,PFt],[0,128,()=>r8],1];d.ManagedAgent$=[3,P,Bxt,0,[z1t,Dr,au,D6],[4,0,0,0]];d.ManagedAgentStateChange$=[3,P,jxt,0,[ru,oUt,pt,au],[0,0,0,0],3];d.ManagedApplicationAutoScalingPolicy$=[3,P,Gxt,0,[pt,Ds,LUt,yMt,RUt,Ao,ro],[0,4,0,1,0,0,0],5];d.ManagedAutoScaling$=[3,P,Vxt,0,[MFt,eNt],[()=>d.ManagedScalableTarget$,()=>cqt]];d.ManagedCertificate$=[3,P,Kxt,0,[pt,Ds,_Lt,Ao,ro],[0,4,0,0,0],3];d.ManagedIngressPath$=[3,P,Jxt,0,[Rye,S6,M1t,F1t,lLt,nUt,oFt,aMt],[0,0,()=>d.ManagedLoadBalancer$,()=>sCe,()=>d.ManagedCertificate$,()=>d.ManagedListener$,()=>d.ManagedListenerRule$,()=>pqt],2];d.ManagedInstancesNetworkConfiguration$=[3,P,Yxt,0,[Q6,G6],[64,64]];d.ManagedInstancesProvider$=[3,P,Xxt,0,[OC,P6,ou,v6],[0,[()=>d.InstanceLaunchTemplate$,0],0,()=>d.InfrastructureOptimization$]];d.ManagedInstancesStorageConfiguration$=[3,P,ewt,0,[kFt],[1]];d.ManagedListener$=[3,P,twt,0,[pt,Ds,Ao,ro],[0,4,0,0],2];d.ManagedListenerRule$=[3,P,owt,0,[pt,Ds,Ao,ro],[0,4,0,0],2];d.ManagedLoadBalancer$=[3,P,rwt,0,[pt,Ds,VFt,Ao,ro,yFt,SFt],[0,4,0,0,0,64,64],3];d.ManagedLogGroup$=[3,P,nwt,0,[pt,Ds,H1t,Ao,ro],[0,4,0,0,0],3];d.ManagedMetricAlarm$=[3,P,iwt,0,[pt,Ds,Ao,ro],[0,4,0,0],2];d.ManagedScalableTarget$=[3,P,gwt,0,[pt,Ds,aUt,cUt,Ao,ro],[0,4,1,1,0,0],4];d.ManagedScaling$=[3,P,dwt,0,[pt,tMt,SUt,yUt,w1t],[0,1,1,1,1]];d.ManagedSecurityGroup$=[3,P,mwt,0,[pt,Ds,Ao,ro],[0,4,0,0],2];d.ManagedStorageConfiguration$=[3,P,pwt,0,[Bg,ZLt],[0,0]];d.ManagedTargetGroup$=[3,P,hwt,0,[pt,Ds,Tx,l1t,L6,Ao,ro],[0,4,0,1,1,0,0],5];d.MemoryGiBPerVCpuRequest$=[3,P,Qxt,0,[su,nu],[1,1]];d.MemoryMiBRequest$=[3,P,cwt,0,[su,nu],[1,1],1];d.MountPoint$=[3,P,uwt,0,[HFt,u6,bEe],[0,0,2]];d.NetworkBandwidthGbpsRequest$=[3,P,Cwt,0,[su,nu],[1,1]];d.NetworkBinding$=[3,P,Ewt,0,[LNt,DC,Jye,CEe,Iye,f1t],[0,1,1,0,0,0]];d.NetworkConfiguration$=[3,P,Rwt,0,[oNt],[()=>d.AwsVpcConfiguration$]];d.NetworkInterface$=[3,P,Twt,0,[aNt,wUt,C1t],[0,0,0]];d.NetworkInterfaceCountRequest$=[3,P,Awt,0,[su,nu],[1,1]];d.PlacementConstraint$=[3,P,Uwt,0,[no,jye],[0,0]];d.PlacementStrategy$=[3,P,Kwt,0,[no,o1t],[0,0]];d.PlatformDevice$=[3,P,Vwt,0,[$C,no],[0,0],2];d.PortMapping$=[3,P,Wwt,0,[DC,Jye,CEe,Dr,fNt,Iye],[1,1,0,0,0,0]];d.ProtectedTask$=[3,P,Ywt,0,[wx,dEe,FLt],[0,2,4]];d.ProxyConfiguration$=[3,P,Hwt,0,[ru,no,FUt],[0,0,()=>Sqt],1];d.PutAccountSettingDefaultRequest$=[3,P,Owt,0,[Dr,Po],[0,0],2];d.PutAccountSettingDefaultResponse$=[3,P,kwt,0,[K6],[()=>d.Setting$]];d.PutAccountSettingRequest$=[3,P,Nwt,0,[Dr,Po,Px],[0,0,0],2];d.PutAccountSettingResponse$=[3,P,Lwt,0,[K6],[()=>d.Setting$]];d.PutAttributesRequest$=[3,P,Dwt,0,[Jl,Ve],[()=>rd,0],1];d.PutAttributesResponse$=[3,P,xwt,0,[Jl],[()=>rd]];d.PutClusterCapacityProvidersRequest$=[3,P,Mwt,0,[Ve,IC,m6],[0,64,()=>ji],3];d.PutClusterCapacityProvidersResponse$=[3,P,qwt,0,[Ve],[()=>d.Cluster$]];d.RegisterContainerInstanceRequest$=[3,P,s$t,0,[Ve,A1t,P1t,mMt,WEe,c6,Jl,xUt,Wr],[0,0,0,()=>s6,()=>d.VersionInfo$,0,()=>rd,()=>gqt,()=>zr]];d.RegisterContainerInstanceResponse$=[3,P,o$t,0,[mm],[()=>d.ContainerInstance$]];d.RegisterTaskDefinitionRequest$=[3,P,f$t,0,[E6,Pye,jg,qg,cEe,YEe,Gg,TEe,Fa,qa,Wr,mEe,Xye,lEe,T6,_x,IEe,Fye],[0,()=>eCe,0,0,0,()=>lCe,()=>aCe,64,0,0,()=>zr,0,0,()=>d.ProxyConfiguration$,()=>e8,()=>d.EphemeralStorage$,()=>d.RuntimePlatform$,2],2];d.RegisterTaskDefinitionResponse$=[3,P,g$t,0,[so,Wr],[()=>d.TaskDefinition$,()=>zr]];d.RepositoryCredentials$=[3,P,r$t,0,[l6],[0],1];d.ResolvedConfiguration$=[3,P,i$t,0,[fm],[()=>vqt]];d.Resource$=[3,P,e$t,0,[Dr,no,ILt,tUt,x1t,LFt],[0,0,1,1,1,64]];d.ResourceRequirement$=[3,P,l$t,0,[Po,no],[0,0],2];d.Rollback$=[3,P,E$t,0,[au,bx,H6],[0,4,0]];d.RunTaskRequest$=[3,P,h$t,0,[so,Zl,Ve,gLt,wC,Mg,C6,Ma,to,O6,Gg,vx,iu,ou,PEe,LC,Wr,d6,Kg],[0,()=>ji,0,1,2,2,0,0,()=>d.NetworkConfiguration$,()=>d.TaskOverride$,()=>kx,()=>Nx,0,0,0,0,()=>zr,[0,4],()=>uCe],1];d.RunTaskResponse$=[3,P,S$t,0,[zg,eo],[()=>n8,()=>oo]];d.RuntimePlatform$=[3,P,u$t,0,[jNt,IUt],[0,0]];d.Scale$=[3,P,C$t,0,[Po,bMt],[1,0]];d.Secret$=[3,P,bOt,0,[Dr,wMt],[0,0],2];d.Service$=[3,P,IOt,0,[Ba,Hg,Xl,fm,Vg,pt,Ex,F6,N6,Ma,Zl,iu,NC,so,Cx,J6,$Lt,gm,KLt,ri,oLt,iLt,Gg,vx,to,_6,V6,f6,Wr,WNt,wC,ou,Mg,i6,vEe],[0,0,0,()=>Qg,()=>Yg,0,1,1,1,0,()=>ji,0,0,0,()=>d.DeploymentConfiguration$,()=>cCe,()=>YMt,0,()=>Pqt,4,0,()=>Rqt,()=>kx,()=>Nx,()=>d.NetworkConfiguration$,1,0,()=>d.DeploymentController$,()=>zr,0,2,0,2,0,0]];d.ServiceConnectAccessLogConfiguration$=[3,P,P$t,0,[i1t,I1t],[0,0],1];d.ServiceConnectClientAlias$=[3,P,b$t,0,[L6,CLt,SMt],[1,0,()=>d.ServiceConnectTestTrafficRules$],1];d.ServiceConnectConfiguration$=[3,P,v$t,0,[Gye,kC,z6,I6,lNt],[2,0,()=>Cqt,()=>d.LogConfiguration$,()=>d.ServiceConnectAccessLogConfiguration$],1];d.ServiceConnectService$=[3,P,w$t,0,[fEe,kye,HNt,b1t,jEe,_Mt],[0,0,()=>Eqt,1,()=>d.TimeoutConfiguration$,()=>d.ServiceConnectTlsConfiguration$],1];d.ServiceConnectServiceResource$=[3,P,L$t,0,[kye,hLt],[0,0]];d.ServiceConnectTestTrafficHeaderMatchRules$=[3,P,q$t,0,[QLt],[0],1];d.ServiceConnectTestTrafficHeaderRules$=[3,P,B$t,0,[Dr,Po],[0,()=>d.ServiceConnectTestTrafficHeaderMatchRules$],1];d.ServiceConnectTestTrafficRules$=[3,P,G$t,0,[h1t],[()=>d.ServiceConnectTestTrafficHeaderRules$],1];d.ServiceConnectTlsCertificateAuthority$=[3,P,M$t,0,[gNt],[0]];d.ServiceConnectTlsConfiguration$=[3,P,F$t,0,[_1t,N1t,gm],[()=>d.ServiceConnectTlsCertificateAuthority$,0,0],1];d.ServiceCurrentRevisionSummary$=[3,P,D$t,0,[Ao,wEe,$Ee,yEe],[0,1,1,1]];d.ServiceDeployment$=[3,P,V$t,0,[Dx,Ba,Xl,ri,bx,Wye,NEe,Ds,NFt,gMt,pt,ro,X1t,Cx,q6,$ye,Tye],[0,0,0,4,4,4,4,4,()=>Iqt,()=>d.ServiceRevisionSummary$,0,0,0,()=>d.DeploymentConfiguration$,()=>d.Rollback$,()=>d.ServiceDeploymentCircuitBreaker$,()=>d.ServiceDeploymentAlarms$]];d.ServiceDeploymentAlarms$=[3,P,j$t,0,[pt,_ye,ZFt],[0,64,64]];d.ServiceDeploymentBrief$=[3,P,W$t,0,[Dx,Ba,Xl,bx,ri,Wye,hMt,pt,ro],[0,0,0,4,4,4,0,0,0]];d.ServiceDeploymentCircuitBreaker$=[3,P,K$t,0,[pt,JLt,CMt],[0,1,1]];d.ServiceEvent$=[3,P,X$t,0,[$C,ri,Ft],[0,4,0]];d.ServiceManagedEBSVolumeConfiguration$=[3,P,tOt,0,[gm,Vye,Bg,KEe,xx,FEe,zEe,tEe,VEe,GEe,Qye],[0,2,0,0,1,0,1,1,1,()=>rCe,0],1];d.ServiceRegistry$=[3,P,sOt,0,[qUt,L6,ru,DC],[0,1,0,1]];d.ServiceRevision$=[3,P,uOt,0,[H6,Ba,Xl,so,Zl,Ma,iu,NC,fm,Vg,to,XNt,a1t,Ix,Kg,Rx,ri,$x,VUt,HLt],[0,0,0,0,()=>ji,0,0,0,()=>Qg,()=>Yg,()=>d.NetworkConfiguration$,()=>VMt,2,()=>d.ServiceConnectConfiguration$,()=>Lx,()=>d.DeploymentEphemeralStorage$,4,()=>Ux,()=>d.ResolvedConfiguration$,()=>d.ECSManagedResources$]];d.ServiceRevisionLoadBalancer$=[3,P,oOt,0,[Y6,pEe],[0,0]];d.ServiceRevisionSummary$=[3,P,aOt,0,[Ao,wEe,$Ee,yEe,tFt,KUt],[0,1,1,1,1,1]];d.ServiceVolumeConfiguration$=[3,P,POt,0,[Dr,sEe],[0,()=>d.ServiceManagedEBSVolumeConfiguration$],1];d.Session$=[3,P,xOt,0,[CFt,GFt,EMt],[0,0,[()=>NMt,0]]];d.Setting$=[3,P,wOt,0,[Dr,Po,Px,no],[0,0,0,0]];d.StartTaskRequest$=[3,P,SOt,0,[vC,so,Ve,wC,Mg,C6,to,O6,ou,PEe,LC,Wr,Kg],[64,0,0,2,2,0,()=>d.NetworkConfiguration$,()=>d.TaskOverride$,0,0,0,()=>zr,()=>uCe],2];d.StartTaskResponse$=[3,P,yOt,0,[zg,eo],[()=>n8,()=>oo]];d.StopServiceDeploymentRequest$=[3,P,fOt,0,[Dx,BFt],[0,0],1];d.StopServiceDeploymentResponse$=[3,P,gOt,0,[Dx],[0]];d.StopTaskRequest$=[3,P,EOt,0,[FC,Ve,au],[0,0,0],1];d.StopTaskResponse$=[3,P,COt,0,[FC],[()=>d.Task$]];d.SubmitAttachmentStateChangesRequest$=[3,P,R$t,0,[PC,Ve],[()=>ZEe,0],1];d.SubmitAttachmentStateChangesResponse$=[3,P,T$t,0,[a6],[0]];d.SubmitContainerStateChangeRequest$=[3,P,O$t,0,[Ve,FC,ru,M6,pt,g6,au,$6],[0,0,0,0,0,1,0,()=>t8]];d.SubmitContainerStateChangeResponse$=[3,P,k$t,0,[a6],[0]];d.SubmitTaskStateChangeRequest$=[3,P,ROt,0,[Ve,FC,pt,au,xye,PC,rEe,gEe,hEe,Bye],[0,0,0,0,()=>zMt,()=>ZEe,()=>aqt,4,4,4]];d.SubmitTaskStateChangeResponse$=[3,P,TOt,0,[a6],[0]];d.SystemControl$=[3,P,A$t,0,[kC,Po],[0,0]];d.Tag$=[3,P,kOt,0,[k1t,Po],[0,0]];d.TagResourceRequest$=[3,P,QOt,0,[U6,Wr],[0,()=>zr],2];d.TagResourceResponse$=[3,P,YOt,0,[],[]];d.Task$=[3,P,rkt,0,[PC,Jl,xNt,bye,Xl,mLt,VNt,c6,xye,Fa,ri,Nye,Mg,Bye,C6,R6,T6,D6,Ma,qa,O6,iu,NC,gEe,hEe,bx,LC,fFt,NEe,wFt,iFt,Wr,wx,qEe,QEe,_x,Rx],[()=>X6,()=>rd,0,0,0,0,4,0,()=>WMt,0,4,0,2,4,0,0,()=>e8,0,0,0,()=>d.TaskOverride$,0,0,4,4,4,0,0,4,0,4,()=>zr,0,0,1,()=>d.EphemeralStorage$,()=>d.TaskEphemeralStorage$]];d.TaskDefinition$=[3,P,LOt,0,[qEe,Pye,E6,jg,qg,cEe,nFt,YEe,pt,BUt,Gg,dLt,IEe,TEe,Fa,qa,T6,mEe,Xye,lEe,_Ee,SLt,GUt,_x,Fye],[0,()=>eCe,0,0,0,0,1,()=>lCe,0,()=>yqt,()=>aCe,64,()=>d.RuntimePlatform$,64,0,0,()=>e8,0,0,()=>d.ProxyConfiguration$,4,4,0,()=>d.EphemeralStorage$,2]];d.TaskDefinitionPlacementConstraint$=[3,P,FOt,0,[no,jye],[0,0]];d.TaskEphemeralStorage$=[3,P,qOt,0,[xx,Bg],[1,0]];d.TaskManagedEBSVolumeConfiguration$=[3,P,HOt,0,[gm,Vye,Bg,KEe,xx,FEe,zEe,tEe,VEe,GEe,pMt,Qye],[0,2,0,0,1,0,1,1,1,()=>rCe,()=>d.TaskManagedEBSVolumeTerminationPolicy$,0],1];d.TaskManagedEBSVolumeTerminationPolicy$=[3,P,VOt,0,[TLt],[2],1];d.TaskOverride$=[3,P,zOt,0,[eLt,Fa,E1t,qg,qa,jg,_x],[()=>jMt,0,()=>tqt,0,0,0,()=>d.EphemeralStorage$]];d.TaskSet$=[3,P,JOt,0,[$C,fMt,Ba,Xl,LC,Mye,pt,so,YNt,N6,F6,ri,Ds,Ma,Zl,iu,NC,to,fm,Vg,W6,UFt,$Ft,Wr,Rx],[0,0,0,0,0,0,0,0,1,1,1,4,4,0,()=>ji,0,0,()=>d.NetworkConfiguration$,()=>Qg,()=>Yg,()=>d.Scale$,0,4,()=>zr,()=>d.DeploymentEphemeralStorage$]];d.TaskVolumeConfiguration$=[3,P,ekt,0,[Dr,sEe],[0,()=>d.TaskManagedEBSVolumeConfiguration$],1];d.TimeoutConfiguration$=[3,P,NOt,0,[D1t,OUt],[1,1]];d.Tmpfs$=[3,P,okt,0,[u6,KFt,pUt],[0,1,64],2];d.TotalLocalStorageGBRequest$=[3,P,GOt,0,[su,nu],[1,1]];d.Ulimit$=[3,P,ikt,0,[Dr,RFt,p1t],[0,1,1],3];d.UntagResourceRequest$=[3,P,wkt,0,[U6,uMt],[0,64],2];d.UntagResourceResponse$=[3,P,$kt,0,[],[]];d.UpdateCapacityProviderRequest$=[3,P,gkt,0,[Dr,Ve,o6,x6],[0,0,()=>d.AutoScalingGroupProviderUpdate$,[()=>d.UpdateManagedInstancesProviderConfiguration$,0]],1];d.UpdateCapacityProviderResponse$=[3,P,hkt,0,[bC],[[()=>d.CapacityProvider$,0]]];d.UpdateClusterRequest$=[3,P,Skt,0,[Ve,UC,p6,B6],[0,()=>Ox,()=>d.ClusterConfiguration$,()=>d.ClusterServiceConnectDefaultsRequest$],1];d.UpdateClusterResponse$=[3,P,ykt,0,[Ve],[()=>d.Cluster$]];d.UpdateClusterSettingsRequest$=[3,P,Ckt,0,[Ve,UC],[0,()=>Ox],2];d.UpdateClusterSettingsResponse$=[3,P,_kt,0,[Ve],[()=>d.Cluster$]];d.UpdateContainerAgentRequest$=[3,P,ukt,0,[mm,Ve],[0,0],1];d.UpdateContainerAgentResponse$=[3,P,lkt,0,[mm],[()=>d.ContainerInstance$]];d.UpdateContainerInstancesStateRequest$=[3,P,pkt,0,[vC,pt,Ve],[64,0,0],2];d.UpdateContainerInstancesStateResponse$=[3,P,mkt,0,[vC,eo],[()=>tCe,()=>oo]];d.UpdatedExpressGatewayService$=[3,P,Rkt,0,[Ba,Ve,Hg,pt,rMt,ri,Ds],[0,0,0,()=>d.ExpressGatewayServiceStatus$,()=>d.ExpressGatewayServiceConfiguration$,4,4]];d.UpdateExpressGatewayServiceRequest$=[3,P,Tkt,0,[Ba,qg,Tx,k6,jg,to,Fa,qa,j6],[0,0,0,()=>d.ExpressGatewayContainer$,0,()=>d.ExpressGatewayServiceNetworkConfiguration$,0,0,()=>d.ExpressGatewayScalingTarget$],1];d.UpdateExpressGatewayServiceResponse$=[3,P,Akt,0,[Is],[()=>d.UpdatedExpressGatewayService$]];d.UpdateManagedInstancesProviderConfiguration$=[3,P,Dkt,0,[OC,P6,ou,v6],[0,[()=>d.InstanceLaunchTemplateUpdate$,0],0,()=>d.InfrastructureOptimization$],2];d.UpdateServicePrimaryTaskSetRequest$=[3,P,Nkt,0,[Ve,Is,NUt],[0,0,0],3];d.UpdateServicePrimaryTaskSetResponse$=[3,P,Lkt,0,[Wg],[()=>d.TaskSet$]];d.UpdateServiceRequest$=[3,P,Ukt,0,[Is,Ve,Ex,so,Zl,Cx,i6,to,Gg,vx,iu,e1t,_6,f6,Mg,wC,fm,ou,Vg,Ix,Kg,$x],[0,0,1,0,()=>ji,()=>d.DeploymentConfiguration$,0,()=>d.NetworkConfiguration$,()=>kx,()=>Nx,0,2,1,()=>d.DeploymentController$,2,2,()=>Qg,0,()=>Yg,()=>d.ServiceConnectConfiguration$,()=>Lx,()=>Ux],1];d.UpdateServiceResponse$=[3,P,Fkt,0,[Is],[()=>d.Service$]];d.UpdateTaskProtectionRequest$=[3,P,qkt,0,[Ve,zg,dEe,BLt],[0,64,2,1],3];d.UpdateTaskProtectionResponse$=[3,P,Bkt,0,[EEe,eo],[()=>oCe,()=>oo]];d.UpdateTaskSetRequest$=[3,P,Hkt,0,[Ve,Is,Wg,W6],[0,0,0,()=>d.Scale$],4];d.UpdateTaskSetResponse$=[3,P,Vkt,0,[Wg],[()=>d.TaskSet$]];d.VCpuCountRangeRequest$=[3,P,Wkt,0,[su,nu],[1,1],1];d.VersionInfo$=[3,P,Qkt,0,[DNt,iNt,xLt],[0,0,0]];d.Volume$=[3,P,jkt,0,[Dr,S1t,DLt,WLt,r1t,BNt],[0,()=>d.HostVolumeProperties$,()=>d.DockerVolumeConfiguration$,()=>d.EFSVolumeConfiguration$,()=>d.FSxWindowsFileServerVolumeConfiguration$,2]];d.VolumeFrom$=[3,P,zkt,0,[pFt,bEe],[0,2]];d.VpcLatticeConfiguration$=[3,P,Jkt,0,[gm,Y6,fEe],[0,0,0],3];var LMt=[1,P,Svt,0,[0,{[Jn]:td}]],UMt=[1,P,Evt,0,[0,{[Jn]:td}]],FMt=[1,P,vvt,0,[0,{[Jn]:td}]],MMt=[1,P,fvt,0,[0,{[Jn]:td}]],qMt=[1,P,dvt,0,()=>d.KeyValuePair$],X6=[1,P,Dvt,0,()=>d.Attachment$],ZEe=[1,P,_vt,0,()=>d.AttachmentStateChange$],rd=[1,P,xvt,0,()=>d.Attribute$],BMt=[1,P,hbt,0,[()=>d.CapacityProvider$,0]],ji=[1,P,fbt,0,()=>d.CapacityProviderStrategyItem$],GMt=[1,P,xbt,0,()=>d.Cluster$],Ox=[1,P,Pbt,0,()=>d.ClusterSetting$],eCe=[1,P,Qvt,0,()=>d.ContainerDefinition$],HMt=[1,P,Yvt,0,()=>d.ContainerDependency$],VMt=[1,P,obt,0,()=>d.ContainerImage$],tCe=[1,P,ibt,0,()=>d.ContainerInstance$],jMt=[1,P,pbt,0,()=>d.ContainerOverride$],WMt=[1,P,$bt,0,()=>d.Container$],zMt=[1,P,Rbt,0,()=>d.ContainerStateChange$],KMt=[1,P,ubt,0,[0,{[Jn]:td}]],QMt=[1,P,SIt,0,()=>d.DeploymentLifecycleHook$],YMt=[1,P,ZIt,0,()=>d.Deployment$],JMt=[1,P,gIt,0,()=>d.Device$],rCe=[1,P,tDt,0,()=>d.EBSTagSpecification$],nCe=[1,P,pDt,0,()=>d.EnvironmentFile$],Z6=[1,P,ADt,0,()=>d.KeyValuePair$],XMt=[1,P,RDt,0,[0,{[Jn]:td}]],ZMt=[1,P,SDt,0,()=>d.ExpressGatewayServiceConfiguration$],oo=[1,P,DDt,0,()=>d.Failure$],eqt=[1,P,NDt,0,()=>d.HostEntry$],tqt=[1,P,MDt,0,()=>d.InferenceAcceleratorOverride$],e8=[1,P,qDt,0,()=>d.InferenceAccelerator$],rqt=[1,P,YDt,0,()=>d.IngressPathSummary$],nqt=[1,P,GDt,0,[0,{[Jn]:td}]],sqt=[1,P,VDt,0,()=>d.InstanceHealthCheckResult$],Qg=[1,P,axt,0,()=>d.LoadBalancer$],oqt=[1,P,Ixt,0,[0,{[Jn]:td}]],iqt=[1,P,zxt,0,()=>d.ManagedAgent$],aqt=[1,P,Wxt,0,()=>d.ManagedAgentStateChange$],cqt=[1,P,Hxt,0,()=>d.ManagedApplicationAutoScalingPolicy$],uqt=[1,P,Zxt,0,()=>d.ManagedIngressPath$],lqt=[1,P,swt,0,()=>d.ManagedLogGroup$],dqt=[1,P,awt,0,()=>d.ManagedMetricAlarm$],sCe=[1,P,fwt,0,()=>d.ManagedSecurityGroup$],pqt=[1,P,Swt,0,()=>d.ManagedTargetGroup$],mqt=[1,P,lwt,0,()=>d.MountPoint$],t8=[1,P,_wt,0,()=>d.NetworkBinding$],fqt=[1,P,Pwt,0,()=>d.NetworkInterface$],kx=[1,P,Gwt,0,()=>d.PlacementConstraint$],Nx=[1,P,Qwt,0,()=>d.PlacementStrategy$],gqt=[1,P,jwt,0,()=>d.PlatformDevice$],hqt=[1,P,zwt,0,()=>d.PortMapping$],oCe=[1,P,Xwt,0,()=>d.ProtectedTask$],Sqt=[1,P,Bwt,0,()=>d.KeyValuePair$],yqt=[1,P,t$t,0,()=>d.Attribute$],iCe=[1,P,d$t,0,()=>d.ResourceRequirement$],s6=[1,P,y$t,0,()=>d.Resource$],r8=[1,P,eOt,0,()=>d.Secret$],Eqt=[1,P,I$t,0,()=>d.ServiceConnectClientAlias$],Cqt=[1,P,N$t,0,()=>d.ServiceConnectService$],_qt=[1,P,U$t,0,()=>d.ServiceConnectServiceResource$],Rqt=[1,P,x$t,0,()=>d.ServiceCurrentRevisionSummary$],Tqt=[1,P,Y$t,0,()=>d.ServiceDeployment$],Aqt=[1,P,z$t,0,()=>d.ServiceDeploymentBrief$],Pqt=[1,P,Z$t,0,()=>d.ServiceEvent$],Yg=[1,P,lOt,0,()=>d.ServiceRegistry$],vqt=[1,P,iOt,0,()=>d.ServiceRevisionLoadBalancer$],bqt=[1,P,dOt,0,()=>d.ServiceRevision$],Iqt=[1,P,cOt,0,()=>d.ServiceRevisionSummary$],Dqt=[1,P,DOt,0,()=>d.Service$],Lx=[1,P,vOt,0,()=>d.ServiceVolumeConfiguration$],xqt=[1,P,$Ot,0,()=>d.Setting$],wqt=[1,P,OOt,0,()=>d.KeyValuePair$],$qt=[1,P,H$t,0,()=>d.SystemControl$],zr=[1,P,nkt,0,()=>d.Tag$],Oqt=[1,P,UOt,0,()=>d.TaskDefinition$],aCe=[1,P,MOt,0,()=>d.TaskDefinitionPlacementConstraint$],n8=[1,P,skt,0,()=>d.Task$],cCe=[1,P,ZOt,0,()=>d.TaskSet$],uCe=[1,P,tkt,0,()=>d.TaskVolumeConfiguration$],kqt=[1,P,BOt,0,()=>d.Tmpfs$],Nqt=[1,P,Ikt,0,()=>d.Ulimit$],Lqt=[1,P,Kkt,0,()=>d.VolumeFrom$],lCe=[1,P,Ykt,0,()=>d.Volume$],Ux=[1,P,Xkt,0,()=>d.VpcLatticeConfiguration$];d.CreateCapacityProvider$=[9,P,Fvt,0,()=>d.CreateCapacityProviderRequest$,()=>d.CreateCapacityProviderResponse$];d.CreateCluster$=[9,P,Wvt,0,()=>d.CreateClusterRequest$,()=>d.CreateClusterResponse$];d.CreateExpressGatewayService$=[9,P,Xvt,0,()=>d.CreateExpressGatewayServiceRequest$,()=>d.CreateExpressGatewayServiceResponse$];d.CreateService$=[9,P,vbt,0,()=>d.CreateServiceRequest$,()=>d.CreateServiceResponse$];d.CreateTaskSet$=[9,P,bbt,0,()=>d.CreateTaskSetRequest$,()=>d.CreateTaskSetResponse$];d.DeleteAccountSetting$=[9,P,Ubt,0,()=>d.DeleteAccountSettingRequest$,()=>d.DeleteAccountSettingResponse$];d.DeleteAttributes$=[9,P,qbt,0,()=>d.DeleteAttributesRequest$,()=>d.DeleteAttributesResponse$];d.DeleteCapacityProvider$=[9,P,Qbt,0,()=>d.DeleteCapacityProviderRequest$,()=>d.DeleteCapacityProviderResponse$];d.DeleteCluster$=[9,P,iIt,0,()=>d.DeleteClusterRequest$,()=>d.DeleteClusterResponse$];d.DeleteExpressGatewayService$=[9,P,cIt,0,()=>d.DeleteExpressGatewayServiceRequest$,()=>d.DeleteExpressGatewayServiceResponse$];d.DeleteService$=[9,P,_It,0,()=>d.DeleteServiceRequest$,()=>d.DeleteServiceResponse$];d.DeleteTaskDefinitions$=[9,P,kIt,0,()=>d.DeleteTaskDefinitionsRequest$,()=>d.DeleteTaskDefinitionsResponse$];d.DeleteTaskSet$=[9,P,jIt,0,()=>d.DeleteTaskSetRequest$,()=>d.DeleteTaskSetResponse$];d.DeregisterContainerInstance$=[9,P,Hbt,0,()=>d.DeregisterContainerInstanceRequest$,()=>d.DeregisterContainerInstanceResponse$];d.DeregisterTaskDefinition$=[9,P,BIt,0,()=>d.DeregisterTaskDefinitionRequest$,()=>d.DeregisterTaskDefinitionResponse$];d.DescribeCapacityProviders$=[9,P,eIt,0,()=>d.DescribeCapacityProvidersRequest$,()=>d.DescribeCapacityProvidersResponse$];d.DescribeClusters$=[9,P,aIt,0,()=>d.DescribeClustersRequest$,()=>d.DescribeClustersResponse$];d.DescribeContainerInstances$=[9,P,Kbt,0,()=>d.DescribeContainerInstancesRequest$,()=>d.DescribeContainerInstancesResponse$];d.DescribeExpressGatewayService$=[9,P,mIt,0,()=>d.DescribeExpressGatewayServiceRequest$,()=>d.DescribeExpressGatewayServiceResponse$];d.DescribeServiceDeployments$=[9,P,RIt,0,()=>d.DescribeServiceDeploymentsRequest$,()=>d.DescribeServiceDeploymentsResponse$];d.DescribeServiceRevisions$=[9,P,wIt,0,()=>d.DescribeServiceRevisionsRequest$,()=>d.DescribeServiceRevisionsResponse$];d.DescribeServices$=[9,P,$It,0,()=>d.DescribeServicesRequest$,()=>d.DescribeServicesResponse$];d.DescribeTaskDefinition$=[9,P,GIt,0,()=>d.DescribeTaskDefinitionRequest$,()=>d.DescribeTaskDefinitionResponse$];d.DescribeTasks$=[9,P,OIt,0,()=>d.DescribeTasksRequest$,()=>d.DescribeTasksResponse$];d.DescribeTaskSets$=[9,P,YIt,0,()=>d.DescribeTaskSetsRequest$,()=>d.DescribeTaskSetsResponse$];d.DiscoverPollEndpoint$=[9,P,yIt,0,()=>d.DiscoverPollEndpointRequest$,()=>d.DiscoverPollEndpointResponse$];d.ExecuteCommand$=[9,P,rDt,0,()=>d.ExecuteCommandRequest$,()=>d.ExecuteCommandResponse$];d.GetTaskProtection$=[9,P,xDt,0,()=>d.GetTaskProtectionRequest$,()=>d.GetTaskProtectionResponse$];d.ListAccountSettings$=[9,P,nxt,0,()=>d.ListAccountSettingsRequest$,()=>d.ListAccountSettingsResponse$];d.ListAttributes$=[9,P,ext,0,()=>d.ListAttributesRequest$,()=>d.ListAttributesResponse$];d.ListClusters$=[9,P,fxt,0,()=>d.ListClustersRequest$,()=>d.ListClustersResponse$];d.ListContainerInstances$=[9,P,uxt,0,()=>d.ListContainerInstancesRequest$,()=>d.ListContainerInstancesResponse$];d.ListServiceDeployments$=[9,P,Rxt,0,()=>d.ListServiceDeploymentsRequest$,()=>d.ListServiceDeploymentsResponse$];d.ListServices$=[9,P,yxt,0,()=>d.ListServicesRequest$,()=>d.ListServicesResponse$];d.ListServicesByNamespace$=[9,P,Ext,0,()=>d.ListServicesByNamespaceRequest$,()=>d.ListServicesByNamespaceResponse$];d.ListTagsForResource$=[9,P,Lxt,0,()=>d.ListTagsForResourceRequest$,()=>d.ListTagsForResourceResponse$];d.ListTaskDefinitionFamilies$=[9,P,wxt,0,()=>d.ListTaskDefinitionFamiliesRequest$,()=>d.ListTaskDefinitionFamiliesResponse$];d.ListTaskDefinitions$=[9,P,xxt,0,()=>d.ListTaskDefinitionsRequest$,()=>d.ListTaskDefinitionsResponse$];d.ListTasks$=[9,P,Dxt,0,()=>d.ListTasksRequest$,()=>d.ListTasksResponse$];d.PutAccountSetting$=[9,P,wwt,0,()=>d.PutAccountSettingRequest$,()=>d.PutAccountSettingResponse$];d.PutAccountSettingDefault$=[9,P,$wt,0,()=>d.PutAccountSettingDefaultRequest$,()=>d.PutAccountSettingDefaultResponse$];d.PutAttributes$=[9,P,Iwt,0,()=>d.PutAttributesRequest$,()=>d.PutAttributesResponse$];d.PutClusterCapacityProviders$=[9,P,Fwt,0,()=>d.PutClusterCapacityProvidersRequest$,()=>d.PutClusterCapacityProvidersResponse$];d.RegisterContainerInstance$=[9,P,n$t,0,()=>d.RegisterContainerInstanceRequest$,()=>d.RegisterContainerInstanceResponse$];d.RegisterTaskDefinition$=[9,P,m$t,0,()=>d.RegisterTaskDefinitionRequest$,()=>d.RegisterTaskDefinitionResponse$];d.RunTask$=[9,P,p$t,0,()=>d.RunTaskRequest$,()=>d.RunTaskResponse$];d.StartTask$=[9,P,hOt,0,()=>d.StartTaskRequest$,()=>d.StartTaskResponse$];d.StopServiceDeployment$=[9,P,mOt,0,()=>d.StopServiceDeploymentRequest$,()=>d.StopServiceDeploymentResponse$];d.StopTask$=[9,P,AOt,0,()=>d.StopTaskRequest$,()=>d.StopTaskResponse$];d.SubmitAttachmentStateChanges$=[9,P,_$t,0,()=>d.SubmitAttachmentStateChangesRequest$,()=>d.SubmitAttachmentStateChangesResponse$];d.SubmitContainerStateChange$=[9,P,$$t,0,()=>d.SubmitContainerStateChangeRequest$,()=>d.SubmitContainerStateChangeResponse$];d.SubmitTaskStateChange$=[9,P,_Ot,0,()=>d.SubmitTaskStateChangeRequest$,()=>d.SubmitTaskStateChangeResponse$];d.TagResource$=[9,P,KOt,0,()=>d.TagResourceRequest$,()=>d.TagResourceResponse$];d.UntagResource$=[9,P,xkt,0,()=>d.UntagResourceRequest$,()=>d.UntagResourceResponse$];d.UpdateCapacityProvider$=[9,P,fkt,0,()=>d.UpdateCapacityProviderRequest$,()=>d.UpdateCapacityProviderResponse$];d.UpdateCluster$=[9,P,akt,0,()=>d.UpdateClusterRequest$,()=>d.UpdateClusterResponse$];d.UpdateClusterSettings$=[9,P,Ekt,0,()=>d.UpdateClusterSettingsRequest$,()=>d.UpdateClusterSettingsResponse$];d.UpdateContainerAgent$=[9,P,ckt,0,()=>d.UpdateContainerAgentRequest$,()=>d.UpdateContainerAgentResponse$];d.UpdateContainerInstancesState$=[9,P,dkt,0,()=>d.UpdateContainerInstancesStateRequest$,()=>d.UpdateContainerInstancesStateResponse$];d.UpdateExpressGatewayService$=[9,P,Pkt,0,()=>d.UpdateExpressGatewayServiceRequest$,()=>d.UpdateExpressGatewayServiceResponse$];d.UpdateService$=[9,P,Okt,0,()=>d.UpdateServiceRequest$,()=>d.UpdateServiceResponse$];d.UpdateServicePrimaryTaskSet$=[9,P,kkt,0,()=>d.UpdateServicePrimaryTaskSetRequest$,()=>d.UpdateServicePrimaryTaskSetResponse$];d.UpdateTaskProtection$=[9,P,Mkt,0,()=>d.UpdateTaskProtectionRequest$,()=>d.UpdateTaskProtectionResponse$];d.UpdateTaskSet$=[9,P,Gkt,0,()=>d.UpdateTaskSetRequest$,()=>d.UpdateTaskSetResponse$]});var mCe=O(Fx=>{"use strict";Object.defineProperty(Fx,"__esModule",{value:!0});Fx.getRuntimeConfig=void 0;var Uqt=(br(),J(Js)),Fqt=(Bc(),J(zy)),Mqt=je(),qqt=Sn(),dCe=De(),pCe=He(),Bqt=Pz(),Gqt=yye(),Hqt=s8(),Vqt=t=>({apiVersion:"2014-11-13",base64Decoder:t?.base64Decoder??dCe.fromBase64,base64Encoder:t?.base64Encoder??dCe.toBase64,disableHostPrefix:t?.disableHostPrefix??!1,endpointProvider:t?.endpointProvider??Gqt.defaultEndpointResolver,extensions:t?.extensions??[],httpAuthSchemeProvider:t?.httpAuthSchemeProvider??Bqt.defaultECSHttpAuthSchemeProvider,httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new Uqt.AwsSdkSigV4Signer}],logger:t?.logger??new Mqt.NoOpLogger,protocol:t?.protocol??Fqt.AwsJson1_1Protocol,protocolSettings:t?.protocolSettings??{defaultNamespace:"com.amazonaws.ecs",errorTypeRegistries:Hqt.errorTypeRegistries,xmlNamespace:"http://ecs.amazonaws.com/doc/2014-11-13/",version:"2014-11-13",serviceTarget:"AmazonEC2ContainerServiceV20141113"},serviceId:t?.serviceId??"ECS",urlParser:t?.urlParser??qqt.parseUrl,utf8Decoder:t?.utf8Decoder??pCe.fromUtf8,utf8Encoder:t?.utf8Encoder??pCe.toUtf8});Fx.getRuntimeConfig=Vqt});var ECe=O(qx=>{"use strict";Object.defineProperty(qx,"__esModule",{value:!0});qx.getRuntimeConfig=void 0;var jqt=(Es(),J(ys)),Wqt=jqt.__importDefault(nye()),fCe=(br(),J(Js)),zqt=Gb(),gCe=bl(),Mx=At(),Kqt=Eo(),hCe=vs(),hm=Jr(),SCe=Oi(),yCe=je(),Qqt=Cn(),Yqt=Il(),Jqt=Ps(),Xqt=mCe(),Zqt=t=>{(0,yCe.emitWarningIfUnsupportedVersion)(process.version);let e=(0,Yqt.resolveDefaultsModeConfig)(t),r=()=>e().then(yCe.loadConfigsForDefaultMode),n=(0,Xqt.getRuntimeConfig)(t);(0,fCe.emitWarningIfUnsupportedVersion)(process.version);let s={profile:t?.profile,logger:n.logger};return{...n,...t,runtime:"node",defaultsMode:e,authSchemePreference:t?.authSchemePreference??(0,hm.loadConfig)(fCe.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,s),bodyLengthChecker:t?.bodyLengthChecker??Qqt.calculateBodyLength,credentialDefaultProvider:t?.credentialDefaultProvider??zqt.defaultProvider,defaultUserAgentProvider:t?.defaultUserAgentProvider??(0,gCe.createDefaultUserAgentProvider)({serviceId:n.serviceId,clientVersion:Wqt.default.version}),maxAttempts:t?.maxAttempts??(0,hm.loadConfig)(hCe.NODE_MAX_ATTEMPT_CONFIG_OPTIONS,t),region:t?.region??(0,hm.loadConfig)(Mx.NODE_REGION_CONFIG_OPTIONS,{...Mx.NODE_REGION_CONFIG_FILE_OPTIONS,...s}),requestHandler:SCe.NodeHttpHandler.create(t?.requestHandler??r),retryMode:t?.retryMode??(0,hm.loadConfig)({...hCe.NODE_RETRY_MODE_CONFIG_OPTIONS,default:async()=>(await r()).retryMode||Jqt.DEFAULT_RETRY_MODE},t),sha256:t?.sha256??Kqt.Hash.bind(null,"sha256"),streamCollector:t?.streamCollector??SCe.streamCollector,useDualstackEndpoint:t?.useDualstackEndpoint??(0,hm.loadConfig)(Mx.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,s),useFipsEndpoint:t?.useFipsEndpoint??(0,hm.loadConfig)(Mx.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,s),userAgentAppId:t?.userAgentAppId??(0,hm.loadConfig)(gCe.NODE_APP_ID_CONFIG_OPTIONS,s)}};qx.getRuntimeConfig=Zqt});var o8=O(xs=>{"use strict";var Bx=()=>{let t=new WeakSet;return(e,r)=>{if(typeof r=="object"&&r!==null){if(t.has(r))return"[Circular]";t.add(r)}return r}},e3t=t=>new Promise(e=>setTimeout(e,t*1e3)),RCe={minDelay:2,maxDelay:120};xs.WaiterState=void 0;(function(t){t.ABORTED="ABORTED",t.FAILURE="FAILURE",t.SUCCESS="SUCCESS",t.RETRY="RETRY",t.TIMEOUT="TIMEOUT"})(xs.WaiterState||(xs.WaiterState={}));var t3t=t=>{if(t.state===xs.WaiterState.ABORTED){let e=new Error(`${JSON.stringify({...t,reason:"Request was aborted"},Bx())}`);throw e.name="AbortError",e}else if(t.state===xs.WaiterState.TIMEOUT){let e=new Error(`${JSON.stringify({...t,reason:"Waiter has timed out"},Bx())}`);throw e.name="TimeoutError",e}else if(t.state!==xs.WaiterState.SUCCESS)throw new Error(`${JSON.stringify(t,Bx())}`);return t},r3t=(t,e,r,n)=>{if(n>r)return e;let s=t*2**(n-1);return n3t(t,s)},n3t=(t,e)=>t+Math.random()*(e-t),s3t=async({minDelay:t,maxDelay:e,maxWaitTime:r,abortController:n,client:s,abortSignal:o},i,a)=>{let c={},{state:u,reason:f}=await a(s,i);if(f){let C=CCe(f);c[C]|=0,c[C]+=1}if(u!==xs.WaiterState.RETRY)return{state:u,reason:f,observedResponses:c};let m=1,h=Date.now()+r*1e3,y=Math.log(e/t)/Math.log(2)+1;for(;;){if(n?.signal?.aborted||o?.aborted){let N="AbortController signal aborted.";return c[N]|=0,c[N]+=1,{state:xs.WaiterState.ABORTED,observedResponses:c}}let C=r3t(t,e,y,m);if(Date.now()+C*1e3>h)return{state:xs.WaiterState.TIMEOUT,observedResponses:c};await e3t(C);let{state:I,reason:$}=await a(s,i);if($){let N=CCe($);c[N]|=0,c[N]+=1}if(I!==xs.WaiterState.RETRY)return{state:I,reason:$,observedResponses:c};m+=1}},CCe=t=>t?.$responseBodyText?`Deserialization error for body: ${t.$responseBodyText}`:t?.$metadata?.httpStatusCode?t.$response||t.message?`${t.$response.statusCode??t.$metadata.httpStatusCode??"Unknown"}: ${t.message}`:`${t.$metadata.httpStatusCode}: OK`:String(t?.message??JSON.stringify(t,Bx())??"Unknown"),o3t=t=>{if(t.maxWaitTime<=0)throw new Error("WaiterConfiguration.maxWaitTime must be greater than 0");if(t.minDelay<=0)throw new Error("WaiterConfiguration.minDelay must be greater than 0");if(t.maxDelay<=0)throw new Error("WaiterConfiguration.maxDelay must be greater than 0");if(t.maxWaitTime<=t.minDelay)throw new Error(`WaiterConfiguration.maxWaitTime [${t.maxWaitTime}] must be greater than WaiterConfiguration.minDelay [${t.minDelay}] for this waiter`);if(t.maxDelay<t.minDelay)throw new Error(`WaiterConfiguration.maxDelay [${t.maxDelay}] must be greater than WaiterConfiguration.minDelay [${t.minDelay}] for this waiter`)},_Ce=t=>{let e,r=new Promise(n=>{e=()=>n({state:xs.WaiterState.ABORTED}),typeof t.addEventListener=="function"?t.addEventListener("abort",e):t.onabort=e});return{clearListener(){typeof t.removeEventListener=="function"&&t.removeEventListener("abort",e)},aborted:r}},i3t=async(t,e,r)=>{let n={...RCe,...t};o3t(n);let s=[s3t(n,e,r)],o=[];if(t.abortSignal){let{aborted:i,clearListener:a}=_Ce(t.abortSignal);o.push(a),s.push(i)}if(t.abortController?.signal){let{aborted:i,clearListener:a}=_Ce(t.abortController.signal);o.push(a),s.push(i)}return Promise.race(s).then(i=>{for(let a of o)a();return i})};xs.checkExceptions=t3t;xs.createWaiter=i3t;xs.waiterServiceDefaults=RCe});var i8=O(q=>{"use strict";var TCe=Xu(),a3t=Zu(),c3t=el(),ACe=Gc(),u3t=At(),ni=(bn(),J(sl)),l3t=(dt(),J(_a)),d3t=So(),Ee=jo(),PCe=vs(),he=je(),vCe=Pz(),p3t=ECe(),bCe=Qc(),ICe=qe(),ye=s8(),dr=o8(),DCe=n6(),m3t=yx(),f3t=t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"ecs"}),_e={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}},g3t=t=>{let e=t.httpAuthSchemes,r=t.httpAuthSchemeProvider,n=t.credentials;return{setHttpAuthScheme(s){let o=e.findIndex(i=>i.schemeId===s.schemeId);o===-1?e.push(s):e.splice(o,1,s)},httpAuthSchemes(){return e},setHttpAuthSchemeProvider(s){r=s},httpAuthSchemeProvider(){return r},setCredentials(s){n=s},credentials(){return n}}},h3t=t=>({httpAuthSchemes:t.httpAuthSchemes(),httpAuthSchemeProvider:t.httpAuthSchemeProvider(),credentials:t.credentials()}),S3t=(t,e)=>{let r=Object.assign(bCe.getAwsRegionExtensionConfiguration(t),he.getDefaultExtensionConfiguration(t),ICe.getHttpHandlerExtensionConfiguration(t),g3t(t));return e.forEach(n=>n.configure(r)),Object.assign(t,bCe.resolveAwsRegionExtensionConfiguration(r),he.resolveDefaultRuntimeConfig(r),ICe.resolveHttpHandlerRuntimeConfig(r),h3t(r))},vo=class extends he.Client{config;constructor(...[e]){let r=p3t.getRuntimeConfig(e||{});super(r),this.initConfig=r;let n=f3t(r),s=ACe.resolveUserAgentConfig(n),o=PCe.resolveRetryConfig(s),i=u3t.resolveRegionConfig(o),a=TCe.resolveHostHeaderConfig(i),c=Ee.resolveEndpointConfig(a),u=vCe.resolveHttpAuthSchemeConfig(c),f=S3t(u,e?.extensions||[]);this.config=f,this.middlewareStack.use(l3t.getSchemaSerdePlugin(this.config)),this.middlewareStack.use(ACe.getUserAgentPlugin(this.config)),this.middlewareStack.use(PCe.getRetryPlugin(this.config)),this.middlewareStack.use(d3t.getContentLengthPlugin(this.config)),this.middlewareStack.use(TCe.getHostHeaderPlugin(this.config)),this.middlewareStack.use(a3t.getLoggerPlugin(this.config)),this.middlewareStack.use(c3t.getRecursionDetectionPlugin(this.config)),this.middlewareStack.use(ni.getHttpAuthSchemeEndpointRuleSetPlugin(this.config,{httpAuthSchemeParametersProvider:vCe.defaultECSHttpAuthSchemeParametersProvider,identityProviderConfigProvider:async m=>new ni.DefaultIdentityProviderConfig({"aws.auth#sigv4":m.credentials})})),this.middlewareStack.use(ni.getHttpSigningPlugin(this.config))}destroy(){super.destroy()}},Gx=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","CreateCapacityProvider",{}).n("ECSClient","CreateCapacityProviderCommand").sc(ye.CreateCapacityProvider$).build(){},Hx=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","CreateCluster",{}).n("ECSClient","CreateClusterCommand").sc(ye.CreateCluster$).build(){},Vx=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","CreateExpressGatewayService",{}).n("ECSClient","CreateExpressGatewayServiceCommand").sc(ye.CreateExpressGatewayService$).build(){},jx=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","CreateService",{}).n("ECSClient","CreateServiceCommand").sc(ye.CreateService$).build(){},Wx=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","CreateTaskSet",{}).n("ECSClient","CreateTaskSetCommand").sc(ye.CreateTaskSet$).build(){},zx=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DeleteAccountSetting",{}).n("ECSClient","DeleteAccountSettingCommand").sc(ye.DeleteAccountSetting$).build(){},Kx=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DeleteAttributes",{}).n("ECSClient","DeleteAttributesCommand").sc(ye.DeleteAttributes$).build(){},Qx=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DeleteCapacityProvider",{}).n("ECSClient","DeleteCapacityProviderCommand").sc(ye.DeleteCapacityProvider$).build(){},Yx=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DeleteCluster",{}).n("ECSClient","DeleteClusterCommand").sc(ye.DeleteCluster$).build(){},Jx=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DeleteExpressGatewayService",{}).n("ECSClient","DeleteExpressGatewayServiceCommand").sc(ye.DeleteExpressGatewayService$).build(){},Xx=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DeleteService",{}).n("ECSClient","DeleteServiceCommand").sc(ye.DeleteService$).build(){},Zx=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DeleteTaskDefinitions",{}).n("ECSClient","DeleteTaskDefinitionsCommand").sc(ye.DeleteTaskDefinitions$).build(){},ew=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DeleteTaskSet",{}).n("ECSClient","DeleteTaskSetCommand").sc(ye.DeleteTaskSet$).build(){},tw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DeregisterContainerInstance",{}).n("ECSClient","DeregisterContainerInstanceCommand").sc(ye.DeregisterContainerInstance$).build(){},rw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DeregisterTaskDefinition",{}).n("ECSClient","DeregisterTaskDefinitionCommand").sc(ye.DeregisterTaskDefinition$).build(){},nw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DescribeCapacityProviders",{}).n("ECSClient","DescribeCapacityProvidersCommand").sc(ye.DescribeCapacityProviders$).build(){},sw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DescribeClusters",{}).n("ECSClient","DescribeClustersCommand").sc(ye.DescribeClusters$).build(){},ow=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DescribeContainerInstances",{}).n("ECSClient","DescribeContainerInstancesCommand").sc(ye.DescribeContainerInstances$).build(){},iw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DescribeExpressGatewayService",{}).n("ECSClient","DescribeExpressGatewayServiceCommand").sc(ye.DescribeExpressGatewayService$).build(){},aw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DescribeServiceDeployments",{}).n("ECSClient","DescribeServiceDeploymentsCommand").sc(ye.DescribeServiceDeployments$).build(){},cw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DescribeServiceRevisions",{}).n("ECSClient","DescribeServiceRevisionsCommand").sc(ye.DescribeServiceRevisions$).build(){},Jg=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DescribeServices",{}).n("ECSClient","DescribeServicesCommand").sc(ye.DescribeServices$).build(){},uw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DescribeTaskDefinition",{}).n("ECSClient","DescribeTaskDefinitionCommand").sc(ye.DescribeTaskDefinition$).build(){},Xg=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DescribeTasks",{}).n("ECSClient","DescribeTasksCommand").sc(ye.DescribeTasks$).build(){},lw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DescribeTaskSets",{}).n("ECSClient","DescribeTaskSetsCommand").sc(ye.DescribeTaskSets$).build(){},dw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","DiscoverPollEndpoint",{}).n("ECSClient","DiscoverPollEndpointCommand").sc(ye.DiscoverPollEndpoint$).build(){},pw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","ExecuteCommand",{}).n("ECSClient","ExecuteCommandCommand").sc(ye.ExecuteCommand$).build(){},mw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","GetTaskProtection",{}).n("ECSClient","GetTaskProtectionCommand").sc(ye.GetTaskProtection$).build(){},MC=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","ListAccountSettings",{}).n("ECSClient","ListAccountSettingsCommand").sc(ye.ListAccountSettings$).build(){},qC=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","ListAttributes",{}).n("ECSClient","ListAttributesCommand").sc(ye.ListAttributes$).build(){},BC=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","ListClusters",{}).n("ECSClient","ListClustersCommand").sc(ye.ListClusters$).build(){},GC=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","ListContainerInstances",{}).n("ECSClient","ListContainerInstancesCommand").sc(ye.ListContainerInstances$).build(){},fw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","ListServiceDeployments",{}).n("ECSClient","ListServiceDeploymentsCommand").sc(ye.ListServiceDeployments$).build(){},HC=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","ListServicesByNamespace",{}).n("ECSClient","ListServicesByNamespaceCommand").sc(ye.ListServicesByNamespace$).build(){},VC=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","ListServices",{}).n("ECSClient","ListServicesCommand").sc(ye.ListServices$).build(){},gw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","ListTagsForResource",{}).n("ECSClient","ListTagsForResourceCommand").sc(ye.ListTagsForResource$).build(){},jC=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","ListTaskDefinitionFamilies",{}).n("ECSClient","ListTaskDefinitionFamiliesCommand").sc(ye.ListTaskDefinitionFamilies$).build(){},WC=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","ListTaskDefinitions",{}).n("ECSClient","ListTaskDefinitionsCommand").sc(ye.ListTaskDefinitions$).build(){},zC=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","ListTasks",{}).n("ECSClient","ListTasksCommand").sc(ye.ListTasks$).build(){},hw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","PutAccountSetting",{}).n("ECSClient","PutAccountSettingCommand").sc(ye.PutAccountSetting$).build(){},Sw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","PutAccountSettingDefault",{}).n("ECSClient","PutAccountSettingDefaultCommand").sc(ye.PutAccountSettingDefault$).build(){},yw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","PutAttributes",{}).n("ECSClient","PutAttributesCommand").sc(ye.PutAttributes$).build(){},Ew=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","PutClusterCapacityProviders",{}).n("ECSClient","PutClusterCapacityProvidersCommand").sc(ye.PutClusterCapacityProviders$).build(){},Cw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","RegisterContainerInstance",{}).n("ECSClient","RegisterContainerInstanceCommand").sc(ye.RegisterContainerInstance$).build(){},_w=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","RegisterTaskDefinition",{}).n("ECSClient","RegisterTaskDefinitionCommand").sc(ye.RegisterTaskDefinition$).build(){},Rw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","RunTask",{}).n("ECSClient","RunTaskCommand").sc(ye.RunTask$).build(){},Tw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","StartTask",{}).n("ECSClient","StartTaskCommand").sc(ye.StartTask$).build(){},Aw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","StopServiceDeployment",{}).n("ECSClient","StopServiceDeploymentCommand").sc(ye.StopServiceDeployment$).build(){},Pw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","StopTask",{}).n("ECSClient","StopTaskCommand").sc(ye.StopTask$).build(){},vw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","SubmitAttachmentStateChanges",{}).n("ECSClient","SubmitAttachmentStateChangesCommand").sc(ye.SubmitAttachmentStateChanges$).build(){},bw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","SubmitContainerStateChange",{}).n("ECSClient","SubmitContainerStateChangeCommand").sc(ye.SubmitContainerStateChange$).build(){},Iw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","SubmitTaskStateChange",{}).n("ECSClient","SubmitTaskStateChangeCommand").sc(ye.SubmitTaskStateChange$).build(){},Dw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","TagResource",{}).n("ECSClient","TagResourceCommand").sc(ye.TagResource$).build(){},xw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","UntagResource",{}).n("ECSClient","UntagResourceCommand").sc(ye.UntagResource$).build(){},ww=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","UpdateCapacityProvider",{}).n("ECSClient","UpdateCapacityProviderCommand").sc(ye.UpdateCapacityProvider$).build(){},$w=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","UpdateCluster",{}).n("ECSClient","UpdateClusterCommand").sc(ye.UpdateCluster$).build(){},Ow=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","UpdateClusterSettings",{}).n("ECSClient","UpdateClusterSettingsCommand").sc(ye.UpdateClusterSettings$).build(){},kw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","UpdateContainerAgent",{}).n("ECSClient","UpdateContainerAgentCommand").sc(ye.UpdateContainerAgent$).build(){},Nw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","UpdateContainerInstancesState",{}).n("ECSClient","UpdateContainerInstancesStateCommand").sc(ye.UpdateContainerInstancesState$).build(){},Lw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","UpdateExpressGatewayService",{}).n("ECSClient","UpdateExpressGatewayServiceCommand").sc(ye.UpdateExpressGatewayService$).build(){},Uw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","UpdateService",{}).n("ECSClient","UpdateServiceCommand").sc(ye.UpdateService$).build(){},Fw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","UpdateServicePrimaryTaskSet",{}).n("ECSClient","UpdateServicePrimaryTaskSetCommand").sc(ye.UpdateServicePrimaryTaskSet$).build(){},Mw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","UpdateTaskProtection",{}).n("ECSClient","UpdateTaskProtectionCommand").sc(ye.UpdateTaskProtection$).build(){},qw=class extends he.Command.classBuilder().ep(_e).m(function(e,r,n,s){return[Ee.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AmazonEC2ContainerServiceV20141113","UpdateTaskSet",{}).n("ECSClient","UpdateTaskSetCommand").sc(ye.UpdateTaskSet$).build(){},xCe=ni.createPaginator(vo,MC,"nextToken","nextToken","maxResults"),wCe=ni.createPaginator(vo,qC,"nextToken","nextToken","maxResults"),$Ce=ni.createPaginator(vo,BC,"nextToken","nextToken","maxResults"),OCe=ni.createPaginator(vo,GC,"nextToken","nextToken","maxResults"),kCe=ni.createPaginator(vo,HC,"nextToken","nextToken","maxResults"),NCe=ni.createPaginator(vo,VC,"nextToken","nextToken","maxResults"),LCe=ni.createPaginator(vo,jC,"nextToken","nextToken","maxResults"),UCe=ni.createPaginator(vo,WC,"nextToken","nextToken","maxResults"),FCe=ni.createPaginator(vo,zC,"nextToken","nextToken","maxResults"),MCe=async(t,e)=>{let r;try{let n=await t.send(new Jg(e));r=n;try{let s=()=>[].concat(...n.failures).map(a=>a.reason);for(let o of s())if(o=="MISSING")return{state:dr.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.services).map(a=>a.status);for(let o of s())if(o=="INACTIVE")return{state:dr.WaiterState.SUCCESS,reason:r}}catch{}}catch(n){r=n}return{state:dr.WaiterState.RETRY,reason:r}},y3t=async(t,e)=>{let r={minDelay:15,maxDelay:120};return dr.createWaiter({...r,...t},e,MCe)},qCe=async(t,e)=>{let r={minDelay:15,maxDelay:120},n=await dr.createWaiter({...r,...t},e,MCe);return dr.checkExceptions(n)},BCe=async(t,e)=>{let r;try{let n=await t.send(new Jg(e));r=n;try{let s=()=>[].concat(...n.failures).map(a=>a.reason);for(let o of s())if(o=="MISSING")return{state:dr.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.services).map(a=>a.status);for(let o of s())if(o=="DRAINING")return{state:dr.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.services).map(a=>a.status);for(let o of s())if(o=="INACTIVE")return{state:dr.WaiterState.FAILURE,reason:r}}catch{}try{if(n.services.filter(i=>!(i.deployments.length==1&&i.runningCount==i.desiredCount)).length==0==!0)return{state:dr.WaiterState.SUCCESS,reason:r}}catch{}}catch(n){r=n}return{state:dr.WaiterState.RETRY,reason:r}},E3t=async(t,e)=>{let r={minDelay:15,maxDelay:120};return dr.createWaiter({...r,...t},e,BCe)},GCe=async(t,e)=>{let r={minDelay:15,maxDelay:120},n=await dr.createWaiter({...r,...t},e,BCe);return dr.checkExceptions(n)},HCe=async(t,e)=>{let r;try{let n=await t.send(new Xg(e));r=n;try{let s=()=>[].concat(...n.tasks).map(a=>a.lastStatus);for(let o of s())if(o=="STOPPED")return{state:dr.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.failures).map(a=>a.reason);for(let o of s())if(o=="MISSING")return{state:dr.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.tasks).map(c=>c.lastStatus),o=s().length>0;for(let i of s())o=o&&i=="RUNNING";if(o)return{state:dr.WaiterState.SUCCESS,reason:r}}catch{}}catch(n){r=n}return{state:dr.WaiterState.RETRY,reason:r}},C3t=async(t,e)=>{let r={minDelay:6,maxDelay:120};return dr.createWaiter({...r,...t},e,HCe)},VCe=async(t,e)=>{let r={minDelay:6,maxDelay:120},n=await dr.createWaiter({...r,...t},e,HCe);return dr.checkExceptions(n)},jCe=async(t,e)=>{let r;try{let n=await t.send(new Xg(e));r=n;try{let s=()=>[].concat(...n.tasks).map(c=>c.lastStatus),o=s().length>0;for(let i of s())o=o&&i=="STOPPED";if(o)return{state:dr.WaiterState.SUCCESS,reason:r}}catch{}}catch(n){r=n}return{state:dr.WaiterState.RETRY,reason:r}},_3t=async(t,e)=>{let r={minDelay:6,maxDelay:120};return dr.createWaiter({...r,...t},e,jCe)},WCe=async(t,e)=>{let r={minDelay:6,maxDelay:120},n=await dr.createWaiter({...r,...t},e,jCe);return dr.checkExceptions(n)},R3t={CreateCapacityProviderCommand:Gx,CreateClusterCommand:Hx,CreateExpressGatewayServiceCommand:Vx,CreateServiceCommand:jx,CreateTaskSetCommand:Wx,DeleteAccountSettingCommand:zx,DeleteAttributesCommand:Kx,DeleteCapacityProviderCommand:Qx,DeleteClusterCommand:Yx,DeleteExpressGatewayServiceCommand:Jx,DeleteServiceCommand:Xx,DeleteTaskDefinitionsCommand:Zx,DeleteTaskSetCommand:ew,DeregisterContainerInstanceCommand:tw,DeregisterTaskDefinitionCommand:rw,DescribeCapacityProvidersCommand:nw,DescribeClustersCommand:sw,DescribeContainerInstancesCommand:ow,DescribeExpressGatewayServiceCommand:iw,DescribeServiceDeploymentsCommand:aw,DescribeServiceRevisionsCommand:cw,DescribeServicesCommand:Jg,DescribeTaskDefinitionCommand:uw,DescribeTasksCommand:Xg,DescribeTaskSetsCommand:lw,DiscoverPollEndpointCommand:dw,ExecuteCommandCommand:pw,GetTaskProtectionCommand:mw,ListAccountSettingsCommand:MC,ListAttributesCommand:qC,ListClustersCommand:BC,ListContainerInstancesCommand:GC,ListServiceDeploymentsCommand:fw,ListServicesCommand:VC,ListServicesByNamespaceCommand:HC,ListTagsForResourceCommand:gw,ListTaskDefinitionFamiliesCommand:jC,ListTaskDefinitionsCommand:WC,ListTasksCommand:zC,PutAccountSettingCommand:hw,PutAccountSettingDefaultCommand:Sw,PutAttributesCommand:yw,PutClusterCapacityProvidersCommand:Ew,RegisterContainerInstanceCommand:Cw,RegisterTaskDefinitionCommand:_w,RunTaskCommand:Rw,StartTaskCommand:Tw,StopServiceDeploymentCommand:Aw,StopTaskCommand:Pw,SubmitAttachmentStateChangesCommand:vw,SubmitContainerStateChangeCommand:bw,SubmitTaskStateChangeCommand:Iw,TagResourceCommand:Dw,UntagResourceCommand:xw,UpdateCapacityProviderCommand:ww,UpdateClusterCommand:$w,UpdateClusterSettingsCommand:Ow,UpdateContainerAgentCommand:kw,UpdateContainerInstancesStateCommand:Nw,UpdateExpressGatewayServiceCommand:Lw,UpdateServiceCommand:Uw,UpdateServicePrimaryTaskSetCommand:Fw,UpdateTaskProtectionCommand:Mw,UpdateTaskSetCommand:qw},T3t={paginateListAccountSettings:xCe,paginateListAttributes:wCe,paginateListClusters:$Ce,paginateListContainerInstances:OCe,paginateListServices:NCe,paginateListServicesByNamespace:kCe,paginateListTaskDefinitionFamilies:LCe,paginateListTaskDefinitions:UCe,paginateListTasks:FCe},A3t={waitUntilServicesInactive:qCe,waitUntilServicesStable:GCe,waitUntilTasksRunning:VCe,waitUntilTasksStopped:WCe},Bw=class extends vo{};he.createAggregatedClient(R3t,Bw,{paginators:T3t,waiters:A3t});var P3t={AMAZON_WEB_SERVICES:"amazon-web-services",AMD:"amd",HABANA:"habana",NVIDIA:"nvidia",XILINX:"xilinx"},v3t={A100:"a100",A10G:"a10g",H100:"h100",INFERENTIA:"inferentia",K520:"k520",K80:"k80",M60:"m60",RADEON_PRO_V520:"radeon-pro-v520",T4:"t4",T4G:"t4g",V100:"v100",VU9P:"vu9p"},b3t={FPGA:"fpga",GPU:"gpu",INFERENCE:"inference"},I3t={PRIVATE:"PRIVATE",PUBLIC:"PUBLIC"},D3t={FAILED:"FAILED",PENDING:"PENDING",STAGED:"STAGED",STAGING:"STAGING",UPDATED:"UPDATED",UPDATING:"UPDATING"},x3t={DISABLED:"DISABLED",ENABLED:"ENABLED"},w3t={DISABLED:"DISABLED",ENABLED:"ENABLED"},$3t={DISABLED:"DISABLED",ENABLED:"ENABLED"},O3t={ON_DEMAND:"ON_DEMAND",SPOT:"SPOT"},k3t={EXCLUDED:"excluded",INCLUDED:"included",REQUIRED:"required"},N3t={EXCLUDED:"excluded",INCLUDED:"included",REQUIRED:"required"},L3t={AMAZON_WEB_SERVICES:"amazon-web-services",AMD:"amd",INTEL:"intel"},U3t={CURRENT:"current",PREVIOUS:"previous"},F3t={EXCLUDED:"excluded",INCLUDED:"included",REQUIRED:"required"},M3t={HDD:"hdd",SSD:"ssd"},q3t={BASIC:"BASIC",DETAILED:"DETAILED"},B3t={CAPACITY_PROVIDER:"CAPACITY_PROVIDER",NONE:"NONE"},G3t={ACTIVE:"ACTIVE",DEPROVISIONING:"DEPROVISIONING",INACTIVE:"INACTIVE",PROVISIONING:"PROVISIONING"},H3t={EC2_AUTOSCALING:"EC2_AUTOSCALING",FARGATE:"FARGATE",FARGATE_SPOT:"FARGATE_SPOT",MANAGED_INSTANCES:"MANAGED_INSTANCES"},V3t={CREATE_COMPLETE:"CREATE_COMPLETE",CREATE_FAILED:"CREATE_FAILED",CREATE_IN_PROGRESS:"CREATE_IN_PROGRESS",DELETE_COMPLETE:"DELETE_COMPLETE",DELETE_FAILED:"DELETE_FAILED",DELETE_IN_PROGRESS:"DELETE_IN_PROGRESS",UPDATE_COMPLETE:"UPDATE_COMPLETE",UPDATE_FAILED:"UPDATE_FAILED",UPDATE_IN_PROGRESS:"UPDATE_IN_PROGRESS"},j3t={DEFAULT:"DEFAULT",NONE:"NONE",OVERRIDE:"OVERRIDE"},W3t={CONTAINER_INSIGHTS:"containerInsights"},z3t={AverageCPUUtilization:"AVERAGE_CPU",AverageMemoryUtilization:"AVERAGE_MEMORY",RequestCountPerTarget:"REQUEST_COUNT_PER_TARGET"},K3t={ACTIVE:"ACTIVE",DRAINING:"DRAINING",INACTIVE:"INACTIVE"},Q3t={DISABLED:"DISABLED",ENABLED:"ENABLED"},Y3t={POST_PRODUCTION_TRAFFIC_SHIFT:"POST_PRODUCTION_TRAFFIC_SHIFT",POST_SCALE_UP:"POST_SCALE_UP",POST_TEST_TRAFFIC_SHIFT:"POST_TEST_TRAFFIC_SHIFT",PRE_SCALE_UP:"PRE_SCALE_UP",PRODUCTION_TRAFFIC_SHIFT:"PRODUCTION_TRAFFIC_SHIFT",RECONCILE_SERVICE:"RECONCILE_SERVICE",TEST_TRAFFIC_SHIFT:"TEST_TRAFFIC_SHIFT"},J3t={BLUE_GREEN:"BLUE_GREEN",CANARY:"CANARY",LINEAR:"LINEAR",ROLLING:"ROLLING"},X3t={CODE_DEPLOY:"CODE_DEPLOY",ECS:"ECS",EXTERNAL:"EXTERNAL"},Z3t={EC2:"EC2",EXTERNAL:"EXTERNAL",FARGATE:"FARGATE",MANAGED_INSTANCES:"MANAGED_INSTANCES"},eBt={DISABLED:"DISABLED",ENABLED:"ENABLED"},tBt={DISTINCT_INSTANCE:"distinctInstance",MEMBER_OF:"memberOf"},rBt={BINPACK:"binpack",RANDOM:"random",SPREAD:"spread"},nBt={NONE:"NONE",SERVICE:"SERVICE",TASK_DEFINITION:"TASK_DEFINITION"},sBt={DAEMON:"DAEMON",REPLICA:"REPLICA"},oBt={JSON:"JSON",TEXT:"TEXT"},iBt={DISABLED:"DISABLED",ENABLED:"ENABLED"},aBt={AWSFIRELENS:"awsfirelens",AWSLOGS:"awslogs",FLUENTD:"fluentd",GELF:"gelf",JOURNALD:"journald",JSON_FILE:"json-file",SPLUNK:"splunk",SYSLOG:"syslog"},cBt={EXT3:"ext3",EXT4:"ext4",NTFS:"ntfs",XFS:"xfs"},uBt={VOLUME:"volume"},lBt={COMPLETED:"COMPLETED",FAILED:"FAILED",IN_PROGRESS:"IN_PROGRESS"},dBt={CUSTOMER:"CUSTOMER",ECS:"ECS"},pBt={PERCENT:"PERCENT"},mBt={STABILIZING:"STABILIZING",STEADY_STATE:"STEADY_STATE"},fBt={AWSVPC_TRUNKING:"awsvpcTrunking",CONTAINER_INSIGHTS:"containerInsights",CONTAINER_INSTANCE_LONG_ARN_FORMAT:"containerInstanceLongArnFormat",DEFAULT_LOG_DRIVER_MODE:"defaultLogDriverMode",FARGATE_EVENT_WINDOWS:"fargateEventWindows",FARGATE_FIPS_MODE:"fargateFIPSMode",FARGATE_TASK_RETIREMENT_WAIT_PERIOD:"fargateTaskRetirementWaitPeriod",GUARD_DUTY_ACTIVATE:"guardDutyActivate",SERVICE_LONG_ARN_FORMAT:"serviceLongArnFormat",TAG_RESOURCE_AUTHORIZATION:"tagResourceAuthorization",TASK_LONG_ARN_FORMAT:"taskLongArnFormat"},gBt={AWS_MANAGED:"aws_managed",USER:"user"},hBt={CONTAINER_INSTANCE:"container-instance"},SBt={EC2:"EC2",EXTERNAL:"EXTERNAL",FARGATE:"FARGATE",MANAGED_INSTANCES:"MANAGED_INSTANCES"},yBt={COMPLETE:"COMPLETE",HEALTHY:"HEALTHY",START:"START",SUCCESS:"SUCCESS"},EBt={S3:"s3"},CBt={FLUENTBIT:"fluentbit",FLUENTD:"fluentd"},_Bt={MKNOD:"mknod",READ:"read",WRITE:"write"},RBt={GRPC:"grpc",HTTP:"http",HTTP2:"http2"},TBt={TCP:"tcp",UDP:"udp"},ABt={GPU:"GPU",INFERENCE_ACCELERATOR:"InferenceAccelerator"},PBt={CORE:"core",CPU:"cpu",DATA:"data",FSIZE:"fsize",LOCKS:"locks",MEMLOCK:"memlock",MSGQUEUE:"msgqueue",NICE:"nice",NOFILE:"nofile",NPROC:"nproc",RSS:"rss",RTPRIO:"rtprio",RTTIME:"rttime",SIGPENDING:"sigpending",STACK:"stack"},vBt={DISABLED:"disabled",ENABLED:"enabled"},bBt={HOST:"host",NONE:"none",TASK:"task"},IBt={AWSVPC:"awsvpc",BRIDGE:"bridge",HOST:"host",NONE:"none"},DBt={HOST:"host",TASK:"task"},xBt={MEMBER_OF:"memberOf"},wBt={APPMESH:"APPMESH"},$Bt={ARM64:"ARM64",X86_64:"X86_64"},OBt={LINUX:"LINUX",WINDOWS_SERVER_2004_CORE:"WINDOWS_SERVER_2004_CORE",WINDOWS_SERVER_2016_FULL:"WINDOWS_SERVER_2016_FULL",WINDOWS_SERVER_2019_CORE:"WINDOWS_SERVER_2019_CORE",WINDOWS_SERVER_2019_FULL:"WINDOWS_SERVER_2019_FULL",WINDOWS_SERVER_2022_CORE:"WINDOWS_SERVER_2022_CORE",WINDOWS_SERVER_2022_FULL:"WINDOWS_SERVER_2022_FULL",WINDOWS_SERVER_2025_CORE:"WINDOWS_SERVER_2025_CORE",WINDOWS_SERVER_2025_FULL:"WINDOWS_SERVER_2025_FULL",WINDOWS_SERVER_20H2_CORE:"WINDOWS_SERVER_20H2_CORE"},kBt={ACTIVE:"ACTIVE",DELETE_IN_PROGRESS:"DELETE_IN_PROGRESS",INACTIVE:"INACTIVE"},NBt={SHARED:"shared",TASK:"task"},LBt={DISABLED:"DISABLED",ENABLED:"ENABLED"},UBt={DISABLED:"DISABLED",ENABLED:"ENABLED"},FBt={IMPAIRED:"IMPAIRED",INITIALIZING:"INITIALIZING",INSUFFICIENT_DATA:"INSUFFICIENT_DATA",OK:"OK"},MBt={CONTAINER_RUNTIME:"CONTAINER_RUNTIME"},qBt={TAGS:"TAGS"},BBt={ATTACHMENTS:"ATTACHMENTS",CONFIGURATIONS:"CONFIGURATIONS",SETTINGS:"SETTINGS",STATISTICS:"STATISTICS",TAGS:"TAGS"},GBt={CONTAINER_INSTANCE_HEALTH:"CONTAINER_INSTANCE_HEALTH",TAGS:"TAGS"},HBt={TAGS:"TAGS"},VBt={DISABLED:"DISABLED",MONITORING:"MONITORING",MONITORING_COMPLETE:"MONITORING_COMPLETE",TRIGGERED:"TRIGGERED"},jBt={BAKE_TIME:"BAKE_TIME",CLEAN_UP:"CLEAN_UP",POST_PRODUCTION_TRAFFIC_SHIFT:"POST_PRODUCTION_TRAFFIC_SHIFT",POST_SCALE_UP:"POST_SCALE_UP",POST_TEST_TRAFFIC_SHIFT:"POST_TEST_TRAFFIC_SHIFT",PRE_SCALE_UP:"PRE_SCALE_UP",PRODUCTION_TRAFFIC_SHIFT:"PRODUCTION_TRAFFIC_SHIFT",RECONCILE_SERVICE:"RECONCILE_SERVICE",SCALE_UP:"SCALE_UP",TEST_TRAFFIC_SHIFT:"TEST_TRAFFIC_SHIFT"},WBt={IN_PROGRESS:"IN_PROGRESS",PENDING:"PENDING",ROLLBACK_FAILED:"ROLLBACK_FAILED",ROLLBACK_IN_PROGRESS:"ROLLBACK_IN_PROGRESS",ROLLBACK_REQUESTED:"ROLLBACK_REQUESTED",ROLLBACK_SUCCESSFUL:"ROLLBACK_SUCCESSFUL",STOPPED:"STOPPED",STOP_REQUESTED:"STOP_REQUESTED",SUCCESSFUL:"SUCCESSFUL"},zBt={ACTIVE:"ACTIVE",DELETED:"DELETED",DEPROVISIONING:"DEPROVISIONING",FAILED:"FAILED",PROVISIONING:"PROVISIONING"},KBt={TAGS:"TAGS"},QBt={TAGS:"TAGS"},YBt={TAGS:"TAGS"},JBt={CONNECTED:"CONNECTED",DISCONNECTED:"DISCONNECTED"},XBt={HEALTHY:"HEALTHY",UNHEALTHY:"UNHEALTHY",UNKNOWN:"UNKNOWN"},ZBt={ExecuteCommandAgent:"ExecuteCommandAgent"},eGt={ESSENTIAL_CONTAINER_EXITED:"EssentialContainerExited",SERVICE_SCHEDULER_INITIATED:"ServiceSchedulerInitiated",SPOT_INTERRUPTION:"SpotInterruption",TASK_FAILED_TO_START:"TaskFailedToStart",TERMINATION_NOTICE:"TerminationNotice",USER_INITIATED:"UserInitiated"},tGt={TAGS:"TAGS"},rGt={ACTIVE:"ACTIVE",DEREGISTERING:"DEREGISTERING",DRAINING:"DRAINING",REGISTERING:"REGISTERING",REGISTRATION_FAILED:"REGISTRATION_FAILED"},nGt={ACTIVE:"ACTIVE",ALL:"ALL",INACTIVE:"INACTIVE"},sGt={ASC:"ASC",DESC:"DESC"},oGt={PENDING:"PENDING",RUNNING:"RUNNING",STOPPED:"STOPPED"},iGt={GPU:"GPU"},aGt={ABORT:"ABORT",ROLLBACK:"ROLLBACK"};Object.defineProperty(q,"$Command",{enumerable:!0,get:function(){return he.Command}});Object.defineProperty(q,"__Client",{enumerable:!0,get:function(){return he.Client}});Object.defineProperty(q,"ECSServiceException",{enumerable:!0,get:function(){return m3t.ECSServiceException}});q.AcceleratorManufacturer=P3t;q.AcceleratorName=v3t;q.AcceleratorType=b3t;q.AccessType=I3t;q.AgentUpdateStatus=D3t;q.ApplicationProtocol=RBt;q.AssignPublicIp=eBt;q.AvailabilityZoneRebalancing=Q3t;q.BareMetal=k3t;q.BurstablePerformance=N3t;q.CPUArchitecture=$Bt;q.CapacityOptionType=O3t;q.CapacityProviderField=qBt;q.CapacityProviderStatus=G3t;q.CapacityProviderType=H3t;q.CapacityProviderUpdateStatus=V3t;q.ClusterField=BBt;q.ClusterSettingName=W3t;q.Compatibility=SBt;q.Connectivity=JBt;q.ContainerCondition=yBt;q.ContainerInstanceField=GBt;q.ContainerInstanceStatus=rGt;q.CpuManufacturer=L3t;q.CreateCapacityProviderCommand=Gx;q.CreateClusterCommand=Hx;q.CreateExpressGatewayServiceCommand=Vx;q.CreateServiceCommand=jx;q.CreateTaskSetCommand=Wx;q.DeleteAccountSettingCommand=zx;q.DeleteAttributesCommand=Kx;q.DeleteCapacityProviderCommand=Qx;q.DeleteClusterCommand=Yx;q.DeleteExpressGatewayServiceCommand=Jx;q.DeleteServiceCommand=Xx;q.DeleteTaskDefinitionsCommand=Zx;q.DeleteTaskSetCommand=ew;q.DeploymentControllerType=X3t;q.DeploymentLifecycleHookStage=Y3t;q.DeploymentRolloutState=lBt;q.DeploymentStrategy=J3t;q.DeregisterContainerInstanceCommand=tw;q.DeregisterTaskDefinitionCommand=rw;q.DescribeCapacityProvidersCommand=nw;q.DescribeClustersCommand=sw;q.DescribeContainerInstancesCommand=ow;q.DescribeExpressGatewayServiceCommand=iw;q.DescribeServiceDeploymentsCommand=aw;q.DescribeServiceRevisionsCommand=cw;q.DescribeServicesCommand=Jg;q.DescribeTaskDefinitionCommand=uw;q.DescribeTaskSetsCommand=lw;q.DescribeTasksCommand=Xg;q.DesiredStatus=oGt;q.DeviceCgroupPermission=_Bt;q.DiscoverPollEndpointCommand=dw;q.EBSResourceType=uBt;q.ECS=Bw;q.ECSClient=vo;q.EFSAuthorizationConfigIAM=LBt;q.EFSTransitEncryption=UBt;q.EnvironmentFileType=EBt;q.ExecuteCommandCommand=pw;q.ExecuteCommandLogging=j3t;q.ExpressGatewayServiceInclude=HBt;q.ExpressGatewayServiceScalingMetric=z3t;q.ExpressGatewayServiceStatusCode=K3t;q.FirelensConfigurationType=CBt;q.GetTaskProtectionCommand=mw;q.HealthStatus=XBt;q.InstanceGeneration=U3t;q.InstanceHealthCheckState=FBt;q.InstanceHealthCheckType=MBt;q.IpcMode=bBt;q.LaunchType=Z3t;q.ListAccountSettingsCommand=MC;q.ListAttributesCommand=qC;q.ListClustersCommand=BC;q.ListContainerInstancesCommand=GC;q.ListServiceDeploymentsCommand=fw;q.ListServicesByNamespaceCommand=HC;q.ListServicesCommand=VC;q.ListTagsForResourceCommand=gw;q.ListTaskDefinitionFamiliesCommand=jC;q.ListTaskDefinitionsCommand=WC;q.ListTasksCommand=zC;q.LocalStorage=F3t;q.LocalStorageType=M3t;q.LogDriver=aBt;q.ManagedAgentName=ZBt;q.ManagedDraining=x3t;q.ManagedInstancesMonitoringOptions=q3t;q.ManagedResourceStatus=zBt;q.ManagedScalingStatus=w3t;q.ManagedTerminationProtection=$3t;q.NetworkMode=IBt;q.OSFamily=OBt;q.PidMode=DBt;q.PlacementConstraintType=tBt;q.PlacementStrategyType=rBt;q.PlatformDeviceType=iGt;q.PropagateMITags=B3t;q.PropagateTags=nBt;q.ProxyConfigurationType=wBt;q.PutAccountSettingCommand=hw;q.PutAccountSettingDefaultCommand=Sw;q.PutAttributesCommand=yw;q.PutClusterCapacityProvidersCommand=Ew;q.RegisterContainerInstanceCommand=Cw;q.RegisterTaskDefinitionCommand=_w;q.ResourceManagementType=dBt;q.ResourceType=ABt;q.RunTaskCommand=Rw;q.ScaleUnit=pBt;q.SchedulingStrategy=sBt;q.Scope=NBt;q.ServiceConnectAccessLoggingFormat=oBt;q.ServiceConnectIncludeQueryParameters=iBt;q.ServiceDeploymentLifecycleStage=jBt;q.ServiceDeploymentRollbackMonitorsStatus=VBt;q.ServiceDeploymentStatus=WBt;q.ServiceField=KBt;q.SettingName=fBt;q.SettingType=gBt;q.SortOrder=sGt;q.StabilityStatus=mBt;q.StartTaskCommand=Tw;q.StopServiceDeploymentCommand=Aw;q.StopServiceDeploymentStopType=aGt;q.StopTaskCommand=Pw;q.SubmitAttachmentStateChangesCommand=vw;q.SubmitContainerStateChangeCommand=bw;q.SubmitTaskStateChangeCommand=Iw;q.TagResourceCommand=Dw;q.TargetType=hBt;q.TaskDefinitionFamilyStatus=nGt;q.TaskDefinitionField=QBt;q.TaskDefinitionPlacementConstraintType=xBt;q.TaskDefinitionStatus=kBt;q.TaskField=YBt;q.TaskFilesystemType=cBt;q.TaskSetField=tGt;q.TaskStopCode=eGt;q.TransportProtocol=TBt;q.UlimitName=PBt;q.UntagResourceCommand=xw;q.UpdateCapacityProviderCommand=ww;q.UpdateClusterCommand=$w;q.UpdateClusterSettingsCommand=Ow;q.UpdateContainerAgentCommand=kw;q.UpdateContainerInstancesStateCommand=Nw;q.UpdateExpressGatewayServiceCommand=Lw;q.UpdateServiceCommand=Uw;q.UpdateServicePrimaryTaskSetCommand=Fw;q.UpdateTaskProtectionCommand=Mw;q.UpdateTaskSetCommand=qw;q.VersionConsistency=vBt;q.paginateListAccountSettings=xCe;q.paginateListAttributes=wCe;q.paginateListClusters=$Ce;q.paginateListContainerInstances=OCe;q.paginateListServices=NCe;q.paginateListServicesByNamespace=kCe;q.paginateListTaskDefinitionFamilies=LCe;q.paginateListTaskDefinitions=UCe;q.paginateListTasks=FCe;q.waitForServicesInactive=y3t;q.waitForServicesStable=E3t;q.waitForTasksRunning=C3t;q.waitForTasksStopped=_3t;q.waitUntilServicesInactive=qCe;q.waitUntilServicesStable=GCe;q.waitUntilTasksRunning=VCe;q.waitUntilTasksStopped=WCe;Object.keys(ye).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(q,t)&&Object.defineProperty(q,t,{enumerable:!0,get:function(){return ye[t]}})});Object.keys(DCe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(q,t)&&Object.defineProperty(q,t,{enumerable:!0,get:function(){return DCe[t]}})})});var c8=O(nd=>{"use strict";Object.defineProperty(nd,"__esModule",{value:!0});nd.resolveHttpAuthSchemeConfig=nd.defaultCloudFormationHttpAuthSchemeProvider=nd.defaultCloudFormationHttpAuthSchemeParametersProvider=void 0;var cGt=(br(),J(Js)),a8=Nt(),uGt=async(t,e,r)=>({operation:(0,a8.getSmithyContext)(e).operation,region:await(0,a8.normalizeProvider)(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});nd.defaultCloudFormationHttpAuthSchemeParametersProvider=uGt;function lGt(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"cloudformation",region:t.region},propertiesExtractor:(e,r)=>({signingProperties:{config:e,context:r}})}}var dGt=t=>{let e=[];switch(t.operation){default:e.push(lGt(t))}return e};nd.defaultCloudFormationHttpAuthSchemeProvider=dGt;var pGt=t=>{let e=(0,cGt.resolveAwsSdkSigV4Config)(t);return Object.assign(e,{authSchemePreference:(0,a8.normalizeProvider)(t.authSchemePreference??[])})};nd.resolveHttpAuthSchemeConfig=pGt});var zCe=O((v4r,mGt)=>{mGt.exports={name:"@aws-sdk/client-cloudformation",description:"AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",version:"3.993.0",scripts:{build:"concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline client-cloudformation","build:es":"tsc -p tsconfig.es.json","build:include:deps":'yarn g:turbo run build -F="$npm_package_name"',"build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4",clean:"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo cloudformation","test:e2e":"yarn g:vitest run -c vitest.config.e2e.mts","test:e2e:watch":"yarn g:vitest watch -c vitest.config.e2e.mts","test:index":"tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"},main:"./dist-cjs/index.js",types:"./dist-types/index.d.ts",module:"./dist-es/index.js",sideEffects:!1,dependencies:{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.973.11","@aws-sdk/credential-provider-node":"^3.972.10","@aws-sdk/middleware-host-header":"^3.972.3","@aws-sdk/middleware-logger":"^3.972.3","@aws-sdk/middleware-recursion-detection":"^3.972.3","@aws-sdk/middleware-user-agent":"^3.972.11","@aws-sdk/region-config-resolver":"^3.972.3","@aws-sdk/types":"^3.973.1","@aws-sdk/util-endpoints":"3.993.0","@aws-sdk/util-user-agent-browser":"^3.972.3","@aws-sdk/util-user-agent-node":"^3.972.9","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.23.2","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.16","@smithy/middleware-retry":"^4.4.33","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.10","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.11.5","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.32","@smithy/util-defaults-mode-node":"^4.2.35","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0","@smithy/util-waiter":"^4.2.8",tslib:"^2.6.2"},devDependencies:{"@tsconfig/node20":"20.1.8","@types/node":"^20.14.8",concurrently:"7.0.0","downlevel-dts":"0.10.1",premove:"4.0.0",typescript:"~5.8.3"},engines:{node:">=20.0.0"},typesVersions:{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},files:["dist-*/**"],author:{name:"AWS SDK for JavaScript Team",url:"https://aws.amazon.com/javascript/"},license:"Apache-2.0",browser:{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},homepage:"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-cloudformation",repository:{type:"git",url:"https://github.com/aws/aws-sdk-js-v3.git",directory:"clients/client-cloudformation"}}});var c_e=O(Gw=>{"use strict";Object.defineProperty(Gw,"__esModule",{value:!0});Gw.ruleSet=void 0;var s_e="required",oi="fn",ii="argv",th="ref",KCe=!0,QCe="isSet",KC="booleanEquals",Zg="error",eh="endpoint",cu="tree",u8="PartitionResult",l8="getAttr",YCe={[s_e]:!1,type:"string"},JCe={[s_e]:!0,default:!1,type:"boolean"},XCe={[th]:"Endpoint"},o_e={[oi]:KC,[ii]:[{[th]:"UseFIPS"},!0]},i_e={[oi]:KC,[ii]:[{[th]:"UseDualStack"},!0]},si={},ZCe={[oi]:l8,[ii]:[{[th]:u8},"supportsFIPS"]},a_e={[th]:u8},e_e={[oi]:KC,[ii]:[!0,{[oi]:l8,[ii]:[a_e,"supportsDualStack"]}]},t_e=[o_e],r_e=[i_e],n_e=[{[th]:"Region"}],fGt={version:"1.0",parameters:{Region:YCe,UseDualStack:JCe,UseFIPS:JCe,Endpoint:YCe},rules:[{conditions:[{[oi]:QCe,[ii]:[XCe]}],rules:[{conditions:t_e,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:Zg},{conditions:r_e,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:Zg},{endpoint:{url:XCe,properties:si,headers:si},type:eh}],type:cu},{conditions:[{[oi]:QCe,[ii]:n_e}],rules:[{conditions:[{[oi]:"aws.partition",[ii]:n_e,assign:u8}],rules:[{conditions:[o_e,i_e],rules:[{conditions:[{[oi]:KC,[ii]:[KCe,ZCe]},e_e],rules:[{endpoint:{url:"https://cloudformation-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:si,headers:si},type:eh}],type:cu},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:Zg}],type:cu},{conditions:t_e,rules:[{conditions:[{[oi]:KC,[ii]:[ZCe,KCe]}],rules:[{conditions:[{[oi]:"stringEquals",[ii]:[{[oi]:l8,[ii]:[a_e,"name"]},"aws-us-gov"]}],endpoint:{url:"https://cloudformation.{Region}.amazonaws.com",properties:si,headers:si},type:eh},{endpoint:{url:"https://cloudformation-fips.{Region}.{PartitionResult#dnsSuffix}",properties:si,headers:si},type:eh}],type:cu},{error:"FIPS is enabled but this partition does not support FIPS",type:Zg}],type:cu},{conditions:r_e,rules:[{conditions:[e_e],rules:[{endpoint:{url:"https://cloudformation.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:si,headers:si},type:eh}],type:cu},{error:"DualStack is enabled but this partition does not support DualStack",type:Zg}],type:cu},{endpoint:{url:"https://cloudformation.{Region}.{PartitionResult#dnsSuffix}",properties:si,headers:si},type:eh}],type:cu}],type:cu},{error:"Invalid Configuration: Missing Region",type:Zg}]};Gw.ruleSet=fGt});var u_e=O(Hw=>{"use strict";Object.defineProperty(Hw,"__esModule",{value:!0});Hw.defaultEndpointResolver=void 0;var gGt=Oc(),d8=Gn(),hGt=c_e(),SGt=new d8.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS"]}),yGt=(t,e={})=>SGt.get(t,()=>(0,d8.resolveEndpoint)(hGt.ruleSet,{endpointParams:t,logger:e.logger}));Hw.defaultEndpointResolver=yGt;d8.customEndpointFunctions.aws=gGt.awsEndpointFunctions});var Vw=O(rh=>{"use strict";Object.defineProperty(rh,"__esModule",{value:!0});rh.CloudFormationServiceException=rh.__ServiceException=void 0;var l_e=je();Object.defineProperty(rh,"__ServiceException",{enumerable:!0,get:function(){return l_e.ServiceException}});var p8=class t extends l_e.ServiceException{constructor(e){super(e),Object.setPrototypeOf(this,t.prototype)}};rh.CloudFormationServiceException=p8});var G8=O(Pe=>{"use strict";Object.defineProperty(Pe,"__esModule",{value:!0});Pe.ResourceScanLimitExceededException=Pe.OperationStatusCheckFailedException=Pe.InvalidStateTransitionException=Pe.ResourceScanInProgressException=Pe.StackNotFoundException=Pe.HookResultNotFoundException=Pe.StackRefactorNotFoundException=Pe.StackInstanceNotFoundException=Pe.ResourceScanNotFoundException=Pe.StackSetNotEmptyException=Pe.GeneratedTemplateNotFoundException=Pe.InvalidChangeSetStatusException=Pe.NameAlreadyExistsException=Pe.CreatedButModifiedException=Pe.StaleRequestException=Pe.StackSetNotFoundException=Pe.OperationInProgressException=Pe.OperationIdAlreadyExistsException=Pe.ConcurrentResourcesLimitExceededException=Pe.LimitExceededException=Pe.InsufficientCapabilitiesException=Pe.ChangeSetNotFoundException=Pe.TokenAlreadyExistsException=Pe.TypeConfigurationNotFoundException=Pe.AlreadyExistsException=Pe.TypeNotFoundException=Pe.CFNRegistryException=Pe.OperationNotFoundException=Pe.InvalidOperationException=void 0;var qt=Vw(),m8=class t extends qt.CloudFormationServiceException{name="InvalidOperationException";$fault="client";Message;constructor(e){super({name:"InvalidOperationException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.InvalidOperationException=m8;var f8=class t extends qt.CloudFormationServiceException{name="OperationNotFoundException";$fault="client";Message;constructor(e){super({name:"OperationNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.OperationNotFoundException=f8;var g8=class t extends qt.CloudFormationServiceException{name="CFNRegistryException";$fault="client";Message;constructor(e){super({name:"CFNRegistryException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.CFNRegistryException=g8;var h8=class t extends qt.CloudFormationServiceException{name="TypeNotFoundException";$fault="client";Message;constructor(e){super({name:"TypeNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.TypeNotFoundException=h8;var S8=class t extends qt.CloudFormationServiceException{name="AlreadyExistsException";$fault="client";Message;constructor(e){super({name:"AlreadyExistsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.AlreadyExistsException=S8;var y8=class t extends qt.CloudFormationServiceException{name="TypeConfigurationNotFoundException";$fault="client";Message;constructor(e){super({name:"TypeConfigurationNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.TypeConfigurationNotFoundException=y8;var E8=class t extends qt.CloudFormationServiceException{name="TokenAlreadyExistsException";$fault="client";Message;constructor(e){super({name:"TokenAlreadyExistsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.TokenAlreadyExistsException=E8;var C8=class t extends qt.CloudFormationServiceException{name="ChangeSetNotFoundException";$fault="client";Message;constructor(e){super({name:"ChangeSetNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.ChangeSetNotFoundException=C8;var _8=class t extends qt.CloudFormationServiceException{name="InsufficientCapabilitiesException";$fault="client";Message;constructor(e){super({name:"InsufficientCapabilitiesException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.InsufficientCapabilitiesException=_8;var R8=class t extends qt.CloudFormationServiceException{name="LimitExceededException";$fault="client";Message;constructor(e){super({name:"LimitExceededException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.LimitExceededException=R8;var T8=class t extends qt.CloudFormationServiceException{name="ConcurrentResourcesLimitExceededException";$fault="client";Message;constructor(e){super({name:"ConcurrentResourcesLimitExceededException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.ConcurrentResourcesLimitExceededException=T8;var A8=class t extends qt.CloudFormationServiceException{name="OperationIdAlreadyExistsException";$fault="client";Message;constructor(e){super({name:"OperationIdAlreadyExistsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.OperationIdAlreadyExistsException=A8;var P8=class t extends qt.CloudFormationServiceException{name="OperationInProgressException";$fault="client";Message;constructor(e){super({name:"OperationInProgressException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.OperationInProgressException=P8;var v8=class t extends qt.CloudFormationServiceException{name="StackSetNotFoundException";$fault="client";Message;constructor(e){super({name:"StackSetNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.StackSetNotFoundException=v8;var b8=class t extends qt.CloudFormationServiceException{name="StaleRequestException";$fault="client";Message;constructor(e){super({name:"StaleRequestException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.StaleRequestException=b8;var I8=class t extends qt.CloudFormationServiceException{name="CreatedButModifiedException";$fault="client";Message;constructor(e){super({name:"CreatedButModifiedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.CreatedButModifiedException=I8;var D8=class t extends qt.CloudFormationServiceException{name="NameAlreadyExistsException";$fault="client";Message;constructor(e){super({name:"NameAlreadyExistsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.NameAlreadyExistsException=D8;var x8=class t extends qt.CloudFormationServiceException{name="InvalidChangeSetStatusException";$fault="client";Message;constructor(e){super({name:"InvalidChangeSetStatusException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.InvalidChangeSetStatusException=x8;var w8=class t extends qt.CloudFormationServiceException{name="GeneratedTemplateNotFoundException";$fault="client";Message;constructor(e){super({name:"GeneratedTemplateNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.GeneratedTemplateNotFoundException=w8;var $8=class t extends qt.CloudFormationServiceException{name="StackSetNotEmptyException";$fault="client";Message;constructor(e){super({name:"StackSetNotEmptyException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.StackSetNotEmptyException=$8;var O8=class t extends qt.CloudFormationServiceException{name="ResourceScanNotFoundException";$fault="client";Message;constructor(e){super({name:"ResourceScanNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.ResourceScanNotFoundException=O8;var k8=class t extends qt.CloudFormationServiceException{name="StackInstanceNotFoundException";$fault="client";Message;constructor(e){super({name:"StackInstanceNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.StackInstanceNotFoundException=k8;var N8=class t extends qt.CloudFormationServiceException{name="StackRefactorNotFoundException";$fault="client";Message;constructor(e){super({name:"StackRefactorNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.StackRefactorNotFoundException=N8;var L8=class t extends qt.CloudFormationServiceException{name="HookResultNotFoundException";$fault="client";Message;constructor(e){super({name:"HookResultNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.HookResultNotFoundException=L8;var U8=class t extends qt.CloudFormationServiceException{name="StackNotFoundException";$fault="client";Message;constructor(e){super({name:"StackNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.StackNotFoundException=U8;var F8=class t extends qt.CloudFormationServiceException{name="ResourceScanInProgressException";$fault="client";Message;constructor(e){super({name:"ResourceScanInProgressException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.ResourceScanInProgressException=F8;var M8=class t extends qt.CloudFormationServiceException{name="InvalidStateTransitionException";$fault="client";Message;constructor(e){super({name:"InvalidStateTransitionException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.InvalidStateTransitionException=M8;var q8=class t extends qt.CloudFormationServiceException{name="OperationStatusCheckFailedException";$fault="client";Message;constructor(e){super({name:"OperationStatusCheckFailedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.OperationStatusCheckFailedException=q8;var B8=class t extends qt.CloudFormationServiceException{name="ResourceScanLimitExceededException";$fault="client";Message;constructor(e){super({name:"ResourceScanLimitExceededException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}};Pe.ResourceScanLimitExceededException=B8});var yK=O(p=>{"use strict";Object.defineProperty(p,"__esModule",{value:!0});p.ContinueUpdateRollbackOutput$=p.ContinueUpdateRollbackInput$=p.ChangeSetSummary$=p.ChangeSetHookTargetDetails$=p.ChangeSetHookResourceTargetDetails$=p.ChangeSetHook$=p.Change$=p.CancelUpdateStackInput$=p.BatchDescribeTypeConfigurationsOutput$=p.BatchDescribeTypeConfigurationsInput$=p.BatchDescribeTypeConfigurationsError$=p.AutoDeployment$=p.Annotation$=p.ActivateTypeOutput$=p.ActivateTypeInput$=p.ActivateOrganizationsAccessOutput$=p.ActivateOrganizationsAccessInput$=p.AccountLimit$=p.AccountGateResult$=p.errorTypeRegistries=p.TypeNotFoundException$=p.TypeConfigurationNotFoundException$=p.TokenAlreadyExistsException$=p.StaleRequestException$=p.StackSetNotFoundException$=p.StackSetNotEmptyException$=p.StackRefactorNotFoundException$=p.StackNotFoundException$=p.StackInstanceNotFoundException$=p.ResourceScanNotFoundException$=p.ResourceScanLimitExceededException$=p.ResourceScanInProgressException$=p.OperationStatusCheckFailedException$=p.OperationNotFoundException$=p.OperationInProgressException$=p.OperationIdAlreadyExistsException$=p.NameAlreadyExistsException$=p.LimitExceededException$=p.InvalidStateTransitionException$=p.InvalidOperationException$=p.InvalidChangeSetStatusException$=p.InsufficientCapabilitiesException$=p.HookResultNotFoundException$=p.GeneratedTemplateNotFoundException$=p.CreatedButModifiedException$=p.ConcurrentResourcesLimitExceededException$=p.ChangeSetNotFoundException$=p.CFNRegistryException$=p.AlreadyExistsException$=p.CloudFormationServiceException$=void 0;p.DescribeStackRefactorInput$=p.DescribeStackInstanceOutput$=p.DescribeStackInstanceInput$=p.DescribeStackEventsOutput$=p.DescribeStackEventsInput$=p.DescribeStackDriftDetectionStatusOutput$=p.DescribeStackDriftDetectionStatusInput$=p.DescribeResourceScanOutput$=p.DescribeResourceScanInput$=p.DescribePublisherOutput$=p.DescribePublisherInput$=p.DescribeOrganizationsAccessOutput$=p.DescribeOrganizationsAccessInput$=p.DescribeGeneratedTemplateOutput$=p.DescribeGeneratedTemplateInput$=p.DescribeEventsOutput$=p.DescribeEventsInput$=p.DescribeChangeSetOutput$=p.DescribeChangeSetInput$=p.DescribeChangeSetHooksOutput$=p.DescribeChangeSetHooksInput$=p.DescribeAccountLimitsOutput$=p.DescribeAccountLimitsInput$=p.DeregisterTypeOutput$=p.DeregisterTypeInput$=p.DeploymentTargets$=p.DeleteStackSetOutput$=p.DeleteStackSetInput$=p.DeleteStackInstancesOutput$=p.DeleteStackInstancesInput$=p.DeleteStackInput$=p.DeleteGeneratedTemplateInput$=p.DeleteChangeSetOutput$=p.DeleteChangeSetInput$=p.DeactivateTypeOutput$=p.DeactivateTypeInput$=p.DeactivateOrganizationsAccessOutput$=p.DeactivateOrganizationsAccessInput$=p.CreateStackSetOutput$=p.CreateStackSetInput$=p.CreateStackRefactorOutput$=p.CreateStackRefactorInput$=p.CreateStackOutput$=p.CreateStackInstancesOutput$=p.CreateStackInstancesInput$=p.CreateStackInput$=p.CreateGeneratedTemplateOutput$=p.CreateGeneratedTemplateInput$=p.CreateChangeSetOutput$=p.CreateChangeSetInput$=void 0;p.ListGeneratedTemplatesOutput$=p.ListGeneratedTemplatesInput$=p.ListExportsOutput$=p.ListExportsInput$=p.ListChangeSetsOutput$=p.ListChangeSetsInput$=p.ImportStacksToStackSetOutput$=p.ImportStacksToStackSetInput$=p.HookTarget$=p.HookResultSummary$=p.GetTemplateSummaryOutput$=p.GetTemplateSummaryInput$=p.GetTemplateOutput$=p.GetTemplateInput$=p.GetStackPolicyOutput$=p.GetStackPolicyInput$=p.GetHookResultOutput$=p.GetHookResultInput$=p.GetGeneratedTemplateOutput$=p.GetGeneratedTemplateInput$=p.Export$=p.ExecuteStackRefactorInput$=p.ExecuteChangeSetOutput$=p.ExecuteChangeSetInput$=p.EventFilter$=p.EstimateTemplateCostOutput$=p.EstimateTemplateCostInput$=p.DetectStackSetDriftOutput$=p.DetectStackSetDriftInput$=p.DetectStackResourceDriftOutput$=p.DetectStackResourceDriftInput$=p.DetectStackDriftOutput$=p.DetectStackDriftInput$=p.DescribeTypeRegistrationOutput$=p.DescribeTypeRegistrationInput$=p.DescribeTypeOutput$=p.DescribeTypeInput$=p.DescribeStacksOutput$=p.DescribeStacksInput$=p.DescribeStackSetOutput$=p.DescribeStackSetOperationOutput$=p.DescribeStackSetOperationInput$=p.DescribeStackSetInput$=p.DescribeStackResourcesOutput$=p.DescribeStackResourcesInput$=p.DescribeStackResourceOutput$=p.DescribeStackResourceInput$=p.DescribeStackResourceDriftsOutput$=p.DescribeStackResourceDriftsInput$=p.DescribeStackRefactorOutput$=void 0;p.PublishTypeInput$=p.PropertyDifference$=p.PhysicalResourceIdContextKeyValuePair$=p.ParameterDeclaration$=p.ParameterConstraints$=p.Parameter$=p.Output$=p.OperationResultFilter$=p.OperationEvent$=p.OperationEntry$=p.ModuleInfo$=p.ManagedExecution$=p.LoggingConfig$=p.LiveResourceDrift$=p.ListTypeVersionsOutput$=p.ListTypeVersionsInput$=p.ListTypesOutput$=p.ListTypesInput$=p.ListTypeRegistrationsOutput$=p.ListTypeRegistrationsInput$=p.ListStacksOutput$=p.ListStacksInput$=p.ListStackSetsOutput$=p.ListStackSetsInput$=p.ListStackSetOperationsOutput$=p.ListStackSetOperationsInput$=p.ListStackSetOperationResultsOutput$=p.ListStackSetOperationResultsInput$=p.ListStackSetAutoDeploymentTargetsOutput$=p.ListStackSetAutoDeploymentTargetsInput$=p.ListStackResourcesOutput$=p.ListStackResourcesInput$=p.ListStackRefactorsOutput$=p.ListStackRefactorsInput$=p.ListStackRefactorActionsOutput$=p.ListStackRefactorActionsInput$=p.ListStackInstancesOutput$=p.ListStackInstancesInput$=p.ListStackInstanceResourceDriftsOutput$=p.ListStackInstanceResourceDriftsInput$=p.ListResourceScansOutput$=p.ListResourceScansInput$=p.ListResourceScanResourcesOutput$=p.ListResourceScanResourcesInput$=p.ListResourceScanRelatedResourcesOutput$=p.ListResourceScanRelatedResourcesInput$=p.ListImportsOutput$=p.ListImportsInput$=p.ListHookResultsOutput$=p.ListHookResultsInput$=void 0;p.StackResourceSummary$=p.StackResourceDriftInformationSummary$=p.StackResourceDriftInformation$=p.StackResourceDrift$=p.StackResourceDetail$=p.StackResource$=p.StackRefactorSummary$=p.StackRefactorAction$=p.StackInstanceSummary$=p.StackInstanceResourceDriftsSummary$=p.StackInstanceFilter$=p.StackInstanceComprehensiveStatus$=p.StackInstance$=p.StackEvent$=p.StackDriftInformationSummary$=p.StackDriftInformation$=p.StackDefinition$=p.Stack$=p.SignalResourceInput$=p.SetTypeDefaultVersionOutput$=p.SetTypeDefaultVersionInput$=p.SetTypeConfigurationOutput$=p.SetTypeConfigurationInput$=p.SetStackPolicyInput$=p.ScannedResourceIdentifier$=p.ScannedResource$=p.ScanFilter$=p.RollbackTrigger$=p.RollbackStackOutput$=p.RollbackStackInput$=p.RollbackConfiguration$=p.ResourceToImport$=p.ResourceTargetDefinition$=p.ResourceScanSummary$=p.ResourceMapping$=p.ResourceLocation$=p.ResourceIdentifierSummary$=p.ResourceDriftIgnoredAttribute$=p.ResourceDetail$=p.ResourceDefinition$=p.ResourceChangeDetail$=p.ResourceChange$=p.RequiredActivatedType$=p.RegisterTypeOutput$=p.RegisterTypeInput$=p.RegisterPublisherOutput$=p.RegisterPublisherInput$=p.RecordHandlerProgressOutput$=p.RecordHandlerProgressInput$=p.PublishTypeOutput$=void 0;p.CreateStack$=p.CreateGeneratedTemplate$=p.CreateChangeSet$=p.ContinueUpdateRollback$=p.CancelUpdateStack$=p.BatchDescribeTypeConfigurations$=p.ActivateType$=p.ActivateOrganizationsAccess$=p.Warnings$=p.WarningProperty$=p.WarningDetail$=p.ValidateTemplateOutput$=p.ValidateTemplateInput$=p.UpdateTerminationProtectionOutput$=p.UpdateTerminationProtectionInput$=p.UpdateStackSetOutput$=p.UpdateStackSetInput$=p.UpdateStackOutput$=p.UpdateStackInstancesOutput$=p.UpdateStackInstancesInput$=p.UpdateStackInput$=p.UpdateGeneratedTemplateOutput$=p.UpdateGeneratedTemplateInput$=p.TypeVersionSummary$=p.TypeSummary$=p.TypeFilters$=p.TypeConfigurationIdentifier$=p.TypeConfigurationDetails$=p.TestTypeOutput$=p.TestTypeInput$=p.TemplateSummaryConfig$=p.TemplateSummary$=p.TemplateProgress$=p.TemplateParameter$=p.TemplateConfiguration$=p.Tag$=p.StopStackSetOperationOutput$=p.StopStackSetOperationInput$=p.StartResourceScanOutput$=p.StartResourceScanInput$=p.StackSummary$=p.StackSetSummary$=p.StackSetOperationSummary$=p.StackSetOperationStatusDetails$=p.StackSetOperationResultSummary$=p.StackSetOperationPreferences$=p.StackSetOperation$=p.StackSetDriftDetectionDetails$=p.StackSetAutoDeploymentTargetSummary$=p.StackSet$=void 0;p.ListResourceScanResources$=p.ListResourceScanRelatedResources$=p.ListImports$=p.ListHookResults$=p.ListGeneratedTemplates$=p.ListExports$=p.ListChangeSets$=p.ImportStacksToStackSet$=p.GetTemplateSummary$=p.GetTemplate$=p.GetStackPolicy$=p.GetHookResult$=p.GetGeneratedTemplate$=p.ExecuteStackRefactor$=p.ExecuteChangeSet$=p.EstimateTemplateCost$=p.DetectStackSetDrift$=p.DetectStackResourceDrift$=p.DetectStackDrift$=p.DescribeTypeRegistration$=p.DescribeType$=p.DescribeStackSetOperation$=p.DescribeStackSet$=p.DescribeStacks$=p.DescribeStackResources$=p.DescribeStackResourceDrifts$=p.DescribeStackResource$=p.DescribeStackRefactor$=p.DescribeStackInstance$=p.DescribeStackEvents$=p.DescribeStackDriftDetectionStatus$=p.DescribeResourceScan$=p.DescribePublisher$=p.DescribeOrganizationsAccess$=p.DescribeGeneratedTemplate$=p.DescribeEvents$=p.DescribeChangeSetHooks$=p.DescribeChangeSet$=p.DescribeAccountLimits$=p.DeregisterType$=p.DeleteStackSet$=p.DeleteStackInstances$=p.DeleteStack$=p.DeleteGeneratedTemplate$=p.DeleteChangeSet$=p.DeactivateType$=p.DeactivateOrganizationsAccess$=p.CreateStackSet$=p.CreateStackRefactor$=p.CreateStackInstances$=void 0;p.ValidateTemplate$=p.UpdateTerminationProtection$=p.UpdateStackSet$=p.UpdateStackInstances$=p.UpdateStack$=p.UpdateGeneratedTemplate$=p.TestType$=p.StopStackSetOperation$=p.StartResourceScan$=p.SignalResource$=p.SetTypeDefaultVersion$=p.SetTypeConfiguration$=p.SetStackPolicy$=p.RollbackStack$=p.RegisterType$=p.RegisterPublisher$=p.RecordHandlerProgress$=p.PublishType$=p.ListTypeVersions$=p.ListTypes$=p.ListTypeRegistrations$=p.ListStackSets$=p.ListStackSetOperations$=p.ListStackSetOperationResults$=p.ListStackSetAutoDeploymentTargets$=p.ListStacks$=p.ListStackResources$=p.ListStackRefactors$=p.ListStackRefactorActions$=p.ListStackInstances$=p.ListStackInstanceResourceDrifts$=p.ListResourceScans$=void 0;var ai="Arn",EGt="AfterContext",CGt="AttributeChangeType",QC="AutoDeployment",_Gt="AlreadyExistsException",RGt="AccountFilterType",d_e="AccountGateResult",TGt="AccountLimit",AGt="AccountLimitList",PGt="AccountLimits",vGt="AnnotationList",bGt="AnnotationName",IGt="ActivateOrganizationsAccess",DGt="ActivateOrganizationsAccessInput",xGt="ActivateOrganizationsAccessOutput",wGt="ActualProperties",$Gt="AddResources",jw="AdministrationRoleARN",OGt="ActivateType",kGt="AcceptTermsAndConditions",NGt="ActivateTypeInput",LGt="ActivateTypeOutput",p_e="AutoUpdate",UGt="AccountsUrl",m_e="ActualValue",FGt="AfterValueFrom",MGt="AfterValue",qGt="AllowedValues",YC="Accounts",H8="Account",JC="Action",BGt="Active",GGt="Alias",HGt="Annotation",VGt="Annotations",jGt="Attribute",WGt="BeforeContext",zGt="BatchDescribeTypeConfigurations",KGt="BatchDescribeTypeConfigurationsError",QGt="BatchDescribeTypeConfigurationsErrors",YGt="BatchDescribeTypeConfigurationsInput",JGt="BatchDescribeTypeConfigurationsOutput",XGt="BearerToken",ZGt="BeforeValue",e2t="BeforeValueFrom",t2t="Change",en="CallAs",r2t="ConnectionArn",n2t="ConfigurationAlias",s2t="ConfigurationArn",o2t="CreatedButModifiedException",i2t="CreateChangeSet",a2t="CreateChangeSetInput",c2t="CreateChangeSetOutput",u2t="CausingEntity",l2t="CFNRegistryException",d2t="CreateGeneratedTemplate",p2t="CreateGeneratedTemplateInput",m2t="CreateGeneratedTemplateOutput",f2t="ConcurrencyMode",g2t="CurrentOperationStatus",f_e="CapabilitiesReason",h2t="ConcurrentResourcesLimitExceededException",bo="ClientRequestToken",S2t="ConfigurationSchema",y2t="ChangeSetHook",E2t="ChangeSetHookResourceTargetDetails",C2t="ChangeSetHookTargetDetails",_2t="ChangeSetHooks",XC="ChangeSetId",R2t="CreateStackInstancesInput",T2t="CreateStackInstancesOutput",A2t="CreateStackInput",P2t="CreateStackInstances",Ga="ChangeSetName",v2t="ChangeSetNotFoundException",b2t="CreateStackOutput",I2t="CreateStackRefactor",D2t="CreateStackRefactorInput",x2t="CreateStackRefactorOutput",w2t="ChangeSetSummary",$2t="CreateStackSetInput",O2t="CreateStackSetOutput",k2t="ChangeSetSummaries",N2t="CreateStackSet",L2t="ChangeSetType",U2t="ChangeSource",F2t="CreateStack",nh="CreationTime",M2t="ClientToken",g_e="CreationTimestamp",q2t="ContinueUpdateRollback",B2t="ContinueUpdateRollbackInput",G2t="ContinueUpdateRollbackOutput",H2t="CancelUpdateStack",V2t="CancelUpdateStackInput",Ha="Capabilities",j2t="Category",h_e="Changes",S_e="Configuration",_r="Description",W2t="DescribeAccountLimits",z2t="DescribeAccountLimitsInput",K2t="DescribeAccountLimitsOutput",Q2t="DeleteChangeSet",Y2t="DescribeChangeSetHooks",J2t="DescribeChangeSetHooksInput",X2t="DescribeChangeSetHooksOutput",Z2t="DeleteChangeSetInput",eHt="DescribeChangeSetInput",tHt="DeleteChangeSetOutput",rHt="DescribeChangeSetOutput",nHt="DescribeChangeSet",sHt="DriftDetectionStatus",oHt="DriftDetectionTimestamp",iHt="DescribeEvents",aHt="DescribeEventsInput",cHt="DescribeEventsOutput",uHt="DeleteGeneratedTemplate",lHt="DeleteGeneratedTemplateInput",dHt="DescribeGeneratedTemplateInput",pHt="DescribeGeneratedTemplateOutput",mHt="DescribeGeneratedTemplate",ZC="DriftInformation",y_e="DeploymentMode",E_e="DeletionMode",fHt="DependsOn",gHt="DeactivateOrganizationsAccess",hHt="DeactivateOrganizationsAccessInput",SHt="DescribeOrganizationsAccessInput",yHt="DeactivateOrganizationsAccessOutput",EHt="DescribeOrganizationsAccessOutput",CHt="DescribeOrganizationsAccess",_Ht="DeletionPolicy",RHt="DescribePublisherInput",THt="DescribePublisherOutput",AHt="DescribePublisher",Ww="DisableRollback",PHt="DescribeResourceScan",vHt="DescribeResourceScanInput",bHt="DescribeResourceScanOutput",IHt="DetectionReason",DHt="DetectionStatus",xHt="DetectStackDrift",wHt="DescribeStackDriftDetectionStatus",$Ht="DescribeStackDriftDetectionStatusInput",OHt="DescribeStackDriftDetectionStatusOutput",kHt="DetectStackDriftInput",NHt="DetectStackDriftOutput",LHt="DescribeStackEvents",UHt="DescribeStackEventsInput",FHt="DescribeStackEventsOutput",MHt="DeleteStackInput",qHt="DriftedStackInstancesCount",BHt="DeleteStackInstancesInput",GHt="DescribeStackInstanceInput",HHt="DeleteStackInstancesOutput",VHt="DescribeStackInstanceOutput",jHt="DescribeStacksInput",WHt="DeleteStackInstances",zHt="DescribeStackInstance",KHt="DescribeStacksOutput",QHt="DetectionStatusReason",YHt="DriftedStackResourceCount",JHt="DescribeStackResourceDrifts",XHt="DescribeStackResourceDriftsInput",ZHt="DetectStackResourceDriftInput",e4t="DescribeStackResourceDriftsOutput",t4t="DetectStackResourceDriftOutput",r4t="DetectStackResourceDrift",n4t="DescribeStackRefactorInput",s4t="DescribeStackResourceInput",o4t="DescribeStackResourcesInput",i4t="DescribeStackRefactorOutput",a4t="DescribeStackResourceOutput",c4t="DescribeStackResourcesOutput",u4t="DescribeStackRefactor",l4t="DescribeStackResource",d4t="DescribeStackResources",p4t="DriftStatusReason",m4t="DeleteStackSet",f4t="DetectStackSetDrift",g4t="DetectStackSetDriftInput",h4t="DetectStackSetDriftOutput",S4t="DeleteStackSetInput",y4t="DescribeStackSetInput",E4t="DeleteStackSetOutput",C4t="DescribeStackSetOperationInput",_4t="DescribeStackSetOperationOutput",R4t="DescribeStackSetOutput",T4t="DescribeStackSetOperation",A4t="DescribeStackSet",V8="DeprecatedStatus",P4t="DeleteStack",v4t="DescribeStacks",zw="DetailedStatus",Kw="DriftStatus",sh="DeploymentTargets",b4t="DeactivateTypeInput",I4t="DeregisterTypeInput",D4t="DescribeTypeInput",x4t="DeactivateTypeOutput",w4t="DeregisterTypeOutput",$4t="DescribeTypeOutput",O4t="DescribeTypeRegistration",k4t="DescribeTypeRegistrationInput",N4t="DescribeTypeRegistrationOutput",C_e="DeclaredTransforms",L4t="DeactivateType",__e="DeletionTime",U4t="DeregisterType",F4t="DescribeType",M4t="DifferenceType",q4t="DocumentationUrl",R_e="DefaultValue",T_e="DefaultVersionId",B4t="Details",G4t="Destination",H4t="Detection",V4t="Drift",j4t="Enabled",A_e="ErrorCode",W4t="ExecuteChangeSet",z4t="ExecuteChangeSetInput",K4t="ExecuteChangeSetOutput",Q4t="EventFilter",P_e="EventId",Y4t="ErrorMessage",v_e="ExportName",J4t="ExpectedProperties",j8="ExecutionRoleArn",Qw="ExecutionRoleName",Yw="ExecutionStatus",X4t="EnableStackCreation",Z4t="ExecutionStatusFilter",eVt="ExportingStackId",b_e="ExecutionStatusReason",tVt="ExecuteStackRefactorInput",rVt="ExecuteStackRefactor",W8="EndTime",nVt="EstimateTemplateCost",sVt="EstimateTemplateCostInput",oVt="EstimateTemplateCostOutput",z8="EnableTerminationProtection",I_e="EndTimestamp",iVt="EventType",aVt="ExpectedValue",cVt="Entity",uVt="Errors",lVt="Evaluation",dVt="Export",D_e="Exports",Jw="Filters",pVt="FailedEvents",K8="FailureMode",x_e="FailedStackInstancesCount",mVt="FailureToleranceCount",fVt="FailureTolerancePercentage",gVt="Format",hVt="GetGeneratedTemplate",SVt="GetGeneratedTemplateInput",yVt="GetGeneratedTemplateOutput",EVt="GetHookResult",CVt="GetHookResultInput",_Vt="GetHookResultOutput",RVt="GetStackPolicy",TVt="GetStackPolicyInput",AVt="GetStackPolicyOutput",PVt="GetTemplate",Xw="GeneratedTemplateId",vVt="GetTemplateInput",Sm="GeneratedTemplateName",bVt="GeneratedTemplateNotFoundException",IVt="GetTemplateOutput",DVt="GetTemplateSummary",xVt="GetTemplateSummaryInput",wVt="GetTemplateSummaryOutput",$Vt="Hooks",OVt="HookExecutionTarget",w_e="HookFailureMode",kVt="HookInvocationCount",NVt="HookInvocationId",$_e="HookInvocationPoint",LVt="HookResults",Q8="HookResultId",UVt="HookResultNotFoundException",FVt="HookResultSummary",MVt="HookResultSummaries",O_e="HookStatus",Zw="HookStatusReason",qVt="HookTarget",k_e="HookType",BVt="Id",N_e="IsActivated",L_e="InvokedAt",GVt="InsufficientCapabilitiesException",HVt="InvalidChangeSetStatusException",VVt="IsDefaultConfiguration",U_e="IsDefaultVersion",Y8="ImportExistingResources",J8="IncludeNestedStacks",jVt="InvalidOperationException",X8="InvocationPoint",WVt="InProgressStackInstancesCount",zVt="IncludePropertyValues",KVt="IdentityProvider",QVt="InSyncStackInstancesCount",YVt="InvalidStateTransitionException",JVt="ImportStacksToStackSet",XVt="ImportStacksToStackSetInput",ZVt="ImportStacksToStackSetOutput",ejt="Imports",F_e="Key",e$="LoggingConfig",tjt="ListChangeSets",rjt="ListChangeSetsInput",njt="ListChangeSetsOutput",t$="LastCheckTimestamp",sjt="LogDeliveryBucket",r$="LastDriftCheckTimestamp",ojt="ListExports",ijt="LimitExceededException",ajt="ListExportsInput",cjt="ListExportsOutput",ujt="LogGroupName",ljt="ListGeneratedTemplates",djt="ListGeneratedTemplatesInput",pjt="ListGeneratedTemplatesOutput",mjt="ListHookResults",fjt="ListHookResultsInput",gjt="ListHookResultsOutput",hjt="ListImports",Sjt="LogicalIdHierarchy",yjt="ListImportsInput",Ejt="ListImportsOutput",Z8="LastOperations",M_e="LastOperationId",q_e="LatestPublicVersion",Cjt="LogRoleArn",_jt="LiveResourceDrift",Rn="LogicalResourceId",B_e="LogicalResourceIds",Rjt="ListResourceScans",Tjt="ListResourceScansInput",Ajt="ListResourceScansOutput",Pjt="ListResourceScanResources",vjt="ListResourceScanResourcesInput",bjt="ListResourceScanResourcesOutput",Ijt="ListResourceScanRelatedResources",Djt="ListResourceScanRelatedResourcesInput",xjt="ListResourceScanRelatedResourcesOutput",wjt="ListStacks",$jt="ListStacksInput",Ojt="ListStackInstancesInput",kjt="ListStackInstancesOutput",Njt="ListStackInstanceResourceDrifts",Ljt="ListStackInstanceResourceDriftsInput",Ujt="ListStackInstanceResourceDriftsOutput",Fjt="ListStackInstances",Mjt="ListStacksOutput",qjt="ListStackRefactors",Bjt="ListStackRefactorActions",Gjt="ListStackRefactorActionsInput",Hjt="ListStackRefactorActionsOutput",Vjt="ListStackRefactorsInput",jjt="ListStackResourcesInput",Wjt="ListStackRefactorsOutput",zjt="ListStackResourcesOutput",Kjt="ListStackResources",Qjt="ListStackSets",Yjt="ListStackSetAutoDeploymentTargets",Jjt="ListStackSetAutoDeploymentTargetsInput",Xjt="ListStackSetAutoDeploymentTargetsOutput",Zjt="ListStackSetsInput",eWt="ListStackSetsOutput",tWt="ListStackSetOperationsInput",rWt="ListStackSetOperationsOutput",nWt="ListStackSetOperationResults",sWt="ListStackSetOperationResultsInput",oWt="ListStackSetOperationResultsOutput",iWt="ListStackSetOperations",aWt="ListTypes",cWt="ListTypesInput",uWt="ListTypesOutput",lWt="ListTypeRegistrations",dWt="ListTypeRegistrationsInput",pWt="ListTypeRegistrationsOutput",mWt="ListTypeVersions",fWt="ListTypeVersionsInput",gWt="ListTypeVersionsOutput",eK="LastUpdated",n$="LastUpdatedTime",G_e="LastUpdatedTimestamp",Bt="Message",hWt="ManagedByStack",SWt="MaxConcurrentCount",yWt="MaxConcurrentPercentage",e_="ManagedExecution",oh="ModuleInfo",Xn="MaxResults",EWt="MonitoringTimeInMinutes",CWt="MajorVersion",H_e="Metadata",t_="Name",_Wt="NameAlreadyExistsException",r_="NotificationARNs",V_e="NoEcho",RWt="NewGeneratedTemplateName",TWt="NumberOfResources",Oe="NextToken",AWt="Output",j_e="OperationEvents",PWt="OperationEntry",vWt="OperationEvent",bWt="OnFailure",hr="OperationId",IWt="OperationIdAlreadyExistsException",DWt="OperationInProgressException",xWt="OutputKey",wWt="OperationNotFoundException",sd="OperationPreferences",$Wt="OperationResultFilter",OWt="OperationResultFilters",W_e="OperationStatus",kWt="OperationStatusCheckFailedException",z_e="OnStackFailure",K_e="OperationType",NWt="OriginalTypeArn",s$="OriginalTypeName",tK="OrganizationalUnitIds",o$="OrganizationalUnitId",LWt="OutputValue",Q_e="Outputs",ci="Parameters",UWt="PolicyAction",Y_e="PercentageCompleted",J_e="ParentChangeSetId",X_e="ParameterConstraints",FWt="ParameterDeclaration",MWt="PreviousDeploymentContext",qWt="ParameterDeclarations",BWt="PropertyDifference",rK="PropertyDifferences",Va="PublisherId",Z_e="ParentId",GWt="PublisherIdentity",nK="ParameterKey",i$="PermissionModel",HWt="PublisherName",sK="ParameterOverrides",VWt="PublisherProfile",eRe="PropertyPath",ja="PhysicalResourceId",oK="PhysicalResourceIdContext",jWt="PhysicalResourceIdContextKeyValuePair",WWt="PublisherStatus",zWt="ProgressStatus",tRe="ProvisioningType",rRe="PublicTypeArn",KWt="PublishTypeInput",QWt="PublishTypeOutput",YWt="ParameterType",JWt="PublishType",XWt="PreviousValue",n_="PublicVersionNumber",ZWt="ParameterValue",ezt="Parameter",nRe="Path",tzt="Progress",rzt="Properties",a$="Resources",nzt="ResourceAction",szt="RefreshAllResources",ym="RoleARN",sRe="RequiredActivatedTypes",ozt="RequiredActivatedType",oRe="ResourceChange",izt="ResourceChangeDetail",azt="ResourceChangeDetails",iRe="RootChangeSetId",czt="RegionConcurrencyType",ih="RollbackConfiguration",uzt="ResourceDefinition",aRe="ResourceDriftIgnoredAttributes",lzt="ResourceDriftIgnoredAttribute",dzt="ResourceDriftStatus",pzt="ResourceDetail",mzt="ResourceDefinitions",fzt="ResourceDetails",s_="RetainExceptOnCreate",gzt="ResourcesFailed",hzt="RecordHandlerProgress",Szt="RecordHandlerProgressInput",yzt="RecordHandlerProgressOutput",Em="ResourceIdentifier",cRe="ResourceIdentifierSummaries",Ezt="ResourceIdentifierSummary",Czt="ResourceIdentifiers",uRe="RootId",_zt="RemediationLink",Rzt="ResourceLocation",Tzt="RemediationMessage",lRe="ResourceMappings",Azt="ResourceModel",dRe="ResourceMapping",Pzt="RegionOrder",pRe="ResourceProperties",vzt="RegisterPublisherInput",bzt="RegisterPublisherOutput",Izt="ResourcesProcessing",Dzt="RegisterPublisher",xzt="ResourcesPending",wzt="RetainResources",$zt="ResourcesRead",mRe="RelatedResources",Ozt="RemoveResources",kzt="RequiresRecreation",fRe="RetainStacks",Nzt="RegistrationStatusFilter",ah="ResourceScanId",Lzt="ResourceScanInProgressException",Uzt="RollbackStackInput",Fzt="ResourceScanLimitExceededException",Mzt="ResourceScanNotFoundException",qzt="RollbackStackOutput",Bzt="RetainStacksOnAccountRemoval",ch="ResourceStatusReason",gRe="ResourceScanSummaries",Gzt="ResourceScanSummary",Hzt="ResourcesScanned",uh="ResourceStatus",Vzt="ResourcesSucceeded",jzt="RollbackStack",ws="ResourceType",Wzt="ResourceTargetDetails",zzt="ResourceTargetDefinition",hRe="ResourcesToImport",Kzt="RegisterTypeInput",Qzt="ResourceToImport",Yzt="RegistrationTokenList",Jzt="RegisterTypeOutput",Xzt="ResourceTypePrefix",Zzt="ResourcesToSkip",o_="ResourceTypes",SRe="RegistrationToken",e6t="RegisterType",yRe="RollbackTriggers",t6t="RollbackTrigger",r6t="ResolvedValue",lh="Regions",n6t="Reason",iK="Region",s6t="Replacement",o6t="Required",Sr="Status",i6t="StagesAvailable",ERe="StackDefinitions",aK="StackDriftDetectionId",a6t="StackDriftInformation",c6t="StackDriftInformationSummary",c$="StackDriftStatus",u6t="StackDefinition",CRe="StatusDetails",_Re="StackEvents",l6t="StackEvent",cK="ScanFilters",d6t="ScanFilter",p6t="SchemaHandlerPackage",Kr="StackId",uK="StackInstanceAccount",m6t="StackInstanceComprehensiveStatus",f6t="StackInstanceFilter",g6t="StackInstanceFilters",h6t="StackInstanceNotFoundException",lK="StackInstanceRegion",S6t="StackInstanceResourceDriftStatuses",y6t="StackInstanceResourceDriftsSummary",E6t="StackInstanceResourceDriftsSummaries",RRe="StackInstanceStatus",C6t="StackInstanceSummary",_6t="StackInstanceSummaries",R6t="StackIdsUrl",TRe="StackInstance",ARe="StackIds",T6t="SeverityLevel",PRe="StatusMessage",A6t="SupportedMajorVersions",it="StackName",P6t="StackNotFoundException",u$="StackPolicyBody",v6t="StackPolicyDuringUpdateBody",b6t="StackPolicyDuringUpdateURL",dK="StackPolicyURL",io="StatusReason",vRe="StackRefactorActions",I6t="StackRefactorAction",bRe="StackResourceDrifts",D6t="StackResourceDriftInformation",x6t="StackResourceDriftInformationSummary",l$="StackResourceDriftStatus",w6t="StackResourceDriftStatusFilters",IRe="StackResourceDetail",DRe="StackResourceDrift",$6t="StaleRequestException",dh="StackRefactorId",O6t="ScannedResourceIdentifier",k6t="ScannedResourceIdentifiers",N6t="SignalResourceInput",L6t="StackRefactorNotFoundException",xRe="StackRefactorSummaries",U6t="StartResourceScanInput",F6t="StartResourceScanOutput",wRe="StackResourceSummaries",M6t="StackRefactorSummary",q6t="StackResourceSummary",B6t="StartResourceScan",G6t="StackRefactorTagResources",H6t="ScannedResource",V6t="ScannedResources",j6t="SignalResource",$Re="StackResources",W6t="StackResource",ORe="StackSet",z6t="StackSetAutoDeploymentTargetSummary",K6t="StackSetAutoDeploymentTargetSummaries",Q6t="StackSetARN",pK="StackSetDriftDetectionDetails",Y6t="StackStatusFilter",ph="StackSetId",tn="StackSetName",J6t="StackSetNotEmptyException",X6t="StackSetNotFoundException",kRe="StackSetOperation",Z6t="StackSetOperationPreferences",e8t="StackSetOperationResultSummary",t8t="StackSetOperationResultSummaries",r8t="StackSetOperationSummary",n8t="StackSetOperationStatusDetails",s8t="StackSetOperationSummaries",o8t="SetStackPolicy",i8t="SetStackPolicyInput",NRe="StackStatusReason",a8t="StackSetSummary",c8t="StopStackSetOperation",u8t="StopStackSetOperationInput",l8t="StopStackSetOperationOutput",d8t="StackSetSummaries",LRe="StackSummaries",URe="StackStatus",p8t="StackSummary",mK="StartTime",m8t="SetTypeConfiguration",f8t="SetTypeConfigurationInput",g8t="SetTypeConfigurationOutput",h8t="SetTypeDefaultVersion",S8t="SetTypeDefaultVersionInput",y8t="SetTypeDefaultVersionOutput",E8t="ScanTypeFilter",C8t="ScanType",_8t="SourceUrl",R8t="Schema",T8t="Scope",A8t="Source",FRe="Stacks",P8t="Stack",od="Summaries",ln="Type",uu="TypeArn",v8t="TokenAlreadyExistsException",ui="TemplateBody",b8t="TypeConfigurations",I8t="TypeConfigurationAlias",D8t="TypeConfigurationArn",x8t="TypeConfigurationDetails",w8t="TypeConfigurationDetailsList",MRe="TypeConfigurationIdentifier",qRe="TypeConfigurationIdentifiers",$8t="TypeConfigurationNotFoundException",fK="TypeConfigurationVersionId",d$="TemplateConfiguration",BRe="TimeCreated",O8t="TargetDetails",k8t="TemplateDescription",N8t="TypeFilters",L8t="TypeHierarchy",p$="TargetId",GRe="TimeoutInMinutes",U8t="TagKey",dn="TypeName",HRe="TypeNameAlias",F8t="TypeNotFoundException",M8t="TypeNamePrefix",q8t="TemplateParameter",B8t="TemplateProgress",G8t="TemplateParameters",H8t="TagResources",V8t="TemplateStage",VRe="TemplateSummaryConfig",j8t="TotalStackInstancesCount",W8t="TemplateSummary",z8t="TemplateSummaries",jRe="TypeSummaries",K8t="TypeSummary",i_="TargetType",Q8t="TestTypeInput",Y8t="TargetTypeName",J8t="TestTypeOutput",X8t="TypeTestsStatus",Z8t="TypeTestsStatusDescription",eKt="TestType",lu="TemplateURL",tKt="TreatUnrecognizedResourceTypesAsWarnings",rKt="TagValue",WRe="TypeVersionArn",gK="TypeVersionId",zRe="TypeVersionSummaries",nKt="TypeVersionSummary",sKt="TotalWarnings",du="Tags",oKt="Tag",KRe="Target",mh="Timestamp",iKt="Types",aKt="Url",cKt="UpdateGeneratedTemplate",uKt="UpdateGeneratedTemplateInput",lKt="UpdateGeneratedTemplateOutput",dKt="UniqueId",hK="UsePreviousTemplate",pKt="UsePreviousValue",mKt="UntagResources",fKt="UpdateReplacePolicy",gKt="UnrecognizedResourceTypes",hKt="UpdateStack",SKt="UpdateStackInput",yKt="UpdateStackInstancesInput",EKt="UpdateStackInstancesOutput",CKt="UpdateStackInstances",_Kt="UpdateStackOutput",RKt="UpdateStackSet",TKt="UpdateStackSetInput",AKt="UpdateStackSetOutput",QRe="UnprocessedTypeConfigurations",PKt="UpdateTerminationProtection",vKt="UpdateTerminationProtectionInput",bKt="UpdateTerminationProtectionOutput",m$="Value",IKt="VersionBump",DKt="ValidationFailureMode",a_="VersionId",xKt="ValidationName",wKt="ValidationPath",$Kt="ValidationStatus",OKt="ValidationStatusReason",kKt="ValidateTemplate",NKt="ValidateTemplateInput",LKt="ValidateTemplateOutput",YRe="Values",UKt="Version",JRe="Visibility",SK="Warnings",FKt="WarningDetail",MKt="WarningDetails",qKt="WarningProperty",BKt="WarningProperties",Gt="awsQueryError",Ht="client",Vt="error",jt="httpError",XRe="smithy.ts.sdk.synthetic.com.amazonaws.cloudformation",v="com.amazonaws.cloudformation",ZRe=(dt(),J(_a)),GKt=Vw(),Wt=G8(),e0e=ZRe.TypeRegistry.for(XRe);p.CloudFormationServiceException$=[-3,XRe,"CloudFormationServiceException",0,[],[]];e0e.registerError(p.CloudFormationServiceException$,GKt.CloudFormationServiceException);var Dt=ZRe.TypeRegistry.for(v);p.AlreadyExistsException$=[-3,v,_Gt,{[Gt]:["AlreadyExistsException",400],[Vt]:Ht,[jt]:400},[Bt],[0]];Dt.registerError(p.AlreadyExistsException$,Wt.AlreadyExistsException);p.CFNRegistryException$=[-3,v,l2t,{[Gt]:["CFNRegistryException",400],[Vt]:Ht,[jt]:400},[Bt],[0]];Dt.registerError(p.CFNRegistryException$,Wt.CFNRegistryException);p.ChangeSetNotFoundException$=[-3,v,v2t,{[Gt]:["ChangeSetNotFound",404],[Vt]:Ht,[jt]:404},[Bt],[0]];Dt.registerError(p.ChangeSetNotFoundException$,Wt.ChangeSetNotFoundException);p.ConcurrentResourcesLimitExceededException$=[-3,v,h2t,{[Gt]:["ConcurrentResourcesLimitExceeded",429],[Vt]:Ht,[jt]:429},[Bt],[0]];Dt.registerError(p.ConcurrentResourcesLimitExceededException$,Wt.ConcurrentResourcesLimitExceededException);p.CreatedButModifiedException$=[-3,v,o2t,{[Gt]:["CreatedButModifiedException",409],[Vt]:Ht,[jt]:409},[Bt],[0]];Dt.registerError(p.CreatedButModifiedException$,Wt.CreatedButModifiedException);p.GeneratedTemplateNotFoundException$=[-3,v,bVt,{[Gt]:["GeneratedTemplateNotFound",404],[Vt]:Ht,[jt]:404},[Bt],[0]];Dt.registerError(p.GeneratedTemplateNotFoundException$,Wt.GeneratedTemplateNotFoundException);p.HookResultNotFoundException$=[-3,v,UVt,{[Gt]:["HookResultNotFound",404],[Vt]:Ht,[jt]:404},[Bt],[0]];Dt.registerError(p.HookResultNotFoundException$,Wt.HookResultNotFoundException);p.InsufficientCapabilitiesException$=[-3,v,GVt,{[Gt]:["InsufficientCapabilitiesException",400],[Vt]:Ht,[jt]:400},[Bt],[0]];Dt.registerError(p.InsufficientCapabilitiesException$,Wt.InsufficientCapabilitiesException);p.InvalidChangeSetStatusException$=[-3,v,HVt,{[Gt]:["InvalidChangeSetStatus",400],[Vt]:Ht,[jt]:400},[Bt],[0]];Dt.registerError(p.InvalidChangeSetStatusException$,Wt.InvalidChangeSetStatusException);p.InvalidOperationException$=[-3,v,jVt,{[Gt]:["InvalidOperationException",400],[Vt]:Ht,[jt]:400},[Bt],[0]];Dt.registerError(p.InvalidOperationException$,Wt.InvalidOperationException);p.InvalidStateTransitionException$=[-3,v,YVt,{[Gt]:["InvalidStateTransition",400],[Vt]:Ht,[jt]:400},[Bt],[0]];Dt.registerError(p.InvalidStateTransitionException$,Wt.InvalidStateTransitionException);p.LimitExceededException$=[-3,v,ijt,{[Gt]:["LimitExceededException",400],[Vt]:Ht,[jt]:400},[Bt],[0]];Dt.registerError(p.LimitExceededException$,Wt.LimitExceededException);p.NameAlreadyExistsException$=[-3,v,_Wt,{[Gt]:["NameAlreadyExistsException",409],[Vt]:Ht,[jt]:409},[Bt],[0]];Dt.registerError(p.NameAlreadyExistsException$,Wt.NameAlreadyExistsException);p.OperationIdAlreadyExistsException$=[-3,v,IWt,{[Gt]:["OperationIdAlreadyExistsException",409],[Vt]:Ht,[jt]:409},[Bt],[0]];Dt.registerError(p.OperationIdAlreadyExistsException$,Wt.OperationIdAlreadyExistsException);p.OperationInProgressException$=[-3,v,DWt,{[Gt]:["OperationInProgressException",409],[Vt]:Ht,[jt]:409},[Bt],[0]];Dt.registerError(p.OperationInProgressException$,Wt.OperationInProgressException);p.OperationNotFoundException$=[-3,v,wWt,{[Gt]:["OperationNotFoundException",404],[Vt]:Ht,[jt]:404},[Bt],[0]];Dt.registerError(p.OperationNotFoundException$,Wt.OperationNotFoundException);p.OperationStatusCheckFailedException$=[-3,v,kWt,{[Gt]:["ConditionalCheckFailed",400],[Vt]:Ht,[jt]:400},[Bt],[0]];Dt.registerError(p.OperationStatusCheckFailedException$,Wt.OperationStatusCheckFailedException);p.ResourceScanInProgressException$=[-3,v,Lzt,{[Gt]:["ResourceScanInProgress",400],[Vt]:Ht,[jt]:400},[Bt],[0]];Dt.registerError(p.ResourceScanInProgressException$,Wt.ResourceScanInProgressException);p.ResourceScanLimitExceededException$=[-3,v,Fzt,{[Gt]:["ResourceScanLimitExceeded",400],[Vt]:Ht,[jt]:400},[Bt],[0]];Dt.registerError(p.ResourceScanLimitExceededException$,Wt.ResourceScanLimitExceededException);p.ResourceScanNotFoundException$=[-3,v,Mzt,{[Gt]:["ResourceScanNotFound",400],[Vt]:Ht,[jt]:400},[Bt],[0]];Dt.registerError(p.ResourceScanNotFoundException$,Wt.ResourceScanNotFoundException);p.StackInstanceNotFoundException$=[-3,v,h6t,{[Gt]:["StackInstanceNotFoundException",404],[Vt]:Ht,[jt]:404},[Bt],[0]];Dt.registerError(p.StackInstanceNotFoundException$,Wt.StackInstanceNotFoundException);p.StackNotFoundException$=[-3,v,P6t,{[Gt]:["StackNotFoundException",404],[Vt]:Ht,[jt]:404},[Bt],[0]];Dt.registerError(p.StackNotFoundException$,Wt.StackNotFoundException);p.StackRefactorNotFoundException$=[-3,v,L6t,{[Gt]:["StackRefactorNotFoundException",404],[Vt]:Ht,[jt]:404},[Bt],[0]];Dt.registerError(p.StackRefactorNotFoundException$,Wt.StackRefactorNotFoundException);p.StackSetNotEmptyException$=[-3,v,J6t,{[Gt]:["StackSetNotEmptyException",409],[Vt]:Ht,[jt]:409},[Bt],[0]];Dt.registerError(p.StackSetNotEmptyException$,Wt.StackSetNotEmptyException);p.StackSetNotFoundException$=[-3,v,X6t,{[Gt]:["StackSetNotFoundException",404],[Vt]:Ht,[jt]:404},[Bt],[0]];Dt.registerError(p.StackSetNotFoundException$,Wt.StackSetNotFoundException);p.StaleRequestException$=[-3,v,$6t,{[Gt]:["StaleRequestException",409],[Vt]:Ht,[jt]:409},[Bt],[0]];Dt.registerError(p.StaleRequestException$,Wt.StaleRequestException);p.TokenAlreadyExistsException$=[-3,v,v8t,{[Gt]:["TokenAlreadyExistsException",400],[Vt]:Ht,[jt]:400},[Bt],[0]];Dt.registerError(p.TokenAlreadyExistsException$,Wt.TokenAlreadyExistsException);p.TypeConfigurationNotFoundException$=[-3,v,$8t,{[Gt]:["TypeConfigurationNotFoundException",404],[Vt]:Ht,[jt]:404},[Bt],[0]];Dt.registerError(p.TypeConfigurationNotFoundException$,Wt.TypeConfigurationNotFoundException);p.TypeNotFoundException$=[-3,v,F8t,{[Gt]:["TypeNotFoundException",404],[Vt]:Ht,[jt]:404},[Bt],[0]];Dt.registerError(p.TypeNotFoundException$,Wt.TypeNotFoundException);p.errorTypeRegistries=[e0e,Dt];p.AccountGateResult$=[3,v,d_e,0,[Sr,io],[0,0]];p.AccountLimit$=[3,v,TGt,0,[t_,m$],[0,1]];p.ActivateOrganizationsAccessInput$=[3,v,DGt,0,[],[]];p.ActivateOrganizationsAccessOutput$=[3,v,xGt,0,[],[]];p.ActivateTypeInput$=[3,v,NGt,0,[ln,rRe,Va,dn,HRe,p_e,e$,j8,IKt,CWt],[0,0,0,0,0,2,()=>p.LoggingConfig$,0,0,1]];p.ActivateTypeOutput$=[3,v,LGt,0,[ai],[0]];p.Annotation$=[3,v,HGt,0,[bGt,Sr,PRe,Tzt,_zt,T6t],[0,0,0,0,0,0]];p.AutoDeployment$=[3,v,QC,0,[j4t,Bzt,fHt],[2,2,64]];p.BatchDescribeTypeConfigurationsError$=[3,v,KGt,0,[A_e,Y4t,MRe],[0,0,()=>p.TypeConfigurationIdentifier$]];p.BatchDescribeTypeConfigurationsInput$=[3,v,YGt,0,[qRe],[()=>O9t],1];p.BatchDescribeTypeConfigurationsOutput$=[3,v,JGt,0,[uVt,QRe,b8t],[()=>jKt,()=>L9t,()=>$9t]];p.CancelUpdateStackInput$=[3,v,V2t,0,[it,bo],[0,0],1];p.Change$=[3,v,t2t,0,[ln,kVt,oRe],[0,1,()=>p.ResourceChange$]];p.ChangeSetHook$=[3,v,y2t,0,[X8,K8,dn,gK,fK,O8t],[0,0,0,0,0,()=>p.ChangeSetHookTargetDetails$]];p.ChangeSetHookResourceTargetDetails$=[3,v,E2t,0,[Rn,ws,nzt],[0,0,0]];p.ChangeSetHookTargetDetails$=[3,v,C2t,0,[i_,Wzt],[0,()=>p.ChangeSetHookResourceTargetDetails$]];p.ChangeSetSummary$=[3,v,w2t,0,[Kr,it,XC,Ga,Yw,Sr,io,nh,_r,J8,J_e,iRe,Y8],[0,0,0,0,0,0,0,4,0,2,0,0,2]];p.ContinueUpdateRollbackInput$=[3,v,B2t,0,[it,ym,Zzt,bo],[0,0,64,0],1];p.ContinueUpdateRollbackOutput$=[3,v,G2t,0,[],[]];p.CreateChangeSetInput$=[3,v,a2t,0,[it,Ga,ui,lu,hK,ci,Ha,o_,ym,ih,r_,du,M2t,_r,L2t,hRe,J8,z_e,Y8,y_e],[0,0,0,0,2,()=>li,64,64,0,()=>p.RollbackConfiguration$,64,()=>id,0,0,0,()=>u9t,2,0,2,0],2];p.CreateChangeSetOutput$=[3,v,c2t,0,[BVt,Kr],[0,0]];p.CreateGeneratedTemplateInput$=[3,v,p2t,0,[Sm,a$,it,d$],[0,()=>s0e,0,()=>p.TemplateConfiguration$],1];p.CreateGeneratedTemplateOutput$=[3,v,m2t,0,[Xw],[0]];p.CreateStackInput$=[3,v,A2t,0,[it,ui,lu,ci,Ww,ih,GRe,r_,Ha,o_,ym,bWt,u$,dK,du,bo,z8,s_],[0,0,0,()=>li,2,()=>p.RollbackConfiguration$,1,64,64,64,0,0,0,0,()=>id,0,2,2],1];p.CreateStackInstancesInput$=[3,v,R2t,0,[tn,lh,YC,sh,sK,sd,hr,en],[0,64,64,()=>p.DeploymentTargets$,()=>li,()=>p.StackSetOperationPreferences$,[0,4],0],2];p.CreateStackInstancesOutput$=[3,v,T2t,0,[hr],[0]];p.CreateStackOutput$=[3,v,b2t,0,[Kr,hr],[0,0]];p.CreateStackRefactorInput$=[3,v,D2t,0,[ERe,_r,X4t,lRe],[()=>m9t,0,2,()=>a9t],1];p.CreateStackRefactorOutput$=[3,v,x2t,0,[dh],[0],1];p.CreateStackSetInput$=[3,v,$2t,0,[tn,_r,ui,lu,Kr,ci,Ha,du,jw,Qw,i$,QC,en,bo,e_],[0,0,0,0,0,()=>li,64,()=>id,0,0,0,()=>p.AutoDeployment$,0,[0,4],()=>p.ManagedExecution$],1];p.CreateStackSetOutput$=[3,v,O2t,0,[ph],[0]];p.DeactivateOrganizationsAccessInput$=[3,v,hHt,0,[],[]];p.DeactivateOrganizationsAccessOutput$=[3,v,yHt,0,[],[]];p.DeactivateTypeInput$=[3,v,b4t,0,[dn,ln,ai],[0,0,0]];p.DeactivateTypeOutput$=[3,v,x4t,0,[],[]];p.DeleteChangeSetInput$=[3,v,Z2t,0,[Ga,it],[0,0],1];p.DeleteChangeSetOutput$=[3,v,tHt,0,[],[]];p.DeleteGeneratedTemplateInput$=[3,v,lHt,0,[Sm],[0],1];p.DeleteStackInput$=[3,v,MHt,0,[it,wzt,ym,bo,E_e],[0,64,0,0,0],1];p.DeleteStackInstancesInput$=[3,v,BHt,0,[tn,lh,fRe,YC,sh,sd,hr,en],[0,64,2,64,()=>p.DeploymentTargets$,()=>p.StackSetOperationPreferences$,[0,4],0],3];p.DeleteStackInstancesOutput$=[3,v,HHt,0,[hr],[0]];p.DeleteStackSetInput$=[3,v,S4t,0,[tn,en],[0,0],1];p.DeleteStackSetOutput$=[3,v,E4t,0,[],[]];p.DeploymentTargets$=[3,v,sh,0,[YC,UGt,tK,RGt],[64,0,64,0]];p.DeregisterTypeInput$=[3,v,I4t,0,[ai,ln,dn,a_],[0,0,0,0]];p.DeregisterTypeOutput$=[3,v,w4t,0,[],[]];p.DescribeAccountLimitsInput$=[3,v,z2t,0,[Oe],[0]];p.DescribeAccountLimitsOutput$=[3,v,K2t,0,[PGt,Oe],[()=>HKt,0]];p.DescribeChangeSetHooksInput$=[3,v,J2t,0,[Ga,it,Oe,Rn],[0,0,0,0],1];p.DescribeChangeSetHooksOutput$=[3,v,X2t,0,[XC,Ga,$Vt,Sr,Oe,Kr,it],[0,0,()=>zKt,0,0,0,0]];p.DescribeChangeSetInput$=[3,v,eHt,0,[Ga,it,Oe,zVt],[0,0,0,2],1];p.DescribeChangeSetOutput$=[3,v,rHt,0,[Ga,XC,Kr,it,_r,ci,nh,Yw,Sr,io,c$,r_,ih,Ha,du,h_e,Oe,J8,J_e,iRe,z_e,Y8,y_e],[0,0,0,0,0,()=>li,4,0,0,0,0,64,()=>p.RollbackConfiguration$,64,()=>id,()=>WKt,0,2,0,0,0,2,0]];p.DescribeEventsInput$=[3,v,aHt,0,[it,Ga,hr,Jw,Oe],[0,0,0,()=>p.EventFilter$,0]];p.DescribeEventsOutput$=[3,v,cHt,0,[j_e,Oe],[()=>JKt,0]];p.DescribeGeneratedTemplateInput$=[3,v,dHt,0,[Sm],[0],1];p.DescribeGeneratedTemplateOutput$=[3,v,pHt,0,[Xw,Sm,a$,Sr,io,nh,n$,tzt,Kr,d$,sKt],[0,0,()=>s9t,0,0,4,4,()=>p.TemplateProgress$,0,()=>p.TemplateConfiguration$,1]];p.DescribeOrganizationsAccessInput$=[3,v,SHt,0,[en],[0]];p.DescribeOrganizationsAccessOutput$=[3,v,EHt,0,[Sr],[0]];p.DescribePublisherInput$=[3,v,RHt,0,[Va],[0]];p.DescribePublisherOutput$=[3,v,THt,0,[Va,WWt,KVt,VWt],[0,0,0,0]];p.DescribeResourceScanInput$=[3,v,vHt,0,[ah],[0],1];p.DescribeResourceScanOutput$=[3,v,bHt,0,[ah,Sr,io,mK,W8,Y_e,o_,Hzt,$zt,cK],[0,0,0,4,4,1,64,1,1,()=>o0e]];p.DescribeStackDriftDetectionStatusInput$=[3,v,$Ht,0,[aK],[0],1];p.DescribeStackDriftDetectionStatusOutput$=[3,v,OHt,0,[Kr,aK,DHt,mh,c$,QHt,YHt],[0,0,0,4,0,0,1],4];p.DescribeStackEventsInput$=[3,v,UHt,0,[it,Oe],[0,0],1];p.DescribeStackEventsOutput$=[3,v,FHt,0,[_Re,Oe],[()=>f9t,0]];p.DescribeStackInstanceInput$=[3,v,GHt,0,[tn,uK,lK,en],[0,0,0,0],3];p.DescribeStackInstanceOutput$=[3,v,VHt,0,[TRe],[()=>p.StackInstance$]];p.DescribeStackRefactorInput$=[3,v,n4t,0,[dh],[0],1];p.DescribeStackRefactorOutput$=[3,v,i4t,0,[_r,dh,ARe,Yw,b_e,Sr,io],[0,0,64,0,0,0,0]];p.DescribeStackResourceDriftsInput$=[3,v,XHt,0,[it,w6t,Oe,Xn],[0,64,0,1],1];p.DescribeStackResourceDriftsOutput$=[3,v,e4t,0,[bRe,Oe],[()=>_9t,0],1];p.DescribeStackResourceInput$=[3,v,s4t,0,[it,Rn],[0,0],2];p.DescribeStackResourceOutput$=[3,v,a4t,0,[IRe],[()=>p.StackResourceDetail$]];p.DescribeStackResourcesInput$=[3,v,o4t,0,[it,Rn,ja],[0,0,0]];p.DescribeStackResourcesOutput$=[3,v,c4t,0,[$Re],[()=>R9t]];p.DescribeStackSetInput$=[3,v,y4t,0,[tn,en],[0,0],1];p.DescribeStackSetOperationInput$=[3,v,C4t,0,[tn,hr,en],[0,0,0],2];p.DescribeStackSetOperationOutput$=[3,v,_4t,0,[kRe],[()=>p.StackSetOperation$]];p.DescribeStackSetOutput$=[3,v,R4t,0,[ORe],[()=>p.StackSet$]];p.DescribeStacksInput$=[3,v,jHt,0,[it,Oe],[0,0]];p.DescribeStacksOutput$=[3,v,KHt,0,[FRe,Oe],[()=>A9t,0]];p.DescribeTypeInput$=[3,v,D4t,0,[ln,dn,ai,a_,Va,n_],[0,0,0,0,0,0]];p.DescribeTypeOutput$=[3,v,$4t,0,[ai,ln,dn,T_e,U_e,X8t,Z8t,_r,R8t,tRe,V8,e$,sRe,j8,JRe,_8t,q4t,eK,BRe,S2t,Va,s$,NWt,n_,q_e,N_e,p_e],[0,0,0,0,2,0,0,0,0,0,0,()=>p.LoggingConfig$,()=>r9t,0,0,0,0,4,4,0,0,0,0,0,0,2,2]];p.DescribeTypeRegistrationInput$=[3,v,k4t,0,[SRe],[0],1];p.DescribeTypeRegistrationOutput$=[3,v,N4t,0,[zWt,_r,uu,WRe],[0,0,0,0]];p.DetectStackDriftInput$=[3,v,kHt,0,[it,B_e],[0,64],1];p.DetectStackDriftOutput$=[3,v,NHt,0,[aK],[0],1];p.DetectStackResourceDriftInput$=[3,v,ZHt,0,[it,Rn],[0,0],2];p.DetectStackResourceDriftOutput$=[3,v,t4t,0,[DRe],[()=>p.StackResourceDrift$],1];p.DetectStackSetDriftInput$=[3,v,g4t,0,[tn,sd,hr,en],[0,()=>p.StackSetOperationPreferences$,[0,4],0],1];p.DetectStackSetDriftOutput$=[3,v,h4t,0,[hr],[0]];p.EstimateTemplateCostInput$=[3,v,sVt,0,[ui,lu,ci],[0,0,()=>li]];p.EstimateTemplateCostOutput$=[3,v,oVt,0,[aKt],[0]];p.EventFilter$=[3,v,Q4t,0,[pVt],[2]];p.ExecuteChangeSetInput$=[3,v,z4t,0,[Ga,it,bo,Ww,s_],[0,0,0,2,2],1];p.ExecuteChangeSetOutput$=[3,v,K4t,0,[],[]];p.ExecuteStackRefactorInput$=[3,v,tVt,0,[dh],[0],1];p.Export$=[3,v,dVt,0,[eVt,t_,m$],[0,0,0]];p.GetGeneratedTemplateInput$=[3,v,SVt,0,[Sm,gVt],[0,0],1];p.GetGeneratedTemplateOutput$=[3,v,yVt,0,[Sr,ui],[0,0]];p.GetHookResultInput$=[3,v,CVt,0,[Q8],[0]];p.GetHookResultOutput$=[3,v,_Vt,0,[Q8,X8,K8,dn,s$,gK,fK,uu,Sr,Zw,L_e,KRe,VGt],[0,0,0,0,0,0,0,0,0,0,4,()=>p.HookTarget$,()=>VKt]];p.GetStackPolicyInput$=[3,v,TVt,0,[it],[0],1];p.GetStackPolicyOutput$=[3,v,AVt,0,[u$],[0]];p.GetTemplateInput$=[3,v,vVt,0,[it,Ga,V8t],[0,0,0]];p.GetTemplateOutput$=[3,v,IVt,0,[ui,i6t],[0,64]];p.GetTemplateSummaryInput$=[3,v,xVt,0,[ui,lu,it,tn,en,VRe],[0,0,0,0,0,()=>p.TemplateSummaryConfig$]];p.GetTemplateSummaryOutput$=[3,v,wVt,0,[ci,_r,Ha,f_e,o_,UKt,H_e,C_e,cRe,SK],[()=>e9t,0,64,0,64,0,0,64,()=>i9t,()=>p.Warnings$]];p.HookResultSummary$=[3,v,FVt,0,[Q8,X8,K8,dn,gK,fK,Sr,Zw,L_e,i_,p$,uu,OVt],[0,0,0,0,0,0,0,0,4,0,0,0,0]];p.HookTarget$=[3,v,qVt,0,[i_,Y8t,p$,JC],[0,0,0,0],4];p.ImportStacksToStackSetInput$=[3,v,XVt,0,[tn,ARe,R6t,tK,sd,hr,en],[0,64,0,64,()=>p.StackSetOperationPreferences$,[0,4],0],1];p.ImportStacksToStackSetOutput$=[3,v,ZVt,0,[hr],[0]];p.ListChangeSetsInput$=[3,v,rjt,0,[it,Oe],[0,0],1];p.ListChangeSetsOutput$=[3,v,njt,0,[od,Oe],[()=>KKt,0]];p.ListExportsInput$=[3,v,ajt,0,[Oe],[0]];p.ListExportsOutput$=[3,v,cjt,0,[D_e,Oe],[()=>QKt,0]];p.ListGeneratedTemplatesInput$=[3,v,djt,0,[Oe,Xn],[0,1]];p.ListGeneratedTemplatesOutput$=[3,v,pjt,0,[od,Oe],[()=>w9t,0]];p.ListHookResultsInput$=[3,v,fjt,0,[i_,p$,uu,Sr,Oe],[0,0,0,0,0]];p.ListHookResultsOutput$=[3,v,gjt,0,[i_,p$,LVt,Oe],[0,0,()=>YKt,0]];p.ListImportsInput$=[3,v,yjt,0,[v_e,Oe],[0,0],1];p.ListImportsOutput$=[3,v,Ejt,0,[ejt,Oe],[64,0]];p.ListResourceScanRelatedResourcesInput$=[3,v,Djt,0,[ah,a$,Oe,Xn],[0,()=>d9t,0,1],2];p.ListResourceScanRelatedResourcesOutput$=[3,v,xjt,0,[mRe,Oe],[()=>t9t,0]];p.ListResourceScanResourcesInput$=[3,v,vjt,0,[ah,Em,Xzt,U8t,rKt,Oe,Xn],[0,0,0,0,0,0,1],1];p.ListResourceScanResourcesOutput$=[3,v,bjt,0,[a$,Oe],[()=>p9t,0]];p.ListResourceScansInput$=[3,v,Tjt,0,[Oe,Xn,E8t],[0,1,0]];p.ListResourceScansOutput$=[3,v,Ajt,0,[gRe,Oe],[()=>c9t,0]];p.ListStackInstanceResourceDriftsInput$=[3,v,Ljt,0,[tn,uK,lK,hr,Oe,Xn,S6t,en],[0,0,0,0,0,1,64,0],4];p.ListStackInstanceResourceDriftsOutput$=[3,v,Ujt,0,[od,Oe],[()=>h9t,0]];p.ListStackInstancesInput$=[3,v,Ojt,0,[tn,Oe,Xn,Jw,uK,lK,en],[0,0,1,()=>g9t,0,0,0],1];p.ListStackInstancesOutput$=[3,v,kjt,0,[od,Oe],[()=>S9t,0]];p.ListStackRefactorActionsInput$=[3,v,Gjt,0,[dh,Oe,Xn],[0,0,1],1];p.ListStackRefactorActionsOutput$=[3,v,Hjt,0,[vRe,Oe],[()=>y9t,0],1];p.ListStackRefactorsInput$=[3,v,Vjt,0,[Z4t,Oe,Xn],[64,0,1]];p.ListStackRefactorsOutput$=[3,v,Wjt,0,[xRe,Oe],[()=>E9t,0],1];p.ListStackResourcesInput$=[3,v,jjt,0,[it,Oe],[0,0],1];p.ListStackResourcesOutput$=[3,v,zjt,0,[wRe,Oe],[()=>T9t,0]];p.ListStackSetAutoDeploymentTargetsInput$=[3,v,Jjt,0,[tn,Oe,Xn,en],[0,0,1,0],1];p.ListStackSetAutoDeploymentTargetsOutput$=[3,v,Xjt,0,[od,Oe],[()=>P9t,0]];p.ListStackSetOperationResultsInput$=[3,v,sWt,0,[tn,hr,Oe,Xn,en,Jw],[0,0,0,1,0,()=>XKt],2];p.ListStackSetOperationResultsOutput$=[3,v,oWt,0,[od,Oe],[()=>v9t,0]];p.ListStackSetOperationsInput$=[3,v,tWt,0,[tn,Oe,Xn,en],[0,0,1,0],1];p.ListStackSetOperationsOutput$=[3,v,rWt,0,[od,Oe],[()=>b9t,0]];p.ListStackSetsInput$=[3,v,Zjt,0,[Oe,Xn,Sr,en],[0,1,0,0]];p.ListStackSetsOutput$=[3,v,eWt,0,[od,Oe],[()=>I9t,0]];p.ListStacksInput$=[3,v,$jt,0,[Oe,Y6t],[0,64]];p.ListStacksOutput$=[3,v,Mjt,0,[LRe,Oe],[()=>D9t,0]];p.ListTypeRegistrationsInput$=[3,v,dWt,0,[ln,dn,uu,Nzt,Xn,Oe],[0,0,0,0,1,0]];p.ListTypeRegistrationsOutput$=[3,v,pWt,0,[Yzt,Oe],[64,0]];p.ListTypesInput$=[3,v,cWt,0,[JRe,tRe,V8,ln,Jw,Xn,Oe],[0,0,0,0,()=>p.TypeFilters$,1,0]];p.ListTypesOutput$=[3,v,uWt,0,[jRe,Oe],[()=>k9t,0]];p.ListTypeVersionsInput$=[3,v,fWt,0,[ln,dn,ai,Xn,Oe,V8,Va],[0,0,0,1,0,0,0]];p.ListTypeVersionsOutput$=[3,v,gWt,0,[zRe,Oe],[()=>N9t,0]];p.LiveResourceDrift$=[3,v,_jt,0,[XWt,m_e,oHt],[0,0,4]];p.LoggingConfig$=[3,v,e$,0,[Cjt,ujt],[0,0],2];p.ManagedExecution$=[3,v,e_,0,[BGt],[2]];p.ModuleInfo$=[3,v,oh,0,[L8t,Sjt],[0,0]];p.OperationEntry$=[3,v,PWt,0,[K_e,hr],[0,0]];p.OperationEvent$=[3,v,vWt,0,[P_e,Kr,hr,K_e,W_e,iVt,Rn,ja,ws,mh,mK,W8,uh,ch,pRe,bo,k_e,O_e,Zw,$_e,w_e,zw,DKt,xKt,$Kt,OKt,wKt],[0,0,0,0,0,0,0,0,0,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]];p.OperationResultFilter$=[3,v,$Wt,0,[t_,YRe],[0,0]];p.Output$=[3,v,AWt,0,[xWt,LWt,_r,v_e],[0,0,0,0]];p.Parameter$=[3,v,ezt,0,[nK,ZWt,pKt,r6t],[0,0,2,0]];p.ParameterConstraints$=[3,v,X_e,0,[qGt],[64]];p.ParameterDeclaration$=[3,v,FWt,0,[nK,R_e,YWt,V_e,_r,X_e],[0,0,0,2,0,()=>p.ParameterConstraints$]];p.PhysicalResourceIdContextKeyValuePair$=[3,v,jWt,0,[F_e,m$],[0,0],2];p.PropertyDifference$=[3,v,BWt,0,[eRe,aVt,m_e,M4t],[0,0,0,0],4];p.PublishTypeInput$=[3,v,KWt,0,[ln,ai,dn,n_],[0,0,0,0]];p.PublishTypeOutput$=[3,v,QWt,0,[rRe],[0]];p.RecordHandlerProgressInput$=[3,v,Szt,0,[XGt,W_e,g2t,PRe,A_e,Azt,bo],[0,0,0,0,0,0,0],2];p.RecordHandlerProgressOutput$=[3,v,yzt,0,[],[]];p.RegisterPublisherInput$=[3,v,vzt,0,[kGt,r2t],[2,0]];p.RegisterPublisherOutput$=[3,v,bzt,0,[Va],[0]];p.RegisterTypeInput$=[3,v,Kzt,0,[dn,p6t,ln,e$,j8,bo],[0,0,0,()=>p.LoggingConfig$,0,0],2];p.RegisterTypeOutput$=[3,v,Jzt,0,[SRe],[0]];p.RequiredActivatedType$=[3,v,ozt,0,[HRe,s$,Va,A6t],[0,0,0,65]];p.ResourceChange$=[3,v,oRe,0,[UWt,JC,Rn,ja,ws,s6t,T8t,dzt,aRe,B4t,XC,oh,WGt,EGt,MWt],[0,0,0,0,0,0,64,0,()=>o9t,()=>n9t,0,()=>p.ModuleInfo$,0,0,0]];p.ResourceChangeDetail$=[3,v,izt,0,[KRe,lVt,U2t,u2t],[()=>p.ResourceTargetDefinition$,0,0,0]];p.ResourceDefinition$=[3,v,uzt,0,[ws,Em,Rn],[0,128,0],2];p.ResourceDetail$=[3,v,pzt,0,[ws,Rn,Em,uh,ch,SK],[0,0,128,0,0,()=>U9t]];p.ResourceDriftIgnoredAttribute$=[3,v,lzt,0,[nRe,n6t],[0,0]];p.ResourceIdentifierSummary$=[3,v,Ezt,0,[ws,B_e,Czt],[0,64,64]];p.ResourceLocation$=[3,v,Rzt,0,[it,Rn],[0,0],2];p.ResourceMapping$=[3,v,dRe,0,[A8t,G4t],[()=>p.ResourceLocation$,()=>p.ResourceLocation$],2];p.ResourceScanSummary$=[3,v,Gzt,0,[ah,Sr,io,mK,W8,Y_e,C8t],[0,0,0,4,4,1,0]];p.ResourceTargetDefinition$=[3,v,zzt,0,[jGt,t_,kzt,nRe,ZGt,MGt,e2t,FGt,V4t,CGt],[0,0,0,0,0,0,0,0,()=>p.LiveResourceDrift$,0]];p.ResourceToImport$=[3,v,Qzt,0,[ws,Rn,Em],[0,0,128],3];p.RollbackConfiguration$=[3,v,ih,0,[yRe,EWt],[()=>l9t,1]];p.RollbackStackInput$=[3,v,Uzt,0,[it,ym,bo,s_],[0,0,0,2],1];p.RollbackStackOutput$=[3,v,qzt,0,[Kr,hr],[0,0]];p.RollbackTrigger$=[3,v,t6t,0,[ai,ln],[0,0],2];p.ScanFilter$=[3,v,d6t,0,[iKt],[64]];p.ScannedResource$=[3,v,H6t,0,[ws,Em,hWt],[0,128,2]];p.ScannedResourceIdentifier$=[3,v,O6t,0,[ws,Em],[0,128],2];p.SetStackPolicyInput$=[3,v,i8t,0,[it,u$,dK],[0,0,0],1];p.SetTypeConfigurationInput$=[3,v,f8t,0,[S_e,uu,n2t,dn,ln],[0,0,0,0,0],1];p.SetTypeConfigurationOutput$=[3,v,g8t,0,[s2t],[0]];p.SetTypeDefaultVersionInput$=[3,v,S8t,0,[ai,ln,dn,a_],[0,0,0,0]];p.SetTypeDefaultVersionOutput$=[3,v,y8t,0,[],[]];p.SignalResourceInput$=[3,v,N6t,0,[it,Rn,dKt,Sr],[0,0,0,0],4];p.Stack$=[3,v,P8t,0,[it,nh,URe,Kr,XC,_r,ci,__e,n$,ih,NRe,Ww,r_,GRe,Ha,Q_e,ym,du,z8,Z_e,uRe,ZC,s_,E_e,zw,Z8],[0,4,0,0,0,0,()=>li,4,4,()=>p.RollbackConfiguration$,0,2,64,1,64,()=>ZKt,0,()=>id,2,0,0,()=>p.StackDriftInformation$,2,0,0,()=>t0e],3];p.StackDefinition$=[3,v,u6t,0,[it,ui,lu],[0,0,0]];p.StackDriftInformation$=[3,v,a6t,0,[c$,t$],[0,4],1];p.StackDriftInformationSummary$=[3,v,c6t,0,[c$,t$],[0,4],1];p.StackEvent$=[3,v,l6t,0,[Kr,P_e,it,mh,hr,Rn,ja,ws,uh,ch,pRe,bo,k_e,O_e,Zw,$_e,NVt,w_e,zw],[0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],4];p.StackInstance$=[3,v,TRe,0,[ph,iK,H8,Kr,sK,Sr,RRe,io,o$,Kw,r$,M_e],[0,0,0,0,()=>li,0,()=>p.StackInstanceComprehensiveStatus$,0,0,0,4,0]];p.StackInstanceComprehensiveStatus$=[3,v,m6t,0,[zw],[0]];p.StackInstanceFilter$=[3,v,f6t,0,[t_,YRe],[0,0]];p.StackInstanceResourceDriftsSummary$=[3,v,y6t,0,[Kr,Rn,ws,l$,mh,ja,oK,rK],[0,0,0,0,4,0,()=>r0e,()=>n0e],5];p.StackInstanceSummary$=[3,v,C6t,0,[ph,iK,H8,Kr,Sr,io,RRe,o$,Kw,r$,M_e],[0,0,0,0,0,0,()=>p.StackInstanceComprehensiveStatus$,0,0,4,0]];p.StackRefactorAction$=[3,v,I6t,0,[JC,cVt,ja,Em,_r,H4t,IHt,H8t,mKt,dRe],[0,0,0,0,0,0,0,()=>C9t,64,()=>p.ResourceMapping$]];p.StackRefactorSummary$=[3,v,M6t,0,[dh,_r,Yw,b_e,Sr,io],[0,0,0,0,0,0]];p.StackResource$=[3,v,W6t,0,[Rn,ws,mh,uh,it,Kr,ja,ch,_r,ZC,oh],[0,0,4,0,0,0,0,0,0,()=>p.StackResourceDriftInformation$,()=>p.ModuleInfo$],4];p.StackResourceDetail$=[3,v,IRe,0,[Rn,ws,G_e,uh,it,Kr,ja,ch,_r,H_e,ZC,oh],[0,0,4,0,0,0,0,0,0,0,()=>p.StackResourceDriftInformation$,()=>p.ModuleInfo$],4];p.StackResourceDrift$=[3,v,DRe,0,[Kr,Rn,ws,l$,mh,ja,oK,J4t,wGt,rK,oh,p4t],[0,0,0,0,4,0,()=>r0e,0,0,()=>n0e,()=>p.ModuleInfo$,0],5];p.StackResourceDriftInformation$=[3,v,D6t,0,[l$,t$],[0,4],1];p.StackResourceDriftInformationSummary$=[3,v,x6t,0,[l$,t$],[0,4],1];p.StackResourceSummary$=[3,v,q6t,0,[Rn,ws,G_e,uh,ja,ch,ZC,oh],[0,0,4,0,0,0,()=>p.StackResourceDriftInformationSummary$,()=>p.ModuleInfo$],4];p.StackSet$=[3,v,ORe,0,[tn,ph,_r,Sr,ui,ci,Ha,du,Q6t,jw,Qw,pK,QC,i$,tK,e_,lh],[0,0,0,0,0,()=>li,64,()=>id,0,0,0,()=>p.StackSetDriftDetectionDetails$,()=>p.AutoDeployment$,0,64,()=>p.ManagedExecution$,64]];p.StackSetAutoDeploymentTargetSummary$=[3,v,z6t,0,[o$,lh],[0,64]];p.StackSetDriftDetectionDetails$=[3,v,pK,0,[Kw,sHt,r$,j8t,qHt,QVt,WVt,x_e],[0,0,4,1,1,1,1,1]];p.StackSetOperation$=[3,v,kRe,0,[hr,ph,JC,Sr,sd,fRe,jw,Qw,g_e,I_e,sh,pK,io,CRe],[0,0,0,0,()=>p.StackSetOperationPreferences$,2,0,0,4,4,()=>p.DeploymentTargets$,()=>p.StackSetDriftDetectionDetails$,0,()=>p.StackSetOperationStatusDetails$]];p.StackSetOperationPreferences$=[3,v,Z6t,0,[czt,Pzt,mVt,fVt,SWt,yWt,f2t],[0,64,1,1,1,1,0]];p.StackSetOperationResultSummary$=[3,v,e8t,0,[H8,iK,Sr,io,d_e,o$],[0,0,0,0,()=>p.AccountGateResult$,0]];p.StackSetOperationStatusDetails$=[3,v,n8t,0,[x_e],[1]];p.StackSetOperationSummary$=[3,v,r8t,0,[hr,JC,Sr,g_e,I_e,io,CRe,sd],[0,0,0,4,4,0,()=>p.StackSetOperationStatusDetails$,()=>p.StackSetOperationPreferences$]];p.StackSetSummary$=[3,v,a8t,0,[tn,ph,_r,Sr,QC,i$,Kw,r$,e_],[0,0,0,0,()=>p.AutoDeployment$,0,0,4,()=>p.ManagedExecution$]];p.StackSummary$=[3,v,p8t,0,[it,nh,URe,Kr,k8t,n$,__e,NRe,Z_e,uRe,ZC,Z8],[0,4,0,0,0,4,4,0,0,0,()=>p.StackDriftInformationSummary$,()=>t0e],3];p.StartResourceScanInput$=[3,v,U6t,0,[bo,cK],[0,()=>o0e]];p.StartResourceScanOutput$=[3,v,F6t,0,[ah],[0]];p.StopStackSetOperationInput$=[3,v,u8t,0,[tn,hr,en],[0,0,0],2];p.StopStackSetOperationOutput$=[3,v,l8t,0,[],[]];p.Tag$=[3,v,oKt,0,[F_e,m$],[0,0],2];p.TemplateConfiguration$=[3,v,d$,0,[_Ht,fKt],[0,0]];p.TemplateParameter$=[3,v,q8t,0,[nK,R_e,V_e,_r],[0,0,2,0]];p.TemplateProgress$=[3,v,B8t,0,[Vzt,gzt,Izt,xzt],[1,1,1,1]];p.TemplateSummary$=[3,v,W8t,0,[Xw,Sm,Sr,io,nh,n$,TWt],[0,0,0,0,4,4,1]];p.TemplateSummaryConfig$=[3,v,VRe,0,[tKt],[2]];p.TestTypeInput$=[3,v,Q8t,0,[ai,ln,dn,a_,sjt],[0,0,0,0,0]];p.TestTypeOutput$=[3,v,J8t,0,[WRe],[0]];p.TypeConfigurationDetails$=[3,v,x8t,0,[ai,GGt,S_e,eK,uu,dn,VVt],[0,0,0,4,0,0,2]];p.TypeConfigurationIdentifier$=[3,v,MRe,0,[uu,I8t,D8t,ln,dn],[0,0,0,0,0]];p.TypeFilters$=[3,v,N8t,0,[j2t,Va,M8t],[0,0,0]];p.TypeSummary$=[3,v,K8t,0,[ln,dn,T_e,uu,eK,_r,Va,s$,n_,q_e,GWt,HWt,N_e],[0,0,0,0,4,0,0,0,0,0,0,0,2]];p.TypeVersionSummary$=[3,v,nKt,0,[ln,dn,a_,U_e,ai,BRe,_r,n_],[0,0,0,2,0,4,0,0]];p.UpdateGeneratedTemplateInput$=[3,v,uKt,0,[Sm,RWt,$Gt,Ozt,szt,d$],[0,0,()=>s0e,64,2,()=>p.TemplateConfiguration$],1];p.UpdateGeneratedTemplateOutput$=[3,v,lKt,0,[Xw],[0]];p.UpdateStackInput$=[3,v,SKt,0,[it,ui,lu,hK,v6t,b6t,ci,Ha,o_,ym,ih,u$,dK,r_,du,Ww,bo,s_],[0,0,0,2,0,0,()=>li,64,64,0,()=>p.RollbackConfiguration$,0,0,64,()=>id,2,0,2],1];p.UpdateStackInstancesInput$=[3,v,yKt,0,[tn,lh,YC,sh,sK,sd,hr,en],[0,64,64,()=>p.DeploymentTargets$,()=>li,()=>p.StackSetOperationPreferences$,[0,4],0],2];p.UpdateStackInstancesOutput$=[3,v,EKt,0,[hr],[0]];p.UpdateStackOutput$=[3,v,_Kt,0,[Kr,hr],[0,0]];p.UpdateStackSetInput$=[3,v,TKt,0,[tn,_r,ui,lu,hK,ci,Ha,du,sd,jw,Qw,sh,i$,QC,hr,YC,lh,en,e_],[0,0,0,0,2,()=>li,64,()=>id,()=>p.StackSetOperationPreferences$,0,0,()=>p.DeploymentTargets$,0,()=>p.AutoDeployment$,[0,4],64,64,0,()=>p.ManagedExecution$],1];p.UpdateStackSetOutput$=[3,v,AKt,0,[hr],[0]];p.UpdateTerminationProtectionInput$=[3,v,vKt,0,[z8,it],[2,0],2];p.UpdateTerminationProtectionOutput$=[3,v,bKt,0,[Kr],[0]];p.ValidateTemplateInput$=[3,v,NKt,0,[ui,lu],[0,0]];p.ValidateTemplateOutput$=[3,v,LKt,0,[ci,_r,Ha,f_e,C_e],[()=>x9t,0,64,0,64]];p.WarningDetail$=[3,v,FKt,0,[ln,rzt],[0,()=>F9t]];p.WarningProperty$=[3,v,qKt,0,[eRe,o6t,_r],[0,2,0]];p.Warnings$=[3,v,SK,0,[gKt],[64]];var fh="unit",HKt=[1,v,AGt,0,()=>p.AccountLimit$],VKt=[1,v,vGt,0,()=>p.Annotation$],jKt=[1,v,QGt,0,()=>p.BatchDescribeTypeConfigurationsError$],WKt=[1,v,h_e,0,()=>p.Change$],zKt=[1,v,_2t,0,()=>p.ChangeSetHook$],KKt=[1,v,k2t,0,()=>p.ChangeSetSummary$],QKt=[1,v,D_e,0,()=>p.Export$],YKt=[1,v,MVt,0,()=>p.HookResultSummary$],t0e=[1,v,Z8,0,()=>p.OperationEntry$],JKt=[1,v,j_e,0,()=>p.OperationEvent$],XKt=[1,v,OWt,0,()=>p.OperationResultFilter$],ZKt=[1,v,Q_e,0,()=>p.Output$],e9t=[1,v,qWt,0,()=>p.ParameterDeclaration$],li=[1,v,ci,0,()=>p.Parameter$],r0e=[1,v,oK,0,()=>p.PhysicalResourceIdContextKeyValuePair$],n0e=[1,v,rK,0,()=>p.PropertyDifference$],t9t=[1,v,mRe,0,()=>p.ScannedResource$],r9t=[1,v,sRe,0,()=>p.RequiredActivatedType$],n9t=[1,v,azt,0,()=>p.ResourceChangeDetail$],s0e=[1,v,mzt,0,()=>p.ResourceDefinition$],s9t=[1,v,fzt,0,()=>p.ResourceDetail$],o9t=[1,v,aRe,0,()=>p.ResourceDriftIgnoredAttribute$],i9t=[1,v,cRe,0,()=>p.ResourceIdentifierSummary$],a9t=[1,v,lRe,0,()=>p.ResourceMapping$],c9t=[1,v,gRe,0,()=>p.ResourceScanSummary$],u9t=[1,v,hRe,0,()=>p.ResourceToImport$],l9t=[1,v,yRe,0,()=>p.RollbackTrigger$],o0e=[1,v,cK,0,()=>p.ScanFilter$],d9t=[1,v,k6t,0,()=>p.ScannedResourceIdentifier$],p9t=[1,v,V6t,0,()=>p.ScannedResource$],m9t=[1,v,ERe,0,()=>p.StackDefinition$],f9t=[1,v,_Re,0,()=>p.StackEvent$],g9t=[1,v,g6t,0,()=>p.StackInstanceFilter$],h9t=[1,v,E6t,0,()=>p.StackInstanceResourceDriftsSummary$],S9t=[1,v,_6t,0,()=>p.StackInstanceSummary$],y9t=[1,v,vRe,0,()=>p.StackRefactorAction$],E9t=[1,v,xRe,0,()=>p.StackRefactorSummary$],C9t=[1,v,G6t,0,()=>p.Tag$],_9t=[1,v,bRe,0,()=>p.StackResourceDrift$],R9t=[1,v,$Re,0,()=>p.StackResource$],T9t=[1,v,wRe,0,()=>p.StackResourceSummary$],A9t=[1,v,FRe,0,()=>p.Stack$],P9t=[1,v,K6t,0,()=>p.StackSetAutoDeploymentTargetSummary$],v9t=[1,v,t8t,0,()=>p.StackSetOperationResultSummary$],b9t=[1,v,s8t,0,()=>p.StackSetOperationSummary$],I9t=[1,v,d8t,0,()=>p.StackSetSummary$],D9t=[1,v,LRe,0,()=>p.StackSummary$],id=[1,v,du,0,()=>p.Tag$],x9t=[1,v,G8t,0,()=>p.TemplateParameter$],w9t=[1,v,z8t,0,()=>p.TemplateSummary$],$9t=[1,v,w8t,0,()=>p.TypeConfigurationDetails$],O9t=[1,v,qRe,0,()=>p.TypeConfigurationIdentifier$],k9t=[1,v,jRe,0,()=>p.TypeSummary$],N9t=[1,v,zRe,0,()=>p.TypeVersionSummary$],L9t=[1,v,QRe,0,()=>p.TypeConfigurationIdentifier$],U9t=[1,v,MKt,0,()=>p.WarningDetail$],F9t=[1,v,BKt,0,()=>p.WarningProperty$];p.ActivateOrganizationsAccess$=[9,v,IGt,0,()=>p.ActivateOrganizationsAccessInput$,()=>p.ActivateOrganizationsAccessOutput$];p.ActivateType$=[9,v,OGt,2,()=>p.ActivateTypeInput$,()=>p.ActivateTypeOutput$];p.BatchDescribeTypeConfigurations$=[9,v,zGt,0,()=>p.BatchDescribeTypeConfigurationsInput$,()=>p.BatchDescribeTypeConfigurationsOutput$];p.CancelUpdateStack$=[9,v,H2t,0,()=>p.CancelUpdateStackInput$,()=>fh];p.ContinueUpdateRollback$=[9,v,q2t,0,()=>p.ContinueUpdateRollbackInput$,()=>p.ContinueUpdateRollbackOutput$];p.CreateChangeSet$=[9,v,i2t,0,()=>p.CreateChangeSetInput$,()=>p.CreateChangeSetOutput$];p.CreateGeneratedTemplate$=[9,v,d2t,0,()=>p.CreateGeneratedTemplateInput$,()=>p.CreateGeneratedTemplateOutput$];p.CreateStack$=[9,v,F2t,0,()=>p.CreateStackInput$,()=>p.CreateStackOutput$];p.CreateStackInstances$=[9,v,P2t,0,()=>p.CreateStackInstancesInput$,()=>p.CreateStackInstancesOutput$];p.CreateStackRefactor$=[9,v,I2t,0,()=>p.CreateStackRefactorInput$,()=>p.CreateStackRefactorOutput$];p.CreateStackSet$=[9,v,N2t,0,()=>p.CreateStackSetInput$,()=>p.CreateStackSetOutput$];p.DeactivateOrganizationsAccess$=[9,v,gHt,0,()=>p.DeactivateOrganizationsAccessInput$,()=>p.DeactivateOrganizationsAccessOutput$];p.DeactivateType$=[9,v,L4t,2,()=>p.DeactivateTypeInput$,()=>p.DeactivateTypeOutput$];p.DeleteChangeSet$=[9,v,Q2t,0,()=>p.DeleteChangeSetInput$,()=>p.DeleteChangeSetOutput$];p.DeleteGeneratedTemplate$=[9,v,uHt,0,()=>p.DeleteGeneratedTemplateInput$,()=>fh];p.DeleteStack$=[9,v,P4t,0,()=>p.DeleteStackInput$,()=>fh];p.DeleteStackInstances$=[9,v,WHt,0,()=>p.DeleteStackInstancesInput$,()=>p.DeleteStackInstancesOutput$];p.DeleteStackSet$=[9,v,m4t,0,()=>p.DeleteStackSetInput$,()=>p.DeleteStackSetOutput$];p.DeregisterType$=[9,v,U4t,2,()=>p.DeregisterTypeInput$,()=>p.DeregisterTypeOutput$];p.DescribeAccountLimits$=[9,v,W2t,0,()=>p.DescribeAccountLimitsInput$,()=>p.DescribeAccountLimitsOutput$];p.DescribeChangeSet$=[9,v,nHt,0,()=>p.DescribeChangeSetInput$,()=>p.DescribeChangeSetOutput$];p.DescribeChangeSetHooks$=[9,v,Y2t,0,()=>p.DescribeChangeSetHooksInput$,()=>p.DescribeChangeSetHooksOutput$];p.DescribeEvents$=[9,v,iHt,0,()=>p.DescribeEventsInput$,()=>p.DescribeEventsOutput$];p.DescribeGeneratedTemplate$=[9,v,mHt,0,()=>p.DescribeGeneratedTemplateInput$,()=>p.DescribeGeneratedTemplateOutput$];p.DescribeOrganizationsAccess$=[9,v,CHt,0,()=>p.DescribeOrganizationsAccessInput$,()=>p.DescribeOrganizationsAccessOutput$];p.DescribePublisher$=[9,v,AHt,2,()=>p.DescribePublisherInput$,()=>p.DescribePublisherOutput$];p.DescribeResourceScan$=[9,v,PHt,0,()=>p.DescribeResourceScanInput$,()=>p.DescribeResourceScanOutput$];p.DescribeStackDriftDetectionStatus$=[9,v,wHt,0,()=>p.DescribeStackDriftDetectionStatusInput$,()=>p.DescribeStackDriftDetectionStatusOutput$];p.DescribeStackEvents$=[9,v,LHt,0,()=>p.DescribeStackEventsInput$,()=>p.DescribeStackEventsOutput$];p.DescribeStackInstance$=[9,v,zHt,0,()=>p.DescribeStackInstanceInput$,()=>p.DescribeStackInstanceOutput$];p.DescribeStackRefactor$=[9,v,u4t,0,()=>p.DescribeStackRefactorInput$,()=>p.DescribeStackRefactorOutput$];p.DescribeStackResource$=[9,v,l4t,0,()=>p.DescribeStackResourceInput$,()=>p.DescribeStackResourceOutput$];p.DescribeStackResourceDrifts$=[9,v,JHt,0,()=>p.DescribeStackResourceDriftsInput$,()=>p.DescribeStackResourceDriftsOutput$];p.DescribeStackResources$=[9,v,d4t,0,()=>p.DescribeStackResourcesInput$,()=>p.DescribeStackResourcesOutput$];p.DescribeStacks$=[9,v,v4t,0,()=>p.DescribeStacksInput$,()=>p.DescribeStacksOutput$];p.DescribeStackSet$=[9,v,A4t,0,()=>p.DescribeStackSetInput$,()=>p.DescribeStackSetOutput$];p.DescribeStackSetOperation$=[9,v,T4t,0,()=>p.DescribeStackSetOperationInput$,()=>p.DescribeStackSetOperationOutput$];p.DescribeType$=[9,v,F4t,2,()=>p.DescribeTypeInput$,()=>p.DescribeTypeOutput$];p.DescribeTypeRegistration$=[9,v,O4t,2,()=>p.DescribeTypeRegistrationInput$,()=>p.DescribeTypeRegistrationOutput$];p.DetectStackDrift$=[9,v,xHt,0,()=>p.DetectStackDriftInput$,()=>p.DetectStackDriftOutput$];p.DetectStackResourceDrift$=[9,v,r4t,0,()=>p.DetectStackResourceDriftInput$,()=>p.DetectStackResourceDriftOutput$];p.DetectStackSetDrift$=[9,v,f4t,0,()=>p.DetectStackSetDriftInput$,()=>p.DetectStackSetDriftOutput$];p.EstimateTemplateCost$=[9,v,nVt,0,()=>p.EstimateTemplateCostInput$,()=>p.EstimateTemplateCostOutput$];p.ExecuteChangeSet$=[9,v,W4t,0,()=>p.ExecuteChangeSetInput$,()=>p.ExecuteChangeSetOutput$];p.ExecuteStackRefactor$=[9,v,rVt,0,()=>p.ExecuteStackRefactorInput$,()=>fh];p.GetGeneratedTemplate$=[9,v,hVt,0,()=>p.GetGeneratedTemplateInput$,()=>p.GetGeneratedTemplateOutput$];p.GetHookResult$=[9,v,EVt,0,()=>p.GetHookResultInput$,()=>p.GetHookResultOutput$];p.GetStackPolicy$=[9,v,RVt,0,()=>p.GetStackPolicyInput$,()=>p.GetStackPolicyOutput$];p.GetTemplate$=[9,v,PVt,0,()=>p.GetTemplateInput$,()=>p.GetTemplateOutput$];p.GetTemplateSummary$=[9,v,DVt,0,()=>p.GetTemplateSummaryInput$,()=>p.GetTemplateSummaryOutput$];p.ImportStacksToStackSet$=[9,v,JVt,0,()=>p.ImportStacksToStackSetInput$,()=>p.ImportStacksToStackSetOutput$];p.ListChangeSets$=[9,v,tjt,0,()=>p.ListChangeSetsInput$,()=>p.ListChangeSetsOutput$];p.ListExports$=[9,v,ojt,0,()=>p.ListExportsInput$,()=>p.ListExportsOutput$];p.ListGeneratedTemplates$=[9,v,ljt,0,()=>p.ListGeneratedTemplatesInput$,()=>p.ListGeneratedTemplatesOutput$];p.ListHookResults$=[9,v,mjt,0,()=>p.ListHookResultsInput$,()=>p.ListHookResultsOutput$];p.ListImports$=[9,v,hjt,0,()=>p.ListImportsInput$,()=>p.ListImportsOutput$];p.ListResourceScanRelatedResources$=[9,v,Ijt,0,()=>p.ListResourceScanRelatedResourcesInput$,()=>p.ListResourceScanRelatedResourcesOutput$];p.ListResourceScanResources$=[9,v,Pjt,0,()=>p.ListResourceScanResourcesInput$,()=>p.ListResourceScanResourcesOutput$];p.ListResourceScans$=[9,v,Rjt,0,()=>p.ListResourceScansInput$,()=>p.ListResourceScansOutput$];p.ListStackInstanceResourceDrifts$=[9,v,Njt,0,()=>p.ListStackInstanceResourceDriftsInput$,()=>p.ListStackInstanceResourceDriftsOutput$];p.ListStackInstances$=[9,v,Fjt,0,()=>p.ListStackInstancesInput$,()=>p.ListStackInstancesOutput$];p.ListStackRefactorActions$=[9,v,Bjt,0,()=>p.ListStackRefactorActionsInput$,()=>p.ListStackRefactorActionsOutput$];p.ListStackRefactors$=[9,v,qjt,0,()=>p.ListStackRefactorsInput$,()=>p.ListStackRefactorsOutput$];p.ListStackResources$=[9,v,Kjt,0,()=>p.ListStackResourcesInput$,()=>p.ListStackResourcesOutput$];p.ListStacks$=[9,v,wjt,0,()=>p.ListStacksInput$,()=>p.ListStacksOutput$];p.ListStackSetAutoDeploymentTargets$=[9,v,Yjt,0,()=>p.ListStackSetAutoDeploymentTargetsInput$,()=>p.ListStackSetAutoDeploymentTargetsOutput$];p.ListStackSetOperationResults$=[9,v,nWt,0,()=>p.ListStackSetOperationResultsInput$,()=>p.ListStackSetOperationResultsOutput$];p.ListStackSetOperations$=[9,v,iWt,0,()=>p.ListStackSetOperationsInput$,()=>p.ListStackSetOperationsOutput$];p.ListStackSets$=[9,v,Qjt,0,()=>p.ListStackSetsInput$,()=>p.ListStackSetsOutput$];p.ListTypeRegistrations$=[9,v,lWt,2,()=>p.ListTypeRegistrationsInput$,()=>p.ListTypeRegistrationsOutput$];p.ListTypes$=[9,v,aWt,2,()=>p.ListTypesInput$,()=>p.ListTypesOutput$];p.ListTypeVersions$=[9,v,mWt,2,()=>p.ListTypeVersionsInput$,()=>p.ListTypeVersionsOutput$];p.PublishType$=[9,v,JWt,2,()=>p.PublishTypeInput$,()=>p.PublishTypeOutput$];p.RecordHandlerProgress$=[9,v,hzt,2,()=>p.RecordHandlerProgressInput$,()=>p.RecordHandlerProgressOutput$];p.RegisterPublisher$=[9,v,Dzt,2,()=>p.RegisterPublisherInput$,()=>p.RegisterPublisherOutput$];p.RegisterType$=[9,v,e6t,2,()=>p.RegisterTypeInput$,()=>p.RegisterTypeOutput$];p.RollbackStack$=[9,v,jzt,0,()=>p.RollbackStackInput$,()=>p.RollbackStackOutput$];p.SetStackPolicy$=[9,v,o8t,0,()=>p.SetStackPolicyInput$,()=>fh];p.SetTypeConfiguration$=[9,v,m8t,0,()=>p.SetTypeConfigurationInput$,()=>p.SetTypeConfigurationOutput$];p.SetTypeDefaultVersion$=[9,v,h8t,2,()=>p.SetTypeDefaultVersionInput$,()=>p.SetTypeDefaultVersionOutput$];p.SignalResource$=[9,v,j6t,0,()=>p.SignalResourceInput$,()=>fh];p.StartResourceScan$=[9,v,B6t,0,()=>p.StartResourceScanInput$,()=>p.StartResourceScanOutput$];p.StopStackSetOperation$=[9,v,c8t,0,()=>p.StopStackSetOperationInput$,()=>p.StopStackSetOperationOutput$];p.TestType$=[9,v,eKt,2,()=>p.TestTypeInput$,()=>p.TestTypeOutput$];p.UpdateGeneratedTemplate$=[9,v,cKt,0,()=>p.UpdateGeneratedTemplateInput$,()=>p.UpdateGeneratedTemplateOutput$];p.UpdateStack$=[9,v,hKt,0,()=>p.UpdateStackInput$,()=>p.UpdateStackOutput$];p.UpdateStackInstances$=[9,v,CKt,0,()=>p.UpdateStackInstancesInput$,()=>p.UpdateStackInstancesOutput$];p.UpdateStackSet$=[9,v,RKt,0,()=>p.UpdateStackSetInput$,()=>p.UpdateStackSetOutput$];p.UpdateTerminationProtection$=[9,v,PKt,0,()=>p.UpdateTerminationProtectionInput$,()=>p.UpdateTerminationProtectionOutput$];p.ValidateTemplate$=[9,v,kKt,0,()=>p.ValidateTemplateInput$,()=>p.ValidateTemplateOutput$]});var c0e=O(f$=>{"use strict";Object.defineProperty(f$,"__esModule",{value:!0});f$.getRuntimeConfig=void 0;var M9t=(br(),J(Js)),q9t=(Bc(),J(zy)),B9t=je(),G9t=Sn(),i0e=De(),a0e=He(),H9t=c8(),V9t=u_e(),j9t=yK(),W9t=t=>({apiVersion:"2010-05-15",base64Decoder:t?.base64Decoder??i0e.fromBase64,base64Encoder:t?.base64Encoder??i0e.toBase64,disableHostPrefix:t?.disableHostPrefix??!1,endpointProvider:t?.endpointProvider??V9t.defaultEndpointResolver,extensions:t?.extensions??[],httpAuthSchemeProvider:t?.httpAuthSchemeProvider??H9t.defaultCloudFormationHttpAuthSchemeProvider,httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new M9t.AwsSdkSigV4Signer}],logger:t?.logger??new B9t.NoOpLogger,protocol:t?.protocol??q9t.AwsQueryProtocol,protocolSettings:t?.protocolSettings??{defaultNamespace:"com.amazonaws.cloudformation",errorTypeRegistries:j9t.errorTypeRegistries,xmlNamespace:"http://cloudformation.amazonaws.com/doc/2010-05-15/",version:"2010-05-15",serviceTarget:"CloudFormation"},serviceId:t?.serviceId??"CloudFormation",urlParser:t?.urlParser??G9t.parseUrl,utf8Decoder:t?.utf8Decoder??a0e.fromUtf8,utf8Encoder:t?.utf8Encoder??a0e.toUtf8});f$.getRuntimeConfig=W9t});var f0e=O(h$=>{"use strict";Object.defineProperty(h$,"__esModule",{value:!0});h$.getRuntimeConfig=void 0;var z9t=(Es(),J(ys)),K9t=z9t.__importDefault(zCe()),u0e=(br(),J(Js)),Q9t=Gb(),l0e=bl(),g$=At(),Y9t=Eo(),d0e=vs(),Cm=Jr(),p0e=Oi(),m0e=je(),J9t=Cn(),X9t=Il(),Z9t=Ps(),e5t=c0e(),t5t=t=>{(0,m0e.emitWarningIfUnsupportedVersion)(process.version);let e=(0,X9t.resolveDefaultsModeConfig)(t),r=()=>e().then(m0e.loadConfigsForDefaultMode),n=(0,e5t.getRuntimeConfig)(t);(0,u0e.emitWarningIfUnsupportedVersion)(process.version);let s={profile:t?.profile,logger:n.logger};return{...n,...t,runtime:"node",defaultsMode:e,authSchemePreference:t?.authSchemePreference??(0,Cm.loadConfig)(u0e.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,s),bodyLengthChecker:t?.bodyLengthChecker??J9t.calculateBodyLength,credentialDefaultProvider:t?.credentialDefaultProvider??Q9t.defaultProvider,defaultUserAgentProvider:t?.defaultUserAgentProvider??(0,l0e.createDefaultUserAgentProvider)({serviceId:n.serviceId,clientVersion:K9t.default.version}),maxAttempts:t?.maxAttempts??(0,Cm.loadConfig)(d0e.NODE_MAX_ATTEMPT_CONFIG_OPTIONS,t),region:t?.region??(0,Cm.loadConfig)(g$.NODE_REGION_CONFIG_OPTIONS,{...g$.NODE_REGION_CONFIG_FILE_OPTIONS,...s}),requestHandler:p0e.NodeHttpHandler.create(t?.requestHandler??r),retryMode:t?.retryMode??(0,Cm.loadConfig)({...d0e.NODE_RETRY_MODE_CONFIG_OPTIONS,default:async()=>(await r()).retryMode||Z9t.DEFAULT_RETRY_MODE},t),sha256:t?.sha256??Y9t.Hash.bind(null,"sha256"),streamCollector:t?.streamCollector??p0e.streamCollector,useDualstackEndpoint:t?.useDualstackEndpoint??(0,Cm.loadConfig)(g$.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,s),useFipsEndpoint:t?.useFipsEndpoint??(0,Cm.loadConfig)(g$.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,s),userAgentAppId:t?.userAgentAppId??(0,Cm.loadConfig)(l0e.NODE_APP_ID_CONFIG_OPTIONS,s)}};h$.getRuntimeConfig=t5t});var EK=O(M=>{"use strict";var g0e=Xu(),r5t=Zu(),n5t=el(),h0e=Gc(),s5t=At(),ar=(bn(),J(sl)),o5t=(dt(),J(_a)),i5t=So(),pe=jo(),S0e=vs(),ce=je(),y0e=c8(),a5t=f0e(),E0e=Qc(),C0e=qe(),de=yK(),ue=o8(),_0e=G8(),c5t=Vw(),u5t=t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"cloudformation"}),fe={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}},l5t=t=>{let e=t.httpAuthSchemes,r=t.httpAuthSchemeProvider,n=t.credentials;return{setHttpAuthScheme(s){let o=e.findIndex(i=>i.schemeId===s.schemeId);o===-1?e.push(s):e.splice(o,1,s)},httpAuthSchemes(){return e},setHttpAuthSchemeProvider(s){r=s},httpAuthSchemeProvider(){return r},setCredentials(s){n=s},credentials(){return n}}},d5t=t=>({httpAuthSchemes:t.httpAuthSchemes(),httpAuthSchemeProvider:t.httpAuthSchemeProvider(),credentials:t.credentials()}),p5t=(t,e)=>{let r=Object.assign(E0e.getAwsRegionExtensionConfiguration(t),ce.getDefaultExtensionConfiguration(t),C0e.getHttpHandlerExtensionConfiguration(t),l5t(t));return e.forEach(n=>n.configure(r)),Object.assign(t,E0e.resolveAwsRegionExtensionConfiguration(r),ce.resolveDefaultRuntimeConfig(r),C0e.resolveHttpHandlerRuntimeConfig(r),d5t(r))},er=class extends ce.Client{config;constructor(...[e]){let r=a5t.getRuntimeConfig(e||{});super(r),this.initConfig=r;let n=u5t(r),s=h0e.resolveUserAgentConfig(n),o=S0e.resolveRetryConfig(s),i=s5t.resolveRegionConfig(o),a=g0e.resolveHostHeaderConfig(i),c=pe.resolveEndpointConfig(a),u=y0e.resolveHttpAuthSchemeConfig(c),f=p5t(u,e?.extensions||[]);this.config=f,this.middlewareStack.use(o5t.getSchemaSerdePlugin(this.config)),this.middlewareStack.use(h0e.getUserAgentPlugin(this.config)),this.middlewareStack.use(S0e.getRetryPlugin(this.config)),this.middlewareStack.use(i5t.getContentLengthPlugin(this.config)),this.middlewareStack.use(g0e.getHostHeaderPlugin(this.config)),this.middlewareStack.use(r5t.getLoggerPlugin(this.config)),this.middlewareStack.use(n5t.getRecursionDetectionPlugin(this.config)),this.middlewareStack.use(ar.getHttpAuthSchemeEndpointRuleSetPlugin(this.config,{httpAuthSchemeParametersProvider:y0e.defaultCloudFormationHttpAuthSchemeParametersProvider,identityProviderConfigProvider:async m=>new ar.DefaultIdentityProviderConfig({"aws.auth#sigv4":m.credentials})})),this.middlewareStack.use(ar.getHttpSigningPlugin(this.config))}destroy(){super.destroy()}},S$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ActivateOrganizationsAccess",{}).n("CloudFormationClient","ActivateOrganizationsAccessCommand").sc(de.ActivateOrganizationsAccess$).build(){},y$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ActivateType",{}).n("CloudFormationClient","ActivateTypeCommand").sc(de.ActivateType$).build(){},E$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","BatchDescribeTypeConfigurations",{}).n("CloudFormationClient","BatchDescribeTypeConfigurationsCommand").sc(de.BatchDescribeTypeConfigurations$).build(){},C$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","CancelUpdateStack",{}).n("CloudFormationClient","CancelUpdateStackCommand").sc(de.CancelUpdateStack$).build(){},_$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ContinueUpdateRollback",{}).n("CloudFormationClient","ContinueUpdateRollbackCommand").sc(de.ContinueUpdateRollback$).build(){},R$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","CreateChangeSet",{}).n("CloudFormationClient","CreateChangeSetCommand").sc(de.CreateChangeSet$).build(){},T$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","CreateGeneratedTemplate",{}).n("CloudFormationClient","CreateGeneratedTemplateCommand").sc(de.CreateGeneratedTemplate$).build(){},A$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","CreateStack",{}).n("CloudFormationClient","CreateStackCommand").sc(de.CreateStack$).build(){},P$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","CreateStackInstances",{}).n("CloudFormationClient","CreateStackInstancesCommand").sc(de.CreateStackInstances$).build(){},v$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","CreateStackRefactor",{}).n("CloudFormationClient","CreateStackRefactorCommand").sc(de.CreateStackRefactor$).build(){},b$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","CreateStackSet",{}).n("CloudFormationClient","CreateStackSetCommand").sc(de.CreateStackSet$).build(){},I$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DeactivateOrganizationsAccess",{}).n("CloudFormationClient","DeactivateOrganizationsAccessCommand").sc(de.DeactivateOrganizationsAccess$).build(){},D$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DeactivateType",{}).n("CloudFormationClient","DeactivateTypeCommand").sc(de.DeactivateType$).build(){},x$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DeleteChangeSet",{}).n("CloudFormationClient","DeleteChangeSetCommand").sc(de.DeleteChangeSet$).build(){},w$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DeleteGeneratedTemplate",{}).n("CloudFormationClient","DeleteGeneratedTemplateCommand").sc(de.DeleteGeneratedTemplate$).build(){},$$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DeleteStack",{}).n("CloudFormationClient","DeleteStackCommand").sc(de.DeleteStack$).build(){},O$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DeleteStackInstances",{}).n("CloudFormationClient","DeleteStackInstancesCommand").sc(de.DeleteStackInstances$).build(){},k$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DeleteStackSet",{}).n("CloudFormationClient","DeleteStackSetCommand").sc(de.DeleteStackSet$).build(){},N$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DeregisterType",{}).n("CloudFormationClient","DeregisterTypeCommand").sc(de.DeregisterType$).build(){},c_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeAccountLimits",{}).n("CloudFormationClient","DescribeAccountLimitsCommand").sc(de.DescribeAccountLimits$).build(){},gh=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeChangeSet",{}).n("CloudFormationClient","DescribeChangeSetCommand").sc(de.DescribeChangeSet$).build(){},L$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeChangeSetHooks",{}).n("CloudFormationClient","DescribeChangeSetHooksCommand").sc(de.DescribeChangeSetHooks$).build(){},u_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeEvents",{}).n("CloudFormationClient","DescribeEventsCommand").sc(de.DescribeEvents$).build(){},U$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeGeneratedTemplate",{}).n("CloudFormationClient","DescribeGeneratedTemplateCommand").sc(de.DescribeGeneratedTemplate$).build(){},F$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeOrganizationsAccess",{}).n("CloudFormationClient","DescribeOrganizationsAccessCommand").sc(de.DescribeOrganizationsAccess$).build(){},M$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribePublisher",{}).n("CloudFormationClient","DescribePublisherCommand").sc(de.DescribePublisher$).build(){},q$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeResourceScan",{}).n("CloudFormationClient","DescribeResourceScanCommand").sc(de.DescribeResourceScan$).build(){},B$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeStackDriftDetectionStatus",{}).n("CloudFormationClient","DescribeStackDriftDetectionStatusCommand").sc(de.DescribeStackDriftDetectionStatus$).build(){},l_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeStackEvents",{}).n("CloudFormationClient","DescribeStackEventsCommand").sc(de.DescribeStackEvents$).build(){},G$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeStackInstance",{}).n("CloudFormationClient","DescribeStackInstanceCommand").sc(de.DescribeStackInstance$).build(){},hh=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeStackRefactor",{}).n("CloudFormationClient","DescribeStackRefactorCommand").sc(de.DescribeStackRefactor$).build(){},H$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeStackResource",{}).n("CloudFormationClient","DescribeStackResourceCommand").sc(de.DescribeStackResource$).build(){},d_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeStackResourceDrifts",{}).n("CloudFormationClient","DescribeStackResourceDriftsCommand").sc(de.DescribeStackResourceDrifts$).build(){},V$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeStackResources",{}).n("CloudFormationClient","DescribeStackResourcesCommand").sc(de.DescribeStackResources$).build(){},Wi=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeStacks",{}).n("CloudFormationClient","DescribeStacksCommand").sc(de.DescribeStacks$).build(){},j$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeStackSet",{}).n("CloudFormationClient","DescribeStackSetCommand").sc(de.DescribeStackSet$).build(){},W$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeStackSetOperation",{}).n("CloudFormationClient","DescribeStackSetOperationCommand").sc(de.DescribeStackSetOperation$).build(){},z$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeType",{}).n("CloudFormationClient","DescribeTypeCommand").sc(de.DescribeType$).build(){},p_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DescribeTypeRegistration",{}).n("CloudFormationClient","DescribeTypeRegistrationCommand").sc(de.DescribeTypeRegistration$).build(){},K$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DetectStackDrift",{}).n("CloudFormationClient","DetectStackDriftCommand").sc(de.DetectStackDrift$).build(){},Q$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DetectStackResourceDrift",{}).n("CloudFormationClient","DetectStackResourceDriftCommand").sc(de.DetectStackResourceDrift$).build(){},Y$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","DetectStackSetDrift",{}).n("CloudFormationClient","DetectStackSetDriftCommand").sc(de.DetectStackSetDrift$).build(){},J$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","EstimateTemplateCost",{}).n("CloudFormationClient","EstimateTemplateCostCommand").sc(de.EstimateTemplateCost$).build(){},X$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ExecuteChangeSet",{}).n("CloudFormationClient","ExecuteChangeSetCommand").sc(de.ExecuteChangeSet$).build(){},Z$=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ExecuteStackRefactor",{}).n("CloudFormationClient","ExecuteStackRefactorCommand").sc(de.ExecuteStackRefactor$).build(){},eO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","GetGeneratedTemplate",{}).n("CloudFormationClient","GetGeneratedTemplateCommand").sc(de.GetGeneratedTemplate$).build(){},tO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","GetHookResult",{}).n("CloudFormationClient","GetHookResultCommand").sc(de.GetHookResult$).build(){},rO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","GetStackPolicy",{}).n("CloudFormationClient","GetStackPolicyCommand").sc(de.GetStackPolicy$).build(){},nO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","GetTemplate",{}).n("CloudFormationClient","GetTemplateCommand").sc(de.GetTemplate$).build(){},sO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","GetTemplateSummary",{}).n("CloudFormationClient","GetTemplateSummaryCommand").sc(de.GetTemplateSummary$).build(){},oO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ImportStacksToStackSet",{}).n("CloudFormationClient","ImportStacksToStackSetCommand").sc(de.ImportStacksToStackSet$).build(){},m_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListChangeSets",{}).n("CloudFormationClient","ListChangeSetsCommand").sc(de.ListChangeSets$).build(){},f_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListExports",{}).n("CloudFormationClient","ListExportsCommand").sc(de.ListExports$).build(){},g_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListGeneratedTemplates",{}).n("CloudFormationClient","ListGeneratedTemplatesCommand").sc(de.ListGeneratedTemplates$).build(){},iO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListHookResults",{}).n("CloudFormationClient","ListHookResultsCommand").sc(de.ListHookResults$).build(){},h_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListImports",{}).n("CloudFormationClient","ListImportsCommand").sc(de.ListImports$).build(){},S_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListResourceScanRelatedResources",{}).n("CloudFormationClient","ListResourceScanRelatedResourcesCommand").sc(de.ListResourceScanRelatedResources$).build(){},y_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListResourceScanResources",{}).n("CloudFormationClient","ListResourceScanResourcesCommand").sc(de.ListResourceScanResources$).build(){},E_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListResourceScans",{}).n("CloudFormationClient","ListResourceScansCommand").sc(de.ListResourceScans$).build(){},aO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListStackInstanceResourceDrifts",{}).n("CloudFormationClient","ListStackInstanceResourceDriftsCommand").sc(de.ListStackInstanceResourceDrifts$).build(){},C_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListStackInstances",{}).n("CloudFormationClient","ListStackInstancesCommand").sc(de.ListStackInstances$).build(){},__=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListStackRefactorActions",{}).n("CloudFormationClient","ListStackRefactorActionsCommand").sc(de.ListStackRefactorActions$).build(){},R_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListStackRefactors",{}).n("CloudFormationClient","ListStackRefactorsCommand").sc(de.ListStackRefactors$).build(){},T_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListStackResources",{}).n("CloudFormationClient","ListStackResourcesCommand").sc(de.ListStackResources$).build(){},A_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListStacks",{}).n("CloudFormationClient","ListStacksCommand").sc(de.ListStacks$).build(){},cO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListStackSetAutoDeploymentTargets",{}).n("CloudFormationClient","ListStackSetAutoDeploymentTargetsCommand").sc(de.ListStackSetAutoDeploymentTargets$).build(){},P_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListStackSetOperationResults",{}).n("CloudFormationClient","ListStackSetOperationResultsCommand").sc(de.ListStackSetOperationResults$).build(){},v_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListStackSetOperations",{}).n("CloudFormationClient","ListStackSetOperationsCommand").sc(de.ListStackSetOperations$).build(){},b_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListStackSets",{}).n("CloudFormationClient","ListStackSetsCommand").sc(de.ListStackSets$).build(){},I_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListTypeRegistrations",{}).n("CloudFormationClient","ListTypeRegistrationsCommand").sc(de.ListTypeRegistrations$).build(){},D_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListTypes",{}).n("CloudFormationClient","ListTypesCommand").sc(de.ListTypes$).build(){},x_=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ListTypeVersions",{}).n("CloudFormationClient","ListTypeVersionsCommand").sc(de.ListTypeVersions$).build(){},uO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","PublishType",{}).n("CloudFormationClient","PublishTypeCommand").sc(de.PublishType$).build(){},lO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","RecordHandlerProgress",{}).n("CloudFormationClient","RecordHandlerProgressCommand").sc(de.RecordHandlerProgress$).build(){},dO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","RegisterPublisher",{}).n("CloudFormationClient","RegisterPublisherCommand").sc(de.RegisterPublisher$).build(){},pO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","RegisterType",{}).n("CloudFormationClient","RegisterTypeCommand").sc(de.RegisterType$).build(){},mO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","RollbackStack",{}).n("CloudFormationClient","RollbackStackCommand").sc(de.RollbackStack$).build(){},fO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","SetStackPolicy",{}).n("CloudFormationClient","SetStackPolicyCommand").sc(de.SetStackPolicy$).build(){},gO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","SetTypeConfiguration",{}).n("CloudFormationClient","SetTypeConfigurationCommand").sc(de.SetTypeConfiguration$).build(){},hO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","SetTypeDefaultVersion",{}).n("CloudFormationClient","SetTypeDefaultVersionCommand").sc(de.SetTypeDefaultVersion$).build(){},SO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","SignalResource",{}).n("CloudFormationClient","SignalResourceCommand").sc(de.SignalResource$).build(){},yO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","StartResourceScan",{}).n("CloudFormationClient","StartResourceScanCommand").sc(de.StartResourceScan$).build(){},EO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","StopStackSetOperation",{}).n("CloudFormationClient","StopStackSetOperationCommand").sc(de.StopStackSetOperation$).build(){},CO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","TestType",{}).n("CloudFormationClient","TestTypeCommand").sc(de.TestType$).build(){},_O=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","UpdateGeneratedTemplate",{}).n("CloudFormationClient","UpdateGeneratedTemplateCommand").sc(de.UpdateGeneratedTemplate$).build(){},RO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","UpdateStack",{}).n("CloudFormationClient","UpdateStackCommand").sc(de.UpdateStack$).build(){},TO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","UpdateStackInstances",{}).n("CloudFormationClient","UpdateStackInstancesCommand").sc(de.UpdateStackInstances$).build(){},AO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","UpdateStackSet",{}).n("CloudFormationClient","UpdateStackSetCommand").sc(de.UpdateStackSet$).build(){},PO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","UpdateTerminationProtection",{}).n("CloudFormationClient","UpdateTerminationProtectionCommand").sc(de.UpdateTerminationProtection$).build(){},vO=class extends ce.Command.classBuilder().ep(fe).m(function(e,r,n,s){return[pe.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("CloudFormation","ValidateTemplate",{}).n("CloudFormationClient","ValidateTemplateCommand").sc(de.ValidateTemplate$).build(){},R0e=ar.createPaginator(er,c_,"NextToken","NextToken",""),T0e=ar.createPaginator(er,gh,"NextToken","NextToken",""),A0e=ar.createPaginator(er,u_,"NextToken","NextToken",""),P0e=ar.createPaginator(er,l_,"NextToken","NextToken",""),v0e=ar.createPaginator(er,d_,"NextToken","NextToken","MaxResults"),b0e=ar.createPaginator(er,Wi,"NextToken","NextToken",""),I0e=ar.createPaginator(er,m_,"NextToken","NextToken",""),D0e=ar.createPaginator(er,f_,"NextToken","NextToken",""),x0e=ar.createPaginator(er,g_,"NextToken","NextToken","MaxResults"),w0e=ar.createPaginator(er,h_,"NextToken","NextToken",""),$0e=ar.createPaginator(er,S_,"NextToken","NextToken","MaxResults"),O0e=ar.createPaginator(er,y_,"NextToken","NextToken","MaxResults"),k0e=ar.createPaginator(er,E_,"NextToken","NextToken","MaxResults"),N0e=ar.createPaginator(er,C_,"NextToken","NextToken","MaxResults"),L0e=ar.createPaginator(er,__,"NextToken","NextToken","MaxResults"),U0e=ar.createPaginator(er,R_,"NextToken","NextToken","MaxResults"),F0e=ar.createPaginator(er,T_,"NextToken","NextToken",""),M0e=ar.createPaginator(er,P_,"NextToken","NextToken","MaxResults"),q0e=ar.createPaginator(er,v_,"NextToken","NextToken","MaxResults"),B0e=ar.createPaginator(er,b_,"NextToken","NextToken","MaxResults"),G0e=ar.createPaginator(er,A_,"NextToken","NextToken",""),H0e=ar.createPaginator(er,I_,"NextToken","NextToken","MaxResults"),V0e=ar.createPaginator(er,D_,"NextToken","NextToken","MaxResults"),j0e=ar.createPaginator(er,x_,"NextToken","NextToken","MaxResults"),W0e=async(t,e)=>{let r;try{let n=await t.send(new gh(e));r=n;try{if(n.Status==="CREATE_COMPLETE")return{state:ue.WaiterState.SUCCESS,reason:r}}catch{}try{if(n.Status==="FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}}catch(n){if(r=n,n.name&&n.name=="ValidationError")return{state:ue.WaiterState.FAILURE,reason:r}}return{state:ue.WaiterState.RETRY,reason:r}},m5t=async(t,e)=>{let r={minDelay:30,maxDelay:120};return ue.createWaiter({...r,...t},e,W0e)},z0e=async(t,e)=>{let r={minDelay:30,maxDelay:120},n=await ue.createWaiter({...r,...t},e,W0e);return ue.checkExceptions(n)},K0e=async(t,e)=>{let r;try{let n=await t.send(new Wi(e));r=n;try{let s=()=>[].concat(...n.Stacks).map(c=>c.StackStatus),o=s().length>0;for(let i of s())o=o&&i=="CREATE_COMPLETE";if(o)return{state:ue.WaiterState.SUCCESS,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(c=>c.StackStatus),o=s().length>0;for(let i of s())o=o&&i=="UPDATE_COMPLETE";if(o)return{state:ue.WaiterState.SUCCESS,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(c=>c.StackStatus),o=s().length>0;for(let i of s())o=o&&i=="UPDATE_IN_PROGRESS";if(o)return{state:ue.WaiterState.SUCCESS,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(c=>c.StackStatus),o=s().length>0;for(let i of s())o=o&&i=="UPDATE_COMPLETE_CLEANUP_IN_PROGRESS";if(o)return{state:ue.WaiterState.SUCCESS,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(c=>c.StackStatus),o=s().length>0;for(let i of s())o=o&&i=="UPDATE_FAILED";if(o)return{state:ue.WaiterState.SUCCESS,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(c=>c.StackStatus),o=s().length>0;for(let i of s())o=o&&i=="UPDATE_ROLLBACK_IN_PROGRESS";if(o)return{state:ue.WaiterState.SUCCESS,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(c=>c.StackStatus),o=s().length>0;for(let i of s())o=o&&i=="UPDATE_ROLLBACK_FAILED";if(o)return{state:ue.WaiterState.SUCCESS,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(c=>c.StackStatus),o=s().length>0;for(let i of s())o=o&&i=="UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS";if(o)return{state:ue.WaiterState.SUCCESS,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(c=>c.StackStatus),o=s().length>0;for(let i of s())o=o&&i=="UPDATE_ROLLBACK_COMPLETE";if(o)return{state:ue.WaiterState.SUCCESS,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="CREATE_FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="DELETE_COMPLETE")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="DELETE_FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="ROLLBACK_FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="ROLLBACK_COMPLETE")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}}catch(n){if(r=n,n.name&&n.name=="ValidationError")return{state:ue.WaiterState.FAILURE,reason:r}}return{state:ue.WaiterState.RETRY,reason:r}},f5t=async(t,e)=>{let r={minDelay:30,maxDelay:120};return ue.createWaiter({...r,...t},e,K0e)},Q0e=async(t,e)=>{let r={minDelay:30,maxDelay:120},n=await ue.createWaiter({...r,...t},e,K0e);return ue.checkExceptions(n)},Y0e=async(t,e)=>{let r;try{let n=await t.send(new Wi(e));r=n;try{let s=()=>[].concat(...n.Stacks).map(c=>c.StackStatus),o=s().length>0;for(let i of s())o=o&&i=="DELETE_COMPLETE";if(o)return{state:ue.WaiterState.SUCCESS,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="DELETE_FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="CREATE_FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="ROLLBACK_FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="UPDATE_ROLLBACK_IN_PROGRESS")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="UPDATE_ROLLBACK_FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="UPDATE_ROLLBACK_COMPLETE")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="UPDATE_COMPLETE")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}}catch(n){if(r=n,n.name&&n.name=="ValidationError")return{state:ue.WaiterState.SUCCESS,reason:r}}return{state:ue.WaiterState.RETRY,reason:r}},g5t=async(t,e)=>{let r={minDelay:30,maxDelay:120};return ue.createWaiter({...r,...t},e,Y0e)},J0e=async(t,e)=>{let r={minDelay:30,maxDelay:120},n=await ue.createWaiter({...r,...t},e,Y0e);return ue.checkExceptions(n)},X0e=async(t,e)=>{let r;try{return r=await t.send(new Wi(e)),{state:ue.WaiterState.SUCCESS,reason:r}}catch(n){if(r=n,n.name&&n.name=="ValidationError")return{state:ue.WaiterState.RETRY,reason:r}}return{state:ue.WaiterState.RETRY,reason:r}},h5t=async(t,e)=>{let r={minDelay:5,maxDelay:120};return ue.createWaiter({...r,...t},e,X0e)},Z0e=async(t,e)=>{let r={minDelay:5,maxDelay:120},n=await ue.createWaiter({...r,...t},e,X0e);return ue.checkExceptions(n)},eTe=async(t,e)=>{let r;try{let n=await t.send(new Wi(e));r=n;try{let s=()=>[].concat(...n.Stacks).map(c=>c.StackStatus),o=s().length>0;for(let i of s())o=o&&i=="IMPORT_COMPLETE";if(o)return{state:ue.WaiterState.SUCCESS,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="ROLLBACK_COMPLETE")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="ROLLBACK_FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="IMPORT_ROLLBACK_IN_PROGRESS")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="IMPORT_ROLLBACK_FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="IMPORT_ROLLBACK_COMPLETE")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}}catch(n){if(r=n,n.name&&n.name=="ValidationError")return{state:ue.WaiterState.FAILURE,reason:r}}return{state:ue.WaiterState.RETRY,reason:r}},S5t=async(t,e)=>{let r={minDelay:30,maxDelay:120};return ue.createWaiter({...r,...t},e,eTe)},tTe=async(t,e)=>{let r={minDelay:30,maxDelay:120},n=await ue.createWaiter({...r,...t},e,eTe);return ue.checkExceptions(n)},rTe=async(t,e)=>{let r;try{let n=await t.send(new hh(e));r=n;try{if(n.Status==="CREATE_COMPLETE")return{state:ue.WaiterState.SUCCESS,reason:r}}catch{}try{if(n.Status==="CREATE_FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}}catch(n){if(r=n,n.name&&n.name=="ValidationError")return{state:ue.WaiterState.FAILURE,reason:r}}return{state:ue.WaiterState.RETRY,reason:r}},y5t=async(t,e)=>{let r={minDelay:5,maxDelay:120};return ue.createWaiter({...r,...t},e,rTe)},nTe=async(t,e)=>{let r={minDelay:5,maxDelay:120},n=await ue.createWaiter({...r,...t},e,rTe);return ue.checkExceptions(n)},sTe=async(t,e)=>{let r;try{let n=await t.send(new hh(e));r=n;try{if(n.ExecutionStatus==="EXECUTE_COMPLETE")return{state:ue.WaiterState.SUCCESS,reason:r}}catch{}try{if(n.ExecutionStatus==="EXECUTE_FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{if(n.ExecutionStatus==="ROLLBACK_COMPLETE")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}}catch(n){if(r=n,n.name&&n.name=="ValidationError")return{state:ue.WaiterState.FAILURE,reason:r}}return{state:ue.WaiterState.RETRY,reason:r}},E5t=async(t,e)=>{let r={minDelay:15,maxDelay:120};return ue.createWaiter({...r,...t},e,sTe)},oTe=async(t,e)=>{let r={minDelay:15,maxDelay:120},n=await ue.createWaiter({...r,...t},e,sTe);return ue.checkExceptions(n)},iTe=async(t,e)=>{let r;try{let n=await t.send(new Wi(e));r=n;try{let s=()=>[].concat(...n.Stacks).map(c=>c.StackStatus),o=s().length>0;for(let i of s())o=o&&i=="UPDATE_ROLLBACK_COMPLETE";if(o)return{state:ue.WaiterState.SUCCESS,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="UPDATE_FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="UPDATE_ROLLBACK_FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="DELETE_FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}}catch(n){if(r=n,n.name&&n.name=="ValidationError")return{state:ue.WaiterState.FAILURE,reason:r}}return{state:ue.WaiterState.RETRY,reason:r}},C5t=async(t,e)=>{let r={minDelay:30,maxDelay:120};return ue.createWaiter({...r,...t},e,iTe)},aTe=async(t,e)=>{let r={minDelay:30,maxDelay:120},n=await ue.createWaiter({...r,...t},e,iTe);return ue.checkExceptions(n)},cTe=async(t,e)=>{let r;try{let n=await t.send(new Wi(e));r=n;try{let s=()=>[].concat(...n.Stacks).map(c=>c.StackStatus),o=s().length>0;for(let i of s())o=o&&i=="UPDATE_COMPLETE";if(o)return{state:ue.WaiterState.SUCCESS,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="UPDATE_FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="UPDATE_ROLLBACK_FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}try{let s=()=>[].concat(...n.Stacks).map(a=>a.StackStatus);for(let o of s())if(o=="UPDATE_ROLLBACK_COMPLETE")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}}catch(n){if(r=n,n.name&&n.name=="ValidationError")return{state:ue.WaiterState.FAILURE,reason:r}}return{state:ue.WaiterState.RETRY,reason:r}},_5t=async(t,e)=>{let r={minDelay:30,maxDelay:120};return ue.createWaiter({...r,...t},e,cTe)},uTe=async(t,e)=>{let r={minDelay:30,maxDelay:120},n=await ue.createWaiter({...r,...t},e,cTe);return ue.checkExceptions(n)},lTe=async(t,e)=>{let r;try{let n=await t.send(new p_(e));r=n;try{if(n.ProgressStatus==="COMPLETE")return{state:ue.WaiterState.SUCCESS,reason:r}}catch{}try{if(n.ProgressStatus==="FAILED")return{state:ue.WaiterState.FAILURE,reason:r}}catch{}}catch(n){r=n}return{state:ue.WaiterState.RETRY,reason:r}},R5t=async(t,e)=>{let r={minDelay:30,maxDelay:120};return ue.createWaiter({...r,...t},e,lTe)},dTe=async(t,e)=>{let r={minDelay:30,maxDelay:120},n=await ue.createWaiter({...r,...t},e,lTe);return ue.checkExceptions(n)},T5t={ActivateOrganizationsAccessCommand:S$,ActivateTypeCommand:y$,BatchDescribeTypeConfigurationsCommand:E$,CancelUpdateStackCommand:C$,ContinueUpdateRollbackCommand:_$,CreateChangeSetCommand:R$,CreateGeneratedTemplateCommand:T$,CreateStackCommand:A$,CreateStackInstancesCommand:P$,CreateStackRefactorCommand:v$,CreateStackSetCommand:b$,DeactivateOrganizationsAccessCommand:I$,DeactivateTypeCommand:D$,DeleteChangeSetCommand:x$,DeleteGeneratedTemplateCommand:w$,DeleteStackCommand:$$,DeleteStackInstancesCommand:O$,DeleteStackSetCommand:k$,DeregisterTypeCommand:N$,DescribeAccountLimitsCommand:c_,DescribeChangeSetCommand:gh,DescribeChangeSetHooksCommand:L$,DescribeEventsCommand:u_,DescribeGeneratedTemplateCommand:U$,DescribeOrganizationsAccessCommand:F$,DescribePublisherCommand:M$,DescribeResourceScanCommand:q$,DescribeStackDriftDetectionStatusCommand:B$,DescribeStackEventsCommand:l_,DescribeStackInstanceCommand:G$,DescribeStackRefactorCommand:hh,DescribeStackResourceCommand:H$,DescribeStackResourceDriftsCommand:d_,DescribeStackResourcesCommand:V$,DescribeStacksCommand:Wi,DescribeStackSetCommand:j$,DescribeStackSetOperationCommand:W$,DescribeTypeCommand:z$,DescribeTypeRegistrationCommand:p_,DetectStackDriftCommand:K$,DetectStackResourceDriftCommand:Q$,DetectStackSetDriftCommand:Y$,EstimateTemplateCostCommand:J$,ExecuteChangeSetCommand:X$,ExecuteStackRefactorCommand:Z$,GetGeneratedTemplateCommand:eO,GetHookResultCommand:tO,GetStackPolicyCommand:rO,GetTemplateCommand:nO,GetTemplateSummaryCommand:sO,ImportStacksToStackSetCommand:oO,ListChangeSetsCommand:m_,ListExportsCommand:f_,ListGeneratedTemplatesCommand:g_,ListHookResultsCommand:iO,ListImportsCommand:h_,ListResourceScanRelatedResourcesCommand:S_,ListResourceScanResourcesCommand:y_,ListResourceScansCommand:E_,ListStackInstanceResourceDriftsCommand:aO,ListStackInstancesCommand:C_,ListStackRefactorActionsCommand:__,ListStackRefactorsCommand:R_,ListStackResourcesCommand:T_,ListStacksCommand:A_,ListStackSetAutoDeploymentTargetsCommand:cO,ListStackSetOperationResultsCommand:P_,ListStackSetOperationsCommand:v_,ListStackSetsCommand:b_,ListTypeRegistrationsCommand:I_,ListTypesCommand:D_,ListTypeVersionsCommand:x_,PublishTypeCommand:uO,RecordHandlerProgressCommand:lO,RegisterPublisherCommand:dO,RegisterTypeCommand:pO,RollbackStackCommand:mO,SetStackPolicyCommand:fO,SetTypeConfigurationCommand:gO,SetTypeDefaultVersionCommand:hO,SignalResourceCommand:SO,StartResourceScanCommand:yO,StopStackSetOperationCommand:EO,TestTypeCommand:CO,UpdateGeneratedTemplateCommand:_O,UpdateStackCommand:RO,UpdateStackInstancesCommand:TO,UpdateStackSetCommand:AO,UpdateTerminationProtectionCommand:PO,ValidateTemplateCommand:vO},A5t={paginateDescribeAccountLimits:R0e,paginateDescribeChangeSet:T0e,paginateDescribeEvents:A0e,paginateDescribeStackEvents:P0e,paginateDescribeStackResourceDrifts:v0e,paginateDescribeStacks:b0e,paginateListChangeSets:I0e,paginateListExports:D0e,paginateListGeneratedTemplates:x0e,paginateListImports:w0e,paginateListResourceScanRelatedResources:$0e,paginateListResourceScanResources:O0e,paginateListResourceScans:k0e,paginateListStackInstances:N0e,paginateListStackRefactorActions:L0e,paginateListStackRefactors:U0e,paginateListStackResources:F0e,paginateListStacks:G0e,paginateListStackSetOperationResults:M0e,paginateListStackSetOperations:q0e,paginateListStackSets:B0e,paginateListTypeRegistrations:H0e,paginateListTypes:V0e,paginateListTypeVersions:j0e},P5t={waitUntilChangeSetCreateComplete:z0e,waitUntilStackRefactorCreateComplete:nTe,waitUntilStackRefactorExecuteComplete:oTe,waitUntilStackCreateComplete:Q0e,waitUntilStackDeleteComplete:J0e,waitUntilStackExists:Z0e,waitUntilStackImportComplete:tTe,waitUntilStackRollbackComplete:aTe,waitUntilStackUpdateComplete:uTe,waitUntilTypeRegistrationComplete:dTe},bO=class extends er{};ce.createAggregatedClient(T5t,bO,{paginators:A5t,waiters:P5t});var v5t={DIFFERENCE:"DIFFERENCE",INTERSECTION:"INTERSECTION",NONE:"NONE",UNION:"UNION"},b5t={FAILED:"FAILED",SKIPPED:"SKIPPED",SUCCEEDED:"SUCCEEDED"},I5t={HOOK:"HOOK",MODULE:"MODULE",RESOURCE:"RESOURCE"},D5t={MAJOR:"MAJOR",MINOR:"MINOR"},x5t={TEMPLATE:"TEMPLATE"},w5t={CRITICAL:"CRITICAL",HIGH:"HIGH",INFORMATIONAL:"INFORMATIONAL",LOW:"LOW",MEDIUM:"MEDIUM"},$5t={FAILED:"FAILED",PASSED:"PASSED",SKIPPED:"SKIPPED"},O5t={Add:"Add",Modify:"Modify",Remove:"Remove",SyncWithActual:"SyncWithActual"},k5t={FAILED:"FAILED",IN_PROGRESS:"IN_PROGRESS",SUCCEEDED:"SUCCEEDED"},N5t={ACTUAL_STATE:"ACTUAL_STATE",PREVIOUS_DEPLOYMENT_STATE:"PREVIOUS_DEPLOYMENT_STATE"},L5t={DELEGATED_ADMIN:"DELEGATED_ADMIN",SELF:"SELF"},U5t={CAPABILITY_AUTO_EXPAND:"CAPABILITY_AUTO_EXPAND",CAPABILITY_IAM:"CAPABILITY_IAM",CAPABILITY_NAMED_IAM:"CAPABILITY_NAMED_IAM"},F5t={ACTIVATED:"ACTIVATED",AWS_TYPES:"AWS_TYPES",REGISTERED:"REGISTERED",THIRD_PARTY:"THIRD_PARTY"},M5t={Add:"Add",Dynamic:"Dynamic",Import:"Import",Modify:"Modify",Remove:"Remove",SyncWithActual:"SyncWithActual"},q5t={Automatic:"Automatic",DirectModification:"DirectModification",NoModification:"NoModification",ParameterReference:"ParameterReference",ResourceAttribute:"ResourceAttribute",ResourceReference:"ResourceReference"},B5t={Dynamic:"Dynamic",Static:"Static"},G5t={CreationPolicy:"CreationPolicy",DeletionPolicy:"DeletionPolicy",Metadata:"Metadata",Properties:"Properties",Tags:"Tags",UpdatePolicy:"UpdatePolicy",UpdateReplacePolicy:"UpdateReplacePolicy"},H5t={Always:"Always",Conditionally:"Conditionally",Never:"Never"},V5t={Delete:"Delete",ReplaceAndDelete:"ReplaceAndDelete",ReplaceAndRetain:"ReplaceAndRetain",ReplaceAndSnapshot:"ReplaceAndSnapshot",Retain:"Retain",Snapshot:"Snapshot"},j5t={Conditional:"Conditional",False:"False",True:"True"},W5t={MANAGED_BY_AWS:"MANAGED_BY_AWS",WRITE_ONLY_PROPERTY:"WRITE_ONLY_PROPERTY"},z5t={DELETED:"DELETED",IN_SYNC:"IN_SYNC",MODIFIED:"MODIFIED",NOT_CHECKED:"NOT_CHECKED",UNKNOWN:"UNKNOWN",UNSUPPORTED:"UNSUPPORTED"},K5t={Resource:"Resource"},Q5t={FAIL:"FAIL",WARN:"WARN"},Y5t={PRE_PROVISION:"PRE_PROVISION"},J5t={RESOURCE:"RESOURCE"},X5t={PLANNED:"PLANNED",PLANNING:"PLANNING",UNAVAILABLE:"UNAVAILABLE"},Z5t={CREATE_COMPLETE:"CREATE_COMPLETE",CREATE_IN_PROGRESS:"CREATE_IN_PROGRESS",CREATE_PENDING:"CREATE_PENDING",DELETE_COMPLETE:"DELETE_COMPLETE",DELETE_FAILED:"DELETE_FAILED",DELETE_IN_PROGRESS:"DELETE_IN_PROGRESS",DELETE_PENDING:"DELETE_PENDING",FAILED:"FAILED"},eQt={AVAILABLE:"AVAILABLE",EXECUTE_COMPLETE:"EXECUTE_COMPLETE",EXECUTE_FAILED:"EXECUTE_FAILED",EXECUTE_IN_PROGRESS:"EXECUTE_IN_PROGRESS",OBSOLETE:"OBSOLETE",UNAVAILABLE:"UNAVAILABLE"},tQt={CREATE:"CREATE",IMPORT:"IMPORT",UPDATE:"UPDATE"},rQt={REVERT_DRIFT:"REVERT_DRIFT"},nQt={DELETE:"DELETE",DO_NOTHING:"DO_NOTHING",ROLLBACK:"ROLLBACK"},sQt={DELETE:"DELETE",RETAIN:"RETAIN"},oQt={DELETE:"DELETE",RETAIN:"RETAIN"},iQt={DELETE:"DELETE",DO_NOTHING:"DO_NOTHING",ROLLBACK:"ROLLBACK"},aQt={SOFT_FAILURE_TOLERANCE:"SOFT_FAILURE_TOLERANCE",STRICT_FAILURE_TOLERANCE:"STRICT_FAILURE_TOLERANCE"},cQt={PARALLEL:"PARALLEL",SEQUENTIAL:"SEQUENTIAL"},uQt={SELF_MANAGED:"SELF_MANAGED",SERVICE_MANAGED:"SERVICE_MANAGED"},lQt={FORCE_DELETE_STACK:"FORCE_DELETE_STACK",STANDARD:"STANDARD"},dQt={HOOK:"HOOK",MODULE:"MODULE",RESOURCE:"RESOURCE"},pQt={DRIFTED:"DRIFTED",IN_SYNC:"IN_SYNC",NOT_CHECKED:"NOT_CHECKED",UNKNOWN:"UNKNOWN"},mQt={CONFIGURATION_COMPLETE:"CONFIGURATION_COMPLETE",VALIDATION_FAILED:"VALIDATION_FAILED"},fQt={HOOK_INVOCATION_ERROR:"HOOK_INVOCATION_ERROR",PROGRESS_EVENT:"PROGRESS_EVENT",PROVISIONING_ERROR:"PROVISIONING_ERROR",STACK_EVENT:"STACK_EVENT",VALIDATION_ERROR:"VALIDATION_ERROR"},gQt={HOOK_COMPLETE_FAILED:"HOOK_COMPLETE_FAILED",HOOK_COMPLETE_SUCCEEDED:"HOOK_COMPLETE_SUCCEEDED",HOOK_FAILED:"HOOK_FAILED",HOOK_IN_PROGRESS:"HOOK_IN_PROGRESS"},hQt={CONTINUE_ROLLBACK:"CONTINUE_ROLLBACK",CREATE_CHANGESET:"CREATE_CHANGESET",CREATE_STACK:"CREATE_STACK",DELETE_STACK:"DELETE_STACK",ROLLBACK:"ROLLBACK",UPDATE_STACK:"UPDATE_STACK"},SQt={CREATE_COMPLETE:"CREATE_COMPLETE",CREATE_FAILED:"CREATE_FAILED",CREATE_IN_PROGRESS:"CREATE_IN_PROGRESS",DELETE_COMPLETE:"DELETE_COMPLETE",DELETE_FAILED:"DELETE_FAILED",DELETE_IN_PROGRESS:"DELETE_IN_PROGRESS",DELETE_SKIPPED:"DELETE_SKIPPED",EXPORT_COMPLETE:"EXPORT_COMPLETE",EXPORT_FAILED:"EXPORT_FAILED",EXPORT_IN_PROGRESS:"EXPORT_IN_PROGRESS",EXPORT_ROLLBACK_COMPLETE:"EXPORT_ROLLBACK_COMPLETE",EXPORT_ROLLBACK_FAILED:"EXPORT_ROLLBACK_FAILED",EXPORT_ROLLBACK_IN_PROGRESS:"EXPORT_ROLLBACK_IN_PROGRESS",IMPORT_COMPLETE:"IMPORT_COMPLETE",IMPORT_FAILED:"IMPORT_FAILED",IMPORT_IN_PROGRESS:"IMPORT_IN_PROGRESS",IMPORT_ROLLBACK_COMPLETE:"IMPORT_ROLLBACK_COMPLETE",IMPORT_ROLLBACK_FAILED:"IMPORT_ROLLBACK_FAILED",IMPORT_ROLLBACK_IN_PROGRESS:"IMPORT_ROLLBACK_IN_PROGRESS",ROLLBACK_COMPLETE:"ROLLBACK_COMPLETE",ROLLBACK_FAILED:"ROLLBACK_FAILED",ROLLBACK_IN_PROGRESS:"ROLLBACK_IN_PROGRESS",UPDATE_COMPLETE:"UPDATE_COMPLETE",UPDATE_FAILED:"UPDATE_FAILED",UPDATE_IN_PROGRESS:"UPDATE_IN_PROGRESS",UPDATE_ROLLBACK_COMPLETE:"UPDATE_ROLLBACK_COMPLETE",UPDATE_ROLLBACK_FAILED:"UPDATE_ROLLBACK_FAILED",UPDATE_ROLLBACK_IN_PROGRESS:"UPDATE_ROLLBACK_IN_PROGRESS"},yQt={FAILED:"FAILED",SKIPPED:"SKIPPED"},EQt={COMPLETE:"COMPLETE",FAILED:"FAILED",IN_PROGRESS:"IN_PROGRESS",PENDING:"PENDING"},CQt={EXCLUDED_PROPERTIES:"EXCLUDED_PROPERTIES",EXCLUDED_RESOURCES:"EXCLUDED_RESOURCES",MUTUALLY_EXCLUSIVE_PROPERTIES:"MUTUALLY_EXCLUSIVE_PROPERTIES",MUTUALLY_EXCLUSIVE_TYPES:"MUTUALLY_EXCLUSIVE_TYPES",UNSUPPORTED_PROPERTIES:"UNSUPPORTED_PROPERTIES"},_Qt={COMPLETE:"COMPLETE",CREATE_IN_PROGRESS:"CREATE_IN_PROGRESS",CREATE_PENDING:"CREATE_PENDING",DELETE_IN_PROGRESS:"DELETE_IN_PROGRESS",DELETE_PENDING:"DELETE_PENDING",FAILED:"FAILED",UPDATE_IN_PROGRESS:"UPDATE_IN_PROGRESS",UPDATE_PENDING:"UPDATE_PENDING"},RQt={DISABLED:"DISABLED",DISABLED_PERMANENTLY:"DISABLED_PERMANENTLY",ENABLED:"ENABLED"},TQt={AWS_Marketplace:"AWS_Marketplace",Bitbucket:"Bitbucket",GitHub:"GitHub"},AQt={UNVERIFIED:"UNVERIFIED",VERIFIED:"VERIFIED"},PQt={COMPLETE:"COMPLETE",EXPIRED:"EXPIRED",FAILED:"FAILED",IN_PROGRESS:"IN_PROGRESS"},vQt={DETECTION_COMPLETE:"DETECTION_COMPLETE",DETECTION_FAILED:"DETECTION_FAILED",DETECTION_IN_PROGRESS:"DETECTION_IN_PROGRESS"},bQt={CANCELLED:"CANCELLED",FAILED:"FAILED",FAILED_IMPORT:"FAILED_IMPORT",INOPERABLE:"INOPERABLE",PENDING:"PENDING",RUNNING:"RUNNING",SKIPPED_SUSPENDED_ACCOUNT:"SKIPPED_SUSPENDED_ACCOUNT",SUCCEEDED:"SUCCEEDED"},IQt={CURRENT:"CURRENT",INOPERABLE:"INOPERABLE",OUTDATED:"OUTDATED"},DQt={AVAILABLE:"AVAILABLE",EXECUTE_COMPLETE:"EXECUTE_COMPLETE",EXECUTE_FAILED:"EXECUTE_FAILED",EXECUTE_IN_PROGRESS:"EXECUTE_IN_PROGRESS",OBSOLETE:"OBSOLETE",ROLLBACK_COMPLETE:"ROLLBACK_COMPLETE",ROLLBACK_FAILED:"ROLLBACK_FAILED",ROLLBACK_IN_PROGRESS:"ROLLBACK_IN_PROGRESS",UNAVAILABLE:"UNAVAILABLE"},xQt={CREATE_COMPLETE:"CREATE_COMPLETE",CREATE_FAILED:"CREATE_FAILED",CREATE_IN_PROGRESS:"CREATE_IN_PROGRESS",DELETE_COMPLETE:"DELETE_COMPLETE",DELETE_FAILED:"DELETE_FAILED",DELETE_IN_PROGRESS:"DELETE_IN_PROGRESS"},wQt={ADD:"ADD",NOT_EQUAL:"NOT_EQUAL",REMOVE:"REMOVE"},$Qt={CREATE_COMPLETE:"CREATE_COMPLETE",CREATE_FAILED:"CREATE_FAILED",CREATE_IN_PROGRESS:"CREATE_IN_PROGRESS",DELETE_COMPLETE:"DELETE_COMPLETE",DELETE_FAILED:"DELETE_FAILED",DELETE_IN_PROGRESS:"DELETE_IN_PROGRESS",IMPORT_COMPLETE:"IMPORT_COMPLETE",IMPORT_IN_PROGRESS:"IMPORT_IN_PROGRESS",IMPORT_ROLLBACK_COMPLETE:"IMPORT_ROLLBACK_COMPLETE",IMPORT_ROLLBACK_FAILED:"IMPORT_ROLLBACK_FAILED",IMPORT_ROLLBACK_IN_PROGRESS:"IMPORT_ROLLBACK_IN_PROGRESS",REVIEW_IN_PROGRESS:"REVIEW_IN_PROGRESS",ROLLBACK_COMPLETE:"ROLLBACK_COMPLETE",ROLLBACK_FAILED:"ROLLBACK_FAILED",ROLLBACK_IN_PROGRESS:"ROLLBACK_IN_PROGRESS",UPDATE_COMPLETE:"UPDATE_COMPLETE",UPDATE_COMPLETE_CLEANUP_IN_PROGRESS:"UPDATE_COMPLETE_CLEANUP_IN_PROGRESS",UPDATE_FAILED:"UPDATE_FAILED",UPDATE_IN_PROGRESS:"UPDATE_IN_PROGRESS",UPDATE_ROLLBACK_COMPLETE:"UPDATE_ROLLBACK_COMPLETE",UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS:"UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",UPDATE_ROLLBACK_FAILED:"UPDATE_ROLLBACK_FAILED",UPDATE_ROLLBACK_IN_PROGRESS:"UPDATE_ROLLBACK_IN_PROGRESS"},OQt={COMPLETED:"COMPLETED",FAILED:"FAILED",IN_PROGRESS:"IN_PROGRESS",PARTIAL_SUCCESS:"PARTIAL_SUCCESS",STOPPED:"STOPPED"},kQt={DRIFTED:"DRIFTED",IN_SYNC:"IN_SYNC",NOT_CHECKED:"NOT_CHECKED"},NQt={ACTIVE:"ACTIVE",DELETED:"DELETED"},LQt={CREATE:"CREATE",DELETE:"DELETE",DETECT_DRIFT:"DETECT_DRIFT",UPDATE:"UPDATE"},UQt={FAILED:"FAILED",QUEUED:"QUEUED",RUNNING:"RUNNING",STOPPED:"STOPPED",STOPPING:"STOPPING",SUCCEEDED:"SUCCEEDED"},FQt={DEPRECATED:"DEPRECATED",LIVE:"LIVE"},MQt={FULLY_MUTABLE:"FULLY_MUTABLE",IMMUTABLE:"IMMUTABLE",NON_PROVISIONABLE:"NON_PROVISIONABLE"},qQt={FAILED:"FAILED",IN_PROGRESS:"IN_PROGRESS",NOT_TESTED:"NOT_TESTED",PASSED:"PASSED"},BQt={PRIVATE:"PRIVATE",PUBLIC:"PUBLIC"},GQt={COMPLETE:"COMPLETE",FAILED:"FAILED",IN_PROGRESS:"IN_PROGRESS"},HQt={JSON:"JSON",YAML:"YAML"},VQt={CREATE:"CREATE",DELETE:"DELETE",IMPORT:"IMPORT",UPDATE:"UPDATE"},jQt={Original:"Original",Processed:"Processed"},WQt={CHANGE_SET:"CHANGE_SET",CLOUD_CONTROL:"CLOUD_CONTROL",RESOURCE:"RESOURCE",STACK:"STACK"},zQt={FULL:"FULL",PARTIAL:"PARTIAL"},KQt={DETAILED_STATUS:"DETAILED_STATUS",DRIFT_STATUS:"DRIFT_STATUS",LAST_OPERATION_ID:"LAST_OPERATION_ID"},QQt={CREATE:"CREATE",MOVE:"MOVE"},YQt={AUTO:"AUTO",MANUAL:"MANUAL"},JQt={RESOURCE:"RESOURCE",STACK:"STACK"},XQt={OPERATION_RESULT_STATUS:"OPERATION_RESULT_STATUS"},ZQt={CANCELLED:"CANCELLED",FAILED:"FAILED",PENDING:"PENDING",RUNNING:"RUNNING",SUCCEEDED:"SUCCEEDED"},eYt={FAILED:"FAILED",IN_PROGRESS:"IN_PROGRESS",PENDING:"PENDING",SUCCESS:"SUCCESS"},tYt={AccessDenied:"AccessDenied",AlreadyExists:"AlreadyExists",GeneralServiceException:"GeneralServiceException",HandlerInternalFailure:"HandlerInternalFailure",InternalFailure:"InternalFailure",InvalidCredentials:"InvalidCredentials",InvalidRequest:"InvalidRequest",InvalidTypeConfiguration:"InvalidTypeConfiguration",NetworkFailure:"NetworkFailure",NonCompliant:"NonCompliant",NotFound:"NotFound",NotUpdatable:"NotUpdatable",ResourceConflict:"ResourceConflict",ServiceInternalError:"ServiceInternalError",ServiceLimitExceeded:"ServiceLimitExceeded",ServiceTimeout:"NotStabilized",Throttling:"Throttling",Unknown:"Unknown",UnsupportedTarget:"UnsupportedTarget"},rYt={FAILURE:"FAILURE",SUCCESS:"SUCCESS"};Object.defineProperty(M,"$Command",{enumerable:!0,get:function(){return ce.Command}});Object.defineProperty(M,"__Client",{enumerable:!0,get:function(){return ce.Client}});Object.defineProperty(M,"CloudFormationServiceException",{enumerable:!0,get:function(){return c5t.CloudFormationServiceException}});M.AccountFilterType=v5t;M.AccountGateStatus=b5t;M.ActivateOrganizationsAccessCommand=S$;M.ActivateTypeCommand=y$;M.AfterValueFrom=x5t;M.AnnotationSeverityLevel=w5t;M.AnnotationStatus=$5t;M.AttributeChangeType=O5t;M.BatchDescribeTypeConfigurationsCommand=E$;M.BeaconStackOperationStatus=k5t;M.BeforeValueFrom=N5t;M.CallAs=L5t;M.CancelUpdateStackCommand=C$;M.Capability=U5t;M.Category=F5t;M.ChangeAction=M5t;M.ChangeSetHooksStatus=X5t;M.ChangeSetStatus=Z5t;M.ChangeSetType=tQt;M.ChangeSource=q5t;M.ChangeType=K5t;M.CloudFormation=bO;M.CloudFormationClient=er;M.ConcurrencyMode=aQt;M.ContinueUpdateRollbackCommand=_$;M.CreateChangeSetCommand=R$;M.CreateGeneratedTemplateCommand=T$;M.CreateStackCommand=A$;M.CreateStackInstancesCommand=P$;M.CreateStackRefactorCommand=v$;M.CreateStackSetCommand=b$;M.DeactivateOrganizationsAccessCommand=I$;M.DeactivateTypeCommand=D$;M.DeleteChangeSetCommand=x$;M.DeleteGeneratedTemplateCommand=w$;M.DeleteStackCommand=$$;M.DeleteStackInstancesCommand=O$;M.DeleteStackSetCommand=k$;M.DeletionMode=lQt;M.DeploymentMode=rQt;M.DeprecatedStatus=FQt;M.DeregisterTypeCommand=N$;M.DescribeAccountLimitsCommand=c_;M.DescribeChangeSetCommand=gh;M.DescribeChangeSetHooksCommand=L$;M.DescribeEventsCommand=u_;M.DescribeGeneratedTemplateCommand=U$;M.DescribeOrganizationsAccessCommand=F$;M.DescribePublisherCommand=M$;M.DescribeResourceScanCommand=q$;M.DescribeStackDriftDetectionStatusCommand=B$;M.DescribeStackEventsCommand=l_;M.DescribeStackInstanceCommand=G$;M.DescribeStackRefactorCommand=hh;M.DescribeStackResourceCommand=H$;M.DescribeStackResourceDriftsCommand=d_;M.DescribeStackResourcesCommand=V$;M.DescribeStackSetCommand=j$;M.DescribeStackSetOperationCommand=W$;M.DescribeStacksCommand=Wi;M.DescribeTypeCommand=z$;M.DescribeTypeRegistrationCommand=p_;M.DetailedStatus=mQt;M.DetectStackDriftCommand=K$;M.DetectStackResourceDriftCommand=Q$;M.DetectStackSetDriftCommand=Y$;M.DifferenceType=wQt;M.DriftIgnoredReason=W5t;M.EstimateTemplateCostCommand=J$;M.EvaluationType=B5t;M.EventType=fQt;M.ExecuteChangeSetCommand=X$;M.ExecuteStackRefactorCommand=Z$;M.ExecutionStatus=eQt;M.GeneratedTemplateDeletionPolicy=sQt;M.GeneratedTemplateResourceStatus=EQt;M.GeneratedTemplateStatus=_Qt;M.GeneratedTemplateUpdateReplacePolicy=oQt;M.GetGeneratedTemplateCommand=eO;M.GetHookResultCommand=tO;M.GetStackPolicyCommand=rO;M.GetTemplateCommand=nO;M.GetTemplateSummaryCommand=sO;M.HandlerErrorCode=tYt;M.HookFailureMode=Q5t;M.HookInvocationPoint=Y5t;M.HookStatus=gQt;M.HookTargetAction=VQt;M.HookTargetType=J5t;M.IdentityProvider=TQt;M.ImportStacksToStackSetCommand=oO;M.ListChangeSetsCommand=m_;M.ListExportsCommand=f_;M.ListGeneratedTemplatesCommand=g_;M.ListHookResultsCommand=iO;M.ListHookResultsTargetType=WQt;M.ListImportsCommand=h_;M.ListResourceScanRelatedResourcesCommand=S_;M.ListResourceScanResourcesCommand=y_;M.ListResourceScansCommand=E_;M.ListStackInstanceResourceDriftsCommand=aO;M.ListStackInstancesCommand=C_;M.ListStackRefactorActionsCommand=__;M.ListStackRefactorsCommand=R_;M.ListStackResourcesCommand=T_;M.ListStackSetAutoDeploymentTargetsCommand=cO;M.ListStackSetOperationResultsCommand=P_;M.ListStackSetOperationsCommand=v_;M.ListStackSetsCommand=b_;M.ListStacksCommand=A_;M.ListTypeRegistrationsCommand=I_;M.ListTypeVersionsCommand=x_;M.ListTypesCommand=D_;M.OnFailure=iQt;M.OnStackFailure=nQt;M.OperationResultFilterName=XQt;M.OperationStatus=eYt;M.OperationType=hQt;M.OrganizationStatus=RQt;M.PermissionModels=uQt;M.PolicyAction=V5t;M.ProvisioningType=MQt;M.PublishTypeCommand=uO;M.PublisherStatus=AQt;M.RecordHandlerProgressCommand=lO;M.RegionConcurrencyType=cQt;M.RegisterPublisherCommand=dO;M.RegisterTypeCommand=pO;M.RegistrationStatus=GQt;M.RegistryType=dQt;M.Replacement=j5t;M.RequiresRecreation=H5t;M.ResourceAttribute=G5t;M.ResourceScanStatus=PQt;M.ResourceSignalStatus=rYt;M.ResourceStatus=SQt;M.RollbackStackCommand=mO;M.ScanType=zQt;M.SetStackPolicyCommand=fO;M.SetTypeConfigurationCommand=gO;M.SetTypeDefaultVersionCommand=hO;M.SignalResourceCommand=SO;M.StackDriftDetectionStatus=vQt;M.StackDriftStatus=pQt;M.StackInstanceDetailedStatus=bQt;M.StackInstanceFilterName=KQt;M.StackInstanceStatus=IQt;M.StackRefactorActionEntity=JQt;M.StackRefactorActionType=QQt;M.StackRefactorDetection=YQt;M.StackRefactorExecutionStatus=DQt;M.StackRefactorStatus=xQt;M.StackResourceDriftStatus=z5t;M.StackSetDriftDetectionStatus=OQt;M.StackSetDriftStatus=kQt;M.StackSetOperationAction=LQt;M.StackSetOperationResultStatus=ZQt;M.StackSetOperationStatus=UQt;M.StackSetStatus=NQt;M.StackStatus=$Qt;M.StartResourceScanCommand=yO;M.StopStackSetOperationCommand=EO;M.TemplateFormat=HQt;M.TemplateStage=jQt;M.TestTypeCommand=CO;M.ThirdPartyType=I5t;M.TypeTestsStatus=qQt;M.UpdateGeneratedTemplateCommand=_O;M.UpdateStackCommand=RO;M.UpdateStackInstancesCommand=TO;M.UpdateStackSetCommand=AO;M.UpdateTerminationProtectionCommand=PO;M.ValidateTemplateCommand=vO;M.ValidationStatus=yQt;M.VersionBump=D5t;M.Visibility=BQt;M.WarningType=CQt;M.paginateDescribeAccountLimits=R0e;M.paginateDescribeChangeSet=T0e;M.paginateDescribeEvents=A0e;M.paginateDescribeStackEvents=P0e;M.paginateDescribeStackResourceDrifts=v0e;M.paginateDescribeStacks=b0e;M.paginateListChangeSets=I0e;M.paginateListExports=D0e;M.paginateListGeneratedTemplates=x0e;M.paginateListImports=w0e;M.paginateListResourceScanRelatedResources=$0e;M.paginateListResourceScanResources=O0e;M.paginateListResourceScans=k0e;M.paginateListStackInstances=N0e;M.paginateListStackRefactorActions=L0e;M.paginateListStackRefactors=U0e;M.paginateListStackResources=F0e;M.paginateListStackSetOperationResults=M0e;M.paginateListStackSetOperations=q0e;M.paginateListStackSets=B0e;M.paginateListStacks=G0e;M.paginateListTypeRegistrations=H0e;M.paginateListTypeVersions=j0e;M.paginateListTypes=V0e;M.waitForChangeSetCreateComplete=m5t;M.waitForStackCreateComplete=f5t;M.waitForStackDeleteComplete=g5t;M.waitForStackExists=h5t;M.waitForStackImportComplete=S5t;M.waitForStackRefactorCreateComplete=y5t;M.waitForStackRefactorExecuteComplete=E5t;M.waitForStackRollbackComplete=C5t;M.waitForStackUpdateComplete=_5t;M.waitForTypeRegistrationComplete=R5t;M.waitUntilChangeSetCreateComplete=z0e;M.waitUntilStackCreateComplete=Q0e;M.waitUntilStackDeleteComplete=J0e;M.waitUntilStackExists=Z0e;M.waitUntilStackImportComplete=tTe;M.waitUntilStackRefactorCreateComplete=nTe;M.waitUntilStackRefactorExecuteComplete=oTe;M.waitUntilStackRollbackComplete=aTe;M.waitUntilStackUpdateComplete=uTe;M.waitUntilTypeRegistrationComplete=dTe;Object.keys(de).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(M,t)&&Object.defineProperty(M,t,{enumerable:!0,get:function(){return de[t]}})});Object.keys(_0e).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(M,t)&&Object.defineProperty(M,t,{enumerable:!0,get:function(){return _0e[t]}})})});var tr=O(ad=>{"use strict";var nYt=gn(),sYt=t=>({setHttpHandler(e){t.httpHandler=e},httpHandler(){return t.httpHandler},updateHttpClientConfig(e,r){t.httpHandler?.updateHttpClientConfig(e,r)},httpHandlerConfigs(){return t.httpHandler.httpHandlerConfigs()}}),oYt=t=>({httpHandler:t.httpHandler()}),CK=class{name;kind;values;constructor({name:e,kind:r=nYt.FieldPosition.HEADER,values:n=[]}){this.name=e,this.kind=r,this.values=n}add(e){this.values.push(e)}set(e){this.values=e}remove(e){this.values=this.values.filter(r=>r!==e)}toString(){return this.values.map(e=>e.includes(",")||e.includes(" ")?`"${e}"`:e).join(", ")}get(){return this.values}},_K=class{entries={};encoding;constructor({fields:e=[],encoding:r="utf-8"}){e.forEach(this.setField.bind(this)),this.encoding=r}setField(e){this.entries[e.name.toLowerCase()]=e}getField(e){return this.entries[e.toLowerCase()]}removeField(e){delete this.entries[e.toLowerCase()]}getByType(e){return Object.values(this.entries).filter(r=>r.kind===e)}},RK=class t{method;protocol;hostname;port;path;query;headers;username;password;fragment;body;constructor(e){this.method=e.method||"GET",this.hostname=e.hostname||"localhost",this.port=e.port,this.query=e.query||{},this.headers=e.headers||{},this.body=e.body,this.protocol=e.protocol?e.protocol.slice(-1)!==":"?`${e.protocol}:`:e.protocol:"https:",this.path=e.path?e.path.charAt(0)!=="/"?`/${e.path}`:e.path:"/",this.username=e.username,this.password=e.password,this.fragment=e.fragment}static clone(e){let r=new t({...e,headers:{...e.headers}});return r.query&&(r.query=iYt(r.query)),r}static isInstance(e){if(!e)return!1;let r=e;return"method"in r&&"protocol"in r&&"hostname"in r&&"path"in r&&typeof r.query=="object"&&typeof r.headers=="object"}clone(){return t.clone(this)}};function iYt(t){return Object.keys(t).reduce((e,r)=>{let n=t[r];return{...e,[r]:Array.isArray(n)?[...n]:n}},{})}var TK=class{statusCode;reason;headers;body;constructor(e){this.statusCode=e.statusCode,this.reason=e.reason,this.headers=e.headers||{},this.body=e.body}static isInstance(e){if(!e)return!1;let r=e;return typeof r.statusCode=="number"&&typeof r.headers=="object"}};function aYt(t){return/^[a-z0-9][a-z0-9\.\-]*[a-z0-9]$/.test(t)}ad.Field=CK;ad.Fields=_K;ad.HttpRequest=RK;ad.HttpResponse=TK;ad.getHttpHandlerExtensionConfiguration=sYt;ad.isValidHostname=aYt;ad.resolveHttpHandlerRuntimeConfig=oYt});var Sh=O(w_=>{"use strict";var cYt=tr();function uYt(t){return t}var pTe=t=>e=>async r=>{if(!cYt.HttpRequest.isInstance(r.request))return e(r);let{request:n}=r,{handlerProtocol:s=""}=t.requestHandler.metadata||{};if(s.indexOf("h2")>=0&&!n.headers[":authority"])delete n.headers.host,n.headers[":authority"]=n.hostname+(n.port?":"+n.port:"");else if(!n.headers.host){let o=n.hostname;n.port!=null&&(o+=`:${n.port}`),n.headers.host=o}return e(r)},mTe={name:"hostHeaderMiddleware",step:"build",priority:"low",tags:["HOST"],override:!0},lYt=t=>({applyToStack:e=>{e.add(pTe(t),mTe)}});w_.getHostHeaderPlugin=lYt;w_.hostHeaderMiddleware=pTe;w_.hostHeaderMiddlewareOptions=mTe;w_.resolveHostHeaderConfig=uYt});var yh=O(IO=>{"use strict";var fTe=()=>(t,e)=>async r=>{try{let n=await t(r),{clientName:s,commandName:o,logger:i,dynamoDbDocumentClientOptions:a={}}=e,{overrideInputFilterSensitiveLog:c,overrideOutputFilterSensitiveLog:u}=a,f=c??e.inputFilterSensitiveLog,m=u??e.outputFilterSensitiveLog,{$metadata:h,...y}=n.output;return i?.info?.({clientName:s,commandName:o,input:f(r.input),output:m(y),metadata:h}),n}catch(n){let{clientName:s,commandName:o,logger:i,dynamoDbDocumentClientOptions:a={}}=e,{overrideInputFilterSensitiveLog:c}=a,u=c??e.inputFilterSensitiveLog;throw i?.error?.({clientName:s,commandName:o,input:u(r.input),error:n,metadata:n.$metadata}),n}},gTe={name:"loggerMiddleware",tags:["LOGGER"],step:"initialize",override:!0},dYt=t=>({applyToStack:e=>{e.add(fTe(),gTe)}});IO.getLoggerPlugin=dYt;IO.loggerMiddleware=fTe;IO.loggerMiddlewareOptions=gTe});var hTe=O(DO=>{"use strict";Object.defineProperty(DO,"__esModule",{value:!0});DO.recursionDetectionMiddleware=void 0;var pYt=(dA(),J(lA)),mYt=tr(),AK="X-Amzn-Trace-Id",fYt="AWS_LAMBDA_FUNCTION_NAME",gYt="_X_AMZN_TRACE_ID",hYt=()=>t=>async e=>{let{request:r}=e;if(!mYt.HttpRequest.isInstance(r))return t(e);let n=Object.keys(r.headers??{}).find(f=>f.toLowerCase()===AK.toLowerCase())??AK;if(r.headers.hasOwnProperty(n))return t(e);let s=process.env[fYt],o=process.env[gYt],c=(await pYt.InvokeStore.getInstanceAsync())?.getXRayTraceId()??o,u=f=>typeof f=="string"&&f.length>0;return u(s)&&u(c)&&(r.headers[AK]=c),t({...e,request:r})};DO.recursionDetectionMiddleware=hYt});var Eh=O(xO=>{"use strict";var PK=hTe(),SYt={step:"build",tags:["RECURSION_DETECTION"],name:"recursionDetectionMiddleware",override:!0,priority:"low"},yYt=t=>({applyToStack:e=>{e.add(PK.recursionDetectionMiddleware(),SYt)}});xO.getRecursionDetectionPlugin=yYt;Object.keys(PK).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(xO,t)&&Object.defineProperty(xO,t,{enumerable:!0,get:function(){return PK[t]}})})});var vK,EYt,STe=R(()=>{vK=T(gn()),EYt=t=>t[vK.SMITHY_CONTEXT_KEY]||(t[vK.SMITHY_CONTEXT_KEY]={})});var $s=O(bK=>{"use strict";var yTe=gn(),CYt=t=>t[yTe.SMITHY_CONTEXT_KEY]||(t[yTe.SMITHY_CONTEXT_KEY]={}),_Yt=t=>{if(typeof t=="function")return t;let e=Promise.resolve(t);return()=>e};bK.getSmithyContext=CYt;bK.normalizeProvider=_Yt});var ETe,CTe=R(()=>{ETe=(t,e)=>{if(!e||e.length===0)return t;let r=[];for(let n of e)for(let s of t)s.schemeId.split("#")[1]===n&&r.push(s);for(let n of t)r.find(({schemeId:s})=>s===n.schemeId)||r.push(n);return r}});function RYt(t){let e=new Map;for(let r of t)e.set(r.schemeId,r);return e}var _Te,$_,wO=R(()=>{_Te=T($s());CTe();$_=(t,e)=>(r,n)=>async s=>{let o=t.httpAuthSchemeProvider(await e.httpAuthSchemeParametersProvider(t,n,s.input)),i=t.authSchemePreference?await t.authSchemePreference():[],a=ETe(o,i),c=RYt(t.httpAuthSchemes),u=(0,_Te.getSmithyContext)(n),f=[];for(let m of a){let h=c.get(m.schemeId);if(!h){f.push(`HttpAuthScheme \`${m.schemeId}\` was not enabled for this service.`);continue}let y=h.identityProvider(await e.identityProviderConfigProvider(t));if(!y){f.push(`HttpAuthScheme \`${m.schemeId}\` did not have an IdentityProvider configured.`);continue}let{identityProperties:C={},signingProperties:I={}}=m.propertiesExtractor?.(t,n)||{};m.identityProperties=Object.assign(m.identityProperties||{},C),m.signingProperties=Object.assign(m.signingProperties||{},I),u.selectedHttpAuthScheme={httpAuthOption:m,identity:await y(m.identityProperties),signer:h.signer};break}if(!u.selectedHttpAuthScheme)throw new Error(f.join(`
|
|
96
|
+
`));return r(s)}});var RTe,_m,TTe=R(()=>{wO();RTe={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:"endpointV2Middleware"},_m=(t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r})=>({applyToStack:n=>{n.addRelativeTo($_(t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r}),RTe)}})});var DK=O(Ch=>{"use strict";var TYt=tr(),ATe=(t,e)=>(r,n)=>async s=>{let{response:o}=await r(s);try{let i=await e(o,t);return{response:o,output:i}}catch(i){if(Object.defineProperty(i,"$response",{value:o,enumerable:!1,writable:!1,configurable:!1}),!("$metadata"in i)){let a="Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.";try{i.message+=`
|
|
97
|
+
`+a}catch{!n.logger||n.logger?.constructor?.name==="NoOpLogger"?console.warn(a):n.logger?.warn?.(a)}typeof i.$responseBodyText<"u"&&i.$response&&(i.$response.body=i.$responseBodyText);try{if(TYt.HttpResponse.isInstance(o)){let{headers:c={}}=o,u=Object.entries(c);i.$metadata={httpStatusCode:o.statusCode,requestId:IK(/^x-[\w-]+-request-?id$/,u),extendedRequestId:IK(/^x-[\w-]+-id-2$/,u),cfId:IK(/^x-[\w-]+-cf-id$/,u)}}}catch{}}throw i}},IK=(t,e)=>(e.find(([r])=>r.match(t))||[void 0,void 0])[1],PTe=(t,e)=>(r,n)=>async s=>{let o=t,i=n.endpointV2?.url&&o.urlParser?async()=>o.urlParser(n.endpointV2.url):o.endpoint;if(!i)throw new Error("No valid endpoint provider available.");let a=await e(s.input,{...t,endpoint:i});return r({...s,request:a})},vTe={name:"deserializerMiddleware",step:"deserialize",tags:["DESERIALIZER"],override:!0},bTe={name:"serializerMiddleware",step:"serialize",tags:["SERIALIZER"],override:!0};function AYt(t,e,r){return{applyToStack:n=>{n.add(ATe(t,r),vTe),n.add(PTe(t,e),bTe)}}}Ch.deserializerMiddleware=ATe;Ch.deserializerMiddlewareOption=vTe;Ch.getSerdePlugin=AYt;Ch.serializerMiddleware=PTe;Ch.serializerMiddlewareOption=bTe});var ITe,DTe,PYt,xTe=R(()=>{ITe=T(DK());wO();DTe={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:ITe.serializerMiddlewareOption.name},PYt=(t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r})=>({applyToStack:n=>{n.addRelativeTo($_(t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r}),DTe)}})});var wTe=R(()=>{wO();TTe();xTe()});var $Te,OTe,vYt,bYt,xK,wK=R(()=>{$Te=T(tr()),OTe=T($s()),vYt=t=>e=>{throw e},bYt=(t,e)=>{},xK=t=>(e,r)=>async n=>{if(!$Te.HttpRequest.isInstance(n.request))return e(n);let o=(0,OTe.getSmithyContext)(r).selectedHttpAuthScheme;if(!o)throw new Error("No HttpAuthScheme was selected: unable to sign request");let{httpAuthOption:{signingProperties:i={}},identity:a,signer:c}=o,u=await e({...n,request:await c.sign(n.request,a,i)}).catch((c.errorHandler||vYt)(i));return(c.successHandler||bYt)(u.response,i),u}});var kTe,Rm,NTe=R(()=>{wK();kTe={step:"finalizeRequest",tags:["HTTP_SIGNING"],name:"httpSigningMiddleware",aliases:["apiKeyMiddleware","tokenMiddleware","awsAuthMiddleware"],override:!0,relation:"after",toMiddleware:"retryMiddleware"},Rm=t=>({applyToStack:e=>{e.addRelativeTo(xK(t),kTe)}})});var LTe=R(()=>{wK();NTe()});var cd,UTe=R(()=>{cd=t=>{if(typeof t=="function")return t;let e=Promise.resolve(t);return()=>e}});function FTe(t,e,r,n,s){return async function*(i,a,...c){let u=a,f=i.startingToken??u[r],m=!0,h;for(;m;){if(u[r]=f,s&&(u[s]=u[s]??i.pageSize),i.client instanceof t)h=await IYt(e,i.client,a,i.withCommand,...c);else throw new Error(`Invalid client, expected instance of ${t.name}`);yield h;let y=f;f=DYt(h,n),m=!!(f&&(!i.stopOnSameToken||f!==y))}return void 0}}var IYt,DYt,MTe=R(()=>{IYt=async(t,e,r,n=o=>o,...s)=>{let o=new t(r);return o=n(o)??o,await e.send(o,...s)};DYt=(t,e)=>{let r=t,n=e.split(".");for(let s of n){if(!r||typeof r!="object")return;r=r[s]}return r}});var OK=O($O=>{"use strict";Object.defineProperty($O,"__esModule",{value:!0});$O.ChecksumStream=void 0;var xYt=De(),wYt=require("stream"),$K=class extends wYt.Duplex{expectedChecksum;checksumSourceLocation;checksum;source;base64Encoder;constructor({expectedChecksum:e,checksum:r,source:n,checksumSourceLocation:s,base64Encoder:o}){if(super(),typeof n.pipe=="function")this.source=n;else throw new Error(`@smithy/util-stream: unsupported source type ${n?.constructor?.name??n} in ChecksumStream.`);this.base64Encoder=o??xYt.toBase64,this.expectedChecksum=e,this.checksum=r,this.checksumSourceLocation=s,this.source.pipe(this)}_read(e){}_write(e,r,n){try{this.checksum.update(e),this.push(e)}catch(s){return n(s)}return n()}async _final(e){try{let r=await this.checksum.digest(),n=this.base64Encoder(r);if(this.expectedChecksum!==n)return e(new Error(`Checksum mismatch: expected "${this.expectedChecksum}" but received "${n}" in response header "${this.checksumSourceLocation}".`))}catch(r){return e(r)}return this.push(null),e()}};$O.ChecksumStream=$K});var ud=O(_h=>{"use strict";Object.defineProperty(_h,"__esModule",{value:!0});_h.isBlob=_h.isReadableStream=void 0;var $Yt=t=>typeof ReadableStream=="function"&&(t?.constructor?.name===ReadableStream.name||t instanceof ReadableStream);_h.isReadableStream=$Yt;var OYt=t=>typeof Blob=="function"&&(t?.constructor?.name===Blob.name||t instanceof Blob);_h.isBlob=OYt});var qTe=O(OO=>{"use strict";Object.defineProperty(OO,"__esModule",{value:!0});OO.ChecksumStream=void 0;var kYt=typeof ReadableStream=="function"?ReadableStream:function(){},kK=class extends kYt{};OO.ChecksumStream=kK});var BTe=O(kO=>{"use strict";Object.defineProperty(kO,"__esModule",{value:!0});kO.createChecksumStream=void 0;var NYt=De(),LYt=ud(),UYt=qTe(),FYt=({expectedChecksum:t,checksum:e,source:r,checksumSourceLocation:n,base64Encoder:s})=>{if(!(0,LYt.isReadableStream)(r))throw new Error(`@smithy/util-stream: unsupported source type ${r?.constructor?.name??r} in ChecksumStream.`);let o=s??NYt.toBase64;if(typeof TransformStream!="function")throw new Error("@smithy/util-stream: unable to instantiate ChecksumStream because API unavailable: ReadableStream/TransformStream.");let i=new TransformStream({start(){},async transform(c,u){e.update(c),u.enqueue(c)},async flush(c){let u=await e.digest(),f=o(u);if(t!==f){let m=new Error(`Checksum mismatch: expected "${t}" but received "${f}" in response header "${n}".`);c.error(m)}else c.terminate()}});r.pipeThrough(i);let a=i.readable;return Object.setPrototypeOf(a,UYt.ChecksumStream.prototype),a};kO.createChecksumStream=FYt});var GTe=O(NK=>{"use strict";Object.defineProperty(NK,"__esModule",{value:!0});NK.createChecksumStream=GYt;var MYt=ud(),qYt=OK(),BYt=BTe();function GYt(t){return typeof ReadableStream=="function"&&(0,MYt.isReadableStream)(t.source)?(0,BYt.createChecksumStream)(t):new qYt.ChecksumStream(t)}});var UK=O(NO=>{"use strict";Object.defineProperty(NO,"__esModule",{value:!0});NO.ByteArrayCollector=void 0;var LK=class{allocByteArray;byteLength=0;byteArrays=[];constructor(e){this.allocByteArray=e}push(e){this.byteArrays.push(e),this.byteLength+=e.byteLength}flush(){if(this.byteArrays.length===1){let n=this.byteArrays[0];return this.reset(),n}let e=this.allocByteArray(this.byteLength),r=0;for(let n=0;n<this.byteArrays.length;++n){let s=this.byteArrays[n];e.set(s,r),r+=s.byteLength}return this.reset(),e}reset(){this.byteArrays=[],this.byteLength=0}};NO.ByteArrayCollector=LK});var WTe=O(pu=>{"use strict";Object.defineProperty(pu,"__esModule",{value:!0});pu.createBufferedReadable=void 0;pu.createBufferedReadableStream=HTe;pu.merge=VTe;pu.flush=LO;pu.sizeOf=Rh;pu.modeOf=jTe;var HYt=UK();function HTe(t,e,r){let n=t.getReader(),s=!1,o=0,i=["",new HYt.ByteArrayCollector(u=>new Uint8Array(u))],a=-1,c=async u=>{let{value:f,done:m}=await n.read(),h=f;if(m){if(a!==-1){let y=LO(i,a);Rh(y)>0&&u.enqueue(y)}u.close()}else{let y=jTe(h,!1);if(a!==y&&(a>=0&&u.enqueue(LO(i,a)),a=y),a===-1){u.enqueue(h);return}let C=Rh(h);o+=C;let I=Rh(i[a]);if(C>=e&&I===0)u.enqueue(h);else{let $=VTe(i,a,h);!s&&o>e*2&&(s=!0,r?.warn(`@smithy/util-stream - stream chunk size ${C} is below threshold of ${e}, automatically buffering.`)),$>=e?u.enqueue(LO(i,a)):await c(u)}}};return new ReadableStream({pull:c})}pu.createBufferedReadable=HTe;function VTe(t,e,r){switch(e){case 0:return t[0]+=r,Rh(t[0]);case 1:case 2:return t[e].push(r),Rh(t[e])}}function LO(t,e){switch(e){case 0:let r=t[0];return t[0]="",r;case 1:case 2:return t[e].flush()}throw new Error(`@smithy/util-stream - invalid index ${e} given to flush()`)}function Rh(t){return t?.byteLength??t?.length??0}function jTe(t,e=!0){return e&&typeof Buffer<"u"&&t instanceof Buffer?2:t instanceof Uint8Array?1:typeof t=="string"?0:-1}});var KTe=O(FK=>{"use strict";Object.defineProperty(FK,"__esModule",{value:!0});FK.createBufferedReadable=WYt;var VYt=require("node:stream"),zTe=UK(),mu=WTe(),jYt=ud();function WYt(t,e,r){if((0,jYt.isReadableStream)(t))return(0,mu.createBufferedReadableStream)(t,e,r);let n=new VYt.Readable({read(){}}),s=!1,o=0,i=["",new zTe.ByteArrayCollector(c=>new Uint8Array(c)),new zTe.ByteArrayCollector(c=>Buffer.from(new Uint8Array(c)))],a=-1;return t.on("data",c=>{let u=(0,mu.modeOf)(c,!0);if(a!==u&&(a>=0&&n.push((0,mu.flush)(i,a)),a=u),a===-1){n.push(c);return}let f=(0,mu.sizeOf)(c);o+=f;let m=(0,mu.sizeOf)(i[a]);if(f>=e&&m===0)n.push(c);else{let h=(0,mu.merge)(i,a,c);!s&&o>e*2&&(s=!0,r?.warn(`@smithy/util-stream - stream chunk size ${f} is below threshold of ${e}, automatically buffering.`)),h>=e&&n.push((0,mu.flush)(i,a))}}),t.on("end",()=>{if(a!==-1){let c=(0,mu.flush)(i,a);(0,mu.sizeOf)(c)>0&&n.push(c)}n.push(null)}),n}});var QTe=O(UO=>{"use strict";Object.defineProperty(UO,"__esModule",{value:!0});UO.getAwsChunkedEncodingStream=void 0;var zYt=require("stream"),KYt=(t,e)=>{let{base64Encoder:r,bodyLengthChecker:n,checksumAlgorithmFn:s,checksumLocationName:o,streamHasher:i}=e,a=r!==void 0&&s!==void 0&&o!==void 0&&i!==void 0,c=a?i(s,t):void 0,u=new zYt.Readable({read:()=>{}});return t.on("data",f=>{let m=n(f)||0;u.push(`${m.toString(16)}\r
|
|
98
|
+
`),u.push(f),u.push(`\r
|
|
99
|
+
`)}),t.on("end",async()=>{if(u.push(`0\r
|
|
100
|
+
`),a){let f=r(await c);u.push(`${o}:${f}\r
|
|
101
|
+
`),u.push(`\r
|
|
102
|
+
`)}u.push(null)}),u};UO.getAwsChunkedEncodingStream=KYt});var YTe=O(MK=>{"use strict";Object.defineProperty(MK,"__esModule",{value:!0});MK.headStream=QYt;async function QYt(t,e){let r=0,n=[],s=t.getReader(),o=!1;for(;!o;){let{done:c,value:u}=await s.read();if(u&&(n.push(u),r+=u?.byteLength??0),r>=e)break;o=c}s.releaseLock();let i=new Uint8Array(Math.min(e,r)),a=0;for(let c of n){if(c.byteLength>i.byteLength-a){i.set(c.subarray(0,i.byteLength-a),a);break}else i.set(c,a);a+=c.length}return i}});var JTe=O(FO=>{"use strict";Object.defineProperty(FO,"__esModule",{value:!0});FO.headStream=void 0;var YYt=require("stream"),JYt=YTe(),XYt=ud(),ZYt=(t,e)=>(0,XYt.isReadableStream)(t)?(0,JYt.headStream)(t,e):new Promise((r,n)=>{let s=new qK;s.limit=e,t.pipe(s),t.on("error",o=>{s.end(),n(o)}),s.on("error",n),s.on("finish",function(){let o=new Uint8Array(Buffer.concat(this.buffers));r(o)})});FO.headStream=ZYt;var qK=class extends YYt.Writable{buffers=[];limit=1/0;bytesBuffered=0;_write(e,r,n){if(this.buffers.push(e),this.bytesBuffered+=e.byteLength??0,this.bytesBuffered>=this.limit){let s=this.bytesBuffered-this.limit,o=this.buffers[this.buffers.length-1];this.buffers[this.buffers.length-1]=o.subarray(0,o.byteLength-s),this.emit("finish")}n()}}});var GK=O(XTe=>{"use strict";var BK=Py();function e7t(t){let e=[];for(let r of Object.keys(t).sort()){let n=t[r];if(r=BK.escapeUri(r),Array.isArray(n))for(let s=0,o=n.length;s<o;s++)e.push(`${r}=${BK.escapeUri(n[s])}`);else{let s=r;(n||typeof n=="string")&&(s+=`=${BK.escapeUri(n)}`),e.push(s)}}return e.join("&")}XTe.buildQueryString=e7t});var ld=O(O_=>{"use strict";var rAe=tr(),nAe=GK(),MO=require("http"),qO=require("https"),sAe=require("stream"),HK=require("http2"),t7t=["ECONNRESET","EPIPE","ETIMEDOUT"],oAe=t=>{let e={};for(let r of Object.keys(t)){let n=t[r];e[r]=Array.isArray(n)?n.join(","):n}return e},Os={setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},ZTe=1e3,r7t=(t,e,r=0)=>{if(!r)return-1;let n=s=>{let o=Os.setTimeout(()=>{t.destroy(),e(Object.assign(new Error(`@smithy/node-http-handler - the request socket did not establish a connection with the server within the configured timeout of ${r} ms.`),{name:"TimeoutError"}))},r-s),i=a=>{a?.connecting?a.on("connect",()=>{Os.clearTimeout(o)}):Os.clearTimeout(o)};t.socket?i(t.socket):t.on("socket",i)};return r<2e3?(n(0),0):Os.setTimeout(n.bind(null,ZTe),ZTe)},n7t=(t,e,r=0,n,s)=>r?Os.setTimeout(()=>{let o=`@smithy/node-http-handler - [${n?"ERROR":"WARN"}] a request has exceeded the configured ${r} ms requestTimeout.`;if(n){let i=Object.assign(new Error(o),{name:"TimeoutError",code:"ETIMEDOUT"});t.destroy(i),e(i)}else o+=" Init client requestHandler with throwOnRequestTimeout=true to turn this into an error.",s?.warn?.(o)},r):-1,s7t=3e3,o7t=(t,{keepAlive:e,keepAliveMsecs:r},n=s7t)=>{if(e!==!0)return-1;let s=()=>{t.socket?t.socket.setKeepAlive(e,r||0):t.on("socket",o=>{o.setKeepAlive(e,r||0)})};return n===0?(s(),0):Os.setTimeout(s,n)},eAe=3e3,i7t=(t,e,r=0)=>{let n=s=>{let o=r-s,i=()=>{t.destroy(),e(Object.assign(new Error(`@smithy/node-http-handler - the request socket timed out after ${r} ms of inactivity (configured by client requestHandler).`),{name:"TimeoutError"}))};t.socket?(t.socket.setTimeout(o,i),t.on("close",()=>t.socket?.removeListener("timeout",i))):t.setTimeout(o,i)};return 0<r&&r<6e3?(n(0),0):Os.setTimeout(n.bind(null,r===0?0:eAe),eAe)},tAe=6e3;async function iAe(t,e,r=tAe,n=!1){let s=e.headers??{},o=s.Expect||s.expect,i=-1,a=!0;!n&&o==="100-continue"&&(a=await Promise.race([new Promise(c=>{i=Number(Os.setTimeout(()=>c(!0),Math.max(tAe,r)))}),new Promise(c=>{t.on("continue",()=>{Os.clearTimeout(i),c(!0)}),t.on("response",()=>{Os.clearTimeout(i),c(!1)}),t.on("error",()=>{Os.clearTimeout(i),c(!1)})})])),a&&a7t(t,e.body)}function a7t(t,e){if(e instanceof sAe.Readable){e.pipe(t);return}if(e){if(Buffer.isBuffer(e)||typeof e=="string"){t.end(e);return}let r=e;if(typeof r=="object"&&r.buffer&&typeof r.byteOffset=="number"&&typeof r.byteLength=="number"){t.end(Buffer.from(r.buffer,r.byteOffset,r.byteLength));return}t.end(Buffer.from(e));return}t.end()}var c7t=0,VK=class t{config;configProvider;socketWarningTimestamp=0;externalAgent=!1;metadata={handlerProtocol:"http/1.1"};static create(e){return typeof e?.handle=="function"?e:new t(e)}static checkSocketUsage(e,r,n=console){let{sockets:s,requests:o,maxSockets:i}=e;if(typeof i!="number"||i===1/0||Date.now()-15e3<r)return r;if(s&&o)for(let c in s){let u=s[c]?.length??0,f=o[c]?.length??0;if(u>=i&&f>=2*i)return n?.warn?.(`@smithy/node-http-handler:WARN - socket usage at capacity=${u} and ${f} additional requests are enqueued.
|
|
103
|
+
See https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/node-configuring-maxsockets.html
|
|
104
|
+
or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler config.`),Date.now()}return r}constructor(e){this.configProvider=new Promise((r,n)=>{typeof e=="function"?e().then(s=>{r(this.resolveDefaultConfig(s))}).catch(n):r(this.resolveDefaultConfig(e))})}resolveDefaultConfig(e){let{requestTimeout:r,connectionTimeout:n,socketTimeout:s,socketAcquisitionWarningTimeout:o,httpAgent:i,httpsAgent:a,throwOnRequestTimeout:c}=e||{},u=!0,f=50;return{connectionTimeout:n,requestTimeout:r,socketTimeout:s,socketAcquisitionWarningTimeout:o,throwOnRequestTimeout:c,httpAgent:i instanceof MO.Agent||typeof i?.destroy=="function"?(this.externalAgent=!0,i):new MO.Agent({keepAlive:u,maxSockets:f,...i}),httpsAgent:a instanceof qO.Agent||typeof a?.destroy=="function"?(this.externalAgent=!0,a):new qO.Agent({keepAlive:u,maxSockets:f,...a}),logger:console}}destroy(){this.config?.httpAgent?.destroy(),this.config?.httpsAgent?.destroy()}async handle(e,{abortSignal:r,requestTimeout:n}={}){return this.config||(this.config=await this.configProvider),new Promise((s,o)=>{let i=this.config,a,c=[],u=async V=>{await a,c.forEach(Os.clearTimeout),s(V)},f=async V=>{await a,c.forEach(Os.clearTimeout),o(V)};if(r?.aborted){let V=new Error("Request aborted");V.name="AbortError",f(V);return}let m=e.protocol==="https:",h=e.headers??{},y=(h.Expect??h.expect)==="100-continue",C=m?i.httpsAgent:i.httpAgent;y&&!this.externalAgent&&(C=new(m?qO.Agent:MO.Agent)({keepAlive:!1,maxSockets:1/0})),c.push(Os.setTimeout(()=>{this.socketWarningTimestamp=t.checkSocketUsage(C,this.socketWarningTimestamp,i.logger)},i.socketAcquisitionWarningTimeout??(i.requestTimeout??2e3)+(i.connectionTimeout??1e3)));let I=nAe.buildQueryString(e.query||{}),$;if(e.username!=null||e.password!=null){let V=e.username??"",Y=e.password??"";$=`${V}:${Y}`}let N=e.path;I&&(N+=`?${I}`),e.fragment&&(N+=`#${e.fragment}`);let U=e.hostname??"";U[0]==="["&&U.endsWith("]")?U=e.hostname.slice(1,-1):U=e.hostname;let B={headers:e.headers,host:U,method:e.method,path:N,port:e.port,agent:C,auth:$},j=(m?qO.request:MO.request)(B,V=>{let Y=new rAe.HttpResponse({statusCode:V.statusCode||-1,reason:V.statusMessage,headers:oAe(V.headers),body:V});u({response:Y})});if(j.on("error",V=>{t7t.includes(V.code)?f(Object.assign(V,{name:"TimeoutError"})):f(V)}),r){let V=()=>{j.destroy();let Y=new Error("Request aborted");Y.name="AbortError",f(Y)};if(typeof r.addEventListener=="function"){let Y=r;Y.addEventListener("abort",V,{once:!0}),j.once("close",()=>Y.removeEventListener("abort",V))}else r.onabort=V}let te=n??i.requestTimeout;c.push(r7t(j,f,i.connectionTimeout)),c.push(n7t(j,f,te,i.throwOnRequestTimeout,i.logger??console)),c.push(i7t(j,f,i.socketTimeout));let Ce=B.agent;typeof Ce=="object"&&"keepAlive"in Ce&&c.push(o7t(j,{keepAlive:Ce.keepAlive,keepAliveMsecs:Ce.keepAliveMsecs})),a=iAe(j,e,te,this.externalAgent).catch(V=>(c.forEach(Os.clearTimeout),o(V)))})}updateHttpClientConfig(e,r){this.config=void 0,this.configProvider=this.configProvider.then(n=>({...n,[e]:r}))}httpHandlerConfigs(){return this.config??{}}},jK=class{sessions=[];constructor(e){this.sessions=e??[]}poll(){if(this.sessions.length>0)return this.sessions.shift()}offerLast(e){this.sessions.push(e)}contains(e){return this.sessions.includes(e)}remove(e){this.sessions=this.sessions.filter(r=>r!==e)}[Symbol.iterator](){return this.sessions[Symbol.iterator]()}destroy(e){for(let r of this.sessions)r===e&&(r.destroyed||r.destroy())}},WK=class{constructor(e){if(this.config=e,this.config.maxConcurrency&&this.config.maxConcurrency<=0)throw new RangeError("maxConcurrency must be greater than zero.")}config;sessionCache=new Map;lease(e,r){let n=this.getUrlString(e),s=this.sessionCache.get(n);if(s){let c=s.poll();if(c&&!this.config.disableConcurrency)return c}let o=HK.connect(n);this.config.maxConcurrency&&o.settings({maxConcurrentStreams:this.config.maxConcurrency},c=>{if(c)throw new Error("Fail to set maxConcurrentStreams to "+this.config.maxConcurrency+"when creating new session for "+e.destination.toString())}),o.unref();let i=()=>{o.destroy(),this.deleteSession(n,o)};o.on("goaway",i),o.on("error",i),o.on("frameError",i),o.on("close",()=>this.deleteSession(n,o)),r.requestTimeout&&o.setTimeout(r.requestTimeout,i);let a=this.sessionCache.get(n)||new jK;return a.offerLast(o),this.sessionCache.set(n,a),o}deleteSession(e,r){let n=this.sessionCache.get(e);n&&n.contains(r)&&(n.remove(r),this.sessionCache.set(e,n))}release(e,r){let n=this.getUrlString(e);this.sessionCache.get(n)?.offerLast(r)}destroy(){for(let[e,r]of this.sessionCache){for(let n of r)n.destroyed||n.destroy(),r.remove(n);this.sessionCache.delete(e)}}setMaxConcurrentStreams(e){if(e&&e<=0)throw new RangeError("maxConcurrentStreams must be greater than zero.");this.config.maxConcurrency=e}setDisableConcurrentStreams(e){this.config.disableConcurrency=e}getUrlString(e){return e.destination.toString()}},zK=class t{config;configProvider;metadata={handlerProtocol:"h2"};connectionManager=new WK({});static create(e){return typeof e?.handle=="function"?e:new t(e)}constructor(e){this.configProvider=new Promise((r,n)=>{typeof e=="function"?e().then(s=>{r(s||{})}).catch(n):r(e||{})})}destroy(){this.connectionManager.destroy()}async handle(e,{abortSignal:r,requestTimeout:n}={}){this.config||(this.config=await this.configProvider,this.connectionManager.setDisableConcurrentStreams(this.config.disableConcurrentStreams||!1),this.config.maxConcurrentStreams&&this.connectionManager.setMaxConcurrentStreams(this.config.maxConcurrentStreams));let{requestTimeout:s,disableConcurrentStreams:o}=this.config,i=n??s;return new Promise((a,c)=>{let u=!1,f,m=async ne=>{await f,a(ne)},h=async ne=>{await f,c(ne)};if(r?.aborted){u=!0;let ne=new Error("Request aborted");ne.name="AbortError",h(ne);return}let{hostname:y,method:C,port:I,protocol:$,query:N}=e,U="";if(e.username!=null||e.password!=null){let ne=e.username??"",ge=e.password??"";U=`${ne}:${ge}@`}let B=`${$}//${U}${y}${I?`:${I}`:""}`,W={destination:new URL(B)},j=this.connectionManager.lease(W,{requestTimeout:this.config?.sessionTimeout,disableConcurrentStreams:o||!1}),te=ne=>{o&&this.destroySession(j),u=!0,h(ne)},Ce=nAe.buildQueryString(N||{}),V=e.path;Ce&&(V+=`?${Ce}`),e.fragment&&(V+=`#${e.fragment}`);let Y=j.request({...e.headers,[HK.constants.HTTP2_HEADER_PATH]:V,[HK.constants.HTTP2_HEADER_METHOD]:C});if(j.ref(),Y.on("response",ne=>{let ge=new rAe.HttpResponse({statusCode:ne[":status"]||-1,headers:oAe(ne),body:Y});u=!0,m({response:ge}),o&&(j.close(),this.connectionManager.deleteSession(B,j))}),i&&Y.setTimeout(i,()=>{Y.close();let ne=new Error(`Stream timed out because of no activity for ${i} ms`);ne.name="TimeoutError",te(ne)}),r){let ne=()=>{Y.close();let ge=new Error("Request aborted");ge.name="AbortError",te(ge)};if(typeof r.addEventListener=="function"){let ge=r;ge.addEventListener("abort",ne,{once:!0}),Y.once("close",()=>ge.removeEventListener("abort",ne))}else r.onabort=ne}Y.on("frameError",(ne,ge,Je)=>{te(new Error(`Frame type id ${ne} in stream id ${Je} has failed with code ${ge}.`))}),Y.on("error",te),Y.on("aborted",()=>{te(new Error(`HTTP/2 stream is abnormally aborted in mid-communication with result code ${Y.rstCode}.`))}),Y.on("close",()=>{j.unref(),o&&j.destroy(),u||te(new Error("Unexpected error: http2 request did not get a response"))}),f=iAe(Y,e,i)})}updateHttpClientConfig(e,r){this.config=void 0,this.configProvider=this.configProvider.then(n=>({...n,[e]:r}))}httpHandlerConfigs(){return this.config??{}}destroySession(e){e.destroyed||e.destroy()}},KK=class extends sAe.Writable{bufferedBytes=[];_write(e,r,n){this.bufferedBytes.push(e),n()}},u7t=t=>l7t(t)?d7t(t):new Promise((e,r)=>{let n=new KK;t.pipe(n),t.on("error",s=>{n.end(),r(s)}),n.on("error",r),n.on("finish",function(){let s=new Uint8Array(Buffer.concat(this.bufferedBytes));e(s)})}),l7t=t=>typeof ReadableStream=="function"&&t instanceof ReadableStream;async function d7t(t){let e=[],r=t.getReader(),n=!1,s=0;for(;!n;){let{done:a,value:c}=await r.read();c&&(e.push(c),s+=c.length),n=a}let o=new Uint8Array(s),i=0;for(let a of e)o.set(a,i),i+=a.length;return o}O_.DEFAULT_REQUEST_TIMEOUT=c7t;O_.NodeHttp2Handler=zK;O_.NodeHttpHandler=VK;O_.streamCollector=u7t});var uAe=O(GO=>{"use strict";var aAe=tr(),p7t=GK(),m7t=De();function cAe(t,e){return new Request(t,e)}function f7t(t=0){return new Promise((e,r)=>{t&&setTimeout(()=>{let n=new Error(`Request did not complete within ${t} ms`);n.name="TimeoutError",r(n)},t)})}var BO={supported:void 0},QK=class t{config;configProvider;static create(e){return typeof e?.handle=="function"?e:new t(e)}constructor(e){typeof e=="function"?this.configProvider=e().then(r=>r||{}):(this.config=e??{},this.configProvider=Promise.resolve(this.config)),BO.supported===void 0&&(BO.supported=typeof Request<"u"&&"keepalive"in cAe("https://[::1]"))}destroy(){}async handle(e,{abortSignal:r,requestTimeout:n}={}){this.config||(this.config=await this.configProvider);let s=n??this.config.requestTimeout,o=this.config.keepAlive===!0,i=this.config.credentials;if(r?.aborted){let U=new Error("Request aborted");return U.name="AbortError",Promise.reject(U)}let a=e.path,c=p7t.buildQueryString(e.query||{});c&&(a+=`?${c}`),e.fragment&&(a+=`#${e.fragment}`);let u="";if(e.username!=null||e.password!=null){let U=e.username??"",B=e.password??"";u=`${U}:${B}@`}let{port:f,method:m}=e,h=`${e.protocol}//${u}${e.hostname}${f?`:${f}`:""}${a}`,y=m==="GET"||m==="HEAD"?void 0:e.body,C={body:y,headers:new Headers(e.headers),method:m,credentials:i};this.config?.cache&&(C.cache=this.config.cache),y&&(C.duplex="half"),typeof AbortController<"u"&&(C.signal=r),BO.supported&&(C.keepalive=o),typeof this.config.requestInit=="function"&&Object.assign(C,this.config.requestInit(e));let I=()=>{},$=cAe(h,C),N=[fetch($).then(U=>{let B=U.headers,W={};for(let te of B.entries())W[te[0]]=te[1];return U.body!=null?{response:new aAe.HttpResponse({headers:W,reason:U.statusText,statusCode:U.status,body:U.body})}:U.blob().then(te=>({response:new aAe.HttpResponse({headers:W,reason:U.statusText,statusCode:U.status,body:te})}))}),f7t(s)];return r&&N.push(new Promise((U,B)=>{let W=()=>{let j=new Error("Request aborted");j.name="AbortError",B(j)};if(typeof r.addEventListener=="function"){let j=r;j.addEventListener("abort",W,{once:!0}),I=()=>j.removeEventListener("abort",W)}else r.onabort=W})),Promise.race(N).finally(I)}updateHttpClientConfig(e,r){this.config=void 0,this.configProvider=this.configProvider.then(n=>(n[e]=r,n))}httpHandlerConfigs(){return this.config??{}}},g7t=async t=>typeof Blob=="function"&&t instanceof Blob||t.constructor?.name==="Blob"?Blob.prototype.arrayBuffer!==void 0?new Uint8Array(await t.arrayBuffer()):h7t(t):S7t(t);async function h7t(t){let e=await y7t(t),r=m7t.fromBase64(e);return new Uint8Array(r)}async function S7t(t){let e=[],r=t.getReader(),n=!1,s=0;for(;!n;){let{done:a,value:c}=await r.read();c&&(e.push(c),s+=c.length),n=a}let o=new Uint8Array(s),i=0;for(let a of e)o.set(a,i),i+=a.length;return o}function y7t(t){return new Promise((e,r)=>{let n=new FileReader;n.onloadend=()=>{if(n.readyState!==2)return r(new Error("Reader aborted too early"));let s=n.result??"",o=s.indexOf(","),i=o>-1?o+1:s.length;e(s.substring(i))},n.onabort=()=>r(new Error("Read aborted")),n.onerror=()=>r(n.error),n.readAsDataURL(t)})}GO.FetchHttpHandler=QK;GO.keepAliveSupport=BO;GO.streamCollector=g7t});var mAe=O(HO=>{"use strict";Object.defineProperty(HO,"__esModule",{value:!0});HO.sdkStreamMixin=void 0;var E7t=uAe(),C7t=De(),_7t=rl(),R7t=He(),lAe=ud(),dAe="The stream has already been transformed.",T7t=t=>{if(!pAe(t)&&!(0,lAe.isReadableStream)(t)){let s=t?.__proto__?.constructor?.name||t;throw new Error(`Unexpected stream implementation, expect Blob or ReadableStream, got ${s}`)}let e=!1,r=async()=>{if(e)throw new Error(dAe);return e=!0,await(0,E7t.streamCollector)(t)},n=s=>{if(typeof s.stream!="function")throw new Error(`Cannot transform payload Blob to web stream. Please make sure the Blob.stream() is polyfilled.
|
|
105
|
+
If you are using React Native, this API is not yet supported, see: https://react-native.canny.io/feature-requests/p/fetch-streaming-body`);return s.stream()};return Object.assign(t,{transformToByteArray:r,transformToString:async s=>{let o=await r();if(s==="base64")return(0,C7t.toBase64)(o);if(s==="hex")return(0,_7t.toHex)(o);if(s===void 0||s==="utf8"||s==="utf-8")return(0,R7t.toUtf8)(o);if(typeof TextDecoder=="function")return new TextDecoder(s).decode(o);throw new Error("TextDecoder is not available, please make sure polyfill is provided.")},transformToWebStream:()=>{if(e)throw new Error(dAe);if(e=!0,pAe(t))return n(t);if((0,lAe.isReadableStream)(t))return t;throw new Error(`Cannot transform payload to web stream, got ${t}`)}})};HO.sdkStreamMixin=T7t;var pAe=t=>typeof Blob=="function"&&t instanceof Blob});var gAe=O(VO=>{"use strict";Object.defineProperty(VO,"__esModule",{value:!0});VO.sdkStreamMixin=void 0;var A7t=ld(),P7t=ya(),YK=require("stream"),v7t=mAe(),fAe="The stream has already been transformed.",b7t=t=>{if(!(t instanceof YK.Readable))try{return(0,v7t.sdkStreamMixin)(t)}catch{let s=t?.__proto__?.constructor?.name||t;throw new Error(`Unexpected stream implementation, expect Stream.Readable instance, got ${s}`)}let e=!1,r=async()=>{if(e)throw new Error(fAe);return e=!0,await(0,A7t.streamCollector)(t)};return Object.assign(t,{transformToByteArray:r,transformToString:async n=>{let s=await r();return n===void 0||Buffer.isEncoding(n)?(0,P7t.fromArrayBuffer)(s.buffer,s.byteOffset,s.byteLength).toString(n):new TextDecoder(n).decode(s)},transformToWebStream:()=>{if(e)throw new Error(fAe);if(t.readableFlowing!==null)throw new Error("The stream has been consumed by other callbacks.");if(typeof YK.Readable.toWeb!="function")throw new Error("Readable.toWeb() is not supported. Please ensure a polyfill is available.");return e=!0,YK.Readable.toWeb(t)}})};VO.sdkStreamMixin=b7t});var hAe=O(JK=>{"use strict";Object.defineProperty(JK,"__esModule",{value:!0});JK.splitStream=I7t;async function I7t(t){return typeof t.stream=="function"&&(t=t.stream()),t.tee()}});var EAe=O(XK=>{"use strict";Object.defineProperty(XK,"__esModule",{value:!0});XK.splitStream=x7t;var SAe=require("stream"),D7t=hAe(),yAe=ud();async function x7t(t){if((0,yAe.isReadableStream)(t)||(0,yAe.isBlob)(t))return(0,D7t.splitStream)(t);let e=new SAe.PassThrough,r=new SAe.PassThrough;return t.pipe(e),t.pipe(r),[e,r]}});var jO=O(Tn=>{"use strict";var CAe=De(),_Ae=He(),RAe=OK(),TAe=GTe(),AAe=KTe(),PAe=QTe(),vAe=JTe(),bAe=gAe(),IAe=EAe(),DAe=ud(),ZK=class t extends Uint8Array{static fromString(e,r="utf-8"){if(typeof e=="string")return r==="base64"?t.mutate(CAe.fromBase64(e)):t.mutate(_Ae.fromUtf8(e));throw new Error(`Unsupported conversion from ${typeof e} to Uint8ArrayBlobAdapter.`)}static mutate(e){return Object.setPrototypeOf(e,t.prototype),e}transformToString(e="utf-8"){return e==="base64"?CAe.toBase64(this):_Ae.toUtf8(this)}};Tn.Uint8ArrayBlobAdapter=ZK;Object.keys(RAe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Tn,t)&&Object.defineProperty(Tn,t,{enumerable:!0,get:function(){return RAe[t]}})});Object.keys(TAe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Tn,t)&&Object.defineProperty(Tn,t,{enumerable:!0,get:function(){return TAe[t]}})});Object.keys(AAe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Tn,t)&&Object.defineProperty(Tn,t,{enumerable:!0,get:function(){return AAe[t]}})});Object.keys(PAe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Tn,t)&&Object.defineProperty(Tn,t,{enumerable:!0,get:function(){return PAe[t]}})});Object.keys(vAe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Tn,t)&&Object.defineProperty(Tn,t,{enumerable:!0,get:function(){return vAe[t]}})});Object.keys(bAe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Tn,t)&&Object.defineProperty(Tn,t,{enumerable:!0,get:function(){return bAe[t]}})});Object.keys(IAe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Tn,t)&&Object.defineProperty(Tn,t,{enumerable:!0,get:function(){return IAe[t]}})});Object.keys(DAe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Tn,t)&&Object.defineProperty(Tn,t,{enumerable:!0,get:function(){return DAe[t]}})})});var WO,di,zO=R(()=>{WO=T(jO()),di=async(t=new Uint8Array,e)=>{if(t instanceof Uint8Array)return WO.Uint8ArrayBlobAdapter.mutate(t);if(!t)return WO.Uint8ArrayBlobAdapter.mutate(new Uint8Array);let r=e.streamCollector(t);return WO.Uint8ArrayBlobAdapter.mutate(await r)}});function Wa(t){return encodeURIComponent(t).replace(/[!'()*]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}var KO=R(()=>{});var zi,e9=R(()=>{zi=t=>typeof t=="function"?t():t});var k_,QO=R(()=>{k_=(t,e,r,n,s)=>({name:e,namespace:t,traits:r,input:n,output:s})});var xAe,wAe,$Ae,t9,OAe=R(()=>{xAe=T(tr()),wAe=T($s());QO();$Ae=t=>(e,r)=>async n=>{let{response:s}=await e(n),{operationSchema:o}=(0,wAe.getSmithyContext)(r),[,i,a,c,u,f]=o??[];try{let m=await t.protocol.deserializeResponse(k_(i,a,c,u,f),{...t,...r},s);return{response:s,output:m}}catch(m){if(Object.defineProperty(m,"$response",{value:s,enumerable:!1,writable:!1,configurable:!1}),!("$metadata"in m)){let h="Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.";try{m.message+=`
|
|
106
|
+
`+h}catch{!r.logger||r.logger?.constructor?.name==="NoOpLogger"?console.warn(h):r.logger?.warn?.(h)}typeof m.$responseBodyText<"u"&&m.$response&&(m.$response.body=m.$responseBodyText);try{if(xAe.HttpResponse.isInstance(s)){let{headers:y={}}=s,C=Object.entries(y);m.$metadata={httpStatusCode:s.statusCode,requestId:t9(/^x-[\w-]+-request-?id$/,C),extendedRequestId:t9(/^x-[\w-]+-id-2$/,C),cfId:t9(/^x-[\w-]+-cf-id$/,C)}}}catch{}}throw m}},t9=(t,e)=>(e.find(([r])=>r.match(t))||[void 0,void 0])[1]});var kAe,NAe,LAe=R(()=>{kAe=T($s());QO();NAe=t=>(e,r)=>async n=>{let{operationSchema:s}=(0,kAe.getSmithyContext)(r),[,o,i,a,c,u]=s??[],f=r.endpointV2?.url&&t.urlParser?async()=>t.urlParser(r.endpointV2.url):t.endpoint,m=await t.protocol.serializeRequest(k_(o,i,a,c,u),n.input,{...t,...r,endpoint:f});return e({...n,request:m})}});function Tm(t){return{applyToStack:e=>{e.add(NAe(t),FAe),e.add($Ae(t),UAe),t.protocol.setSerdeContext(t)}}}var UAe,FAe,MAe=R(()=>{OAe();LAe();UAe={name:"deserializerMiddleware",step:"deserialize",tags:["DESERIALIZER"],override:!0},FAe={name:"serializerMiddleware",step:"serialize",tags:["SERIALIZER"],override:!0}});var Qr,dd=R(()=>{Qr=class{name;namespace;traits;static assign(e,r){return Object.assign(e,r)}static[Symbol.hasInstance](e){let r=this.prototype.isPrototypeOf(e);return!r&&typeof e=="object"&&e!==null?e.symbol===this.symbol:r}getName(){return this.namespace+"#"+this.name}}});var YO,w7t,qAe=R(()=>{dd();YO=class t extends Qr{static symbol=Symbol.for("@smithy/lis");name;traits;valueSchema;symbol=t.symbol},w7t=(t,e,r,n)=>Qr.assign(new YO,{name:e,namespace:t,traits:r,valueSchema:n})});var JO,$7t,BAe=R(()=>{dd();JO=class t extends Qr{static symbol=Symbol.for("@smithy/map");name;traits;keySchema;valueSchema;symbol=t.symbol},$7t=(t,e,r,n,s)=>Qr.assign(new JO,{name:e,namespace:t,traits:r,keySchema:n,valueSchema:s})});var XO,O7t,GAe=R(()=>{dd();XO=class t extends Qr{static symbol=Symbol.for("@smithy/ope");name;traits;input;output;symbol=t.symbol},O7t=(t,e,r,n,s)=>Qr.assign(new XO,{name:e,namespace:t,traits:r,input:n,output:s})});var Th,k7t,r9=R(()=>{dd();Th=class t extends Qr{static symbol=Symbol.for("@smithy/str");name;traits;memberNames;memberList;symbol=t.symbol},k7t=(t,e,r,n,s)=>Qr.assign(new Th,{name:e,namespace:t,traits:r,memberNames:n,memberList:s})});var ZO,N7t,HAe=R(()=>{dd();r9();ZO=class t extends Th{static symbol=Symbol.for("@smithy/err");ctor;symbol=t.symbol},N7t=(t,e,r,n,s,o)=>Qr.assign(new ZO,{name:e,namespace:t,traits:r,memberNames:n,memberList:s,ctor:null})});function za(t){if(typeof t=="object")return t;t=t|0;let e={},r=0;for(let n of["httpLabel","idempotent","idempotencyToken","sensitive","httpPayload","httpResponseCode","httpQueryParams"])(t>>r++&1)===1&&(e[n]=1);return e}var n9=R(()=>{});function N_(t,e){if(t instanceof Te)return Object.assign(t,{memberName:e,_isMemberSchema:!0});let r=Te;return new r(t,e)}var Te,s9,VAe,jAe=R(()=>{e9();n9();Te=class t{ref;memberName;static symbol=Symbol.for("@smithy/nor");symbol=t.symbol;name;schema;_isMemberSchema;traits;memberTraits;normalizedTraits;constructor(e,r){this.ref=e,this.memberName=r;let n=[],s=e,o=e;for(this._isMemberSchema=!1;s9(s);)n.push(s[1]),s=s[0],o=zi(s),this._isMemberSchema=!0;if(n.length>0){this.memberTraits={};for(let i=n.length-1;i>=0;--i){let a=n[i];Object.assign(this.memberTraits,za(a))}}else this.memberTraits=0;if(o instanceof t){let i=this.memberTraits;Object.assign(this,o),this.memberTraits=Object.assign({},i,o.getMemberTraits(),this.getMemberTraits()),this.normalizedTraits=void 0,this.memberName=r??o.memberName;return}if(this.schema=zi(o),VAe(this.schema)?(this.name=`${this.schema[1]}#${this.schema[2]}`,this.traits=this.schema[3]):(this.name=this.memberName??String(o),this.traits=0),this._isMemberSchema&&!r)throw new Error(`@smithy/core/schema - NormalizedSchema member init ${this.getName(!0)} missing member name.`)}static[Symbol.hasInstance](e){let r=this.prototype.isPrototypeOf(e);return!r&&typeof e=="object"&&e!==null?e.symbol===this.symbol:r}static of(e){let r=zi(e);if(r instanceof t)return r;if(s9(r)){let[n,s]=r;if(n instanceof t)return Object.assign(n.getMergedTraits(),za(s)),n;throw new Error(`@smithy/core/schema - may not init unwrapped member schema=${JSON.stringify(e,null,2)}.`)}return new t(r)}getSchema(){let e=this.schema;return e[0]===0?e[4]:e}getName(e=!1){let{name:r}=this;return!e&&r&&r.includes("#")?r.split("#")[1]:r||void 0}getMemberName(){return this.memberName}isMemberSchema(){return this._isMemberSchema}isListSchema(){let e=this.getSchema();return typeof e=="number"?e>=64&&e<128:e[0]===1}isMapSchema(){let e=this.getSchema();return typeof e=="number"?e>=128&&e<=255:e[0]===2}isStructSchema(){let r=this.getSchema()[0];return r===3||r===-3||r===4}isUnionSchema(){return this.getSchema()[0]===4}isBlobSchema(){let e=this.getSchema();return e===21||e===42}isTimestampSchema(){let e=this.getSchema();return typeof e=="number"&&e>=4&&e<=7}isUnitSchema(){return this.getSchema()==="unit"}isDocumentSchema(){return this.getSchema()===15}isStringSchema(){return this.getSchema()===0}isBooleanSchema(){return this.getSchema()===2}isNumericSchema(){return this.getSchema()===1}isBigIntegerSchema(){return this.getSchema()===17}isBigDecimalSchema(){return this.getSchema()===19}isStreaming(){let{streaming:e}=this.getMergedTraits();return!!e||this.getSchema()===42}isIdempotencyToken(){let e=o=>(o&4)===4||!!o?.idempotencyToken,{normalizedTraits:r,traits:n,memberTraits:s}=this;return e(r)||e(n)||e(s)}getMergedTraits(){return this.normalizedTraits??(this.normalizedTraits={...this.getOwnTraits(),...this.getMemberTraits()})}getMemberTraits(){return za(this.memberTraits)}getOwnTraits(){return za(this.traits)}getKeySchema(){let[e,r]=[this.isDocumentSchema(),this.isMapSchema()];if(!e&&!r)throw new Error(`@smithy/core/schema - cannot get key for non-map: ${this.getName(!0)}`);let n=this.getSchema(),s=e?15:n[4]??0;return N_([s,0],"key")}getValueSchema(){let e=this.getSchema(),[r,n,s]=[this.isDocumentSchema(),this.isMapSchema(),this.isListSchema()],o=typeof e=="number"?63&e:e&&typeof e=="object"&&(n||s)?e[3+e[0]]:r?15:void 0;if(o!=null)return N_([o,0],n?"value":"member");throw new Error(`@smithy/core/schema - ${this.getName(!0)} has no value member.`)}getMemberSchema(e){let r=this.getSchema();if(this.isStructSchema()&&r[4].includes(e)){let n=r[4].indexOf(e),s=r[5][n];return N_(s9(s)?s:[s,0],e)}if(this.isDocumentSchema())return N_([15,0],e);throw new Error(`@smithy/core/schema - ${this.getName(!0)} has no no member=${e}.`)}getMemberSchemas(){let e={};try{for(let[r,n]of this.structIterator())e[r]=n}catch{}return e}getEventStreamMember(){if(this.isStructSchema()){for(let[e,r]of this.structIterator())if(r.isStreaming()&&r.isStructSchema())return e}return""}*structIterator(){if(this.isUnitSchema())return;if(!this.isStructSchema())throw new Error("@smithy/core/schema - cannot iterate non-struct schema.");let e=this.getSchema();for(let r=0;r<e[4].length;++r)yield[e[4][r],N_([e[5][r],0],e[4][r])]}};s9=t=>Array.isArray(t)&&t.length===2,VAe=t=>Array.isArray(t)&&t.length>=5});var L_,L7t,U7t,WAe=R(()=>{dd();L_=class t extends Qr{static symbol=Symbol.for("@smithy/sim");name;schemaRef;traits;symbol=t.symbol},L7t=(t,e,r,n)=>Qr.assign(new L_,{name:e,namespace:t,traits:n,schemaRef:r}),U7t=(t,e,r,n)=>Qr.assign(new L_,{name:e,namespace:t,traits:r,schemaRef:n})});var F7t,zAe=R(()=>{F7t={BLOB:21,STREAMING_BLOB:42,BOOLEAN:2,STRING:0,NUMERIC:1,BIG_INTEGER:17,BIG_DECIMAL:19,DOCUMENT:15,TIMESTAMP_DEFAULT:4,TIMESTAMP_DATE_TIME:5,TIMESTAMP_HTTP_DATE:6,TIMESTAMP_EPOCH_SECONDS:7,LIST_MODIFIER:64,MAP_MODIFIER:128}});var We,KAe=R(()=>{We=class t{namespace;schemas;exceptions;static registries=new Map;constructor(e,r=new Map,n=new Map){this.namespace=e,this.schemas=r,this.exceptions=n}static for(e){return t.registries.has(e)||t.registries.set(e,new t(e)),t.registries.get(e)}register(e,r){let n=this.normalizeShapeId(e);t.for(n.split("#")[0]).schemas.set(n,r)}getSchema(e){let r=this.normalizeShapeId(e);if(!this.schemas.has(r))throw new Error(`@smithy/core/schema - schema not found for ${r}`);return this.schemas.get(r)}registerError(e,r){let n=e,s=t.for(n[1]);s.schemas.set(n[1]+"#"+n[2],n),s.exceptions.set(n,r)}getErrorCtor(e){let r=e;return t.for(r[1]).exceptions.get(r)}getBaseException(){for(let e of this.exceptions.keys())if(Array.isArray(e)){let[,r,n]=e,s=r+"#"+n;if(s.startsWith("smithy.ts.sdk.synthetic.")&&s.endsWith("ServiceException"))return e}}find(e){return[...this.schemas.values()].find(e)}clear(){this.schemas.clear(),this.exceptions.clear()}normalizeShapeId(e){return e.includes("#")?e:this.namespace+"#"+e}}});var ek={};st(ek,{ErrorSchema:()=>ZO,ListSchema:()=>YO,MapSchema:()=>JO,NormalizedSchema:()=>Te,OperationSchema:()=>XO,SCHEMA:()=>F7t,Schema:()=>Qr,SimpleSchema:()=>L_,StructureSchema:()=>Th,TypeRegistry:()=>We,deref:()=>zi,deserializerMiddlewareOption:()=>UAe,error:()=>N7t,getSchemaSerdePlugin:()=>Tm,isStaticSchema:()=>VAe,list:()=>w7t,map:()=>$7t,op:()=>O7t,operation:()=>k_,serializerMiddlewareOption:()=>FAe,sim:()=>L7t,simAdapter:()=>U7t,struct:()=>k7t,translateTraits:()=>za});var vt=R(()=>{e9();MAe();qAe();BAe();GAe();QO();HAe();jAe();dd();WAe();r9();zAe();n9();KAe()});var M7t,QAe=R(()=>{M7t=(t,e,r=n=>n)=>t});var q7t,B7t,U_,G7t,tk,F_,H7t,o9,i9,a9,c9,V7t,j7t,YAe,W7t,z7t,nk,K7t,u9,Q7t,Ah,l9,Y7t,J7t,X7t,JAe,XAe,Z7t,eJt,Am,d9,rk,M_,p9=R(()=>{q7t=t=>{switch(t){case"true":return!0;case"false":return!1;default:throw new Error(`Unable to parse boolean value "${t}"`)}},B7t=t=>{if(t!=null){if(typeof t=="number"){if((t===0||t===1)&&M_.warn(rk(`Expected boolean, got ${typeof t}: ${t}`)),t===0)return!1;if(t===1)return!0}if(typeof t=="string"){let e=t.toLowerCase();if((e==="false"||e==="true")&&M_.warn(rk(`Expected boolean, got ${typeof t}: ${t}`)),e==="false")return!1;if(e==="true")return!0}if(typeof t=="boolean")return t;throw new TypeError(`Expected boolean, got ${typeof t}: ${t}`)}},U_=t=>{if(t!=null){if(typeof t=="string"){let e=parseFloat(t);if(!Number.isNaN(e))return String(e)!==String(t)&&M_.warn(rk(`Expected number but observed string: ${t}`)),e}if(typeof t=="number")return t;throw new TypeError(`Expected number, got ${typeof t}: ${t}`)}},G7t=Math.ceil(34028234663852886e22),tk=t=>{let e=U_(t);if(e!==void 0&&!Number.isNaN(e)&&e!==1/0&&e!==-1/0&&Math.abs(e)>G7t)throw new TypeError(`Expected 32-bit float, got ${t}`);return e},F_=t=>{if(t!=null){if(Number.isInteger(t)&&!Number.isNaN(t))return t;throw new TypeError(`Expected integer, got ${typeof t}: ${t}`)}},H7t=F_,o9=t=>c9(t,32),i9=t=>c9(t,16),a9=t=>c9(t,8),c9=(t,e)=>{let r=F_(t);if(r!==void 0&&V7t(r,e)!==r)throw new TypeError(`Expected ${e}-bit integer, got ${t}`);return r},V7t=(t,e)=>{switch(e){case 32:return Int32Array.of(t)[0];case 16:return Int16Array.of(t)[0];case 8:return Int8Array.of(t)[0]}},j7t=(t,e)=>{if(t==null)throw e?new TypeError(`Expected a non-null value for ${e}`):new TypeError("Expected a non-null value");return t},YAe=t=>{if(t==null)return;if(typeof t=="object"&&!Array.isArray(t))return t;let e=Array.isArray(t)?"array":typeof t;throw new TypeError(`Expected object, got ${e}: ${t}`)},W7t=t=>{if(t!=null){if(typeof t=="string")return t;if(["boolean","number","bigint"].includes(typeof t))return M_.warn(rk(`Expected string, got ${typeof t}: ${t}`)),String(t);throw new TypeError(`Expected string, got ${typeof t}: ${t}`)}},z7t=t=>{if(t==null)return;let e=YAe(t),r=Object.entries(e).filter(([,n])=>n!=null).map(([n])=>n);if(r.length===0)throw new TypeError("Unions must have exactly one non-null member. None were found.");if(r.length>1)throw new TypeError(`Unions must have exactly one non-null member. Keys ${r} were not null.`);return e},nk=t=>U_(typeof t=="string"?Ah(t):t),K7t=nk,u9=t=>tk(typeof t=="string"?Ah(t):t),Q7t=/(-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?)|(-?Infinity)|(NaN)/g,Ah=t=>{let e=t.match(Q7t);if(e===null||e[0].length!==t.length)throw new TypeError("Expected real number, got implicit NaN");return parseFloat(t)},l9=t=>typeof t=="string"?JAe(t):U_(t),Y7t=l9,J7t=l9,X7t=t=>typeof t=="string"?JAe(t):tk(t),JAe=t=>{switch(t){case"NaN":return NaN;case"Infinity":return 1/0;case"-Infinity":return-1/0;default:throw new Error(`Unable to parse float value: ${t}`)}},XAe=t=>F_(typeof t=="string"?Ah(t):t),Z7t=XAe,eJt=t=>o9(typeof t=="string"?Ah(t):t),Am=t=>i9(typeof t=="string"?Ah(t):t),d9=t=>a9(typeof t=="string"?Ah(t):t),rk=t=>String(new TypeError(t).stack||t).split(`
|
|
107
|
+
`).slice(0,5).filter(e=>!e.includes("stackTraceWarning")).join(`
|
|
108
|
+
`),M_={warn:console.warn}});function B_(t){let e=t.getUTCFullYear(),r=t.getUTCMonth(),n=t.getUTCDay(),s=t.getUTCDate(),o=t.getUTCHours(),i=t.getUTCMinutes(),a=t.getUTCSeconds(),c=s<10?`0${s}`:`${s}`,u=o<10?`0${o}`:`${o}`,f=i<10?`0${i}`:`${i}`,m=a<10?`0${a}`:`${a}`;return`${tJt[n]}, ${c} ${f9[r]} ${e} ${u}:${f}:${m} GMT`}var tJt,f9,rJt,nJt,sJt,g9,oJt,iJt,aJt,h9,S9,q_,cJt,uJt,lJt,m9,dJt,pJt,mJt,Ka,fJt,gJt,Ph,ZAe=R(()=>{p9();tJt=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],f9=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];rJt=new RegExp(/^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?[zZ]$/),nJt=t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC-3339 date-times must be expressed as strings");let e=rJt.exec(t);if(!e)throw new TypeError("Invalid RFC-3339 date-time value");let[r,n,s,o,i,a,c,u]=e,f=Am(Ph(n)),m=Ka(s,"month",1,12),h=Ka(o,"day",1,31);return q_(f,m,h,{hours:i,minutes:a,seconds:c,fractionalMilliseconds:u})},sJt=new RegExp(/^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?(([-+]\d{2}\:\d{2})|[zZ])$/),g9=t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC-3339 date-times must be expressed as strings");let e=sJt.exec(t);if(!e)throw new TypeError("Invalid RFC-3339 date-time value");let[r,n,s,o,i,a,c,u,f]=e,m=Am(Ph(n)),h=Ka(s,"month",1,12),y=Ka(o,"day",1,31),C=q_(m,h,y,{hours:i,minutes:a,seconds:c,fractionalMilliseconds:u});return f.toUpperCase()!="Z"&&C.setTime(C.getTime()-gJt(f)),C},oJt=new RegExp(/^(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d{2}) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? GMT$/),iJt=new RegExp(/^(?:Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d{2})-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d{2}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? GMT$/),aJt=new RegExp(/^(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( [1-9]|\d{2}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? (\d{4})$/),h9=t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC-7231 date-times must be expressed as strings");let e=oJt.exec(t);if(e){let[r,n,s,o,i,a,c,u]=e;return q_(Am(Ph(o)),m9(s),Ka(n,"day",1,31),{hours:i,minutes:a,seconds:c,fractionalMilliseconds:u})}if(e=iJt.exec(t),e){let[r,n,s,o,i,a,c,u]=e;return lJt(q_(cJt(o),m9(s),Ka(n,"day",1,31),{hours:i,minutes:a,seconds:c,fractionalMilliseconds:u}))}if(e=aJt.exec(t),e){let[r,n,s,o,i,a,c,u]=e;return q_(Am(Ph(u)),m9(n),Ka(s.trimLeft(),"day",1,31),{hours:o,minutes:i,seconds:a,fractionalMilliseconds:c})}throw new TypeError("Invalid RFC-7231 date-time value")},S9=t=>{if(t==null)return;let e;if(typeof t=="number")e=t;else if(typeof t=="string")e=nk(t);else if(typeof t=="object"&&t.tag===1)e=t.value;else throw new TypeError("Epoch timestamps must be expressed as floating point numbers or their string representation");if(Number.isNaN(e)||e===1/0||e===-1/0)throw new TypeError("Epoch timestamps must be valid, non-Infinite, non-NaN numerics");return new Date(Math.round(e*1e3))},q_=(t,e,r,n)=>{let s=e-1;return pJt(t,s,r),new Date(Date.UTC(t,s,r,Ka(n.hours,"hour",0,23),Ka(n.minutes,"minute",0,59),Ka(n.seconds,"seconds",0,60),fJt(n.fractionalMilliseconds)))},cJt=t=>{let e=new Date().getUTCFullYear(),r=Math.floor(e/100)*100+Am(Ph(t));return r<e?r+100:r},uJt=50*365*24*60*60*1e3,lJt=t=>t.getTime()-new Date().getTime()>uJt?new Date(Date.UTC(t.getUTCFullYear()-100,t.getUTCMonth(),t.getUTCDate(),t.getUTCHours(),t.getUTCMinutes(),t.getUTCSeconds(),t.getUTCMilliseconds())):t,m9=t=>{let e=f9.indexOf(t);if(e<0)throw new TypeError(`Invalid month: ${t}`);return e+1},dJt=[31,28,31,30,31,30,31,31,30,31,30,31],pJt=(t,e,r)=>{let n=dJt[e];if(e===1&&mJt(t)&&(n=29),r>n)throw new TypeError(`Invalid day for ${f9[e]} in ${t}: ${r}`)},mJt=t=>t%4===0&&(t%100!==0||t%400===0),Ka=(t,e,r,n)=>{let s=d9(Ph(t));if(s<r||s>n)throw new TypeError(`${e} must be between ${r} and ${n}, inclusive`);return s},fJt=t=>t==null?0:u9("0."+t)*1e3,gJt=t=>{let e=t[0],r=1;if(e=="+")r=1;else if(e=="-")r=-1;else throw new TypeError(`Offset direction, ${e}, must be "+" or "-"`);let n=Number(t.substring(1,3)),s=Number(t.substring(4,6));return r*(n*60+s)*60*1e3},Ph=t=>{let e=0;for(;e<t.length-1&&t.charAt(e)==="0";)e++;return e===0?t:t.slice(e)}});var pi,ePe=R(()=>{pi=T(Fp())});var ks,tPe=R(()=>{ks=function(e){return Object.assign(new String(e),{deserializeJSON(){return JSON.parse(String(e))},toString(){return String(e)},toJSON(){return String(e)}})};ks.from=t=>t&&typeof t=="object"&&(t instanceof ks||"deserializeJSON"in t)?t:typeof t=="string"||Object.getPrototypeOf(t)===String.prototype?ks(String(t)):ks(JSON.stringify(t));ks.fromObject=ks.from});function y9(t){return(t.includes(",")||t.includes('"'))&&(t=`"${t.replace(/"/g,'\\"')}"`),t}var rPe=R(()=>{});function fu(t,e,r){let n=Number(t);if(n<e||n>r)throw new Error(`Value ${n} out of range [${e}, ${r}]`)}var E9,C9,_9,nPe,sPe,hJt,SJt,yJt,EJt,CJt,vh,R9,T9,oPe=R(()=>{E9="(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)(?:[ne|u?r]?s?day)?",C9="(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)",_9="(\\d?\\d):(\\d{2}):(\\d{2})(?:\\.(\\d+))?",nPe="(\\d?\\d)",sPe="(\\d{4})",hJt=new RegExp(/^(\d{4})-(\d\d)-(\d\d)[tT](\d\d):(\d\d):(\d\d)(\.(\d+))?(([-+]\d\d:\d\d)|[zZ])$/),SJt=new RegExp(`^${E9}, ${nPe} ${C9} ${sPe} ${_9} GMT$`),yJt=new RegExp(`^${E9}, ${nPe}-${C9}-(\\d\\d) ${_9} GMT$`),EJt=new RegExp(`^${E9} ${C9} ( [1-9]|\\d\\d) ${_9} ${sPe}$`),CJt=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],vh=t=>{if(t==null)return;let e=NaN;if(typeof t=="number")e=t;else if(typeof t=="string"){if(!/^-?\d*\.?\d+$/.test(t))throw new TypeError("parseEpochTimestamp - numeric string invalid.");e=Number.parseFloat(t)}else typeof t=="object"&&t.tag===1&&(e=t.value);if(isNaN(e)||Math.abs(e)===1/0)throw new TypeError("Epoch timestamps must be valid finite numbers.");return new Date(Math.round(e*1e3))},R9=t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC3339 timestamps must be strings");let e=hJt.exec(t);if(!e)throw new TypeError(`Invalid RFC3339 timestamp format ${t}`);let[,r,n,s,o,i,a,,c,u]=e;fu(n,1,12),fu(s,1,31),fu(o,0,23),fu(i,0,59),fu(a,0,60);let f=new Date(Date.UTC(Number(r),Number(n)-1,Number(s),Number(o),Number(i),Number(a),Number(c)?Math.round(parseFloat(`0.${c}`)*1e3):0));if(f.setUTCFullYear(Number(r)),u.toUpperCase()!="Z"){let[,m,h,y]=/([+-])(\d\d):(\d\d)/.exec(u)||[void 0,"+",0,0],C=m==="-"?1:-1;f.setTime(f.getTime()+C*(Number(h)*60*60*1e3+Number(y)*60*1e3))}return f},T9=t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC7231 timestamps must be strings.");let e,r,n,s,o,i,a,c;if((c=SJt.exec(t))?[,e,r,n,s,o,i,a]=c:(c=yJt.exec(t))?([,e,r,n,s,o,i,a]=c,n=(Number(n)+1900).toString()):(c=EJt.exec(t))&&([,r,e,s,o,i,a,n]=c),n&&i){let u=Date.UTC(Number(n),CJt.indexOf(r),Number(e),Number(s),Number(o),Number(i),a?Math.round(parseFloat(`0.${a}`)*1e3):0);fu(e,1,31),fu(s,0,23),fu(o,0,59),fu(i,0,60);let f=new Date(u);return f.setUTCFullYear(Number(n)),f}throw new TypeError(`Invalid RFC7231 date-time value ${t}.`)}});function A9(t,e,r){if(r<=0||!Number.isInteger(r))throw new Error("Invalid number of delimiters ("+r+") for splitEvery.");let n=t.split(e);if(r===1)return n;let s=[],o="";for(let i=0;i<n.length;i++)o===""?o=n[i]:o+=e+n[i],(i+1)%r===0&&(s.push(o),o="");return o!==""&&s.push(o),s}var iPe=R(()=>{});var G_,aPe=R(()=>{G_=t=>{let e=t.length,r=[],n=!1,s,o=0;for(let i=0;i<e;++i){let a=t[i];switch(a){case'"':s!=="\\"&&(n=!n);break;case",":n||(r.push(t.slice(o,i)),o=i+1);break;default:}s=a}return r.push(t.slice(o)),r.map(i=>{i=i.trim();let a=i.length;return a<2?i:(i[0]==='"'&&i[a-1]==='"'&&(i=i.slice(1,a-1)),i.replace(/\\"/g,'"'))})}});function P9(t){return new pr(String(t),"bigDecimal")}var cPe,pr,uPe=R(()=>{cPe=/^-?\d*(\.\d+)?$/,pr=class t{string;type;constructor(e,r){if(this.string=e,this.type=r,!cPe.test(e))throw new Error('@smithy/core/serde - NumericValue must only contain [0-9], at most one decimal point ".", and an optional negation prefix "-".')}toString(){return this.string}static[Symbol.hasInstance](e){if(!e||typeof e!="object")return!1;let r=e;return t.prototype.isPrototypeOf(e)||r.type==="bigDecimal"&&cPe.test(r.string)}}});var lPe={};st(lPe,{LazyJsonString:()=>ks,NumericValue:()=>pr,_parseEpochTimestamp:()=>vh,_parseRfc3339DateTimeWithOffset:()=>R9,_parseRfc7231DateTime:()=>T9,copyDocumentWithTransform:()=>M7t,dateToUtcString:()=>B_,expectBoolean:()=>B7t,expectByte:()=>a9,expectFloat32:()=>tk,expectInt:()=>H7t,expectInt32:()=>o9,expectLong:()=>F_,expectNonNull:()=>j7t,expectNumber:()=>U_,expectObject:()=>YAe,expectShort:()=>i9,expectString:()=>W7t,expectUnion:()=>z7t,generateIdempotencyToken:()=>pi.v4,handleFloat:()=>Y7t,limitedParseDouble:()=>l9,limitedParseFloat:()=>J7t,limitedParseFloat32:()=>X7t,logger:()=>M_,nv:()=>P9,parseBoolean:()=>q7t,parseEpochTimestamp:()=>S9,parseRfc3339DateTime:()=>nJt,parseRfc3339DateTimeWithOffset:()=>g9,parseRfc7231DateTime:()=>h9,quoteHeader:()=>y9,splitEvery:()=>A9,splitHeader:()=>G_,strictParseByte:()=>d9,strictParseDouble:()=>nk,strictParseFloat:()=>K7t,strictParseFloat32:()=>u9,strictParseInt:()=>Z7t,strictParseInt32:()=>eJt,strictParseLong:()=>XAe,strictParseShort:()=>Am});var Ns=R(()=>{QAe();ZAe();ePe();tPe();p9();rPe();oPe();iPe();aPe();uPe()});var Ls,bh=R(()=>{Ls=class{serdeContext;setSerdeContext(e){this.serdeContext=e}}});var sk,v9,dPe=R(()=>{sk=T(He()),v9=class{marshaller;serializer;deserializer;serdeContext;defaultContentType;constructor({marshaller:e,serializer:r,deserializer:n,serdeContext:s,defaultContentType:o}){this.marshaller=e,this.serializer=r,this.deserializer=n,this.serdeContext=s,this.defaultContentType=o}async serializeEventStream({eventStream:e,requestSchema:r,initialRequest:n}){let s=this.marshaller,o=r.getEventStreamMember(),i=r.getMemberSchema(o),a=this.serializer,c=this.defaultContentType,u=Symbol("initialRequestMarker"),f={async*[Symbol.asyncIterator](){if(n){let m={":event-type":{type:"string",value:"initial-request"},":message-type":{type:"string",value:"event"},":content-type":{type:"string",value:c}};a.write(r,n);let h=a.flush();yield{[u]:!0,headers:m,body:h}}for await(let m of e)yield m}};return s.serialize(f,m=>{if(m[u])return{headers:m.headers,body:m.body};let h=Object.keys(m).find(U=>U!=="__type")??"",{additionalHeaders:y,body:C,eventType:I,explicitPayloadContentType:$}=this.writeEventBody(h,i,m);return{headers:{":event-type":{type:"string",value:I},":message-type":{type:"string",value:"event"},":content-type":{type:"string",value:$??c},...y},body:C}})}async deserializeEventStream({response:e,responseSchema:r,initialResponseContainer:n}){let s=this.marshaller,o=r.getEventStreamMember(),a=r.getMemberSchema(o).getMemberSchemas(),c=Symbol("initialResponseMarker"),u=s.deserialize(e.body,async h=>{let y=Object.keys(h).find(I=>I!=="__type")??"",C=h[y].body;if(y==="initial-response"){let I=await this.deserializer.read(r,C);return delete I[o],{[c]:!0,...I}}else if(y in a){let I=a[y];if(I.isStructSchema()){let $={},N=!1;for(let[U,B]of I.structIterator()){let{eventHeader:W,eventPayload:j}=B.getMergedTraits();if(N=N||!!(W||j),j)B.isBlobSchema()?$[U]=C:B.isStringSchema()?$[U]=(this.serdeContext?.utf8Encoder??sk.toUtf8)(C):B.isStructSchema()&&($[U]=await this.deserializer.read(B,C));else if(W){let te=h[y].headers[U]?.value;te!=null&&(B.isNumericSchema()?te&&typeof te=="object"&&"bytes"in te?$[U]=BigInt(te.toString()):$[U]=Number(te):$[U]=te)}}if(N)return{[y]:$}}return{[y]:await this.deserializer.read(I,C)}}else return{$unknown:h}}),f=u[Symbol.asyncIterator](),m=await f.next();if(m.done)return u;if(m.value?.[c]){if(!r)throw new Error("@smithy::core/protocols - initial-response event encountered in event stream but no response schema given.");for(let[h,y]of Object.entries(m.value))n[h]=y}return{async*[Symbol.asyncIterator](){for(m?.value?.[c]||(yield m.value);;){let{done:h,value:y}=await f.next();if(h)break;yield y}}}}writeEventBody(e,r,n){let s=this.serializer,o=e,i=null,a,c=r.getSchema()[4].includes(e),u={};if(c){let h=r.getMemberSchema(e);if(h.isStructSchema()){for(let[y,C]of h.structIterator()){let{eventHeader:I,eventPayload:$}=C.getMergedTraits();if($)i=y;else if(I){let N=n[e][y],U="binary";C.isNumericSchema()?(-2)**31<=N&&N<=2**31-1?U="integer":U="long":C.isTimestampSchema()?U="timestamp":C.isStringSchema()?U="string":C.isBooleanSchema()&&(U="boolean"),N!=null&&(u[y]={type:U,value:N},delete n[e][y])}}if(i!==null){let y=h.getMemberSchema(i);y.isBlobSchema()?a="application/octet-stream":y.isStringSchema()&&(a="text/plain"),s.write(y,n[e][i])}else s.write(h,n[e])}else throw new Error("@smithy/core/event-streams - non-struct member not supported in event stream union.")}else{let[h,y]=n[e];o=h,s.write(15,y)}let f=s.flush();return{body:typeof f=="string"?(this.serdeContext?.utf8Decoder??sk.fromUtf8)(f):f,eventType:o,explicitPayloadContentType:a,additionalHeaders:u}}}});var pPe={};st(pPe,{EventStreamSerde:()=>v9});var mPe=R(()=>{dPe()});var ok,Pm,ik=R(()=>{vt();ok=T(tr());bh();Pm=class extends Ls{options;constructor(e){super(),this.options=e}getRequestType(){return ok.HttpRequest}getResponseType(){return ok.HttpResponse}setSerdeContext(e){this.serdeContext=e,this.serializer.setSerdeContext(e),this.deserializer.setSerdeContext(e),this.getPayloadCodec()&&this.getPayloadCodec().setSerdeContext(e)}updateServiceEndpoint(e,r){if("url"in r){e.protocol=r.url.protocol,e.hostname=r.url.hostname,e.port=r.url.port?Number(r.url.port):void 0,e.path=r.url.pathname,e.fragment=r.url.hash||void 0,e.username=r.url.username||void 0,e.password=r.url.password||void 0,e.query||(e.query={});for(let[n,s]of r.url.searchParams.entries())e.query[n]=s;return e}else return e.protocol=r.protocol,e.hostname=r.hostname,e.port=r.port?Number(r.port):void 0,e.path=r.path,e.query={...r.query},e}setHostPrefix(e,r,n){let s=Te.of(r.input),o=za(r.traits??{});if(o.endpoint){let i=o.endpoint?.[0];if(typeof i=="string"){let a=[...s.structIterator()].filter(([,c])=>c.getMergedTraits().hostLabel);for(let[c]of a){let u=n[c];if(typeof u!="string")throw new Error(`@smithy/core/schema - ${c} in input must be a string as hostLabel.`);i=i.replace(`{${c}}`,u)}e.hostname=i+e.hostname}}}deserializeMetadata(e){return{httpStatusCode:e.statusCode,requestId:e.headers["x-amzn-requestid"]??e.headers["x-amzn-request-id"]??e.headers["x-amz-request-id"],extendedRequestId:e.headers["x-amz-id-2"],cfId:e.headers["x-amz-cf-id"]}}async serializeEventStream({eventStream:e,requestSchema:r,initialRequest:n}){return(await this.loadEventStreamCapability()).serializeEventStream({eventStream:e,requestSchema:r,initialRequest:n})}async deserializeEventStream({response:e,responseSchema:r,initialResponseContainer:n}){return(await this.loadEventStreamCapability()).deserializeEventStream({response:e,responseSchema:r,initialResponseContainer:n})}async loadEventStreamCapability(){let{EventStreamSerde:e}=await Promise.resolve().then(()=>(mPe(),pPe));return new e({marshaller:this.getEventStreamMarshaller(),serializer:this.serializer,deserializer:this.deserializer,serdeContext:this.serdeContext,defaultContentType:this.getDefaultContentType()})}getDefaultContentType(){throw new Error(`@smithy/core/protocols - ${this.constructor.name} getDefaultContentType() implementation missing.`)}async deserializeHttpMessage(e,r,n,s,o){return[]}getEventStreamMarshaller(){let e=this.serdeContext;if(!e.eventStreamMarshaller)throw new Error("@smithy/core - HttpProtocol: eventStreamMarshaller missing in serdeContext.");return e.eventStreamMarshaller}}});var fPe,gPe,vm,hPe=R(()=>{vt();Ns();fPe=T(tr()),gPe=T(jO());zO();KO();ik();vm=class extends Pm{async serializeRequest(e,r,n){let s={...r??{}},o=this.serializer,i={},a={},c=await n.endpoint(),u=Te.of(e?.input),f=u.getSchema(),m=!1,h,y=new fPe.HttpRequest({protocol:"",hostname:"",port:void 0,path:"",fragment:void 0,query:i,headers:a,body:void 0});if(c){this.updateServiceEndpoint(y,c),this.setHostPrefix(y,e,s);let C=za(e.traits);if(C.http){y.method=C.http[0];let[I,$]=C.http[1].split("?");y.path=="/"?y.path=I:y.path+=I;let N=new URLSearchParams($??"");Object.assign(i,Object.fromEntries(N))}}for(let[C,I]of u.structIterator()){let $=I.getMergedTraits()??{},N=s[C];if(!(N==null&&!I.isIdempotencyToken()))if($.httpPayload)I.isStreaming()?I.isStructSchema()?s[C]&&(h=await this.serializeEventStream({eventStream:s[C],requestSchema:u})):h=N:(o.write(I,N),h=o.flush()),delete s[C];else if($.httpLabel){o.write(I,N);let U=o.flush();y.path.includes(`{${C}+}`)?y.path=y.path.replace(`{${C}+}`,U.split("/").map(Wa).join("/")):y.path.includes(`{${C}}`)&&(y.path=y.path.replace(`{${C}}`,Wa(U))),delete s[C]}else if($.httpHeader)o.write(I,N),a[$.httpHeader.toLowerCase()]=String(o.flush()),delete s[C];else if(typeof $.httpPrefixHeaders=="string"){for(let[U,B]of Object.entries(N)){let W=$.httpPrefixHeaders+U;o.write([I.getValueSchema(),{httpHeader:W}],B),a[W.toLowerCase()]=o.flush()}delete s[C]}else $.httpQuery||$.httpQueryParams?(this.serializeQuery(I,N,i),delete s[C]):m=!0}return m&&s&&(o.write(f,s),h=o.flush()),y.headers=a,y.query=i,y.body=h,y}serializeQuery(e,r,n){let s=this.serializer,o=e.getMergedTraits();if(o.httpQueryParams){for(let[i,a]of Object.entries(r))if(!(i in n)){let c=e.getValueSchema();Object.assign(c.getMergedTraits(),{...o,httpQuery:i,httpQueryParams:void 0}),this.serializeQuery(c,a,n)}return}if(e.isListSchema()){let i=!!e.getMergedTraits().sparse,a=[];for(let c of r){s.write([e.getValueSchema(),o],c);let u=s.flush();(i||u!==void 0)&&a.push(u)}n[o.httpQuery]=a}else s.write([e,o],r),n[o.httpQuery]=s.flush()}async deserializeResponse(e,r,n){let s=this.deserializer,o=Te.of(e.output),i={};if(n.statusCode>=300){let c=await di(n.body,r);throw c.byteLength>0&&Object.assign(i,await s.read(15,c)),await this.handleError(e,r,n,i,this.deserializeMetadata(n)),new Error("@smithy/core/protocols - HTTP Protocol error handler failed to throw.")}for(let c in n.headers){let u=n.headers[c];delete n.headers[c],n.headers[c.toLowerCase()]=u}let a=await this.deserializeHttpMessage(o,r,n,i);if(a.length){let c=await di(n.body,r);if(c.byteLength>0){let u=await s.read(o,c);for(let f of a)i[f]=u[f]}}else a.discardResponseBody&&await di(n.body,r);return i.$metadata=this.deserializeMetadata(n),i}async deserializeHttpMessage(e,r,n,s,o){let i;s instanceof Set?i=o:i=s;let a=!0,c=this.deserializer,u=Te.of(e),f=[];for(let[m,h]of u.structIterator()){let y=h.getMemberTraits();if(y.httpPayload){if(a=!1,h.isStreaming())h.isStructSchema()?i[m]=await this.deserializeEventStream({response:n,responseSchema:u}):i[m]=(0,gPe.sdkStreamMixin)(n.body);else if(n.body){let I=await di(n.body,r);I.byteLength>0&&(i[m]=await c.read(h,I))}}else if(y.httpHeader){let C=String(y.httpHeader).toLowerCase(),I=n.headers[C];if(I!=null)if(h.isListSchema()){let $=h.getValueSchema();$.getMergedTraits().httpHeader=C;let N;$.isTimestampSchema()&&$.getSchema()===4?N=A9(I,",",2):N=G_(I);let U=[];for(let B of N)U.push(await c.read($,B.trim()));i[m]=U}else i[m]=await c.read(h,I)}else if(y.httpPrefixHeaders!==void 0){i[m]={};for(let[C,I]of Object.entries(n.headers))if(C.startsWith(y.httpPrefixHeaders)){let $=h.getValueSchema();$.getMergedTraits().httpHeader=C,i[m][C.slice(y.httpPrefixHeaders.length)]=await c.read($,I)}}else y.httpResponseCode?i[m]=n.statusCode:f.push(m)}return f.discardResponseBody=a,f}}});var SPe,gu,yPe=R(()=>{vt();SPe=T(tr());zO();ik();gu=class extends Pm{async serializeRequest(e,r,n){let s=this.serializer,o={},i={},a=await n.endpoint(),c=Te.of(e?.input),u=c.getSchema(),f,m=new SPe.HttpRequest({protocol:"",hostname:"",port:void 0,path:"/",fragment:void 0,query:o,headers:i,body:void 0});a&&(this.updateServiceEndpoint(m,a),this.setHostPrefix(m,e,r));let h={...r};if(r){let y=c.getEventStreamMember();if(y){if(h[y]){let C={};for(let[I,$]of c.structIterator())I!==y&&h[I]&&(s.write($,h[I]),C[I]=s.flush());f=await this.serializeEventStream({eventStream:h[y],requestSchema:c,initialRequest:C})}}else s.write(u,h),f=s.flush()}return m.headers=i,m.query=o,m.body=f,m.method="POST",m}async deserializeResponse(e,r,n){let s=this.deserializer,o=Te.of(e.output),i={};if(n.statusCode>=300){let c=await di(n.body,r);throw c.byteLength>0&&Object.assign(i,await s.read(15,c)),await this.handleError(e,r,n,i,this.deserializeMetadata(n)),new Error("@smithy/core/protocols - RPC Protocol error handler failed to throw.")}for(let c in n.headers){let u=n.headers[c];delete n.headers[c],n.headers[c.toLowerCase()]=u}let a=o.getEventStreamMember();if(a)i[a]=await this.deserializeEventStream({response:n,responseSchema:o,initialResponseContainer:i});else{let c=await di(n.body,r);c.byteLength>0&&Object.assign(i,await s.read(o,c))}return i.$metadata=this.deserializeMetadata(n),i}}});var b9,I9=R(()=>{KO();b9=(t,e,r,n,s,o)=>{if(e!=null&&e[r]!==void 0){let i=n();if(i.length<=0)throw new Error("Empty value provided for input HTTP label: "+r+".");t=t.replace(s,o?i.split("/").map(a=>Wa(a)).join("/"):Wa(i))}else throw new Error("No value provided for input HTTP label: "+r+".");return t}});function D9(t,e){return new ak(t,e)}var EPe,ak,CPe=R(()=>{EPe=T(tr());I9();ak=class{input;context;query={};method="";headers={};path="";body=null;hostname="";resolvePathStack=[];constructor(e,r){this.input=e,this.context=r}async build(){let{hostname:e,protocol:r="https",port:n,path:s}=await this.context.endpoint();this.path=s;for(let o of this.resolvePathStack)o(this.path);return new EPe.HttpRequest({protocol:r,hostname:this.hostname||e,port:n,method:this.method,path:this.path,query:this.query,body:this.body,headers:this.headers})}hn(e){return this.hostname=e,this}bp(e){return this.resolvePathStack.push(r=>{this.path=`${r?.endsWith("/")?r.slice(0,-1):r||""}`+e}),this}p(e,r,n,s){return this.resolvePathStack.push(o=>{this.path=b9(o,this.input,e,r,n,s)}),this}h(e){return this.headers=e,this}q(e){return this.query=e,this}b(e){return this.body=e,this}m(e){return this.method=e,this}}});function Io(t,e){if(e.timestampFormat.useTrait&&t.isTimestampSchema()&&(t.getSchema()===5||t.getSchema()===6||t.getSchema()===7))return t.getSchema();let{httpLabel:r,httpPrefixHeaders:n,httpHeader:s,httpQuery:o}=t.getMergedTraits();return(e.httpBindings?typeof n=="string"||s?6:o||r?5:void 0:void 0)??e.timestampFormat.default}var ck=R(()=>{});var x9,_Pe,bm,w9=R(()=>{vt();Ns();x9=T(De()),_Pe=T(He());bh();ck();bm=class extends Ls{settings;constructor(e){super(),this.settings=e}read(e,r){let n=Te.of(e);if(n.isListSchema())return G_(r).map(s=>this.read(n.getValueSchema(),s));if(n.isBlobSchema())return(this.serdeContext?.base64Decoder??x9.fromBase64)(r);if(n.isTimestampSchema())switch(Io(n,this.settings)){case 5:return R9(r);case 6:return T9(r);case 7:return vh(r);default:return console.warn("Missing timestamp format, parsing value with Date constructor:",r),new Date(r)}if(n.isStringSchema()){let s=n.getMergedTraits().mediaType,o=r;if(s)return n.getMergedTraits().httpHeader&&(o=this.base64ToUtf8(o)),(s==="application/json"||s.endsWith("+json"))&&(o=ks.from(o)),o}return n.isNumericSchema()?Number(r):n.isBigIntegerSchema()?BigInt(r):n.isBigDecimalSchema()?new pr(r,"bigDecimal"):n.isBooleanSchema()?String(r).toLowerCase()==="true":r}base64ToUtf8(e){return(this.serdeContext?.utf8Encoder??_Pe.toUtf8)((this.serdeContext?.base64Decoder??x9.fromBase64)(e))}}});var uk,Im,RPe=R(()=>{vt();uk=T(He());bh();w9();Im=class extends Ls{codecDeserializer;stringDeserializer;constructor(e,r){super(),this.codecDeserializer=e,this.stringDeserializer=new bm(r)}setSerdeContext(e){this.stringDeserializer.setSerdeContext(e),this.codecDeserializer.setSerdeContext(e),this.serdeContext=e}read(e,r){let n=Te.of(e),s=n.getMergedTraits(),o=this.serdeContext?.utf8Encoder??uk.toUtf8;if(s.httpHeader||s.httpResponseCode)return this.stringDeserializer.read(n,o(r));if(s.httpPayload){if(n.isBlobSchema()){let i=this.serdeContext?.utf8Decoder??uk.fromUtf8;return typeof r=="string"?i(r):r}else if(n.isStringSchema())return"byteLength"in r?o(r):r}return this.codecDeserializer.read(n,r)}}});var $9,H_,O9=R(()=>{vt();Ns();$9=T(De());bh();ck();H_=class extends Ls{settings;stringBuffer="";constructor(e){super(),this.settings=e}write(e,r){let n=Te.of(e);switch(typeof r){case"object":if(r===null){this.stringBuffer="null";return}if(n.isTimestampSchema()){if(!(r instanceof Date))throw new Error(`@smithy/core/protocols - received non-Date value ${r} when schema expected Date in ${n.getName(!0)}`);switch(Io(n,this.settings)){case 5:this.stringBuffer=r.toISOString().replace(".000Z","Z");break;case 6:this.stringBuffer=B_(r);break;case 7:this.stringBuffer=String(r.getTime()/1e3);break;default:console.warn("Missing timestamp format, using epoch seconds",r),this.stringBuffer=String(r.getTime()/1e3)}return}if(n.isBlobSchema()&&"byteLength"in r){this.stringBuffer=(this.serdeContext?.base64Encoder??$9.toBase64)(r);return}if(n.isListSchema()&&Array.isArray(r)){let i="";for(let a of r){this.write([n.getValueSchema(),n.getMergedTraits()],a);let c=this.flush(),u=n.getValueSchema().isTimestampSchema()?c:y9(c);i!==""&&(i+=", "),i+=u}this.stringBuffer=i;return}this.stringBuffer=JSON.stringify(r,null,2);break;case"string":let s=n.getMergedTraits().mediaType,o=r;if(s&&((s==="application/json"||s.endsWith("+json"))&&(o=ks.from(o)),n.getMergedTraits().httpHeader)){this.stringBuffer=(this.serdeContext?.base64Encoder??$9.toBase64)(o.toString());return}this.stringBuffer=r;break;default:n.isIdempotencyToken()?this.stringBuffer=(0,pi.v4)():this.stringBuffer=String(r)}}flush(){let e=this.stringBuffer;return this.stringBuffer="",e}}});var Dm,TPe=R(()=>{vt();O9();Dm=class{codecSerializer;stringSerializer;buffer;constructor(e,r,n=new H_(r)){this.codecSerializer=e,this.stringSerializer=n}setSerdeContext(e){this.codecSerializer.setSerdeContext(e),this.stringSerializer.setSerdeContext(e)}write(e,r){let n=Te.of(e),s=n.getMergedTraits();if(s.httpHeader||s.httpLabel||s.httpQuery){this.stringSerializer.write(n,r),this.buffer=this.stringSerializer.flush();return}return this.codecSerializer.write(n,r)}flush(){if(this.buffer!==void 0){let e=this.buffer;return this.buffer=void 0,e}return this.codecSerializer.flush()}}});var APe={};st(APe,{FromStringShapeDeserializer:()=>bm,HttpBindingProtocol:()=>vm,HttpInterceptingShapeDeserializer:()=>Im,HttpInterceptingShapeSerializer:()=>Dm,HttpProtocol:()=>Pm,RequestBuilder:()=>ak,RpcProtocol:()=>gu,SerdeContext:()=>Ls,ToStringShapeSerializer:()=>H_,collectBody:()=>di,determineTimestampFormat:()=>Io,extendedEncodeURIComponent:()=>Wa,requestBuilder:()=>D9,resolvedPath:()=>b9});var ao=R(()=>{zO();KO();hPe();ik();yPe();CPe();I9();w9();RPe();TPe();O9();ck();bh()});var PPe=R(()=>{ao()});function _Jt(t,e,r){t.__smithy_context?t.__smithy_context.features||(t.__smithy_context.features={}):t.__smithy_context={features:{}},t.__smithy_context.features[e]=r}var vPe=R(()=>{});var hu,bPe=R(()=>{hu=class{authSchemes=new Map;constructor(e){for(let[r,n]of Object.entries(e))n!==void 0&&this.authSchemes.set(r,n)}getIdentityProvider(e){return this.authSchemes.get(e)}}});var IPe,k9,N9,DPe=R(()=>{IPe=T(tr()),k9=T(gn()),N9=class{async sign(e,r,n){if(!n)throw new Error("request could not be signed with `apiKey` since the `name` and `in` signer properties are missing");if(!n.name)throw new Error("request could not be signed with `apiKey` since the `name` signer property is missing");if(!n.in)throw new Error("request could not be signed with `apiKey` since the `in` signer property is missing");if(!r.apiKey)throw new Error("request could not be signed with `apiKey` since the `apiKey` is not defined");let s=IPe.HttpRequest.clone(e);if(n.in===k9.HttpApiKeyAuthLocation.QUERY)s.query[n.name]=r.apiKey;else if(n.in===k9.HttpApiKeyAuthLocation.HEADER)s.headers[n.name]=n.scheme?`${n.scheme} ${r.apiKey}`:r.apiKey;else throw new Error("request can only be signed with `apiKey` locations `query` or `header`, but found: `"+n.in+"`");return s}}});var xPe,L9,wPe=R(()=>{xPe=T(tr()),L9=class{async sign(e,r,n){let s=xPe.HttpRequest.clone(e);if(!r.token)throw new Error("request could not be signed with `token` since the `token` is not defined");return s.headers.Authorization=`Bearer ${r.token}`,s}}});var Ki,$Pe=R(()=>{Ki=class{async sign(e,r,n){return e}}});var OPe=R(()=>{DPe();wPe();$Pe()});var kPe,RJt,U9,lk,F9,NPe=R(()=>{kPe=t=>function(r){return lk(r)&&r.expiration.getTime()-Date.now()<t},RJt=3e5,U9=kPe(3e5),lk=t=>t.expiration!==void 0,F9=(t,e,r)=>{if(t===void 0)return;let n=typeof t!="function"?async()=>Promise.resolve(t):t,s,o,i,a=!1,c=async u=>{o||(o=n(u));try{s=await o,i=!0,a=!1}finally{o=void 0}return s};return e===void 0?async u=>((!i||u?.forceRefresh)&&(s=await c(u)),s):async u=>((!i||u?.forceRefresh)&&(s=await c(u)),a?s:r(s)?(e(s)&&await c(u),s):(a=!0,s))}});var LPe=R(()=>{bPe();OPe();NPe()});var xm={};st(xm,{DefaultIdentityProviderConfig:()=>hu,EXPIRATION_MS:()=>RJt,HttpApiKeyAuthSigner:()=>N9,HttpBearerAuthSigner:()=>L9,NoAuthSigner:()=>Ki,createIsIdentityExpiredFunction:()=>kPe,createPaginator:()=>FTe,doesIdentityRequireRefresh:()=>lk,getHttpAuthSchemeEndpointRuleSetPlugin:()=>_m,getHttpAuthSchemePlugin:()=>PYt,getHttpSigningPlugin:()=>Rm,getSmithyContext:()=>EYt,httpAuthSchemeEndpointRuleSetMiddlewareOptions:()=>RTe,httpAuthSchemeMiddleware:()=>$_,httpAuthSchemeMiddlewareOptions:()=>DTe,httpSigningMiddleware:()=>xK,httpSigningMiddlewareOptions:()=>kTe,isIdentityExpired:()=>U9,memoizeIdentityProvider:()=>F9,normalizeProvider:()=>cd,requestBuilder:()=>D9,setFeature:()=>_Jt});var Zn=R(()=>{STe();wTe();LTe();UTe();MTe();PPe();vPe();LPe()});var md=O(wm=>{"use strict";var q9=gn(),B9=class{capacity;data=new Map;parameters=[];constructor({size:e,params:r}){this.capacity=e??50,r&&(this.parameters=r)}get(e,r){let n=this.hash(e);if(n===!1)return r();if(!this.data.has(n)){if(this.data.size>this.capacity+10){let s=this.data.keys(),o=0;for(;;){let{value:i,done:a}=s.next();if(this.data.delete(i),a||++o>10)break}}this.data.set(n,r())}return this.data.get(n)}size(){return this.data.size}hash(e){let r="",{parameters:n}=this;if(n.length===0)return!1;for(let s of n){let o=String(e[s]??"");if(o.includes("|;"))return!1;r+=o+"|;"}return r}},TJt=new RegExp("^(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}$"),UPe=t=>TJt.test(t)||t.startsWith("[")&&t.endsWith("]"),AJt=new RegExp("^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$"),H9=(t,e=!1)=>{if(!e)return AJt.test(t);let r=t.split(".");for(let n of r)if(!H9(n))return!1;return!0},G9={},V_="endpoints";function pd(t){return typeof t!="object"||t==null?t:"ref"in t?`$${pd(t.ref)}`:"fn"in t?`${t.fn}(${(t.argv||[]).map(pd).join(", ")})`:JSON.stringify(t,null,2)}var es=class extends Error{constructor(e){super(e),this.name="EndpointError"}},PJt=(t,e)=>t===e,vJt=t=>{let e=t.split("."),r=[];for(let n of e){let s=n.indexOf("[");if(s!==-1){if(n.indexOf("]")!==n.length-1)throw new es(`Path: '${t}' does not end with ']'`);let o=n.slice(s+1,-1);if(Number.isNaN(parseInt(o)))throw new es(`Invalid array index: '${o}' in path: '${t}'`);s!==0&&r.push(n.slice(0,s)),r.push(o)}else r.push(n)}return r},FPe=(t,e)=>vJt(e).reduce((r,n)=>{if(typeof r!="object")throw new es(`Index '${n}' in '${e}' not found in '${JSON.stringify(t)}'`);return Array.isArray(r)?r[parseInt(n)]:r[n]},t),bJt=t=>t!=null,IJt=t=>!t,M9={[q9.EndpointURLScheme.HTTP]:80,[q9.EndpointURLScheme.HTTPS]:443},DJt=t=>{let e=(()=>{try{if(t instanceof URL)return t;if(typeof t=="object"&&"hostname"in t){let{hostname:h,port:y,protocol:C="",path:I="",query:$={}}=t,N=new URL(`${C}//${h}${y?`:${y}`:""}${I}`);return N.search=Object.entries($).map(([U,B])=>`${U}=${B}`).join("&"),N}return new URL(t)}catch{return null}})();if(!e)return console.error(`Unable to parse ${JSON.stringify(t)} as a whatwg URL.`),null;let r=e.href,{host:n,hostname:s,pathname:o,protocol:i,search:a}=e;if(a)return null;let c=i.slice(0,-1);if(!Object.values(q9.EndpointURLScheme).includes(c))return null;let u=UPe(s),f=r.includes(`${n}:${M9[c]}`)||typeof t=="string"&&t.includes(`${n}:${M9[c]}`),m=`${n}${f?`:${M9[c]}`:""}`;return{scheme:c,authority:m,path:o,normalizedPath:o.endsWith("/")?o:`${o}/`,isIp:u}},xJt=(t,e)=>t===e,wJt=(t,e,r,n)=>e>=r||t.length<r?null:n?t.substring(t.length-r,t.length-e):t.substring(e,r),$Jt=t=>encodeURIComponent(t).replace(/[!*'()]/g,e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`),OJt={booleanEquals:PJt,getAttr:FPe,isSet:bJt,isValidHostLabel:H9,not:IJt,parseURL:DJt,stringEquals:xJt,substring:wJt,uriEncode:$Jt},MPe=(t,e)=>{let r=[],n={...e.endpointParams,...e.referenceRecord},s=0;for(;s<t.length;){let o=t.indexOf("{",s);if(o===-1){r.push(t.slice(s));break}r.push(t.slice(s,o));let i=t.indexOf("}",o);if(i===-1){r.push(t.slice(o));break}t[o+1]==="{"&&t[i+1]==="}"&&(r.push(t.slice(o+1,i)),s=i+2);let a=t.substring(o+1,i);if(a.includes("#")){let[c,u]=a.split("#");r.push(FPe(n[c],u))}else r.push(n[a]);s=i+1}return r.join("")},kJt=({ref:t},e)=>({...e.endpointParams,...e.referenceRecord})[t],dk=(t,e,r)=>{if(typeof t=="string")return MPe(t,r);if(t.fn)return BPe.callFunction(t,r);if(t.ref)return kJt(t,r);throw new es(`'${e}': ${String(t)} is not a string, function or reference.`)},qPe=({fn:t,argv:e},r)=>{let n=e.map(o=>["boolean","number"].includes(typeof o)?o:BPe.evaluateExpression(o,"arg",r)),s=t.split(".");return s[0]in G9&&s[1]!=null?G9[s[0]][s[1]](...n):OJt[t](...n)},BPe={evaluateExpression:dk,callFunction:qPe},NJt=({assign:t,...e},r)=>{if(t&&t in r.referenceRecord)throw new es(`'${t}' is already defined in Reference Record.`);let n=qPe(e,r);return r.logger?.debug?.(`${V_} evaluateCondition: ${pd(e)} = ${pd(n)}`),{result:n===""?!0:!!n,...t!=null&&{toAssign:{name:t,value:n}}}},V9=(t=[],e)=>{let r={};for(let n of t){let{result:s,toAssign:o}=NJt(n,{...e,referenceRecord:{...e.referenceRecord,...r}});if(!s)return{result:s};o&&(r[o.name]=o.value,e.logger?.debug?.(`${V_} assign: ${o.name} := ${pd(o.value)}`))}return{result:!0,referenceRecord:r}},LJt=(t,e)=>Object.entries(t).reduce((r,[n,s])=>({...r,[n]:s.map(o=>{let i=dk(o,"Header value entry",e);if(typeof i!="string")throw new es(`Header '${n}' value '${i}' is not a string`);return i})}),{}),GPe=(t,e)=>Object.entries(t).reduce((r,[n,s])=>({...r,[n]:VPe.getEndpointProperty(s,e)}),{}),HPe=(t,e)=>{if(Array.isArray(t))return t.map(r=>HPe(r,e));switch(typeof t){case"string":return MPe(t,e);case"object":if(t===null)throw new es(`Unexpected endpoint property: ${t}`);return VPe.getEndpointProperties(t,e);case"boolean":return t;default:throw new es(`Unexpected endpoint property type: ${typeof t}`)}},VPe={getEndpointProperty:HPe,getEndpointProperties:GPe},UJt=(t,e)=>{let r=dk(t,"Endpoint URL",e);if(typeof r=="string")try{return new URL(r)}catch(n){throw console.error(`Failed to construct URL with ${r}`,n),n}throw new es(`Endpoint URL must be a string, got ${typeof r}`)},FJt=(t,e)=>{let{conditions:r,endpoint:n}=t,{result:s,referenceRecord:o}=V9(r,e);if(!s)return;let i={...e,referenceRecord:{...e.referenceRecord,...o}},{url:a,properties:c,headers:u}=n;return e.logger?.debug?.(`${V_} Resolving endpoint from template: ${pd(n)}`),{...u!=null&&{headers:LJt(u,i)},...c!=null&&{properties:GPe(c,i)},url:UJt(a,i)}},MJt=(t,e)=>{let{conditions:r,error:n}=t,{result:s,referenceRecord:o}=V9(r,e);if(s)throw new es(dk(n,"Error",{...e,referenceRecord:{...e.referenceRecord,...o}}))},jPe=(t,e)=>{for(let r of t)if(r.type==="endpoint"){let n=FJt(r,e);if(n)return n}else if(r.type==="error")MJt(r,e);else if(r.type==="tree"){let n=WPe.evaluateTreeRule(r,e);if(n)return n}else throw new es(`Unknown endpoint rule: ${r}`);throw new es("Rules evaluation failed")},qJt=(t,e)=>{let{conditions:r,rules:n}=t,{result:s,referenceRecord:o}=V9(r,e);if(s)return WPe.evaluateRules(n,{...e,referenceRecord:{...e.referenceRecord,...o}})},WPe={evaluateRules:jPe,evaluateTreeRule:qJt},BJt=(t,e)=>{let{endpointParams:r,logger:n}=e,{parameters:s,rules:o}=t;e.logger?.debug?.(`${V_} Initial EndpointParams: ${pd(r)}`);let i=Object.entries(s).filter(([,u])=>u.default!=null).map(([u,f])=>[u,f.default]);if(i.length>0)for(let[u,f]of i)r[u]=r[u]??f;let a=Object.entries(s).filter(([,u])=>u.required).map(([u])=>u);for(let u of a)if(r[u]==null)throw new es(`Missing required parameter: '${u}'`);let c=jPe(o,{endpointParams:r,logger:n,referenceRecord:{}});return e.logger?.debug?.(`${V_} Resolved endpoint: ${pd(c)}`),c};wm.EndpointCache=B9;wm.EndpointError=es;wm.customEndpointFunctions=G9;wm.isIpAddress=UPe;wm.isValidHostLabel=H9;wm.resolveEndpoint=BJt});var KPe=O(zPe=>{"use strict";function GJt(t){let e={};if(t=t.replace(/^\?/,""),t)for(let r of t.split("&")){let[n,s=null]=r.split("=");n=decodeURIComponent(n),s&&(s=decodeURIComponent(s)),n in e?Array.isArray(e[n])?e[n].push(s):e[n]=[e[n],s]:e[n]=s}return e}zPe.parseQueryString=GJt});var Su=O(YPe=>{"use strict";var HJt=KPe(),QPe=t=>{if(typeof t=="string")return QPe(new URL(t));let{hostname:e,pathname:r,port:n,protocol:s,search:o}=t,i;return o&&(i=HJt.parseQueryString(o)),{hostname:e,port:n?parseInt(n):void 0,protocol:s,path:r,query:i}};YPe.parseUrl=QPe});var $m=O(Qi=>{"use strict";var Ih=md(),VJt=Su(),XPe=(t,e=!1)=>{if(e){for(let r of t.split("."))if(!XPe(r))return!1;return!0}return!(!Ih.isValidHostLabel(t)||t.length<3||t.length>63||t!==t.toLowerCase()||Ih.isIpAddress(t))},JPe=":",jJt="/",WJt=t=>{let e=t.split(JPe);if(e.length<6)return null;let[r,n,s,o,i,...a]=e;if(r!=="arn"||n===""||s===""||a.join(JPe)==="")return null;let c=a.map(u=>u.split(jJt)).flat();return{partition:n,service:s,region:o,accountId:i,resourceId:c}},zJt=[{id:"aws",outputs:{dnsSuffix:"amazonaws.com",dualStackDnsSuffix:"api.aws",implicitGlobalRegion:"us-east-1",name:"aws",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",regions:{"af-south-1":{description:"Africa (Cape Town)"},"ap-east-1":{description:"Asia Pacific (Hong Kong)"},"ap-east-2":{description:"Asia Pacific (Taipei)"},"ap-northeast-1":{description:"Asia Pacific (Tokyo)"},"ap-northeast-2":{description:"Asia Pacific (Seoul)"},"ap-northeast-3":{description:"Asia Pacific (Osaka)"},"ap-south-1":{description:"Asia Pacific (Mumbai)"},"ap-south-2":{description:"Asia Pacific (Hyderabad)"},"ap-southeast-1":{description:"Asia Pacific (Singapore)"},"ap-southeast-2":{description:"Asia Pacific (Sydney)"},"ap-southeast-3":{description:"Asia Pacific (Jakarta)"},"ap-southeast-4":{description:"Asia Pacific (Melbourne)"},"ap-southeast-5":{description:"Asia Pacific (Malaysia)"},"ap-southeast-6":{description:"Asia Pacific (New Zealand)"},"ap-southeast-7":{description:"Asia Pacific (Thailand)"},"aws-global":{description:"aws global region"},"ca-central-1":{description:"Canada (Central)"},"ca-west-1":{description:"Canada West (Calgary)"},"eu-central-1":{description:"Europe (Frankfurt)"},"eu-central-2":{description:"Europe (Zurich)"},"eu-north-1":{description:"Europe (Stockholm)"},"eu-south-1":{description:"Europe (Milan)"},"eu-south-2":{description:"Europe (Spain)"},"eu-west-1":{description:"Europe (Ireland)"},"eu-west-2":{description:"Europe (London)"},"eu-west-3":{description:"Europe (Paris)"},"il-central-1":{description:"Israel (Tel Aviv)"},"me-central-1":{description:"Middle East (UAE)"},"me-south-1":{description:"Middle East (Bahrain)"},"mx-central-1":{description:"Mexico (Central)"},"sa-east-1":{description:"South America (Sao Paulo)"},"us-east-1":{description:"US East (N. Virginia)"},"us-east-2":{description:"US East (Ohio)"},"us-west-1":{description:"US West (N. California)"},"us-west-2":{description:"US West (Oregon)"}}},{id:"aws-cn",outputs:{dnsSuffix:"amazonaws.com.cn",dualStackDnsSuffix:"api.amazonwebservices.com.cn",implicitGlobalRegion:"cn-northwest-1",name:"aws-cn",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^cn\\-\\w+\\-\\d+$",regions:{"aws-cn-global":{description:"aws-cn global region"},"cn-north-1":{description:"China (Beijing)"},"cn-northwest-1":{description:"China (Ningxia)"}}},{id:"aws-eusc",outputs:{dnsSuffix:"amazonaws.eu",dualStackDnsSuffix:"api.amazonwebservices.eu",implicitGlobalRegion:"eusc-de-east-1",name:"aws-eusc",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^eusc\\-(de)\\-\\w+\\-\\d+$",regions:{"eusc-de-east-1":{description:"EU (Germany)"}}},{id:"aws-iso",outputs:{dnsSuffix:"c2s.ic.gov",dualStackDnsSuffix:"api.aws.ic.gov",implicitGlobalRegion:"us-iso-east-1",name:"aws-iso",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^us\\-iso\\-\\w+\\-\\d+$",regions:{"aws-iso-global":{description:"aws-iso global region"},"us-iso-east-1":{description:"US ISO East"},"us-iso-west-1":{description:"US ISO WEST"}}},{id:"aws-iso-b",outputs:{dnsSuffix:"sc2s.sgov.gov",dualStackDnsSuffix:"api.aws.scloud",implicitGlobalRegion:"us-isob-east-1",name:"aws-iso-b",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^us\\-isob\\-\\w+\\-\\d+$",regions:{"aws-iso-b-global":{description:"aws-iso-b global region"},"us-isob-east-1":{description:"US ISOB East (Ohio)"},"us-isob-west-1":{description:"US ISOB West"}}},{id:"aws-iso-e",outputs:{dnsSuffix:"cloud.adc-e.uk",dualStackDnsSuffix:"api.cloud-aws.adc-e.uk",implicitGlobalRegion:"eu-isoe-west-1",name:"aws-iso-e",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^eu\\-isoe\\-\\w+\\-\\d+$",regions:{"aws-iso-e-global":{description:"aws-iso-e global region"},"eu-isoe-west-1":{description:"EU ISOE West"}}},{id:"aws-iso-f",outputs:{dnsSuffix:"csp.hci.ic.gov",dualStackDnsSuffix:"api.aws.hci.ic.gov",implicitGlobalRegion:"us-isof-south-1",name:"aws-iso-f",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^us\\-isof\\-\\w+\\-\\d+$",regions:{"aws-iso-f-global":{description:"aws-iso-f global region"},"us-isof-east-1":{description:"US ISOF EAST"},"us-isof-south-1":{description:"US ISOF SOUTH"}}},{id:"aws-us-gov",outputs:{dnsSuffix:"amazonaws.com",dualStackDnsSuffix:"api.aws",implicitGlobalRegion:"us-gov-west-1",name:"aws-us-gov",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^us\\-gov\\-\\w+\\-\\d+$",regions:{"aws-us-gov-global":{description:"aws-us-gov global region"},"us-gov-east-1":{description:"AWS GovCloud (US-East)"},"us-gov-west-1":{description:"AWS GovCloud (US-West)"}}}],KJt="1.1",ZPe={partitions:zJt,version:KJt},eve=ZPe,tve="",rve=t=>{let{partitions:e}=eve;for(let n of e){let{regions:s,outputs:o}=n;for(let[i,a]of Object.entries(s))if(i===t)return{...o,...a}}for(let n of e){let{regionRegex:s,outputs:o}=n;if(new RegExp(s).test(t))return{...o}}let r=e.find(n=>n.id==="aws");if(!r)throw new Error("Provided region was not found in the partition array or regex, and default partition with id 'aws' doesn't exist.");return{...r.outputs}},nve=(t,e="")=>{eve=t,tve=e},QJt=()=>{nve(ZPe,"")},YJt=()=>tve,sve={isVirtualHostableS3Bucket:XPe,parseArn:WJt,partition:rve};Ih.customEndpointFunctions.aws=sve;var JJt=t=>{if(typeof t.endpointProvider!="function")throw new Error("@aws-sdk/util-endpoint - endpointProvider and endpoint missing in config for this client.");let{endpoint:e}=t;return e===void 0&&(t.endpoint=async()=>ove(t.endpointProvider({Region:typeof t.region=="function"?await t.region():t.region,UseDualStack:typeof t.useDualstackEndpoint=="function"?await t.useDualstackEndpoint():t.useDualstackEndpoint,UseFIPS:typeof t.useFipsEndpoint=="function"?await t.useFipsEndpoint():t.useFipsEndpoint,Endpoint:void 0},{logger:t.logger}))),t},ove=t=>VJt.parseUrl(t.url);Object.defineProperty(Qi,"EndpointError",{enumerable:!0,get:function(){return Ih.EndpointError}});Object.defineProperty(Qi,"isIpAddress",{enumerable:!0,get:function(){return Ih.isIpAddress}});Object.defineProperty(Qi,"resolveEndpoint",{enumerable:!0,get:function(){return Ih.resolveEndpoint}});Qi.awsEndpointFunctions=sve;Qi.getUserAgentPrefix=YJt;Qi.partition=rve;Qi.resolveDefaultAwsRegionalEndpointsConfig=JJt;Qi.setPartitionInfo=nve;Qi.toEndpointV1=ove;Qi.useDefaultPartitionInfo=QJt});var pk,fd,ive=R(()=>{pk={warningEmitted:!1},fd=t=>{t&&!pk.warningEmitted&&parseInt(t.substring(1,t.indexOf(".")))<20&&(pk.warningEmitted=!0,process.emitWarning(`NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
|
|
109
|
+
no longer support Node.js ${t} in January 2026.
|
|
110
|
+
|
|
111
|
+
To continue receiving updates to AWS services, bug fixes, and security
|
|
112
|
+
updates please upgrade to a supported Node.js LTS version.
|
|
113
|
+
|
|
114
|
+
More information can be found at: https://a.co/c895JFp`))}});function gd(t,e,r){return t.$source||(t.$source={}),t.$source[e]=r,t}var ave=R(()=>{});function cve(t,e,r){t.__aws_sdk_context?t.__aws_sdk_context.features||(t.__aws_sdk_context.features={}):t.__aws_sdk_context={features:{}},t.__aws_sdk_context.features[e]=r}var uve=R(()=>{});function lve(t,e,r){return t.$source||(t.$source={}),t.$source[e]=r,t}var dve=R(()=>{});var yu={};st(yu,{emitWarningIfUnsupportedVersion:()=>fd,setCredentialFeature:()=>gd,setFeature:()=>cve,setTokenFeature:()=>lve,state:()=>pk});var mi=R(()=>{ive();ave();uve();dve()});var pve,j9,mve=R(()=>{pve=T(tr()),j9=t=>pve.HttpResponse.isInstance(t)?t.headers?.date??t.headers?.Date:void 0});var Dh,W9=R(()=>{Dh=t=>new Date(Date.now()+t)});var fve,gve=R(()=>{W9();fve=(t,e)=>Math.abs(Dh(e).getTime()-t)>=3e5});var z9,hve=R(()=>{gve();z9=(t,e)=>{let r=Date.parse(t);return fve(r,e)?r-Date.now():e}});var K9=R(()=>{mve();W9();hve()});var Sve,j_,xh,ts,Q9,Y9=R(()=>{Sve=T(tr());K9();j_=(t,e)=>{if(!e)throw new Error(`Property \`${t}\` is not resolved for AWS SDK SigV4Auth`);return e},xh=async t=>{let e=j_("context",t.context),r=j_("config",t.config),n=e.endpointV2?.properties?.authSchemes?.[0],o=await j_("signer",r.signer)(n),i=t?.signingRegion,a=t?.signingRegionSet,c=t?.signingName;return{config:r,signer:o,signingRegion:i,signingRegionSet:a,signingName:c}},ts=class{async sign(e,r,n){if(!Sve.HttpRequest.isInstance(e))throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");let s=await xh(n),{config:o,signer:i}=s,{signingRegion:a,signingName:c}=s,u=n.context;if(u?.authSchemes?.length??!1){let[m,h]=u.authSchemes;m?.name==="sigv4a"&&h?.name==="sigv4"&&(a=h?.signingRegion??a,c=h?.signingName??c)}return await i.sign(e,{signingDate:Dh(o.systemClockOffset),signingRegion:a,signingService:c})}errorHandler(e){return r=>{let n=r.ServerTime??j9(r.$response);if(n){let s=j_("config",e.config),o=s.systemClockOffset;s.systemClockOffset=z9(n,s.systemClockOffset),s.systemClockOffset!==o&&r.$metadata&&(r.$metadata.clockSkewCorrected=!0)}throw r}}successHandler(e,r){let n=j9(e);if(n){let s=j_("config",r.config);s.systemClockOffset=z9(n,s.systemClockOffset)}}},Q9=ts});var yve,W_,Eve=R(()=>{yve=T(tr());K9();Y9();W_=class extends ts{async sign(e,r,n){if(!yve.HttpRequest.isInstance(e))throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");let{config:s,signer:o,signingRegion:i,signingRegionSet:a,signingName:c}=await xh(n),f=(await s.sigv4aSigningRegionSet?.()??a??[i]).join(",");return await o.sign(e,{signingDate:Dh(s.systemClockOffset),signingRegion:f,signingService:c})}}});var J9,Cve=R(()=>{J9=t=>typeof t=="string"&&t.length>0?t.split(",").map(e=>e.trim()):[]});var mk,X9=R(()=>{mk=t=>`AWS_BEARER_TOKEN_${t.replace(/[\s-]/g,"_").toUpperCase()}`});var _ve,Rve,hd,Tve=R(()=>{Cve();X9();_ve="AWS_AUTH_SCHEME_PREFERENCE",Rve="auth_scheme_preference",hd={environmentVariableSelector:(t,e)=>{if(e?.signingName&&mk(e.signingName)in t)return["httpBearerAuth"];if(_ve in t)return J9(t[_ve])},configFileSelector:t=>{if(Rve in t)return J9(t[Rve])},default:[]}});var rs=O(Om=>{"use strict";var wh=class t extends Error{name="ProviderError";tryNextLink;constructor(e,r=!0){let n,s=!0;typeof r=="boolean"?(n=void 0,s=r):r!=null&&typeof r=="object"&&(n=r.logger,s=r.tryNextLink??!0),super(e),this.tryNextLink=s,Object.setPrototypeOf(this,t.prototype),n?.debug?.(`@smithy/property-provider ${s?"->":"(!)"} ${e}`)}static from(e,r=!0){return Object.assign(new this(e.message,r),e)}},Z9=class t extends wh{name="CredentialsProviderError";constructor(e,r=!0){super(e,r),Object.setPrototypeOf(this,t.prototype)}},e5=class t extends wh{name="TokenProviderError";constructor(e,r=!0){super(e,r),Object.setPrototypeOf(this,t.prototype)}},XJt=(...t)=>async()=>{if(t.length===0)throw new wh("No providers in chain");let e;for(let r of t)try{return await r()}catch(n){if(e=n,n?.tryNextLink)continue;throw n}throw e},ZJt=t=>()=>Promise.resolve(t),eXt=(t,e,r)=>{let n,s,o,i=!1,a=async()=>{s||(s=t());try{n=await s,o=!0,i=!1}finally{s=void 0}return n};return e===void 0?async c=>((!o||c?.forceRefresh)&&(n=await a()),n):async c=>((!o||c?.forceRefresh)&&(n=await a()),i?n:r&&!r(n)?(i=!0,n):(e(n)&&await a(),n))};Om.CredentialsProviderError=Z9;Om.ProviderError=wh;Om.TokenProviderError=e5;Om.chain=XJt;Om.fromStatic=ZJt;Om.memoize=eXt});var t5,Ave,Pve,vve=R(()=>{Zn();t5=T(rs()),Ave=t=>(t.sigv4aSigningRegionSet=cd(t.sigv4aSigningRegionSet),t),Pve={environmentVariableSelector(t){if(t.AWS_SIGV4A_SIGNING_REGION_SET)return t.AWS_SIGV4A_SIGNING_REGION_SET.split(",").map(e=>e.trim());throw new t5.ProviderError("AWS_SIGV4A_SIGNING_REGION_SET not set in env.",{tryNextLink:!0})},configFileSelector(t){if(t.sigv4a_signing_region_set)return(t.sigv4a_signing_region_set??"").split(",").map(e=>e.trim());throw new t5.ProviderError("sigv4a_signing_region_set not set in profile.",{tryNextLink:!0})},default:void 0}});var Yve=O(nt=>{"use strict";var Sd=rl(),km=He(),tXt=gA(),xve=tr(),bve=$s(),fk=Py(),wve="X-Amz-Algorithm",$ve="X-Amz-Credential",a5="X-Amz-Date",Ove="X-Amz-SignedHeaders",kve="X-Amz-Expires",c5="X-Amz-Signature",u5="X-Amz-Security-Token",rXt="X-Amz-Region-Set",l5="authorization",d5=a5.toLowerCase(),Nve="date",Lve=[l5,d5,Nve],Uve=c5.toLowerCase(),Ek="x-amz-content-sha256",Fve=u5.toLowerCase(),nXt="host",Mve={authorization:!0,"cache-control":!0,connection:!0,expect:!0,from:!0,"keep-alive":!0,"max-forwards":!0,pragma:!0,referer:!0,te:!0,trailer:!0,"transfer-encoding":!0,upgrade:!0,"user-agent":!0,"x-amzn-trace-id":!0},qve=/^proxy-/,Bve=/^sec-/,sXt=[/^proxy-/i,/^sec-/i],gk="AWS4-HMAC-SHA256",oXt="AWS4-ECDSA-P256-SHA256",Gve="AWS4-HMAC-SHA256-PAYLOAD",Hve="UNSIGNED-PAYLOAD",Vve=50,p5="aws4_request",jve=3600*24*7,$h={},hk=[],Sk=(t,e,r)=>`${t}/${e}/${r}/${p5}`,Wve=async(t,e,r,n,s)=>{let o=await Ive(t,e.secretAccessKey,e.accessKeyId),i=`${r}:${n}:${s}:${Sd.toHex(o)}:${e.sessionToken}`;if(i in $h)return $h[i];for(hk.push(i);hk.length>Vve;)delete $h[hk.shift()];let a=`AWS4${e.secretAccessKey}`;for(let c of[r,n,s,p5])a=await Ive(t,a,c);return $h[i]=a},iXt=()=>{hk.length=0,Object.keys($h).forEach(t=>{delete $h[t]})},Ive=(t,e,r)=>{let n=new t(e);return n.update(km.toUint8Array(r)),n.digest()},r5=({headers:t},e,r)=>{let n={};for(let s of Object.keys(t).sort()){if(t[s]==null)continue;let o=s.toLowerCase();(o in Mve||e?.has(o)||qve.test(o)||Bve.test(o))&&(!r||r&&!r.has(o))||(n[o]=t[s].trim().replace(/\s+/g," "))}return n},yk=async({headers:t,body:e},r)=>{for(let n of Object.keys(t))if(n.toLowerCase()===Ek)return t[n];if(e==null)return"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";if(typeof e=="string"||ArrayBuffer.isView(e)||tXt.isArrayBuffer(e)){let n=new r;return n.update(km.toUint8Array(e)),Sd.toHex(await n.digest())}return Hve},n5=class{format(e){let r=[];for(let o of Object.keys(e)){let i=km.fromUtf8(o);r.push(Uint8Array.from([i.byteLength]),i,this.formatHeaderValue(e[o]))}let n=new Uint8Array(r.reduce((o,i)=>o+i.byteLength,0)),s=0;for(let o of r)n.set(o,s),s+=o.byteLength;return n}formatHeaderValue(e){switch(e.type){case"boolean":return Uint8Array.from([e.value?0:1]);case"byte":return Uint8Array.from([2,e.value]);case"short":let r=new DataView(new ArrayBuffer(3));return r.setUint8(0,3),r.setInt16(1,e.value,!1),new Uint8Array(r.buffer);case"integer":let n=new DataView(new ArrayBuffer(5));return n.setUint8(0,4),n.setInt32(1,e.value,!1),new Uint8Array(n.buffer);case"long":let s=new Uint8Array(9);return s[0]=5,s.set(e.value.bytes,1),s;case"binary":let o=new DataView(new ArrayBuffer(3+e.value.byteLength));o.setUint8(0,6),o.setUint16(1,e.value.byteLength,!1);let i=new Uint8Array(o.buffer);return i.set(e.value,3),i;case"string":let a=km.fromUtf8(e.value),c=new DataView(new ArrayBuffer(3+a.byteLength));c.setUint8(0,7),c.setUint16(1,a.byteLength,!1);let u=new Uint8Array(c.buffer);return u.set(a,3),u;case"timestamp":let f=new Uint8Array(9);return f[0]=8,f.set(s5.fromNumber(e.value.valueOf()).bytes,1),f;case"uuid":if(!aXt.test(e.value))throw new Error(`Invalid UUID received: ${e.value}`);let m=new Uint8Array(17);return m[0]=9,m.set(Sd.fromHex(e.value.replace(/\-/g,"")),1),m}}},aXt=/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/,s5=class t{bytes;constructor(e){if(this.bytes=e,e.byteLength!==8)throw new Error("Int64 buffers must be exactly 8 bytes")}static fromNumber(e){if(e>9223372036854776e3||e<-9223372036854776e3)throw new Error(`${e} is too large (or, if negative, too small) to represent as an Int64`);let r=new Uint8Array(8);for(let n=7,s=Math.abs(Math.round(e));n>-1&&s>0;n--,s/=256)r[n]=s;return e<0&&Dve(r),new t(r)}valueOf(){let e=this.bytes.slice(0),r=e[0]&128;return r&&Dve(e),parseInt(Sd.toHex(e),16)*(r?-1:1)}toString(){return String(this.valueOf())}};function Dve(t){for(let e=0;e<8;e++)t[e]^=255;for(let e=7;e>-1&&(t[e]++,t[e]===0);e--);}var zve=(t,e)=>{t=t.toLowerCase();for(let r of Object.keys(e))if(t===r.toLowerCase())return!0;return!1},Kve=(t,e={})=>{let{headers:r,query:n={}}=xve.HttpRequest.clone(t);for(let s of Object.keys(r)){let o=s.toLowerCase();(o.slice(0,6)==="x-amz-"&&!e.unhoistableHeaders?.has(o)||e.hoistableHeaders?.has(o))&&(n[s]=r[s],delete r[s])}return{...t,headers:r,query:n}},o5=t=>{t=xve.HttpRequest.clone(t);for(let e of Object.keys(t.headers))Lve.indexOf(e.toLowerCase())>-1&&delete t.headers[e];return t},Qve=({query:t={}})=>{let e=[],r={};for(let n of Object.keys(t)){if(n.toLowerCase()===Uve)continue;let s=fk.escapeUri(n);e.push(s);let o=t[n];typeof o=="string"?r[s]=`${s}=${fk.escapeUri(o)}`:Array.isArray(o)&&(r[s]=o.slice(0).reduce((i,a)=>i.concat([`${s}=${fk.escapeUri(a)}`]),[]).sort().join("&"))}return e.sort().map(n=>r[n]).filter(n=>n).join("&")},cXt=t=>uXt(t).toISOString().replace(/\.\d{3}Z$/,"Z"),uXt=t=>typeof t=="number"?new Date(t*1e3):typeof t=="string"?Number(t)?new Date(Number(t)*1e3):new Date(t):t,Ck=class{service;regionProvider;credentialProvider;sha256;uriEscapePath;applyChecksum;constructor({applyChecksum:e,credentials:r,region:n,service:s,sha256:o,uriEscapePath:i=!0}){this.service=s,this.sha256=o,this.uriEscapePath=i,this.applyChecksum=typeof e=="boolean"?e:!0,this.regionProvider=bve.normalizeProvider(n),this.credentialProvider=bve.normalizeProvider(r)}createCanonicalRequest(e,r,n){let s=Object.keys(r).sort();return`${e.method}
|
|
115
|
+
${this.getCanonicalPath(e)}
|
|
116
|
+
${Qve(e)}
|
|
117
|
+
${s.map(o=>`${o}:${r[o]}`).join(`
|
|
118
|
+
`)}
|
|
119
|
+
|
|
120
|
+
${s.join(";")}
|
|
121
|
+
${n}`}async createStringToSign(e,r,n,s){let o=new this.sha256;o.update(km.toUint8Array(n));let i=await o.digest();return`${s}
|
|
122
|
+
${e}
|
|
123
|
+
${r}
|
|
124
|
+
${Sd.toHex(i)}`}getCanonicalPath({path:e}){if(this.uriEscapePath){let r=[];for(let o of e.split("/"))o?.length!==0&&o!=="."&&(o===".."?r.pop():r.push(o));let n=`${e?.startsWith("/")?"/":""}${r.join("/")}${r.length>0&&e?.endsWith("/")?"/":""}`;return fk.escapeUri(n).replace(/%2F/g,"/")}return e}validateResolvedCredentials(e){if(typeof e!="object"||typeof e.accessKeyId!="string"||typeof e.secretAccessKey!="string")throw new Error("Resolved credential object is not valid")}formatDate(e){let r=cXt(e).replace(/[\-:]/g,"");return{longDate:r,shortDate:r.slice(0,8)}}getCanonicalHeaderList(e){return Object.keys(e).sort().join(";")}},i5=class extends Ck{headerFormatter=new n5;constructor({applyChecksum:e,credentials:r,region:n,service:s,sha256:o,uriEscapePath:i=!0}){super({applyChecksum:e,credentials:r,region:n,service:s,sha256:o,uriEscapePath:i})}async presign(e,r={}){let{signingDate:n=new Date,expiresIn:s=3600,unsignableHeaders:o,unhoistableHeaders:i,signableHeaders:a,hoistableHeaders:c,signingRegion:u,signingService:f}=r,m=await this.credentialProvider();this.validateResolvedCredentials(m);let h=u??await this.regionProvider(),{longDate:y,shortDate:C}=this.formatDate(n);if(s>jve)return Promise.reject("Signature version 4 presigned URLs must have an expiration date less than one week in the future");let I=Sk(C,h,f??this.service),$=Kve(o5(e),{unhoistableHeaders:i,hoistableHeaders:c});m.sessionToken&&($.query[u5]=m.sessionToken),$.query[wve]=gk,$.query[$ve]=`${m.accessKeyId}/${I}`,$.query[a5]=y,$.query[kve]=s.toString(10);let N=r5($,o,a);return $.query[Ove]=this.getCanonicalHeaderList(N),$.query[c5]=await this.getSignature(y,I,this.getSigningKey(m,h,C,f),this.createCanonicalRequest($,N,await yk(e,this.sha256))),$}async sign(e,r){return typeof e=="string"?this.signString(e,r):e.headers&&e.payload?this.signEvent(e,r):e.message?this.signMessage(e,r):this.signRequest(e,r)}async signEvent({headers:e,payload:r},{signingDate:n=new Date,priorSignature:s,signingRegion:o,signingService:i}){let a=o??await this.regionProvider(),{shortDate:c,longDate:u}=this.formatDate(n),f=Sk(c,a,i??this.service),m=await yk({headers:{},body:r},this.sha256),h=new this.sha256;h.update(e);let y=Sd.toHex(await h.digest()),C=[Gve,u,f,s,y,m].join(`
|
|
125
|
+
`);return this.signString(C,{signingDate:n,signingRegion:a,signingService:i})}async signMessage(e,{signingDate:r=new Date,signingRegion:n,signingService:s}){return this.signEvent({headers:this.headerFormatter.format(e.message.headers),payload:e.message.body},{signingDate:r,signingRegion:n,signingService:s,priorSignature:e.priorSignature}).then(i=>({message:e.message,signature:i}))}async signString(e,{signingDate:r=new Date,signingRegion:n,signingService:s}={}){let o=await this.credentialProvider();this.validateResolvedCredentials(o);let i=n??await this.regionProvider(),{shortDate:a}=this.formatDate(r),c=new this.sha256(await this.getSigningKey(o,i,a,s));return c.update(km.toUint8Array(e)),Sd.toHex(await c.digest())}async signRequest(e,{signingDate:r=new Date,signableHeaders:n,unsignableHeaders:s,signingRegion:o,signingService:i}={}){let a=await this.credentialProvider();this.validateResolvedCredentials(a);let c=o??await this.regionProvider(),u=o5(e),{longDate:f,shortDate:m}=this.formatDate(r),h=Sk(m,c,i??this.service);u.headers[d5]=f,a.sessionToken&&(u.headers[Fve]=a.sessionToken);let y=await yk(u,this.sha256);!zve(Ek,u.headers)&&this.applyChecksum&&(u.headers[Ek]=y);let C=r5(u,s,n),I=await this.getSignature(f,h,this.getSigningKey(a,c,m,i),this.createCanonicalRequest(u,C,y));return u.headers[l5]=`${gk} Credential=${a.accessKeyId}/${h}, SignedHeaders=${this.getCanonicalHeaderList(C)}, Signature=${I}`,u}async getSignature(e,r,n,s){let o=await this.createStringToSign(e,r,s,gk),i=new this.sha256(await n);return i.update(km.toUint8Array(o)),Sd.toHex(await i.digest())}getSigningKey(e,r,n,s){return Wve(this.sha256,e,n,r,s||this.service)}},lXt={SignatureV4a:null};nt.ALGORITHM_IDENTIFIER=gk;nt.ALGORITHM_IDENTIFIER_V4A=oXt;nt.ALGORITHM_QUERY_PARAM=wve;nt.ALWAYS_UNSIGNABLE_HEADERS=Mve;nt.AMZ_DATE_HEADER=d5;nt.AMZ_DATE_QUERY_PARAM=a5;nt.AUTH_HEADER=l5;nt.CREDENTIAL_QUERY_PARAM=$ve;nt.DATE_HEADER=Nve;nt.EVENT_ALGORITHM_IDENTIFIER=Gve;nt.EXPIRES_QUERY_PARAM=kve;nt.GENERATED_HEADERS=Lve;nt.HOST_HEADER=nXt;nt.KEY_TYPE_IDENTIFIER=p5;nt.MAX_CACHE_SIZE=Vve;nt.MAX_PRESIGNED_TTL=jve;nt.PROXY_HEADER_PATTERN=qve;nt.REGION_SET_PARAM=rXt;nt.SEC_HEADER_PATTERN=Bve;nt.SHA256_HEADER=Ek;nt.SIGNATURE_HEADER=Uve;nt.SIGNATURE_QUERY_PARAM=c5;nt.SIGNED_HEADERS_QUERY_PARAM=Ove;nt.SignatureV4=i5;nt.SignatureV4Base=Ck;nt.TOKEN_HEADER=Fve;nt.TOKEN_QUERY_PARAM=u5;nt.UNSIGNABLE_PATTERNS=sXt;nt.UNSIGNED_PAYLOAD=Hve;nt.clearCredentialCache=iXt;nt.createScope=Sk;nt.getCanonicalHeaders=r5;nt.getCanonicalQuery=Qve;nt.getPayloadHash=yk;nt.getSigningKey=Wve;nt.hasHeader=zve;nt.moveHeadersToQuery=Kve;nt.prepareRequest=o5;nt.signatureV4aContainer=lXt});function dXt(t,{credentials:e,credentialDefaultProvider:r}){let n;return e?e?.memoized?n=e:n=F9(e,U9,lk):r?n=cd(r(Object.assign({},t,{parentClientConfig:t}))):n=async()=>{throw new Error("@aws-sdk/core::resolveAwsSdkSigV4Config - `credentials` not provided and no credentialDefaultProvider was configured.")},n.memoized=!0,n}function pXt(t,e){if(e.configBound)return e;let r=async n=>e({...n,callerClientConfig:t});return r.memoized=e.memoized,r.configBound=!0,r}var m5,Eu,Jve,Xve=R(()=>{mi();Zn();m5=T(Yve()),Eu=t=>{let e=t.credentials,r=!!t.credentials,n;Object.defineProperty(t,"credentials",{set(u){u&&u!==e&&u!==n&&(r=!0),e=u;let f=dXt(t,{credentials:e,credentialDefaultProvider:t.credentialDefaultProvider}),m=pXt(t,f);if(r&&!m.attributed){let h=typeof e=="object"&&e!==null;n=async y=>{let I=await m(y);return h&&(!I.$source||Object.keys(I.$source).length===0)?gd(I,"CREDENTIALS_CODE","e"):I},n.memoized=m.memoized,n.configBound=m.configBound,n.attributed=!0}else n=m},get(){return n},enumerable:!0,configurable:!0}),t.credentials=e;let{signingEscapePath:s=!0,systemClockOffset:o=t.systemClockOffset||0,sha256:i}=t,a;return t.signer?a=cd(t.signer):t.regionInfoProvider?a=()=>cd(t.region)().then(async u=>[await t.regionInfoProvider(u,{useFipsEndpoint:await t.useFipsEndpoint(),useDualstackEndpoint:await t.useDualstackEndpoint()})||{},u]).then(([u,f])=>{let{signingRegion:m,signingService:h}=u;t.signingRegion=t.signingRegion||m||f,t.signingName=t.signingName||h||t.serviceId;let y={...t,credentials:t.credentials,region:t.signingRegion,service:t.signingName,sha256:i,uriEscapePath:s},C=t.signerConstructor||m5.SignatureV4;return new C(y)}):a=async u=>{u=Object.assign({},{name:"sigv4",signingName:t.signingName||t.defaultSigningName,signingRegion:await cd(t.region)(),properties:{}},u);let f=u.signingRegion,m=u.signingName;t.signingRegion=t.signingRegion||f,t.signingName=t.signingName||m||t.serviceId;let h={...t,credentials:t.credentials,region:t.signingRegion,service:t.signingName,sha256:i,uriEscapePath:s},y=t.signerConstructor||m5.SignatureV4;return new y(h)},Object.assign(t,{systemClockOffset:o,signingEscapePath:s,signer:a})},Jve=Eu});var Zve=R(()=>{Y9();Eve();Tve();vve();Xve()});var ebe={};st(ebe,{AWSSDKSigV4Signer:()=>Q9,AwsSdkSigV4ASigner:()=>W_,AwsSdkSigV4Signer:()=>ts,NODE_AUTH_SCHEME_PREFERENCE_OPTIONS:()=>hd,NODE_SIGV4A_CONFIG_OPTIONS:()=>Pve,getBearerTokenEnvKey:()=>mk,resolveAWSSDKSigV4Config:()=>Jve,resolveAwsSdkSigV4AConfig:()=>Ave,resolveAwsSdkSigV4Config:()=>Eu,validateSigningProperties:()=>xh});var f5=R(()=>{Zve();X9()});function yd(t){return typeof Buffer<"u"?Buffer.alloc(t):new Uint8Array(t)}function _k(t){return t[g5]=!0,t}var g5,Rk=R(()=>{g5=Symbol("@smithy/core/cbor::tagSymbol")});function nbe(t){rr=t,_u=new DataView(rr.buffer,rr.byteOffset,rr.byteLength)}function Qa(t,e){if(t>=e)throw new Error("unexpected end of (decode) payload.");let r=(rr[t]&224)>>5,n=rr[t]&31;switch(r){case 0:case 1:case 6:let s,o;if(n<24)s=n,o=1;else switch(n){case 24:case 25:case 26:case 27:let i=obe[n],a=i+1;if(o=a,e-t<a)throw new Error(`countLength ${i} greater than remaining buf len.`);let c=t+1;i===1?s=rr[c]:i===2?s=_u.getUint16(c):i===4?s=_u.getUint32(c):s=_u.getBigUint64(c);break;default:throw new Error(`unexpected minor value ${n}.`)}if(r===0)return at=o,h5(s);if(r===1){let i;return typeof s=="bigint"?i=BigInt(-1)-s:i=-1-s,at=o,h5(i)}else if(n===2||n===3){let i=Y_(t+o,e),a=BigInt(0),c=t+o+at;for(let u=c;u<c+i;++u)a=a<<BigInt(8)|BigInt(rr[u]);return at=o+at+i,n===3?-a-BigInt(1):a}else if(n===4){let i=Qa(t+o,e),[a,c]=i,u=c<0?-1:1,f="0".repeat(Math.abs(a)+1)+String(BigInt(u)*BigInt(c)),m,h=c<0?"-":"";return m=a===0?f:f.slice(0,f.length+a)+"."+f.slice(a),m=m.replace(/^0+/g,""),m===""&&(m="0"),m[0]==="."&&(m="0"+m),m=h+m,at=o+at,P9(m)}else{let i=Qa(t+o,e);return at=o+at,_k({tag:h5(s),value:i})}case 3:case 5:case 4:case 2:if(n===31)switch(r){case 3:return EXt(t,e);case 5:return AXt(t,e);case 4:return RXt(t,e);case 2:return CXt(t,e)}else switch(r){case 3:return yXt(t,e);case 5:return TXt(t,e);case 4:return _Xt(t,e);case 2:return R5(t,e)}default:return PXt(t,e)}}function sbe(t,e,r){return gXt&&t.constructor?.name==="Buffer"?t.toString("utf-8",e,r):tbe?tbe.decode(t.subarray(e,r)):(0,rbe.toUtf8)(t.subarray(e,r))}function hXt(t){let e=Number(t);return(e<Number.MIN_SAFE_INTEGER||Number.MAX_SAFE_INTEGER<e)&&console.warn(new Error(`@smithy/core/cbor - truncating BigInt(${t}) to ${e} with loss of precision.`)),e}function SXt(t,e){let r=t>>7,n=(t&124)>>2,s=(t&3)<<8|e,o=r===0?1:-1,i,a;if(n===0){if(s===0)return 0;i=Math.pow(2,-14),a=0}else{if(n===31)return s===0?o*(1/0):NaN;i=Math.pow(2,n-15),a=1}return a+=s/1024,o*(i*a)}function Y_(t,e){let r=rr[t]&31;if(r<24)return at=1,r;if(r===24||r===25||r===26||r===27){let n=obe[r];if(at=n+1,e-t<at)throw new Error(`countLength ${n} greater than remaining buf len.`);let s=t+1;return n===1?rr[s]:n===2?_u.getUint16(s):n===4?_u.getUint32(s):hXt(_u.getBigUint64(s))}throw new Error(`unexpected minor value ${r}.`)}function yXt(t,e){let r=Y_(t,e),n=at;if(t+=n,e-t<r)throw new Error(`string len ${r} greater than remaining buf len.`);let s=sbe(rr,t,t+r);return at=n+r,s}function EXt(t,e){t+=1;let r=[];for(let n=t;t<e;){if(rr[t]===255){let c=yd(r.length);return c.set(r,0),at=t-n+2,sbe(c,0,c.length)}let s=(rr[t]&224)>>5,o=rr[t]&31;if(s!==3)throw new Error(`unexpected major type ${s} in indefinite string.`);if(o===31)throw new Error("nested indefinite string.");let i=R5(t,e);t+=at;for(let c=0;c<i.length;++c)r.push(i[c])}throw new Error("expected break marker.")}function R5(t,e){let r=Y_(t,e),n=at;if(t+=n,e-t<r)throw new Error(`unstructured byte string len ${r} greater than remaining buf len.`);let s=rr.subarray(t,t+r);return at=n+r,s}function CXt(t,e){t+=1;let r=[];for(let n=t;t<e;){if(rr[t]===255){let c=yd(r.length);return c.set(r,0),at=t-n+2,c}let s=(rr[t]&224)>>5,o=rr[t]&31;if(s!==2)throw new Error(`unexpected major type ${s} in indefinite string.`);if(o===31)throw new Error("nested indefinite string.");let i=R5(t,e);t+=at;for(let c=0;c<i.length;++c)r.push(i[c])}throw new Error("expected break marker.")}function _Xt(t,e){let r=Y_(t,e),n=at;t+=n;let s=t,o=Array(r);for(let i=0;i<r;++i){let a=Qa(t,e),c=at;o[i]=a,t+=c}return at=n+(t-s),o}function RXt(t,e){t+=1;let r=[];for(let n=t;t<e;){if(rr[t]===255)return at=t-n+2,r;let s=Qa(t,e);t+=at,r.push(s)}throw new Error("expected break marker.")}function TXt(t,e){let r=Y_(t,e),n=at;t+=n;let s=t,o={};for(let i=0;i<r;++i){if(t>=e)throw new Error("unexpected end of map payload.");let a=(rr[t]&224)>>5;if(a!==3)throw new Error(`unexpected major type ${a} for map key at index ${t}.`);let c=Qa(t,e);t+=at;let u=Qa(t,e);t+=at,o[c]=u}return at=n+(t-s),o}function AXt(t,e){t+=1;let r=t,n={};for(;t<e;){if(t>=e)throw new Error("unexpected end of map payload.");if(rr[t]===255)return at=t-r+2,n;let s=(rr[t]&224)>>5;if(s!==3)throw new Error(`unexpected major type ${s} for map key.`);let o=Qa(t,e);t+=at;let i=Qa(t,e);t+=at,n[o]=i}throw new Error("expected break marker.")}function PXt(t,e){let r=rr[t]&31;switch(r){case 21:case 20:return at=1,r===21;case 22:return at=1,null;case 23:return at=1,null;case 25:if(e-t<3)throw new Error("incomplete float16 at end of buf.");return at=3,SXt(rr[t+1],rr[t+2]);case 26:if(e-t<5)throw new Error("incomplete float32 at end of buf.");return at=5,_u.getFloat32(t+1);case 27:if(e-t<9)throw new Error("incomplete float64 at end of buf.");return at=9,_u.getFloat64(t+1);default:throw new Error(`unexpected minor value ${r}.`)}}function h5(t){if(typeof t=="number")return t;let e=Number(t);return Number.MIN_SAFE_INTEGER<=e&&e<=Number.MAX_SAFE_INTEGER?e:t}var rbe,fXt,gXt,rr,_u,tbe,at,obe,ibe=R(()=>{Ns();rbe=T(He());Rk();fXt=typeof TextDecoder<"u",gXt=typeof Buffer<"u",rr=yd(0),_u=new DataView(rr.buffer,rr.byteOffset,rr.byteLength),tbe=fXt?new TextDecoder:null,at=0;obe={24:1,25:2,26:4,27:8}});function A5(t){Qe.byteLength-ke<t&&(ke<16e6?Ak(Math.max(Qe.byteLength*4,Qe.byteLength+t)):Ak(Qe.byteLength+t+16e6))}function P5(){let t=yd(ke);return t.set(Qe.subarray(0,ke),0),ke=0,t}function Ak(t){let e=Qe;Qe=yd(t),e&&(e.copy?e.copy(Qe,0,0,e.byteLength):Qe.set(e,0)),Au=new DataView(Qe.buffer,Qe.byteOffset,Qe.byteLength)}function Tu(t,e){e<24?Qe[ke++]=t<<5|e:e<256?(Qe[ke++]=t<<5|24,Qe[ke++]=e):e<65536?(Qe[ke++]=t<<5|25,Au.setUint16(ke,e),ke+=2):e<2**32?(Qe[ke++]=t<<5|26,Au.setUint32(ke,e),ke+=4):(Qe[ke++]=t<<5|27,Au.setBigUint64(ke,typeof e=="bigint"?e:BigInt(e)),ke+=8)}function ube(t){let e=[t];for(;e.length;){let r=e.pop();if(A5(typeof r=="string"?r.length*4:64),typeof r=="string"){if(abe)Tu(3,Buffer.byteLength(r)),ke+=Qe.write(r,ke);else{let n=(0,cbe.fromUtf8)(r);Tu(3,n.byteLength),Qe.set(n,ke),ke+=n.byteLength}continue}else if(typeof r=="number"){if(Number.isInteger(r)){let n=r>=0,s=n?0:1,o=n?r:-r-1;o<24?Qe[ke++]=s<<5|o:o<256?(Qe[ke++]=s<<5|24,Qe[ke++]=o):o<65536?(Qe[ke++]=s<<5|25,Qe[ke++]=o>>8,Qe[ke++]=o):o<4294967296?(Qe[ke++]=s<<5|26,Au.setUint32(ke,o),ke+=4):(Qe[ke++]=s<<5|27,Au.setBigUint64(ke,BigInt(o)),ke+=8);continue}Qe[ke++]=251,Au.setFloat64(ke,r),ke+=8;continue}else if(typeof r=="bigint"){let n=r>=0,s=n?0:1,o=n?r:-r-BigInt(1),i=Number(o);if(i<24)Qe[ke++]=s<<5|i;else if(i<256)Qe[ke++]=s<<5|24,Qe[ke++]=i;else if(i<65536)Qe[ke++]=s<<5|25,Qe[ke++]=i>>8,Qe[ke++]=i&255;else if(i<4294967296)Qe[ke++]=s<<5|26,Au.setUint32(ke,i),ke+=4;else if(o<BigInt("18446744073709551616"))Qe[ke++]=s<<5|27,Au.setBigUint64(ke,o),ke+=8;else{let a=o.toString(2),c=new Uint8Array(Math.ceil(a.length/8)),u=o,f=0;for(;c.byteLength-++f>=0;)c[c.byteLength-f]=Number(u&BigInt(255)),u>>=BigInt(8);A5(c.byteLength*2),Qe[ke++]=n?194:195,abe?Tu(2,Buffer.byteLength(c)):Tu(2,c.byteLength),Qe.set(c,ke),ke+=c.byteLength}continue}else if(r===null){Qe[ke++]=246;continue}else if(typeof r=="boolean"){Qe[ke++]=224|(r?21:20);continue}else{if(typeof r>"u")throw new Error("@smithy/core/cbor: client may not serialize undefined value.");if(Array.isArray(r)){for(let n=r.length-1;n>=0;--n)e.push(r[n]);Tu(4,r.length);continue}else if(typeof r.byteLength=="number"){A5(r.length*2),Tu(2,r.length),Qe.set(r,ke),ke+=r.byteLength;continue}else if(typeof r=="object"){if(r instanceof pr){let s=r.string.indexOf("."),o=s===-1?0:s-r.string.length+1,i=BigInt(r.string.replace(".",""));Qe[ke++]=196,e.push(i),e.push(o),Tu(4,2);continue}if(r[g5])if("tag"in r&&"value"in r){e.push(r.value),Tu(6,r.tag);continue}else throw new Error("tag encountered with missing fields, need 'tag' and 'value', found: "+JSON.stringify(r));let n=Object.keys(r);for(let s=n.length-1;s>=0;--s){let o=n[s];e.push(r[o]),e.push(o)}Tu(5,n.length);continue}}throw new Error(`data type ${r?.constructor?.name??typeof r} not compatible for encoding.`)}}var cbe,abe,vXt,Qe,Au,ke,lbe=R(()=>{Ns();cbe=T(He());Rk();abe=typeof Buffer<"u",vXt=2048,Qe=yd(vXt),Au=new DataView(Qe.buffer,Qe.byteOffset,Qe.byteLength),ke=0});var v5,dbe=R(()=>{ibe();lbe();v5={deserialize(t){return nbe(t),Qa(0,t.length)},serialize(t){try{return ube(t),P5()}catch(e){throw P5(),e}},resizeEncodingBuffer(t){Ak(t)}}});var Pk,vk,bk=R(()=>{Rk();Pk=t=>_k({tag:1,value:t.getTime()/1e3}),vk=(t,e)=>{let r=s=>{let o=s;return typeof o=="number"&&(o=o.toString()),o.indexOf(",")>=0&&(o=o.split(",")[0]),o.indexOf(":")>=0&&(o=o.split(":")[0]),o.indexOf("#")>=0&&(o=o.split("#")[1]),o};if(e.__type!==void 0)return r(e.__type);let n=Object.keys(e).find(s=>s.toLowerCase()==="code");if(n&&e[n]!==void 0)return r(e[n])}});var D5,Ik,b5,I5,x5=R(()=>{ao();vt();Ns();Ns();D5=T(De());dbe();bk();Ik=class extends Ls{createSerializer(){let e=new b5;return e.setSerdeContext(this.serdeContext),e}createDeserializer(){let e=new I5;return e.setSerdeContext(this.serdeContext),e}},b5=class extends Ls{value;write(e,r){this.value=this.serialize(e,r)}serialize(e,r){let n=Te.of(e);if(r==null)return n.isIdempotencyToken()?(0,pi.v4)():r;if(n.isBlobSchema())return typeof r=="string"?(this.serdeContext?.base64Decoder??D5.fromBase64)(r):r;if(n.isTimestampSchema())return typeof r=="number"||typeof r=="bigint"?Pk(new Date(Number(r)/1e3|0)):Pk(r);if(typeof r=="function"||typeof r=="object"){let s=r;if(n.isListSchema()&&Array.isArray(s)){let i=!!n.getMergedTraits().sparse,a=[],c=0;for(let u of s){let f=this.serialize(n.getValueSchema(),u);(f!=null||i)&&(a[c++]=f)}return a}if(s instanceof Date)return Pk(s);let o={};if(n.isMapSchema()){let i=!!n.getMergedTraits().sparse;for(let a of Object.keys(s)){let c=this.serialize(n.getValueSchema(),s[a]);(c!=null||i)&&(o[a]=c)}}else if(n.isStructSchema()){for(let[a,c]of n.structIterator()){let u=this.serialize(c,s[a]);u!=null&&(o[a]=u)}if(n.isUnionSchema()&&Array.isArray(s.$unknown)){let[a,c]=s.$unknown;o[a]=c}}else if(n.isDocumentSchema())for(let i of Object.keys(s))o[i]=this.serialize(n.getValueSchema(),s[i]);return o}return r}flush(){let e=v5.serialize(this.value);return this.value=void 0,e}},I5=class extends Ls{read(e,r){let n=v5.deserialize(r);return this.readValue(e,n)}readValue(e,r){let n=Te.of(e);if(n.isTimestampSchema()){if(typeof r=="number")return vh(r);if(typeof r=="object"&&r.tag===1&&"value"in r)return vh(r.value)}if(n.isBlobSchema())return typeof r=="string"?(this.serdeContext?.base64Decoder??D5.fromBase64)(r):r;if(typeof r>"u"||typeof r=="boolean"||typeof r=="number"||typeof r=="string"||typeof r=="bigint"||typeof r=="symbol")return r;if(typeof r=="object"){if(r===null)return null;if("byteLength"in r||r instanceof Date||n.isDocumentSchema())return r;if(n.isListSchema()){let o=[],i=n.getValueSchema(),a=!!n.getMergedTraits().sparse;for(let c of r){let u=this.readValue(i,c);(u!=null||a)&&o.push(u)}return o}let s={};if(n.isMapSchema()){let o=!!n.getMergedTraits().sparse,i=n.getValueSchema();for(let a of Object.keys(r)){let c=this.readValue(i,r[a]);(c!=null||o)&&(s[a]=c)}}else if(n.isStructSchema()){let o=n.isUnionSchema(),i;o&&(i=new Set(Object.keys(r).filter(a=>a!=="__type")));for(let[a,c]of n.structIterator())o&&i.delete(a),r[a]!=null&&(s[a]=this.readValue(c,r[a]));if(o&&i?.size===1&&Object.keys(s).length===0){let a=i.values().next().value;s.$unknown=[a,r[a]]}}else if(r instanceof pr)return r;return s}else return r}}});var pbe,Dk,mbe=R(()=>{ao();vt();pbe=T($s());x5();bk();Dk=class extends gu{codec=new Ik;serializer=this.codec.createSerializer();deserializer=this.codec.createDeserializer();constructor({defaultNamespace:e}){super({defaultNamespace:e})}getShapeId(){return"smithy.protocols#rpcv2Cbor"}getPayloadCodec(){return this.codec}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n);if(Object.assign(s.headers,{"content-type":this.getDefaultContentType(),"smithy-protocol":"rpc-v2-cbor",accept:this.getDefaultContentType()}),zi(e.input)==="unit")delete s.body,delete s.headers["content-type"];else{s.body||(this.serializer.write(15,{}),s.body=this.serializer.flush());try{s.headers["content-length"]=String(s.body.byteLength)}catch{}}let{service:o,operation:i}=(0,pbe.getSmithyContext)(n),a=`/service/${o}/operation/${i}`;return s.path.endsWith("/")?s.path+=a.slice(1):s.path+=a,s}async deserializeResponse(e,r,n){return super.deserializeResponse(e,r,n)}async handleError(e,r,n,s,o){let i=vk(n,s)??"Unknown",a=this.options.defaultNamespace;i.includes("#")&&([a]=i.split("#"));let c={$metadata:o,$fault:n.statusCode<=500?"client":"server"},u=We.for(a),f;try{f=u.getSchema(i)}catch{s.Message&&(s.message=s.Message);let N=We.for("smithy.ts.sdk.synthetic."+a),U=N.getBaseException();if(U){let B=N.getErrorCtor(U);throw Object.assign(new B({name:i}),c,s)}throw Object.assign(new Error(i),c,s)}let m=Te.of(f),h=u.getErrorCtor(f),y=s.message??s.Message??"Unknown",C=new h(y),I={};for(let[$,N]of m.structIterator())I[$]=this.deserializer.readValue(N,s[$]);throw Object.assign(C,c,{$fault:m.getMergedTraits().error,message:y},I)}getDefaultContentType(){return"application/cbor"}}});var fbe=R(()=>{bk();mbe();x5()});var ybe=O(Sbe=>{"use strict";var Nm=(t,e)=>{let r=[];if(t&&r.push(t),e)for(let n of e)r.push(n);return r},Rd=(t,e)=>`${t||"anonymous"}${e&&e.length>0?` (a.k.a. ${e.join(",")})`:""}`,w5=()=>{let t=[],e=[],r=!1,n=new Set,s=m=>m.sort((h,y)=>gbe[y.step]-gbe[h.step]||hbe[y.priority||"normal"]-hbe[h.priority||"normal"]),o=m=>{let h=!1,y=C=>{let I=Nm(C.name,C.aliases);if(I.includes(m)){h=!0;for(let $ of I)n.delete($);return!1}return!0};return t=t.filter(y),e=e.filter(y),h},i=m=>{let h=!1,y=C=>{if(C.middleware===m){h=!0;for(let I of Nm(C.name,C.aliases))n.delete(I);return!1}return!0};return t=t.filter(y),e=e.filter(y),h},a=m=>(t.forEach(h=>{m.add(h.middleware,{...h})}),e.forEach(h=>{m.addRelativeTo(h.middleware,{...h})}),m.identifyOnResolve?.(f.identifyOnResolve()),m),c=m=>{let h=[];return m.before.forEach(y=>{y.before.length===0&&y.after.length===0?h.push(y):h.push(...c(y))}),h.push(m),m.after.reverse().forEach(y=>{y.before.length===0&&y.after.length===0?h.push(y):h.push(...c(y))}),h},u=(m=!1)=>{let h=[],y=[],C={};return t.forEach($=>{let N={...$,before:[],after:[]};for(let U of Nm(N.name,N.aliases))C[U]=N;h.push(N)}),e.forEach($=>{let N={...$,before:[],after:[]};for(let U of Nm(N.name,N.aliases))C[U]=N;y.push(N)}),y.forEach($=>{if($.toMiddleware){let N=C[$.toMiddleware];if(N===void 0){if(m)return;throw new Error(`${$.toMiddleware} is not found when adding ${Rd($.name,$.aliases)} middleware ${$.relation} ${$.toMiddleware}`)}$.relation==="after"&&N.after.push($),$.relation==="before"&&N.before.push($)}}),s(h).map(c).reduce(($,N)=>($.push(...N),$),[])},f={add:(m,h={})=>{let{name:y,override:C,aliases:I}=h,$={step:"initialize",priority:"normal",middleware:m,...h},N=Nm(y,I);if(N.length>0){if(N.some(U=>n.has(U))){if(!C)throw new Error(`Duplicate middleware name '${Rd(y,I)}'`);for(let U of N){let B=t.findIndex(j=>j.name===U||j.aliases?.some(te=>te===U));if(B===-1)continue;let W=t[B];if(W.step!==$.step||$.priority!==W.priority)throw new Error(`"${Rd(W.name,W.aliases)}" middleware with ${W.priority} priority in ${W.step} step cannot be overridden by "${Rd(y,I)}" middleware with ${$.priority} priority in ${$.step} step.`);t.splice(B,1)}}for(let U of N)n.add(U)}t.push($)},addRelativeTo:(m,h)=>{let{name:y,override:C,aliases:I}=h,$={middleware:m,...h},N=Nm(y,I);if(N.length>0){if(N.some(U=>n.has(U))){if(!C)throw new Error(`Duplicate middleware name '${Rd(y,I)}'`);for(let U of N){let B=e.findIndex(j=>j.name===U||j.aliases?.some(te=>te===U));if(B===-1)continue;let W=e[B];if(W.toMiddleware!==$.toMiddleware||W.relation!==$.relation)throw new Error(`"${Rd(W.name,W.aliases)}" middleware ${W.relation} "${W.toMiddleware}" middleware cannot be overridden by "${Rd(y,I)}" middleware ${$.relation} "${$.toMiddleware}" middleware.`);e.splice(B,1)}}for(let U of N)n.add(U)}e.push($)},clone:()=>a(w5()),use:m=>{m.applyToStack(f)},remove:m=>typeof m=="string"?o(m):i(m),removeByTag:m=>{let h=!1,y=C=>{let{tags:I,name:$,aliases:N}=C;if(I&&I.includes(m)){let U=Nm($,N);for(let B of U)n.delete(B);return h=!0,!1}return!0};return t=t.filter(y),e=e.filter(y),h},concat:m=>{let h=a(w5());return h.use(m),h.identifyOnResolve(r||h.identifyOnResolve()||(m.identifyOnResolve?.()??!1)),h},applyToStack:a,identify:()=>u(!0).map(m=>{let h=m.step??m.relation+" "+m.toMiddleware;return Rd(m.name,m.aliases)+" - "+h}),identifyOnResolve(m){return typeof m=="boolean"&&(r=m),r},resolve:(m,h)=>{for(let y of u().map(C=>C.middleware).reverse())m=y(m,h);return r&&console.log(f.identify()),m}};return f},gbe={initialize:5,serialize:4,build:3,finalizeRequest:2,deserialize:1},hbe={high:3,normal:2,low:1};Sbe.constructStack=w5});var ct=O(zt=>{"use strict";var _be=ybe(),q5=(ao(),J(APe)),O5=gn(),bXt=(vt(),J(ek)),Ebe=(Ns(),J(lPe)),k5=class{config;middlewareStack=_be.constructStack();initConfig;handlers;constructor(e){this.config=e;let{protocol:r,protocolSettings:n}=e;n&&typeof r=="function"&&(e.protocol=new r(n))}send(e,r,n){let s=typeof r!="function"?r:void 0,o=typeof r=="function"?r:n,i=s===void 0&&this.config.cacheMiddleware===!0,a;if(i){this.handlers||(this.handlers=new WeakMap);let c=this.handlers;c.has(e.constructor)?a=c.get(e.constructor):(a=e.resolveMiddleware(this.middlewareStack,this.config,s),c.set(e.constructor,a))}else delete this.handlers,a=e.resolveMiddleware(this.middlewareStack,this.config,s);if(o)a(e).then(c=>o(null,c.output),c=>o(c)).catch(()=>{});else return a(e).then(c=>c.output)}destroy(){this.config?.requestHandler?.destroy?.(),delete this.handlers}},$5="***SensitiveInformation***";function N5(t,e){if(e==null)return e;let r=bXt.NormalizedSchema.of(t);if(r.getMergedTraits().sensitive)return $5;if(r.isListSchema()){if(!!r.getValueSchema().getMergedTraits().sensitive)return $5}else if(r.isMapSchema()){if(!!r.getKeySchema().getMergedTraits().sensitive||!!r.getValueSchema().getMergedTraits().sensitive)return $5}else if(r.isStructSchema()&&typeof e=="object"){let n=e,s={};for(let[o,i]of r.structIterator())n[o]!=null&&(s[o]=N5(i,n[o]));return s}return e}var xk=class{middlewareStack=_be.constructStack();schema;static classBuilder(){return new L5}resolveMiddlewareWithContext(e,r,n,{middlewareFn:s,clientName:o,commandName:i,inputFilterSensitiveLog:a,outputFilterSensitiveLog:c,smithyContext:u,additionalContext:f,CommandCtor:m}){for(let $ of s.bind(this)(m,e,r,n))this.middlewareStack.use($);let h=e.concat(this.middlewareStack),{logger:y}=r,C={logger:y,clientName:o,commandName:i,inputFilterSensitiveLog:a,outputFilterSensitiveLog:c,[O5.SMITHY_CONTEXT_KEY]:{commandInstance:this,...u},...f},{requestHandler:I}=r;return h.resolve($=>I.handle($.request,n||{}),C)}},L5=class{_init=()=>{};_ep={};_middlewareFn=()=>[];_commandName="";_clientName="";_additionalContext={};_smithyContext={};_inputFilterSensitiveLog=void 0;_outputFilterSensitiveLog=void 0;_serializer=null;_deserializer=null;_operationSchema;init(e){this._init=e}ep(e){return this._ep=e,this}m(e){return this._middlewareFn=e,this}s(e,r,n={}){return this._smithyContext={service:e,operation:r,...n},this}c(e={}){return this._additionalContext=e,this}n(e,r){return this._clientName=e,this._commandName=r,this}f(e=n=>n,r=n=>n){return this._inputFilterSensitiveLog=e,this._outputFilterSensitiveLog=r,this}ser(e){return this._serializer=e,this}de(e){return this._deserializer=e,this}sc(e){return this._operationSchema=e,this._smithyContext.operationSchema=e,this}build(){let e=this,r;return r=class extends xk{input;static getEndpointParameterInstructions(){return e._ep}constructor(...[n]){super(),this.input=n??{},e._init(this),this.schema=e._operationSchema}resolveMiddleware(n,s,o){let i=e._operationSchema,a=i?.[4]??i?.input,c=i?.[5]??i?.output;return this.resolveMiddlewareWithContext(n,s,o,{CommandCtor:r,middlewareFn:e._middlewareFn,clientName:e._clientName,commandName:e._commandName,inputFilterSensitiveLog:e._inputFilterSensitiveLog??(i?N5.bind(null,a):u=>u),outputFilterSensitiveLog:e._outputFilterSensitiveLog??(i?N5.bind(null,c):u=>u),smithyContext:e._smithyContext,additionalContext:e._additionalContext})}serialize=e._serializer;deserialize=e._deserializer}}},IXt="***SensitiveInformation***",DXt=(t,e)=>{for(let r of Object.keys(t)){let n=t[r],s=async function(i,a,c){let u=new n(i);if(typeof a=="function")this.send(u,a);else if(typeof c=="function"){if(typeof a!="object")throw new Error(`Expected http options but got ${typeof a}`);this.send(u,a||{},c)}else return this.send(u,a)},o=(r[0].toLowerCase()+r.slice(1)).replace(/Command$/,"");e.prototype[o]=s}},U5=class t extends Error{$fault;$response;$retryable;$metadata;constructor(e){super(e.message),Object.setPrototypeOf(this,Object.getPrototypeOf(this).constructor.prototype),this.name=e.name,this.$fault=e.$fault,this.$metadata=e.$metadata}static isInstance(e){if(!e)return!1;let r=e;return t.prototype.isPrototypeOf(r)||!!r.$fault&&!!r.$metadata&&(r.$fault==="client"||r.$fault==="server")}static[Symbol.hasInstance](e){if(!e)return!1;let r=e;return this===t?t.isInstance(e):t.isInstance(e)?r.name&&this.name?this.prototype.isPrototypeOf(e)||r.name===this.name:this.prototype.isPrototypeOf(e):!1}},Rbe=(t,e={})=>{Object.entries(e).filter(([,n])=>n!==void 0).forEach(([n,s])=>{(t[n]==null||t[n]==="")&&(t[n]=s)});let r=t.message||t.Message||"UnknownError";return t.message=r,delete t.Message,t},Tbe=({output:t,parsedBody:e,exceptionCtor:r,errorCode:n})=>{let s=wXt(t),o=s.httpStatusCode?s.httpStatusCode+"":void 0,i=new r({name:e?.code||e?.Code||n||o||"UnknownError",$fault:"client",$metadata:s});throw Rbe(i,e)},xXt=t=>({output:e,parsedBody:r,errorCode:n})=>{Tbe({output:e,parsedBody:r,exceptionCtor:t,errorCode:n})},wXt=t=>({httpStatusCode:t.statusCode,requestId:t.headers["x-amzn-requestid"]??t.headers["x-amzn-request-id"]??t.headers["x-amz-request-id"],extendedRequestId:t.headers["x-amz-id-2"],cfId:t.headers["x-amz-cf-id"]}),$Xt=t=>{switch(t){case"standard":return{retryMode:"standard",connectionTimeout:3100};case"in-region":return{retryMode:"standard",connectionTimeout:1100};case"cross-region":return{retryMode:"standard",connectionTimeout:3100};case"mobile":return{retryMode:"standard",connectionTimeout:3e4};default:return{}}},Cbe=!1,OXt=t=>{t&&!Cbe&&parseInt(t.substring(1,t.indexOf(".")))<16&&(Cbe=!0)},kXt=t=>{let e=[];for(let r in O5.AlgorithmId){let n=O5.AlgorithmId[r];t[n]!==void 0&&e.push({algorithmId:()=>n,checksumConstructor:()=>t[n]})}return{addChecksumAlgorithm(r){e.push(r)},checksumAlgorithms(){return e}}},NXt=t=>{let e={};return t.checksumAlgorithms().forEach(r=>{e[r.algorithmId()]=r.checksumConstructor()}),e},LXt=t=>({setRetryStrategy(e){t.retryStrategy=e},retryStrategy(){return t.retryStrategy}}),UXt=t=>{let e={};return e.retryStrategy=t.retryStrategy(),e},Abe=t=>Object.assign(kXt(t),LXt(t)),FXt=Abe,MXt=t=>Object.assign(NXt(t),UXt(t)),qXt=t=>Array.isArray(t)?t:[t],Pbe=t=>{let e="#text";for(let r in t)t.hasOwnProperty(r)&&t[r][e]!==void 0?t[r]=t[r][e]:typeof t[r]=="object"&&t[r]!==null&&(t[r]=Pbe(t[r]));return t},BXt=t=>t!=null,F5=class{trace(){}debug(){}info(){}warn(){}error(){}};function vbe(t,e,r){let n,s,o;if(typeof e>"u"&&typeof r>"u")n={},o=t;else{if(n=t,typeof e=="function")return s=e,o=r,VXt(n,s,o);o=e}for(let i of Object.keys(o)){if(!Array.isArray(o[i])){n[i]=o[i];continue}bbe(n,null,o,i)}return n}var GXt=t=>{let e={};for(let[r,n]of Object.entries(t||{}))e[r]=[,n];return e},HXt=(t,e)=>{let r={};for(let n in e)bbe(r,t,e,n);return r},VXt=(t,e,r)=>vbe(t,Object.entries(r).reduce((n,[s,o])=>(Array.isArray(o)?n[s]=o:typeof o=="function"?n[s]=[e,o()]:n[s]=[e,o],n),{})),bbe=(t,e,r,n)=>{if(e!==null){let i=r[n];typeof i=="function"&&(i=[,i]);let[a=jXt,c=WXt,u=n]=i;(typeof a=="function"&&a(e[u])||typeof a!="function"&&a)&&(t[n]=c(e[u]));return}let[s,o]=r[n];if(typeof o=="function"){let i,a=s===void 0&&(i=o())!=null,c=typeof s=="function"&&!!s(void 0)||typeof s!="function"&&!!s;a?t[n]=i:c&&(t[n]=o())}else{let i=s===void 0&&o!=null,a=typeof s=="function"&&!!s(o)||typeof s!="function"&&!!s;(i||a)&&(t[n]=o)}},jXt=t=>t!=null,WXt=t=>t,zXt=t=>{if(t!==t)return"NaN";switch(t){case 1/0:return"Infinity";case-1/0:return"-Infinity";default:return t}},KXt=t=>t.toISOString().replace(".000Z","Z"),M5=t=>{if(t==null)return{};if(Array.isArray(t))return t.filter(e=>e!=null).map(M5);if(typeof t=="object"){let e={};for(let r of Object.keys(t))t[r]!=null&&(e[r]=M5(t[r]));return e}return t};Object.defineProperty(zt,"collectBody",{enumerable:!0,get:function(){return q5.collectBody}});Object.defineProperty(zt,"extendedEncodeURIComponent",{enumerable:!0,get:function(){return q5.extendedEncodeURIComponent}});Object.defineProperty(zt,"resolvedPath",{enumerable:!0,get:function(){return q5.resolvedPath}});zt.Client=k5;zt.Command=xk;zt.NoOpLogger=F5;zt.SENSITIVE_STRING=IXt;zt.ServiceException=U5;zt._json=M5;zt.convertMap=GXt;zt.createAggregatedClient=DXt;zt.decorateServiceException=Rbe;zt.emitWarningIfUnsupportedVersion=OXt;zt.getArrayIfSingleItem=qXt;zt.getDefaultClientConfiguration=FXt;zt.getDefaultExtensionConfiguration=Abe;zt.getValueFromTextNode=Pbe;zt.isSerializableHeaderValue=BXt;zt.loadConfigsForDefaultMode=$Xt;zt.map=vbe;zt.resolveDefaultRuntimeConfig=MXt;zt.serializeDateTime=KXt;zt.serializeFloat=zXt;zt.take=HXt;zt.throwDefaultError=Tbe;zt.withBaseException=xXt;Object.keys(Ebe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(zt,t)&&Object.defineProperty(zt,t,{enumerable:!0,get:function(){return Ebe[t]}})})});var B5,fi,kh=R(()=>{vt();B5=T(ct()),fi=class{queryCompat;constructor(e=!1){this.queryCompat=e}resolveRestContentType(e,r){let n=r.getMemberSchemas(),s=Object.values(n).find(o=>!!o.getMergedTraits().httpPayload);if(s){let o=s.getMergedTraits().mediaType;return o||(s.isStringSchema()?"text/plain":s.isBlobSchema()?"application/octet-stream":e)}else if(!r.isUnitSchema()&&Object.values(n).find(i=>{let{httpQuery:a,httpQueryParams:c,httpHeader:u,httpLabel:f,httpPrefixHeaders:m}=i.getMergedTraits();return!a&&!c&&!u&&!f&&m===void 0}))return e}async getErrorSchemaOrThrowBaseException(e,r,n,s,o,i){let a=r,c=e;e.includes("#")&&([a,c]=e.split("#"));let u={$metadata:o,$fault:n.statusCode<500?"client":"server"},f=We.for(a);try{return{errorSchema:i?.(f,c)??f.getSchema(e),errorMetadata:u}}catch{s.message=s.message??s.Message??"UnknownError";let h=We.for("smithy.ts.sdk.synthetic."+a),y=h.getBaseException();if(y){let C=h.getErrorCtor(y)??Error;throw this.decorateServiceException(Object.assign(new C({name:c}),u),s)}throw this.decorateServiceException(Object.assign(new Error(c),u),s)}}decorateServiceException(e,r={}){if(this.queryCompat){let n=e.Message??r.Message,s=(0,B5.decorateServiceException)(e,r);n&&(s.message=n),s.Error={...s.Error,Type:s.Error.Type,Code:s.Error.Code,Message:s.Error.message??s.Error.Message??n};let o=s.$metadata.requestId;return o&&(s.RequestId=o),s}return(0,B5.decorateServiceException)(e,r)}setQueryCompatError(e,r){let n=r.headers?.["x-amzn-query-error"];if(e!==void 0&&n!=null){let[s,o]=n.split(";"),i=Object.entries(e),a={Code:s,Type:o};Object.assign(e,a);for(let[c,u]of i)a[c==="message"?"Message":c]=u;delete a.__type,e.Error=a}}queryCompatOutput(e,r){e.Error&&(r.Error=e.Error),e.Type&&(r.Type=e.Type),e.Code&&(r.Code=e.Code)}findQueryCompatibleError(e,r){try{return e.getSchema(r)}catch{return e.find(s=>Te.of(s).getMergedTraits().awsQueryError?.[0]===r)}}}});var wk,Ibe=R(()=>{fbe();vt();kh();wk=class extends Dk{awsQueryCompatible;mixin;constructor({defaultNamespace:e,awsQueryCompatible:r}){super({defaultNamespace:e}),this.awsQueryCompatible=!!r,this.mixin=new fi(this.awsQueryCompatible)}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n);return this.awsQueryCompatible&&(s.headers["x-amzn-query-mode"]="true"),s}async handleError(e,r,n,s,o){this.awsQueryCompatible&&this.mixin.setQueryCompatError(s,n);let i=(()=>{let C=n.headers["x-amzn-query-error"];return C&&this.awsQueryCompatible?C.split(";")[0]:vk(n,s)??"Unknown"})(),{errorSchema:a,errorMetadata:c}=await this.mixin.getErrorSchemaOrThrowBaseException(i,this.options.defaultNamespace,n,s,o,this.awsQueryCompatible?this.mixin.findQueryCompatibleError:void 0),u=Te.of(a),f=s.message??s.Message??"Unknown",m=We.for(a[1]).getErrorCtor(a)??Error,h=new m(f),y={};for(let[C,I]of u.structIterator())s[C]!=null&&(y[C]=this.deserializer.readValue(I,s[C]));throw this.awsQueryCompatible&&this.mixin.queryCompatOutput(s,y),this.mixin.decorateServiceException(Object.assign(h,c,{$fault:u.getMergedTraits().error,message:f},y),s)}}});var Dbe,xbe,wbe,$be=R(()=>{Dbe=t=>{if(t==null)return t;if(typeof t=="number"||typeof t=="bigint"){let e=new Error(`Received number ${t} where a string was expected.`);return e.name="Warning",console.warn(e),String(t)}if(typeof t=="boolean"){let e=new Error(`Received boolean ${t} where a string was expected.`);return e.name="Warning",console.warn(e),String(t)}return t},xbe=t=>{if(t==null)return t;if(typeof t=="string"){let e=t.toLowerCase();if(t!==""&&e!=="false"&&e!=="true"){let r=new Error(`Received string "${t}" where a boolean was expected.`);r.name="Warning",console.warn(r)}return t!==""&&e!=="false"}return t},wbe=t=>{if(t==null)return t;if(typeof t=="string"){let e=Number(t);if(e.toString()!==t){let r=new Error(`Received string "${t}" where a number was expected.`);return r.name="Warning",console.warn(r),t}return e}return t}});var ns,Td=R(()=>{ns=class{serdeContext;setSerdeContext(e){this.serdeContext=e}}});function*Nh(t,e){if(t.isUnitSchema())return;let r=t.getSchema();for(let n=0;n<r[4].length;++n){let s=r[4][n],o=r[5][n],i=new Te([o,0],s);!(s in e)&&!i.isIdempotencyToken()||(yield[s,i])}}function*Obe(t,e,r){if(t.isUnitSchema())return;let n=t.getSchema(),s=Object.keys(e).filter(o=>o!=="__type").length;for(let o=0;o<n[4].length&&s!==0;++o){let i=n[4][o],a=n[5][o],c=new Te([a,0],i),u=i;r&&(u=c.getMergedTraits()[r]??i),u in e&&(yield[i,c],s-=1)}}var J_=R(()=>{vt()});var Lh,G5=R(()=>{Lh=class{from;to;keys;constructor(e,r){this.from=e,this.to=r,this.keys=new Set(Object.keys(this.from).filter(n=>n!=="__type"))}mark(e){this.keys.delete(e)}hasUnknown(){return this.keys.size===1&&Object.keys(this.to).length===0}writeUnknown(){if(this.hasUnknown()){let e=this.keys.values().next().value,r=this.from[e];this.to.$unknown=[e,r]}}}});function kbe(t,e,r){if(r?.source){let n=r.source;if(typeof e=="number"&&(e>Number.MAX_SAFE_INTEGER||e<Number.MIN_SAFE_INTEGER||n!==String(e)))return n.includes(".")?new pr(n,"bigDecimal"):BigInt(n)}return e}var Nbe=R(()=>{Ns()});var Lbe,Ube,$k,H5=R(()=>{Lbe=T(ct()),Ube=T(He()),$k=(t,e)=>(0,Lbe.collectBody)(t,e).then(r=>(e?.utf8Encoder??Ube.toUtf8)(r))});var X_,Fbe,Uh,Z_=R(()=>{H5();X_=(t,e)=>$k(t,e).then(r=>{if(r.length)try{return JSON.parse(r)}catch(n){throw n?.name==="SyntaxError"&&Object.defineProperty(n,"$responseBodyText",{value:r}),n}return{}}),Fbe=async(t,e)=>{let r=await X_(t,e);return r.message=r.message??r.Message,r},Uh=(t,e)=>{let r=(o,i)=>Object.keys(o).find(a=>a.toLowerCase()===i.toLowerCase()),n=o=>{let i=o;return typeof i=="number"&&(i=i.toString()),i.indexOf(",")>=0&&(i=i.split(",")[0]),i.indexOf(":")>=0&&(i=i.split(":")[0]),i.indexOf("#")>=0&&(i=i.split("#")[1]),i},s=r(t.headers,"x-amzn-errortype");if(s!==void 0)return n(t.headers[s]);if(e&&typeof e=="object"){let o=r(e,"code");if(o&&e[o]!==void 0)return n(e[o]);if(e.__type!==void 0)return n(e.__type)}}});var Mbe,Fh,V5=R(()=>{ao();vt();Ns();Mbe=T(De());Td();J_();G5();Nbe();Z_();Fh=class extends ns{settings;constructor(e){super(),this.settings=e}async read(e,r){return this._read(e,typeof r=="string"?JSON.parse(r,kbe):await X_(r,this.serdeContext))}readObject(e,r){return this._read(e,r)}_read(e,r){let n=r!==null&&typeof r=="object",s=Te.of(e);if(n){if(s.isStructSchema()){let i=s.isUnionSchema(),a={},c;i&&(c=new Lh(r,a));for(let[u,f]of Obe(s,r,this.settings.jsonName?"jsonName":!1)){let m=this.settings.jsonName?f.getMergedTraits().jsonName??u:u;i&&c.mark(m),r[m]!=null&&(a[u]=this._read(f,r[m]))}return i&&c.writeUnknown(),a}if(Array.isArray(r)&&s.isListSchema()){let i=s.getValueSchema(),a=[],c=!!s.getMergedTraits().sparse;for(let u of r)(c||u!=null)&&a.push(this._read(i,u));return a}if(s.isMapSchema()){let i=s.getValueSchema(),a={},c=!!s.getMergedTraits().sparse;for(let[u,f]of Object.entries(r))(c||f!=null)&&(a[u]=this._read(i,f));return a}}if(s.isBlobSchema()&&typeof r=="string")return(0,Mbe.fromBase64)(r);let o=s.getMergedTraits().mediaType;if(s.isStringSchema()&&typeof r=="string"&&o)return o==="application/json"||o.endsWith("+json")?ks.from(r):r;if(s.isTimestampSchema()&&r!=null)switch(Io(s,this.settings)){case 5:return g9(r);case 6:return h9(r);case 7:return S9(r);default:return console.warn("Missing timestamp format, parsing value with Date constructor:",r),new Date(r)}if(s.isBigIntegerSchema()&&(typeof r=="number"||typeof r=="string"))return BigInt(r);if(s.isBigDecimalSchema()&&r!=null){if(r instanceof pr)return r;let i=r;return i.type==="bigDecimal"&&"string"in i?new pr(i.string,i.type):new pr(String(r),"bigDecimal")}if(s.isNumericSchema()&&typeof r=="string"){switch(r){case"Infinity":return 1/0;case"-Infinity":return-1/0;case"NaN":return NaN}return r}if(s.isDocumentSchema())if(n){let i=Array.isArray(r)?[]:{};for(let[a,c]of Object.entries(r))c instanceof pr?i[a]=c:i[a]=this._read(s,c);return i}else return structuredClone(r);return r}}});var qbe,Ok,Bbe=R(()=>{Ns();qbe="\u039D",Ok=class{values=new Map;counter=0;stage=0;createReplacer(){if(this.stage===1)throw new Error("@aws-sdk/core/protocols - JsonReplacer already created.");if(this.stage===2)throw new Error("@aws-sdk/core/protocols - JsonReplacer exhausted.");return this.stage=1,(e,r)=>{if(r instanceof pr){let n=`${qbe+"nv"+this.counter++}_`+r.string;return this.values.set(`"${n}"`,r.string),n}if(typeof r=="bigint"){let n=r.toString(),s=`${qbe+"b"+this.counter++}_`+n;return this.values.set(`"${s}"`,n),s}return r}}replaceInJson(e){if(this.stage===0)throw new Error("@aws-sdk/core/protocols - JsonReplacer not created yet.");if(this.stage===2)throw new Error("@aws-sdk/core/protocols - JsonReplacer exhausted.");if(this.stage=2,this.counter===0)return e;for(let[r,n]of this.values)e=e.replace(r,n);return e}}});var j5,Mh,W5=R(()=>{ao();vt();Ns();j5=T(De());Td();J_();Bbe();Mh=class extends ns{settings;buffer;useReplacer=!1;rootSchema;constructor(e){super(),this.settings=e}write(e,r){this.rootSchema=Te.of(e),this.buffer=this._write(this.rootSchema,r)}writeDiscriminatedDocument(e,r){this.write(e,r),typeof this.buffer=="object"&&(this.buffer.__type=Te.of(e).getName(!0))}flush(){let{rootSchema:e,useReplacer:r}=this;if(this.rootSchema=void 0,this.useReplacer=!1,e?.isStructSchema()||e?.isDocumentSchema()){if(!r)return JSON.stringify(this.buffer);let n=new Ok;return n.replaceInJson(JSON.stringify(this.buffer,n.createReplacer(),0))}return this.buffer}_write(e,r,n){let s=r!==null&&typeof r=="object",o=Te.of(e);if(s){if(o.isStructSchema()){let i={};for(let[a,c]of Nh(o,r)){let u=this._write(c,r[a],o);if(u!==void 0){let f=c.getMergedTraits().jsonName,m=this.settings.jsonName?f??a:a;i[m]=u}}if(o.isUnionSchema()&&Object.keys(i).length===0){let{$unknown:a}=r;if(Array.isArray(a)){let[c,u]=a;i[c]=this._write(15,u)}}return i}if(Array.isArray(r)&&o.isListSchema()){let i=o.getValueSchema(),a=[],c=!!o.getMergedTraits().sparse;for(let u of r)(c||u!=null)&&a.push(this._write(i,u));return a}if(o.isMapSchema()){let i=o.getValueSchema(),a={},c=!!o.getMergedTraits().sparse;for(let[u,f]of Object.entries(r))(c||f!=null)&&(a[u]=this._write(i,f));return a}if(r instanceof Uint8Array&&(o.isBlobSchema()||o.isDocumentSchema()))return o===this.rootSchema?r:(this.serdeContext?.base64Encoder??j5.toBase64)(r);if(r instanceof Date&&(o.isTimestampSchema()||o.isDocumentSchema()))switch(Io(o,this.settings)){case 5:return r.toISOString().replace(".000Z","Z");case 6:return B_(r);case 7:return r.getTime()/1e3;default:return console.warn("Missing timestamp format, using epoch seconds",r),r.getTime()/1e3}r instanceof pr&&(this.useReplacer=!0)}if(!(r===null&&n?.isStructSchema())){if(o.isStringSchema()){if(typeof r>"u"&&o.isIdempotencyToken())return(0,pi.v4)();let i=o.getMergedTraits().mediaType;return r!=null&&i&&(i==="application/json"||i.endsWith("+json"))?ks.from(r):r}if(typeof r=="number"&&o.isNumericSchema())return Math.abs(r)===1/0||isNaN(r)?String(r):r;if(typeof r=="string"&&o.isBlobSchema())return o===this.rootSchema?r:(this.serdeContext?.base64Encoder??j5.toBase64)(r);if(typeof r=="bigint"&&(this.useReplacer=!0),o.isDocumentSchema())if(s){let i=Array.isArray(r)?[]:{};for(let[a,c]of Object.entries(r))c instanceof pr?(this.useReplacer=!0,i[a]=c):i[a]=this._write(o,c);return i}else return structuredClone(r);return r}}}});var Ad,kk=R(()=>{Td();V5();W5();Ad=class extends ns{settings;constructor(e){super(),this.settings=e}createSerializer(){let e=new Mh(this.settings);return e.setSerdeContext(this.serdeContext),e}createDeserializer(){let e=new Fh(this.settings);return e.setSerdeContext(this.serdeContext),e}}});var Pd,Nk=R(()=>{ao();vt();kh();kk();Z_();Pd=class extends gu{serializer;deserializer;serviceTarget;codec;mixin;awsQueryCompatible;constructor({defaultNamespace:e,serviceTarget:r,awsQueryCompatible:n,jsonCodec:s}){super({defaultNamespace:e}),this.serviceTarget=r,this.codec=s??new Ad({timestampFormat:{useTrait:!0,default:7},jsonName:!1}),this.serializer=this.codec.createSerializer(),this.deserializer=this.codec.createDeserializer(),this.awsQueryCompatible=!!n,this.mixin=new fi(this.awsQueryCompatible)}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n);return s.path.endsWith("/")||(s.path+="/"),Object.assign(s.headers,{"content-type":`application/x-amz-json-${this.getJsonRpcVersion()}`,"x-amz-target":`${this.serviceTarget}.${e.name}`}),this.awsQueryCompatible&&(s.headers["x-amzn-query-mode"]="true"),(zi(e.input)==="unit"||!s.body)&&(s.body="{}"),s}getPayloadCodec(){return this.codec}async handleError(e,r,n,s,o){this.awsQueryCompatible&&this.mixin.setQueryCompatError(s,n);let i=Uh(n,s)??"Unknown",{errorSchema:a,errorMetadata:c}=await this.mixin.getErrorSchemaOrThrowBaseException(i,this.options.defaultNamespace,n,s,o,this.awsQueryCompatible?this.mixin.findQueryCompatibleError:void 0),u=Te.of(a),f=s.message??s.Message??"Unknown",m=We.for(a[1]).getErrorCtor(a)??Error,h=new m(f),y={};for(let[C,I]of u.structIterator())s[C]!=null&&(y[C]=this.codec.createDeserializer().readObject(I,s[C]));throw this.awsQueryCompatible&&this.mixin.queryCompatOutput(s,y),this.mixin.decorateServiceException(Object.assign(h,c,{$fault:u.getMergedTraits().error,message:f},y),s)}}});var Lk,Gbe=R(()=>{Nk();Lk=class extends Pd{constructor({defaultNamespace:e,serviceTarget:r,awsQueryCompatible:n,jsonCodec:s}){super({defaultNamespace:e,serviceTarget:r,awsQueryCompatible:n,jsonCodec:s})}getShapeId(){return"aws.protocols#awsJson1_0"}getJsonRpcVersion(){return"1.0"}getDefaultContentType(){return"application/x-amz-json-1.0"}}});var Uk,Hbe=R(()=>{Nk();Uk=class extends Pd{constructor({defaultNamespace:e,serviceTarget:r,awsQueryCompatible:n,jsonCodec:s}){super({defaultNamespace:e,serviceTarget:r,awsQueryCompatible:n,jsonCodec:s})}getShapeId(){return"aws.protocols#awsJson1_1"}getJsonRpcVersion(){return"1.1"}getDefaultContentType(){return"application/x-amz-json-1.1"}}});var vd,Vbe=R(()=>{ao();vt();kh();kk();Z_();vd=class extends vm{serializer;deserializer;codec;mixin=new fi;constructor({defaultNamespace:e}){super({defaultNamespace:e});let r={timestampFormat:{useTrait:!0,default:7},httpBindings:!0,jsonName:!0};this.codec=new Ad(r),this.serializer=new Dm(this.codec.createSerializer(),r),this.deserializer=new Im(this.codec.createDeserializer(),r)}getShapeId(){return"aws.protocols#restJson1"}getPayloadCodec(){return this.codec}setSerdeContext(e){this.codec.setSerdeContext(e),super.setSerdeContext(e)}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n),o=Te.of(e.input);if(!s.headers["content-type"]){let i=this.mixin.resolveRestContentType(this.getDefaultContentType(),o);i&&(s.headers["content-type"]=i)}return s.body==null&&s.headers["content-type"]===this.getDefaultContentType()&&(s.body="{}"),s}async deserializeResponse(e,r,n){let s=await super.deserializeResponse(e,r,n),o=Te.of(e.output);for(let[i,a]of o.structIterator())a.getMemberTraits().httpPayload&&!(i in s)&&(s[i]=null);return s}async handleError(e,r,n,s,o){let i=Uh(n,s)??"Unknown",{errorSchema:a,errorMetadata:c}=await this.mixin.getErrorSchemaOrThrowBaseException(i,this.options.defaultNamespace,n,s,o),u=Te.of(a),f=s.message??s.Message??"Unknown",m=We.for(a[1]).getErrorCtor(a)??Error,h=new m(f);await this.deserializeHttpMessage(a,r,n,s);let y={};for(let[C,I]of u.structIterator()){let $=I.getMergedTraits().jsonName??C;y[C]=this.codec.createDeserializer().readObject(I,s[$])}throw this.mixin.decorateServiceException(Object.assign(h,c,{$fault:u.getMergedTraits().error,message:f},y),s)}getDefaultContentType(){return"application/json"}}});var jbe,Wbe,zbe=R(()=>{jbe=T(ct()),Wbe=t=>{if(t!=null)return typeof t=="object"&&"__type"in t&&delete t.__type,(0,jbe.expectUnion)(t)}});var z5=O((w8r,Kbe)=>{(()=>{"use strict";var t={d:(g,S)=>{for(var b in S)t.o(S,b)&&!t.o(g,b)&&Object.defineProperty(g,b,{enumerable:!0,get:S[b]})},o:(g,S)=>Object.prototype.hasOwnProperty.call(g,S),r:g=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(g,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(g,"__esModule",{value:!0})}},e={};t.r(e),t.d(e,{XMLBuilder:()=>Sa,XMLParser:()=>jG,XMLValidator:()=>x});let r=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n=new RegExp("^["+r+"]["+r+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$");function s(g,S){let b=[],D=S.exec(g);for(;D;){let w=[];w.startIndex=S.lastIndex-D[0].length;let k=D.length;for(let F=0;F<k;F++)w.push(D[F]);b.push(w),D=S.exec(g)}return b}let o=function(g){return n.exec(g)!=null},i={allowBooleanAttributes:!1,unpairedTags:[]};function a(g,S){S=Object.assign({},i,S);let b=[],D=!1,w=!1;g[0]==="\uFEFF"&&(g=g.substr(1));for(let k=0;k<g.length;k++)if(g[k]==="<"&&g[k+1]==="?"){if(k+=2,k=u(g,k),k.err)return k}else{if(g[k]!=="<"){if(c(g[k]))continue;return N("InvalidChar","char '"+g[k]+"' is not expected.",B(g,k))}{let F=k;if(k++,g[k]==="!"){k=f(g,k);continue}{let L=!1;g[k]==="/"&&(L=!0,k++);let H="";for(;k<g.length&&g[k]!==">"&&g[k]!==" "&&g[k]!==" "&&g[k]!==`
|
|
126
|
+
`&&g[k]!=="\r";k++)H+=g[k];if(H=H.trim(),H[H.length-1]==="/"&&(H=H.substring(0,H.length-1),k--),!o(H)){let me;return me=H.trim().length===0?"Invalid space after '<'.":"Tag '"+H+"' is an invalid name.",N("InvalidTag",me,B(g,k))}let z=y(g,k);if(z===!1)return N("InvalidAttr","Attributes for '"+H+"' have open quote.",B(g,k));let ae=z.value;if(k=z.index,ae[ae.length-1]==="/"){let me=k-ae.length;ae=ae.substring(0,ae.length-1);let Re=I(ae,S);if(Re!==!0)return N(Re.err.code,Re.err.msg,B(g,me+Re.err.line));D=!0}else if(L){if(!z.tagClosed)return N("InvalidTag","Closing tag '"+H+"' doesn't have proper closing.",B(g,k));if(ae.trim().length>0)return N("InvalidTag","Closing tag '"+H+"' can't have attributes or invalid starting.",B(g,F));if(b.length===0)return N("InvalidTag","Closing tag '"+H+"' has not been opened.",B(g,F));{let me=b.pop();if(H!==me.tagName){let Re=B(g,me.tagStartPos);return N("InvalidTag","Expected closing tag '"+me.tagName+"' (opened in line "+Re.line+", col "+Re.col+") instead of closing tag '"+H+"'.",B(g,F))}b.length==0&&(w=!0)}}else{let me=I(ae,S);if(me!==!0)return N(me.err.code,me.err.msg,B(g,k-ae.length+me.err.line));if(w===!0)return N("InvalidXml","Multiple possible root nodes found.",B(g,k));S.unpairedTags.indexOf(H)!==-1||b.push({tagName:H,tagStartPos:F}),D=!0}for(k++;k<g.length;k++)if(g[k]==="<"){if(g[k+1]==="!"){k++,k=f(g,k);continue}if(g[k+1]!=="?")break;if(k=u(g,++k),k.err)return k}else if(g[k]==="&"){let me=$(g,k);if(me==-1)return N("InvalidChar","char '&' is not expected.",B(g,k));k=me}else if(w===!0&&!c(g[k]))return N("InvalidXml","Extra text at the end",B(g,k));g[k]==="<"&&k--}}}return D?b.length==1?N("InvalidTag","Unclosed tag '"+b[0].tagName+"'.",B(g,b[0].tagStartPos)):!(b.length>0)||N("InvalidXml","Invalid '"+JSON.stringify(b.map((k=>k.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):N("InvalidXml","Start tag expected.",1)}function c(g){return g===" "||g===" "||g===`
|
|
127
|
+
`||g==="\r"}function u(g,S){let b=S;for(;S<g.length;S++)if(!(g[S]!="?"&&g[S]!=" ")){let D=g.substr(b,S-b);if(S>5&&D==="xml")return N("InvalidXml","XML declaration allowed only at the start of the document.",B(g,S));if(g[S]=="?"&&g[S+1]==">"){S++;break}}return S}function f(g,S){if(g.length>S+5&&g[S+1]==="-"&&g[S+2]==="-"){for(S+=3;S<g.length;S++)if(g[S]==="-"&&g[S+1]==="-"&&g[S+2]===">"){S+=2;break}}else if(g.length>S+8&&g[S+1]==="D"&&g[S+2]==="O"&&g[S+3]==="C"&&g[S+4]==="T"&&g[S+5]==="Y"&&g[S+6]==="P"&&g[S+7]==="E"){let b=1;for(S+=8;S<g.length;S++)if(g[S]==="<")b++;else if(g[S]===">"&&(b--,b===0))break}else if(g.length>S+9&&g[S+1]==="["&&g[S+2]==="C"&&g[S+3]==="D"&&g[S+4]==="A"&&g[S+5]==="T"&&g[S+6]==="A"&&g[S+7]==="["){for(S+=8;S<g.length;S++)if(g[S]==="]"&&g[S+1]==="]"&&g[S+2]===">"){S+=2;break}}return S}let m='"',h="'";function y(g,S){let b="",D="",w=!1;for(;S<g.length;S++){if(g[S]===m||g[S]===h)D===""?D=g[S]:D!==g[S]||(D="");else if(g[S]===">"&&D===""){w=!0;break}b+=g[S]}return D===""&&{value:b,index:S,tagClosed:w}}let C=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function I(g,S){let b=s(g,C),D={};for(let w=0;w<b.length;w++){if(b[w][1].length===0)return N("InvalidAttr","Attribute '"+b[w][2]+"' has no space in starting.",W(b[w]));if(b[w][3]!==void 0&&b[w][4]===void 0)return N("InvalidAttr","Attribute '"+b[w][2]+"' is without value.",W(b[w]));if(b[w][3]===void 0&&!S.allowBooleanAttributes)return N("InvalidAttr","boolean attribute '"+b[w][2]+"' is not allowed.",W(b[w]));let k=b[w][2];if(!U(k))return N("InvalidAttr","Attribute '"+k+"' is an invalid name.",W(b[w]));if(D.hasOwnProperty(k))return N("InvalidAttr","Attribute '"+k+"' is repeated.",W(b[w]));D[k]=1}return!0}function $(g,S){if(g[++S]===";")return-1;if(g[S]==="#")return(function(D,w){let k=/\d/;for(D[w]==="x"&&(w++,k=/[\da-fA-F]/);w<D.length;w++){if(D[w]===";")return w;if(!D[w].match(k))break}return-1})(g,++S);let b=0;for(;S<g.length;S++,b++)if(!(g[S].match(/\w/)&&b<20)){if(g[S]===";")break;return-1}return S}function N(g,S,b){return{err:{code:g,msg:S,line:b.line||b,col:b.col}}}function U(g){return o(g)}function B(g,S){let b=g.substring(0,S).split(/\r?\n/);return{line:b.length,col:b[b.length-1].length+1}}function W(g){return g.startIndex+g[1].length}let j={preserveOrder:!1,attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,removeNSPrefix:!1,allowBooleanAttributes:!1,parseTagValue:!0,parseAttributeValue:!1,trimValues:!0,cdataPropName:!1,numberParseOptions:{hex:!0,leadingZeros:!0,eNotation:!0},tagValueProcessor:function(g,S){return S},attributeValueProcessor:function(g,S){return S},stopNodes:[],alwaysCreateTextNode:!1,isArray:()=>!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(g,S,b){return g},captureMetaData:!1},te;te=typeof Symbol!="function"?"@@xmlMetadata":Symbol("XML Node Metadata");class Ce{constructor(S){this.tagname=S,this.child=[],this[":@"]={}}add(S,b){S==="__proto__"&&(S="#__proto__"),this.child.push({[S]:b})}addChild(S,b){S.tagname==="__proto__"&&(S.tagname="#__proto__"),S[":@"]&&Object.keys(S[":@"]).length>0?this.child.push({[S.tagname]:S.child,":@":S[":@"]}):this.child.push({[S.tagname]:S.child}),b!==void 0&&(this.child[this.child.length-1][te]={startIndex:b})}static getMetaDataSymbol(){return te}}function V(g,S){let b={};if(g[S+3]!=="O"||g[S+4]!=="C"||g[S+5]!=="T"||g[S+6]!=="Y"||g[S+7]!=="P"||g[S+8]!=="E")throw new Error("Invalid Tag instead of DOCTYPE");{S+=9;let D=1,w=!1,k=!1,F="";for(;S<g.length;S++)if(g[S]!=="<"||k)if(g[S]===">"){if(k?g[S-1]==="-"&&g[S-2]==="-"&&(k=!1,D--):D--,D===0)break}else g[S]==="["?w=!0:F+=g[S];else{if(w&&Tc(g,"!ENTITY",S)){let L,H;S+=7,[L,H,S]=ne(g,S+1),H.indexOf("&")===-1&&(b[L]={regx:RegExp(`&${L};`,"g"),val:H})}else if(w&&Tc(g,"!ELEMENT",S)){S+=8;let{index:L}=Op(g,S+1);S=L}else if(w&&Tc(g,"!ATTLIST",S))S+=8;else if(w&&Tc(g,"!NOTATION",S)){S+=9;let{index:L}=ge(g,S+1);S=L}else{if(!Tc(g,"!--",S))throw new Error("Invalid DOCTYPE");k=!0}D++,F=""}if(D!==0)throw new Error("Unclosed DOCTYPE")}return{entities:b,i:S}}let Y=(g,S)=>{for(;S<g.length&&/\s/.test(g[S]);)S++;return S};function ne(g,S){S=Y(g,S);let b="";for(;S<g.length&&!/\s/.test(g[S])&&g[S]!=='"'&&g[S]!=="'";)b+=g[S],S++;if(gy(b),S=Y(g,S),g.substring(S,S+6).toUpperCase()==="SYSTEM")throw new Error("External entities are not supported");if(g[S]==="%")throw new Error("Parameter entities are not supported");let D="";return[S,D]=Je(g,S,"entity"),[b,D,--S]}function ge(g,S){S=Y(g,S);let b="";for(;S<g.length&&!/\s/.test(g[S]);)b+=g[S],S++;gy(b),S=Y(g,S);let D=g.substring(S,S+6).toUpperCase();if(D!=="SYSTEM"&&D!=="PUBLIC")throw new Error(`Expected SYSTEM or PUBLIC, found "${D}"`);S+=D.length,S=Y(g,S);let w=null,k=null;if(D==="PUBLIC")[S,w]=Je(g,S,"publicIdentifier"),g[S=Y(g,S)]!=='"'&&g[S]!=="'"||([S,k]=Je(g,S,"systemIdentifier"));else if(D==="SYSTEM"&&([S,k]=Je(g,S,"systemIdentifier"),!k))throw new Error("Missing mandatory system identifier for SYSTEM notation");return{notationName:b,publicIdentifier:w,systemIdentifier:k,index:--S}}function Je(g,S,b){let D="",w=g[S];if(w!=='"'&&w!=="'")throw new Error(`Expected quoted string, found "${w}"`);for(S++;S<g.length&&g[S]!==w;)D+=g[S],S++;if(g[S]!==w)throw new Error(`Unterminated ${b} value`);return[++S,D]}function Op(g,S){S=Y(g,S);let b="";for(;S<g.length&&!/\s/.test(g[S]);)b+=g[S],S++;if(!gy(b))throw new Error(`Invalid element name: "${b}"`);let D="";if(g[S=Y(g,S)]==="E"&&Tc(g,"MPTY",S))S+=4;else if(g[S]==="A"&&Tc(g,"NY",S))S+=2;else{if(g[S]!=="(")throw new Error(`Invalid Element Expression, found "${g[S]}"`);for(S++;S<g.length&&g[S]!==")";)D+=g[S],S++;if(g[S]!==")")throw new Error("Unterminated content model")}return{elementName:b,contentModel:D.trim(),index:S}}function Tc(g,S,b){for(let D=0;D<S.length;D++)if(S[D]!==g[b+D+1])return!1;return!0}function gy(g){if(o(g))return g;throw new Error(`Invalid entity name ${g}`)}let xG=/^[-+]?0x[a-fA-F0-9]+$/,wG=/^([\-\+])?(0*)([0-9]*(\.[0-9]*)?)$/,KT={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0},$G=/^([-+])?(0*)(\d*(\.\d*)?[eE][-\+]?\d+)$/;function QT(g){return typeof g=="function"?g:Array.isArray(g)?S=>{for(let b of g)if(typeof b=="string"&&S===b||b instanceof RegExp&&b.test(S))return!0}:()=>!1}class OG{constructor(S){this.options=S,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"\xA2"},pound:{regex:/&(pound|#163);/g,val:"\xA3"},yen:{regex:/&(yen|#165);/g,val:"\xA5"},euro:{regex:/&(euro|#8364);/g,val:"\u20AC"},copyright:{regex:/&(copy|#169);/g,val:"\xA9"},reg:{regex:/&(reg|#174);/g,val:"\xAE"},inr:{regex:/&(inr|#8377);/g,val:"\u20B9"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(b,D)=>String.fromCodePoint(Number.parseInt(D,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(b,D)=>String.fromCodePoint(Number.parseInt(D,16))}},this.addExternalEntities=kG,this.parseXml=MG,this.parseTextData=NG,this.resolveNameSpace=LG,this.buildAttributesMap=FG,this.isItStopNode=hy,this.replaceEntitiesValue=BG,this.readStopNodeData=YT,this.saveTextToParentTag=Ac,this.addChild=qG,this.ignoreAttributesFn=QT(this.options.ignoreAttributes)}}function kG(g){let S=Object.keys(g);for(let b=0;b<S.length;b++){let D=S[b];this.lastEntities[D]={regex:new RegExp("&"+D+";","g"),val:g[D]}}}function NG(g,S,b,D,w,k,F){if(g!==void 0&&(this.options.trimValues&&!D&&(g=g.trim()),g.length>0)){F||(g=this.replaceEntitiesValue(g));let L=this.options.tagValueProcessor(S,g,b,w,k);return L==null?g:typeof L!=typeof g||L!==g?L:this.options.trimValues||g.trim()===g?kf(g,this.options.parseTagValue,this.options.numberParseOptions):g}}function LG(g){if(this.options.removeNSPrefix){let S=g.split(":"),b=g.charAt(0)==="/"?"/":"";if(S[0]==="xmlns")return"";S.length===2&&(g=b+S[1])}return g}let UG=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function FG(g,S,b){if(this.options.ignoreAttributes!==!0&&typeof g=="string"){let D=s(g,UG),w=D.length,k={};for(let F=0;F<w;F++){let L=this.resolveNameSpace(D[F][1]);if(this.ignoreAttributesFn(L,S))continue;let H=D[F][4],z=this.options.attributeNamePrefix+L;if(L.length)if(this.options.transformAttributeName&&(z=this.options.transformAttributeName(z)),z==="__proto__"&&(z="#__proto__"),H!==void 0){this.options.trimValues&&(H=H.trim()),H=this.replaceEntitiesValue(H);let ae=this.options.attributeValueProcessor(L,H,S);k[z]=ae==null?H:typeof ae!=typeof H||ae!==H?ae:kf(H,this.options.parseAttributeValue,this.options.numberParseOptions)}else this.options.allowBooleanAttributes&&(k[z]=!0)}if(!Object.keys(k).length)return;if(this.options.attributesGroupName){let F={};return F[this.options.attributesGroupName]=k,F}return k}}let MG=function(g){g=g.replace(/\r\n?/g,`
|
|
128
|
+
`);let S=new Ce("!xml"),b=S,D="",w="";for(let k=0;k<g.length;k++)if(g[k]==="<")if(g[k+1]==="/"){let F=Pc(g,">",k,"Closing Tag is not closed."),L=g.substring(k+2,F).trim();if(this.options.removeNSPrefix){let ae=L.indexOf(":");ae!==-1&&(L=L.substr(ae+1))}this.options.transformTagName&&(L=this.options.transformTagName(L)),b&&(D=this.saveTextToParentTag(D,b,w));let H=w.substring(w.lastIndexOf(".")+1);if(L&&this.options.unpairedTags.indexOf(L)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: </${L}>`);let z=0;H&&this.options.unpairedTags.indexOf(H)!==-1?(z=w.lastIndexOf(".",w.lastIndexOf(".")-1),this.tagsNodeStack.pop()):z=w.lastIndexOf("."),w=w.substring(0,z),b=this.tagsNodeStack.pop(),D="",k=F}else if(g[k+1]==="?"){let F=Of(g,k,!1,"?>");if(!F)throw new Error("Pi Tag is not closed.");if(D=this.saveTextToParentTag(D,b,w),!(this.options.ignoreDeclaration&&F.tagName==="?xml"||this.options.ignorePiTags)){let L=new Ce(F.tagName);L.add(this.options.textNodeName,""),F.tagName!==F.tagExp&&F.attrExpPresent&&(L[":@"]=this.buildAttributesMap(F.tagExp,w,F.tagName)),this.addChild(b,L,w,k)}k=F.closeIndex+1}else if(g.substr(k+1,3)==="!--"){let F=Pc(g,"-->",k+4,"Comment is not closed.");if(this.options.commentPropName){let L=g.substring(k+4,F-2);D=this.saveTextToParentTag(D,b,w),b.add(this.options.commentPropName,[{[this.options.textNodeName]:L}])}k=F}else if(g.substr(k+1,2)==="!D"){let F=V(g,k);this.docTypeEntities=F.entities,k=F.i}else if(g.substr(k+1,2)==="!["){let F=Pc(g,"]]>",k,"CDATA is not closed.")-2,L=g.substring(k+9,F);D=this.saveTextToParentTag(D,b,w);let H=this.parseTextData(L,b.tagname,w,!0,!1,!0,!0);H==null&&(H=""),this.options.cdataPropName?b.add(this.options.cdataPropName,[{[this.options.textNodeName]:L}]):b.add(this.options.textNodeName,H),k=F+2}else{let F=Of(g,k,this.options.removeNSPrefix),L=F.tagName,H=F.rawTagName,z=F.tagExp,ae=F.attrExpPresent,me=F.closeIndex;this.options.transformTagName&&(L=this.options.transformTagName(L)),b&&D&&b.tagname!=="!xml"&&(D=this.saveTextToParentTag(D,b,w,!1));let Re=b;Re&&this.options.unpairedTags.indexOf(Re.tagname)!==-1&&(b=this.tagsNodeStack.pop(),w=w.substring(0,w.lastIndexOf("."))),L!==S.tagname&&(w+=w?"."+L:L);let Me=k;if(this.isItStopNode(this.options.stopNodes,w,L)){let Se="";if(z.length>0&&z.lastIndexOf("/")===z.length-1)L[L.length-1]==="/"?(L=L.substr(0,L.length-1),w=w.substr(0,w.length-1),z=L):z=z.substr(0,z.length-1),k=F.closeIndex;else if(this.options.unpairedTags.indexOf(L)!==-1)k=F.closeIndex;else{let vr=this.readStopNodeData(g,H,me+1);if(!vr)throw new Error(`Unexpected end of ${H}`);k=vr.i,Se=vr.tagContent}let gt=new Ce(L);L!==z&&ae&&(gt[":@"]=this.buildAttributesMap(z,w,L)),Se&&(Se=this.parseTextData(Se,L,w,!0,ae,!0,!0)),w=w.substr(0,w.lastIndexOf(".")),gt.add(this.options.textNodeName,Se),this.addChild(b,gt,w,Me)}else{if(z.length>0&&z.lastIndexOf("/")===z.length-1){L[L.length-1]==="/"?(L=L.substr(0,L.length-1),w=w.substr(0,w.length-1),z=L):z=z.substr(0,z.length-1),this.options.transformTagName&&(L=this.options.transformTagName(L));let Se=new Ce(L);L!==z&&ae&&(Se[":@"]=this.buildAttributesMap(z,w,L)),this.addChild(b,Se,w,Me),w=w.substr(0,w.lastIndexOf("."))}else{let Se=new Ce(L);this.tagsNodeStack.push(b),L!==z&&ae&&(Se[":@"]=this.buildAttributesMap(z,w,L)),this.addChild(b,Se,w,Me),b=Se}D="",k=me}}else D+=g[k];return S.child};function qG(g,S,b,D){this.options.captureMetaData||(D=void 0);let w=this.options.updateTag(S.tagname,b,S[":@"]);w===!1||(typeof w=="string"&&(S.tagname=w),g.addChild(S,D))}let BG=function(g){if(this.options.processEntities){for(let S in this.docTypeEntities){let b=this.docTypeEntities[S];g=g.replace(b.regx,b.val)}for(let S in this.lastEntities){let b=this.lastEntities[S];g=g.replace(b.regex,b.val)}if(this.options.htmlEntities)for(let S in this.htmlEntities){let b=this.htmlEntities[S];g=g.replace(b.regex,b.val)}g=g.replace(this.ampEntity.regex,this.ampEntity.val)}return g};function Ac(g,S,b,D){return g&&(D===void 0&&(D=S.child.length===0),(g=this.parseTextData(g,S.tagname,b,!1,!!S[":@"]&&Object.keys(S[":@"]).length!==0,D))!==void 0&&g!==""&&S.add(this.options.textNodeName,g),g=""),g}function hy(g,S,b){let D="*."+b;for(let w in g){let k=g[w];if(D===k||S===k)return!0}return!1}function Pc(g,S,b,D){let w=g.indexOf(S,b);if(w===-1)throw new Error(D);return w+S.length-1}function Of(g,S,b,D=">"){let w=(function(me,Re,Me=">"){let Se,gt="";for(let vr=Re;vr<me.length;vr++){let Yu=me[vr];if(Se)Yu===Se&&(Se="");else if(Yu==='"'||Yu==="'")Se=Yu;else if(Yu===Me[0]){if(!Me[1])return{data:gt,index:vr};if(me[vr+1]===Me[1])return{data:gt,index:vr}}else Yu===" "&&(Yu=" ");gt+=Yu}})(g,S+1,D);if(!w)return;let k=w.data,F=w.index,L=k.search(/\s/),H=k,z=!0;L!==-1&&(H=k.substring(0,L),k=k.substring(L+1).trimStart());let ae=H;if(b){let me=H.indexOf(":");me!==-1&&(H=H.substr(me+1),z=H!==w.data.substr(me+1))}return{tagName:H,tagExp:k,closeIndex:F,attrExpPresent:z,rawTagName:ae}}function YT(g,S,b){let D=b,w=1;for(;b<g.length;b++)if(g[b]==="<")if(g[b+1]==="/"){let k=Pc(g,">",b,`${S} is not closed`);if(g.substring(b+2,k).trim()===S&&(w--,w===0))return{tagContent:g.substring(D,b),i:k};b=k}else if(g[b+1]==="?")b=Pc(g,"?>",b+1,"StopNode is not closed.");else if(g.substr(b+1,3)==="!--")b=Pc(g,"-->",b+3,"StopNode is not closed.");else if(g.substr(b+1,2)==="![")b=Pc(g,"]]>",b,"StopNode is not closed.")-2;else{let k=Of(g,b,">");k&&((k&&k.tagName)===S&&k.tagExp[k.tagExp.length-1]!=="/"&&w++,b=k.closeIndex)}}function kf(g,S,b){if(S&&typeof g=="string"){let D=g.trim();return D==="true"||D!=="false"&&(function(w,k={}){if(k=Object.assign({},KT,k),!w||typeof w!="string")return w;let F=w.trim();if(k.skipLike!==void 0&&k.skipLike.test(F))return w;if(w==="0")return 0;if(k.hex&&xG.test(F))return(function(H){if(parseInt)return parseInt(H,16);if(Number.parseInt)return Number.parseInt(H,16);if(window&&window.parseInt)return window.parseInt(H,16);throw new Error("parseInt, Number.parseInt, window.parseInt are not supported")})(F);if(F.search(/.+[eE].+/)!==-1)return(function(H,z,ae){if(!ae.eNotation)return H;let me=z.match($G);if(me){let Re=me[1]||"",Me=me[3].indexOf("e")===-1?"E":"e",Se=me[2],gt=Re?H[Se.length+1]===Me:H[Se.length]===Me;return Se.length>1&>?H:Se.length!==1||!me[3].startsWith(`.${Me}`)&&me[3][0]!==Me?ae.leadingZeros&&!gt?(z=(me[1]||"")+me[3],Number(z)):H:Number(z)}return H})(w,F,k);{let H=wG.exec(F);if(H){let z=H[1]||"",ae=H[2],me=((L=H[3])&&L.indexOf(".")!==-1&&((L=L.replace(/0+$/,""))==="."?L="0":L[0]==="."?L="0"+L:L[L.length-1]==="."&&(L=L.substring(0,L.length-1))),L),Re=z?w[ae.length+1]===".":w[ae.length]===".";if(!k.leadingZeros&&(ae.length>1||ae.length===1&&!Re))return w;{let Me=Number(F),Se=String(Me);if(Me===0||Me===-0)return Me;if(Se.search(/[eE]/)!==-1)return k.eNotation?Me:w;if(F.indexOf(".")!==-1)return Se==="0"||Se===me||Se===`${z}${me}`?Me:w;let gt=ae?me:F;return ae?gt===Se||z+gt===Se?Me:w:gt===Se||gt===z+Se?Me:w}}return w}var L})(g,b)}return g!==void 0?g:""}let Sy=Ce.getMetaDataSymbol();function JT(g,S){return XT(g,S)}function XT(g,S,b){let D,w={};for(let k=0;k<g.length;k++){let F=g[k],L=GG(F),H="";if(H=b===void 0?L:b+"."+L,L===S.textNodeName)D===void 0?D=F[L]:D+=""+F[L];else{if(L===void 0)continue;if(F[L]){let z=XT(F[L],S,H),ae=VG(z,S);F[Sy]!==void 0&&(z[Sy]=F[Sy]),F[":@"]?HG(z,F[":@"],H,S):Object.keys(z).length!==1||z[S.textNodeName]===void 0||S.alwaysCreateTextNode?Object.keys(z).length===0&&(S.alwaysCreateTextNode?z[S.textNodeName]="":z=""):z=z[S.textNodeName],w[L]!==void 0&&w.hasOwnProperty(L)?(Array.isArray(w[L])||(w[L]=[w[L]]),w[L].push(z)):S.isArray(L,H,ae)?w[L]=[z]:w[L]=z}}}return typeof D=="string"?D.length>0&&(w[S.textNodeName]=D):D!==void 0&&(w[S.textNodeName]=D),w}function GG(g){let S=Object.keys(g);for(let b=0;b<S.length;b++){let D=S[b];if(D!==":@")return D}}function HG(g,S,b,D){if(S){let w=Object.keys(S),k=w.length;for(let F=0;F<k;F++){let L=w[F];D.isArray(L,b+"."+L,!0,!0)?g[L]=[S[L]]:g[L]=S[L]}}}function VG(g,S){let{textNodeName:b}=S,D=Object.keys(g).length;return D===0||!(D!==1||!g[b]&&typeof g[b]!="boolean"&&g[b]!==0)}class jG{constructor(S){this.externalEntities={},this.options=(function(b){return Object.assign({},j,b)})(S)}parse(S,b){if(typeof S!="string"){if(!S.toString)throw new Error("XML data is accepted in String or Bytes[] form.");S=S.toString()}if(b){b===!0&&(b={});let k=a(S,b);if(k!==!0)throw Error(`${k.err.msg}:${k.err.line}:${k.err.col}`)}let D=new OG(this.options);D.addExternalEntities(this.externalEntities);let w=D.parseXml(S);return this.options.preserveOrder||w===void 0?w:JT(w,this.options)}addEntity(S,b){if(b.indexOf("&")!==-1)throw new Error("Entity value can't have '&'");if(S.indexOf("&")!==-1||S.indexOf(";")!==-1)throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '
'");if(b==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[S]=b}static getMetaDataSymbol(){return Ce.getMetaDataSymbol()}}function ZT(g,S){let b="";return S.format&&S.indentBy.length>0&&(b=`
|
|
129
|
+
`),eA(g,S,"",b)}function eA(g,S,b,D){let w="",k=!1;for(let F=0;F<g.length;F++){let L=g[F],H=tA(L);if(H===void 0)continue;let z="";if(z=b.length===0?H:`${b}.${H}`,H===S.textNodeName){let Me=L[H];nA(z,S)||(Me=S.tagValueProcessor(H,Me),Me=sA(Me,S)),k&&(w+=D),w+=Me,k=!1;continue}if(H===S.cdataPropName){k&&(w+=D),w+=`<![CDATA[${L[H][0][S.textNodeName]}]]>`,k=!1;continue}if(H===S.commentPropName){w+=D+`<!--${L[H][0][S.textNodeName]}-->`,k=!0;continue}if(H[0]==="?"){let Me=rA(L[":@"],S),Se=H==="?xml"?"":D,gt=L[H][0][S.textNodeName];gt=gt.length!==0?" "+gt:"",w+=Se+`<${H}${gt}${Me}?>`,k=!0;continue}let ae=D;ae!==""&&(ae+=S.indentBy);let me=D+`<${H}${rA(L[":@"],S)}`,Re=eA(L[H],S,z,ae);S.unpairedTags.indexOf(H)!==-1?S.suppressUnpairedNode?w+=me+">":w+=me+"/>":Re&&Re.length!==0||!S.suppressEmptyNode?Re&&Re.endsWith(">")?w+=me+`>${Re}${D}</${H}>`:(w+=me+">",Re&&D!==""&&(Re.includes("/>")||Re.includes("</"))?w+=D+S.indentBy+Re+D:w+=Re,w+=`</${H}>`):w+=me+"/>",k=!0}return w}function tA(g){let S=Object.keys(g);for(let b=0;b<S.length;b++){let D=S[b];if(g.hasOwnProperty(D)&&D!==":@")return D}}function rA(g,S){let b="";if(g&&!S.ignoreAttributes)for(let D in g){if(!g.hasOwnProperty(D))continue;let w=S.attributeValueProcessor(D,g[D]);w=sA(w,S),w===!0&&S.suppressBooleanAttributes?b+=` ${D.substr(S.attributeNamePrefix.length)}`:b+=` ${D.substr(S.attributeNamePrefix.length)}="${w}"`}return b}function nA(g,S){let b=(g=g.substr(0,g.length-S.textNodeName.length-1)).substr(g.lastIndexOf(".")+1);for(let D in S.stopNodes)if(S.stopNodes[D]===g||S.stopNodes[D]==="*."+b)return!0;return!1}function sA(g,S){if(g&&g.length>0&&S.processEntities)for(let b=0;b<S.entities.length;b++){let D=S.entities[b];g=g.replace(D.regex,D.val)}return g}let ha={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(g,S){return S},attributeValueProcessor:function(g,S){return S},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function Sa(g){this.options=Object.assign({},ha,g),this.options.ignoreAttributes===!0||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn=QT(this.options.ignoreAttributes),this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=KG),this.processTextOrObjNode=WG,this.options.format?(this.indentate=zG,this.tagEndChar=`>
|
|
130
|
+
`,this.newLine=`
|
|
131
|
+
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function WG(g,S,b,D){let w=this.j2x(g,b+1,D.concat(S));return g[this.options.textNodeName]!==void 0&&Object.keys(g).length===1?this.buildTextValNode(g[this.options.textNodeName],S,w.attrStr,b):this.buildObjectNode(w.val,S,w.attrStr,b)}function zG(g){return this.options.indentBy.repeat(g)}function KG(g){return!(!g.startsWith(this.options.attributeNamePrefix)||g===this.options.textNodeName)&&g.substr(this.attrPrefixLen)}Sa.prototype.build=function(g){return this.options.preserveOrder?ZT(g,this.options):(Array.isArray(g)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(g={[this.options.arrayNodeName]:g}),this.j2x(g,0,[]).val)},Sa.prototype.j2x=function(g,S,b){let D="",w="",k=b.join(".");for(let F in g)if(Object.prototype.hasOwnProperty.call(g,F))if(g[F]===void 0)this.isAttribute(F)&&(w+="");else if(g[F]===null)this.isAttribute(F)||F===this.options.cdataPropName?w+="":F[0]==="?"?w+=this.indentate(S)+"<"+F+"?"+this.tagEndChar:w+=this.indentate(S)+"<"+F+"/"+this.tagEndChar;else if(g[F]instanceof Date)w+=this.buildTextValNode(g[F],F,"",S);else if(typeof g[F]!="object"){let L=this.isAttribute(F);if(L&&!this.ignoreAttributesFn(L,k))D+=this.buildAttrPairStr(L,""+g[F]);else if(!L)if(F===this.options.textNodeName){let H=this.options.tagValueProcessor(F,""+g[F]);w+=this.replaceEntitiesValue(H)}else w+=this.buildTextValNode(g[F],F,"",S)}else if(Array.isArray(g[F])){let L=g[F].length,H="",z="";for(let ae=0;ae<L;ae++){let me=g[F][ae];if(me!==void 0)if(me===null)F[0]==="?"?w+=this.indentate(S)+"<"+F+"?"+this.tagEndChar:w+=this.indentate(S)+"<"+F+"/"+this.tagEndChar;else if(typeof me=="object")if(this.options.oneListGroup){let Re=this.j2x(me,S+1,b.concat(F));H+=Re.val,this.options.attributesGroupName&&me.hasOwnProperty(this.options.attributesGroupName)&&(z+=Re.attrStr)}else H+=this.processTextOrObjNode(me,F,S,b);else if(this.options.oneListGroup){let Re=this.options.tagValueProcessor(F,me);Re=this.replaceEntitiesValue(Re),H+=Re}else H+=this.buildTextValNode(me,F,"",S)}this.options.oneListGroup&&(H=this.buildObjectNode(H,F,z,S)),w+=H}else if(this.options.attributesGroupName&&F===this.options.attributesGroupName){let L=Object.keys(g[F]),H=L.length;for(let z=0;z<H;z++)D+=this.buildAttrPairStr(L[z],""+g[F][L[z]])}else w+=this.processTextOrObjNode(g[F],F,S,b);return{attrStr:D,val:w}},Sa.prototype.buildAttrPairStr=function(g,S){return S=this.options.attributeValueProcessor(g,""+S),S=this.replaceEntitiesValue(S),this.options.suppressBooleanAttributes&&S==="true"?" "+g:" "+g+'="'+S+'"'},Sa.prototype.buildObjectNode=function(g,S,b,D){if(g==="")return S[0]==="?"?this.indentate(D)+"<"+S+b+"?"+this.tagEndChar:this.indentate(D)+"<"+S+b+this.closeTag(S)+this.tagEndChar;{let w="</"+S+this.tagEndChar,k="";return S[0]==="?"&&(k="?",w=""),!b&&b!==""||g.indexOf("<")!==-1?this.options.commentPropName!==!1&&S===this.options.commentPropName&&k.length===0?this.indentate(D)+`<!--${g}-->`+this.newLine:this.indentate(D)+"<"+S+b+k+this.tagEndChar+g+this.indentate(D)+w:this.indentate(D)+"<"+S+b+k+">"+g+w}},Sa.prototype.closeTag=function(g){let S="";return this.options.unpairedTags.indexOf(g)!==-1?this.options.suppressUnpairedNode||(S="/"):S=this.options.suppressEmptyNode?"/":`></${g}`,S},Sa.prototype.buildTextValNode=function(g,S,b,D){if(this.options.cdataPropName!==!1&&S===this.options.cdataPropName)return this.indentate(D)+`<![CDATA[${g}]]>`+this.newLine;if(this.options.commentPropName!==!1&&S===this.options.commentPropName)return this.indentate(D)+`<!--${g}-->`+this.newLine;if(S[0]==="?")return this.indentate(D)+"<"+S+b+"?"+this.tagEndChar;{let w=this.options.tagValueProcessor(S,g);return w=this.replaceEntitiesValue(w),w===""?this.indentate(D)+"<"+S+b+this.closeTag(S)+this.tagEndChar:this.indentate(D)+"<"+S+b+">"+w+"</"+S+this.tagEndChar}},Sa.prototype.replaceEntitiesValue=function(g){if(g&&g.length>0&&this.options.processEntities)for(let S=0;S<this.options.entities.length;S++){let b=this.options.entities[S];g=g.replace(b.regex,b.val)}return g};let x={validate:a};Kbe.exports=e})()});var Qbe=O(Q5=>{"use strict";Object.defineProperty(Q5,"__esModule",{value:!0});Q5.parseXML=YXt;var QXt=z5(),K5=new QXt.XMLParser({attributeNamePrefix:"",htmlEntities:!0,ignoreAttributes:!1,ignoreDeclaration:!0,parseTagValue:!1,trimValues:!1,tagValueProcessor:(t,e)=>e.trim()===""&&e.includes(`
|
|
132
|
+
`)?"":void 0});K5.addEntity("#xD","\r");K5.addEntity("#10",`
|
|
133
|
+
`);function YXt(t){return K5.parse(t,!0)}});var qk=O(Mk=>{"use strict";var JXt=Qbe();function XXt(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""")}function ZXt(t){return t.replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">").replace(/\r/g,"
").replace(/\n/g,"
").replace(/\u0085/g,"…").replace(/\u2028/,"
")}var Fk=class{value;constructor(e){this.value=e}toString(){return ZXt(""+this.value)}},Y5=class t{name;children;attributes={};static of(e,r,n){let s=new t(e);return r!==void 0&&s.addChildNode(new Fk(r)),n!==void 0&&s.withName(n),s}constructor(e,r=[]){this.name=e,this.children=r}withName(e){return this.name=e,this}addAttribute(e,r){return this.attributes[e]=r,this}addChildNode(e){return this.children.push(e),this}removeAttribute(e){return delete this.attributes[e],this}n(e){return this.name=e,this}c(e){return this.children.push(e),this}a(e,r){return r!=null&&(this.attributes[e]=r),this}cc(e,r,n=r){if(e[r]!=null){let s=t.of(r,e[r]).withName(n);this.c(s)}}l(e,r,n,s){e[r]!=null&&s().map(i=>{i.withName(n),this.c(i)})}lc(e,r,n,s){if(e[r]!=null){let o=s(),i=new t(n);o.map(a=>{i.c(a)}),this.c(i)}}toString(){let e=!!this.children.length,r=`<${this.name}`,n=this.attributes;for(let s of Object.keys(n)){let o=n[s];o!=null&&(r+=` ${s}="${XXt(""+o)}"`)}return r+=e?`>${this.children.map(s=>s.toString()).join("")}</${this.name}>`:"/>"}};Object.defineProperty(Mk,"parseXML",{enumerable:!0,get:function(){return JXt.parseXML}});Mk.XmlNode=Y5;Mk.XmlText=Fk});var Ybe,Jbe,Xbe,bd,Bk=R(()=>{Ybe=T(qk());ao();vt();Jbe=T(ct()),Xbe=T(He());Td();G5();bd=class extends ns{settings;stringDeserializer;constructor(e){super(),this.settings=e,this.stringDeserializer=new bm(e)}setSerdeContext(e){this.serdeContext=e,this.stringDeserializer.setSerdeContext(e)}read(e,r,n){let s=Te.of(e),o=s.getMemberSchemas();if(s.isStructSchema()&&s.isMemberSchema()&&!!Object.values(o).find(u=>!!u.getMemberTraits().eventPayload)){let u={},f=Object.keys(o)[0];return o[f].isBlobSchema()?u[f]=r:u[f]=this.read(o[f],r),u}let a=(this.serdeContext?.utf8Encoder??Xbe.toUtf8)(r),c=this.parseXml(a);return this.readSchema(e,n?c[n]:c)}readSchema(e,r){let n=Te.of(e);if(n.isUnitSchema())return;let s=n.getMergedTraits();if(n.isListSchema()&&!Array.isArray(r))return this.readSchema(n,[r]);if(r==null)return r;if(typeof r=="object"){let o=!!s.sparse,i=!!s.xmlFlattened;if(n.isListSchema()){let c=n.getValueSchema(),u=[],f=c.getMergedTraits().xmlName??"member",m=i?r:(r[0]??r)[f],h=Array.isArray(m)?m:[m];for(let y of h)(y!=null||o)&&u.push(this.readSchema(c,y));return u}let a={};if(n.isMapSchema()){let c=n.getKeySchema(),u=n.getValueSchema(),f;i?f=Array.isArray(r)?r:[r]:f=Array.isArray(r.entry)?r.entry:[r.entry];let m=c.getMergedTraits().xmlName??"key",h=u.getMergedTraits().xmlName??"value";for(let y of f){let C=y[m],I=y[h];(I!=null||o)&&(a[C]=this.readSchema(u,I))}return a}if(n.isStructSchema()){let c=n.isUnionSchema(),u;c&&(u=new Lh(r,a));for(let[f,m]of n.structIterator()){let h=m.getMergedTraits(),y=h.httpPayload?h.xmlName??m.getName():m.getMemberTraits().xmlName??f;c&&u.mark(y),r[y]!=null&&(a[f]=this.readSchema(m,r[y]))}return c&&u.writeUnknown(),a}if(n.isDocumentSchema())return r;throw new Error(`@aws-sdk/core/protocols - xml deserializer unhandled schema type for ${n.getName(!0)}`)}return n.isListSchema()?[]:n.isMapSchema()||n.isStructSchema()?{}:this.stringDeserializer.read(n,r)}parseXml(e){if(e.length){let r;try{r=(0,Ybe.parseXML)(e)}catch(i){throw i&&typeof i=="object"&&Object.defineProperty(i,"$responseBodyText",{value:e}),i}let n="#text",s=Object.keys(r)[0],o=r[s];return o[n]&&(o[s]=o[n],delete o[n]),(0,Jbe.getValueFromTextNode)(o)}return{}}}});var Zbe,eIe,Gk,tIe=R(()=>{ao();vt();Ns();Zbe=T(ct()),eIe=T(De());Td();J_();Gk=class extends ns{settings;buffer;constructor(e){super(),this.settings=e}write(e,r,n=""){this.buffer===void 0&&(this.buffer="");let s=Te.of(e);if(n&&!n.endsWith(".")&&(n+="."),s.isBlobSchema())(typeof r=="string"||r instanceof Uint8Array)&&(this.writeKey(n),this.writeValue((this.serdeContext?.base64Encoder??eIe.toBase64)(r)));else if(s.isBooleanSchema()||s.isNumericSchema()||s.isStringSchema())r!=null?(this.writeKey(n),this.writeValue(String(r))):s.isIdempotencyToken()&&(this.writeKey(n),this.writeValue((0,pi.v4)()));else if(s.isBigIntegerSchema())r!=null&&(this.writeKey(n),this.writeValue(String(r)));else if(s.isBigDecimalSchema())r!=null&&(this.writeKey(n),this.writeValue(r instanceof pr?r.string:String(r)));else if(s.isTimestampSchema()){if(r instanceof Date)switch(this.writeKey(n),Io(s,this.settings)){case 5:this.writeValue(r.toISOString().replace(".000Z","Z"));break;case 6:this.writeValue((0,Zbe.dateToUtcString)(r));break;case 7:this.writeValue(String(r.getTime()/1e3));break}}else if(s.isDocumentSchema())Array.isArray(r)?this.write(79,r,n):r instanceof Date?this.write(4,r,n):r instanceof Uint8Array?this.write(21,r,n):r&&typeof r=="object"?this.write(143,r,n):(this.writeKey(n),this.writeValue(String(r)));else if(s.isListSchema()){if(Array.isArray(r))if(r.length===0)this.settings.serializeEmptyLists&&(this.writeKey(n),this.writeValue(""));else{let o=s.getValueSchema(),i=this.settings.flattenLists||s.getMergedTraits().xmlFlattened,a=1;for(let c of r){if(c==null)continue;let u=this.getKey("member",o.getMergedTraits().xmlName),f=i?`${n}${a}`:`${n}${u}.${a}`;this.write(o,c,f),++a}}}else if(s.isMapSchema()){if(r&&typeof r=="object"){let o=s.getKeySchema(),i=s.getValueSchema(),a=s.getMergedTraits().xmlFlattened,c=1;for(let[u,f]of Object.entries(r)){if(f==null)continue;let m=this.getKey("key",o.getMergedTraits().xmlName),h=a?`${n}${c}.${m}`:`${n}entry.${c}.${m}`,y=this.getKey("value",i.getMergedTraits().xmlName),C=a?`${n}${c}.${y}`:`${n}entry.${c}.${y}`;this.write(o,u,h),this.write(i,f,C),++c}}}else if(s.isStructSchema()){if(r&&typeof r=="object"){let o=!1;for(let[i,a]of Nh(s,r)){if(r[i]==null&&!a.isIdempotencyToken())continue;let c=this.getKey(i,a.getMergedTraits().xmlName),u=`${n}${c}`;this.write(a,r[i],u),o=!0}if(!o&&s.isUnionSchema()){let{$unknown:i}=r;if(Array.isArray(i)){let[a,c]=i,u=`${n}${a}`;this.write(15,c,u)}}}}else if(!s.isUnitSchema())throw new Error(`@aws-sdk/core/protocols - QuerySerializer unrecognized schema type ${s.getName(!0)}`)}flush(){if(this.buffer===void 0)throw new Error("@aws-sdk/core/protocols - QuerySerializer cannot flush with nothing written to buffer.");let e=this.buffer;return delete this.buffer,e}getKey(e,r){let n=r??e;return this.settings.capitalizeKeys?n[0].toUpperCase()+n.slice(1):n}writeKey(e){e.endsWith(".")&&(e=e.slice(0,e.length-1)),this.buffer+=`&${Wa(e)}=`}writeValue(e){this.buffer+=Wa(e)}}});var Id,J5=R(()=>{ao();vt();kh();Bk();tIe();Id=class extends gu{options;serializer;deserializer;mixin=new fi;constructor(e){super({defaultNamespace:e.defaultNamespace}),this.options=e;let r={timestampFormat:{useTrait:!0,default:5},httpBindings:!1,xmlNamespace:e.xmlNamespace,serviceNamespace:e.defaultNamespace,serializeEmptyLists:!0};this.serializer=new Gk(r),this.deserializer=new bd(r)}getShapeId(){return"aws.protocols#awsQuery"}setSerdeContext(e){this.serializer.setSerdeContext(e),this.deserializer.setSerdeContext(e)}getPayloadCodec(){throw new Error("AWSQuery protocol has no payload codec.")}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n);s.path.endsWith("/")||(s.path+="/"),Object.assign(s.headers,{"content-type":"application/x-www-form-urlencoded"}),(zi(e.input)==="unit"||!s.body)&&(s.body="");let o=e.name.split("#")[1]??e.name;return s.body=`Action=${o}&Version=${this.options.version}`+s.body,s.body.endsWith("&")&&(s.body=s.body.slice(-1)),s}async deserializeResponse(e,r,n){let s=this.deserializer,o=Te.of(e.output),i={};if(n.statusCode>=300){let m=await di(n.body,r);m.byteLength>0&&Object.assign(i,await s.read(15,m)),await this.handleError(e,r,n,i,this.deserializeMetadata(n))}for(let m in n.headers){let h=n.headers[m];delete n.headers[m],n.headers[m.toLowerCase()]=h}let a=e.name.split("#")[1]??e.name,c=o.isStructSchema()&&this.useNestedResult()?a+"Result":void 0,u=await di(n.body,r);return u.byteLength>0&&Object.assign(i,await s.read(o,u,c)),{$metadata:this.deserializeMetadata(n),...i}}useNestedResult(){return!0}async handleError(e,r,n,s,o){let i=this.loadQueryErrorCode(n,s)??"Unknown",a=this.loadQueryError(s),c=this.loadQueryErrorMessage(s);a.message=c,a.Error={Type:a.Type,Code:a.Code,Message:c};let{errorSchema:u,errorMetadata:f}=await this.mixin.getErrorSchemaOrThrowBaseException(i,this.options.defaultNamespace,n,a,o,this.mixin.findQueryCompatibleError),m=Te.of(u),h=We.for(u[1]).getErrorCtor(u)??Error,y=new h(c),C={Type:a.Error.Type,Code:a.Error.Code,Error:a.Error};for(let[I,$]of m.structIterator()){let N=$.getMergedTraits().xmlName??I,U=a[N]??s[N];C[I]=this.deserializer.readSchema($,U)}throw this.mixin.decorateServiceException(Object.assign(y,f,{$fault:m.getMergedTraits().error,message:c},C),s)}loadQueryErrorCode(e,r){let n=(r.Errors?.[0]?.Error??r.Errors?.Error??r.Error)?.Code;if(n!==void 0)return n;if(e.statusCode==404)return"NotFound"}loadQueryError(e){return e.Errors?.[0]?.Error??e.Errors?.Error??e.Error}loadQueryErrorMessage(e){let r=this.loadQueryError(e);return r?.message??r?.Message??e.message??e.Message??"Unknown"}getDefaultContentType(){return"application/x-www-form-urlencoded"}}});var Hk,rIe=R(()=>{J5();Hk=class extends Id{options;constructor(e){super(e),this.options=e;let r={capitalizeKeys:!0,flattenLists:!0,serializeEmptyLists:!1};Object.assign(this.serializer.settings,r)}useNestedResult(){return!1}}});var nIe,sIe,X5,oIe,Vk,Z5=R(()=>{nIe=T(qk()),sIe=T(ct());H5();X5=(t,e)=>$k(t,e).then(r=>{if(r.length){let n;try{n=(0,nIe.parseXML)(r)}catch(a){throw a&&typeof a=="object"&&Object.defineProperty(a,"$responseBodyText",{value:r}),a}let s="#text",o=Object.keys(n)[0],i=n[o];return i[s]&&(i[o]=i[s],delete i[s]),(0,sIe.getValueFromTextNode)(i)}return{}}),oIe=async(t,e)=>{let r=await X5(t,e);return r.Error&&(r.Error.message=r.Error.message??r.Error.Message),r},Vk=(t,e)=>{if(e?.Error?.Code!==void 0)return e.Error.Code;if(e?.Code!==void 0)return e.Code;if(t.statusCode==404)return"NotFound"}});var Us,eQ,jk,qh,tQ=R(()=>{Us=T(qk());ao();vt();Ns();eQ=T(ct()),jk=T(De());Td();J_();qh=class extends ns{settings;stringBuffer;byteBuffer;buffer;constructor(e){super(),this.settings=e}write(e,r){let n=Te.of(e);if(n.isStringSchema()&&typeof r=="string")this.stringBuffer=r;else if(n.isBlobSchema())this.byteBuffer="byteLength"in r?r:(this.serdeContext?.base64Decoder??jk.fromBase64)(r);else{this.buffer=this.writeStruct(n,r,void 0);let s=n.getMergedTraits();s.httpPayload&&!s.xmlName&&this.buffer.withName(n.getName())}}flush(){if(this.byteBuffer!==void 0){let r=this.byteBuffer;return delete this.byteBuffer,r}if(this.stringBuffer!==void 0){let r=this.stringBuffer;return delete this.stringBuffer,r}let e=this.buffer;return this.settings.xmlNamespace&&(e?.attributes?.xmlns||e.addAttribute("xmlns",this.settings.xmlNamespace)),delete this.buffer,e.toString()}writeStruct(e,r,n){let s=e.getMergedTraits(),o=e.isMemberSchema()&&!s.httpPayload?e.getMemberTraits().xmlName??e.getMemberName():s.xmlName??e.getName();if(!o||!e.isStructSchema())throw new Error(`@aws-sdk/core/protocols - xml serializer, cannot write struct with empty name or non-struct, schema=${e.getName(!0)}.`);let i=Us.XmlNode.of(o),[a,c]=this.getXmlnsAttribute(e,n);for(let[f,m]of Nh(e,r)){let h=r[f];if(h!=null||m.isIdempotencyToken()){if(m.getMergedTraits().xmlAttribute){i.addAttribute(m.getMergedTraits().xmlName??f,this.writeSimple(m,h));continue}if(m.isListSchema())this.writeList(m,h,i,c);else if(m.isMapSchema())this.writeMap(m,h,i,c);else if(m.isStructSchema())i.addChildNode(this.writeStruct(m,h,c));else{let y=Us.XmlNode.of(m.getMergedTraits().xmlName??m.getMemberName());this.writeSimpleInto(m,h,y,c),i.addChildNode(y)}}}let{$unknown:u}=r;if(u&&e.isUnionSchema()&&Array.isArray(u)&&Object.keys(r).length===1){let[f,m]=u,h=Us.XmlNode.of(f);if(typeof m!="string")if(r instanceof Us.XmlNode||r instanceof Us.XmlText)i.addChildNode(r);else throw new Error("@aws-sdk - $unknown union member in XML requires value of type string, @aws-sdk/xml-builder::XmlNode or XmlText.");this.writeSimpleInto(0,m,h,c),i.addChildNode(h)}return c&&i.addAttribute(a,c),i}writeList(e,r,n,s){if(!e.isMemberSchema())throw new Error(`@aws-sdk/core/protocols - xml serializer, cannot write non-member list: ${e.getName(!0)}`);let o=e.getMergedTraits(),i=e.getValueSchema(),a=i.getMergedTraits(),c=!!a.sparse,u=!!o.xmlFlattened,[f,m]=this.getXmlnsAttribute(e,s),h=(y,C)=>{if(i.isListSchema())this.writeList(i,Array.isArray(C)?C:[C],y,m);else if(i.isMapSchema())this.writeMap(i,C,y,m);else if(i.isStructSchema()){let I=this.writeStruct(i,C,m);y.addChildNode(I.withName(u?o.xmlName??e.getMemberName():a.xmlName??"member"))}else{let I=Us.XmlNode.of(u?o.xmlName??e.getMemberName():a.xmlName??"member");this.writeSimpleInto(i,C,I,m),y.addChildNode(I)}};if(u)for(let y of r)(c||y!=null)&&h(n,y);else{let y=Us.XmlNode.of(o.xmlName??e.getMemberName());m&&y.addAttribute(f,m);for(let C of r)(c||C!=null)&&h(y,C);n.addChildNode(y)}}writeMap(e,r,n,s,o=!1){if(!e.isMemberSchema())throw new Error(`@aws-sdk/core/protocols - xml serializer, cannot write non-member map: ${e.getName(!0)}`);let i=e.getMergedTraits(),a=e.getKeySchema(),u=a.getMergedTraits().xmlName??"key",f=e.getValueSchema(),m=f.getMergedTraits(),h=m.xmlName??"value",y=!!m.sparse,C=!!i.xmlFlattened,[I,$]=this.getXmlnsAttribute(e,s),N=(U,B,W)=>{let j=Us.XmlNode.of(u,B),[te,Ce]=this.getXmlnsAttribute(a,$);Ce&&j.addAttribute(te,Ce),U.addChildNode(j);let V=Us.XmlNode.of(h);f.isListSchema()?this.writeList(f,W,V,$):f.isMapSchema()?this.writeMap(f,W,V,$,!0):f.isStructSchema()?V=this.writeStruct(f,W,$):this.writeSimpleInto(f,W,V,$),U.addChildNode(V)};if(C){for(let[U,B]of Object.entries(r))if(y||B!=null){let W=Us.XmlNode.of(i.xmlName??e.getMemberName());N(W,U,B),n.addChildNode(W)}}else{let U;o||(U=Us.XmlNode.of(i.xmlName??e.getMemberName()),$&&U.addAttribute(I,$),n.addChildNode(U));for(let[B,W]of Object.entries(r))if(y||W!=null){let j=Us.XmlNode.of("entry");N(j,B,W),(o?n:U).addChildNode(j)}}}writeSimple(e,r){if(r===null)throw new Error("@aws-sdk/core/protocols - (XML serializer) cannot write null value.");let n=Te.of(e),s=null;if(r&&typeof r=="object")if(n.isBlobSchema())s=(this.serdeContext?.base64Encoder??jk.toBase64)(r);else if(n.isTimestampSchema()&&r instanceof Date)switch(Io(n,this.settings)){case 5:s=r.toISOString().replace(".000Z","Z");break;case 6:s=(0,eQ.dateToUtcString)(r);break;case 7:s=String(r.getTime()/1e3);break;default:console.warn("Missing timestamp format, using http date",r),s=(0,eQ.dateToUtcString)(r);break}else{if(n.isBigDecimalSchema()&&r)return r instanceof pr?r.string:String(r);throw n.isMapSchema()||n.isListSchema()?new Error("@aws-sdk/core/protocols - xml serializer, cannot call _write() on List/Map schema, call writeList or writeMap() instead."):new Error(`@aws-sdk/core/protocols - xml serializer, unhandled schema type for object value and schema: ${n.getName(!0)}`)}if((n.isBooleanSchema()||n.isNumericSchema()||n.isBigIntegerSchema()||n.isBigDecimalSchema())&&(s=String(r)),n.isStringSchema()&&(r===void 0&&n.isIdempotencyToken()?s=(0,pi.v4)():s=String(r)),s===null)throw new Error(`Unhandled schema-value pair ${n.getName(!0)}=${r}`);return s}writeSimpleInto(e,r,n,s){let o=this.writeSimple(e,r),i=Te.of(e),a=new Us.XmlText(o),[c,u]=this.getXmlnsAttribute(i,s);u&&n.addAttribute(c,u),n.addChildNode(a)}getXmlnsAttribute(e,r){let n=e.getMergedTraits(),[s,o]=n.xmlNamespace??[];return o&&o!==r?[s?`xmlns:${s}`:"xmlns",o]:[void 0,void 0]}}});var Bh,rQ=R(()=>{Td();Bk();tQ();Bh=class extends ns{settings;constructor(e){super(),this.settings=e}createSerializer(){let e=new qh(this.settings);return e.setSerdeContext(this.serdeContext),e}createDeserializer(){let e=new bd(this.settings);return e.setSerdeContext(this.serdeContext),e}}});var Wk,iIe=R(()=>{ao();vt();kh();Z5();rQ();Wk=class extends vm{codec;serializer;deserializer;mixin=new fi;constructor(e){super(e);let r={timestampFormat:{useTrait:!0,default:5},httpBindings:!0,xmlNamespace:e.xmlNamespace,serviceNamespace:e.defaultNamespace};this.codec=new Bh(r),this.serializer=new Dm(this.codec.createSerializer(),r),this.deserializer=new Im(this.codec.createDeserializer(),r)}getPayloadCodec(){return this.codec}getShapeId(){return"aws.protocols#restXml"}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n),o=Te.of(e.input);if(!s.headers["content-type"]){let i=this.mixin.resolveRestContentType(this.getDefaultContentType(),o);i&&(s.headers["content-type"]=i)}return typeof s.body=="string"&&s.headers["content-type"]===this.getDefaultContentType()&&!s.body.startsWith("<?xml ")&&!this.hasUnstructuredPayloadBinding(o)&&(s.body='<?xml version="1.0" encoding="UTF-8"?>'+s.body),s}async deserializeResponse(e,r,n){return super.deserializeResponse(e,r,n)}async handleError(e,r,n,s,o){let i=Vk(n,s)??"Unknown",{errorSchema:a,errorMetadata:c}=await this.mixin.getErrorSchemaOrThrowBaseException(i,this.options.defaultNamespace,n,s,o),u=Te.of(a),f=s.Error?.message??s.Error?.Message??s.message??s.Message??"Unknown",m=We.for(a[1]).getErrorCtor(a)??Error,h=new m(f);await this.deserializeHttpMessage(a,r,n,s);let y={};for(let[C,I]of u.structIterator()){let $=I.getMergedTraits().xmlName??C,N=s.Error?.[$]??s[$];y[C]=this.codec.createDeserializer().readSchema(I,N)}throw this.mixin.decorateServiceException(Object.assign(h,c,{$fault:u.getMergedTraits().error,message:f},y),s)}getDefaultContentType(){return"application/xml"}hasUnstructuredPayloadBinding(e){for(let[,r]of e.structIterator())if(r.getMergedTraits().httpPayload)return!(r.isStructSchema()||r.isMapSchema()||r.isListSchema());return!1}}});var nQ={};st(nQ,{AwsEc2QueryProtocol:()=>Hk,AwsJson1_0Protocol:()=>Lk,AwsJson1_1Protocol:()=>Uk,AwsJsonRpcProtocol:()=>Pd,AwsQueryProtocol:()=>Id,AwsRestJsonProtocol:()=>vd,AwsRestXmlProtocol:()=>Wk,AwsSmithyRpcV2CborProtocol:()=>wk,JsonCodec:()=>Ad,JsonShapeDeserializer:()=>Fh,JsonShapeSerializer:()=>Mh,XmlCodec:()=>Bh,XmlShapeDeserializer:()=>bd,XmlShapeSerializer:()=>qh,_toBool:()=>xbe,_toNum:()=>wbe,_toStr:()=>Dbe,awsExpectUnion:()=>Wbe,loadRestJsonErrorCode:()=>Uh,loadRestXmlErrorCode:()=>Vk,parseJsonBody:()=>X_,parseJsonErrorBody:()=>Fbe,parseXmlBody:()=>X5,parseXmlErrorBody:()=>oIe});var Lm=R(()=>{Ibe();$be();Gbe();Hbe();Nk();Vbe();kk();V5();W5();zbe();Z_();rIe();J5();iIe();rQ();Bk();tQ();Z5()});var Dd={};st(Dd,{AWSSDKSigV4Signer:()=>Q9,AwsEc2QueryProtocol:()=>Hk,AwsJson1_0Protocol:()=>Lk,AwsJson1_1Protocol:()=>Uk,AwsJsonRpcProtocol:()=>Pd,AwsQueryProtocol:()=>Id,AwsRestJsonProtocol:()=>vd,AwsRestXmlProtocol:()=>Wk,AwsSdkSigV4ASigner:()=>W_,AwsSdkSigV4Signer:()=>ts,AwsSmithyRpcV2CborProtocol:()=>wk,JsonCodec:()=>Ad,JsonShapeDeserializer:()=>Fh,JsonShapeSerializer:()=>Mh,NODE_AUTH_SCHEME_PREFERENCE_OPTIONS:()=>hd,NODE_SIGV4A_CONFIG_OPTIONS:()=>Pve,XmlCodec:()=>Bh,XmlShapeDeserializer:()=>bd,XmlShapeSerializer:()=>qh,_toBool:()=>xbe,_toNum:()=>wbe,_toStr:()=>Dbe,awsExpectUnion:()=>Wbe,emitWarningIfUnsupportedVersion:()=>fd,getBearerTokenEnvKey:()=>mk,loadRestJsonErrorCode:()=>Uh,loadRestXmlErrorCode:()=>Vk,parseJsonBody:()=>X_,parseJsonErrorBody:()=>Fbe,parseXmlBody:()=>X5,parseXmlErrorBody:()=>oIe,resolveAWSSDKSigV4Config:()=>Jve,resolveAwsSdkSigV4AConfig:()=>Ave,resolveAwsSdkSigV4Config:()=>Eu,setCredentialFeature:()=>gd,setFeature:()=>cve,setTokenFeature:()=>lve,state:()=>pk,validateSigningProperties:()=>xh});var $n=R(()=>{mi();f5();Lm()});var Um=O(Gh=>{"use strict";var eZt=(Zn(),J(xm)),tZt=$m(),rZt=tr(),Ya=($n(),J(Dd)),lIe=void 0;function nZt(t){return t===void 0?!0:typeof t=="string"&&t.length<=50}function sZt(t){let e=eZt.normalizeProvider(t.userAgentAppId??lIe),{customUserAgent:r}=t;return Object.assign(t,{customUserAgent:typeof r=="string"?[[r]]:r,userAgentAppId:async()=>{let n=await e();if(!nZt(n)){let s=t.logger?.constructor?.name==="NoOpLogger"||!t.logger?console:t.logger;typeof n!="string"?s?.warn("userAgentAppId must be a string or undefined."):n.length>50&&s?.warn("The provided userAgentAppId exceeds the maximum length of 50 characters.")}return n}})}var oZt=/\d{12}\.ddb/;async function iZt(t,e,r){if(r.request?.headers?.["smithy-protocol"]==="rpc-v2-cbor"&&Ya.setFeature(t,"PROTOCOL_RPC_V2_CBOR","M"),typeof e.retryStrategy=="function"){let o=await e.retryStrategy();typeof o.acquireInitialRetryToken=="function"?o.constructor?.name?.includes("Adaptive")?Ya.setFeature(t,"RETRY_MODE_ADAPTIVE","F"):Ya.setFeature(t,"RETRY_MODE_STANDARD","E"):Ya.setFeature(t,"RETRY_MODE_LEGACY","D")}if(typeof e.accountIdEndpointMode=="function"){let o=t.endpointV2;switch(String(o?.url?.hostname).match(oZt)&&Ya.setFeature(t,"ACCOUNT_ID_ENDPOINT","O"),await e.accountIdEndpointMode?.()){case"disabled":Ya.setFeature(t,"ACCOUNT_ID_MODE_DISABLED","Q");break;case"preferred":Ya.setFeature(t,"ACCOUNT_ID_MODE_PREFERRED","P");break;case"required":Ya.setFeature(t,"ACCOUNT_ID_MODE_REQUIRED","R");break}}let s=t.__smithy_context?.selectedHttpAuthScheme?.identity;if(s?.$source){let o=s;o.accountId&&Ya.setFeature(t,"RESOLVED_ACCOUNT_ID","T");for(let[i,a]of Object.entries(o.$source??{}))Ya.setFeature(t,i,a)}}var aIe="user-agent",sQ="x-amz-user-agent",cIe=" ",oQ="/",aZt=/[^!$%&'*+\-.^_`|~\w]/g,cZt=/[^!$%&'*+\-.^_`|~\w#]/g,uIe="-",uZt=1024;function lZt(t){let e="";for(let r in t){let n=t[r];if(e.length+n.length+1<=uZt){e.length?e+=","+n:e+=n;continue}break}return e}var dIe=t=>(e,r)=>async n=>{let{request:s}=n;if(!rZt.HttpRequest.isInstance(s))return e(n);let{headers:o}=s,i=r?.userAgent?.map(zk)||[],a=(await t.defaultUserAgentProvider()).map(zk);await iZt(r,t,n);let c=r;a.push(`m/${lZt(Object.assign({},r.__smithy_context?.features,c.__aws_sdk_context?.features))}`);let u=t?.customUserAgent?.map(zk)||[],f=await t.userAgentAppId();f&&a.push(zk(["app",`${f}`]));let m=tZt.getUserAgentPrefix(),h=(m?[m]:[]).concat([...a,...i,...u]).join(cIe),y=[...a.filter(C=>C.startsWith("aws-sdk-")),...u].join(cIe);return t.runtime!=="browser"?(y&&(o[sQ]=o[sQ]?`${o[aIe]} ${y}`:y),o[aIe]=h):o[sQ]=h,e({...n,request:s})},zk=t=>{let e=t[0].split(oQ).map(i=>i.replace(aZt,uIe)).join(oQ),r=t[1]?.replace(cZt,uIe),n=e.indexOf(oQ),s=e.substring(0,n),o=e.substring(n+1);return s==="api"&&(o=o.toLowerCase()),[s,o,r].filter(i=>i&&i.length>0).reduce((i,a,c)=>{switch(c){case 0:return a;case 1:return`${i}/${a}`;default:return`${i}#${a}`}},"")},pIe={name:"getUserAgentMiddleware",step:"build",priority:"low",tags:["SET_USER_AGENT","USER_AGENT"],override:!0},dZt=t=>({applyToStack:e=>{e.add(dIe(t),pIe)}});Gh.DEFAULT_UA_APP_ID=lIe;Gh.getUserAgentMiddlewareOptions=pIe;Gh.getUserAgentPlugin=dZt;Gh.resolveUserAgentConfig=sZt;Gh.userAgentMiddleware=dIe});var co=O(On=>{"use strict";var xd=lV(),Kk=$s(),pZt=md(),gIe="AWS_USE_DUALSTACK_ENDPOINT",hIe="use_dualstack_endpoint",mZt=!1,fZt={environmentVariableSelector:t=>xd.booleanSelector(t,gIe,xd.SelectorType.ENV),configFileSelector:t=>xd.booleanSelector(t,hIe,xd.SelectorType.CONFIG),default:!1},SIe="AWS_USE_FIPS_ENDPOINT",yIe="use_fips_endpoint",gZt=!1,hZt={environmentVariableSelector:t=>xd.booleanSelector(t,SIe,xd.SelectorType.ENV),configFileSelector:t=>xd.booleanSelector(t,yIe,xd.SelectorType.CONFIG),default:!1},SZt=t=>{let{tls:e,endpoint:r,urlParser:n,useDualstackEndpoint:s}=t;return Object.assign(t,{tls:e??!0,endpoint:Kk.normalizeProvider(typeof r=="string"?n(r):r),isCustomEndpoint:!0,useDualstackEndpoint:Kk.normalizeProvider(s??!1)})},yZt=async t=>{let{tls:e=!0}=t,r=await t.region();if(!new RegExp(/^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9])$/).test(r))throw new Error("Invalid region in client config");let s=await t.useDualstackEndpoint(),o=await t.useFipsEndpoint(),{hostname:i}=await t.regionInfoProvider(r,{useDualstackEndpoint:s,useFipsEndpoint:o})??{};if(!i)throw new Error("Cannot resolve hostname from client config");return t.urlParser(`${e?"https:":"http:"}//${i}`)},EZt=t=>{let e=Kk.normalizeProvider(t.useDualstackEndpoint??!1),{endpoint:r,useFipsEndpoint:n,urlParser:s,tls:o}=t;return Object.assign(t,{tls:o??!0,endpoint:r?Kk.normalizeProvider(typeof r=="string"?s(r):r):()=>yZt({...t,useDualstackEndpoint:e,useFipsEndpoint:n}),isCustomEndpoint:!!r,useDualstackEndpoint:e})},EIe="AWS_REGION",CIe="region",CZt={environmentVariableSelector:t=>t[EIe],configFileSelector:t=>t[CIe],default:()=>{throw new Error("Region is missing")}},_Zt={preferredFile:"credentials"},mIe=new Set,RZt=(t,e=pZt.isValidHostLabel)=>{if(!mIe.has(t)&&!e(t))if(t==="*")console.warn('@smithy/config-resolver WARN - Please use the caller region instead of "*". See "sigv4a" in https://github.com/aws/aws-sdk-js-v3/blob/main/supplemental-docs/CLIENTS.md.');else throw new Error(`Region not accepted: region="${t}" is not a valid hostname component.`);else mIe.add(t)},_Ie=t=>typeof t=="string"&&(t.startsWith("fips-")||t.endsWith("-fips")),TZt=t=>_Ie(t)?["fips-aws-global","aws-fips"].includes(t)?"us-east-1":t.replace(/fips-(dkr-|prod-)?|-fips/,""):t,AZt=t=>{let{region:e,useFipsEndpoint:r}=t;if(!e)throw new Error("Region is missing");return Object.assign(t,{region:async()=>{let n=typeof e=="function"?await e():e,s=TZt(n);return RZt(s),s},useFipsEndpoint:async()=>{let n=typeof e=="string"?e:await e();return _Ie(n)?!0:typeof r!="function"?Promise.resolve(!!r):r()}})},fIe=(t=[],{useFipsEndpoint:e,useDualstackEndpoint:r})=>t.find(({tags:n})=>e===n.includes("fips")&&r===n.includes("dualstack"))?.hostname,PZt=(t,{regionHostname:e,partitionHostname:r})=>e||(r?r.replace("{region}",t):void 0),vZt=(t,{partitionHash:e})=>Object.keys(e||{}).find(r=>e[r].regions.includes(t))??"aws",bZt=(t,{signingRegion:e,regionRegex:r,useFipsEndpoint:n})=>{if(e)return e;if(n){let s=r.replace("\\\\","\\").replace(/^\^/g,"\\.").replace(/\$$/g,"\\."),o=t.match(s);if(o)return o[0].slice(1,-1)}},IZt=(t,{useFipsEndpoint:e=!1,useDualstackEndpoint:r=!1,signingService:n,regionHash:s,partitionHash:o})=>{let i=vZt(t,{partitionHash:o}),a=t in s?t:o[i]?.endpoint??t,c={useFipsEndpoint:e,useDualstackEndpoint:r},u=fIe(s[a]?.variants,c),f=fIe(o[i]?.variants,c),m=PZt(a,{regionHostname:u,partitionHostname:f});if(m===void 0)throw new Error(`Endpoint resolution failed for: ${{resolvedRegion:a,useFipsEndpoint:e,useDualstackEndpoint:r}}`);let h=bZt(m,{signingRegion:s[a]?.signingRegion,regionRegex:o[i].regionRegex,useFipsEndpoint:e});return{partition:i,signingService:n,hostname:m,...h&&{signingRegion:h},...s[a]?.signingService&&{signingService:s[a].signingService}}};On.CONFIG_USE_DUALSTACK_ENDPOINT=hIe;On.CONFIG_USE_FIPS_ENDPOINT=yIe;On.DEFAULT_USE_DUALSTACK_ENDPOINT=mZt;On.DEFAULT_USE_FIPS_ENDPOINT=gZt;On.ENV_USE_DUALSTACK_ENDPOINT=gIe;On.ENV_USE_FIPS_ENDPOINT=SIe;On.NODE_REGION_CONFIG_FILE_OPTIONS=_Zt;On.NODE_REGION_CONFIG_OPTIONS=CZt;On.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS=fZt;On.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS=hZt;On.REGION_ENV_NAME=EIe;On.REGION_INI_NAME=CIe;On.getRegionInfo=IZt;On.resolveCustomEndpointsConfig=SZt;On.resolveEndpointsConfig=EZt;On.resolveRegionConfig=AZt});var Hh=O(Qk=>{"use strict";var DZt=tr(),RIe="content-length";function TIe(t){return e=>async r=>{let n=r.request;if(DZt.HttpRequest.isInstance(n)){let{body:s,headers:o}=n;if(s&&Object.keys(o).map(i=>i.toLowerCase()).indexOf(RIe)===-1)try{let i=t(s);n.headers={...n.headers,[RIe]:String(i)}}catch{}}return e({...r,request:n})}}var AIe={step:"build",tags:["SET_CONTENT_LENGTH","CONTENT_LENGTH"],name:"contentLengthMiddleware",override:!0},xZt=t=>({applyToStack:e=>{e.add(TIe(t.bodyLengthChecker),AIe)}});Qk.contentLengthMiddleware=TIe;Qk.contentLengthMiddlewareOptions=AIe;Qk.getContentLengthPlugin=xZt});var aQ=O(Yk=>{"use strict";Object.defineProperty(Yk,"__esModule",{value:!0});Yk.getHomeDir=void 0;var wZt=require("os"),$Zt=require("path"),iQ={},OZt=()=>process&&process.geteuid?`${process.geteuid()}`:"DEFAULT",kZt=()=>{let{HOME:t,USERPROFILE:e,HOMEPATH:r,HOMEDRIVE:n=`C:${$Zt.sep}`}=process.env;if(t)return t;if(e)return e;if(r)return`${n}${r}`;let s=OZt();return iQ[s]||(iQ[s]=(0,wZt.homedir)()),iQ[s]};Yk.getHomeDir=kZt});var cQ=O(Jk=>{"use strict";Object.defineProperty(Jk,"__esModule",{value:!0});Jk.getSSOTokenFilepath=void 0;var NZt=require("crypto"),LZt=require("path"),UZt=aQ(),FZt=t=>{let r=(0,NZt.createHash)("sha1").update(t).digest("hex");return(0,LZt.join)((0,UZt.getHomeDir)(),".aws","sso","cache",`${r}.json`)};Jk.getSSOTokenFilepath=FZt});var PIe=O(wd=>{"use strict";Object.defineProperty(wd,"__esModule",{value:!0});wd.getSSOTokenFromFile=wd.tokenIntercept=void 0;var MZt=require("fs/promises"),qZt=cQ();wd.tokenIntercept={};var BZt=async t=>{if(wd.tokenIntercept[t])return wd.tokenIntercept[t];let e=(0,qZt.getSSOTokenFilepath)(t),r=await(0,MZt.readFile)(e,"utf8");return JSON.parse(r)};wd.getSSOTokenFromFile=BZt});var vIe=O(Do=>{"use strict";Object.defineProperty(Do,"__esModule",{value:!0});Do.readFile=Do.fileIntercept=Do.filePromises=void 0;var GZt=require("node:fs/promises");Do.filePromises={};Do.fileIntercept={};var HZt=(t,e)=>Do.fileIntercept[t]!==void 0?Do.fileIntercept[t]:((!Do.filePromises[t]||e?.ignoreCache)&&(Do.filePromises[t]=(0,GZt.readFile)(t,"utf8")),Do.filePromises[t]);Do.readFile=HZt});var Ja=O(Fs=>{"use strict";var eR=aQ(),bIe=cQ(),uQ=PIe(),Xk=require("path"),Zk=gn(),Vh=vIe(),DIe="AWS_PROFILE",xIe="default",VZt=t=>t.profile||process.env[DIe]||xIe,Fm=".",jZt=t=>Object.entries(t).filter(([e])=>{let r=e.indexOf(Fm);return r===-1?!1:Object.values(Zk.IniSectionType).includes(e.substring(0,r))}).reduce((e,[r,n])=>{let s=r.indexOf(Fm),o=r.substring(0,s)===Zk.IniSectionType.PROFILE?r.substring(s+1):r;return e[o]=n,e},{...t.default&&{default:t.default}}),WZt="AWS_CONFIG_FILE",wIe=()=>process.env[WZt]||Xk.join(eR.getHomeDir(),".aws","config"),zZt="AWS_SHARED_CREDENTIALS_FILE",KZt=()=>process.env[zZt]||Xk.join(eR.getHomeDir(),".aws","credentials"),QZt=/^([\w-]+)\s(["'])?([\w-@\+\.%:/]+)\2$/,YZt=["__proto__","profile __proto__"],lQ=t=>{let e={},r,n;for(let s of t.split(/\r?\n/)){let o=s.split(/(^|\s)[;#]/)[0].trim();if(o[0]==="["&&o[o.length-1]==="]"){r=void 0,n=void 0;let a=o.substring(1,o.length-1),c=QZt.exec(a);if(c){let[,u,,f]=c;Object.values(Zk.IniSectionType).includes(u)&&(r=[u,f].join(Fm))}else r=a;if(YZt.includes(a))throw new Error(`Found invalid profile name "${a}"`)}else if(r){let a=o.indexOf("=");if(![0,-1].includes(a)){let[c,u]=[o.substring(0,a).trim(),o.substring(a+1).trim()];if(u==="")n=c;else{n&&s.trimStart()===s&&(n=void 0),e[r]=e[r]||{};let f=n?[n,c].join(Fm):c;e[r][f]=u}}}}return e},IIe=()=>({}),$Ie=async(t={})=>{let{filepath:e=KZt(),configFilepath:r=wIe()}=t,n=eR.getHomeDir(),s="~/",o=e;e.startsWith(s)&&(o=Xk.join(n,e.slice(2)));let i=r;r.startsWith(s)&&(i=Xk.join(n,r.slice(2)));let a=await Promise.all([Vh.readFile(i,{ignoreCache:t.ignoreCache}).then(lQ).then(jZt).catch(IIe),Vh.readFile(o,{ignoreCache:t.ignoreCache}).then(lQ).catch(IIe)]);return{configFile:a[0],credentialsFile:a[1]}},JZt=t=>Object.entries(t).filter(([e])=>e.startsWith(Zk.IniSectionType.SSO_SESSION+Fm)).reduce((e,[r,n])=>({...e,[r.substring(r.indexOf(Fm)+1)]:n}),{}),XZt=()=>({}),ZZt=async(t={})=>Vh.readFile(t.configFilepath??wIe()).then(lQ).then(JZt).catch(XZt),eer=(...t)=>{let e={};for(let r of t)for(let[n,s]of Object.entries(r))e[n]!==void 0?Object.assign(e[n],s):e[n]=s;return e},ter=async t=>{let e=await $Ie(t);return eer(e.configFile,e.credentialsFile)},rer={getFileRecord(){return Vh.fileIntercept},interceptFile(t,e){Vh.fileIntercept[t]=Promise.resolve(e)},getTokenRecord(){return uQ.tokenIntercept},interceptToken(t,e){uQ.tokenIntercept[t]=e}};Object.defineProperty(Fs,"getSSOTokenFromFile",{enumerable:!0,get:function(){return uQ.getSSOTokenFromFile}});Object.defineProperty(Fs,"readFile",{enumerable:!0,get:function(){return Vh.readFile}});Fs.CONFIG_PREFIX_SEPARATOR=Fm;Fs.DEFAULT_PROFILE=xIe;Fs.ENV_PROFILE=DIe;Fs.externalDataInterceptor=rer;Fs.getProfileName=VZt;Fs.loadSharedConfigFiles=$Ie;Fs.loadSsoSessionData=ZZt;Fs.parseKnownFiles=ter;Object.keys(eR).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Fs,t)&&Object.defineProperty(Fs,t,{enumerable:!0,get:function(){return eR[t]}})});Object.keys(bIe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Fs,t)&&Object.defineProperty(Fs,t,{enumerable:!0,get:function(){return bIe[t]}})})});var Xa=O(NIe=>{"use strict";var tR=rs(),OIe=Ja();function kIe(t){try{let e=new Set(Array.from(t.match(/([A-Z_]){3,}/g)??[]));return e.delete("CONFIG"),e.delete("CONFIG_PREFIX_SEPARATOR"),e.delete("ENV"),[...e].join(", ")}catch{return t}}var ner=(t,e)=>async()=>{try{let r=t(process.env,e);if(r===void 0)throw new Error;return r}catch(r){throw new tR.CredentialsProviderError(r.message||`Not found in ENV: ${kIe(t.toString())}`,{logger:e?.logger})}},ser=(t,{preferredFile:e="config",...r}={})=>async()=>{let n=OIe.getProfileName(r),{configFile:s,credentialsFile:o}=await OIe.loadSharedConfigFiles(r),i=o[n]||{},a=s[n]||{},c=e==="config"?{...i,...a}:{...a,...i};try{let f=t(c,e==="config"?s:o);if(f===void 0)throw new Error;return f}catch(u){throw new tR.CredentialsProviderError(u.message||`Not found in config files w/ profile [${n}]: ${kIe(t.toString())}`,{logger:r.logger})}},oer=t=>typeof t=="function",ier=t=>oer(t)?async()=>await t():tR.fromStatic(t),aer=({environmentVariableSelector:t,configFileSelector:e,default:r},n={})=>{let{signingName:s,logger:o}=n,i={signingName:s,logger:o};return tR.memoize(tR.chain(ner(t,i),ser(e,n),ier(r)))};NIe.loadConfig=aer});var MIe=O(eN=>{"use strict";Object.defineProperty(eN,"__esModule",{value:!0});eN.getEndpointUrlConfig=void 0;var LIe=Ja(),UIe="AWS_ENDPOINT_URL",FIe="endpoint_url",cer=t=>({environmentVariableSelector:e=>{let r=t.split(" ").map(o=>o.toUpperCase()),n=e[[UIe,...r].join("_")];if(n)return n;let s=e[UIe];if(s)return s},configFileSelector:(e,r)=>{if(r&&e.services){let s=r[["services",e.services].join(LIe.CONFIG_PREFIX_SEPARATOR)];if(s){let o=t.split(" ").map(a=>a.toLowerCase()),i=s[[o.join("_"),FIe].join(LIe.CONFIG_PREFIX_SEPARATOR)];if(i)return i}}let n=e[FIe];if(n)return n},default:void 0});eN.getEndpointUrlConfig=cer});var qIe=O(tN=>{"use strict";Object.defineProperty(tN,"__esModule",{value:!0});tN.getEndpointFromConfig=void 0;var uer=Xa(),ler=MIe(),der=async t=>(0,uer.loadConfig)((0,ler.getEndpointUrlConfig)(t??""))();tN.getEndpointFromConfig=der});var Za=O(Pu=>{"use strict";var GIe=qIe(),BIe=Su(),per=(Zn(),J(xm)),rN=$s(),mer=DK(),fer=async t=>{let e=t?.Bucket||"";if(typeof t.Bucket=="string"&&(t.Bucket=e.replace(/#/g,encodeURIComponent("#")).replace(/\?/g,encodeURIComponent("?"))),Eer(e)){if(t.ForcePathStyle===!0)throw new Error("Path-style addressing cannot be used with ARN buckets")}else(!yer(e)||e.indexOf(".")!==-1&&!String(t.Endpoint).startsWith("http:")||e.toLowerCase()!==e||e.length<3)&&(t.ForcePathStyle=!0);return t.DisableMultiRegionAccessPoints&&(t.disableMultiRegionAccessPoints=!0,t.DisableMRAP=!0),t},ger=/^[a-z0-9][a-z0-9\.\-]{1,61}[a-z0-9]$/,her=/(\d+\.){3}\d+/,Ser=/\.\./,yer=t=>ger.test(t)&&!her.test(t)&&!Ser.test(t),Eer=t=>{let[e,r,n,,,s]=t.split(":"),o=e==="arn"&&t.split(":").length>=6,i=!!(o&&r&&n&&s);if(o&&!i)throw new Error(`Invalid ARN: ${t} was an invalid ARN.`);return i},Cer=(t,e,r,n=!1)=>{let s=async()=>{let o;return n?o=r.clientContextParams?.[t]??r[t]??r[e]:o=r[t]??r[e],typeof o=="function"?o():o};return t==="credentialScope"||e==="CredentialScope"?async()=>{let o=typeof r.credentials=="function"?await r.credentials():r.credentials;return o?.credentialScope??o?.CredentialScope}:t==="accountId"||e==="AccountId"?async()=>{let o=typeof r.credentials=="function"?await r.credentials():r.credentials;return o?.accountId??o?.AccountId}:t==="endpoint"||e==="endpoint"?async()=>{if(r.isCustomEndpoint===!1)return;let o=await s();if(o&&typeof o=="object"){if("url"in o)return o.url.href;if("hostname"in o){let{protocol:i,hostname:a,port:c,path:u}=o;return`${i}//${a}${c?":"+c:""}${u}`}}return o}:s},dQ=t=>typeof t=="object"?"url"in t?BIe.parseUrl(t.url):t:BIe.parseUrl(t),HIe=async(t,e,r,n)=>{if(!r.isCustomEndpoint){let i;r.serviceConfiguredEndpoint?i=await r.serviceConfiguredEndpoint():i=await GIe.getEndpointFromConfig(r.serviceId),i&&(r.endpoint=()=>Promise.resolve(dQ(i)),r.isCustomEndpoint=!0)}let s=await VIe(t,e,r);if(typeof r.endpointProvider!="function")throw new Error("config.endpointProvider is not set.");return r.endpointProvider(s,n)},VIe=async(t,e,r)=>{let n={},s=e?.getEndpointParameterInstructions?.()||{};for(let[o,i]of Object.entries(s))switch(i.type){case"staticContextParams":n[o]=i.value;break;case"contextParams":n[o]=t[i.name];break;case"clientContextParams":case"builtInParams":n[o]=await Cer(i.name,o,r,i.type!=="builtInParams")();break;case"operationContextParams":n[o]=i.get(t);break;default:throw new Error("Unrecognized endpoint parameter instruction: "+JSON.stringify(i))}return Object.keys(s).length===0&&Object.assign(n,r),String(r.serviceId).toLowerCase()==="s3"&&await fer(n),n},jIe=({config:t,instructions:e})=>(r,n)=>async s=>{t.isCustomEndpoint&&per.setFeature(n,"ENDPOINT_OVERRIDE","N");let o=await HIe(s.input,{getEndpointParameterInstructions(){return e}},{...t},n);n.endpointV2=o,n.authSchemes=o.properties?.authSchemes;let i=n.authSchemes?.[0];if(i){n.signing_region=i.signingRegion,n.signing_service=i.signingName;let c=rN.getSmithyContext(n)?.selectedHttpAuthScheme?.httpAuthOption;c&&(c.signingProperties=Object.assign(c.signingProperties||{},{signing_region:i.signingRegion,signingRegion:i.signingRegion,signing_service:i.signingName,signingName:i.signingName,signingRegionSet:i.signingRegionSet},i.properties))}return r({...s})},WIe={step:"serialize",tags:["ENDPOINT_PARAMETERS","ENDPOINT_V2","ENDPOINT"],name:"endpointV2Middleware",override:!0,relation:"before",toMiddleware:mer.serializerMiddlewareOption.name},_er=(t,e)=>({applyToStack:r=>{r.addRelativeTo(jIe({config:t,instructions:e}),WIe)}}),Rer=t=>{let e=t.tls??!0,{endpoint:r,useDualstackEndpoint:n,useFipsEndpoint:s}=t,o=r!=null?async()=>dQ(await rN.normalizeProvider(r)()):void 0,a=Object.assign(t,{endpoint:o,tls:e,isCustomEndpoint:!!r,useDualstackEndpoint:rN.normalizeProvider(n??!1),useFipsEndpoint:rN.normalizeProvider(s??!1)}),c;return a.serviceConfiguredEndpoint=async()=>(t.serviceId&&!c&&(c=GIe.getEndpointFromConfig(t.serviceId)),c),a},Ter=t=>{let{endpoint:e}=t;return e===void 0&&(t.endpoint=async()=>{throw new Error("@smithy/middleware-endpoint: (default endpointRuleSet) endpoint is not set - you must configure an endpoint.")}),t};Pu.endpointMiddleware=jIe;Pu.endpointMiddlewareOptions=WIe;Pu.getEndpointFromInstructions=HIe;Pu.getEndpointPlugin=_er;Pu.resolveEndpointConfig=Rer;Pu.resolveEndpointRequiredConfig=Ter;Pu.resolveParams=VIe;Pu.toEndpointV1=dQ});var mQ=O($d=>{"use strict";var Aer=["AuthFailure","InvalidSignatureException","RequestExpired","RequestInTheFuture","RequestTimeTooSkewed","SignatureDoesNotMatch"],Per=["BandwidthLimitExceeded","EC2ThrottledException","LimitExceededException","PriorRequestNotComplete","ProvisionedThroughputExceededException","RequestLimitExceeded","RequestThrottled","RequestThrottledException","SlowDown","ThrottledException","Throttling","ThrottlingException","TooManyRequestsException","TransactionInProgressException"],ver=["TimeoutError","RequestTimeout","RequestTimeoutException"],ber=[500,502,503,504],Ier=["ECONNRESET","ECONNREFUSED","EPIPE","ETIMEDOUT"],Der=["EHOSTUNREACH","ENETUNREACH","ENOTFOUND"],zIe=t=>t?.$retryable!==void 0,xer=t=>Aer.includes(t.name),KIe=t=>t.$metadata?.clockSkewCorrected,QIe=t=>{let e=new Set(["Failed to fetch","NetworkError when attempting to fetch resource","The Internet connection appears to be offline","Load failed","Network request failed"]);return t&&t instanceof TypeError?e.has(t.message):!1},wer=t=>t.$metadata?.httpStatusCode===429||Per.includes(t.name)||t.$retryable?.throttling==!0,pQ=(t,e=0)=>zIe(t)||KIe(t)||ver.includes(t.name)||Ier.includes(t?.code||"")||Der.includes(t?.code||"")||ber.includes(t.$metadata?.httpStatusCode||0)||QIe(t)||t.cause!==void 0&&e<=10&&pQ(t.cause,e+1),$er=t=>{if(t.$metadata?.httpStatusCode!==void 0){let e=t.$metadata.httpStatusCode;return 500<=e&&e<=599&&!pQ(t)}return!1};$d.isBrowserNetworkError=QIe;$d.isClockSkewCorrectedError=KIe;$d.isClockSkewError=xer;$d.isRetryableByTrait=zIe;$d.isServerError=$er;$d.isThrottlingError=wer;$d.isTransientError=pQ});var Mm=O(Fr=>{"use strict";var Oer=mQ();Fr.RETRY_MODES=void 0;(function(t){t.STANDARD="standard",t.ADAPTIVE="adaptive"})(Fr.RETRY_MODES||(Fr.RETRY_MODES={}));var fQ=3,ker=Fr.RETRY_MODES.STANDARD,nN=class t{static setTimeoutFn=setTimeout;beta;minCapacity;minFillRate;scaleConstant;smooth;currentCapacity=0;enabled=!1;lastMaxRate=0;measuredTxRate=0;requestCount=0;fillRate;lastThrottleTime;lastTimestamp=0;lastTxRateBucket;maxCapacity;timeWindow=0;constructor(e){this.beta=e?.beta??.7,this.minCapacity=e?.minCapacity??1,this.minFillRate=e?.minFillRate??.5,this.scaleConstant=e?.scaleConstant??.4,this.smooth=e?.smooth??.8;let r=this.getCurrentTimeInSeconds();this.lastThrottleTime=r,this.lastTxRateBucket=Math.floor(this.getCurrentTimeInSeconds()),this.fillRate=this.minFillRate,this.maxCapacity=this.minCapacity}getCurrentTimeInSeconds(){return Date.now()/1e3}async getSendToken(){return this.acquireTokenBucket(1)}async acquireTokenBucket(e){if(this.enabled){if(this.refillTokenBucket(),e>this.currentCapacity){let r=(e-this.currentCapacity)/this.fillRate*1e3;await new Promise(n=>t.setTimeoutFn(n,r))}this.currentCapacity=this.currentCapacity-e}}refillTokenBucket(){let e=this.getCurrentTimeInSeconds();if(!this.lastTimestamp){this.lastTimestamp=e;return}let r=(e-this.lastTimestamp)*this.fillRate;this.currentCapacity=Math.min(this.maxCapacity,this.currentCapacity+r),this.lastTimestamp=e}updateClientSendingRate(e){let r;if(this.updateMeasuredRate(),Oer.isThrottlingError(e)){let s=this.enabled?Math.min(this.measuredTxRate,this.fillRate):this.measuredTxRate;this.lastMaxRate=s,this.calculateTimeWindow(),this.lastThrottleTime=this.getCurrentTimeInSeconds(),r=this.cubicThrottle(s),this.enableTokenBucket()}else this.calculateTimeWindow(),r=this.cubicSuccess(this.getCurrentTimeInSeconds());let n=Math.min(r,2*this.measuredTxRate);this.updateTokenBucketRate(n)}calculateTimeWindow(){this.timeWindow=this.getPrecise(Math.pow(this.lastMaxRate*(1-this.beta)/this.scaleConstant,1/3))}cubicThrottle(e){return this.getPrecise(e*this.beta)}cubicSuccess(e){return this.getPrecise(this.scaleConstant*Math.pow(e-this.lastThrottleTime-this.timeWindow,3)+this.lastMaxRate)}enableTokenBucket(){this.enabled=!0}updateTokenBucketRate(e){this.refillTokenBucket(),this.fillRate=Math.max(e,this.minFillRate),this.maxCapacity=Math.max(e,this.minCapacity),this.currentCapacity=Math.min(this.currentCapacity,this.maxCapacity)}updateMeasuredRate(){let e=this.getCurrentTimeInSeconds(),r=Math.floor(e*2)/2;if(this.requestCount++,r>this.lastTxRateBucket){let n=this.requestCount/(r-this.lastTxRateBucket);this.measuredTxRate=this.getPrecise(n*this.smooth+this.measuredTxRate*(1-this.smooth)),this.requestCount=0,this.lastTxRateBucket=r}}getPrecise(e){return parseFloat(e.toFixed(8))}},rR=100,yQ=20*1e3,JIe=500,gQ=500,XIe=5,ZIe=10,eDe=1,Ner="amz-sdk-invocation-id",Ler="amz-sdk-request",Uer=()=>{let t=rR;return{computeNextBackoffDelay:n=>Math.floor(Math.min(yQ,Math.random()*2**n*t)),setDelayBase:n=>{t=n}}},YIe=({retryDelay:t,retryCount:e,retryCost:r})=>({getRetryCount:()=>e,getRetryDelay:()=>Math.min(yQ,t),getRetryCost:()=>r}),nR=class{maxAttempts;mode=Fr.RETRY_MODES.STANDARD;capacity=gQ;retryBackoffStrategy=Uer();maxAttemptsProvider;constructor(e){this.maxAttempts=e,this.maxAttemptsProvider=typeof e=="function"?e:async()=>e}async acquireInitialRetryToken(e){return YIe({retryDelay:rR,retryCount:0})}async refreshRetryTokenForRetry(e,r){let n=await this.getMaxAttempts();if(this.shouldRetry(e,r,n)){let s=r.errorType;this.retryBackoffStrategy.setDelayBase(s==="THROTTLING"?JIe:rR);let o=this.retryBackoffStrategy.computeNextBackoffDelay(e.getRetryCount()),i=r.retryAfterHint?Math.max(r.retryAfterHint.getTime()-Date.now()||0,o):o,a=this.getCapacityCost(s);return this.capacity-=a,YIe({retryDelay:i,retryCount:e.getRetryCount()+1,retryCost:a})}throw new Error("No retry token available")}recordSuccess(e){this.capacity=Math.max(gQ,this.capacity+(e.getRetryCost()??eDe))}getCapacity(){return this.capacity}async getMaxAttempts(){try{return await this.maxAttemptsProvider()}catch{return console.warn(`Max attempts provider could not resolve. Using default of ${fQ}`),fQ}}shouldRetry(e,r,n){return e.getRetryCount()+1<n&&this.capacity>=this.getCapacityCost(r.errorType)&&this.isRetryableError(r.errorType)}getCapacityCost(e){return e==="TRANSIENT"?ZIe:XIe}isRetryableError(e){return e==="THROTTLING"||e==="TRANSIENT"}},hQ=class{maxAttemptsProvider;rateLimiter;standardRetryStrategy;mode=Fr.RETRY_MODES.ADAPTIVE;constructor(e,r){this.maxAttemptsProvider=e;let{rateLimiter:n}=r??{};this.rateLimiter=n??new nN,this.standardRetryStrategy=new nR(e)}async acquireInitialRetryToken(e){return await this.rateLimiter.getSendToken(),this.standardRetryStrategy.acquireInitialRetryToken(e)}async refreshRetryTokenForRetry(e,r){return this.rateLimiter.updateClientSendingRate(r),this.standardRetryStrategy.refreshRetryTokenForRetry(e,r)}recordSuccess(e){this.rateLimiter.updateClientSendingRate({}),this.standardRetryStrategy.recordSuccess(e)}},SQ=class extends nR{computeNextBackoffDelay;constructor(e,r=rR){super(typeof e=="function"?e:async()=>e),typeof r=="number"?this.computeNextBackoffDelay=()=>r:this.computeNextBackoffDelay=r}async refreshRetryTokenForRetry(e,r){let n=await super.refreshRetryTokenForRetry(e,r);return n.getRetryDelay=()=>this.computeNextBackoffDelay(n.getRetryCount()),n}};Fr.AdaptiveRetryStrategy=hQ;Fr.ConfiguredRetryStrategy=SQ;Fr.DEFAULT_MAX_ATTEMPTS=fQ;Fr.DEFAULT_RETRY_DELAY_BASE=rR;Fr.DEFAULT_RETRY_MODE=ker;Fr.DefaultRateLimiter=nN;Fr.INITIAL_RETRY_TOKENS=gQ;Fr.INVOCATION_ID_HEADER=Ner;Fr.MAXIMUM_RETRY_DELAY=yQ;Fr.NO_RETRY_INCREMENT=eDe;Fr.REQUEST_HEADER=Ler;Fr.RETRY_COST=XIe;Fr.StandardRetryStrategy=nR;Fr.THROTTLING_RETRY_DELAY_BASE=JIe;Fr.TIMEOUT_RETRY_COST=ZIe});var tDe=O(sN=>{"use strict";Object.defineProperty(sN,"__esModule",{value:!0});sN.isStreamingPayload=void 0;var Fer=require("stream"),Mer=t=>t?.body instanceof Fer.Readable||typeof ReadableStream<"u"&&t?.body instanceof ReadableStream;sN.isStreamingPayload=Mer});var Yi=O(pn=>{"use strict";var xr=Mm(),jh=tr(),Od=mQ(),nDe=Fp(),rDe=$s(),qer=ct(),Ber=tDe(),Ger=(t,e)=>{let r=t,n=xr.NO_RETRY_INCREMENT,s=xr.RETRY_COST,o=xr.TIMEOUT_RETRY_COST,i=t,a=m=>m.name==="TimeoutError"?o:s,c=m=>a(m)<=i;return Object.freeze({hasRetryTokens:c,retrieveRetryTokens:m=>{if(!c(m))throw new Error("No retry token available");let h=a(m);return i-=h,h},releaseRetryTokens:m=>{i+=m??n,i=Math.min(i,r)}})},sDe=(t,e)=>Math.floor(Math.min(xr.MAXIMUM_RETRY_DELAY,Math.random()*2**e*t)),oDe=t=>t?Od.isRetryableByTrait(t)||Od.isClockSkewError(t)||Od.isThrottlingError(t)||Od.isTransientError(t):!1,iDe=t=>t instanceof Error?t:t instanceof Object?Object.assign(new Error,t):typeof t=="string"?new Error(t):new Error(`AWS SDK error wrapper for ${t}`),oN=class{maxAttemptsProvider;retryDecider;delayDecider;retryQuota;mode=xr.RETRY_MODES.STANDARD;constructor(e,r){this.maxAttemptsProvider=e,this.retryDecider=r?.retryDecider??oDe,this.delayDecider=r?.delayDecider??sDe,this.retryQuota=r?.retryQuota??Ger(xr.INITIAL_RETRY_TOKENS)}shouldRetry(e,r,n){return r<n&&this.retryDecider(e)&&this.retryQuota.hasRetryTokens(e)}async getMaxAttempts(){let e;try{e=await this.maxAttemptsProvider()}catch{e=xr.DEFAULT_MAX_ATTEMPTS}return e}async retry(e,r,n){let s,o=0,i=0,a=await this.getMaxAttempts(),{request:c}=r;for(jh.HttpRequest.isInstance(c)&&(c.headers[xr.INVOCATION_ID_HEADER]=nDe.v4());;)try{jh.HttpRequest.isInstance(c)&&(c.headers[xr.REQUEST_HEADER]=`attempt=${o+1}; max=${a}`),n?.beforeRequest&&await n.beforeRequest();let{response:u,output:f}=await e(r);return n?.afterRequest&&n.afterRequest(u),this.retryQuota.releaseRetryTokens(s),f.$metadata.attempts=o+1,f.$metadata.totalRetryDelay=i,{response:u,output:f}}catch(u){let f=iDe(u);if(o++,this.shouldRetry(f,o,a)){s=this.retryQuota.retrieveRetryTokens(f);let m=this.delayDecider(Od.isThrottlingError(f)?xr.THROTTLING_RETRY_DELAY_BASE:xr.DEFAULT_RETRY_DELAY_BASE,o),h=Her(f.$response),y=Math.max(h||0,m);i+=y,await new Promise(C=>setTimeout(C,y));continue}throw f.$metadata||(f.$metadata={}),f.$metadata.attempts=o,f.$metadata.totalRetryDelay=i,f}}},Her=t=>{if(!jh.HttpResponse.isInstance(t))return;let e=Object.keys(t.headers).find(o=>o.toLowerCase()==="retry-after");if(!e)return;let r=t.headers[e],n=Number(r);return Number.isNaN(n)?new Date(r).getTime()-Date.now():n*1e3},EQ=class extends oN{rateLimiter;constructor(e,r){let{rateLimiter:n,...s}=r??{};super(e,s),this.rateLimiter=n??new xr.DefaultRateLimiter,this.mode=xr.RETRY_MODES.ADAPTIVE}async retry(e,r){return super.retry(e,r,{beforeRequest:async()=>this.rateLimiter.getSendToken(),afterRequest:n=>{this.rateLimiter.updateClientSendingRate(n)}})}},CQ="AWS_MAX_ATTEMPTS",_Q="max_attempts",Ver={environmentVariableSelector:t=>{let e=t[CQ];if(!e)return;let r=parseInt(e);if(Number.isNaN(r))throw new Error(`Environment variable ${CQ} mast be a number, got "${e}"`);return r},configFileSelector:t=>{let e=t[_Q];if(!e)return;let r=parseInt(e);if(Number.isNaN(r))throw new Error(`Shared config file entry ${_Q} mast be a number, got "${e}"`);return r},default:xr.DEFAULT_MAX_ATTEMPTS},jer=t=>{let{retryStrategy:e,retryMode:r,maxAttempts:n}=t,s=rDe.normalizeProvider(n??xr.DEFAULT_MAX_ATTEMPTS);return Object.assign(t,{maxAttempts:s,retryStrategy:async()=>e||(await rDe.normalizeProvider(r)()===xr.RETRY_MODES.ADAPTIVE?new xr.AdaptiveRetryStrategy(s):new xr.StandardRetryStrategy(s))})},aDe="AWS_RETRY_MODE",cDe="retry_mode",Wer={environmentVariableSelector:t=>t[aDe],configFileSelector:t=>t[cDe],default:xr.DEFAULT_RETRY_MODE},uDe=()=>t=>async e=>{let{request:r}=e;return jh.HttpRequest.isInstance(r)&&(delete r.headers[xr.INVOCATION_ID_HEADER],delete r.headers[xr.REQUEST_HEADER]),t(e)},lDe={name:"omitRetryHeadersMiddleware",tags:["RETRY","HEADERS","OMIT_RETRY_HEADERS"],relation:"before",toMiddleware:"awsAuthMiddleware",override:!0},zer=t=>({applyToStack:e=>{e.addRelativeTo(uDe(),lDe)}}),dDe=t=>(e,r)=>async n=>{let s=await t.retryStrategy(),o=await t.maxAttempts();if(Ker(s)){s=s;let i=await s.acquireInitialRetryToken(r.partition_id),a=new Error,c=0,u=0,{request:f}=n,m=jh.HttpRequest.isInstance(f);for(m&&(f.headers[xr.INVOCATION_ID_HEADER]=nDe.v4());;)try{m&&(f.headers[xr.REQUEST_HEADER]=`attempt=${c+1}; max=${o}`);let{response:h,output:y}=await e(n);return s.recordSuccess(i),y.$metadata.attempts=c+1,y.$metadata.totalRetryDelay=u,{response:h,output:y}}catch(h){let y=Qer(h);if(a=iDe(h),m&&Ber.isStreamingPayload(f))throw(r.logger instanceof qer.NoOpLogger?console:r.logger)?.warn("An error was encountered in a non-retryable streaming request."),a;try{i=await s.refreshRetryTokenForRetry(i,y)}catch{throw a.$metadata||(a.$metadata={}),a.$metadata.attempts=c+1,a.$metadata.totalRetryDelay=u,a}c=i.getRetryCount();let C=i.getRetryDelay();u+=C,await new Promise(I=>setTimeout(I,C))}}else return s=s,s?.mode&&(r.userAgent=[...r.userAgent||[],["cfg/retry-mode",s.mode]]),s.retry(e,n)},Ker=t=>typeof t.acquireInitialRetryToken<"u"&&typeof t.refreshRetryTokenForRetry<"u"&&typeof t.recordSuccess<"u",Qer=t=>{let e={error:t,errorType:Yer(t)},r=mDe(t.$response);return r&&(e.retryAfterHint=r),e},Yer=t=>Od.isThrottlingError(t)?"THROTTLING":Od.isTransientError(t)?"TRANSIENT":Od.isServerError(t)?"SERVER_ERROR":"CLIENT_ERROR",pDe={name:"retryMiddleware",tags:["RETRY"],step:"finalizeRequest",priority:"high",override:!0},Jer=t=>({applyToStack:e=>{e.add(dDe(t),pDe)}}),mDe=t=>{if(!jh.HttpResponse.isInstance(t))return;let e=Object.keys(t.headers).find(o=>o.toLowerCase()==="retry-after");if(!e)return;let r=t.headers[e],n=Number(r);return Number.isNaN(n)?new Date(r):new Date(n*1e3)};pn.AdaptiveRetryStrategy=EQ;pn.CONFIG_MAX_ATTEMPTS=_Q;pn.CONFIG_RETRY_MODE=cDe;pn.ENV_MAX_ATTEMPTS=CQ;pn.ENV_RETRY_MODE=aDe;pn.NODE_MAX_ATTEMPT_CONFIG_OPTIONS=Ver;pn.NODE_RETRY_MODE_CONFIG_OPTIONS=Wer;pn.StandardRetryStrategy=oN;pn.defaultDelayDecider=sDe;pn.defaultRetryDecider=oDe;pn.getOmitRetryHeadersPlugin=zer;pn.getRetryAfterHint=mDe;pn.getRetryPlugin=Jer;pn.omitRetryHeadersMiddleware=uDe;pn.omitRetryHeadersMiddlewareOptions=lDe;pn.resolveRetryConfig=jer;pn.retryMiddleware=dDe;pn.retryMiddlewareOptions=pDe});var TQ=O(kd=>{"use strict";Object.defineProperty(kd,"__esModule",{value:!0});kd.resolveHttpAuthSchemeConfig=kd.defaultCognitoIdentityProviderHttpAuthSchemeProvider=kd.defaultCognitoIdentityProviderHttpAuthSchemeParametersProvider=void 0;var Xer=($n(),J(Dd)),RQ=$s(),Zer=async(t,e,r)=>({operation:(0,RQ.getSmithyContext)(e).operation,region:await(0,RQ.normalizeProvider)(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});kd.defaultCognitoIdentityProviderHttpAuthSchemeParametersProvider=Zer;function etr(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"cognito-idp",region:t.region},propertiesExtractor:(e,r)=>({signingProperties:{config:e,context:r}})}}function yt(t){return{schemeId:"smithy.api#noAuth"}}var ttr=t=>{let e=[];switch(t.operation){case"AssociateSoftwareToken":{e.push(yt(t));break}case"ChangePassword":{e.push(yt(t));break}case"CompleteWebAuthnRegistration":{e.push(yt(t));break}case"ConfirmDevice":{e.push(yt(t));break}case"ConfirmForgotPassword":{e.push(yt(t));break}case"ConfirmSignUp":{e.push(yt(t));break}case"DeleteUser":{e.push(yt(t));break}case"DeleteUserAttributes":{e.push(yt(t));break}case"DeleteWebAuthnCredential":{e.push(yt(t));break}case"ForgetDevice":{e.push(yt(t));break}case"ForgotPassword":{e.push(yt(t));break}case"GetDevice":{e.push(yt(t));break}case"GetTokensFromRefreshToken":{e.push(yt(t));break}case"GetUser":{e.push(yt(t));break}case"GetUserAttributeVerificationCode":{e.push(yt(t));break}case"GetUserAuthFactors":{e.push(yt(t));break}case"GlobalSignOut":{e.push(yt(t));break}case"InitiateAuth":{e.push(yt(t));break}case"ListDevices":{e.push(yt(t));break}case"ListWebAuthnCredentials":{e.push(yt(t));break}case"ResendConfirmationCode":{e.push(yt(t));break}case"RespondToAuthChallenge":{e.push(yt(t));break}case"RevokeToken":{e.push(yt(t));break}case"SetUserMFAPreference":{e.push(yt(t));break}case"SetUserSettings":{e.push(yt(t));break}case"SignUp":{e.push(yt(t));break}case"StartWebAuthnRegistration":{e.push(yt(t));break}case"UpdateAuthEventFeedback":{e.push(yt(t));break}case"UpdateDeviceStatus":{e.push(yt(t));break}case"UpdateUserAttributes":{e.push(yt(t));break}case"VerifySoftwareToken":{e.push(yt(t));break}case"VerifyUserAttribute":{e.push(yt(t));break}default:e.push(etr(t))}return e};kd.defaultCognitoIdentityProviderHttpAuthSchemeProvider=ttr;var rtr=t=>{let e=(0,Xer.resolveAwsSdkSigV4Config)(t);return Object.assign(e,{authSchemePreference:(0,RQ.normalizeProvider)(t.authSchemePreference??[])})};kd.resolveHttpAuthSchemeConfig=rtr});var fDe=O((t9r,ntr)=>{ntr.exports={name:"@aws-sdk/client-cognito-identity-provider",description:"AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",version:"3.965.0",scripts:{build:"concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline client-cognito-identity-provider","build:es":"tsc -p tsconfig.es.json","build:include:deps":'yarn g:turbo run build -F="$npm_package_name"',"build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4",clean:"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo cognito-identity-provider","test:index":"tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"},main:"./dist-cjs/index.js",types:"./dist-types/index.d.ts",module:"./dist-es/index.js",sideEffects:!1,dependencies:{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"3.965.0","@aws-sdk/credential-provider-node":"3.965.0","@aws-sdk/middleware-host-header":"3.965.0","@aws-sdk/middleware-logger":"3.965.0","@aws-sdk/middleware-recursion-detection":"3.965.0","@aws-sdk/middleware-user-agent":"3.965.0","@aws-sdk/region-config-resolver":"3.965.0","@aws-sdk/types":"3.965.0","@aws-sdk/util-endpoints":"3.965.0","@aws-sdk/util-user-agent-browser":"3.965.0","@aws-sdk/util-user-agent-node":"3.965.0","@smithy/config-resolver":"^4.4.5","@smithy/core":"^3.20.0","@smithy/fetch-http-handler":"^5.3.8","@smithy/hash-node":"^4.2.7","@smithy/invalid-dependency":"^4.2.7","@smithy/middleware-content-length":"^4.2.7","@smithy/middleware-endpoint":"^4.4.1","@smithy/middleware-retry":"^4.4.17","@smithy/middleware-serde":"^4.2.8","@smithy/middleware-stack":"^4.2.7","@smithy/node-config-provider":"^4.3.7","@smithy/node-http-handler":"^4.4.7","@smithy/protocol-http":"^5.3.7","@smithy/smithy-client":"^4.10.2","@smithy/types":"^4.11.0","@smithy/url-parser":"^4.2.7","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.16","@smithy/util-defaults-mode-node":"^4.2.19","@smithy/util-endpoints":"^3.2.7","@smithy/util-middleware":"^4.2.7","@smithy/util-retry":"^4.2.7","@smithy/util-utf8":"^4.2.0",tslib:"^2.6.2"},devDependencies:{"@tsconfig/node18":"18.2.4","@types/node":"^18.19.69",concurrently:"7.0.0","downlevel-dts":"0.10.1",rimraf:"5.0.10",typescript:"~5.8.3"},engines:{node:">=18.0.0"},typesVersions:{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},files:["dist-*/**"],author:{name:"AWS SDK for JavaScript Team",url:"https://aws.amazon.com/javascript/"},license:"Apache-2.0",browser:{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},homepage:"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-cognito-identity-provider",repository:{type:"git",url:"https://github.com/aws/aws-sdk-js-v3.git",directory:"clients/client-cognito-identity-provider"}}});var AQ=O(Nd=>{"use strict";var str=(mi(),J(yu)),otr=rs(),gDe="AWS_ACCESS_KEY_ID",hDe="AWS_SECRET_ACCESS_KEY",SDe="AWS_SESSION_TOKEN",yDe="AWS_CREDENTIAL_EXPIRATION",EDe="AWS_CREDENTIAL_SCOPE",CDe="AWS_ACCOUNT_ID",itr=t=>async()=>{t?.logger?.debug("@aws-sdk/credential-provider-env - fromEnv");let e=process.env[gDe],r=process.env[hDe],n=process.env[SDe],s=process.env[yDe],o=process.env[EDe],i=process.env[CDe];if(e&&r){let a={accessKeyId:e,secretAccessKey:r,...n&&{sessionToken:n},...s&&{expiration:new Date(s)},...o&&{credentialScope:o},...i&&{accountId:i}};return str.setCredentialFeature(a,"CREDENTIALS_ENV_VARS","g"),a}throw new otr.CredentialsProviderError("Unable to find environment variable credentials.",{logger:t?.logger})};Nd.ENV_ACCOUNT_ID=CDe;Nd.ENV_CREDENTIAL_SCOPE=EDe;Nd.ENV_EXPIRATION=yDe;Nd.ENV_KEY=gDe;Nd.ENV_SECRET=hDe;Nd.ENV_SESSION=SDe;Nd.fromEnv=itr});var oR=O(ss=>{"use strict";var ec=rs(),atr=require("url"),ctr=require("buffer"),utr=require("http"),DQ=Xa(),ltr=Su();function sR(t){return new Promise((e,r)=>{let n=utr.request({method:"GET",...t,hostname:t.hostname?.replace(/^\[(.+)\]$/,"$1")});n.on("error",s=>{r(Object.assign(new ec.ProviderError("Unable to connect to instance metadata service"),s)),n.destroy()}),n.on("timeout",()=>{r(new ec.ProviderError("TimeoutError from instance metadata service")),n.destroy()}),n.on("response",s=>{let{statusCode:o=400}=s;(o<200||300<=o)&&(r(Object.assign(new ec.ProviderError("Error response received from instance metadata service"),{statusCode:o})),n.destroy());let i=[];s.on("data",a=>{i.push(a)}),s.on("end",()=>{e(ctr.Buffer.concat(i)),n.destroy()})}),n.end()})}var ADe=t=>!!t&&typeof t=="object"&&typeof t.AccessKeyId=="string"&&typeof t.SecretAccessKey=="string"&&typeof t.Token=="string"&&typeof t.Expiration=="string",PDe=t=>({accessKeyId:t.AccessKeyId,secretAccessKey:t.SecretAccessKey,sessionToken:t.Token,expiration:new Date(t.Expiration),...t.AccountId&&{accountId:t.AccountId}}),vDe=1e3,bDe=0,xQ=({maxRetries:t=bDe,timeout:e=vDe})=>({maxRetries:t,timeout:e}),vQ=(t,e)=>{let r=t();for(let n=0;n<e;n++)r=r.catch(t);return r},iN="AWS_CONTAINER_CREDENTIALS_FULL_URI",aN="AWS_CONTAINER_CREDENTIALS_RELATIVE_URI",bQ="AWS_CONTAINER_AUTHORIZATION_TOKEN",dtr=(t={})=>{let{timeout:e,maxRetries:r}=xQ(t);return()=>vQ(async()=>{let n=await htr({logger:t.logger}),s=JSON.parse(await ptr(e,n));if(!ADe(s))throw new ec.CredentialsProviderError("Invalid response received from instance metadata service.",{logger:t.logger});return PDe(s)},r)},ptr=async(t,e)=>(process.env[bQ]&&(e.headers={...e.headers,Authorization:process.env[bQ]}),(await sR({...e,timeout:t})).toString()),mtr="169.254.170.2",ftr={localhost:!0,"127.0.0.1":!0},gtr={"http:":!0,"https:":!0},htr=async({logger:t})=>{if(process.env[aN])return{hostname:mtr,path:process.env[aN]};if(process.env[iN]){let e=atr.parse(process.env[iN]);if(!e.hostname||!(e.hostname in ftr))throw new ec.CredentialsProviderError(`${e.hostname} is not a valid container metadata service hostname`,{tryNextLink:!1,logger:t});if(!e.protocol||!(e.protocol in gtr))throw new ec.CredentialsProviderError(`${e.protocol} is not a valid container metadata service protocol`,{tryNextLink:!1,logger:t});return{...e,port:e.port?parseInt(e.port,10):void 0}}throw new ec.CredentialsProviderError(`The container metadata credential provider cannot be used unless the ${aN} or ${iN} environment variable is set`,{tryNextLink:!1,logger:t})},IQ=class t extends ec.CredentialsProviderError{tryNextLink;name="InstanceMetadataV1FallbackError";constructor(e,r=!0){super(e,r),this.tryNextLink=r,Object.setPrototypeOf(this,t.prototype)}};ss.Endpoint=void 0;(function(t){t.IPv4="http://169.254.169.254",t.IPv6="http://[fd00:ec2::254]"})(ss.Endpoint||(ss.Endpoint={}));var Str="AWS_EC2_METADATA_SERVICE_ENDPOINT",ytr="ec2_metadata_service_endpoint",Etr={environmentVariableSelector:t=>t[Str],configFileSelector:t=>t[ytr],default:void 0},Wh;(function(t){t.IPv4="IPv4",t.IPv6="IPv6"})(Wh||(Wh={}));var Ctr="AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE",_tr="ec2_metadata_service_endpoint_mode",Rtr={environmentVariableSelector:t=>t[Ctr],configFileSelector:t=>t[_tr],default:Wh.IPv4},IDe=async()=>ltr.parseUrl(await Ttr()||await Atr()),Ttr=async()=>DQ.loadConfig(Etr)(),Atr=async()=>{let t=await DQ.loadConfig(Rtr)();switch(t){case Wh.IPv4:return ss.Endpoint.IPv4;case Wh.IPv6:return ss.Endpoint.IPv6;default:throw new Error(`Unsupported endpoint mode: ${t}. Select from ${Object.values(Wh)}`)}},Ptr=300,vtr=300,btr="https://docs.aws.amazon.com/sdkref/latest/guide/feature-static-credentials.html",_De=(t,e)=>{let r=Ptr+Math.floor(Math.random()*vtr),n=new Date(Date.now()+r*1e3);e.warn(`Attempting credential expiration extension due to a credential service availability issue. A refresh of these credentials will be attempted after ${new Date(n)}.
|
|
134
|
+
For more information, please visit: `+btr);let s=t.originalExpiration??t.expiration;return{...t,...s?{originalExpiration:s}:{},expiration:n}},Itr=(t,e={})=>{let r=e?.logger||console,n;return async()=>{let s;try{s=await t(),s.expiration&&s.expiration.getTime()<Date.now()&&(s=_De(s,r))}catch(o){if(n)r.warn("Credential renew failed: ",o),s=_De(n,r);else throw o}return n=s,s}},DDe="/latest/meta-data/iam/security-credentials/",Dtr="/latest/api/token",PQ="AWS_EC2_METADATA_V1_DISABLED",RDe="ec2_metadata_v1_disabled",TDe="x-aws-ec2-metadata-token",xtr=(t={})=>Itr(wtr(t),{logger:t.logger}),wtr=(t={})=>{let e=!1,{logger:r,profile:n}=t,{timeout:s,maxRetries:o}=xQ(t),i=async(a,c)=>{if(e||c.headers?.[TDe]==null){let m=!1,h=!1,y=await DQ.loadConfig({environmentVariableSelector:C=>{let I=C[PQ];if(h=!!I&&I!=="false",I===void 0)throw new ec.CredentialsProviderError(`${PQ} not set in env, checking config file next.`,{logger:t.logger});return h},configFileSelector:C=>{let I=C[RDe];return m=!!I&&I!=="false",m},default:!1},{profile:n})();if(t.ec2MetadataV1Disabled||y){let C=[];throw t.ec2MetadataV1Disabled&&C.push("credential provider initialization (runtime option ec2MetadataV1Disabled)"),m&&C.push(`config file profile (${RDe})`),h&&C.push(`process environment variable (${PQ})`),new IQ(`AWS EC2 Metadata v1 fallback has been blocked by AWS SDK configuration in the following: [${C.join(", ")}].`)}}let f=(await vQ(async()=>{let m;try{m=await Otr(c)}catch(h){throw h.statusCode===401&&(e=!1),h}return m},a)).trim();return vQ(async()=>{let m;try{m=await ktr(f,c,t)}catch(h){throw h.statusCode===401&&(e=!1),h}return m},a)};return async()=>{let a=await IDe();if(e)return r?.debug("AWS SDK Instance Metadata","using v1 fallback (no token fetch)"),i(o,{...a,timeout:s});{let c;try{c=(await $tr({...a,timeout:s})).toString()}catch(u){if(u?.statusCode===400)throw Object.assign(u,{message:"EC2 Metadata token request returned error"});return(u.message==="TimeoutError"||[403,404,405].includes(u.statusCode))&&(e=!0),r?.debug("AWS SDK Instance Metadata","using v1 fallback (initial)"),i(o,{...a,timeout:s})}return i(o,{...a,headers:{[TDe]:c},timeout:s})}}},$tr=async t=>sR({...t,path:Dtr,method:"PUT",headers:{"x-aws-ec2-metadata-token-ttl-seconds":"21600"}}),Otr=async t=>(await sR({...t,path:DDe})).toString(),ktr=async(t,e,r)=>{let n=JSON.parse((await sR({...e,path:DDe+t})).toString());if(!ADe(n))throw new ec.CredentialsProviderError("Invalid response received from instance metadata service.",{logger:r.logger});return PDe(n)};ss.DEFAULT_MAX_RETRIES=bDe;ss.DEFAULT_TIMEOUT=vDe;ss.ENV_CMDS_AUTH_TOKEN=bQ;ss.ENV_CMDS_FULL_URI=iN;ss.ENV_CMDS_RELATIVE_URI=aN;ss.fromContainerMetadata=dtr;ss.fromInstanceMetadata=xtr;ss.getInstanceMetadataEndpoint=IDe;ss.httpRequest=sR;ss.providerConfigFromInit=xQ});var xDe=O(cN=>{"use strict";Object.defineProperty(cN,"__esModule",{value:!0});cN.checkUrl=void 0;var Ntr=rs(),Ltr="169.254.170.2",Utr="169.254.170.23",Ftr="[fd00:ec2::23]",Mtr=(t,e)=>{if(t.protocol!=="https:"&&!(t.hostname===Ltr||t.hostname===Utr||t.hostname===Ftr)){if(t.hostname.includes("[")){if(t.hostname==="[::1]"||t.hostname==="[0000:0000:0000:0000:0000:0000:0000:0001]")return}else{if(t.hostname==="localhost")return;let r=t.hostname.split("."),n=s=>{let o=parseInt(s,10);return 0<=o&&o<=255};if(r[0]==="127"&&n(r[1])&&n(r[2])&&n(r[3])&&r.length===4)return}throw new Ntr.CredentialsProviderError(`URL not accepted. It must either be HTTPS or match one of the following:
|
|
135
|
+
- loopback CIDR 127.0.0.0/8 or [::1/128]
|
|
136
|
+
- ECS container host 169.254.170.2
|
|
137
|
+
- EKS container host 169.254.170.23 or [fd00:ec2::23]`,{logger:e})}};cN.checkUrl=Mtr});var wDe=O(uN=>{"use strict";Object.defineProperty(uN,"__esModule",{value:!0});uN.createGetRequest=Htr;uN.getCredentials=Vtr;var wQ=rs(),qtr=tr(),Btr=ct(),Gtr=jO();function Htr(t){return new qtr.HttpRequest({protocol:t.protocol,hostname:t.hostname,port:Number(t.port),path:t.pathname,query:Array.from(t.searchParams.entries()).reduce((e,[r,n])=>(e[r]=n,e),{}),fragment:t.hash})}async function Vtr(t,e){let n=await(0,Gtr.sdkStreamMixin)(t.body).transformToString();if(t.statusCode===200){let s=JSON.parse(n);if(typeof s.AccessKeyId!="string"||typeof s.SecretAccessKey!="string"||typeof s.Token!="string"||typeof s.Expiration!="string")throw new wQ.CredentialsProviderError("HTTP credential provider response not of the required format, an object matching: { AccessKeyId: string, SecretAccessKey: string, Token: string, Expiration: string(rfc3339) }",{logger:e});return{accessKeyId:s.AccessKeyId,secretAccessKey:s.SecretAccessKey,sessionToken:s.Token,expiration:(0,Btr.parseRfc3339DateTime)(s.Expiration)}}if(t.statusCode>=400&&t.statusCode<500){let s={};try{s=JSON.parse(n)}catch{}throw Object.assign(new wQ.CredentialsProviderError(`Server responded with status: ${t.statusCode}`,{logger:e}),{Code:s.Code,Message:s.Message})}throw new wQ.CredentialsProviderError(`Server responded with status: ${t.statusCode}`,{logger:e})}});var $De=O(lN=>{"use strict";Object.defineProperty(lN,"__esModule",{value:!0});lN.retryWrapper=void 0;var jtr=(t,e,r)=>async()=>{for(let n=0;n<e;++n)try{return await t()}catch{await new Promise(o=>setTimeout(o,r))}return await t()};lN.retryWrapper=jtr});var NDe=O(dN=>{"use strict";Object.defineProperty(dN,"__esModule",{value:!0});dN.fromHttp=void 0;var Wtr=(Es(),J(ys)),ztr=(mi(),J(yu)),Ktr=ld(),ODe=rs(),Qtr=Wtr.__importDefault(require("fs/promises")),Ytr=xDe(),kDe=wDe(),Jtr=$De(),Xtr="AWS_CONTAINER_CREDENTIALS_RELATIVE_URI",Ztr="http://169.254.170.2",err="AWS_CONTAINER_CREDENTIALS_FULL_URI",trr="AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE",rrr="AWS_CONTAINER_AUTHORIZATION_TOKEN",nrr=(t={})=>{t.logger?.debug("@aws-sdk/credential-provider-http - fromHttp");let e,r=t.awsContainerCredentialsRelativeUri??process.env[Xtr],n=t.awsContainerCredentialsFullUri??process.env[err],s=t.awsContainerAuthorizationToken??process.env[rrr],o=t.awsContainerAuthorizationTokenFile??process.env[trr],i=t.logger?.constructor?.name==="NoOpLogger"||!t.logger?.warn?console.warn:t.logger.warn.bind(t.logger);if(r&&n&&(i("@aws-sdk/credential-provider-http: you have set both awsContainerCredentialsRelativeUri and awsContainerCredentialsFullUri."),i("awsContainerCredentialsFullUri will take precedence.")),s&&o&&(i("@aws-sdk/credential-provider-http: you have set both awsContainerAuthorizationToken and awsContainerAuthorizationTokenFile."),i("awsContainerAuthorizationToken will take precedence.")),n)e=n;else if(r)e=`${Ztr}${r}`;else throw new ODe.CredentialsProviderError(`No HTTP credential provider host provided.
|
|
138
|
+
Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI.`,{logger:t.logger});let a=new URL(e);(0,Ytr.checkUrl)(a,t.logger);let c=Ktr.NodeHttpHandler.create({requestTimeout:t.timeout??1e3,connectionTimeout:t.timeout??1e3});return(0,Jtr.retryWrapper)(async()=>{let u=(0,kDe.createGetRequest)(a);s?u.headers.Authorization=s:o&&(u.headers.Authorization=(await Qtr.default.readFile(o)).toString());try{let f=await c.handle(u);return(0,kDe.getCredentials)(f.response).then(m=>(0,ztr.setCredentialFeature)(m,"CREDENTIALS_HTTP","z"))}catch(f){throw new ODe.CredentialsProviderError(String(f),{logger:t.logger})}},t.maxRetries??3,t.timeout??1e3)};dN.fromHttp=nrr});var $Q=O(pN=>{"use strict";Object.defineProperty(pN,"__esModule",{value:!0});pN.fromHttp=void 0;var srr=NDe();Object.defineProperty(pN,"fromHttp",{enumerable:!0,get:function(){return srr.fromHttp}})});function orr(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"sso-oauth",region:t.region},propertiesExtractor:(e,r)=>({signingProperties:{config:e,context:r}})}}function irr(t){return{schemeId:"smithy.api#noAuth"}}var iR,LDe,UDe,FDe,OQ=R(()=>{$n();iR=T($s()),LDe=async(t,e,r)=>({operation:(0,iR.getSmithyContext)(e).operation,region:await(0,iR.normalizeProvider)(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});UDe=t=>{let e=[];switch(t.operation){case"CreateToken":{e.push(irr(t));break}default:e.push(orr(t))}return e},FDe=t=>{let e=Eu(t);return Object.assign(e,{authSchemePreference:(0,iR.normalizeProvider)(t.authSchemePreference??[])})}});var MDe,qDe,kQ=R(()=>{MDe=t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"sso-oauth"}),qDe={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}}});var zh,mN=R(()=>{zh={name:"@aws-sdk/nested-clients",version:"3.965.0",description:"Nested clients for AWS SDK packages.",main:"./dist-cjs/index.js",module:"./dist-es/index.js",types:"./dist-types/index.d.ts",scripts:{build:"yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline nested-clients","build:es":"tsc -p tsconfig.es.json","build:include:deps":'yarn g:turbo run build -F="$npm_package_name"',"build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4",clean:"rimraf ./dist-* && rimraf *.tsbuildinfo",lint:"node ../../scripts/validation/submodules-linter.js --pkg nested-clients",test:"yarn g:vitest run","test:watch":"yarn g:vitest watch"},engines:{node:">=18.0.0"},sideEffects:!1,author:{name:"AWS SDK for JavaScript Team",url:"https://aws.amazon.com/javascript/"},license:"Apache-2.0",dependencies:{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"3.965.0","@aws-sdk/middleware-host-header":"3.965.0","@aws-sdk/middleware-logger":"3.965.0","@aws-sdk/middleware-recursion-detection":"3.965.0","@aws-sdk/middleware-user-agent":"3.965.0","@aws-sdk/region-config-resolver":"3.965.0","@aws-sdk/types":"3.965.0","@aws-sdk/util-endpoints":"3.965.0","@aws-sdk/util-user-agent-browser":"3.965.0","@aws-sdk/util-user-agent-node":"3.965.0","@smithy/config-resolver":"^4.4.5","@smithy/core":"^3.20.0","@smithy/fetch-http-handler":"^5.3.8","@smithy/hash-node":"^4.2.7","@smithy/invalid-dependency":"^4.2.7","@smithy/middleware-content-length":"^4.2.7","@smithy/middleware-endpoint":"^4.4.1","@smithy/middleware-retry":"^4.4.17","@smithy/middleware-serde":"^4.2.8","@smithy/middleware-stack":"^4.2.7","@smithy/node-config-provider":"^4.3.7","@smithy/node-http-handler":"^4.4.7","@smithy/protocol-http":"^5.3.7","@smithy/smithy-client":"^4.10.2","@smithy/types":"^4.11.0","@smithy/url-parser":"^4.2.7","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.16","@smithy/util-defaults-mode-node":"^4.2.19","@smithy/util-endpoints":"^3.2.7","@smithy/util-middleware":"^4.2.7","@smithy/util-retry":"^4.2.7","@smithy/util-utf8":"^4.2.0",tslib:"^2.6.2"},devDependencies:{concurrently:"7.0.0","downlevel-dts":"0.10.1",rimraf:"5.0.10",typescript:"~5.8.3"},typesVersions:{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},files:["./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sts.d.ts","./sts.js","dist-*/**"],browser:{"./dist-es/submodules/signin/runtimeConfig":"./dist-es/submodules/signin/runtimeConfig.browser","./dist-es/submodules/sso-oidc/runtimeConfig":"./dist-es/submodules/sso-oidc/runtimeConfig.browser","./dist-es/submodules/sts/runtimeConfig":"./dist-es/submodules/sts/runtimeConfig.browser"},"react-native":{},homepage:"https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients",repository:{type:"git",url:"https://github.com/aws/aws-sdk-js-v3.git",directory:"packages/nested-clients"},exports:{"./package.json":"./package.json","./sso-oidc":{types:"./dist-types/submodules/sso-oidc/index.d.ts",module:"./dist-es/submodules/sso-oidc/index.js",node:"./dist-cjs/submodules/sso-oidc/index.js",import:"./dist-es/submodules/sso-oidc/index.js",require:"./dist-cjs/submodules/sso-oidc/index.js"},"./sts":{types:"./dist-types/submodules/sts/index.d.ts",module:"./dist-es/submodules/sts/index.js",node:"./dist-cjs/submodules/sts/index.js",import:"./dist-es/submodules/sts/index.js",require:"./dist-cjs/submodules/sts/index.js"},"./signin":{types:"./dist-types/submodules/signin/index.d.ts",module:"./dist-es/submodules/signin/index.js",node:"./dist-cjs/submodules/signin/index.js",import:"./dist-es/submodules/signin/index.js",require:"./dist-cjs/submodules/signin/index.js"}}}});var Kh=O(qm=>{"use strict";var BDe=require("os"),NQ=require("process"),crr=Um(),GDe={isCrtAvailable:!1},urr=()=>GDe.isCrtAvailable?["md/crt-avail"]:null,HDe=({serviceId:t,clientVersion:e})=>async r=>{let n=[["aws-sdk-js",e],["ua","2.1"],[`os/${BDe.platform()}`,BDe.release()],["lang/js"],["md/nodejs",`${NQ.versions.node}`]],s=urr();s&&n.push(s),t&&n.push([`api/${t}`,e]),NQ.env.AWS_EXECUTION_ENV&&n.push([`exec-env/${NQ.env.AWS_EXECUTION_ENV}`]);let o=await r?.userAgentAppId?.();return o?[...n,[`app/${o}`]]:[...n]},lrr=HDe,VDe="AWS_SDK_UA_APP_ID",jDe="sdk_ua_app_id",drr="sdk-ua-app-id",prr={environmentVariableSelector:t=>t[VDe],configFileSelector:t=>t[jDe]??t[drr],default:crr.DEFAULT_UA_APP_ID};qm.NODE_APP_ID_CONFIG_OPTIONS=prr;qm.UA_APP_ID_ENV_NAME=VDe;qm.UA_APP_ID_INI_NAME=jDe;qm.createDefaultUserAgentProvider=HDe;qm.crtAvailability=GDe;qm.defaultUserAgent=lrr});var Qh=O(KDe=>{"use strict";var LQ=ya(),mrr=He(),frr=require("buffer"),WDe=require("crypto"),UQ=class{algorithmIdentifier;secret;hash;constructor(e,r){this.algorithmIdentifier=e,this.secret=r,this.reset()}update(e,r){this.hash.update(mrr.toUint8Array(zDe(e,r)))}digest(){return Promise.resolve(this.hash.digest())}reset(){this.hash=this.secret?WDe.createHmac(this.algorithmIdentifier,zDe(this.secret)):WDe.createHash(this.algorithmIdentifier)}};function zDe(t,e){return frr.Buffer.isBuffer(t)?t:typeof t=="string"?LQ.fromString(t,e):ArrayBuffer.isView(t)?LQ.fromArrayBuffer(t.buffer,t.byteOffset,t.byteLength):LQ.fromArrayBuffer(t)}KDe.Hash=UQ});var Yh=O(XDe=>{"use strict";var grr=co(),QDe=Xa(),hrr=rs(),Srr="AWS_EXECUTION_ENV",YDe="AWS_REGION",JDe="AWS_DEFAULT_REGION",yrr="AWS_EC2_METADATA_DISABLED",Err=["in-region","cross-region","mobile","standard","legacy"],Crr="/latest/meta-data/placement/region",_rr="AWS_DEFAULTS_MODE",Rrr="defaults_mode",Trr={environmentVariableSelector:t=>t[_rr],configFileSelector:t=>t[Rrr],default:"legacy"},Arr=({region:t=QDe.loadConfig(grr.NODE_REGION_CONFIG_OPTIONS),defaultsMode:e=QDe.loadConfig(Trr)}={})=>hrr.memoize(async()=>{let r=typeof e=="function"?await e():e;switch(r?.toLowerCase()){case"auto":return Prr(t);case"in-region":case"cross-region":case"mobile":case"standard":case"legacy":return Promise.resolve(r?.toLocaleLowerCase());case void 0:return Promise.resolve("legacy");default:throw new Error(`Invalid parameter for "defaultsMode", expect ${Err.join(", ")}, got ${r}`)}}),Prr=async t=>{if(t){let e=typeof t=="function"?await t():t,r=await vrr();return r?e===r?"in-region":"cross-region":"standard"}return"standard"},vrr=async()=>{if(process.env[Srr]&&(process.env[YDe]||process.env[JDe]))return process.env[YDe]??process.env[JDe];if(!process.env[yrr])try{let{getInstanceMetadataEndpoint:t,httpRequest:e}=await Promise.resolve().then(()=>T(oR())),r=await t();return(await e({...r,path:Crr})).toString()}catch{}};XDe.resolveDefaultsModeConfig=Arr});var cxe,hi,ZDe,aR,Jh,Xh,vu,FQ,MQ,exe,txe,rxe,uxe,lxe,gi,nxe,dxe,sxe,oxe,ixe,axe,brr,pxe,mxe=R(()=>{cxe="required",hi="argv",ZDe="isSet",aR="booleanEquals",Jh="error",Xh="endpoint",vu="tree",FQ="PartitionResult",MQ="getAttr",exe={[cxe]:!1,type:"string"},txe={[cxe]:!0,default:!1,type:"boolean"},rxe={ref:"Endpoint"},uxe={fn:aR,[hi]:[{ref:"UseFIPS"},!0]},lxe={fn:aR,[hi]:[{ref:"UseDualStack"},!0]},gi={},nxe={fn:MQ,[hi]:[{ref:FQ},"supportsFIPS"]},dxe={ref:FQ},sxe={fn:aR,[hi]:[!0,{fn:MQ,[hi]:[dxe,"supportsDualStack"]}]},oxe=[uxe],ixe=[lxe],axe=[{ref:"Region"}],brr={version:"1.0",parameters:{Region:exe,UseDualStack:txe,UseFIPS:txe,Endpoint:exe},rules:[{conditions:[{fn:ZDe,[hi]:[rxe]}],rules:[{conditions:oxe,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:Jh},{conditions:ixe,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:Jh},{endpoint:{url:rxe,properties:gi,headers:gi},type:Xh}],type:vu},{conditions:[{fn:ZDe,[hi]:axe}],rules:[{conditions:[{fn:"aws.partition",[hi]:axe,assign:FQ}],rules:[{conditions:[uxe,lxe],rules:[{conditions:[{fn:aR,[hi]:[!0,nxe]},sxe],rules:[{endpoint:{url:"https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:gi,headers:gi},type:Xh}],type:vu},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:Jh}],type:vu},{conditions:oxe,rules:[{conditions:[{fn:aR,[hi]:[nxe,!0]}],rules:[{conditions:[{fn:"stringEquals",[hi]:[{fn:MQ,[hi]:[dxe,"name"]},"aws-us-gov"]}],endpoint:{url:"https://oidc.{Region}.amazonaws.com",properties:gi,headers:gi},type:Xh},{endpoint:{url:"https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}",properties:gi,headers:gi},type:Xh}],type:vu},{error:"FIPS is enabled but this partition does not support FIPS",type:Jh}],type:vu},{conditions:ixe,rules:[{conditions:[sxe],rules:[{endpoint:{url:"https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:gi,headers:gi},type:Xh}],type:vu},{error:"DualStack is enabled but this partition does not support DualStack",type:Jh}],type:vu},{endpoint:{url:"https://oidc.{Region}.{PartitionResult#dnsSuffix}",properties:gi,headers:gi},type:Xh}],type:vu}],type:vu},{error:"Invalid Configuration: Missing Region",type:Jh}]},pxe=brr});var fxe,Zh,Irr,gxe,hxe=R(()=>{fxe=T($m()),Zh=T(md());mxe();Irr=new Zh.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS"]}),gxe=(t,e={})=>Irr.get(t,()=>(0,Zh.resolveEndpoint)(pxe,{endpointParams:t,logger:e.logger}));Zh.customEndpointFunctions.aws=fxe.awsEndpointFunctions});var Sxe,yxe,fN,gN,Exe,Cxe=R(()=>{$n();Lm();Zn();Sxe=T(ct()),yxe=T(Su()),fN=T(De()),gN=T(He());OQ();hxe();Exe=t=>({apiVersion:"2019-06-10",base64Decoder:t?.base64Decoder??fN.fromBase64,base64Encoder:t?.base64Encoder??fN.toBase64,disableHostPrefix:t?.disableHostPrefix??!1,endpointProvider:t?.endpointProvider??gxe,extensions:t?.extensions??[],httpAuthSchemeProvider:t?.httpAuthSchemeProvider??UDe,httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new ts},{schemeId:"smithy.api#noAuth",identityProvider:e=>e.getIdentityProvider("smithy.api#noAuth")||(async()=>({})),signer:new Ki}],logger:t?.logger??new Sxe.NoOpLogger,protocol:t?.protocol??vd,protocolSettings:t?.protocolSettings??{defaultNamespace:"com.amazonaws.ssooidc",version:"2019-06-10",serviceTarget:"AWSSSOOIDCService"},serviceId:t?.serviceId??"SSO OIDC",urlParser:t?.urlParser??yxe.parseUrl,utf8Decoder:t?.utf8Decoder??gN.fromUtf8,utf8Encoder:t?.utf8Encoder??gN.toUtf8})});var hN,Ud,_xe,SN,Ld,yN,EN,Rxe,Txe,Axe,Pxe,vxe=R(()=>{mN();$n();hN=T(Kh()),Ud=T(co()),_xe=T(Qh()),SN=T(Yi()),Ld=T(Xa()),yN=T(ld()),EN=T(ct()),Rxe=T(Cn()),Txe=T(Yh()),Axe=T(Mm());Cxe();Pxe=t=>{(0,EN.emitWarningIfUnsupportedVersion)(process.version);let e=(0,Txe.resolveDefaultsModeConfig)(t),r=()=>e().then(EN.loadConfigsForDefaultMode),n=Exe(t);fd(process.version);let s={profile:t?.profile,logger:n.logger};return{...n,...t,runtime:"node",defaultsMode:e,authSchemePreference:t?.authSchemePreference??(0,Ld.loadConfig)(hd,s),bodyLengthChecker:t?.bodyLengthChecker??Rxe.calculateBodyLength,defaultUserAgentProvider:t?.defaultUserAgentProvider??(0,hN.createDefaultUserAgentProvider)({serviceId:n.serviceId,clientVersion:zh.version}),maxAttempts:t?.maxAttempts??(0,Ld.loadConfig)(SN.NODE_MAX_ATTEMPT_CONFIG_OPTIONS,t),region:t?.region??(0,Ld.loadConfig)(Ud.NODE_REGION_CONFIG_OPTIONS,{...Ud.NODE_REGION_CONFIG_FILE_OPTIONS,...s}),requestHandler:yN.NodeHttpHandler.create(t?.requestHandler??r),retryMode:t?.retryMode??(0,Ld.loadConfig)({...SN.NODE_RETRY_MODE_CONFIG_OPTIONS,default:async()=>(await r()).retryMode||Axe.DEFAULT_RETRY_MODE},t),sha256:t?.sha256??_xe.Hash.bind(null,"sha256"),streamCollector:t?.streamCollector??yN.streamCollector,useDualstackEndpoint:t?.useDualstackEndpoint??(0,Ld.loadConfig)(Ud.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,s),useFipsEndpoint:t?.useFipsEndpoint??(0,Ld.loadConfig)(Ud.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,s),userAgentAppId:t?.userAgentAppId??(0,Ld.loadConfig)(hN.NODE_APP_ID_CONFIG_OPTIONS,s)}}});var Ixe=O(eS=>{"use strict";Object.defineProperty(eS,"__esModule",{value:!0});eS.warning=void 0;eS.stsRegionDefaultResolver=xrr;var bxe=co(),Drr=Xa();function xrr(t={}){return(0,Drr.loadConfig)({...bxe.NODE_REGION_CONFIG_OPTIONS,async default(){return eS.warning.silence||console.warn("@aws-sdk - WARN - default STS region of us-east-1 used. See @aws-sdk/credential-providers README and set a region explicitly."),"us-east-1"}},{...bxe.NODE_REGION_CONFIG_FILE_OPTIONS,...t})}eS.warning={silence:!1}});var Bm=O(tc=>{"use strict";var Dxe=Ixe(),cR=co(),wrr=t=>({setRegion(e){t.region=e},region(){return t.region}}),$rr=t=>({region:t.region()});Object.defineProperty(tc,"NODE_REGION_CONFIG_FILE_OPTIONS",{enumerable:!0,get:function(){return cR.NODE_REGION_CONFIG_FILE_OPTIONS}});Object.defineProperty(tc,"NODE_REGION_CONFIG_OPTIONS",{enumerable:!0,get:function(){return cR.NODE_REGION_CONFIG_OPTIONS}});Object.defineProperty(tc,"REGION_ENV_NAME",{enumerable:!0,get:function(){return cR.REGION_ENV_NAME}});Object.defineProperty(tc,"REGION_INI_NAME",{enumerable:!0,get:function(){return cR.REGION_INI_NAME}});Object.defineProperty(tc,"resolveRegionConfig",{enumerable:!0,get:function(){return cR.resolveRegionConfig}});tc.getAwsRegionExtensionConfiguration=wrr;tc.resolveAwsRegionExtensionConfiguration=$rr;Object.keys(Dxe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(tc,t)&&Object.defineProperty(tc,t,{enumerable:!0,get:function(){return Dxe[t]}})})});var xxe,wxe,$xe=R(()=>{xxe=t=>{let e=t.httpAuthSchemes,r=t.httpAuthSchemeProvider,n=t.credentials;return{setHttpAuthScheme(s){let o=e.findIndex(i=>i.schemeId===s.schemeId);o===-1?e.push(s):e.splice(o,1,s)},httpAuthSchemes(){return e},setHttpAuthSchemeProvider(s){r=s},httpAuthSchemeProvider(){return r},setCredentials(s){n=s},credentials(){return n}}},wxe=t=>({httpAuthSchemes:t.httpAuthSchemes(),httpAuthSchemeProvider:t.httpAuthSchemeProvider(),credentials:t.credentials()})});var CN,_N,RN,Oxe,kxe=R(()=>{CN=T(Bm()),_N=T(tr()),RN=T(ct());$xe();Oxe=(t,e)=>{let r=Object.assign((0,CN.getAwsRegionExtensionConfiguration)(t),(0,RN.getDefaultExtensionConfiguration)(t),(0,_N.getHttpHandlerExtensionConfiguration)(t),xxe(t));return e.forEach(n=>n.configure(r)),Object.assign(t,(0,CN.resolveAwsRegionExtensionConfiguration)(r),(0,RN.resolveDefaultRuntimeConfig)(r),(0,_N.resolveHttpHandlerRuntimeConfig)(r),wxe(r))}});var TN,Nxe,Lxe,AN,Uxe,Fxe,Mxe,PN,qQ,uR,BQ=R(()=>{TN=T(Sh()),Nxe=T(yh()),Lxe=T(Eh()),AN=T(Um()),Uxe=T(co());Zn();vt();Fxe=T(Hh()),Mxe=T(Za()),PN=T(Yi()),qQ=T(ct());OQ();kQ();vxe();kxe();uR=class extends qQ.Client{config;constructor(...[e]){let r=Pxe(e||{});super(r),this.initConfig=r;let n=MDe(r),s=(0,AN.resolveUserAgentConfig)(n),o=(0,PN.resolveRetryConfig)(s),i=(0,Uxe.resolveRegionConfig)(o),a=(0,TN.resolveHostHeaderConfig)(i),c=(0,Mxe.resolveEndpointConfig)(a),u=FDe(c),f=Oxe(u,e?.extensions||[]);this.config=f,this.middlewareStack.use(Tm(this.config)),this.middlewareStack.use((0,AN.getUserAgentPlugin)(this.config)),this.middlewareStack.use((0,PN.getRetryPlugin)(this.config)),this.middlewareStack.use((0,Fxe.getContentLengthPlugin)(this.config)),this.middlewareStack.use((0,TN.getHostHeaderPlugin)(this.config)),this.middlewareStack.use((0,Nxe.getLoggerPlugin)(this.config)),this.middlewareStack.use((0,Lxe.getRecursionDetectionPlugin)(this.config)),this.middlewareStack.use(_m(this.config,{httpAuthSchemeParametersProvider:LDe,identityProviderConfigProvider:async m=>new hu({"aws.auth#sigv4":m.credentials})})),this.middlewareStack.use(Rm(this.config))}destroy(){super.destroy()}}});var qxe,An,vN=R(()=>{qxe=T(ct()),An=class t extends qxe.ServiceException{constructor(e){super(e),Object.setPrototypeOf(this,t.prototype)}}});var lR,dR,pR,mR,fR,gR,hR,SR,yR,ER,CR,GQ=R(()=>{vN();lR=class t extends An{name="AccessDeniedException";$fault="client";error;reason;error_description;constructor(e){super({name:"AccessDeniedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.reason=e.reason,this.error_description=e.error_description}},dR=class t extends An{name="AuthorizationPendingException";$fault="client";error;error_description;constructor(e){super({name:"AuthorizationPendingException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},pR=class t extends An{name="ExpiredTokenException";$fault="client";error;error_description;constructor(e){super({name:"ExpiredTokenException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},mR=class t extends An{name="InternalServerException";$fault="server";error;error_description;constructor(e){super({name:"InternalServerException",$fault:"server",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},fR=class t extends An{name="InvalidClientException";$fault="client";error;error_description;constructor(e){super({name:"InvalidClientException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},gR=class t extends An{name="InvalidGrantException";$fault="client";error;error_description;constructor(e){super({name:"InvalidGrantException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},hR=class t extends An{name="InvalidRequestException";$fault="client";error;reason;error_description;constructor(e){super({name:"InvalidRequestException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.reason=e.reason,this.error_description=e.error_description}},SR=class t extends An{name="InvalidScopeException";$fault="client";error;error_description;constructor(e){super({name:"InvalidScopeException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},yR=class t extends An{name="SlowDownException";$fault="client";error;error_description;constructor(e){super({name:"SlowDownException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},ER=class t extends An{name="UnauthorizedClientException";$fault="client";error;error_description;constructor(e){super({name:"UnauthorizedClientException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},CR=class t extends An{name="UnsupportedGrantTypeException";$fault="client";error;error_description;constructor(e){super({name:"UnsupportedGrantTypeException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}}});var Orr,krr,Nrr,Lrr,Urr,Frr,Mrr,qrr,Brr,Grr,Hrr,Vrr,jrr,Wrr,zrr,Krr,Qrr,Yrr,Jrr,Xrr,rc,Zrr,enr,tnr,rnr,nnr,Mr,snr,Ji,onr,inr,Xi,anr,Bxe,Gxe,cnr,unr,lnr,Hxe,dnr,xt,pnr,mnr,fnr,gnr,Vxe,jxe,Wxe,zxe,Kxe,Qxe,Yxe,Jxe,Xxe,Zxe,ewe,twe,rwe,nwe,swe,HQ,VQ=R(()=>{vt();GQ();vN();Orr="AccessDeniedException",krr="AuthorizationPendingException",Nrr="AccessToken",Lrr="ClientSecret",Urr="CreateToken",Frr="CreateTokenRequest",Mrr="CreateTokenResponse",qrr="CodeVerifier",Brr="ExpiredTokenException",Grr="InvalidClientException",Hrr="InvalidGrantException",Vrr="InvalidRequestException",jrr="InternalServerException",Wrr="InvalidScopeException",zrr="IdToken",Krr="RefreshToken",Qrr="SlowDownException",Yrr="UnauthorizedClientException",Jrr="UnsupportedGrantTypeException",Xrr="accessToken",rc="client",Zrr="clientId",enr="clientSecret",tnr="codeVerifier",rnr="code",nnr="deviceCode",Mr="error",snr="expiresIn",Ji="error_description",onr="grantType",inr="http",Xi="httpError",anr="idToken",Bxe="reason",Gxe="refreshToken",cnr="redirectUri",unr="scope",lnr="server",Hxe="smithy.ts.sdk.synthetic.com.amazonaws.ssooidc",dnr="tokenType",xt="com.amazonaws.ssooidc",pnr=[0,xt,Nrr,8,0],mnr=[0,xt,Lrr,8,0],fnr=[0,xt,qrr,8,0],gnr=[0,xt,zrr,8,0],Vxe=[0,xt,Krr,8,0],jxe=[-3,xt,Orr,{[Mr]:rc,[Xi]:400},[Mr,Bxe,Ji],[0,0,0]];We.for(xt).registerError(jxe,lR);Wxe=[-3,xt,krr,{[Mr]:rc,[Xi]:400},[Mr,Ji],[0,0]];We.for(xt).registerError(Wxe,dR);zxe=[3,xt,Frr,0,[Zrr,enr,onr,nnr,rnr,Gxe,unr,cnr,tnr],[0,[()=>mnr,0],0,0,0,[()=>Vxe,0],64,0,[()=>fnr,0]]],Kxe=[3,xt,Mrr,0,[Xrr,dnr,snr,Gxe,anr],[[()=>pnr,0],0,1,[()=>Vxe,0],[()=>gnr,0]]],Qxe=[-3,xt,Brr,{[Mr]:rc,[Xi]:400},[Mr,Ji],[0,0]];We.for(xt).registerError(Qxe,pR);Yxe=[-3,xt,jrr,{[Mr]:lnr,[Xi]:500},[Mr,Ji],[0,0]];We.for(xt).registerError(Yxe,mR);Jxe=[-3,xt,Grr,{[Mr]:rc,[Xi]:401},[Mr,Ji],[0,0]];We.for(xt).registerError(Jxe,fR);Xxe=[-3,xt,Hrr,{[Mr]:rc,[Xi]:400},[Mr,Ji],[0,0]];We.for(xt).registerError(Xxe,gR);Zxe=[-3,xt,Vrr,{[Mr]:rc,[Xi]:400},[Mr,Bxe,Ji],[0,0,0]];We.for(xt).registerError(Zxe,hR);ewe=[-3,xt,Wrr,{[Mr]:rc,[Xi]:400},[Mr,Ji],[0,0]];We.for(xt).registerError(ewe,SR);twe=[-3,xt,Qrr,{[Mr]:rc,[Xi]:400},[Mr,Ji],[0,0]];We.for(xt).registerError(twe,yR);rwe=[-3,xt,Yrr,{[Mr]:rc,[Xi]:400},[Mr,Ji],[0,0]];We.for(xt).registerError(rwe,ER);nwe=[-3,xt,Jrr,{[Mr]:rc,[Xi]:400},[Mr,Ji],[0,0]];We.for(xt).registerError(nwe,CR);swe=[-3,Hxe,"SSOOIDCServiceException",0,[],[]];We.for(Hxe).registerError(swe,An);HQ=[9,xt,Urr,{[inr]:["POST","/token",200]},()=>zxe,()=>Kxe]});var owe,jQ,_R,WQ=R(()=>{owe=T(Za()),jQ=T(ct());kQ();VQ();_R=class extends jQ.Command.classBuilder().ep(qDe).m(function(e,r,n,s){return[(0,owe.getEndpointPlugin)(n,e.getEndpointParameterInstructions())]}).s("AWSSSOOIDCService","CreateToken",{}).n("SSOOIDCClient","CreateTokenCommand").sc(HQ).build(){}});var iwe,hnr,bN,awe=R(()=>{iwe=T(ct());WQ();BQ();hnr={CreateTokenCommand:_R},bN=class extends uR{};(0,iwe.createAggregatedClient)(hnr,bN)});var cwe=R(()=>{WQ()});var Snr,ynr,uwe=R(()=>{Snr={KMS_ACCESS_DENIED:"KMS_AccessDeniedException"},ynr={KMS_DISABLED_KEY:"KMS_DisabledException",KMS_INVALID_KEY_USAGE:"KMS_InvalidKeyUsageException",KMS_INVALID_STATE:"KMS_InvalidStateException",KMS_KEY_NOT_FOUND:"KMS_NotFoundException"}});var lwe=R(()=>{});var zQ={};st(zQ,{$Command:()=>jQ.Command,AccessDeniedException:()=>lR,AccessDeniedException$:()=>jxe,AccessDeniedExceptionReason:()=>Snr,AuthorizationPendingException:()=>dR,AuthorizationPendingException$:()=>Wxe,CreateToken$:()=>HQ,CreateTokenCommand:()=>_R,CreateTokenRequest$:()=>zxe,CreateTokenResponse$:()=>Kxe,ExpiredTokenException:()=>pR,ExpiredTokenException$:()=>Qxe,InternalServerException:()=>mR,InternalServerException$:()=>Yxe,InvalidClientException:()=>fR,InvalidClientException$:()=>Jxe,InvalidGrantException:()=>gR,InvalidGrantException$:()=>Xxe,InvalidRequestException:()=>hR,InvalidRequestException$:()=>Zxe,InvalidRequestExceptionReason:()=>ynr,InvalidScopeException:()=>SR,InvalidScopeException$:()=>ewe,SSOOIDC:()=>bN,SSOOIDCClient:()=>uR,SSOOIDCServiceException:()=>An,SSOOIDCServiceException$:()=>swe,SlowDownException:()=>yR,SlowDownException$:()=>twe,UnauthorizedClientException:()=>ER,UnauthorizedClientException$:()=>rwe,UnsupportedGrantTypeException:()=>CR,UnsupportedGrantTypeException$:()=>nwe,__Client:()=>qQ.Client});var KQ=R(()=>{BQ();awe();cwe();VQ();uwe();GQ();lwe();vN()});var fwe=O(TR=>{"use strict";var Enr=(mi(),J(yu)),Cnr=(f5(),J(ebe)),xo=rs(),RR=Ja(),_nr=require("fs"),Rnr=({logger:t,signingName:e}={})=>async()=>{if(t?.debug?.("@aws-sdk/token-providers - fromEnvSigningName"),!e)throw new xo.TokenProviderError("Please pass 'signingName' to compute environment variable key",{logger:t});let r=Cnr.getBearerTokenEnvKey(e);if(!(r in process.env))throw new xo.TokenProviderError(`Token not present in '${r}' environment variable`,{logger:t});let n={token:process.env[r]};return Enr.setTokenFeature(n,"BEARER_SERVICE_ENV_VARS","3"),n},Tnr=300*1e3,QQ="To refresh this SSO session run 'aws sso login' with the corresponding profile.",Anr=async(t,e={},r)=>{let{SSOOIDCClient:n}=await Promise.resolve().then(()=>(KQ(),zQ)),s=i=>e.clientConfig?.[i]??e.parentClientConfig?.[i]??r?.[i];return new n(Object.assign({},e.clientConfig??{},{region:t??e.clientConfig?.region,logger:s("logger"),userAgentAppId:s("userAgentAppId")}))},Pnr=async(t,e,r={},n)=>{let{CreateTokenCommand:s}=await Promise.resolve().then(()=>(KQ(),zQ));return(await Anr(e,r,n)).send(new s({clientId:t.clientId,clientSecret:t.clientSecret,refreshToken:t.refreshToken,grantType:"refresh_token"}))},dwe=t=>{if(t.expiration&&t.expiration.getTime()<Date.now())throw new xo.TokenProviderError(`Token is expired. ${QQ}`,!1)},Gm=(t,e,r=!1)=>{if(typeof e>"u")throw new xo.TokenProviderError(`Value not present for '${t}' in SSO Token${r?". Cannot refresh":""}. ${QQ}`,!1)},{writeFile:vnr}=_nr.promises,bnr=(t,e)=>{let r=RR.getSSOTokenFilepath(t),n=JSON.stringify(e,null,2);return vnr(r,n)},pwe=new Date(0),mwe=(t={})=>async({callerClientConfig:e}={})=>{t.logger?.debug("@aws-sdk/token-providers - fromSso");let r=await RR.parseKnownFiles(t),n=RR.getProfileName({profile:t.profile??e?.profile}),s=r[n];if(s){if(!s.sso_session)throw new xo.TokenProviderError(`Profile '${n}' is missing required property 'sso_session'.`)}else throw new xo.TokenProviderError(`Profile '${n}' could not be found in shared credentials file.`,!1);let o=s.sso_session,a=(await RR.loadSsoSessionData(t))[o];if(!a)throw new xo.TokenProviderError(`Sso session '${o}' could not be found in shared credentials file.`,!1);for(let y of["sso_start_url","sso_region"])if(!a[y])throw new xo.TokenProviderError(`Sso session '${o}' is missing required property '${y}'.`,!1);a.sso_start_url;let c=a.sso_region,u;try{u=await RR.getSSOTokenFromFile(o)}catch{throw new xo.TokenProviderError(`The SSO session token associated with profile=${n} was not found or is invalid. ${QQ}`,!1)}Gm("accessToken",u.accessToken),Gm("expiresAt",u.expiresAt);let{accessToken:f,expiresAt:m}=u,h={token:f,expiration:new Date(m)};if(h.expiration.getTime()-Date.now()>Tnr)return h;if(Date.now()-pwe.getTime()<30*1e3)return dwe(h),h;Gm("clientId",u.clientId,!0),Gm("clientSecret",u.clientSecret,!0),Gm("refreshToken",u.refreshToken,!0);try{pwe.setTime(Date.now());let y=await Pnr(u,c,t,e);Gm("accessToken",y.accessToken),Gm("expiresIn",y.expiresIn);let C=new Date(Date.now()+y.expiresIn*1e3);try{await bnr(o,{...u,accessToken:y.accessToken,expiresAt:C.toISOString(),refreshToken:y.refreshToken})}catch{}return{token:y.accessToken,expiration:C}}catch{return dwe(h),h}},Inr=({token:t,logger:e})=>async()=>{if(e?.debug("@aws-sdk/token-providers - fromStatic"),!t||!t.token)throw new xo.TokenProviderError("Please pass a valid token to fromStatic",!1);return t},Dnr=(t={})=>xo.memoize(xo.chain(mwe(t),async()=>{throw new xo.TokenProviderError("Could not load token from any providers",!1)}),e=>e.expiration!==void 0&&e.expiration.getTime()-Date.now()<3e5,e=>e.expiration!==void 0);TR.fromEnvSigningName=Rnr;TR.fromSso=mwe;TR.fromStatic=Inr;TR.nodeProvider=Dnr});var JQ=O(Fd=>{"use strict";Object.defineProperty(Fd,"__esModule",{value:!0});Fd.resolveHttpAuthSchemeConfig=Fd.defaultSSOHttpAuthSchemeProvider=Fd.defaultSSOHttpAuthSchemeParametersProvider=void 0;var xnr=($n(),J(Dd)),YQ=$s(),wnr=async(t,e,r)=>({operation:(0,YQ.getSmithyContext)(e).operation,region:await(0,YQ.normalizeProvider)(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});Fd.defaultSSOHttpAuthSchemeParametersProvider=wnr;function $nr(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"awsssoportal",region:t.region},propertiesExtractor:(e,r)=>({signingProperties:{config:e,context:r}})}}function IN(t){return{schemeId:"smithy.api#noAuth"}}var Onr=t=>{let e=[];switch(t.operation){case"GetRoleCredentials":{e.push(IN(t));break}case"ListAccountRoles":{e.push(IN(t));break}case"ListAccounts":{e.push(IN(t));break}case"Logout":{e.push(IN(t));break}default:e.push($nr(t))}return e};Fd.defaultSSOHttpAuthSchemeProvider=Onr;var knr=t=>{let e=(0,xnr.resolveAwsSdkSigV4Config)(t);return Object.assign(e,{authSchemePreference:(0,YQ.normalizeProvider)(t.authSchemePreference??[])})};Fd.resolveHttpAuthSchemeConfig=knr});var gwe=O((m5r,Nnr)=>{Nnr.exports={name:"@aws-sdk/client-sso",description:"AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",version:"3.965.0",scripts:{build:"concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline client-sso","build:es":"tsc -p tsconfig.es.json","build:include:deps":'yarn g:turbo run build -F="$npm_package_name"',"build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4",clean:"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo sso","test:index":"tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"},main:"./dist-cjs/index.js",types:"./dist-types/index.d.ts",module:"./dist-es/index.js",sideEffects:!1,dependencies:{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"3.965.0","@aws-sdk/middleware-host-header":"3.965.0","@aws-sdk/middleware-logger":"3.965.0","@aws-sdk/middleware-recursion-detection":"3.965.0","@aws-sdk/middleware-user-agent":"3.965.0","@aws-sdk/region-config-resolver":"3.965.0","@aws-sdk/types":"3.965.0","@aws-sdk/util-endpoints":"3.965.0","@aws-sdk/util-user-agent-browser":"3.965.0","@aws-sdk/util-user-agent-node":"3.965.0","@smithy/config-resolver":"^4.4.5","@smithy/core":"^3.20.0","@smithy/fetch-http-handler":"^5.3.8","@smithy/hash-node":"^4.2.7","@smithy/invalid-dependency":"^4.2.7","@smithy/middleware-content-length":"^4.2.7","@smithy/middleware-endpoint":"^4.4.1","@smithy/middleware-retry":"^4.4.17","@smithy/middleware-serde":"^4.2.8","@smithy/middleware-stack":"^4.2.7","@smithy/node-config-provider":"^4.3.7","@smithy/node-http-handler":"^4.4.7","@smithy/protocol-http":"^5.3.7","@smithy/smithy-client":"^4.10.2","@smithy/types":"^4.11.0","@smithy/url-parser":"^4.2.7","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.16","@smithy/util-defaults-mode-node":"^4.2.19","@smithy/util-endpoints":"^3.2.7","@smithy/util-middleware":"^4.2.7","@smithy/util-retry":"^4.2.7","@smithy/util-utf8":"^4.2.0",tslib:"^2.6.2"},devDependencies:{"@tsconfig/node18":"18.2.4","@types/node":"^18.19.69",concurrently:"7.0.0","downlevel-dts":"0.10.1",rimraf:"5.0.10",typescript:"~5.8.3"},engines:{node:">=18.0.0"},typesVersions:{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},files:["dist-*/**"],author:{name:"AWS SDK for JavaScript Team",url:"https://aws.amazon.com/javascript/"},license:"Apache-2.0",browser:{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},homepage:"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso",repository:{type:"git",url:"https://github.com/aws/aws-sdk-js-v3.git",directory:"clients/client-sso"}}});var xwe=O(DN=>{"use strict";Object.defineProperty(DN,"__esModule",{value:!0});DN.ruleSet=void 0;var vwe="required",yi="fn",Ei="argv",nS="ref",hwe=!0,Swe="isSet",AR="booleanEquals",tS="error",rS="endpoint",bu="tree",XQ="PartitionResult",ZQ="getAttr",ywe={[vwe]:!1,type:"string"},Ewe={[vwe]:!0,default:!1,type:"boolean"},Cwe={[nS]:"Endpoint"},bwe={[yi]:AR,[Ei]:[{[nS]:"UseFIPS"},!0]},Iwe={[yi]:AR,[Ei]:[{[nS]:"UseDualStack"},!0]},Si={},_we={[yi]:ZQ,[Ei]:[{[nS]:XQ},"supportsFIPS"]},Dwe={[nS]:XQ},Rwe={[yi]:AR,[Ei]:[!0,{[yi]:ZQ,[Ei]:[Dwe,"supportsDualStack"]}]},Twe=[bwe],Awe=[Iwe],Pwe=[{[nS]:"Region"}],Lnr={version:"1.0",parameters:{Region:ywe,UseDualStack:Ewe,UseFIPS:Ewe,Endpoint:ywe},rules:[{conditions:[{[yi]:Swe,[Ei]:[Cwe]}],rules:[{conditions:Twe,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:tS},{conditions:Awe,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:tS},{endpoint:{url:Cwe,properties:Si,headers:Si},type:rS}],type:bu},{conditions:[{[yi]:Swe,[Ei]:Pwe}],rules:[{conditions:[{[yi]:"aws.partition",[Ei]:Pwe,assign:XQ}],rules:[{conditions:[bwe,Iwe],rules:[{conditions:[{[yi]:AR,[Ei]:[hwe,_we]},Rwe],rules:[{endpoint:{url:"https://portal.sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Si,headers:Si},type:rS}],type:bu},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:tS}],type:bu},{conditions:Twe,rules:[{conditions:[{[yi]:AR,[Ei]:[_we,hwe]}],rules:[{conditions:[{[yi]:"stringEquals",[Ei]:[{[yi]:ZQ,[Ei]:[Dwe,"name"]},"aws-us-gov"]}],endpoint:{url:"https://portal.sso.{Region}.amazonaws.com",properties:Si,headers:Si},type:rS},{endpoint:{url:"https://portal.sso-fips.{Region}.{PartitionResult#dnsSuffix}",properties:Si,headers:Si},type:rS}],type:bu},{error:"FIPS is enabled but this partition does not support FIPS",type:tS}],type:bu},{conditions:Awe,rules:[{conditions:[Rwe],rules:[{endpoint:{url:"https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Si,headers:Si},type:rS}],type:bu},{error:"DualStack is enabled but this partition does not support DualStack",type:tS}],type:bu},{endpoint:{url:"https://portal.sso.{Region}.{PartitionResult#dnsSuffix}",properties:Si,headers:Si},type:rS}],type:bu}],type:bu},{error:"Invalid Configuration: Missing Region",type:tS}]};DN.ruleSet=Lnr});var wwe=O(xN=>{"use strict";Object.defineProperty(xN,"__esModule",{value:!0});xN.defaultEndpointResolver=void 0;var Unr=$m(),eY=md(),Fnr=xwe(),Mnr=new eY.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS"]}),qnr=(t,e={})=>Mnr.get(t,()=>(0,eY.resolveEndpoint)(Fnr.ruleSet,{endpointParams:t,logger:e.logger}));xN.defaultEndpointResolver=qnr;eY.customEndpointFunctions.aws=Unr.awsEndpointFunctions});var kwe=O(wN=>{"use strict";Object.defineProperty(wN,"__esModule",{value:!0});wN.getRuntimeConfig=void 0;var Bnr=($n(),J(Dd)),Gnr=(Lm(),J(nQ)),Hnr=(Zn(),J(xm)),Vnr=ct(),jnr=Su(),$we=De(),Owe=He(),Wnr=JQ(),znr=wwe(),Knr=t=>({apiVersion:"2019-06-10",base64Decoder:t?.base64Decoder??$we.fromBase64,base64Encoder:t?.base64Encoder??$we.toBase64,disableHostPrefix:t?.disableHostPrefix??!1,endpointProvider:t?.endpointProvider??znr.defaultEndpointResolver,extensions:t?.extensions??[],httpAuthSchemeProvider:t?.httpAuthSchemeProvider??Wnr.defaultSSOHttpAuthSchemeProvider,httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new Bnr.AwsSdkSigV4Signer},{schemeId:"smithy.api#noAuth",identityProvider:e=>e.getIdentityProvider("smithy.api#noAuth")||(async()=>({})),signer:new Hnr.NoAuthSigner}],logger:t?.logger??new Vnr.NoOpLogger,protocol:t?.protocol??Gnr.AwsRestJsonProtocol,protocolSettings:t?.protocolSettings??{defaultNamespace:"com.amazonaws.sso",version:"2019-06-10",serviceTarget:"SWBPortalService"},serviceId:t?.serviceId??"SSO",urlParser:t?.urlParser??jnr.parseUrl,utf8Decoder:t?.utf8Decoder??Owe.fromUtf8,utf8Encoder:t?.utf8Encoder??Owe.toUtf8});wN.getRuntimeConfig=Knr});var qwe=O(ON=>{"use strict";Object.defineProperty(ON,"__esModule",{value:!0});ON.getRuntimeConfig=void 0;var Qnr=(Es(),J(ys)),Ynr=Qnr.__importDefault(gwe()),Nwe=($n(),J(Dd)),Lwe=Kh(),$N=co(),Jnr=Qh(),Uwe=Yi(),Hm=Xa(),Fwe=ld(),Mwe=ct(),Xnr=Cn(),Znr=Yh(),esr=Mm(),tsr=kwe(),rsr=t=>{(0,Mwe.emitWarningIfUnsupportedVersion)(process.version);let e=(0,Znr.resolveDefaultsModeConfig)(t),r=()=>e().then(Mwe.loadConfigsForDefaultMode),n=(0,tsr.getRuntimeConfig)(t);(0,Nwe.emitWarningIfUnsupportedVersion)(process.version);let s={profile:t?.profile,logger:n.logger};return{...n,...t,runtime:"node",defaultsMode:e,authSchemePreference:t?.authSchemePreference??(0,Hm.loadConfig)(Nwe.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,s),bodyLengthChecker:t?.bodyLengthChecker??Xnr.calculateBodyLength,defaultUserAgentProvider:t?.defaultUserAgentProvider??(0,Lwe.createDefaultUserAgentProvider)({serviceId:n.serviceId,clientVersion:Ynr.default.version}),maxAttempts:t?.maxAttempts??(0,Hm.loadConfig)(Uwe.NODE_MAX_ATTEMPT_CONFIG_OPTIONS,t),region:t?.region??(0,Hm.loadConfig)($N.NODE_REGION_CONFIG_OPTIONS,{...$N.NODE_REGION_CONFIG_FILE_OPTIONS,...s}),requestHandler:Fwe.NodeHttpHandler.create(t?.requestHandler??r),retryMode:t?.retryMode??(0,Hm.loadConfig)({...Uwe.NODE_RETRY_MODE_CONFIG_OPTIONS,default:async()=>(await r()).retryMode||esr.DEFAULT_RETRY_MODE},t),sha256:t?.sha256??Jnr.Hash.bind(null,"sha256"),streamCollector:t?.streamCollector??Fwe.streamCollector,useDualstackEndpoint:t?.useDualstackEndpoint??(0,Hm.loadConfig)($N.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,s),useFipsEndpoint:t?.useFipsEndpoint??(0,Hm.loadConfig)($N.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,s),userAgentAppId:t?.userAgentAppId??(0,Hm.loadConfig)(Lwe.NODE_APP_ID_CONFIG_OPTIONS,s)}};ON.getRuntimeConfig=rsr});var y$e=O(mt=>{"use strict";var Bwe=Sh(),nsr=yh(),ssr=Eh(),Gwe=Um(),osr=co(),PR=(Zn(),J(xm)),oS=(vt(),J(ek)),isr=Hh(),IR=Za(),Hwe=Yi(),Zi=ct(),Vwe=JQ(),asr=qwe(),jwe=Bm(),Wwe=tr(),csr=t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"awsssoportal"}),BN={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}},usr=t=>{let e=t.httpAuthSchemes,r=t.httpAuthSchemeProvider,n=t.credentials;return{setHttpAuthScheme(s){let o=e.findIndex(i=>i.schemeId===s.schemeId);o===-1?e.push(s):e.splice(o,1,s)},httpAuthSchemes(){return e},setHttpAuthSchemeProvider(s){r=s},httpAuthSchemeProvider(){return r},setCredentials(s){n=s},credentials(){return n}}},lsr=t=>({httpAuthSchemes:t.httpAuthSchemes(),httpAuthSchemeProvider:t.httpAuthSchemeProvider(),credentials:t.credentials()}),dsr=(t,e)=>{let r=Object.assign(jwe.getAwsRegionExtensionConfiguration(t),Zi.getDefaultExtensionConfiguration(t),Wwe.getHttpHandlerExtensionConfiguration(t),usr(t));return e.forEach(n=>n.configure(r)),Object.assign(t,jwe.resolveAwsRegionExtensionConfiguration(r),Zi.resolveDefaultRuntimeConfig(r),Wwe.resolveHttpHandlerRuntimeConfig(r),lsr(r))},sS=class extends Zi.Client{config;constructor(...[e]){let r=asr.getRuntimeConfig(e||{});super(r),this.initConfig=r;let n=csr(r),s=Gwe.resolveUserAgentConfig(n),o=Hwe.resolveRetryConfig(s),i=osr.resolveRegionConfig(o),a=Bwe.resolveHostHeaderConfig(i),c=IR.resolveEndpointConfig(a),u=Vwe.resolveHttpAuthSchemeConfig(c),f=dsr(u,e?.extensions||[]);this.config=f,this.middlewareStack.use(oS.getSchemaSerdePlugin(this.config)),this.middlewareStack.use(Gwe.getUserAgentPlugin(this.config)),this.middlewareStack.use(Hwe.getRetryPlugin(this.config)),this.middlewareStack.use(isr.getContentLengthPlugin(this.config)),this.middlewareStack.use(Bwe.getHostHeaderPlugin(this.config)),this.middlewareStack.use(nsr.getLoggerPlugin(this.config)),this.middlewareStack.use(ssr.getRecursionDetectionPlugin(this.config)),this.middlewareStack.use(PR.getHttpAuthSchemeEndpointRuleSetPlugin(this.config,{httpAuthSchemeParametersProvider:Vwe.defaultSSOHttpAuthSchemeParametersProvider,identityProviderConfigProvider:async m=>new PR.DefaultIdentityProviderConfig({"aws.auth#sigv4":m.credentials})})),this.middlewareStack.use(PR.getHttpSigningPlugin(this.config))}destroy(){super.destroy()}},Md=class t extends Zi.ServiceException{constructor(e){super(e),Object.setPrototypeOf(this,t.prototype)}},kN=class t extends Md{name="InvalidRequestException";$fault="client";constructor(e){super({name:"InvalidRequestException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},NN=class t extends Md{name="ResourceNotFoundException";$fault="client";constructor(e){super({name:"ResourceNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},LN=class t extends Md{name="TooManyRequestsException";$fault="client";constructor(e){super({name:"TooManyRequestsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},UN=class t extends Md{name="UnauthorizedException";$fault="client";constructor(e){super({name:"UnauthorizedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},psr="AccountInfo",msr="AccountListType",fsr="AccessTokenType",gsr="GetRoleCredentials",hsr="GetRoleCredentialsRequest",Ssr="GetRoleCredentialsResponse",ysr="InvalidRequestException",Esr="Logout",Csr="ListAccounts",_sr="ListAccountsRequest",Rsr="ListAccountRolesRequest",Tsr="ListAccountRolesResponse",Asr="ListAccountsResponse",Psr="ListAccountRoles",vsr="LogoutRequest",bsr="RoleCredentials",Isr="RoleInfo",Dsr="RoleListType",xsr="ResourceNotFoundException",wsr="SecretAccessKeyType",$sr="SessionTokenType",Osr="TooManyRequestsException",ksr="UnauthorizedException",GN="accountId",Nsr="accessKeyId",Lsr="accountList",Usr="accountName",HN="accessToken",zwe="account_id",VN="client",jN="error",Fsr="emailAddress",Msr="expiration",WN="http",zN="httpError",KN="httpHeader",Vm="httpQuery",QN="message",Kwe="maxResults",Qwe="max_result",YN="nextToken",Ywe="next_token",qsr="roleCredentials",Bsr="roleList",Jwe="roleName",Gsr="role_name",Xwe="smithy.ts.sdk.synthetic.com.amazonaws.sso",Hsr="secretAccessKey",Vsr="sessionToken",JN="x-amz-sso_bearer_token",cr="com.amazonaws.sso",XN=[0,cr,fsr,8,0],jsr=[0,cr,wsr,8,0],Wsr=[0,cr,$sr,8,0],Zwe=[3,cr,psr,0,[GN,Usr,Fsr],[0,0,0]],e$e=[3,cr,hsr,0,[Jwe,GN,HN],[[0,{[Vm]:Gsr}],[0,{[Vm]:zwe}],[()=>XN,{[KN]:JN}]]],t$e=[3,cr,Ssr,0,[qsr],[[()=>u$e,0]]],r$e=[-3,cr,ysr,{[jN]:VN,[zN]:400},[QN],[0]];oS.TypeRegistry.for(cr).registerError(r$e,kN);var n$e=[3,cr,Rsr,0,[YN,Kwe,HN,GN],[[0,{[Vm]:Ywe}],[1,{[Vm]:Qwe}],[()=>XN,{[KN]:JN}],[0,{[Vm]:zwe}]]],s$e=[3,cr,Tsr,0,[YN,Bsr],[0,()=>Qsr]],o$e=[3,cr,_sr,0,[YN,Kwe,HN],[[0,{[Vm]:Ywe}],[1,{[Vm]:Qwe}],[()=>XN,{[KN]:JN}]]],i$e=[3,cr,Asr,0,[YN,Lsr],[0,()=>Ksr]],a$e=[3,cr,vsr,0,[HN],[[()=>XN,{[KN]:JN}]]],c$e=[-3,cr,xsr,{[jN]:VN,[zN]:404},[QN],[0]];oS.TypeRegistry.for(cr).registerError(c$e,NN);var u$e=[3,cr,bsr,0,[Nsr,Hsr,Vsr,Msr],[0,[()=>jsr,0],[()=>Wsr,0],1]],l$e=[3,cr,Isr,0,[Jwe,GN],[0,0]],d$e=[-3,cr,Osr,{[jN]:VN,[zN]:429},[QN],[0]];oS.TypeRegistry.for(cr).registerError(d$e,LN);var p$e=[-3,cr,ksr,{[jN]:VN,[zN]:401},[QN],[0]];oS.TypeRegistry.for(cr).registerError(p$e,UN);var zsr="unit",m$e=[-3,Xwe,"SSOServiceException",0,[],[]];oS.TypeRegistry.for(Xwe).registerError(m$e,Md);var Ksr=[1,cr,msr,0,()=>Zwe],Qsr=[1,cr,Dsr,0,()=>l$e],f$e=[9,cr,gsr,{[WN]:["GET","/federation/credentials",200]},()=>e$e,()=>t$e],g$e=[9,cr,Psr,{[WN]:["GET","/assignment/roles",200]},()=>n$e,()=>s$e],h$e=[9,cr,Csr,{[WN]:["GET","/assignment/accounts",200]},()=>o$e,()=>i$e],S$e=[9,cr,Esr,{[WN]:["POST","/logout",200]},()=>a$e,()=>zsr],FN=class extends Zi.Command.classBuilder().ep(BN).m(function(e,r,n,s){return[IR.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("SWBPortalService","GetRoleCredentials",{}).n("SSOClient","GetRoleCredentialsCommand").sc(f$e).build(){},vR=class extends Zi.Command.classBuilder().ep(BN).m(function(e,r,n,s){return[IR.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("SWBPortalService","ListAccountRoles",{}).n("SSOClient","ListAccountRolesCommand").sc(g$e).build(){},bR=class extends Zi.Command.classBuilder().ep(BN).m(function(e,r,n,s){return[IR.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("SWBPortalService","ListAccounts",{}).n("SSOClient","ListAccountsCommand").sc(h$e).build(){},MN=class extends Zi.Command.classBuilder().ep(BN).m(function(e,r,n,s){return[IR.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("SWBPortalService","Logout",{}).n("SSOClient","LogoutCommand").sc(S$e).build(){},Ysr={GetRoleCredentialsCommand:FN,ListAccountRolesCommand:vR,ListAccountsCommand:bR,LogoutCommand:MN},qN=class extends sS{};Zi.createAggregatedClient(Ysr,qN);var Jsr=PR.createPaginator(sS,vR,"nextToken","nextToken","maxResults"),Xsr=PR.createPaginator(sS,bR,"nextToken","nextToken","maxResults");Object.defineProperty(mt,"$Command",{enumerable:!0,get:function(){return Zi.Command}});Object.defineProperty(mt,"__Client",{enumerable:!0,get:function(){return Zi.Client}});mt.AccountInfo$=Zwe;mt.GetRoleCredentials$=f$e;mt.GetRoleCredentialsCommand=FN;mt.GetRoleCredentialsRequest$=e$e;mt.GetRoleCredentialsResponse$=t$e;mt.InvalidRequestException=kN;mt.InvalidRequestException$=r$e;mt.ListAccountRoles$=g$e;mt.ListAccountRolesCommand=vR;mt.ListAccountRolesRequest$=n$e;mt.ListAccountRolesResponse$=s$e;mt.ListAccounts$=h$e;mt.ListAccountsCommand=bR;mt.ListAccountsRequest$=o$e;mt.ListAccountsResponse$=i$e;mt.Logout$=S$e;mt.LogoutCommand=MN;mt.LogoutRequest$=a$e;mt.ResourceNotFoundException=NN;mt.ResourceNotFoundException$=c$e;mt.RoleCredentials$=u$e;mt.RoleInfo$=l$e;mt.SSO=qN;mt.SSOClient=sS;mt.SSOServiceException=Md;mt.SSOServiceException$=m$e;mt.TooManyRequestsException=LN;mt.TooManyRequestsException$=d$e;mt.UnauthorizedException=UN;mt.UnauthorizedException$=p$e;mt.paginateListAccountRoles=Jsr;mt.paginateListAccounts=Xsr});var C$e=O(tY=>{"use strict";var E$e=y$e();Object.defineProperty(tY,"GetRoleCredentialsCommand",{enumerable:!0,get:function(){return E$e.GetRoleCredentialsCommand}});Object.defineProperty(tY,"SSOClient",{enumerable:!0,get:function(){return E$e.SSOClient}})});var rY=O(eL=>{"use strict";var ea=rs(),ZN=Ja(),_$e=(mi(),J(yu)),Zsr=fwe(),T$e=t=>t&&(typeof t.sso_start_url=="string"||typeof t.sso_account_id=="string"||typeof t.sso_session=="string"||typeof t.sso_region=="string"||typeof t.sso_role_name=="string"),DR=!1,R$e=async({ssoStartUrl:t,ssoSession:e,ssoAccountId:r,ssoRegion:n,ssoRoleName:s,ssoClient:o,clientConfig:i,parentClientConfig:a,callerClientConfig:c,profile:u,filepath:f,configFilepath:m,ignoreCache:h,logger:y})=>{let C,I="To refresh this SSO session run aws sso login with the corresponding profile.";if(e)try{let Je=await Zsr.fromSso({profile:u,filepath:f,configFilepath:m,ignoreCache:h})();C={accessToken:Je.token,expiresAt:new Date(Je.expiration).toISOString()}}catch(Je){throw new ea.CredentialsProviderError(Je.message,{tryNextLink:DR,logger:y})}else try{C=await ZN.getSSOTokenFromFile(t)}catch{throw new ea.CredentialsProviderError(`The SSO session associated with this profile is invalid. ${I}`,{tryNextLink:DR,logger:y})}if(new Date(C.expiresAt).getTime()-Date.now()<=0)throw new ea.CredentialsProviderError(`The SSO session associated with this profile has expired. ${I}`,{tryNextLink:DR,logger:y});let{accessToken:$}=C,{SSOClient:N,GetRoleCredentialsCommand:U}=await Promise.resolve().then(function(){return C$e()}),B=o||new N(Object.assign({},i??{},{logger:i?.logger??c?.logger??a?.logger,region:i?.region??n,userAgentAppId:i?.userAgentAppId??c?.userAgentAppId??a?.userAgentAppId})),W;try{W=await B.send(new U({accountId:r,roleName:s,accessToken:$}))}catch(Je){throw new ea.CredentialsProviderError(Je,{tryNextLink:DR,logger:y})}let{roleCredentials:{accessKeyId:j,secretAccessKey:te,sessionToken:Ce,expiration:V,credentialScope:Y,accountId:ne}={}}=W;if(!j||!te||!Ce||!V)throw new ea.CredentialsProviderError("SSO returns an invalid temporary credential.",{tryNextLink:DR,logger:y});let ge={accessKeyId:j,secretAccessKey:te,sessionToken:Ce,expiration:new Date(V),...Y&&{credentialScope:Y},...ne&&{accountId:ne}};return e?_$e.setCredentialFeature(ge,"CREDENTIALS_SSO","s"):_$e.setCredentialFeature(ge,"CREDENTIALS_SSO_LEGACY","u"),ge},A$e=(t,e)=>{let{sso_start_url:r,sso_account_id:n,sso_region:s,sso_role_name:o}=t;if(!r||!n||!s||!o)throw new ea.CredentialsProviderError(`Profile is configured with invalid SSO credentials. Required parameters "sso_account_id", "sso_region", "sso_role_name", "sso_start_url". Got ${Object.keys(t).join(", ")}
|
|
139
|
+
Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html`,{tryNextLink:!1,logger:e});return t},eor=(t={})=>async({callerClientConfig:e}={})=>{t.logger?.debug("@aws-sdk/credential-provider-sso - fromSSO");let{ssoStartUrl:r,ssoAccountId:n,ssoRegion:s,ssoRoleName:o,ssoSession:i}=t,{ssoClient:a}=t,c=ZN.getProfileName({profile:t.profile??e?.profile});if(!r&&!n&&!s&&!o&&!i){let f=(await ZN.parseKnownFiles(t))[c];if(!f)throw new ea.CredentialsProviderError(`Profile ${c} was not found.`,{logger:t.logger});if(!T$e(f))throw new ea.CredentialsProviderError(`Profile ${c} is not configured with SSO credentials.`,{logger:t.logger});if(f?.sso_session){let N=(await ZN.loadSsoSessionData(t))[f.sso_session],U=` configurations in profile ${c} and sso-session ${f.sso_session}`;if(s&&s!==N.sso_region)throw new ea.CredentialsProviderError("Conflicting SSO region"+U,{tryNextLink:!1,logger:t.logger});if(r&&r!==N.sso_start_url)throw new ea.CredentialsProviderError("Conflicting SSO start_url"+U,{tryNextLink:!1,logger:t.logger});f.sso_region=N.sso_region,f.sso_start_url=N.sso_start_url}let{sso_start_url:m,sso_account_id:h,sso_region:y,sso_role_name:C,sso_session:I}=A$e(f,t.logger);return R$e({ssoStartUrl:m,ssoSession:I,ssoAccountId:h,ssoRegion:y,ssoRoleName:C,ssoClient:a,clientConfig:t.clientConfig,parentClientConfig:t.parentClientConfig,callerClientConfig:t.callerClientConfig,profile:c,filepath:t.filepath,configFilepath:t.configFilepath,ignoreCache:t.ignoreCache,logger:t.logger})}else{if(!r||!n||!s||!o)throw new ea.CredentialsProviderError('Incomplete configuration. The fromSSO() argument hash must include "ssoStartUrl", "ssoAccountId", "ssoRegion", "ssoRoleName"',{tryNextLink:!1,logger:t.logger});return R$e({ssoStartUrl:r,ssoSession:i,ssoAccountId:n,ssoRegion:s,ssoRoleName:o,ssoClient:a,clientConfig:t.clientConfig,parentClientConfig:t.parentClientConfig,callerClientConfig:t.callerClientConfig,profile:c,filepath:t.filepath,configFilepath:t.configFilepath,ignoreCache:t.ignoreCache,logger:t.logger})}};eL.fromSSO=eor;eL.isSsoProfile=T$e;eL.validateSsoProfile=A$e});function tor(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"signin",region:t.region},propertiesExtractor:(e,r)=>({signingProperties:{config:e,context:r}})}}function ror(t){return{schemeId:"smithy.api#noAuth"}}var xR,P$e,v$e,b$e,nY=R(()=>{$n();xR=T($s()),P$e=async(t,e,r)=>({operation:(0,xR.getSmithyContext)(e).operation,region:await(0,xR.normalizeProvider)(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});v$e=t=>{let e=[];switch(t.operation){case"CreateOAuth2Token":{e.push(ror(t));break}default:e.push(tor(t))}return e},b$e=t=>{let e=Eu(t);return Object.assign(e,{authSchemePreference:(0,xR.normalizeProvider)(t.authSchemePreference??[])})}});var I$e,D$e,sY=R(()=>{I$e=t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"signin"}),D$e={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}}});var U$e,is,x$e,jm,iS,qd,ta,nL,oY,w$e,$$e,O$e,iY,aY,os,cY,tL,rL,k$e,N$e,L$e,nor,F$e,M$e=R(()=>{U$e="required",is="argv",x$e="isSet",jm="booleanEquals",iS="error",qd="endpoint",ta="tree",nL="PartitionResult",oY="stringEquals",w$e={[U$e]:!0,default:!1,type:"boolean"},$$e={[U$e]:!1,type:"string"},O$e={ref:"Endpoint"},iY={fn:jm,[is]:[{ref:"UseFIPS"},!0]},aY={fn:jm,[is]:[{ref:"UseDualStack"},!0]},os={},cY={fn:"getAttr",[is]:[{ref:nL},"name"]},tL={fn:jm,[is]:[{ref:"UseFIPS"},!1]},rL={fn:jm,[is]:[{ref:"UseDualStack"},!1]},k$e={fn:"getAttr",[is]:[{ref:nL},"supportsFIPS"]},N$e={fn:jm,[is]:[!0,{fn:"getAttr",[is]:[{ref:nL},"supportsDualStack"]}]},L$e=[{ref:"Region"}],nor={version:"1.0",parameters:{UseDualStack:w$e,UseFIPS:w$e,Endpoint:$$e,Region:$$e},rules:[{conditions:[{fn:x$e,[is]:[O$e]}],rules:[{conditions:[iY],error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:iS},{rules:[{conditions:[aY],error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:iS},{endpoint:{url:O$e,properties:os,headers:os},type:qd}],type:ta}],type:ta},{rules:[{conditions:[{fn:x$e,[is]:L$e}],rules:[{conditions:[{fn:"aws.partition",[is]:L$e,assign:nL}],rules:[{conditions:[{fn:oY,[is]:[cY,"aws"]},tL,rL],endpoint:{url:"https://{Region}.signin.aws.amazon.com",properties:os,headers:os},type:qd},{conditions:[{fn:oY,[is]:[cY,"aws-cn"]},tL,rL],endpoint:{url:"https://{Region}.signin.amazonaws.cn",properties:os,headers:os},type:qd},{conditions:[{fn:oY,[is]:[cY,"aws-us-gov"]},tL,rL],endpoint:{url:"https://{Region}.signin.amazonaws-us-gov.com",properties:os,headers:os},type:qd},{conditions:[iY,aY],rules:[{conditions:[{fn:jm,[is]:[!0,k$e]},N$e],rules:[{endpoint:{url:"https://signin-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:os,headers:os},type:qd}],type:ta},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:iS}],type:ta},{conditions:[iY,rL],rules:[{conditions:[{fn:jm,[is]:[k$e,!0]}],rules:[{endpoint:{url:"https://signin-fips.{Region}.{PartitionResult#dnsSuffix}",properties:os,headers:os},type:qd}],type:ta},{error:"FIPS is enabled but this partition does not support FIPS",type:iS}],type:ta},{conditions:[tL,aY],rules:[{conditions:[N$e],rules:[{endpoint:{url:"https://signin.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:os,headers:os},type:qd}],type:ta},{error:"DualStack is enabled but this partition does not support DualStack",type:iS}],type:ta},{endpoint:{url:"https://signin.{Region}.{PartitionResult#dnsSuffix}",properties:os,headers:os},type:qd}],type:ta}],type:ta},{error:"Invalid Configuration: Missing Region",type:iS}],type:ta}]},F$e=nor});var q$e,aS,sor,B$e,G$e=R(()=>{q$e=T($m()),aS=T(md());M$e();sor=new aS.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS"]}),B$e=(t,e={})=>sor.get(t,()=>(0,aS.resolveEndpoint)(F$e,{endpointParams:t,logger:e.logger}));aS.customEndpointFunctions.aws=q$e.awsEndpointFunctions});var H$e,V$e,sL,oL,j$e,W$e=R(()=>{$n();Lm();Zn();H$e=T(ct()),V$e=T(Su()),sL=T(De()),oL=T(He());nY();G$e();j$e=t=>({apiVersion:"2023-01-01",base64Decoder:t?.base64Decoder??sL.fromBase64,base64Encoder:t?.base64Encoder??sL.toBase64,disableHostPrefix:t?.disableHostPrefix??!1,endpointProvider:t?.endpointProvider??B$e,extensions:t?.extensions??[],httpAuthSchemeProvider:t?.httpAuthSchemeProvider??v$e,httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new ts},{schemeId:"smithy.api#noAuth",identityProvider:e=>e.getIdentityProvider("smithy.api#noAuth")||(async()=>({})),signer:new Ki}],logger:t?.logger??new H$e.NoOpLogger,protocol:t?.protocol??vd,protocolSettings:t?.protocolSettings??{defaultNamespace:"com.amazonaws.signin",version:"2023-01-01",serviceTarget:"Signin"},serviceId:t?.serviceId??"Signin",urlParser:t?.urlParser??V$e.parseUrl,utf8Decoder:t?.utf8Decoder??oL.fromUtf8,utf8Encoder:t?.utf8Encoder??oL.toUtf8})});var iL,Gd,z$e,aL,Bd,cL,uL,K$e,Q$e,Y$e,J$e,X$e=R(()=>{mN();$n();iL=T(Kh()),Gd=T(co()),z$e=T(Qh()),aL=T(Yi()),Bd=T(Xa()),cL=T(ld()),uL=T(ct()),K$e=T(Cn()),Q$e=T(Yh()),Y$e=T(Mm());W$e();J$e=t=>{(0,uL.emitWarningIfUnsupportedVersion)(process.version);let e=(0,Q$e.resolveDefaultsModeConfig)(t),r=()=>e().then(uL.loadConfigsForDefaultMode),n=j$e(t);fd(process.version);let s={profile:t?.profile,logger:n.logger};return{...n,...t,runtime:"node",defaultsMode:e,authSchemePreference:t?.authSchemePreference??(0,Bd.loadConfig)(hd,s),bodyLengthChecker:t?.bodyLengthChecker??K$e.calculateBodyLength,defaultUserAgentProvider:t?.defaultUserAgentProvider??(0,iL.createDefaultUserAgentProvider)({serviceId:n.serviceId,clientVersion:zh.version}),maxAttempts:t?.maxAttempts??(0,Bd.loadConfig)(aL.NODE_MAX_ATTEMPT_CONFIG_OPTIONS,t),region:t?.region??(0,Bd.loadConfig)(Gd.NODE_REGION_CONFIG_OPTIONS,{...Gd.NODE_REGION_CONFIG_FILE_OPTIONS,...s}),requestHandler:cL.NodeHttpHandler.create(t?.requestHandler??r),retryMode:t?.retryMode??(0,Bd.loadConfig)({...aL.NODE_RETRY_MODE_CONFIG_OPTIONS,default:async()=>(await r()).retryMode||Y$e.DEFAULT_RETRY_MODE},t),sha256:t?.sha256??z$e.Hash.bind(null,"sha256"),streamCollector:t?.streamCollector??cL.streamCollector,useDualstackEndpoint:t?.useDualstackEndpoint??(0,Bd.loadConfig)(Gd.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,s),useFipsEndpoint:t?.useFipsEndpoint??(0,Bd.loadConfig)(Gd.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,s),userAgentAppId:t?.userAgentAppId??(0,Bd.loadConfig)(iL.NODE_APP_ID_CONFIG_OPTIONS,s)}}});var Z$e,eOe,tOe=R(()=>{Z$e=t=>{let e=t.httpAuthSchemes,r=t.httpAuthSchemeProvider,n=t.credentials;return{setHttpAuthScheme(s){let o=e.findIndex(i=>i.schemeId===s.schemeId);o===-1?e.push(s):e.splice(o,1,s)},httpAuthSchemes(){return e},setHttpAuthSchemeProvider(s){r=s},httpAuthSchemeProvider(){return r},setCredentials(s){n=s},credentials(){return n}}},eOe=t=>({httpAuthSchemes:t.httpAuthSchemes(),httpAuthSchemeProvider:t.httpAuthSchemeProvider(),credentials:t.credentials()})});var lL,dL,pL,rOe,nOe=R(()=>{lL=T(Bm()),dL=T(tr()),pL=T(ct());tOe();rOe=(t,e)=>{let r=Object.assign((0,lL.getAwsRegionExtensionConfiguration)(t),(0,pL.getDefaultExtensionConfiguration)(t),(0,dL.getHttpHandlerExtensionConfiguration)(t),Z$e(t));return e.forEach(n=>n.configure(r)),Object.assign(t,(0,lL.resolveAwsRegionExtensionConfiguration)(r),(0,pL.resolveDefaultRuntimeConfig)(r),(0,dL.resolveHttpHandlerRuntimeConfig)(r),eOe(r))}});var mL,sOe,oOe,fL,iOe,aOe,cOe,gL,uY,wR,lY=R(()=>{mL=T(Sh()),sOe=T(yh()),oOe=T(Eh()),fL=T(Um()),iOe=T(co());Zn();vt();aOe=T(Hh()),cOe=T(Za()),gL=T(Yi()),uY=T(ct());nY();sY();X$e();nOe();wR=class extends uY.Client{config;constructor(...[e]){let r=J$e(e||{});super(r),this.initConfig=r;let n=I$e(r),s=(0,fL.resolveUserAgentConfig)(n),o=(0,gL.resolveRetryConfig)(s),i=(0,iOe.resolveRegionConfig)(o),a=(0,mL.resolveHostHeaderConfig)(i),c=(0,cOe.resolveEndpointConfig)(a),u=b$e(c),f=rOe(u,e?.extensions||[]);this.config=f,this.middlewareStack.use(Tm(this.config)),this.middlewareStack.use((0,fL.getUserAgentPlugin)(this.config)),this.middlewareStack.use((0,gL.getRetryPlugin)(this.config)),this.middlewareStack.use((0,aOe.getContentLengthPlugin)(this.config)),this.middlewareStack.use((0,mL.getHostHeaderPlugin)(this.config)),this.middlewareStack.use((0,sOe.getLoggerPlugin)(this.config)),this.middlewareStack.use((0,oOe.getRecursionDetectionPlugin)(this.config)),this.middlewareStack.use(_m(this.config,{httpAuthSchemeParametersProvider:P$e,identityProviderConfigProvider:async m=>new hu({"aws.auth#sigv4":m.credentials})})),this.middlewareStack.use(Rm(this.config))}destroy(){super.destroy()}}});var uOe,ra,hL=R(()=>{uOe=T(ct()),ra=class t extends uOe.ServiceException{constructor(e){super(e),Object.setPrototypeOf(this,t.prototype)}}});var $R,OR,kR,NR,dY=R(()=>{hL();$R=class t extends ra{name="AccessDeniedException";$fault="client";error;constructor(e){super({name:"AccessDeniedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error}},OR=class t extends ra{name="InternalServerException";$fault="server";error;constructor(e){super({name:"InternalServerException",$fault:"server",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error}},kR=class t extends ra{name="TooManyRequestsError";$fault="client";error;constructor(e){super({name:"TooManyRequestsError",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error}},NR=class t extends ra{name="ValidationException";$fault="client";error;constructor(e){super({name:"ValidationException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error}}});var oor,ior,aor,cor,uor,lor,dor,por,mor,gor,hor,lOe,dOe,pY,pOe,mOe,Sor,Hd,fOe,gOe,yor,mY,hOe,wo,yL,SL,SOe,Eor,yOe,EOe,_Oe,Cor,_or,COe,Ms,ROe,TOe,AOe,POe,vOe,bOe,IOe,DOe,xOe,wOe,$Oe,fY,gY=R(()=>{vt();dY();hL();oor="AccessDeniedException",ior="AccessToken",aor="CreateOAuth2Token",cor="CreateOAuth2TokenRequest",uor="CreateOAuth2TokenRequestBody",lor="CreateOAuth2TokenResponseBody",dor="CreateOAuth2TokenResponse",por="InternalServerException",mor="RefreshToken",gor="TooManyRequestsError",hor="ValidationException",lOe="accessKeyId",dOe="accessToken",pY="client",pOe="clientId",mOe="codeVerifier",Sor="code",Hd="error",fOe="expiresIn",gOe="grantType",yor="http",mY="httpError",hOe="idToken",wo="jsonName",yL="message",SL="refreshToken",SOe="redirectUri",Eor="server",yOe="secretAccessKey",EOe="sessionToken",_Oe="smithy.ts.sdk.synthetic.com.amazonaws.signin",Cor="tokenInput",_or="tokenOutput",COe="tokenType",Ms="com.amazonaws.signin",ROe=[0,Ms,mor,8,0],TOe=[-3,Ms,oor,{[Hd]:pY},[Hd,yL],[0,0]];We.for(Ms).registerError(TOe,$R);AOe=[3,Ms,ior,8,[lOe,yOe,EOe],[[0,{[wo]:lOe}],[0,{[wo]:yOe}],[0,{[wo]:EOe}]]],POe=[3,Ms,cor,0,[Cor],[[()=>vOe,16]]],vOe=[3,Ms,uor,0,[pOe,gOe,Sor,SOe,mOe,SL],[[0,{[wo]:pOe}],[0,{[wo]:gOe}],0,[0,{[wo]:SOe}],[0,{[wo]:mOe}],[()=>ROe,{[wo]:SL}]]],bOe=[3,Ms,dor,0,[_or],[[()=>IOe,16]]],IOe=[3,Ms,lor,0,[dOe,COe,fOe,SL,hOe],[[()=>AOe,{[wo]:dOe}],[0,{[wo]:COe}],[1,{[wo]:fOe}],[()=>ROe,{[wo]:SL}],[0,{[wo]:hOe}]]],DOe=[-3,Ms,por,{[Hd]:Eor,[mY]:500},[Hd,yL],[0,0]];We.for(Ms).registerError(DOe,OR);xOe=[-3,Ms,gor,{[Hd]:pY,[mY]:429},[Hd,yL],[0,0]];We.for(Ms).registerError(xOe,kR);wOe=[-3,Ms,hor,{[Hd]:pY,[mY]:400},[Hd,yL],[0,0]];We.for(Ms).registerError(wOe,NR);$Oe=[-3,_Oe,"SigninServiceException",0,[],[]];We.for(_Oe).registerError($Oe,ra);fY=[9,Ms,aor,{[yor]:["POST","/v1/token",200]},()=>POe,()=>bOe]});var OOe,hY,LR,SY=R(()=>{OOe=T(Za()),hY=T(ct());sY();gY();LR=class extends hY.Command.classBuilder().ep(D$e).m(function(e,r,n,s){return[(0,OOe.getEndpointPlugin)(n,e.getEndpointParameterInstructions())]}).s("Signin","CreateOAuth2Token",{}).n("SigninClient","CreateOAuth2TokenCommand").sc(fY).build(){}});var kOe,Ror,EL,NOe=R(()=>{kOe=T(ct());SY();lY();Ror={CreateOAuth2TokenCommand:LR},EL=class extends wR{};(0,kOe.createAggregatedClient)(Ror,EL)});var LOe=R(()=>{SY()});var Tor,UOe=R(()=>{Tor={AUTHCODE_EXPIRED:"AUTHCODE_EXPIRED",INSUFFICIENT_PERMISSIONS:"INSUFFICIENT_PERMISSIONS",INVALID_REQUEST:"INVALID_REQUEST",SERVER_ERROR:"server_error",TOKEN_EXPIRED:"TOKEN_EXPIRED",USER_CREDENTIALS_CHANGED:"USER_CREDENTIALS_CHANGED"}});var FOe=R(()=>{});var MOe={};st(MOe,{$Command:()=>hY.Command,AccessDeniedException:()=>$R,AccessDeniedException$:()=>TOe,AccessToken$:()=>AOe,CreateOAuth2Token$:()=>fY,CreateOAuth2TokenCommand:()=>LR,CreateOAuth2TokenRequest$:()=>POe,CreateOAuth2TokenRequestBody$:()=>vOe,CreateOAuth2TokenResponse$:()=>bOe,CreateOAuth2TokenResponseBody$:()=>IOe,InternalServerException:()=>OR,InternalServerException$:()=>DOe,OAuth2ErrorCode:()=>Tor,Signin:()=>EL,SigninClient:()=>wR,SigninServiceException:()=>ra,SigninServiceException$:()=>$Oe,TooManyRequestsError:()=>kR,TooManyRequestsError$:()=>xOe,ValidationException:()=>NR,ValidationException$:()=>wOe,__Client:()=>uY.Client});var qOe=R(()=>{lY();NOe();LOe();gY();UOe();dY();FOe();hL()});var GOe=O(BOe=>{"use strict";var Aor=(mi(),J(yu)),Vd=rs(),CY=Ja(),Por=tr(),CL=require("node:crypto"),yY=require("node:fs"),vor=require("node:os"),EY=require("node:path"),_Y=class t{profileData;init;callerClientConfig;static REFRESH_THRESHOLD=300*1e3;constructor(e,r,n){this.profileData=e,this.init=r,this.callerClientConfig=n}async loadCredentials(){let e=await this.loadToken();if(!e)throw new Vd.CredentialsProviderError(`Failed to load a token for session ${this.loginSession}, please re-authenticate using aws login`,{tryNextLink:!1,logger:this.logger});let r=e.accessToken,n=Date.now();return new Date(r.expiresAt).getTime()-n<=t.REFRESH_THRESHOLD?this.refresh(e):{accessKeyId:r.accessKeyId,secretAccessKey:r.secretAccessKey,sessionToken:r.sessionToken,accountId:r.accountId,expiration:new Date(r.expiresAt)}}get logger(){return this.init?.logger}get loginSession(){return this.profileData.login_session}async refresh(e){let{SigninClient:r,CreateOAuth2TokenCommand:n}=await Promise.resolve().then(()=>(qOe(),MOe)),{logger:s,userAgentAppId:o}=this.callerClientConfig??{},a=(m=>m?.metadata?.handlerProtocol==="h2")(this.callerClientConfig?.requestHandler)?void 0:this.callerClientConfig?.requestHandler,c=this.profileData.region??await this.callerClientConfig?.region?.()??process.env.AWS_REGION,u=new r({credentials:{accessKeyId:"",secretAccessKey:""},region:c,requestHandler:a,logger:s,userAgentAppId:o,...this.init?.clientConfig});this.createDPoPInterceptor(u.middlewareStack);let f={tokenInput:{clientId:e.clientId,refreshToken:e.refreshToken,grantType:"refresh_token"}};try{let m=await u.send(new n(f)),{accessKeyId:h,secretAccessKey:y,sessionToken:C}=m.tokenOutput?.accessToken??{},{refreshToken:I,expiresIn:$}=m.tokenOutput??{};if(!h||!y||!C||!I)throw new Vd.CredentialsProviderError("Token refresh response missing required fields",{logger:this.logger,tryNextLink:!1});let N=($??900)*1e3,U=new Date(Date.now()+N),B={...e,accessToken:{...e.accessToken,accessKeyId:h,secretAccessKey:y,sessionToken:C,expiresAt:U.toISOString()},refreshToken:I};await this.saveToken(B);let W=B.accessToken;return{accessKeyId:W.accessKeyId,secretAccessKey:W.secretAccessKey,sessionToken:W.sessionToken,accountId:W.accountId,expiration:U}}catch(m){if(m.name==="AccessDeniedException"){let h=m.error,y;switch(h){case"TOKEN_EXPIRED":y="Your session has expired. Please reauthenticate.";break;case"USER_CREDENTIALS_CHANGED":y="Unable to refresh credentials because of a change in your password. Please reauthenticate with your new password.";break;case"INSUFFICIENT_PERMISSIONS":y="Unable to refresh credentials due to insufficient permissions. You may be missing permission for the 'CreateOAuth2Token' action.";break;default:y=`Failed to refresh token: ${String(m)}. Please re-authenticate using \`aws login\``}throw new Vd.CredentialsProviderError(y,{logger:this.logger,tryNextLink:!1})}throw new Vd.CredentialsProviderError(`Failed to refresh token: ${String(m)}. Please re-authenticate using aws login`,{logger:this.logger})}}async loadToken(){let e=this.getTokenFilePath();try{let r;try{r=await CY.readFile(e,{ignoreCache:this.init?.ignoreCache})}catch{r=await yY.promises.readFile(e,"utf8")}let n=JSON.parse(r),s=["accessToken","clientId","refreshToken","dpopKey"].filter(o=>!n[o]);if(n.accessToken?.accountId||s.push("accountId"),s.length>0)throw new Vd.CredentialsProviderError(`Token validation failed, missing fields: ${s.join(", ")}`,{logger:this.logger,tryNextLink:!1});return n}catch(r){throw new Vd.CredentialsProviderError(`Failed to load token from ${e}: ${String(r)}`,{logger:this.logger,tryNextLink:!1})}}async saveToken(e){let r=this.getTokenFilePath(),n=EY.dirname(r);try{await yY.promises.mkdir(n,{recursive:!0})}catch{}await yY.promises.writeFile(r,JSON.stringify(e,null,2),"utf8")}getTokenFilePath(){let e=process.env.AWS_LOGIN_CACHE_DIRECTORY??EY.join(vor.homedir(),".aws","login","cache"),r=Buffer.from(this.loginSession,"utf8"),n=CL.createHash("sha256").update(r).digest("hex");return EY.join(e,`${n}.json`)}derToRawSignature(e){let r=2;if(e[r]!==2)throw new Error("Invalid DER signature");r++;let n=e[r++],s=e.subarray(r,r+n);if(r+=n,e[r]!==2)throw new Error("Invalid DER signature");r++;let o=e[r++],i=e.subarray(r,r+o);s=s[0]===0?s.subarray(1):s,i=i[0]===0?i.subarray(1):i;let a=Buffer.concat([Buffer.alloc(32-s.length),s]),c=Buffer.concat([Buffer.alloc(32-i.length),i]);return Buffer.concat([a,c])}createDPoPInterceptor(e){e.add(r=>async n=>{if(Por.HttpRequest.isInstance(n.request)){let s=n.request,o=`${s.protocol}//${s.hostname}${s.port?`:${s.port}`:""}${s.path}`,i=await this.generateDpop(s.method,o);s.headers={...s.headers,DPoP:i}}return r(n)},{step:"finalizeRequest",name:"dpopInterceptor",override:!0})}async generateDpop(e="POST",r){let n=await this.loadToken();try{let s=CL.createPrivateKey({key:n.dpopKey,format:"pem",type:"sec1"}),i=CL.createPublicKey(s).export({format:"der",type:"spki"}),a=-1;for(let U=0;U<i.length;U++)if(i[U]===4){a=U;break}let c=i.slice(a+1,a+33),u=i.slice(a+33,a+65),f={alg:"ES256",typ:"dpop+jwt",jwk:{kty:"EC",crv:"P-256",x:c.toString("base64url"),y:u.toString("base64url")}},m={jti:crypto.randomUUID(),htm:e,htu:r,iat:Math.floor(Date.now()/1e3)},h=Buffer.from(JSON.stringify(f)).toString("base64url"),y=Buffer.from(JSON.stringify(m)).toString("base64url"),C=`${h}.${y}`,I=CL.sign("sha256",Buffer.from(C),s),N=this.derToRawSignature(I).toString("base64url");return`${C}.${N}`}catch(s){throw new Vd.CredentialsProviderError(`Failed to generate Dpop proof: ${s instanceof Error?s.message:String(s)}`,{logger:this.logger,tryNextLink:!1})}}},bor=t=>async({callerClientConfig:e}={})=>{t?.logger?.debug?.("@aws-sdk/credential-providers - fromLoginCredentials");let r=await CY.parseKnownFiles(t||{}),n=CY.getProfileName({profile:t?.profile??e?.profile}),s=r[n];if(!s?.login_session)throw new Vd.CredentialsProviderError(`Profile ${n} does not contain login_session.`,{tryNextLink:!0,logger:t?.logger});let i=await new _Y(s,t,e).loadCredentials();return Aor.setCredentialFeature(i,"CREDENTIALS_LOGIN","AD")};BOe.fromLoginCredentials=bor});function Ior(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"sts",region:t.region},propertiesExtractor:(e,r)=>({signingProperties:{config:e,context:r}})}}function Dor(t){return{schemeId:"smithy.api#noAuth"}}var UR,HOe,VOe,xor,jOe,RY=R(()=>{$n();UR=T($s());FR();HOe=async(t,e,r)=>({operation:(0,UR.getSmithyContext)(e).operation,region:await(0,UR.normalizeProvider)(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});VOe=t=>{let e=[];switch(t.operation){case"AssumeRoleWithWebIdentity":{e.push(Dor(t));break}default:e.push(Ior(t))}return e},xor=t=>Object.assign(t,{stsClientCtor:nc}),jOe=t=>{let e=xor(t),r=Eu(e);return Object.assign(r,{authSchemePreference:(0,UR.normalizeProvider)(t.authSchemePreference??[])})}});var WOe,_L,RL=R(()=>{WOe=t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,useGlobalEndpoint:t.useGlobalEndpoint??!1,defaultSigningName:"sts"}),_L={UseGlobalEndpoint:{type:"builtInParams",name:"useGlobalEndpoint"},UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}}});var nke,et,Et,jd,kn,ske,oke,Rr,zOe,sc,cS,AY,KOe,TY,ike,QOe,Nn,YOe,ake,cke,as,$o,JOe,uke,lke,XOe,dke,ZOe,eke,tke,rke,wor,pke,mke=R(()=>{nke="required",et="type",Et="argv",jd="booleanEquals",kn="stringEquals",ske="sigv4",oke="us-east-1",Rr="endpoint",zOe="https://sts.{Region}.{PartitionResult#dnsSuffix}",sc="tree",cS="error",AY="getAttr",KOe={[nke]:!1,[et]:"string"},TY={[nke]:!0,default:!1,[et]:"boolean"},ike={ref:"Endpoint"},QOe={fn:"isSet",[Et]:[{ref:"Region"}]},Nn={ref:"Region"},YOe={fn:"aws.partition",[Et]:[Nn],assign:"PartitionResult"},ake={ref:"UseFIPS"},cke={ref:"UseDualStack"},as={url:"https://sts.amazonaws.com",properties:{authSchemes:[{name:ske,signingName:"sts",signingRegion:oke}]},headers:{}},$o={},JOe={conditions:[{fn:kn,[Et]:[Nn,"aws-global"]}],[Rr]:as,[et]:Rr},uke={fn:jd,[Et]:[ake,!0]},lke={fn:jd,[Et]:[cke,!0]},XOe={fn:AY,[Et]:[{ref:"PartitionResult"},"supportsFIPS"]},dke={ref:"PartitionResult"},ZOe={fn:jd,[Et]:[!0,{fn:AY,[Et]:[dke,"supportsDualStack"]}]},eke=[{fn:"isSet",[Et]:[ike]}],tke=[uke],rke=[lke],wor={version:"1.0",parameters:{Region:KOe,UseDualStack:TY,UseFIPS:TY,Endpoint:KOe,UseGlobalEndpoint:TY},rules:[{conditions:[{fn:jd,[Et]:[{ref:"UseGlobalEndpoint"},!0]},{fn:"not",[Et]:eke},QOe,YOe,{fn:jd,[Et]:[ake,!1]},{fn:jd,[Et]:[cke,!1]}],rules:[{conditions:[{fn:kn,[Et]:[Nn,"ap-northeast-1"]}],endpoint:as,[et]:Rr},{conditions:[{fn:kn,[Et]:[Nn,"ap-south-1"]}],endpoint:as,[et]:Rr},{conditions:[{fn:kn,[Et]:[Nn,"ap-southeast-1"]}],endpoint:as,[et]:Rr},{conditions:[{fn:kn,[Et]:[Nn,"ap-southeast-2"]}],endpoint:as,[et]:Rr},JOe,{conditions:[{fn:kn,[Et]:[Nn,"ca-central-1"]}],endpoint:as,[et]:Rr},{conditions:[{fn:kn,[Et]:[Nn,"eu-central-1"]}],endpoint:as,[et]:Rr},{conditions:[{fn:kn,[Et]:[Nn,"eu-north-1"]}],endpoint:as,[et]:Rr},{conditions:[{fn:kn,[Et]:[Nn,"eu-west-1"]}],endpoint:as,[et]:Rr},{conditions:[{fn:kn,[Et]:[Nn,"eu-west-2"]}],endpoint:as,[et]:Rr},{conditions:[{fn:kn,[Et]:[Nn,"eu-west-3"]}],endpoint:as,[et]:Rr},{conditions:[{fn:kn,[Et]:[Nn,"sa-east-1"]}],endpoint:as,[et]:Rr},{conditions:[{fn:kn,[Et]:[Nn,oke]}],endpoint:as,[et]:Rr},{conditions:[{fn:kn,[Et]:[Nn,"us-east-2"]}],endpoint:as,[et]:Rr},{conditions:[{fn:kn,[Et]:[Nn,"us-west-1"]}],endpoint:as,[et]:Rr},{conditions:[{fn:kn,[Et]:[Nn,"us-west-2"]}],endpoint:as,[et]:Rr},{endpoint:{url:zOe,properties:{authSchemes:[{name:ske,signingName:"sts",signingRegion:"{Region}"}]},headers:$o},[et]:Rr}],[et]:sc},{conditions:eke,rules:[{conditions:tke,error:"Invalid Configuration: FIPS and custom endpoint are not supported",[et]:cS},{conditions:rke,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",[et]:cS},{endpoint:{url:ike,properties:$o,headers:$o},[et]:Rr}],[et]:sc},{conditions:[QOe],rules:[{conditions:[YOe],rules:[{conditions:[uke,lke],rules:[{conditions:[{fn:jd,[Et]:[!0,XOe]},ZOe],rules:[{endpoint:{url:"https://sts-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:$o,headers:$o},[et]:Rr}],[et]:sc},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",[et]:cS}],[et]:sc},{conditions:tke,rules:[{conditions:[{fn:jd,[Et]:[XOe,!0]}],rules:[{conditions:[{fn:kn,[Et]:[{fn:AY,[Et]:[dke,"name"]},"aws-us-gov"]}],endpoint:{url:"https://sts.{Region}.amazonaws.com",properties:$o,headers:$o},[et]:Rr},{endpoint:{url:"https://sts-fips.{Region}.{PartitionResult#dnsSuffix}",properties:$o,headers:$o},[et]:Rr}],[et]:sc},{error:"FIPS is enabled but this partition does not support FIPS",[et]:cS}],[et]:sc},{conditions:rke,rules:[{conditions:[ZOe],rules:[{endpoint:{url:"https://sts.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:$o,headers:$o},[et]:Rr}],[et]:sc},{error:"DualStack is enabled but this partition does not support DualStack",[et]:cS}],[et]:sc},JOe,{endpoint:{url:zOe,properties:$o,headers:$o},[et]:Rr}],[et]:sc}],[et]:sc},{error:"Invalid Configuration: Missing Region",[et]:cS}]},pke=wor});var fke,uS,$or,gke,hke=R(()=>{fke=T($m()),uS=T(md());mke();$or=new uS.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS","UseGlobalEndpoint"]}),gke=(t,e={})=>$or.get(t,()=>(0,uS.resolveEndpoint)(pke,{endpointParams:t,logger:e.logger}));uS.customEndpointFunctions.aws=fke.awsEndpointFunctions});var Ske,yke,TL,AL,Eke,Cke=R(()=>{$n();Lm();Zn();Ske=T(ct()),yke=T(Su()),TL=T(De()),AL=T(He());RY();hke();Eke=t=>({apiVersion:"2011-06-15",base64Decoder:t?.base64Decoder??TL.fromBase64,base64Encoder:t?.base64Encoder??TL.toBase64,disableHostPrefix:t?.disableHostPrefix??!1,endpointProvider:t?.endpointProvider??gke,extensions:t?.extensions??[],httpAuthSchemeProvider:t?.httpAuthSchemeProvider??VOe,httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new ts},{schemeId:"smithy.api#noAuth",identityProvider:e=>e.getIdentityProvider("smithy.api#noAuth")||(async()=>({})),signer:new Ki}],logger:t?.logger??new Ske.NoOpLogger,protocol:t?.protocol??Id,protocolSettings:t?.protocolSettings??{defaultNamespace:"com.amazonaws.sts",xmlNamespace:"https://sts.amazonaws.com/doc/2011-06-15/",version:"2011-06-15",serviceTarget:"AWSSecurityTokenServiceV20110615"},serviceId:t?.serviceId??"STS",urlParser:t?.urlParser??yke.parseUrl,utf8Decoder:t?.utf8Decoder??AL.fromUtf8,utf8Encoder:t?.utf8Encoder??AL.toUtf8})});var PL,zd,_ke,vL,Wd,bL,IL,Rke,Tke,Ake,Pke,vke=R(()=>{mN();$n();PL=T(Kh()),zd=T(co());Zn();_ke=T(Qh()),vL=T(Yi()),Wd=T(Xa()),bL=T(ld()),IL=T(ct()),Rke=T(Cn()),Tke=T(Yh()),Ake=T(Mm());Cke();Pke=t=>{(0,IL.emitWarningIfUnsupportedVersion)(process.version);let e=(0,Tke.resolveDefaultsModeConfig)(t),r=()=>e().then(IL.loadConfigsForDefaultMode),n=Eke(t);fd(process.version);let s={profile:t?.profile,logger:n.logger};return{...n,...t,runtime:"node",defaultsMode:e,authSchemePreference:t?.authSchemePreference??(0,Wd.loadConfig)(hd,s),bodyLengthChecker:t?.bodyLengthChecker??Rke.calculateBodyLength,defaultUserAgentProvider:t?.defaultUserAgentProvider??(0,PL.createDefaultUserAgentProvider)({serviceId:n.serviceId,clientVersion:zh.version}),httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:o=>o.getIdentityProvider("aws.auth#sigv4")||(async i=>await t.credentialDefaultProvider(i?.__config||{})()),signer:new ts},{schemeId:"smithy.api#noAuth",identityProvider:o=>o.getIdentityProvider("smithy.api#noAuth")||(async()=>({})),signer:new Ki}],maxAttempts:t?.maxAttempts??(0,Wd.loadConfig)(vL.NODE_MAX_ATTEMPT_CONFIG_OPTIONS,t),region:t?.region??(0,Wd.loadConfig)(zd.NODE_REGION_CONFIG_OPTIONS,{...zd.NODE_REGION_CONFIG_FILE_OPTIONS,...s}),requestHandler:bL.NodeHttpHandler.create(t?.requestHandler??r),retryMode:t?.retryMode??(0,Wd.loadConfig)({...vL.NODE_RETRY_MODE_CONFIG_OPTIONS,default:async()=>(await r()).retryMode||Ake.DEFAULT_RETRY_MODE},t),sha256:t?.sha256??_ke.Hash.bind(null,"sha256"),streamCollector:t?.streamCollector??bL.streamCollector,useDualstackEndpoint:t?.useDualstackEndpoint??(0,Wd.loadConfig)(zd.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,s),useFipsEndpoint:t?.useFipsEndpoint??(0,Wd.loadConfig)(zd.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,s),userAgentAppId:t?.userAgentAppId??(0,Wd.loadConfig)(PL.NODE_APP_ID_CONFIG_OPTIONS,s)}}});var bke,Ike,Dke=R(()=>{bke=t=>{let e=t.httpAuthSchemes,r=t.httpAuthSchemeProvider,n=t.credentials;return{setHttpAuthScheme(s){let o=e.findIndex(i=>i.schemeId===s.schemeId);o===-1?e.push(s):e.splice(o,1,s)},httpAuthSchemes(){return e},setHttpAuthSchemeProvider(s){r=s},httpAuthSchemeProvider(){return r},setCredentials(s){n=s},credentials(){return n}}},Ike=t=>({httpAuthSchemes:t.httpAuthSchemes(),httpAuthSchemeProvider:t.httpAuthSchemeProvider(),credentials:t.credentials()})});var DL,xL,wL,xke,wke=R(()=>{DL=T(Bm()),xL=T(tr()),wL=T(ct());Dke();xke=(t,e)=>{let r=Object.assign((0,DL.getAwsRegionExtensionConfiguration)(t),(0,wL.getDefaultExtensionConfiguration)(t),(0,xL.getHttpHandlerExtensionConfiguration)(t),bke(t));return e.forEach(n=>n.configure(r)),Object.assign(t,(0,DL.resolveAwsRegionExtensionConfiguration)(r),(0,wL.resolveDefaultRuntimeConfig)(r),(0,xL.resolveHttpHandlerRuntimeConfig)(r),Ike(r))}});var $L,$ke,Oke,OL,kke,Nke,Lke,kL,PY,nc,FR=R(()=>{$L=T(Sh()),$ke=T(yh()),Oke=T(Eh()),OL=T(Um()),kke=T(co());Zn();vt();Nke=T(Hh()),Lke=T(Za()),kL=T(Yi()),PY=T(ct());RY();RL();vke();wke();nc=class extends PY.Client{config;constructor(...[e]){let r=Pke(e||{});super(r),this.initConfig=r;let n=WOe(r),s=(0,OL.resolveUserAgentConfig)(n),o=(0,kL.resolveRetryConfig)(s),i=(0,kke.resolveRegionConfig)(o),a=(0,$L.resolveHostHeaderConfig)(i),c=(0,Lke.resolveEndpointConfig)(a),u=jOe(c),f=xke(u,e?.extensions||[]);this.config=f,this.middlewareStack.use(Tm(this.config)),this.middlewareStack.use((0,OL.getUserAgentPlugin)(this.config)),this.middlewareStack.use((0,kL.getRetryPlugin)(this.config)),this.middlewareStack.use((0,Nke.getContentLengthPlugin)(this.config)),this.middlewareStack.use((0,$L.getHostHeaderPlugin)(this.config)),this.middlewareStack.use((0,$ke.getLoggerPlugin)(this.config)),this.middlewareStack.use((0,Oke.getRecursionDetectionPlugin)(this.config)),this.middlewareStack.use(_m(this.config,{httpAuthSchemeParametersProvider:HOe,identityProviderConfigProvider:async m=>new hu({"aws.auth#sigv4":m.credentials})})),this.middlewareStack.use(Rm(this.config))}destroy(){super.destroy()}}});var Uke,uo,NL=R(()=>{Uke=T(ct()),uo=class t extends Uke.ServiceException{constructor(e){super(e),Object.setPrototypeOf(this,t.prototype)}}});var MR,qR,BR,GR,HR,VR,jR,vY=R(()=>{NL();MR=class t extends uo{name="ExpiredTokenException";$fault="client";constructor(e){super({name:"ExpiredTokenException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},qR=class t extends uo{name="MalformedPolicyDocumentException";$fault="client";constructor(e){super({name:"MalformedPolicyDocumentException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},BR=class t extends uo{name="PackedPolicyTooLargeException";$fault="client";constructor(e){super({name:"PackedPolicyTooLargeException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},GR=class t extends uo{name="RegionDisabledException";$fault="client";constructor(e){super({name:"RegionDisabledException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},HR=class t extends uo{name="IDPRejectedClaimException";$fault="client";constructor(e){super({name:"IDPRejectedClaimException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},VR=class t extends uo{name="InvalidIdentityTokenException";$fault="client";constructor(e){super({name:"InvalidIdentityTokenException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},jR=class t extends uo{name="IDPCommunicationErrorException";$fault="client";constructor(e){super({name:"IDPCommunicationErrorException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}}});var Oor,kor,Nor,Lor,Uor,For,bY,Mor,qor,Bor,Gor,IY,Hor,Fke,Vor,jor,Wor,zor,Kor,Qor,Yor,Jor,Mke,qke,Xor,Zor,eir,tir,rir,nir,Bke,sir,oir,Gke,iir,Hke,air,cir,DY,uir,lir,dir,pir,mir,fir,gir,hir,Sir,yir,Wm,zm,Eir,Km,Qm,Ym,Cir,Vke,_ir,wt,Rir,Tir,xY,jke,Wke,zke,Kke,wY,Qke,Yke,Jke,Xke,Zke,eNe,tNe,rNe,nNe,sNe,oNe,iNe,Air,Pir,$Y,OY,LL=R(()=>{vt();vY();NL();Oor="Arn",kor="AccessKeyId",Nor="AssumeRole",Lor="AssumedRoleId",Uor="AssumeRoleRequest",For="AssumeRoleResponse",bY="AssumedRoleUser",Mor="AssumeRoleWithWebIdentity",qor="AssumeRoleWithWebIdentityRequest",Bor="AssumeRoleWithWebIdentityResponse",Gor="Audience",IY="Credentials",Hor="ContextAssertion",Fke="DurationSeconds",Vor="Expiration",jor="ExternalId",Wor="ExpiredTokenException",zor="IDPCommunicationErrorException",Kor="IDPRejectedClaimException",Qor="InvalidIdentityTokenException",Yor="Key",Jor="MalformedPolicyDocumentException",Mke="Policy",qke="PolicyArns",Xor="ProviderArn",Zor="ProvidedContexts",eir="ProvidedContextsListType",tir="ProvidedContext",rir="PolicyDescriptorType",nir="ProviderId",Bke="PackedPolicySize",sir="PackedPolicyTooLargeException",oir="Provider",Gke="RoleArn",iir="RegionDisabledException",Hke="RoleSessionName",air="SecretAccessKey",cir="SubjectFromWebIdentityToken",DY="SourceIdentity",uir="SerialNumber",lir="SessionToken",dir="Tags",pir="TokenCode",mir="TransitiveTagKeys",fir="Tag",gir="Value",hir="WebIdentityToken",Sir="arn",yir="accessKeySecretType",Wm="awsQueryError",zm="client",Eir="clientTokenType",Km="error",Qm="httpError",Ym="message",Cir="policyDescriptorListType",Vke="smithy.ts.sdk.synthetic.com.amazonaws.sts",_ir="tagListType",wt="com.amazonaws.sts",Rir=[0,wt,yir,8,0],Tir=[0,wt,Eir,8,0],xY=[3,wt,bY,0,[Lor,Oor],[0,0]],jke=[3,wt,Uor,0,[Gke,Hke,qke,Mke,Fke,dir,mir,jor,uir,pir,DY,Zor],[0,0,()=>iNe,0,1,()=>Pir,64,0,0,0,0,()=>Air]],Wke=[3,wt,For,0,[IY,bY,Bke,DY],[[()=>wY,0],()=>xY,1,0]],zke=[3,wt,qor,0,[Gke,Hke,hir,nir,qke,Mke,Fke],[0,0,[()=>Tir,0],0,()=>iNe,0,1]],Kke=[3,wt,Bor,0,[IY,cir,bY,Bke,oir,Gor,DY],[[()=>wY,0],0,()=>xY,1,0,0,0]],wY=[3,wt,IY,0,[kor,air,lir,Vor],[0,[()=>Rir,0],0,4]],Qke=[-3,wt,Wor,{[Wm]:["ExpiredTokenException",400],[Km]:zm,[Qm]:400},[Ym],[0]];We.for(wt).registerError(Qke,MR);Yke=[-3,wt,zor,{[Wm]:["IDPCommunicationError",400],[Km]:zm,[Qm]:400},[Ym],[0]];We.for(wt).registerError(Yke,jR);Jke=[-3,wt,Kor,{[Wm]:["IDPRejectedClaim",403],[Km]:zm,[Qm]:403},[Ym],[0]];We.for(wt).registerError(Jke,HR);Xke=[-3,wt,Qor,{[Wm]:["InvalidIdentityToken",400],[Km]:zm,[Qm]:400},[Ym],[0]];We.for(wt).registerError(Xke,VR);Zke=[-3,wt,Jor,{[Wm]:["MalformedPolicyDocument",400],[Km]:zm,[Qm]:400},[Ym],[0]];We.for(wt).registerError(Zke,qR);eNe=[-3,wt,sir,{[Wm]:["PackedPolicyTooLarge",400],[Km]:zm,[Qm]:400},[Ym],[0]];We.for(wt).registerError(eNe,BR);tNe=[3,wt,rir,0,[Sir],[0]],rNe=[3,wt,tir,0,[Xor,Hor],[0,0]],nNe=[-3,wt,iir,{[Wm]:["RegionDisabledException",403],[Km]:zm,[Qm]:403},[Ym],[0]];We.for(wt).registerError(nNe,GR);sNe=[3,wt,fir,0,[Yor,gir],[0,0]],oNe=[-3,Vke,"STSServiceException",0,[],[]];We.for(Vke).registerError(oNe,uo);iNe=[1,wt,Cir,0,()=>tNe],Air=[1,wt,eir,0,()=>rNe],Pir=[1,wt,_ir,0,()=>sNe],$Y=[9,wt,Nor,0,()=>jke,()=>Wke],OY=[9,wt,Mor,0,()=>zke,()=>Kke]});var aNe,cNe,Jm,UL=R(()=>{aNe=T(Za()),cNe=T(ct());RL();LL();Jm=class extends cNe.Command.classBuilder().ep(_L).m(function(e,r,n,s){return[(0,aNe.getEndpointPlugin)(n,e.getEndpointParameterInstructions())]}).s("AWSSecurityTokenServiceV20110615","AssumeRole",{}).n("STSClient","AssumeRoleCommand").sc($Y).build(){}});var uNe,lNe,Xm,FL=R(()=>{uNe=T(Za()),lNe=T(ct());RL();LL();Xm=class extends lNe.Command.classBuilder().ep(_L).m(function(e,r,n,s){return[(0,uNe.getEndpointPlugin)(n,e.getEndpointParameterInstructions())]}).s("AWSSecurityTokenServiceV20110615","AssumeRoleWithWebIdentity",{}).n("STSClient","AssumeRoleWithWebIdentityCommand").sc(OY).build(){}});var dNe,vir,ML,pNe=R(()=>{dNe=T(ct());UL();FL();FR();vir={AssumeRoleCommand:Jm,AssumeRoleWithWebIdentityCommand:Xm},ML=class extends nc{};(0,dNe.createAggregatedClient)(vir,ML)});var mNe=R(()=>{UL();FL()});var fNe=R(()=>{});var gNe,hNe,SNe,yNe,ENe,CNe,_Ne=R(()=>{mi();gNe=T(Bm());UL();FL();hNe=t=>{if(typeof t?.Arn=="string"){let e=t.Arn.split(":");if(e.length>4&&e[4]!=="")return e[4]}},SNe=async(t,e,r,n={})=>{let s=typeof t=="function"?await t():t,o=typeof e=="function"?await e():e,i="",a=s??o??(i=await(0,gNe.stsRegionDefaultResolver)(n)());return r?.debug?.("@aws-sdk/client-sts::resolveRegion","accepting first of:",`${s} (credential provider clientConfig)`,`${o} (contextual client)`,`${i} (STS default: AWS_REGION, profile region, or us-east-1)`),a},yNe=(t,e)=>{let r,n;return async(s,o)=>{if(n=s,!r){let{logger:f=t?.parentClientConfig?.logger,profile:m=t?.parentClientConfig?.profile,region:h,requestHandler:y=t?.parentClientConfig?.requestHandler,credentialProviderLogger:C,userAgentAppId:I=t?.parentClientConfig?.userAgentAppId}=t,$=await SNe(h,t?.parentClientConfig?.region,C,{logger:f,profile:m}),N=!CNe(y);r=new e({...t,userAgentAppId:I,profile:m,credentialDefaultProvider:()=>async()=>n,region:$,requestHandler:N?y:void 0,logger:f})}let{Credentials:i,AssumedRoleUser:a}=await r.send(new Jm(o));if(!i||!i.AccessKeyId||!i.SecretAccessKey)throw new Error(`Invalid response from STS.assumeRole call with role ${o.RoleArn}`);let c=hNe(a),u={accessKeyId:i.AccessKeyId,secretAccessKey:i.SecretAccessKey,sessionToken:i.SessionToken,expiration:i.Expiration,...i.CredentialScope&&{credentialScope:i.CredentialScope},...c&&{accountId:c}};return gd(u,"CREDENTIALS_STS_ASSUME_ROLE","i"),u}},ENe=(t,e)=>{let r;return async n=>{if(!r){let{logger:c=t?.parentClientConfig?.logger,profile:u=t?.parentClientConfig?.profile,region:f,requestHandler:m=t?.parentClientConfig?.requestHandler,credentialProviderLogger:h,userAgentAppId:y=t?.parentClientConfig?.userAgentAppId}=t,C=await SNe(f,t?.parentClientConfig?.region,h,{logger:c,profile:u}),I=!CNe(m);r=new e({...t,userAgentAppId:y,profile:u,region:C,requestHandler:I?m:void 0,logger:c})}let{Credentials:s,AssumedRoleUser:o}=await r.send(new Xm(n));if(!s||!s.AccessKeyId||!s.SecretAccessKey)throw new Error(`Invalid response from STS.assumeRoleWithWebIdentity call with role ${n.RoleArn}`);let i=hNe(o),a={accessKeyId:s.AccessKeyId,secretAccessKey:s.SecretAccessKey,sessionToken:s.SessionToken,expiration:s.Expiration,...s.CredentialScope&&{credentialScope:s.CredentialScope},...i&&{accountId:i}};return i&&gd(a,"RESOLVED_ACCOUNT_ID","T"),gd(a,"CREDENTIALS_STS_ASSUME_ROLE_WEB_ID","k"),a}},CNe=t=>t?.metadata?.handlerProtocol==="h2"});var RNe,TNe,ANe,bir,PNe=R(()=>{_Ne();FR();RNe=(t,e)=>e?class extends t{constructor(n){super(n);for(let s of e)this.middlewareStack.use(s)}}:t,TNe=(t={},e)=>yNe(t,RNe(nc,e)),ANe=(t={},e)=>ENe(t,RNe(nc,e)),bir=t=>e=>t({roleAssumer:TNe(e),roleAssumerWithWebIdentity:ANe(e),...e})});var kY={};st(kY,{AssumeRole$:()=>$Y,AssumeRoleCommand:()=>Jm,AssumeRoleRequest$:()=>jke,AssumeRoleResponse$:()=>Wke,AssumeRoleWithWebIdentity$:()=>OY,AssumeRoleWithWebIdentityCommand:()=>Xm,AssumeRoleWithWebIdentityRequest$:()=>zke,AssumeRoleWithWebIdentityResponse$:()=>Kke,AssumedRoleUser$:()=>xY,Credentials$:()=>wY,ExpiredTokenException:()=>MR,ExpiredTokenException$:()=>Qke,IDPCommunicationErrorException:()=>jR,IDPCommunicationErrorException$:()=>Yke,IDPRejectedClaimException:()=>HR,IDPRejectedClaimException$:()=>Jke,InvalidIdentityTokenException:()=>VR,InvalidIdentityTokenException$:()=>Xke,MalformedPolicyDocumentException:()=>qR,MalformedPolicyDocumentException$:()=>Zke,PackedPolicyTooLargeException:()=>BR,PackedPolicyTooLargeException$:()=>eNe,PolicyDescriptorType$:()=>tNe,ProvidedContext$:()=>rNe,RegionDisabledException:()=>GR,RegionDisabledException$:()=>nNe,STS:()=>ML,STSClient:()=>nc,STSServiceException:()=>uo,STSServiceException$:()=>oNe,Tag$:()=>sNe,__Client:()=>PY.Client,decorateDefaultCredentialProvider:()=>bir,getDefaultRoleAssumer:()=>TNe,getDefaultRoleAssumerWithWebIdentity:()=>ANe});var NY=R(()=>{FR();pNe();mNe();LL();vY();fNe();PNe();NL()});var FY=O(vNe=>{"use strict";var UY=Ja(),LY=rs(),Iir=require("child_process"),Dir=require("util"),xir=(mi(),J(yu)),wir=(t,e,r)=>{if(e.Version!==1)throw Error(`Profile ${t} credential_process did not return Version 1.`);if(e.AccessKeyId===void 0||e.SecretAccessKey===void 0)throw Error(`Profile ${t} credential_process returned invalid credentials.`);if(e.Expiration){let o=new Date;if(new Date(e.Expiration)<o)throw Error(`Profile ${t} credential_process returned expired credentials.`)}let n=e.AccountId;!n&&r?.[t]?.aws_account_id&&(n=r[t].aws_account_id);let s={accessKeyId:e.AccessKeyId,secretAccessKey:e.SecretAccessKey,...e.SessionToken&&{sessionToken:e.SessionToken},...e.Expiration&&{expiration:new Date(e.Expiration)},...e.CredentialScope&&{credentialScope:e.CredentialScope},...n&&{accountId:n}};return xir.setCredentialFeature(s,"CREDENTIALS_PROCESS","w"),s},$ir=async(t,e,r)=>{let n=e[t];if(e[t]){let s=n.credential_process;if(s!==void 0){let o=Dir.promisify(UY.externalDataInterceptor?.getTokenRecord?.().exec??Iir.exec);try{let{stdout:i}=await o(s),a;try{a=JSON.parse(i.trim())}catch{throw Error(`Profile ${t} credential_process returned invalid JSON.`)}return wir(t,a,e)}catch(i){throw new LY.CredentialsProviderError(i.message,{logger:r})}}else throw new LY.CredentialsProviderError(`Profile ${t} did not contain credential_process.`,{logger:r})}else throw new LY.CredentialsProviderError(`Profile ${t} could not be found in shared credentials file.`,{logger:r})},Oir=(t={})=>async({callerClientConfig:e}={})=>{t.logger?.debug("@aws-sdk/credential-provider-process - fromProcess");let r=await UY.parseKnownFiles(t);return $ir(UY.getProfileName({profile:t.profile??e?.profile}),r,t.logger)};vNe.fromProcess=Oir});var MY=O(oc=>{"use strict";var kir=oc&&oc.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),Nir=oc&&oc.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Lir=oc&&oc.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[n.length]=s);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),s=0;s<n.length;s++)n[s]!=="default"&&kir(r,e,n[s]);return Nir(r,e),r}})();Object.defineProperty(oc,"__esModule",{value:!0});oc.fromWebToken=void 0;var Uir=t=>async e=>{t.logger?.debug("@aws-sdk/credential-provider-web-identity - fromWebToken");let{roleArn:r,roleSessionName:n,webIdentityToken:s,providerId:o,policyArns:i,policy:a,durationSeconds:c}=t,{roleAssumerWithWebIdentity:u}=t;if(!u){let{getDefaultRoleAssumerWithWebIdentity:f}=await Promise.resolve().then(()=>Lir((NY(),J(kY))));u=f({...t.clientConfig,credentialProviderLogger:t.logger,parentClientConfig:{...e?.callerClientConfig,...t.parentClientConfig}},t.clientPlugins)}return u({RoleArn:r,RoleSessionName:n??`aws-sdk-js-session-${Date.now()}`,WebIdentityToken:s,ProviderId:o,PolicyArns:i,Policy:a,DurationSeconds:c})};oc.fromWebToken=Uir});var INe=O(qL=>{"use strict";Object.defineProperty(qL,"__esModule",{value:!0});qL.fromTokenFile=void 0;var Fir=(mi(),J(yu)),Mir=rs(),qir=Ja(),Bir=require("fs"),Gir=MY(),bNe="AWS_WEB_IDENTITY_TOKEN_FILE",Hir="AWS_ROLE_ARN",Vir="AWS_ROLE_SESSION_NAME",jir=(t={})=>async e=>{t.logger?.debug("@aws-sdk/credential-provider-web-identity - fromTokenFile");let r=t?.webIdentityTokenFile??process.env[bNe],n=t?.roleArn??process.env[Hir],s=t?.roleSessionName??process.env[Vir];if(!r||!n)throw new Mir.CredentialsProviderError("Web identity configuration not specified",{logger:t.logger});let o=await(0,Gir.fromWebToken)({...t,webIdentityToken:qir.externalDataInterceptor?.getTokenRecord?.()[r]??(0,Bir.readFileSync)(r,{encoding:"ascii"}),roleArn:n,roleSessionName:s})(e);return r===process.env[bNe]&&(0,Fir.setCredentialFeature)(o,"CREDENTIALS_ENV_VARS_STS_WEB_ID_TOKEN","h"),o};qL.fromTokenFile=jir});var qY=O(WR=>{"use strict";var DNe=INe(),xNe=MY();Object.keys(DNe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(WR,t)&&Object.defineProperty(WR,t,{enumerable:!0,get:function(){return DNe[t]}})});Object.keys(xNe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(WR,t)&&Object.defineProperty(WR,t,{enumerable:!0,get:function(){return xNe[t]}})})});var LNe=O(NNe=>{"use strict";var GY=Ja(),zR=rs(),Iu=(mi(),J(yu)),Wir=GOe(),zir=(t,e,r)=>{let n={EcsContainer:async s=>{let{fromHttp:o}=await Promise.resolve().then(()=>T($Q())),{fromContainerMetadata:i}=await Promise.resolve().then(()=>T(oR()));return r?.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer"),async()=>zR.chain(o(s??{}),i(s))().then(BY)},Ec2InstanceMetadata:async s=>{r?.debug("@aws-sdk/credential-provider-ini - credential_source is Ec2InstanceMetadata");let{fromInstanceMetadata:o}=await Promise.resolve().then(()=>T(oR()));return async()=>o(s)().then(BY)},Environment:async s=>{r?.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");let{fromEnv:o}=await Promise.resolve().then(()=>T(AQ()));return async()=>o(s)().then(BY)}};if(t in n)return n[t];throw new zR.CredentialsProviderError(`Unsupported credential source in profile ${e}. Got ${t}, expected EcsContainer or Ec2InstanceMetadata or Environment.`,{logger:r})},BY=t=>Iu.setCredentialFeature(t,"CREDENTIALS_PROFILE_NAMED_PROVIDER","p"),Kir=(t,{profile:e="default",logger:r}={})=>!!t&&typeof t=="object"&&typeof t.role_arn=="string"&&["undefined","string"].indexOf(typeof t.role_session_name)>-1&&["undefined","string"].indexOf(typeof t.external_id)>-1&&["undefined","string"].indexOf(typeof t.mfa_serial)>-1&&(Qir(t,{profile:e,logger:r})||Yir(t,{profile:e,logger:r})),Qir=(t,{profile:e,logger:r})=>{let n=typeof t.source_profile=="string"&&typeof t.credential_source>"u";return n&&r?.debug?.(` ${e} isAssumeRoleWithSourceProfile source_profile=${t.source_profile}`),n},Yir=(t,{profile:e,logger:r})=>{let n=typeof t.credential_source=="string"&&typeof t.source_profile>"u";return n&&r?.debug?.(` ${e} isCredentialSourceProfile credential_source=${t.credential_source}`),n},Jir=async(t,e,r,n,s={},o)=>{r.logger?.debug("@aws-sdk/credential-provider-ini - resolveAssumeRoleCredentials (STS)");let i=e[t],{source_profile:a,region:c}=i;if(!r.roleAssumer){let{getDefaultRoleAssumer:f}=await Promise.resolve().then(()=>(NY(),kY));r.roleAssumer=f({...r.clientConfig,credentialProviderLogger:r.logger,parentClientConfig:{...n,...r?.parentClientConfig,region:c??r?.parentClientConfig?.region??n?.region}},r.clientPlugins)}if(a&&a in s)throw new zR.CredentialsProviderError(`Detected a cycle attempting to resolve credentials for profile ${GY.getProfileName(r)}. Profiles visited: `+Object.keys(s).join(", "),{logger:r.logger});r.logger?.debug(`@aws-sdk/credential-provider-ini - finding credential resolver using ${a?`source_profile=[${a}]`:`profile=[${t}]`}`);let u=a?o(a,e,r,n,{...s,[a]:!0},wNe(e[a]??{})):(await zir(i.credential_source,t,r.logger)(r))();if(wNe(i))return u.then(f=>Iu.setCredentialFeature(f,"CREDENTIALS_PROFILE_SOURCE_PROFILE","o"));{let f={RoleArn:i.role_arn,RoleSessionName:i.role_session_name||`aws-sdk-js-${Date.now()}`,ExternalId:i.external_id,DurationSeconds:parseInt(i.duration_seconds||"3600",10)},{mfa_serial:m}=i;if(m){if(!r.mfaCodeProvider)throw new zR.CredentialsProviderError(`Profile ${t} requires multi-factor authentication, but no MFA code callback was provided.`,{logger:r.logger,tryNextLink:!1});f.SerialNumber=m,f.TokenCode=await r.mfaCodeProvider(m)}let h=await u;return r.roleAssumer(h,f).then(y=>Iu.setCredentialFeature(y,"CREDENTIALS_PROFILE_SOURCE_PROFILE","o"))}},wNe=t=>!t.role_arn&&!!t.credential_source,Xir=t=>!!(t&&t.login_session),Zir=async(t,e,r)=>{let n=await Wir.fromLoginCredentials({...e,profile:t})({callerClientConfig:r});return Iu.setCredentialFeature(n,"CREDENTIALS_PROFILE_LOGIN","AC")},ear=t=>!!t&&typeof t=="object"&&typeof t.credential_process=="string",tar=async(t,e)=>Promise.resolve().then(()=>T(FY())).then(({fromProcess:r})=>r({...t,profile:e})().then(n=>Iu.setCredentialFeature(n,"CREDENTIALS_PROFILE_PROCESS","v"))),rar=async(t,e,r={},n)=>{let{fromSSO:s}=await Promise.resolve().then(()=>T(rY()));return s({profile:t,logger:r.logger,parentClientConfig:r.parentClientConfig,clientConfig:r.clientConfig})({callerClientConfig:n}).then(o=>e.sso_session?Iu.setCredentialFeature(o,"CREDENTIALS_PROFILE_SSO","r"):Iu.setCredentialFeature(o,"CREDENTIALS_PROFILE_SSO_LEGACY","t"))},nar=t=>t&&(typeof t.sso_start_url=="string"||typeof t.sso_account_id=="string"||typeof t.sso_session=="string"||typeof t.sso_region=="string"||typeof t.sso_role_name=="string"),$Ne=t=>!!t&&typeof t=="object"&&typeof t.aws_access_key_id=="string"&&typeof t.aws_secret_access_key=="string"&&["undefined","string"].indexOf(typeof t.aws_session_token)>-1&&["undefined","string"].indexOf(typeof t.aws_account_id)>-1,ONe=async(t,e)=>{e?.logger?.debug("@aws-sdk/credential-provider-ini - resolveStaticCredentials");let r={accessKeyId:t.aws_access_key_id,secretAccessKey:t.aws_secret_access_key,sessionToken:t.aws_session_token,...t.aws_credential_scope&&{credentialScope:t.aws_credential_scope},...t.aws_account_id&&{accountId:t.aws_account_id}};return Iu.setCredentialFeature(r,"CREDENTIALS_PROFILE","n")},sar=t=>!!t&&typeof t=="object"&&typeof t.web_identity_token_file=="string"&&typeof t.role_arn=="string"&&["undefined","string"].indexOf(typeof t.role_session_name)>-1,oar=async(t,e,r)=>Promise.resolve().then(()=>T(qY())).then(({fromTokenFile:n})=>n({webIdentityTokenFile:t.web_identity_token_file,roleArn:t.role_arn,roleSessionName:t.role_session_name,roleAssumerWithWebIdentity:e.roleAssumerWithWebIdentity,logger:e.logger,parentClientConfig:e.parentClientConfig})({callerClientConfig:r}).then(s=>Iu.setCredentialFeature(s,"CREDENTIALS_PROFILE_STS_WEB_ID_TOKEN","q"))),kNe=async(t,e,r,n,s={},o=!1)=>{let i=e[t];if(Object.keys(s).length>0&&$Ne(i))return ONe(i,r);if(o||Kir(i,{profile:t,logger:r.logger}))return Jir(t,e,r,n,s,kNe);if($Ne(i))return ONe(i,r);if(sar(i))return oar(i,r,n);if(ear(i))return tar(r,t);if(nar(i))return await rar(t,i,r,n);if(Xir(i))return Zir(t,r,n);throw new zR.CredentialsProviderError(`Could not resolve credentials using profile: [${t}] in configuration/credentials file(s).`,{logger:r.logger})},iar=(t={})=>async({callerClientConfig:e}={})=>{t.logger?.debug("@aws-sdk/credential-provider-ini - fromIni");let r=await GY.parseKnownFiles(t);return kNe(GY.getProfileName({profile:t.profile??e?.profile}),r,t,e)};NNe.fromIni=iar});var qNe=O(BL=>{"use strict";var HY=AQ(),KR=rs(),aar=Ja(),UNe="AWS_EC2_METADATA_DISABLED",car=async t=>{let{ENV_CMDS_FULL_URI:e,ENV_CMDS_RELATIVE_URI:r,fromContainerMetadata:n,fromInstanceMetadata:s}=await Promise.resolve().then(()=>T(oR()));if(process.env[r]||process.env[e]){t.logger?.debug("@aws-sdk/credential-provider-node - remoteProvider::fromHttp/fromContainerMetadata");let{fromHttp:o}=await Promise.resolve().then(()=>T($Q()));return KR.chain(o(t),n(t))}return process.env[UNe]&&process.env[UNe]!=="false"?async()=>{throw new KR.CredentialsProviderError("EC2 Instance Metadata Service access disabled",{logger:t.logger})}:(t.logger?.debug("@aws-sdk/credential-provider-node - remoteProvider::fromInstanceMetadata"),s(t))};function uar(t,e){let r=lar(t),n,s,o,i=async a=>{if(a?.forceRefresh)return await r(a);if(o?.expiration&&o?.expiration?.getTime()<Date.now()&&(o=void 0),n)await n;else if(!o||e?.(o))if(o)s||(s=r(a).then(c=>{o=c,s=void 0}));else return n=r(a).then(c=>{o=c,n=void 0}),i(a);return o};return i}var lar=t=>async e=>{let r;for(let n of t)try{return await n(e)}catch(s){if(r=s,s?.tryNextLink)continue;throw s}throw r},FNe=!1,dar=(t={})=>uar([async()=>{if(t.profile??process.env[aar.ENV_PROFILE])throw process.env[HY.ENV_KEY]&&process.env[HY.ENV_SECRET]&&(FNe||((t.logger?.warn&&t.logger?.constructor?.name!=="NoOpLogger"?t.logger.warn.bind(t.logger):console.warn)(`@aws-sdk/credential-provider-node - defaultProvider::fromEnv WARNING:
|
|
140
|
+
Multiple credential sources detected:
|
|
141
|
+
Both AWS_PROFILE and the pair AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY static credentials are set.
|
|
142
|
+
This SDK will proceed with the AWS_PROFILE value.
|
|
143
|
+
|
|
144
|
+
However, a future version may change this behavior to prefer the ENV static credentials.
|
|
145
|
+
Please ensure that your environment only sets either the AWS_PROFILE or the
|
|
146
|
+
AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY pair.
|
|
147
|
+
`),FNe=!0)),new KR.CredentialsProviderError("AWS_PROFILE is set, skipping fromEnv provider.",{logger:t.logger,tryNextLink:!0});return t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromEnv"),HY.fromEnv(t)()},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromSSO");let{ssoStartUrl:r,ssoAccountId:n,ssoRegion:s,ssoRoleName:o,ssoSession:i}=t;if(!r&&!n&&!s&&!o&&!i)throw new KR.CredentialsProviderError("Skipping SSO provider in default chain (inputs do not include SSO fields).",{logger:t.logger});let{fromSSO:a}=await Promise.resolve().then(()=>T(rY()));return a(t)(e)},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromIni");let{fromIni:r}=await Promise.resolve().then(()=>T(LNe()));return r(t)(e)},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromProcess");let{fromProcess:r}=await Promise.resolve().then(()=>T(FY()));return r(t)(e)},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromTokenFile");let{fromTokenFile:r}=await Promise.resolve().then(()=>T(qY()));return r(t)(e)},async()=>(t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::remoteProvider"),(await car(t))()),async()=>{throw new KR.CredentialsProviderError("Could not load credentials from any providers",{tryNextLink:!1,logger:t.logger})}],MNe),par=t=>t?.expiration!==void 0,MNe=t=>t?.expiration!==void 0&&t.expiration.getTime()-Date.now()<3e5;BL.credentialsTreatedAsExpired=MNe;BL.credentialsWillNeedRefresh=par;BL.defaultProvider=dar});var tLe=O(GL=>{"use strict";Object.defineProperty(GL,"__esModule",{value:!0});GL.ruleSet=void 0;var JNe="required",cs="fn",us="argv",dS="ref",BNe=!0,GNe="isSet",JR="booleanEquals",lS="error",ic="endpoint",Du="tree",VY="PartitionResult",jY="getAttr",QR="stringEquals",HNe={[JNe]:!1,type:"string"},VNe={[JNe]:!0,default:!1,type:"boolean"},jNe={[dS]:"Endpoint"},XNe={[cs]:JR,[us]:[{[dS]:"UseFIPS"},!0]},ZNe={[cs]:JR,[us]:[{[dS]:"UseDualStack"},!0]},rn={},YR={[dS]:"Region"},WNe={[cs]:jY,[us]:[{[dS]:VY},"supportsFIPS"]},eLe={[dS]:VY},zNe={[cs]:JR,[us]:[!0,{[cs]:jY,[us]:[eLe,"supportsDualStack"]}]},KNe=[XNe],QNe=[ZNe],YNe=[YR],mar={version:"1.0",parameters:{Region:HNe,UseDualStack:VNe,UseFIPS:VNe,Endpoint:HNe},rules:[{conditions:[{[cs]:GNe,[us]:[jNe]}],rules:[{conditions:KNe,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:lS},{conditions:QNe,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:lS},{endpoint:{url:jNe,properties:rn,headers:rn},type:ic}],type:Du},{conditions:[{[cs]:GNe,[us]:YNe}],rules:[{conditions:[{[cs]:"aws.partition",[us]:YNe,assign:VY}],rules:[{conditions:[XNe,ZNe],rules:[{conditions:[{[cs]:JR,[us]:[BNe,WNe]},zNe],rules:[{conditions:[{[cs]:QR,[us]:[YR,"us-east-1"]}],endpoint:{url:"https://cognito-idp-fips.us-east-1.amazonaws.com",properties:rn,headers:rn},type:ic},{conditions:[{[cs]:QR,[us]:[YR,"us-east-2"]}],endpoint:{url:"https://cognito-idp-fips.us-east-2.amazonaws.com",properties:rn,headers:rn},type:ic},{conditions:[{[cs]:QR,[us]:[YR,"us-west-1"]}],endpoint:{url:"https://cognito-idp-fips.us-west-1.amazonaws.com",properties:rn,headers:rn},type:ic},{conditions:[{[cs]:QR,[us]:[YR,"us-west-2"]}],endpoint:{url:"https://cognito-idp-fips.us-west-2.amazonaws.com",properties:rn,headers:rn},type:ic},{endpoint:{url:"https://cognito-idp-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:rn,headers:rn},type:ic}],type:Du},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:lS}],type:Du},{conditions:KNe,rules:[{conditions:[{[cs]:JR,[us]:[WNe,BNe]}],rules:[{endpoint:{url:"https://cognito-idp-fips.{Region}.{PartitionResult#dnsSuffix}",properties:rn,headers:rn},type:ic}],type:Du},{error:"FIPS is enabled but this partition does not support FIPS",type:lS}],type:Du},{conditions:QNe,rules:[{conditions:[zNe],rules:[{conditions:[{[cs]:QR,[us]:["aws",{[cs]:jY,[us]:[eLe,"name"]}]}],endpoint:{url:"https://cognito-idp.{Region}.amazonaws.com",properties:rn,headers:rn},type:ic},{endpoint:{url:"https://cognito-idp.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:rn,headers:rn},type:ic}],type:Du},{error:"DualStack is enabled but this partition does not support DualStack",type:lS}],type:Du},{endpoint:{url:"https://cognito-idp.{Region}.{PartitionResult#dnsSuffix}",properties:rn,headers:rn},type:ic}],type:Du}],type:Du},{error:"Invalid Configuration: Missing Region",type:lS}]};GL.ruleSet=mar});var rLe=O(HL=>{"use strict";Object.defineProperty(HL,"__esModule",{value:!0});HL.defaultEndpointResolver=void 0;var far=$m(),WY=md(),gar=tLe(),har=new WY.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS"]}),Sar=(t,e={})=>har.get(t,()=>(0,WY.resolveEndpoint)(gar.ruleSet,{endpointParams:t,logger:e.logger}));HL.defaultEndpointResolver=Sar;WY.customEndpointFunctions.aws=far.awsEndpointFunctions});var oLe=O(VL=>{"use strict";Object.defineProperty(VL,"__esModule",{value:!0});VL.getRuntimeConfig=void 0;var yar=($n(),J(Dd)),Ear=(Lm(),J(nQ)),Car=(Zn(),J(xm)),_ar=ct(),Rar=Su(),nLe=De(),sLe=He(),Tar=TQ(),Aar=rLe(),Par=t=>({apiVersion:"2016-04-18",base64Decoder:t?.base64Decoder??nLe.fromBase64,base64Encoder:t?.base64Encoder??nLe.toBase64,disableHostPrefix:t?.disableHostPrefix??!1,endpointProvider:t?.endpointProvider??Aar.defaultEndpointResolver,extensions:t?.extensions??[],httpAuthSchemeProvider:t?.httpAuthSchemeProvider??Tar.defaultCognitoIdentityProviderHttpAuthSchemeProvider,httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new yar.AwsSdkSigV4Signer},{schemeId:"smithy.api#noAuth",identityProvider:e=>e.getIdentityProvider("smithy.api#noAuth")||(async()=>({})),signer:new Car.NoAuthSigner}],logger:t?.logger??new _ar.NoOpLogger,protocol:t?.protocol??Ear.AwsJson1_1Protocol,protocolSettings:t?.protocolSettings??{defaultNamespace:"com.amazonaws.cognitoidentityprovider",xmlNamespace:"http://cognito-idp.amazonaws.com/doc/2016-04-18/",version:"2016-04-18",serviceTarget:"AWSCognitoIdentityProviderService"},serviceId:t?.serviceId??"Cognito Identity Provider",urlParser:t?.urlParser??Rar.parseUrl,utf8Decoder:t?.utf8Decoder??sLe.fromUtf8,utf8Encoder:t?.utf8Encoder??sLe.toUtf8});VL.getRuntimeConfig=Par});var dLe=O(WL=>{"use strict";Object.defineProperty(WL,"__esModule",{value:!0});WL.getRuntimeConfig=void 0;var bar=(Es(),J(ys)),Iar=bar.__importDefault(fDe()),iLe=($n(),J(Dd)),Dar=qNe(),aLe=Kh(),jL=co(),xar=Qh(),cLe=Yi(),Zm=Xa(),uLe=ld(),lLe=ct(),war=Cn(),$ar=Yh(),Oar=Mm(),kar=oLe(),Nar=t=>{(0,lLe.emitWarningIfUnsupportedVersion)(process.version);let e=(0,$ar.resolveDefaultsModeConfig)(t),r=()=>e().then(lLe.loadConfigsForDefaultMode),n=(0,kar.getRuntimeConfig)(t);(0,iLe.emitWarningIfUnsupportedVersion)(process.version);let s={profile:t?.profile,logger:n.logger};return{...n,...t,runtime:"node",defaultsMode:e,authSchemePreference:t?.authSchemePreference??(0,Zm.loadConfig)(iLe.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,s),bodyLengthChecker:t?.bodyLengthChecker??war.calculateBodyLength,credentialDefaultProvider:t?.credentialDefaultProvider??Dar.defaultProvider,defaultUserAgentProvider:t?.defaultUserAgentProvider??(0,aLe.createDefaultUserAgentProvider)({serviceId:n.serviceId,clientVersion:Iar.default.version}),maxAttempts:t?.maxAttempts??(0,Zm.loadConfig)(cLe.NODE_MAX_ATTEMPT_CONFIG_OPTIONS,t),region:t?.region??(0,Zm.loadConfig)(jL.NODE_REGION_CONFIG_OPTIONS,{...jL.NODE_REGION_CONFIG_FILE_OPTIONS,...s}),requestHandler:uLe.NodeHttpHandler.create(t?.requestHandler??r),retryMode:t?.retryMode??(0,Zm.loadConfig)({...cLe.NODE_RETRY_MODE_CONFIG_OPTIONS,default:async()=>(await r()).retryMode||Oar.DEFAULT_RETRY_MODE},t),sha256:t?.sha256??xar.Hash.bind(null,"sha256"),streamCollector:t?.streamCollector??uLe.streamCollector,useDualstackEndpoint:t?.useDualstackEndpoint??(0,Zm.loadConfig)(jL.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,s),useFipsEndpoint:t?.useFipsEndpoint??(0,Zm.loadConfig)(jL.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,s),userAgentAppId:t?.userAgentAppId??(0,Zm.loadConfig)(aLe.NODE_APP_ID_CONFIG_OPTIONS,s)}};WL.getRuntimeConfig=Nar});var AJ=O(E=>{"use strict";var pLe=Sh(),Lar=yh(),Uar=Eh(),mLe=Um(),Far=co(),Ci=(Zn(),J(xm)),we=(vt(),J(ek)),Mar=Hh(),X=Za(),fLe=Yi(),Q=ct(),gLe=TQ(),qar=dLe(),hLe=Bm(),SLe=tr(),Bar=t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"cognito-idp"}),Z={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}},Gar=t=>{let e=t.httpAuthSchemes,r=t.httpAuthSchemeProvider,n=t.credentials;return{setHttpAuthScheme(s){let o=e.findIndex(i=>i.schemeId===s.schemeId);o===-1?e.push(s):e.splice(o,1,s)},httpAuthSchemes(){return e},setHttpAuthSchemeProvider(s){r=s},httpAuthSchemeProvider(){return r},setCredentials(s){n=s},credentials(){return n}}},Har=t=>({httpAuthSchemes:t.httpAuthSchemes(),httpAuthSchemeProvider:t.httpAuthSchemeProvider(),credentials:t.credentials()}),Var=(t,e)=>{let r=Object.assign(hLe.getAwsRegionExtensionConfiguration(t),Q.getDefaultExtensionConfiguration(t),SLe.getHttpHandlerExtensionConfiguration(t),Gar(t));return e.forEach(n=>n.configure(r)),Object.assign(t,hLe.resolveAwsRegionExtensionConfiguration(r),Q.resolveDefaultRuntimeConfig(r),SLe.resolveHttpHandlerRuntimeConfig(r),Har(r))},Oo=class extends Q.Client{config;constructor(...[e]){let r=qar.getRuntimeConfig(e||{});super(r),this.initConfig=r;let n=Bar(r),s=mLe.resolveUserAgentConfig(n),o=fLe.resolveRetryConfig(s),i=Far.resolveRegionConfig(o),a=pLe.resolveHostHeaderConfig(i),c=X.resolveEndpointConfig(a),u=gLe.resolveHttpAuthSchemeConfig(c),f=Var(u,e?.extensions||[]);this.config=f,this.middlewareStack.use(we.getSchemaSerdePlugin(this.config)),this.middlewareStack.use(mLe.getUserAgentPlugin(this.config)),this.middlewareStack.use(fLe.getRetryPlugin(this.config)),this.middlewareStack.use(Mar.getContentLengthPlugin(this.config)),this.middlewareStack.use(pLe.getHostHeaderPlugin(this.config)),this.middlewareStack.use(Lar.getLoggerPlugin(this.config)),this.middlewareStack.use(Uar.getRecursionDetectionPlugin(this.config)),this.middlewareStack.use(Ci.getHttpAuthSchemeEndpointRuleSetPlugin(this.config,{httpAuthSchemeParametersProvider:gLe.defaultCognitoIdentityProviderHttpAuthSchemeParametersProvider,identityProviderConfigProvider:async m=>new Ci.DefaultIdentityProviderConfig({"aws.auth#sigv4":m.credentials})})),this.middlewareStack.use(Ci.getHttpSigningPlugin(this.config))}destroy(){super.destroy()}},ve=class t extends Q.ServiceException{constructor(e){super(e),Object.setPrototypeOf(this,t.prototype)}},QL=class t extends ve{name="InternalErrorException";$fault="server";constructor(e){super({name:"InternalErrorException",$fault:"server",...e}),Object.setPrototypeOf(this,t.prototype)}},YL=class t extends ve{name="InvalidParameterException";$fault="client";reasonCode;constructor(e){super({name:"InvalidParameterException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.reasonCode=e.reasonCode}},JL=class t extends ve{name="NotAuthorizedException";$fault="client";constructor(e){super({name:"NotAuthorizedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},XL=class t extends ve{name="ResourceNotFoundException";$fault="client";constructor(e){super({name:"ResourceNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},ZL=class t extends ve{name="TooManyRequestsException";$fault="client";constructor(e){super({name:"TooManyRequestsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},e1=class t extends ve{name="UserImportInProgressException";$fault="client";constructor(e){super({name:"UserImportInProgressException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},t1=class t extends ve{name="UserNotFoundException";$fault="client";constructor(e){super({name:"UserNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},r1=class t extends ve{name="InvalidLambdaResponseException";$fault="client";constructor(e){super({name:"InvalidLambdaResponseException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},n1=class t extends ve{name="LimitExceededException";$fault="client";constructor(e){super({name:"LimitExceededException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},s1=class t extends ve{name="TooManyFailedAttemptsException";$fault="client";constructor(e){super({name:"TooManyFailedAttemptsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},o1=class t extends ve{name="UnexpectedLambdaException";$fault="client";constructor(e){super({name:"UnexpectedLambdaException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},i1=class t extends ve{name="UserLambdaValidationException";$fault="client";constructor(e){super({name:"UserLambdaValidationException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},a1=class t extends ve{name="CodeDeliveryFailureException";$fault="client";constructor(e){super({name:"CodeDeliveryFailureException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},c1=class t extends ve{name="InvalidPasswordException";$fault="client";constructor(e){super({name:"InvalidPasswordException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},u1=class t extends ve{name="InvalidSmsRoleAccessPolicyException";$fault="client";constructor(e){super({name:"InvalidSmsRoleAccessPolicyException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},l1=class t extends ve{name="InvalidSmsRoleTrustRelationshipException";$fault="client";constructor(e){super({name:"InvalidSmsRoleTrustRelationshipException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},d1=class t extends ve{name="PreconditionNotMetException";$fault="client";constructor(e){super({name:"PreconditionNotMetException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},p1=class t extends ve{name="UnsupportedUserStateException";$fault="client";constructor(e){super({name:"UnsupportedUserStateException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},m1=class t extends ve{name="UsernameExistsException";$fault="client";constructor(e){super({name:"UsernameExistsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},f1=class t extends ve{name="AliasExistsException";$fault="client";constructor(e){super({name:"AliasExistsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},g1=class t extends ve{name="InvalidUserPoolConfigurationException";$fault="client";constructor(e){super({name:"InvalidUserPoolConfigurationException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},h1=class t extends ve{name="InvalidEmailRoleAccessPolicyException";$fault="client";constructor(e){super({name:"InvalidEmailRoleAccessPolicyException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},S1=class t extends ve{name="MFAMethodNotFoundException";$fault="client";constructor(e){super({name:"MFAMethodNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},y1=class t extends ve{name="PasswordResetRequiredException";$fault="client";constructor(e){super({name:"PasswordResetRequiredException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},E1=class t extends ve{name="UnsupportedOperationException";$fault="client";constructor(e){super({name:"UnsupportedOperationException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},C1=class t extends ve{name="UserNotConfirmedException";$fault="client";constructor(e){super({name:"UserNotConfirmedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},_1=class t extends ve{name="UserPoolAddOnNotEnabledException";$fault="client";constructor(e){super({name:"UserPoolAddOnNotEnabledException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},R1=class t extends ve{name="CodeMismatchException";$fault="client";constructor(e){super({name:"CodeMismatchException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},T1=class t extends ve{name="ExpiredCodeException";$fault="client";constructor(e){super({name:"ExpiredCodeException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},A1=class t extends ve{name="PasswordHistoryPolicyViolationException";$fault="client";constructor(e){super({name:"PasswordHistoryPolicyViolationException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},P1=class t extends ve{name="SoftwareTokenMFANotFoundException";$fault="client";constructor(e){super({name:"SoftwareTokenMFANotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},v1=class t extends ve{name="ConcurrentModificationException";$fault="client";constructor(e){super({name:"ConcurrentModificationException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},b1=class t extends ve{name="ForbiddenException";$fault="client";constructor(e){super({name:"ForbiddenException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},I1=class t extends ve{name="WebAuthnChallengeNotFoundException";$fault="client";constructor(e){super({name:"WebAuthnChallengeNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},D1=class t extends ve{name="WebAuthnClientMismatchException";$fault="client";constructor(e){super({name:"WebAuthnClientMismatchException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},x1=class t extends ve{name="WebAuthnCredentialNotSupportedException";$fault="client";constructor(e){super({name:"WebAuthnCredentialNotSupportedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},w1=class t extends ve{name="WebAuthnNotEnabledException";$fault="client";constructor(e){super({name:"WebAuthnNotEnabledException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},$1=class t extends ve{name="WebAuthnOriginNotAllowedException";$fault="client";constructor(e){super({name:"WebAuthnOriginNotAllowedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},O1=class t extends ve{name="WebAuthnRelyingPartyMismatchException";$fault="client";constructor(e){super({name:"WebAuthnRelyingPartyMismatchException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},k1=class t extends ve{name="DeviceKeyExistsException";$fault="client";constructor(e){super({name:"DeviceKeyExistsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},N1=class t extends ve{name="GroupExistsException";$fault="client";constructor(e){super({name:"GroupExistsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},L1=class t extends ve{name="DuplicateProviderException";$fault="client";constructor(e){super({name:"DuplicateProviderException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},U1=class t extends ve{name="ManagedLoginBrandingExistsException";$fault="client";constructor(e){super({name:"ManagedLoginBrandingExistsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},F1=class t extends ve{name="TermsExistsException";$fault="client";constructor(e){super({name:"TermsExistsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},M1=class t extends ve{name="FeatureUnavailableInTierException";$fault="client";constructor(e){super({name:"FeatureUnavailableInTierException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},q1=class t extends ve{name="TierChangeNotAllowedException";$fault="client";constructor(e){super({name:"TierChangeNotAllowedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},B1=class t extends ve{name="UserPoolTaggingException";$fault="client";constructor(e){super({name:"UserPoolTaggingException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},G1=class t extends ve{name="InvalidOAuthFlowException";$fault="client";constructor(e){super({name:"InvalidOAuthFlowException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},H1=class t extends ve{name="ScopeDoesNotExistException";$fault="client";constructor(e){super({name:"ScopeDoesNotExistException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},V1=class t extends ve{name="UnsupportedIdentityProviderException";$fault="client";constructor(e){super({name:"UnsupportedIdentityProviderException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},j1=class t extends ve{name="RefreshTokenReuseException";$fault="client";constructor(e){super({name:"RefreshTokenReuseException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},W1=class t extends ve{name="UnauthorizedException";$fault="client";constructor(e){super({name:"UnauthorizedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},z1=class t extends ve{name="UnsupportedTokenTypeException";$fault="client";constructor(e){super({name:"UnsupportedTokenTypeException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},K1=class t extends ve{name="WebAuthnConfigurationMissingException";$fault="client";constructor(e){super({name:"WebAuthnConfigurationMissingException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},Q1=class t extends ve{name="EnableSoftwareTokenMFAException";$fault="client";constructor(e){super({name:"EnableSoftwareTokenMFAException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},yLe="Actions",jar="ApplicationArn",War="AllowAdminCreateUserOnly",zar="AdminAddUserToGroup",Kar="AdminAddUserToGroupRequest",ELe="AliasAttributes",Qar="AuthenticatorAttachment",CLe="AvailableChallenges",Yar="AddCustomAttributes",Jar="AddCustomAttributesRequest",Xar="AddCustomAttributesResponse",Zar="AdminConfirmSignUp",ecr="AdminConfirmSignUpRequest",tcr="AdminConfirmSignUpResponse",rcr="AnalyticsConfigurationType",ncr="AdminCreateUser",zY="AdminCreateUserConfig",scr="AdminCreateUserConfigType",ocr="AdminCreateUserRequest",icr="AdminCreateUserResponse",KY="AnalyticsConfiguration",acr="AdminDisableProviderForUser",ccr="AdminDisableProviderForUserRequest",ucr="AdminDisableProviderForUserResponse",lcr="AttributeDataType",dcr="AdminDeleteUser",pcr="AdminDeleteUserAttributes",mcr="AdminDeleteUserAttributesRequest",fcr="AdminDeleteUserAttributesResponse",gcr="AdminDeleteUserRequest",hcr="AdminDisableUserRequest",Scr="AdminDisableUserResponse",ycr="AdminDisableUser",Ecr="AuthEvents",Ccr="AliasExistsException",_cr="AnalyticsEndpointId",Rcr="AuthEventType",Tcr="AuthEventsType",Acr="AdminEnableUser",Pcr="AdminEnableUserRequest",vcr="AdminEnableUserResponse",_Le="AuthFlow",bcr="AllowedFirstAuthFactors",Icr="AdminForgetDevice",Dcr="AdminForgetDeviceRequest",xcr="AdminGetDevice",wcr="AdminGetDeviceRequest",$cr="AdminGetDeviceResponse",Ocr="AdminGetUser",kcr="AdminGetUserRequest",Ncr="AdminGetUserResponse",Lcr="ApplicationId",Ucr="AdminInitiateAuth",Fcr="AdminInitiateAuthRequest",Mcr="AdminInitiateAuthResponse",qcr="AdminListDevices",Bcr="AdminListDevicesRequest",Gcr="AdminListDevicesResponse",Hcr="AdminListGroupsForUser",Vcr="AdminListGroupsForUserRequest",jcr="AdminListGroupsForUserResponse",Wcr="AdminLinkProviderForUser",zcr="AdminLinkProviderForUserRequest",Kcr="AdminLinkProviderForUserResponse",Qcr="AssetListType",Ycr="AttributeListType",Jcr="AdminListUserAuthEvents",Xcr="AdminListUserAuthEventsRequest",Zcr="AdminListUserAuthEventsResponse",xu="AnalyticsMetadata",eur="AnalyticsMetadataType",QY="AttributeMapping",eM="AttributeName",YY="AllowedOAuthFlows",JY="AllowedOAuthFlowsUserPoolClient",XY="AllowedOAuthScopes",RLe="AuthParameters",tur="AuthParametersType",a0="AuthenticationResult",ZY="AccountRecoverySetting",rur="AccountRecoverySettingType",nur="AuthenticationResultType",sur="AdminRespondToAuthChallenge",our="AdminRespondToAuthChallengeRequest",iur="AdminRespondToAuthChallengeResponse",aur="AdminRemoveUserFromGroup",cur="AdminRemoveUserFromGroupRequest",uur="AdminResetUserPassword",lur="AdminResetUserPasswordRequest",dur="AdminResetUserPasswordResponse",pur="AttributesRequireVerificationBeforeUpdate",mur="AdvancedSecurityAdditionalFlows",fur="AdvancedSecurityAdditionalFlowsType",gur="AdvancedSecurityMode",hur="AssociateSoftwareToken",Sur="AssociateSoftwareTokenRequest",yur="AssociateSoftwareTokenResponse",Eur="AdminSetUserMFAPreference",Cur="AdminSetUserMFAPreferenceRequest",_ur="AdminSetUserMFAPreferenceResponse",Rur="AdminSetUserPassword",Tur="AdminSetUserPasswordRequest",Aur="AdminSetUserPasswordResponse",Pur="AdminSetUserSettings",vur="AdminSetUserSettingsRequest",bur="AdminSetUserSettingsResponse",e7="AuthSessionValidity",Iur="AssetType",Dur="AccountTakeoverActionsType",xur="AccountTakeoverActionType",wur="AttributesToGet",TLe="AccountTakeoverRiskConfiguration",$ur="AccountTakeoverRiskConfigurationType",t7="AccessTokenValidity",Tr="AccessToken",Our="AttributeType",kur="AuthenticatorTransports",Nur="AdminUpdateAuthEventFeedback",Lur="AdminUpdateAuthEventFeedbackRequest",Uur="AdminUpdateAuthEventFeedbackResponse",Fur="AdminUpdateDeviceStatus",Mur="AdminUpdateDeviceStatusRequest",qur="AdminUpdateDeviceStatusResponse",Bur="AdminUserGlobalSignOut",Gur="AdminUserGlobalSignOutRequest",Hur="AdminUserGlobalSignOutResponse",Vur="AdminUpdateUserAttributes",jur="AdminUpdateUserAttributesRequest",Wur="AdminUpdateUserAttributesResponse",r7="AutoVerifiedAttributes",zur="AttributeValueType",Kur="AWSAccountId",Qur="Arn",n7="Assets",Yur="Attributes",Jur="Bytes",Xur="BucketArn",Zur="BlockEmail",elr="BlockedIPRangeList",tlr="Category",rlr="CustomAttributes",nlr="CreateAuthChallenge",slr="CustomAttributesListType",olr="CustomAuthMode",ilr="CertificateArn",alr="CreatedAt",ALe="ConfirmationCode",clr="CompromisedCredentialsActionsType",ulr="CompromisedCredentialsDetected",llr="CredentialCreationOptions",PLe="CompromisedCredentialsRiskConfiguration",dlr="CompromisedCredentialsRiskConfigurationType",vLe="ContextData",s7="CustomDomainConfig",plr="CustomDomainConfigType",tM="CodeDeliveryDetails",mlr="CodeDeliveryDetailsList",flr="CodeDeliveryDetailsListType",glr="CodeDeliveryDetailsType",hlr="CodeDeliveryFailureException",Slr="ConfirmDeviceRequest",ylr="ConfirmDeviceResponse",Elr="ContextDataType",Clr="CompletionDate",_lr="ConfirmDevice",_i="CreationDate",Rlr="CustomDomain",Tlr="CustomEmailLambdaVersionConfigType",Alr="CustomEmailSender",bLe="CloudFrontDomain",Plr="CloudFrontDistribution",vlr="ConfirmForgotPassword",blr="ConfirmForgotPasswordRequest",Ilr="ConfirmForgotPasswordResponse",Dlr="CreateGroup",xlr="CreateGroupRequest",wlr="CreateGroupResponse",mr="ClientId",$lr="CreateIdentityProvider",Olr="CreateIdentityProviderRequest",klr="CreateIdentityProviderResponse",Nlr="ClientIdType",ILe="CredentialId",ls="ClientMetadata",Llr="CodeMismatchException",Ulr="ConcurrentModificationException",Flr="CreateManagedLoginBranding",Mlr="CreateManagedLoginBrandingRequest",qlr="CreateManagedLoginBrandingResponse",Blr="ColorMode",Glr="CompletionMessage",Hlr="CustomMessage",ef="ChallengeName",rM="ClientName",nM="ChallengeParameters",Vlr="ChangePasswordRequest",jlr="ChangePasswordResponse",Wlr="ChangePassword",o7="ChallengeResponses",zlr="ChallengeResponseListType",Klr="ChallengeRequiredOnNewDevice",Qlr="CreateResourceServer",Ylr="CreateResourceServerRequest",Jlr="CreateResourceServerResponse",Xlr="ChallengeResponseType",Zlr="ChallengeResponsesType",edr="ChallengeResponse",tdr="ConfigurationSet",rdr="CustomSMSLambdaVersionConfigType",ndr="CustomSMSSender",DLe="CSS",sdr="CSSVersion",odr="ClientSecretType",idr="ConfirmSignUp",adr="ConfirmSignUpRequest",cdr="ConfirmSignUpResponse",udr="CSVHeader",ldr="CaseSensitive",i7="ClientSecret",ddr="CreateTerms",pdr="CreateTermsRequest",mdr="CreateTermsResponse",fdr="ConfiguredUserAuthFactors",gdr="CreateUserImportJob",hdr="CreateUserImportJobRequest",Sdr="CreateUserImportJobResponse",ydr="CreateUserPool",Edr="CreateUserPoolClient",Cdr="CreateUserPoolClientRequest",_dr="CreateUserPoolClientResponse",Rdr="CreateUserPoolDomain",Tdr="CreateUserPoolDomainRequest",Adr="CreateUserPoolDomainResponse",Pdr="CreateUserPoolRequest",vdr="CreateUserPoolResponse",a7="CallbackURLs",bdr="CompleteWebAuthnRegistration",Idr="CompleteWebAuthnRegistrationRequest",Ddr="CompleteWebAuthnRegistrationResponse",xdr="CloudWatchLogsConfiguration",wdr="CloudWatchLogsConfigurationType",xLe="CloudWatchLogsRoleArn",$dr="Certificate",Odr="City",kdr="Country",Ndr="Code",Ldr="Credential",Udr="Credentials",wLe="Device",Fdr="DeviceAttributes",Mdr="DefineAuthChallenge",c7="DeviceConfiguration",qdr="DeviceCreateDate",Bdr="DeviceConfigurationType",Gdr="DomainDescription",Hdr="DesiredDeliveryMediums",Vdr="DomainDescriptionType",jdr="DefaultEmailOption",Wdr="DeleteGroup",zdr="DeviceGroupKey",Kdr="DeleteGroupRequest",Qdr="DeleteIdentityProvider",Ydr="DeleteIdentityProviderRequest",Jdr="DescribeIdentityProviderRequest",Xdr="DescribeIdentityProviderResponse",Zdr="DescribeIdentityProvider",cc="DeviceKey",epr="DeviceKeyExistsException",tpr="DeviceLastAuthenticatedDate",rpr="DeviceLastModifiedDate",npr="DeviceListType",$Le="DeliveryMedium",spr="DeleteManagedLoginBranding",opr="DescribeManagedLoginBrandingByClient",ipr="DescribeManagedLoginBrandingByClientRequest",apr="DescribeManagedLoginBrandingByClientResponse",cpr="DeleteManagedLoginBrandingRequest",upr="DescribeManagedLoginBrandingRequest",lpr="DescribeManagedLoginBrandingResponse",dpr="DescribeManagedLoginBranding",OLe="DeviceName",ppr="DeveloperOnlyAttribute",mpr="DeviceOnlyRememberedOnUserPrompt",u7="DeletionProtection",fpr="DuplicateProviderException",gpr="DescribeRiskConfiguration",hpr="DescribeRiskConfigurationRequest",Spr="DescribeRiskConfigurationResponse",kLe="DeviceRememberedStatus",ypr="DeleteResourceServerRequest",Epr="DescribeResourceServerRequest",Cpr="DescribeResourceServerResponse",_pr="DeleteResourceServer",Rpr="DescribeResourceServer",l7="DefaultRedirectURI",Tpr="DeviceSecretVerifierConfig",Apr="DeviceSecretVerifierConfigType",Ppr="DeviceType",vpr="DeleteTermsRequest",bpr="DescribeTermsRequest",Ipr="DescribeTermsResponse",Dpr="DeleteTerms",xpr="DescribeTerms",wpr="DestinationUser",$pr="DeleteUserAttributes",Opr="DeleteUserAttributesRequest",kpr="DeleteUserAttributesResponse",Npr="DescribeUserImportJob",Lpr="DescribeUserImportJobRequest",Upr="DescribeUserImportJobResponse",Fpr="DeleteUserPool",Mpr="DeleteUserPoolClient",qpr="DeleteUserPoolClientRequest",Bpr="DescribeUserPoolClientRequest",Gpr="DescribeUserPoolClientResponse",Hpr="DescribeUserPoolClient",Vpr="DeleteUserPoolDomain",jpr="DeleteUserPoolDomainRequest",Wpr="DeleteUserPoolDomainResponse",zpr="DescribeUserPoolDomainRequest",Kpr="DescribeUserPoolDomainResponse",Qpr="DescribeUserPoolDomain",Ypr="DeleteUserPoolRequest",Jpr="DescribeUserPoolRequest",Xpr="DescribeUserPoolResponse",Zpr="DescribeUserPool",emr="DeleteUserRequest",tmr="DeleteUser",rmr="DeleteWebAuthnCredential",nmr="DeleteWebAuthnCredentialRequest",smr="DeleteWebAuthnCredentialResponse",NLe="Devices",omr="Destination",d7="Description",mS="Domain",fS="Enabled",LLe="EventAction",p7="ExplicitAuthFlows",m7="EmailConfiguration",imr="EventContextData",amr="EventContextDataType",cmr="ExpiredCodeException",umr="EmailConfigurationFailure",lmr="EmailConfigurationType",ULe="EncodedData",dmr="EventFeedback",pmr="EventFeedbackType",mmr="EventFilter",f7="EventId",FLe="ExternalId",fmr="ExpiresIn",MLe="EmailMessage",gmr="EmailMessageByLink",g7="EmailMfaConfiguration",hmr="EmailMfaConfigType",qLe="EmailMfaSettings",Smr="EmailMfaSettingsType",ymr="EstimatedNumberOfUsers",h7="EnablePropagateAdditionalUserContextData",Emr="EventResponse",Cmr="EventRiskType",_mr="EventRisk",Rmr="EventSource",Tmr="EmailSendingAccount",Amr="EmailSubjectByLink",Pmr="EnableSoftwareTokenMFAException",BLe="EmailSubject",vmr="EventType",S7="EnableTokenRevocation",y7="EmailVerificationMessage",E7="EmailVerificationSubject",sM="Enforcement",bmr="Extension",GLe="From",HLe="ForceAliasCreation",Imr="FirehoseConfiguration",Dmr="FriendlyCredentialName",xmr="FirehoseConfigurationType",wmr="FeedbackDate",$mr="FriendlyDeviceName",Omr="ForgetDeviceRequest",kmr="ForgetDevice",Nmr="ForbiddenException",Lmr="ForgotPassword",Umr="ForgotPasswordRequest",Fmr="ForgotPasswordResponse",Mmr="FeedbackToken",qmr="FailedUsers",Bmr="FeatureUnavailableInTierException",C7="FeedbackValue",Gmr="Feature",Hmr="Filter",VLe="Groups",Vmr="GetCSVHeader",jmr="GetCSVHeaderRequest",Wmr="GetCSVHeaderResponse",zmr="GetDevice",Kmr="GetDeviceRequest",Qmr="GetDeviceResponse",Ymr="GroupExistsException",Jmr="GetGroup",Xmr="GetGroupRequest",Zmr="GetGroupResponse",efr="GetIdentityProviderByIdentifier",tfr="GetIdentityProviderByIdentifierRequest",rfr="GetIdentityProviderByIdentifierResponse",nfr="GetLogDeliveryConfiguration",sfr="GetLogDeliveryConfigurationRequest",ofr="GetLogDeliveryConfigurationResponse",ifr="GroupListType",Kd="GroupName",afr="GenerateSecret",cfr="GetSigningCertificate",ufr="GetSigningCertificateRequest",lfr="GetSigningCertificateResponse",dfr="GlobalSignOut",pfr="GlobalSignOutRequest",mfr="GlobalSignOutResponse",ffr="GroupType",gfr="GetTokensFromRefreshToken",hfr="GetTokensFromRefreshTokenRequest",Sfr="GetTokensFromRefreshTokenResponse",yfr="GetUser",Efr="GetUserAuthFactors",Cfr="GetUserAuthFactorsRequest",_fr="GetUserAuthFactorsResponse",Rfr="GetUserAttributeVerificationCode",Tfr="GetUserAttributeVerificationCodeRequest",Afr="GetUserAttributeVerificationCodeResponse",Pfr="GetUICustomization",vfr="GetUICustomizationRequest",bfr="GetUICustomizationResponse",Ifr="GetUserPoolMfaConfig",Dfr="GetUserPoolMfaConfigRequest",xfr="GetUserPoolMfaConfigResponse",wfr="GetUserRequest",$fr="GetUserResponse",_7="Group",Ofr="HighAction",kfr="HtmlBody",Nfr="HttpHeaders",Lfr="HttpHeaderList",Ufr="HttpHeader",c0="Identifier",R7="IpAddress",Ffr="InitiateAuthRequest",Mfr="InitiateAuthResponse",qfr="InitiateAuth",Bfr="InternalErrorException",Gfr="InvalidEmailRoleAccessPolicyException",Hfr="ImageFile",T7="IdpIdentifiers",Vfr="IdpIdentifier",jfr="InvalidLambdaResponseException",Wfr="InviteMessageTemplate",zfr="InvalidOAuthFlowException",oM="IdentityProvider",Kfr="InvalidParameterException",Qfr="InvalidPasswordException",Yfr="IdentityProviderType",Jfr="InvalidSmsRoleAccessPolicyException",Xfr="InvalidSmsRoleTrustRelationshipException",jLe="IdToken",A7="IdTokenValidity",Zfr="ImageUrl",egr="InvalidUserPoolConfigurationException",tgr="ImportedUsers",WLe="Id",iM="JobId",zLe="JobName",rgr="KMSKeyID",gS="Limit",ngr="LowAction",P7="LambdaArn",aM="LambdaConfig",sgr="LogConfigurationListType",ogr="LambdaConfigType",igr="LogConfigurationType",KLe="LogConfigurations",agr="ListDevices",QLe="LogDeliveryConfiguration",cgr="LogDeliveryConfigurationType",ugr="ListDevicesRequest",lgr="ListDevicesResponse",dgr="LimitExceededException",pgr="ListGroups",mgr="LogGroupArn",fgr="ListGroupsRequest",ggr="ListGroupsResponse",hgr="ListIdentityProviders",Sgr="ListIdentityProvidersRequest",ygr="ListIdentityProvidersResponse",Egr="LogLevel",na="LastModifiedDate",Cgr="ListResourceServers",_gr="ListResourceServersRequest",Rgr="ListResourceServersResponse",Tgr="ListTerms",Agr="ListTagsForResource",Pgr="ListTagsForResourceRequest",vgr="ListTagsForResourceResponse",bgr="ListTermsRequest",Igr="ListTermsResponse",Dgr="ListUsers",xgr="ListUsersInGroup",wgr="ListUsersInGroupRequest",$gr="ListUsersInGroupResponse",Ogr="ListUserImportJobs",kgr="ListUserImportJobsRequest",Ngr="ListUserImportJobsResponse",Lgr="ListUserPools",Ugr="ListUserPoolClients",Fgr="ListUserPoolClientsRequest",Mgr="ListUserPoolClientsResponse",qgr="ListUserPoolsRequest",Bgr="ListUserPoolsResponse",Ggr="ListUsersRequest",v7="LogoutURLs",Hgr="ListUsersResponse",b7="LambdaVersion",Vgr="ListWebAuthnCredentials",jgr="ListWebAuthnCredentialsRequest",Wgr="ListWebAuthnCredentialsResponse",I7="Links",zgr="Message",Kgr="MediumAction",Qgr="MessageAction",hS="MfaConfiguration",Ygr="MfaEmail",Jgr="MFAMethodNotFoundException",u0="MFAOptions",Xgr="MFAOptionListType",Zgr="MFAOptionType",ehr="MinimumLength",cM="ManagedLoginBranding",thr="ManagedLoginBrandingExistsException",uM="ManagedLoginBrandingId",rhr="ManagedLoginBrandingType",l0="ManagedLoginVersion",nhr="MaxLength",shr="MinLength",Qd="MaxResults",ohr="MessageTemplateType",ihr="MinValue",ahr="MaxValue",chr="Mutable",uhr="Notify",lhr="NumberAttributeConstraints",dhr="NumberAttributeConstraintsType",phr="NotAuthorizedException",mhr="NoActionEmail",fhr="NotifyConfiguration",ghr="NotifyConfigurationType",hhr="NewDeviceMetadata",Shr="NewDeviceMetadataType",yhr="NotifyEmailType",nn="NextToken",Yd="Name",D7="Password",Ehr="PreAuthentication",Chr="ProviderAttributeName",_hr="ProviderAttributeValue",Rhr="PostAuthentication",Thr="PostConfirmation",x7="ProviderDetails",Ahr="ProviderDescription",Phr="PasswordHistoryPolicyViolationException",vhr="PasswordHistorySize",bhr="ProvidersListType",w7="PreferredMfa",$7="PreferredMfaSetting",tf="ProviderName",Ihr="PreconditionNotMetException",YLe="PoolName",Dhr="PreviousPassword",xhr="PasswordPolicyType",whr="PasswordPolicy",$hr="ProposedPassword",Ohr="PasswordResetRequiredException",khr="PreSignUp",Nhr="PreSignedUrl",Lhr="PasswordType",Uhr="PreTokenGeneration",Fhr="PreTokenGenerationConfig",Mhr="PreTokenGenerationVersionConfigType",Jd="PaginationToken",O7="ProviderType",k7="PreventUserExistenceErrors",qhr="ProviderUserIdentifierType",Bhr="PasswordVerifier",Ghr="Permanent",N7="Policies",L7="Precedence",Hhr="Priority",Vhr="Provider",jhr="Providers",Whr="Required",lM="RoleArn",U7="ReadAttributes",F7="ResourceArn",JLe="RiskConfiguration",zhr="ResendConfirmationCode",Khr="ResendConfirmationCodeRequest",Qhr="ResendConfirmationCodeResponse",Yhr="RiskConfigurationType",Jhr="RiskDecision",XLe="RiskExceptionConfiguration",Xhr="RiskExceptionConfigurationType",Zhr="RetryGracePeriodSeconds",eSr="ResourceId",tSr="RiskLevel",rSr="RequireLowercase",nSr="RecoveryMechanisms",ZLe="ReturnMergedResources",sSr="RecoveryMechanismsType",oSr="RequireNumbers",iSr="ResourceNotFoundException",aSr="RecoveryOptionType",e1e="RelyingPartyId",M7="ResourceServer",cSr="ResourceServersListType",uSr="ResourceServerScopeListType",lSr="ResourceServerScopeType",dSr="ResourceServerType",pSr="ResourceServers",mSr="RequireSymbols",q7="RefreshToken",fSr="RespondToAuthChallenge",gSr="RespondToAuthChallengeRequest",hSr="RespondToAuthChallengeResponse",SSr="ReplyToEmailAddress",B7="RefreshTokenRotation",ySr="RefreshTokenReuseException",ESr="RefreshTokenRotationType",CSr="RevokeTokenRequest",_Sr="RevokeTokenResponse",G7="RefreshTokenValidity",RSr="ReplyTo",TSr="RevokeToken",ASr="RequireUppercase",qs="Session",t1e="SourceArn",PSr="StringAttributeConstraints",vSr="StringAttributeConstraintsType",bSr="SchemaAttributesListType",dM="SmsAuthenticationMessage",ISr="SchemaAttributeType",DSr="SchemaAttributes",xSr="StreamArn",wSr="S3Bucket",$Sr="SecretCode",OSr="SnsCallerArn",kSr="SmsConfigurationFailure",NSr="SecretCodeType",LSr="SmsConfigurationType",USr="S3ConfigurationType",pM="SmsConfiguration",FSr="S3Configuration",MSr="ScopeDescription",qSr="ScopeDoesNotExistException",BSr="StartDate",d0="SecretHash",GSr="SecretHashType",H7="SupportedIdentityProviders",HSr="SkippedIPRangeList",VSr="SignInPolicyType",jSr="SignInPolicy",WSr="SetLogDeliveryConfiguration",zSr="SetLogDeliveryConfigurationRequest",KSr="SetLogDeliveryConfigurationResponse",QSr="SmsMessage",V7="SmsMfaConfiguration",YSr="SmsMfaConfigType",JSr="SMSMessage",r1e="SMSMfaSettings",XSr="SMSMfaSettingsType",ZSr="ServerName",eyr="ScopeName",tyr="ServerPath",ryr="SnsRegion",nyr="SetRiskConfiguration",syr="SetRiskConfigurationRequest",oyr="SetRiskConfigurationResponse",iyr="SessionType",j7="SoftwareTokenMfaConfiguration",ayr="SoftwareTokenMfaConfigType",cyr="SoftwareTokenMFANotFoundException",uyr="SoftwareTokenMFAUserCodeType",n1e="SoftwareTokenMfaSettings",lyr="SoftwareTokenMfaSettingsType",dyr="SourceUser",pyr="SetUICustomization",myr="SetUICustomizationRequest",fyr="SetUICustomizationResponse",gyr="StartUserImportJob",hyr="StartUserImportJobRequest",Syr="StartUserImportJobResponse",yyr="StopUserImportJobRequest",Eyr="StopUserImportJobResponse",Cyr="StopUserImportJob",_yr="SetUserMFAPreference",Ryr="SetUserMFAPreferenceRequest",Tyr="SetUserMFAPreferenceResponse",Ayr="SetUserPoolMfaConfig",Pyr="SetUserPoolMfaConfigRequest",vyr="SetUserPoolMfaConfigResponse",byr="SignUpRequest",Iyr="SignUpResponse",Dyr="SetUserSettings",xyr="SetUserSettingsRequest",wyr="SetUserSettingsResponse",$yr="SignUp",Oyr="SkippedUsers",W7="SmsVerificationMessage",kyr="StartWebAuthnRegistration",Nyr="StartWebAuthnRegistrationRequest",Lyr="StartWebAuthnRegistrationResponse",Uyr="Salt",z7="Scopes",Fyr="Schema",K7="Settings",p0="Status",s1e="Subject",mM="Terms",Myr="TextBody",qyr="TierChangeNotAllowedException",Byr="TermsDescriptionListType",Gyr="TermsDescriptionType",Hyr="TermsExistsException",m0="TermsId",Vyr="TagKeys",jyr="TooManyFailedAttemptsException",Wyr="TooManyRequestsException",zyr="TokenModelType",fM="TermsName",Kyr="TemporaryPassword",Qyr="TemporaryPasswordValidityDays",Yyr="TagResource",Jyr="TagResourceRequest",Xyr="TagResourceResponse",Q7="TermsSource",Zyr="TokenType",eEr="TermsType",Y7="TokenValidityUnits",tEr="TokenValidityUnitsType",o1e="Tags",rEr="Timezone",nEr="Token",Ct="Username",SS="UserAttributes",sEr="UpdateAuthEventFeedback",oEr="UpdateAuthEventFeedbackRequest",iEr="UpdateAuthEventFeedbackResponse",i1e="UserAttributeNames",J7="UserAttributeUpdateSettings",aEr="UserAttributeUpdateSettingsType",cEr="UnusedAccountValidityDays",a1e="UsernameAttributes",c1e="UsernameConfiguration",u1e="UserCreateDate",uEr="UserContextDataType",rf="UserContextData",lEr="UserConfirmationNecessary",X7="UseCognitoProvidedValues",dEr="UsernameConfigurationType",pEr="UserConfirmed",mEr="UserCode",fEr="UserDataShared",gEr="UpdateDeviceStatusRequest",hEr="UpdateDeviceStatusResponse",SEr="UpdateDeviceStatus",yEr="UnauthorizedException",EEr="UsernameExistsException",CEr="UpdateGroup",_Er="UpdateGroupRequest",REr="UpdateGroupResponse",l1e="UICustomization",TEr="UICustomizationType",AEr="UserImportInProgressException",gM="UserImportJob",PEr="UserImportJobsListType",vEr="UserImportJobType",bEr="UserImportJobs",IEr="UpdateIdentityProvider",DEr="UnsupportedIdentityProviderException",xEr="UpdateIdentityProviderRequest",wEr="UpdateIdentityProviderResponse",$Er="UnexpectedLambdaException",d1e="UserLastModifiedDate",OEr="UsersListType",kEr="UserLambdaValidationException",NEr="UserMigration",Z7="UserMFASettingList",LEr="UpdateManagedLoginBranding",UEr="UpdateManagedLoginBrandingRequest",FEr="UpdateManagedLoginBrandingResponse",MEr="UserNotConfirmedException",qEr="UserNotFoundException",BEr="UnsupportedOperationException",p1e="UserPool",eJ="UserPoolAddOns",GEr="UserPoolAddOnNotEnabledException",HEr="UserPoolAddOnsType",tJ="UserPoolClient",VEr="UserPoolClientDescription",jEr="UserPoolClientListType",WEr="UserPoolClientType",zEr="UserPoolClients",KEr="UserPoolDescriptionType",le="UserPoolId",QEr="UserPoolListType",YEr="UserPoolPolicyType",rJ="UserPoolTags",JEr="UserPoolTaggingException",nJ="UserPoolTier",XEr="UserPoolType",ZEr="UserPools",eCr="UntagResource",tCr="UntagResourceRequest",rCr="UntagResourceResponse",nCr="UpdateResourceServer",sCr="UpdateResourceServerRequest",oCr="UpdateResourceServerResponse",m1e="UserStatus",iCr="UserSub",aCr="UsernameType",cCr="UpdateTermsRequest",uCr="UpdateTermsResponse",lCr="UnsupportedTokenTypeException",dCr="UpdateTerms",pCr="UserType",mCr="UpdateUserAttributes",fCr="UpdateUserAttributesRequest",gCr="UpdateUserAttributesResponse",hCr="UpdateUserPool",SCr="UpdateUserPoolClient",yCr="UpdateUserPoolClientRequest",ECr="UpdateUserPoolClientResponse",CCr="UpdateUserPoolDomain",_Cr="UpdateUserPoolDomainRequest",RCr="UpdateUserPoolDomainResponse",TCr="UpdateUserPoolRequest",ACr="UpdateUserPoolResponse",PCr="UnsupportedUserStateException",vCr="UserVerification",f1e="User",g1e="Users",bCr="Value",ICr="VerifyAuthChallengeResponse",h1e="ValidationData",sJ="VerificationMessageTemplate",DCr="VerificationMessageTemplateType",xCr="VerifySoftwareToken",wCr="VerifySoftwareTokenRequest",$Cr="VerifySoftwareTokenResponse",OCr="VerifyUserAttribute",kCr="VerifyUserAttributeRequest",NCr="VerifyUserAttributeResponse",LCr="Version",oJ="WriteAttributes",iJ="WebAuthnConfiguration",UCr="WebAuthnCredentialDescription",FCr="WebAuthnCredentialDescriptionListType",MCr="WebAuthnClientMismatchException",qCr="WebAuthnConfigurationMissingException",BCr="WebAuthnChallengeNotFoundException",GCr="WebAuthnCredentialNotSupportedException",HCr="WebAuthnConfigurationType",VCr="WebAuthnNotEnabledException",jCr="WebAuthnOriginNotAllowedException",WCr="WebAuthnRelyingPartyMismatchException",Be="client",Ue="error",Ge="httpError",zCr="headerName",KCr="headerValue",Fe="message",QCr="reasonCode",YCr="server",S1e="smithy.ts.sdk.synthetic.com.amazonaws.cognitoidentityprovider",_="com.amazonaws.cognitoidentityprovider",JCr=[0,_,zur,8,0],fr=[0,_,Nlr,8,0],aJ=[0,_,odr,8,0],pS=[0,_,Lhr,8,0],XCr=[0,_,NSr,8,0],f0=[0,_,GSr,8,0],Bs=[0,_,iyr,8,0],ZCr=[0,_,uyr,8,0],nr=[0,_,zyr,8,0],_t=[0,_,aCr,8,0],hM=[3,_,rur,0,[nSr],[()=>i_r]],y1e=[3,_,Dur,0,[ngr,Kgr,Ofr],[()=>zL,()=>zL,()=>zL]],zL=[3,_,xur,0,[uhr,LLe],[2,0]],cJ=[3,_,$ur,0,[fhr,yLe],[()=>hqe,()=>y1e]],E1e=[3,_,Jar,0,[le,rlr],[0,()=>n_r]],C1e=[3,_,Xar,0,[],[]],_1e=[3,_,Kar,0,[le,Ct,Kd],[0,[()=>_t,0],0]],R1e=[3,_,ecr,0,[le,Ct,ls],[0,[()=>_t,0],128]],T1e=[3,_,tcr,0,[],[]],SM=[3,_,scr,0,[War,cEr,Wfr],[2,1,()=>dqe]],A1e=[3,_,ocr,0,[le,Ct,SS,h1e,Kyr,HLe,Qgr,Hdr,ls],[0,[()=>_t,0],[()=>ac,0],[()=>ac,0],[()=>pS,0],2,0,64,128]],P1e=[3,_,icr,0,[f1e],[[()=>_J,0]]],v1e=[3,_,mcr,0,[le,Ct,i1e],[0,[()=>_t,0],64]],b1e=[3,_,fcr,0,[],[]],I1e=[3,_,gcr,0,[le,Ct],[0,[()=>_t,0]]],D1e=[3,_,ccr,0,[le,f1e],[0,()=>Y1]],x1e=[3,_,ucr,0,[],[]],w1e=[3,_,hcr,0,[le,Ct],[0,[()=>_t,0]]],$1e=[3,_,Scr,0,[],[]],O1e=[3,_,Pcr,0,[le,Ct],[0,[()=>_t,0]]],k1e=[3,_,vcr,0,[],[]],N1e=[3,_,Dcr,0,[le,Ct,cc],[0,[()=>_t,0],0]],L1e=[3,_,wcr,0,[cc,le,Ct],[0,0,[()=>_t,0]]],U1e=[3,_,$cr,0,[wLe],[[()=>_M,0]]],F1e=[3,_,kcr,0,[le,Ct],[0,[()=>_t,0]]],M1e=[3,_,Ncr,0,[Ct,SS,u1e,d1e,fS,m1e,u0,$7,Z7],[[()=>_t,0],[()=>ac,0],4,4,2,0,()=>_0,0,64]],q1e=[3,_,Fcr,0,[le,mr,_Le,RLe,ls,xu,vLe,qs],[0,[()=>fr,0],0,[()=>gBe,0],128,()=>uc,()=>lJ,[()=>Bs,0]]],B1e=[3,_,Mcr,0,[ef,qs,nM,a0,CLe],[0,[()=>Bs,0],128,[()=>yS,0],64]],G1e=[3,_,zcr,0,[le,wpr,dyr],[0,()=>Y1,()=>Y1]],H1e=[3,_,Kcr,0,[],[]],V1e=[3,_,Bcr,0,[le,Ct,gS,Jd],[0,[()=>_t,0],1,0]],j1e=[3,_,Gcr,0,[NLe,Jd],[[()=>lBe,0],0]],W1e=[3,_,Vcr,0,[Ct,le,gS,nn],[[()=>_t,0],0,1,0]],z1e=[3,_,jcr,0,[VLe,nn],[()=>dBe,0]],K1e=[3,_,Xcr,0,[le,Ct,Qd,nn],[0,[()=>_t,0],1,0]],Q1e=[3,_,Zcr,0,[Ecr,nn],[()=>e_r,0]],Y1e=[3,_,cur,0,[le,Ct,Kd],[0,[()=>_t,0],0]],J1e=[3,_,lur,0,[le,Ct,ls],[0,[()=>_t,0],128]],X1e=[3,_,dur,0,[],[]],Z1e=[3,_,our,0,[le,mr,ef,o7,qs,xu,vLe,ls],[0,[()=>fr,0],0,[()=>hBe,0],[()=>Bs,0],()=>uc,()=>lJ,128]],eUe=[3,_,iur,0,[ef,qs,nM,a0],[0,[()=>Bs,0],128,[()=>yS,0]]],tUe=[3,_,Cur,0,[r1e,n1e,qLe,Ct,le],[()=>hJ,()=>SJ,()=>dJ,[()=>_t,0],0]],rUe=[3,_,_ur,0,[],[]],nUe=[3,_,Tur,0,[le,Ct,D7,Ghr],[0,[()=>_t,0],[()=>pS,0],2]],sUe=[3,_,Aur,0,[],[]],oUe=[3,_,vur,0,[le,Ct,u0],[0,[()=>_t,0],()=>_0]],iUe=[3,_,bur,0,[],[]],aUe=[3,_,Lur,0,[le,Ct,f7,C7],[0,[()=>_t,0],0,0]],cUe=[3,_,Uur,0,[],[]],uUe=[3,_,Mur,0,[le,Ct,cc,kLe],[0,[()=>_t,0],0,0]],lUe=[3,_,qur,0,[],[]],dUe=[3,_,jur,0,[le,Ct,SS,ls],[0,[()=>_t,0],[()=>ac,0],128]],pUe=[3,_,Wur,0,[],[]],mUe=[3,_,Gur,0,[le,Ct],[0,[()=>_t,0]]],fUe=[3,_,Hur,0,[],[]],gUe=[3,_,fur,0,[olr],[0]],hUe=[-3,_,Ccr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(hUe,f1);var yM=[3,_,rcr,0,[Lcr,jar,lM,FLe,fEr],[0,0,0,0,2]],uc=[3,_,eur,0,[_cr],[0]],SUe=[3,_,Iur,0,[tlr,Blr,bmr,Jur,eSr],[0,0,0,21,0]],yUe=[3,_,Sur,0,[Tr,qs],[[()=>nr,0],[()=>Bs,0]]],EUe=[3,_,yur,0,[$Sr,qs],[[()=>XCr,0],[()=>Bs,0]]],CUe=[3,_,Our,0,[Yd,bCr],[0,[()=>JCr,0]]],yS=[3,_,nur,0,[Tr,fmr,Zyr,q7,jLe,hhr],[[()=>nr,0],1,0,[()=>nr,0],[()=>nr,0],()=>fqe]],_Ue=[3,_,Rcr,0,[f7,vmr,_i,Emr,_mr,o7,imr,dmr],[0,0,4,0,()=>jFe,()=>t_r,()=>HFe,()=>VFe]],RUe=[3,_,Xlr,0,[ef,edr],[0,0]],TUe=[3,_,Vlr,0,[Dhr,$hr,Tr],[[()=>pS,0],[()=>pS,0],[()=>nr,0]]],AUe=[3,_,jlr,0,[],[]],PUe=[3,_,wdr,0,[mgr],[0]],ES=[3,_,glr,0,[omr,$Le,eM],[0,0,0]],vUe=[-3,_,hlr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(vUe,a1);var bUe=[-3,_,Llr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(bUe,R1);var IUe=[3,_,Idr,0,[Tr,Ldr],[[()=>nr,0],15]],DUe=[3,_,Ddr,0,[],[]],xUe=[3,_,clr,0,[LLe],[0]],uJ=[3,_,dlr,0,[mmr,yLe],[64,()=>xUe]],wUe=[-3,_,Ulr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(wUe,v1);var $Ue=[3,_,Slr,0,[Tr,cc,Tpr,OLe],[[()=>nr,0],0,()=>MFe,0]],OUe=[3,_,ylr,0,[lEr],[2]],kUe=[3,_,blr,0,[mr,d0,Ct,ALe,D7,xu,rf,ls],[[()=>fr,0],[()=>f0,0],[()=>_t,0],0,[()=>pS,0],()=>uc,[()=>Xd,0],128]],NUe=[3,_,Ilr,0,[],[]],LUe=[3,_,adr,0,[mr,d0,Ct,ALe,HLe,xu,rf,ls,qs],[[()=>fr,0],[()=>f0,0],[()=>_t,0],0,2,()=>uc,[()=>Xd,0],128,[()=>Bs,0]]],UUe=[3,_,cdr,0,[qs],[[()=>Bs,0]]],lJ=[3,_,Elr,0,[R7,ZSr,tyr,Nfr,ULe],[0,0,0,()=>s_r,0]],FUe=[3,_,xlr,0,[Kd,le,d7,lM,L7],[0,0,0,0,1]],MUe=[3,_,wlr,0,[_7],[()=>g0]],qUe=[3,_,Olr,0,[le,tf,O7,x7,QY,T7],[0,0,0,128,128,64]],BUe=[3,_,klr,0,[oM],[()=>h0]],GUe=[3,_,Mlr,0,[le,mr,X7,K7,n7],[0,[()=>fr,0],2,15,()=>RJ]],HUe=[3,_,qlr,0,[cM],[()=>y0]],VUe=[3,_,Ylr,0,[le,c0,Yd,z7],[0,0,0,()=>TJ]],jUe=[3,_,Jlr,0,[M7],[()=>E0]],WUe=[3,_,pdr,0,[le,mr,fM,Q7,sM,I7],[0,[()=>fr,0],0,0,0,128]],zUe=[3,_,mdr,0,[mM],[[()=>bM,0]]],KUe=[3,_,hdr,0,[zLe,le,xLe],[0,0,0]],QUe=[3,_,Sdr,0,[gM],[()=>CS]],YUe=[3,_,Cdr,0,[le,rM,afr,G7,t7,A7,Y7,U7,oJ,p7,H7,a7,v7,l7,YY,XY,JY,KY,k7,S7,h7,e7,B7],[0,0,2,1,1,1,()=>IM,64,64,64,64,64,64,0,64,64,2,()=>yM,0,2,2,1,()=>AM]],JUe=[3,_,_dr,0,[tJ],[[()=>wM,0]]],XUe=[3,_,Tdr,0,[mS,le,l0,s7],[0,0,1,()=>EM]],ZUe=[3,_,Adr,0,[l0,bLe],[1,0]],eFe=[3,_,Pdr,0,[YLe,N7,u7,aM,r7,ELe,a1e,W7,y7,E7,sJ,dM,hS,J7,c7,m7,pM,rJ,zY,Fyr,eJ,c1e,ZY,nJ],[0,()=>$M,0,()=>S0,64,64,64,0,0,0,()=>OM,0,0,()=>DM,()=>CM,()=>RM,()=>C0,128,()=>SM,()=>mBe,()=>xM,()=>EJ,()=>hM,0]],tFe=[3,_,vdr,0,[p1e],[()=>CJ]],EM=[3,_,plr,0,[ilr],[0]],rFe=[3,_,Tlr,0,[b7,P7],[0,0]],nFe=[3,_,rdr,0,[b7,P7],[0,0]],sFe=[3,_,Kdr,0,[Kd,le],[0,0]],oFe=[3,_,Ydr,0,[le,tf],[0,0]],iFe=[3,_,cpr,0,[uM,le],[0,0]],aFe=[3,_,ypr,0,[le,c0],[0,0]],cFe=[3,_,vpr,0,[m0,le],[0,0]],uFe=[3,_,Opr,0,[i1e,Tr],[64,[()=>nr,0]]],lFe=[3,_,kpr,0,[],[]],dFe=[3,_,qpr,0,[le,mr],[0,[()=>fr,0]]],pFe=[3,_,jpr,0,[mS,le],[0,0]],mFe=[3,_,Wpr,0,[],[]],fFe=[3,_,Ypr,0,[le],[0]],gFe=[3,_,emr,0,[Tr],[[()=>nr,0]]],hFe=[3,_,nmr,0,[Tr,ILe],[[()=>nr,0],0]],SFe=[3,_,smr,0,[],[]],yFe=[3,_,Jdr,0,[le,tf],[0,0]],EFe=[3,_,Xdr,0,[oM],[()=>h0]],CFe=[3,_,ipr,0,[le,mr,ZLe],[0,[()=>fr,0],2]],_Fe=[3,_,apr,0,[cM],[()=>y0]],RFe=[3,_,upr,0,[le,uM,ZLe],[0,0,2]],TFe=[3,_,lpr,0,[cM],[()=>y0]],AFe=[3,_,Epr,0,[le,c0],[0,0]],PFe=[3,_,Cpr,0,[M7],[()=>E0]],vFe=[3,_,hpr,0,[le,mr],[0,[()=>fr,0]]],bFe=[3,_,Spr,0,[JLe],[[()=>mJ,0]]],IFe=[3,_,bpr,0,[m0,le],[0,0]],DFe=[3,_,Ipr,0,[mM],[[()=>bM,0]]],xFe=[3,_,Lpr,0,[le,iM],[0,0]],wFe=[3,_,Upr,0,[gM],[()=>CS]],$Fe=[3,_,Bpr,0,[le,mr],[0,[()=>fr,0]]],OFe=[3,_,Gpr,0,[tJ],[[()=>wM,0]]],kFe=[3,_,zpr,0,[mS],[0]],NFe=[3,_,Kpr,0,[Gdr],[()=>qFe]],LFe=[3,_,Jpr,0,[le],[0]],UFe=[3,_,Xpr,0,[p1e],[()=>CJ]],CM=[3,_,Bdr,0,[Klr,mpr],[2,2]],FFe=[-3,_,epr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(FFe,k1);var MFe=[3,_,Apr,0,[Bhr,Uyr],[0,0]],_M=[3,_,Ppr,0,[cc,Fdr,qdr,rpr,tpr],[0,[()=>ac,0],4,4,4]],qFe=[3,_,Vdr,0,[le,Kur,mS,wSr,Plr,LCr,p0,s7,l0],[0,0,0,0,0,0,0,()=>EM,1]],BFe=[-3,_,fpr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(BFe,L1);var RM=[3,_,lmr,0,[t1e,SSr,Tmr,GLe,tdr],[0,0,0,0,0]],TM=[3,_,hmr,0,[zgr,s1e],[0,0]],dJ=[3,_,Smr,0,[fS,w7],[2,2]],GFe=[-3,_,Pmr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(GFe,Q1);var HFe=[3,_,amr,0,[R7,OLe,rEr,Odr,kdr],[0,0,0,0,0]],VFe=[3,_,pmr,0,[C7,Vhr,wmr],[0,0,4]],jFe=[3,_,Cmr,0,[Jhr,tSr,ulr],[0,0,2]],WFe=[-3,_,cmr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(WFe,T1);var zFe=[-3,_,Bmr,{[Ue]:Be,[Ge]:403},[Fe],[0]];we.TypeRegistry.for(_).registerError(zFe,M1);var KFe=[3,_,xmr,0,[xSr],[0]],QFe=[-3,_,Nmr,{[Ue]:Be,[Ge]:403},[Fe],[0]];we.TypeRegistry.for(_).registerError(QFe,b1);var YFe=[3,_,Omr,0,[Tr,cc],[[()=>nr,0],0]],JFe=[3,_,Umr,0,[mr,d0,rf,Ct,xu,ls],[[()=>fr,0],[()=>f0,0],[()=>Xd,0],[()=>_t,0],()=>uc,128]],XFe=[3,_,Fmr,0,[tM],[()=>ES]],ZFe=[3,_,jmr,0,[le],[0]],eMe=[3,_,Wmr,0,[le,udr],[0,64]],tMe=[3,_,Kmr,0,[cc,Tr],[0,[()=>nr,0]]],rMe=[3,_,Qmr,0,[wLe],[[()=>_M,0]]],nMe=[3,_,Xmr,0,[Kd,le],[0,0]],sMe=[3,_,Zmr,0,[_7],[()=>g0]],oMe=[3,_,tfr,0,[le,Vfr],[0,0]],iMe=[3,_,rfr,0,[oM],[()=>h0]],aMe=[3,_,sfr,0,[le],[0]],cMe=[3,_,ofr,0,[QLe],[()=>pJ]],uMe=[3,_,ufr,0,[le],[0]],lMe=[3,_,lfr,0,[$dr],[0]],dMe=[3,_,hfr,0,[q7,mr,i7,cc,ls],[[()=>nr,0],[()=>fr,0],[()=>aJ,0],0,128]],pMe=[3,_,Sfr,0,[a0],[[()=>yS,0]]],mMe=[3,_,vfr,0,[le,mr],[0,[()=>fr,0]]],fMe=[3,_,bfr,0,[l1e],[[()=>yJ,0]]],gMe=[3,_,Tfr,0,[Tr,eM,ls],[[()=>nr,0],0,128]],hMe=[3,_,Afr,0,[tM],[()=>ES]],SMe=[3,_,Cfr,0,[Tr],[[()=>nr,0]]],yMe=[3,_,_fr,0,[Ct,$7,Z7,fdr],[[()=>_t,0],0,64,64]],EMe=[3,_,Dfr,0,[le],[0]],CMe=[3,_,xfr,0,[V7,j7,g7,hS,iJ],[()=>PM,()=>vM,()=>TM,0,()=>kM]],_Me=[3,_,wfr,0,[Tr],[[()=>nr,0]]],RMe=[3,_,$fr,0,[Ct,SS,u0,$7,Z7],[[()=>_t,0],[()=>ac,0],()=>_0,0,64]],TMe=[3,_,pfr,0,[Tr],[[()=>nr,0]]],AMe=[3,_,mfr,0,[],[]],PMe=[-3,_,Ymr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(PMe,N1);var g0=[3,_,ffr,0,[Kd,le,d7,lM,L7,na,_i],[0,0,0,0,1,4,4]],vMe=[3,_,Ufr,0,[zCr,KCr],[0,0]],h0=[3,_,Yfr,0,[le,tf,O7,x7,QY,T7,na,_i],[0,0,0,128,128,64,4,4]],bMe=[3,_,Ffr,0,[_Le,RLe,ls,mr,xu,rf,qs],[0,[()=>gBe,0],128,[()=>fr,0],()=>uc,[()=>Xd,0],[()=>Bs,0]]],IMe=[3,_,Mfr,0,[ef,qs,nM,a0,CLe],[0,[()=>Bs,0],128,[()=>yS,0],64]],DMe=[-3,_,Bfr,{[Ue]:YCr},[Fe],[0]];we.TypeRegistry.for(_).registerError(DMe,QL);var xMe=[-3,_,Gfr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(xMe,h1);var wMe=[-3,_,jfr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(wMe,r1);var $Me=[-3,_,zfr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError($Me,G1);var OMe=[-3,_,Kfr,{[Ue]:Be,[Ge]:400},[Fe,QCr],[0,0]];we.TypeRegistry.for(_).registerError(OMe,YL);var kMe=[-3,_,Qfr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(kMe,c1);var NMe=[-3,_,Jfr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(NMe,u1);var LMe=[-3,_,Xfr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(LMe,l1);var UMe=[-3,_,egr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(UMe,g1);var S0=[3,_,ogr,0,[khr,Hlr,Thr,Ehr,Rhr,Mdr,nlr,ICr,Uhr,NEr,Fhr,ndr,Alr,rgr],[0,0,0,0,0,0,0,0,0,0,()=>Rqe,()=>nFe,()=>rFe,0]],FMe=[-3,_,dgr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(FMe,n1);var MMe=[3,_,ugr,0,[Tr,gS,Jd],[[()=>nr,0],1,0]],qMe=[3,_,lgr,0,[NLe,Jd],[[()=>lBe,0],0]],BMe=[3,_,fgr,0,[le,gS,nn],[0,1,0]],GMe=[3,_,ggr,0,[VLe,nn],[()=>dBe,0]],HMe=[3,_,Sgr,0,[le,Qd,nn],[0,1,0]],VMe=[3,_,ygr,0,[jhr,nn],[()=>o_r,0]],jMe=[3,_,_gr,0,[le,Qd,nn],[0,1,0]],WMe=[3,_,Rgr,0,[pSr,nn],[()=>a_r,0]],zMe=[3,_,Pgr,0,[F7],[0]],KMe=[3,_,vgr,0,[o1e],[128]],QMe=[3,_,bgr,0,[le,Qd,nn],[0,1,0]],YMe=[3,_,Igr,0,[mM,nn],[()=>c_r,0]],JMe=[3,_,kgr,0,[le,Qd,Jd],[0,1,0]],XMe=[3,_,Ngr,0,[bEr,Jd],[()=>u_r,0]],ZMe=[3,_,Fgr,0,[le,Qd,nn],[0,1,0]],eqe=[3,_,Mgr,0,[zEr,nn],[[()=>l_r,0],0]],tqe=[3,_,qgr,0,[nn,Qd],[0,1]],rqe=[3,_,Bgr,0,[ZEr,nn],[()=>d_r,0]],nqe=[3,_,wgr,0,[le,Kd,gS,nn],[0,0,1,0]],sqe=[3,_,$gr,0,[g1e,nn],[[()=>fBe,0],0]],oqe=[3,_,Ggr,0,[le,wur,gS,Jd,Hmr],[0,64,1,0,0]],iqe=[3,_,Hgr,0,[g1e,Jd],[[()=>fBe,0],0]],aqe=[3,_,jgr,0,[Tr,nn,Qd],[[()=>nr,0],0,1]],cqe=[3,_,Wgr,0,[Udr,nn],[()=>p_r,0]],uqe=[3,_,igr,0,[Egr,Rmr,xdr,FSr,Imr],[0,0,()=>PUe,()=>kqe,()=>KFe]],pJ=[3,_,cgr,0,[le,KLe],[0,()=>pBe]],lqe=[-3,_,thr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(lqe,U1);var y0=[3,_,rhr,0,[uM,le,X7,K7,n7,_i,na],[0,0,2,15,()=>RJ,4,4]],dqe=[3,_,ohr,0,[JSr,MLe,BLe],[0,0,0]],pqe=[-3,_,Jgr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(pqe,S1);var mqe=[3,_,Zgr,0,[$Le,eM],[0,0]],fqe=[3,_,Shr,0,[cc,zdr],[0,0]],gqe=[-3,_,phr,{[Ue]:Be,[Ge]:403},[Fe],[0]];we.TypeRegistry.for(_).registerError(gqe,JL);var hqe=[3,_,ghr,0,[GLe,RSr,t1e,Zur,mhr,Ygr],[0,0,0,()=>KL,()=>KL,()=>KL]],KL=[3,_,yhr,0,[s1e,kfr,Myr],[0,0,0]],Sqe=[3,_,dhr,0,[ihr,ahr],[0,0]],yqe=[-3,_,Phr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(yqe,A1);var Eqe=[3,_,xhr,0,[ehr,ASr,rSr,oSr,mSr,vhr,Qyr],[1,2,2,2,2,1,1]],Cqe=[-3,_,Ohr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(Cqe,y1);var _qe=[-3,_,Ihr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(_qe,d1);var Rqe=[3,_,Mhr,0,[b7,P7],[0,0]],Tqe=[3,_,Ahr,0,[tf,O7,na,_i],[0,0,4,4]],Y1=[3,_,qhr,0,[tf,Chr,_hr],[0,0,0]],Aqe=[3,_,aSr,0,[Hhr,Yd],[1,0]],Pqe=[-3,_,ySr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(Pqe,j1);var AM=[3,_,ESr,0,[Gmr,Zhr],[0,1]],vqe=[3,_,Khr,0,[mr,d0,rf,Ct,xu,ls],[[()=>fr,0],[()=>f0,0],[()=>Xd,0],[()=>_t,0],()=>uc,128]],bqe=[3,_,Qhr,0,[tM],[()=>ES]],Iqe=[-3,_,iSr,{[Ue]:Be,[Ge]:404},[Fe],[0]];we.TypeRegistry.for(_).registerError(Iqe,XL);var Dqe=[3,_,lSr,0,[eyr,MSr],[0,0]],E0=[3,_,dSr,0,[le,c0,Yd,z7],[0,0,0,()=>TJ]],xqe=[3,_,gSr,0,[mr,ef,qs,o7,xu,rf,ls],[[()=>fr,0],0,[()=>Bs,0],[()=>hBe,0],()=>uc,[()=>Xd,0],128]],wqe=[3,_,hSr,0,[ef,qs,nM,a0],[0,[()=>Bs,0],128,[()=>yS,0]]],$qe=[3,_,CSr,0,[nEr,mr,i7],[[()=>nr,0],[()=>fr,0],[()=>aJ,0]]],Oqe=[3,_,_Sr,0,[],[]],mJ=[3,_,Yhr,0,[le,mr,PLe,TLe,XLe,na],[0,[()=>fr,0],()=>uJ,()=>cJ,()=>fJ,4]],fJ=[3,_,Xhr,0,[elr,HSr],[64,64]],kqe=[3,_,USr,0,[Xur],[0]],gJ=[3,_,ISr,0,[Yd,lcr,ppr,chr,Whr,lhr,PSr],[0,0,2,2,2,()=>Sqe,()=>s3e]],Nqe=[-3,_,qSr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(Nqe,H1);var Lqe=[3,_,zSr,0,[le,KLe],[0,()=>pBe]],Uqe=[3,_,KSr,0,[QLe],[()=>pJ]],Fqe=[3,_,syr,0,[le,mr,PLe,TLe,XLe],[0,[()=>fr,0],()=>uJ,()=>cJ,()=>fJ]],Mqe=[3,_,oyr,0,[JLe],[[()=>mJ,0]]],qqe=[3,_,myr,0,[le,mr,DLe,Hfr],[0,[()=>fr,0],0,21]],Bqe=[3,_,fyr,0,[l1e],[[()=>yJ,0]]],Gqe=[3,_,Ryr,0,[r1e,n1e,qLe,Tr],[()=>hJ,()=>SJ,()=>dJ,[()=>nr,0]]],Hqe=[3,_,Tyr,0,[],[]],Vqe=[3,_,Pyr,0,[le,V7,j7,g7,hS,iJ],[0,()=>PM,()=>vM,()=>TM,0,()=>kM]],jqe=[3,_,vyr,0,[V7,j7,g7,hS,iJ],[()=>PM,()=>vM,()=>TM,0,()=>kM]],Wqe=[3,_,xyr,0,[Tr,u0],[[()=>nr,0],()=>_0]],zqe=[3,_,wyr,0,[],[]],Kqe=[3,_,VSr,0,[bcr],[64]],Qqe=[3,_,byr,0,[mr,d0,Ct,D7,SS,h1e,xu,rf,ls],[[()=>fr,0],[()=>f0,0],[()=>_t,0],[()=>pS,0],[()=>ac,0],[()=>ac,0],()=>uc,[()=>Xd,0],128]],Yqe=[3,_,Iyr,0,[pEr,tM,iCr,qs],[2,()=>ES,0,[()=>Bs,0]]],C0=[3,_,LSr,0,[OSr,FLe,ryr],[0,0,0]],PM=[3,_,YSr,0,[dM,pM],[0,()=>C0]],hJ=[3,_,XSr,0,[fS,w7],[2,2]],vM=[3,_,ayr,0,[fS],[2]],Jqe=[-3,_,cyr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(Jqe,P1);var SJ=[3,_,lyr,0,[fS,w7],[2,2]],Xqe=[3,_,hyr,0,[le,iM],[0,0]],Zqe=[3,_,Syr,0,[gM],[()=>CS]],e3e=[3,_,Nyr,0,[Tr],[[()=>nr,0]]],t3e=[3,_,Lyr,0,[llr],[15]],r3e=[3,_,yyr,0,[le,iM],[0,0]],n3e=[3,_,Eyr,0,[gM],[()=>CS]],s3e=[3,_,vSr,0,[shr,nhr],[0,0]],o3e=[3,_,Jyr,0,[F7,o1e],[0,128]],i3e=[3,_,Xyr,0,[],[]],a3e=[3,_,Gyr,0,[m0,fM,sM,_i,na],[0,0,0,4,4]],c3e=[-3,_,Hyr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(c3e,F1);var bM=[3,_,eEr,0,[m0,le,mr,fM,Q7,sM,I7,_i,na],[0,0,[()=>fr,0],0,0,0,128,4,4]],u3e=[-3,_,qyr,{[Ue]:Be,[Ge]:403},[Fe],[0]];we.TypeRegistry.for(_).registerError(u3e,q1);var IM=[3,_,tEr,0,[Tr,jLe,q7],[0,0,0]],l3e=[-3,_,jyr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(l3e,s1);var d3e=[-3,_,Wyr,{[Ue]:Be,[Ge]:429},[Fe],[0]];we.TypeRegistry.for(_).registerError(d3e,ZL);var yJ=[3,_,TEr,0,[le,mr,Zfr,DLe,sdr,na,_i],[0,[()=>fr,0],0,0,0,4,4]],p3e=[-3,_,yEr,{[Ue]:Be,[Ge]:401},[Fe],[0]];we.TypeRegistry.for(_).registerError(p3e,W1);var m3e=[-3,_,$Er,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(m3e,o1);var f3e=[-3,_,DEr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(f3e,V1);var g3e=[-3,_,BEr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(g3e,E1);var h3e=[-3,_,lCr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(h3e,z1);var S3e=[-3,_,PCr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(S3e,p1);var y3e=[3,_,tCr,0,[F7,Vyr],[0,64]],E3e=[3,_,rCr,0,[],[]],C3e=[3,_,oEr,0,[le,Ct,f7,Mmr,C7],[0,[()=>_t,0],0,[()=>nr,0],0]],_3e=[3,_,iEr,0,[],[]],R3e=[3,_,gEr,0,[Tr,cc,kLe],[[()=>nr,0],0,0]],T3e=[3,_,hEr,0,[],[]],A3e=[3,_,_Er,0,[Kd,le,d7,lM,L7],[0,0,0,0,1]],P3e=[3,_,REr,0,[_7],[()=>g0]],v3e=[3,_,xEr,0,[le,tf,x7,QY,T7],[0,0,128,128,64]],b3e=[3,_,wEr,0,[oM],[()=>h0]],I3e=[3,_,UEr,0,[le,uM,X7,K7,n7],[0,0,2,15,()=>RJ]],D3e=[3,_,FEr,0,[cM],[()=>y0]],x3e=[3,_,sCr,0,[le,c0,Yd,z7],[0,0,0,()=>TJ]],w3e=[3,_,oCr,0,[M7],[()=>E0]],$3e=[3,_,cCr,0,[m0,le,fM,Q7,sM,I7],[0,0,0,0,0,128]],O3e=[3,_,uCr,0,[mM],[[()=>bM,0]]],k3e=[3,_,fCr,0,[SS,Tr,ls],[[()=>ac,0],[()=>nr,0],128]],N3e=[3,_,gCr,0,[mlr],[()=>r_r]],L3e=[3,_,yCr,0,[le,mr,rM,G7,t7,A7,Y7,U7,oJ,p7,H7,a7,v7,l7,YY,XY,JY,KY,k7,S7,h7,e7,B7],[0,[()=>fr,0],0,1,1,1,()=>IM,64,64,64,64,64,64,0,64,64,2,()=>yM,0,2,2,1,()=>AM]],U3e=[3,_,ECr,0,[tJ],[[()=>wM,0]]],F3e=[3,_,_Cr,0,[mS,le,l0,s7],[0,0,1,()=>EM]],M3e=[3,_,RCr,0,[l0,bLe],[1,0]],q3e=[3,_,TCr,0,[le,N7,u7,aM,r7,W7,y7,E7,sJ,dM,J7,hS,c7,m7,pM,rJ,zY,eJ,ZY,YLe,nJ],[0,()=>$M,0,()=>S0,64,0,0,0,()=>OM,0,()=>DM,0,()=>CM,()=>RM,()=>C0,128,()=>SM,()=>xM,()=>hM,0,0]],B3e=[3,_,ACr,0,[],[]],DM=[3,_,aEr,0,[pur],[64]],Xd=[3,_,uEr,8,[R7,ULe],[0,0]],G3e=[-3,_,AEr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(G3e,e1);var CS=[3,_,vEr,0,[zLe,iM,le,Nhr,_i,BSr,Clr,p0,xLe,tgr,Oyr,qmr,Glr],[0,0,0,0,4,4,4,0,0,1,1,1,0]],H3e=[-3,_,kEr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(H3e,i1);var EJ=[3,_,dEr,0,[ldr],[2]],V3e=[-3,_,EEr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(V3e,m1);var j3e=[-3,_,MEr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(j3e,C1);var W3e=[-3,_,qEr,{[Ue]:Be,[Ge]:404},[Fe],[0]];we.TypeRegistry.for(_).registerError(W3e,t1);var z3e=[-3,_,GEr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(z3e,_1);var xM=[3,_,HEr,0,[gur,mur],[0,()=>gUe]],K3e=[3,_,VEr,0,[mr,le,rM],[[()=>fr,0],0,0]],wM=[3,_,WEr,0,[le,rM,mr,i7,na,_i,G7,t7,A7,Y7,U7,oJ,p7,H7,a7,v7,l7,YY,XY,JY,KY,k7,S7,h7,e7,B7],[0,0,[()=>fr,0],[()=>aJ,0],4,4,1,1,1,()=>IM,64,64,64,64,64,64,0,64,64,2,()=>yM,0,2,2,1,()=>AM]],Q3e=[3,_,KEr,0,[WLe,Yd,aM,p0,na,_i],[0,0,()=>S0,0,4,4]],$M=[3,_,YEr,0,[whr,jSr],[()=>Eqe,()=>Kqe]],Y3e=[-3,_,JEr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(Y3e,B1);var CJ=[3,_,XEr,0,[WLe,Yd,N7,u7,aM,p0,na,_i,DSr,r7,ELe,a1e,W7,y7,E7,sJ,dM,J7,hS,c7,ymr,m7,pM,rJ,kSr,umr,mS,Rlr,zY,eJ,c1e,Qur,ZY,nJ],[0,0,()=>$M,0,()=>S0,0,4,4,()=>mBe,64,64,64,0,0,0,()=>OM,0,()=>DM,0,()=>CM,1,()=>RM,()=>C0,128,0,0,0,0,()=>SM,()=>xM,()=>EJ,0,()=>hM,0]],_J=[3,_,pCr,0,[Ct,Yur,u1e,d1e,fS,m1e,u0],[[()=>_t,0],[()=>ac,0],4,4,2,0,()=>_0]],OM=[3,_,DCr,0,[QSr,MLe,BLe,gmr,Amr,jdr],[0,0,0,0,0,0]],J3e=[3,_,wCr,0,[Tr,qs,mEr,$mr],[[()=>nr,0],[()=>Bs,0],[()=>ZCr,0],0]],X3e=[3,_,$Cr,0,[p0,qs],[0,[()=>Bs,0]]],Z3e=[3,_,kCr,0,[Tr,eM,Ndr],[[()=>nr,0],0,0]],eBe=[3,_,NCr,0,[],[]],tBe=[-3,_,BCr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(tBe,I1);var rBe=[-3,_,MCr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(rBe,D1);var nBe=[-3,_,qCr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(nBe,K1);var kM=[3,_,HCr,0,[e1e,vCr],[0,0]],sBe=[3,_,UCr,0,[ILe,Dmr,e1e,Qar,kur,alr],[0,0,0,0,64,4]],oBe=[-3,_,GCr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(oBe,x1);var iBe=[-3,_,VCr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(iBe,w1);var aBe=[-3,_,jCr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(aBe,$1);var cBe=[-3,_,WCr,{[Ue]:Be,[Ge]:400},[Fe],[0]];we.TypeRegistry.for(_).registerError(cBe,O1);var ko="unit",uBe=[-3,S1e,"CognitoIdentityProviderServiceException",0,[],[]];we.TypeRegistry.for(S1e).registerError(uBe,ve);var RJ=[1,_,Qcr,0,()=>SUe],ac=[1,_,Ycr,0,[()=>CUe,0]],e_r=[1,_,Tcr,0,()=>_Ue],t_r=[1,_,zlr,0,()=>RUe],r_r=[1,_,flr,0,()=>ES],n_r=[1,_,slr,0,()=>gJ],lBe=[1,_,npr,0,[()=>_M,0]],dBe=[1,_,ifr,0,()=>g0],s_r=[1,_,Lfr,0,()=>vMe],pBe=[1,_,sgr,0,()=>uqe],_0=[1,_,Xgr,0,()=>mqe],o_r=[1,_,bhr,0,()=>Tqe],i_r=[1,_,sSr,0,()=>Aqe],TJ=[1,_,uSr,0,()=>Dqe],a_r=[1,_,cSr,0,()=>E0],mBe=[1,_,bSr,0,()=>gJ],c_r=[1,_,Byr,0,()=>a3e],u_r=[1,_,PEr,0,()=>CS],l_r=[1,_,jEr,0,[()=>K3e,0]],d_r=[1,_,QEr,0,()=>Q3e],fBe=[1,_,OEr,0,[()=>_J,0]],p_r=[1,_,FCr,0,()=>sBe],gBe=[2,_,tur,8,0,0],hBe=[2,_,Zlr,8,0,0],SBe=[9,_,Yar,0,()=>E1e,()=>C1e],yBe=[9,_,zar,0,()=>_1e,()=>ko],EBe=[9,_,Zar,0,()=>R1e,()=>T1e],CBe=[9,_,ncr,0,()=>A1e,()=>P1e],_Be=[9,_,dcr,0,()=>I1e,()=>ko],RBe=[9,_,pcr,0,()=>v1e,()=>b1e],TBe=[9,_,acr,0,()=>D1e,()=>x1e],ABe=[9,_,ycr,0,()=>w1e,()=>$1e],PBe=[9,_,Acr,0,()=>O1e,()=>k1e],vBe=[9,_,Icr,0,()=>N1e,()=>ko],bBe=[9,_,xcr,0,()=>L1e,()=>U1e],IBe=[9,_,Ocr,0,()=>F1e,()=>M1e],DBe=[9,_,Ucr,0,()=>q1e,()=>B1e],xBe=[9,_,Wcr,0,()=>G1e,()=>H1e],wBe=[9,_,qcr,0,()=>V1e,()=>j1e],$Be=[9,_,Hcr,0,()=>W1e,()=>z1e],OBe=[9,_,Jcr,0,()=>K1e,()=>Q1e],kBe=[9,_,aur,0,()=>Y1e,()=>ko],NBe=[9,_,uur,0,()=>J1e,()=>X1e],LBe=[9,_,sur,0,()=>Z1e,()=>eUe],UBe=[9,_,Eur,0,()=>tUe,()=>rUe],FBe=[9,_,Rur,0,()=>nUe,()=>sUe],MBe=[9,_,Pur,0,()=>oUe,()=>iUe],qBe=[9,_,Nur,0,()=>aUe,()=>cUe],BBe=[9,_,Fur,0,()=>uUe,()=>lUe],GBe=[9,_,Vur,0,()=>dUe,()=>pUe],HBe=[9,_,Bur,0,()=>mUe,()=>fUe],VBe=[9,_,hur,0,()=>yUe,()=>EUe],jBe=[9,_,Wlr,0,()=>TUe,()=>AUe],WBe=[9,_,bdr,0,()=>IUe,()=>DUe],zBe=[9,_,_lr,0,()=>$Ue,()=>OUe],KBe=[9,_,vlr,0,()=>kUe,()=>NUe],QBe=[9,_,idr,0,()=>LUe,()=>UUe],YBe=[9,_,Dlr,0,()=>FUe,()=>MUe],JBe=[9,_,$lr,0,()=>qUe,()=>BUe],XBe=[9,_,Flr,0,()=>GUe,()=>HUe],ZBe=[9,_,Qlr,0,()=>VUe,()=>jUe],eGe=[9,_,ddr,0,()=>WUe,()=>zUe],tGe=[9,_,gdr,0,()=>KUe,()=>QUe],rGe=[9,_,ydr,0,()=>eFe,()=>tFe],nGe=[9,_,Edr,0,()=>YUe,()=>JUe],sGe=[9,_,Rdr,0,()=>XUe,()=>ZUe],oGe=[9,_,Wdr,0,()=>sFe,()=>ko],iGe=[9,_,Qdr,0,()=>oFe,()=>ko],aGe=[9,_,spr,0,()=>iFe,()=>ko],cGe=[9,_,_pr,0,()=>aFe,()=>ko],uGe=[9,_,Dpr,0,()=>cFe,()=>ko],lGe=[9,_,tmr,0,()=>gFe,()=>ko],dGe=[9,_,$pr,0,()=>uFe,()=>lFe],pGe=[9,_,Fpr,0,()=>fFe,()=>ko],mGe=[9,_,Mpr,0,()=>dFe,()=>ko],fGe=[9,_,Vpr,0,()=>pFe,()=>mFe],gGe=[9,_,rmr,0,()=>hFe,()=>SFe],hGe=[9,_,Zdr,0,()=>yFe,()=>EFe],SGe=[9,_,dpr,0,()=>RFe,()=>TFe],yGe=[9,_,opr,0,()=>CFe,()=>_Fe],EGe=[9,_,Rpr,0,()=>AFe,()=>PFe],CGe=[9,_,gpr,0,()=>vFe,()=>bFe],_Ge=[9,_,xpr,0,()=>IFe,()=>DFe],RGe=[9,_,Npr,0,()=>xFe,()=>wFe],TGe=[9,_,Zpr,0,()=>LFe,()=>UFe],AGe=[9,_,Hpr,0,()=>$Fe,()=>OFe],PGe=[9,_,Qpr,0,()=>kFe,()=>NFe],vGe=[9,_,kmr,0,()=>YFe,()=>ko],bGe=[9,_,Lmr,0,()=>JFe,()=>XFe],IGe=[9,_,Vmr,0,()=>ZFe,()=>eMe],DGe=[9,_,zmr,0,()=>tMe,()=>rMe],xGe=[9,_,Jmr,0,()=>nMe,()=>sMe],wGe=[9,_,efr,0,()=>oMe,()=>iMe],$Ge=[9,_,nfr,0,()=>aMe,()=>cMe],OGe=[9,_,cfr,0,()=>uMe,()=>lMe],kGe=[9,_,gfr,0,()=>dMe,()=>pMe],NGe=[9,_,Pfr,0,()=>mMe,()=>fMe],LGe=[9,_,yfr,0,()=>_Me,()=>RMe],UGe=[9,_,Rfr,0,()=>gMe,()=>hMe],FGe=[9,_,Efr,0,()=>SMe,()=>yMe],MGe=[9,_,Ifr,0,()=>EMe,()=>CMe],qGe=[9,_,dfr,0,()=>TMe,()=>AMe],BGe=[9,_,qfr,0,()=>bMe,()=>IMe],GGe=[9,_,agr,0,()=>MMe,()=>qMe],HGe=[9,_,pgr,0,()=>BMe,()=>GMe],VGe=[9,_,hgr,0,()=>HMe,()=>VMe],jGe=[9,_,Cgr,0,()=>jMe,()=>WMe],WGe=[9,_,Agr,0,()=>zMe,()=>KMe],zGe=[9,_,Tgr,0,()=>QMe,()=>YMe],KGe=[9,_,Ogr,0,()=>JMe,()=>XMe],QGe=[9,_,Ugr,0,()=>ZMe,()=>eqe],YGe=[9,_,Lgr,0,()=>tqe,()=>rqe],JGe=[9,_,Dgr,0,()=>oqe,()=>iqe],XGe=[9,_,xgr,0,()=>nqe,()=>sqe],ZGe=[9,_,Vgr,0,()=>aqe,()=>cqe],e2e=[9,_,zhr,0,()=>vqe,()=>bqe],t2e=[9,_,fSr,0,()=>xqe,()=>wqe],r2e=[9,_,TSr,0,()=>$qe,()=>Oqe],n2e=[9,_,WSr,0,()=>Lqe,()=>Uqe],s2e=[9,_,nyr,0,()=>Fqe,()=>Mqe],o2e=[9,_,pyr,0,()=>qqe,()=>Bqe],i2e=[9,_,_yr,0,()=>Gqe,()=>Hqe],a2e=[9,_,Ayr,0,()=>Vqe,()=>jqe],c2e=[9,_,Dyr,0,()=>Wqe,()=>zqe],u2e=[9,_,$yr,0,()=>Qqe,()=>Yqe],l2e=[9,_,gyr,0,()=>Xqe,()=>Zqe],d2e=[9,_,kyr,0,()=>e3e,()=>t3e],p2e=[9,_,Cyr,0,()=>r3e,()=>n3e],m2e=[9,_,Yyr,0,()=>o3e,()=>i3e],f2e=[9,_,eCr,0,()=>y3e,()=>E3e],g2e=[9,_,sEr,0,()=>C3e,()=>_3e],h2e=[9,_,SEr,0,()=>R3e,()=>T3e],S2e=[9,_,CEr,0,()=>A3e,()=>P3e],y2e=[9,_,IEr,0,()=>v3e,()=>b3e],E2e=[9,_,LEr,0,()=>I3e,()=>D3e],C2e=[9,_,nCr,0,()=>x3e,()=>w3e],_2e=[9,_,dCr,0,()=>$3e,()=>O3e],R2e=[9,_,mCr,0,()=>k3e,()=>N3e],T2e=[9,_,hCr,0,()=>q3e,()=>B3e],A2e=[9,_,SCr,0,()=>L3e,()=>U3e],P2e=[9,_,CCr,0,()=>F3e,()=>M3e],v2e=[9,_,xCr,0,()=>J3e,()=>X3e],b2e=[9,_,OCr,0,()=>Z3e,()=>eBe],J1=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AddCustomAttributes",{}).n("CognitoIdentityProviderClient","AddCustomAttributesCommand").sc(SBe).build(){},X1=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminAddUserToGroup",{}).n("CognitoIdentityProviderClient","AdminAddUserToGroupCommand").sc(yBe).build(){},Z1=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminConfirmSignUp",{}).n("CognitoIdentityProviderClient","AdminConfirmSignUpCommand").sc(EBe).build(){},eU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminCreateUser",{}).n("CognitoIdentityProviderClient","AdminCreateUserCommand").sc(CBe).build(){},tU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminDeleteUserAttributes",{}).n("CognitoIdentityProviderClient","AdminDeleteUserAttributesCommand").sc(RBe).build(){},rU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminDeleteUser",{}).n("CognitoIdentityProviderClient","AdminDeleteUserCommand").sc(_Be).build(){},nU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminDisableProviderForUser",{}).n("CognitoIdentityProviderClient","AdminDisableProviderForUserCommand").sc(TBe).build(){},sU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminDisableUser",{}).n("CognitoIdentityProviderClient","AdminDisableUserCommand").sc(ABe).build(){},oU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminEnableUser",{}).n("CognitoIdentityProviderClient","AdminEnableUserCommand").sc(PBe).build(){},iU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminForgetDevice",{}).n("CognitoIdentityProviderClient","AdminForgetDeviceCommand").sc(vBe).build(){},aU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminGetDevice",{}).n("CognitoIdentityProviderClient","AdminGetDeviceCommand").sc(bBe).build(){},cU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminGetUser",{}).n("CognitoIdentityProviderClient","AdminGetUserCommand").sc(IBe).build(){},uU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminInitiateAuth",{}).n("CognitoIdentityProviderClient","AdminInitiateAuthCommand").sc(DBe).build(){},lU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminLinkProviderForUser",{}).n("CognitoIdentityProviderClient","AdminLinkProviderForUserCommand").sc(xBe).build(){},dU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminListDevices",{}).n("CognitoIdentityProviderClient","AdminListDevicesCommand").sc(wBe).build(){},XR=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminListGroupsForUser",{}).n("CognitoIdentityProviderClient","AdminListGroupsForUserCommand").sc($Be).build(){},ZR=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminListUserAuthEvents",{}).n("CognitoIdentityProviderClient","AdminListUserAuthEventsCommand").sc(OBe).build(){},pU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminRemoveUserFromGroup",{}).n("CognitoIdentityProviderClient","AdminRemoveUserFromGroupCommand").sc(kBe).build(){},mU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminResetUserPassword",{}).n("CognitoIdentityProviderClient","AdminResetUserPasswordCommand").sc(NBe).build(){},fU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminRespondToAuthChallenge",{}).n("CognitoIdentityProviderClient","AdminRespondToAuthChallengeCommand").sc(LBe).build(){},gU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminSetUserMFAPreference",{}).n("CognitoIdentityProviderClient","AdminSetUserMFAPreferenceCommand").sc(UBe).build(){},hU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminSetUserPassword",{}).n("CognitoIdentityProviderClient","AdminSetUserPasswordCommand").sc(FBe).build(){},SU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminSetUserSettings",{}).n("CognitoIdentityProviderClient","AdminSetUserSettingsCommand").sc(MBe).build(){},yU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminUpdateAuthEventFeedback",{}).n("CognitoIdentityProviderClient","AdminUpdateAuthEventFeedbackCommand").sc(qBe).build(){},EU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminUpdateDeviceStatus",{}).n("CognitoIdentityProviderClient","AdminUpdateDeviceStatusCommand").sc(BBe).build(){},CU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminUpdateUserAttributes",{}).n("CognitoIdentityProviderClient","AdminUpdateUserAttributesCommand").sc(GBe).build(){},_U=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AdminUserGlobalSignOut",{}).n("CognitoIdentityProviderClient","AdminUserGlobalSignOutCommand").sc(HBe).build(){},RU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","AssociateSoftwareToken",{}).n("CognitoIdentityProviderClient","AssociateSoftwareTokenCommand").sc(VBe).build(){},TU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ChangePassword",{}).n("CognitoIdentityProviderClient","ChangePasswordCommand").sc(jBe).build(){},AU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","CompleteWebAuthnRegistration",{}).n("CognitoIdentityProviderClient","CompleteWebAuthnRegistrationCommand").sc(WBe).build(){},PU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ConfirmDevice",{}).n("CognitoIdentityProviderClient","ConfirmDeviceCommand").sc(zBe).build(){},vU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ConfirmForgotPassword",{}).n("CognitoIdentityProviderClient","ConfirmForgotPasswordCommand").sc(KBe).build(){},bU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ConfirmSignUp",{}).n("CognitoIdentityProviderClient","ConfirmSignUpCommand").sc(QBe).build(){},IU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","CreateGroup",{}).n("CognitoIdentityProviderClient","CreateGroupCommand").sc(YBe).build(){},DU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","CreateIdentityProvider",{}).n("CognitoIdentityProviderClient","CreateIdentityProviderCommand").sc(JBe).build(){},xU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","CreateManagedLoginBranding",{}).n("CognitoIdentityProviderClient","CreateManagedLoginBrandingCommand").sc(XBe).build(){},wU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","CreateResourceServer",{}).n("CognitoIdentityProviderClient","CreateResourceServerCommand").sc(ZBe).build(){},$U=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","CreateTerms",{}).n("CognitoIdentityProviderClient","CreateTermsCommand").sc(eGe).build(){},OU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","CreateUserImportJob",{}).n("CognitoIdentityProviderClient","CreateUserImportJobCommand").sc(tGe).build(){},kU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","CreateUserPoolClient",{}).n("CognitoIdentityProviderClient","CreateUserPoolClientCommand").sc(nGe).build(){},NU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","CreateUserPool",{}).n("CognitoIdentityProviderClient","CreateUserPoolCommand").sc(rGe).build(){},LU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","CreateUserPoolDomain",{}).n("CognitoIdentityProviderClient","CreateUserPoolDomainCommand").sc(sGe).build(){},UU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DeleteGroup",{}).n("CognitoIdentityProviderClient","DeleteGroupCommand").sc(oGe).build(){},FU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DeleteIdentityProvider",{}).n("CognitoIdentityProviderClient","DeleteIdentityProviderCommand").sc(iGe).build(){},MU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DeleteManagedLoginBranding",{}).n("CognitoIdentityProviderClient","DeleteManagedLoginBrandingCommand").sc(aGe).build(){},qU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DeleteResourceServer",{}).n("CognitoIdentityProviderClient","DeleteResourceServerCommand").sc(cGe).build(){},BU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DeleteTerms",{}).n("CognitoIdentityProviderClient","DeleteTermsCommand").sc(uGe).build(){},GU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DeleteUserAttributes",{}).n("CognitoIdentityProviderClient","DeleteUserAttributesCommand").sc(dGe).build(){},HU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DeleteUser",{}).n("CognitoIdentityProviderClient","DeleteUserCommand").sc(lGe).build(){},VU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DeleteUserPoolClient",{}).n("CognitoIdentityProviderClient","DeleteUserPoolClientCommand").sc(mGe).build(){},jU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DeleteUserPool",{}).n("CognitoIdentityProviderClient","DeleteUserPoolCommand").sc(pGe).build(){},WU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DeleteUserPoolDomain",{}).n("CognitoIdentityProviderClient","DeleteUserPoolDomainCommand").sc(fGe).build(){},zU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DeleteWebAuthnCredential",{}).n("CognitoIdentityProviderClient","DeleteWebAuthnCredentialCommand").sc(gGe).build(){},KU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DescribeIdentityProvider",{}).n("CognitoIdentityProviderClient","DescribeIdentityProviderCommand").sc(hGe).build(){},QU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DescribeManagedLoginBrandingByClient",{}).n("CognitoIdentityProviderClient","DescribeManagedLoginBrandingByClientCommand").sc(yGe).build(){},YU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DescribeManagedLoginBranding",{}).n("CognitoIdentityProviderClient","DescribeManagedLoginBrandingCommand").sc(SGe).build(){},JU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DescribeResourceServer",{}).n("CognitoIdentityProviderClient","DescribeResourceServerCommand").sc(EGe).build(){},XU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DescribeRiskConfiguration",{}).n("CognitoIdentityProviderClient","DescribeRiskConfigurationCommand").sc(CGe).build(){},ZU=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DescribeTerms",{}).n("CognitoIdentityProviderClient","DescribeTermsCommand").sc(_Ge).build(){},eF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DescribeUserImportJob",{}).n("CognitoIdentityProviderClient","DescribeUserImportJobCommand").sc(RGe).build(){},tF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DescribeUserPoolClient",{}).n("CognitoIdentityProviderClient","DescribeUserPoolClientCommand").sc(AGe).build(){},rF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DescribeUserPool",{}).n("CognitoIdentityProviderClient","DescribeUserPoolCommand").sc(TGe).build(){},nF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","DescribeUserPoolDomain",{}).n("CognitoIdentityProviderClient","DescribeUserPoolDomainCommand").sc(PGe).build(){},sF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ForgetDevice",{}).n("CognitoIdentityProviderClient","ForgetDeviceCommand").sc(vGe).build(){},oF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ForgotPassword",{}).n("CognitoIdentityProviderClient","ForgotPasswordCommand").sc(bGe).build(){},iF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","GetCSVHeader",{}).n("CognitoIdentityProviderClient","GetCSVHeaderCommand").sc(IGe).build(){},aF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","GetDevice",{}).n("CognitoIdentityProviderClient","GetDeviceCommand").sc(DGe).build(){},cF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","GetGroup",{}).n("CognitoIdentityProviderClient","GetGroupCommand").sc(xGe).build(){},uF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","GetIdentityProviderByIdentifier",{}).n("CognitoIdentityProviderClient","GetIdentityProviderByIdentifierCommand").sc(wGe).build(){},lF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","GetLogDeliveryConfiguration",{}).n("CognitoIdentityProviderClient","GetLogDeliveryConfigurationCommand").sc($Ge).build(){},dF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","GetSigningCertificate",{}).n("CognitoIdentityProviderClient","GetSigningCertificateCommand").sc(OGe).build(){},pF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","GetTokensFromRefreshToken",{}).n("CognitoIdentityProviderClient","GetTokensFromRefreshTokenCommand").sc(kGe).build(){},mF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","GetUICustomization",{}).n("CognitoIdentityProviderClient","GetUICustomizationCommand").sc(NGe).build(){},fF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","GetUserAttributeVerificationCode",{}).n("CognitoIdentityProviderClient","GetUserAttributeVerificationCodeCommand").sc(UGe).build(){},gF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","GetUserAuthFactors",{}).n("CognitoIdentityProviderClient","GetUserAuthFactorsCommand").sc(FGe).build(){},hF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","GetUser",{}).n("CognitoIdentityProviderClient","GetUserCommand").sc(LGe).build(){},SF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","GetUserPoolMfaConfig",{}).n("CognitoIdentityProviderClient","GetUserPoolMfaConfigCommand").sc(MGe).build(){},yF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","GlobalSignOut",{}).n("CognitoIdentityProviderClient","GlobalSignOutCommand").sc(qGe).build(){},EF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","InitiateAuth",{}).n("CognitoIdentityProviderClient","InitiateAuthCommand").sc(BGe).build(){},CF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ListDevices",{}).n("CognitoIdentityProviderClient","ListDevicesCommand").sc(GGe).build(){},e0=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ListGroups",{}).n("CognitoIdentityProviderClient","ListGroupsCommand").sc(HGe).build(){},t0=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ListIdentityProviders",{}).n("CognitoIdentityProviderClient","ListIdentityProvidersCommand").sc(VGe).build(){},r0=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ListResourceServers",{}).n("CognitoIdentityProviderClient","ListResourceServersCommand").sc(jGe).build(){},_F=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ListTagsForResource",{}).n("CognitoIdentityProviderClient","ListTagsForResourceCommand").sc(WGe).build(){},RF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ListTerms",{}).n("CognitoIdentityProviderClient","ListTermsCommand").sc(zGe).build(){},TF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ListUserImportJobs",{}).n("CognitoIdentityProviderClient","ListUserImportJobsCommand").sc(KGe).build(){},n0=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ListUserPoolClients",{}).n("CognitoIdentityProviderClient","ListUserPoolClientsCommand").sc(QGe).build(){},s0=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ListUserPools",{}).n("CognitoIdentityProviderClient","ListUserPoolsCommand").sc(YGe).build(){},o0=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ListUsers",{}).n("CognitoIdentityProviderClient","ListUsersCommand").sc(JGe).build(){},i0=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ListUsersInGroup",{}).n("CognitoIdentityProviderClient","ListUsersInGroupCommand").sc(XGe).build(){},AF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ListWebAuthnCredentials",{}).n("CognitoIdentityProviderClient","ListWebAuthnCredentialsCommand").sc(ZGe).build(){},PF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","ResendConfirmationCode",{}).n("CognitoIdentityProviderClient","ResendConfirmationCodeCommand").sc(e2e).build(){},vF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","RespondToAuthChallenge",{}).n("CognitoIdentityProviderClient","RespondToAuthChallengeCommand").sc(t2e).build(){},bF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","RevokeToken",{}).n("CognitoIdentityProviderClient","RevokeTokenCommand").sc(r2e).build(){},IF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","SetLogDeliveryConfiguration",{}).n("CognitoIdentityProviderClient","SetLogDeliveryConfigurationCommand").sc(n2e).build(){},DF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","SetRiskConfiguration",{}).n("CognitoIdentityProviderClient","SetRiskConfigurationCommand").sc(s2e).build(){},xF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","SetUICustomization",{}).n("CognitoIdentityProviderClient","SetUICustomizationCommand").sc(o2e).build(){},wF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","SetUserMFAPreference",{}).n("CognitoIdentityProviderClient","SetUserMFAPreferenceCommand").sc(i2e).build(){},$F=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","SetUserPoolMfaConfig",{}).n("CognitoIdentityProviderClient","SetUserPoolMfaConfigCommand").sc(a2e).build(){},OF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","SetUserSettings",{}).n("CognitoIdentityProviderClient","SetUserSettingsCommand").sc(c2e).build(){},kF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","SignUp",{}).n("CognitoIdentityProviderClient","SignUpCommand").sc(u2e).build(){},NF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","StartUserImportJob",{}).n("CognitoIdentityProviderClient","StartUserImportJobCommand").sc(l2e).build(){},LF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","StartWebAuthnRegistration",{}).n("CognitoIdentityProviderClient","StartWebAuthnRegistrationCommand").sc(d2e).build(){},UF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","StopUserImportJob",{}).n("CognitoIdentityProviderClient","StopUserImportJobCommand").sc(p2e).build(){},FF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","TagResource",{}).n("CognitoIdentityProviderClient","TagResourceCommand").sc(m2e).build(){},MF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","UntagResource",{}).n("CognitoIdentityProviderClient","UntagResourceCommand").sc(f2e).build(){},qF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","UpdateAuthEventFeedback",{}).n("CognitoIdentityProviderClient","UpdateAuthEventFeedbackCommand").sc(g2e).build(){},BF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","UpdateDeviceStatus",{}).n("CognitoIdentityProviderClient","UpdateDeviceStatusCommand").sc(h2e).build(){},GF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","UpdateGroup",{}).n("CognitoIdentityProviderClient","UpdateGroupCommand").sc(S2e).build(){},HF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","UpdateIdentityProvider",{}).n("CognitoIdentityProviderClient","UpdateIdentityProviderCommand").sc(y2e).build(){},VF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","UpdateManagedLoginBranding",{}).n("CognitoIdentityProviderClient","UpdateManagedLoginBrandingCommand").sc(E2e).build(){},jF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","UpdateResourceServer",{}).n("CognitoIdentityProviderClient","UpdateResourceServerCommand").sc(C2e).build(){},WF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","UpdateTerms",{}).n("CognitoIdentityProviderClient","UpdateTermsCommand").sc(_2e).build(){},zF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","UpdateUserAttributes",{}).n("CognitoIdentityProviderClient","UpdateUserAttributesCommand").sc(R2e).build(){},KF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","UpdateUserPoolClient",{}).n("CognitoIdentityProviderClient","UpdateUserPoolClientCommand").sc(A2e).build(){},QF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","UpdateUserPool",{}).n("CognitoIdentityProviderClient","UpdateUserPoolCommand").sc(T2e).build(){},YF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","UpdateUserPoolDomain",{}).n("CognitoIdentityProviderClient","UpdateUserPoolDomainCommand").sc(P2e).build(){},JF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","VerifySoftwareToken",{}).n("CognitoIdentityProviderClient","VerifySoftwareTokenCommand").sc(v2e).build(){},XF=class extends Q.Command.classBuilder().ep(Z).m(function(e,r,n,s){return[X.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("AWSCognitoIdentityProviderService","VerifyUserAttribute",{}).n("CognitoIdentityProviderClient","VerifyUserAttributeCommand").sc(b2e).build(){},m_r={AddCustomAttributesCommand:J1,AdminAddUserToGroupCommand:X1,AdminConfirmSignUpCommand:Z1,AdminCreateUserCommand:eU,AdminDeleteUserCommand:rU,AdminDeleteUserAttributesCommand:tU,AdminDisableProviderForUserCommand:nU,AdminDisableUserCommand:sU,AdminEnableUserCommand:oU,AdminForgetDeviceCommand:iU,AdminGetDeviceCommand:aU,AdminGetUserCommand:cU,AdminInitiateAuthCommand:uU,AdminLinkProviderForUserCommand:lU,AdminListDevicesCommand:dU,AdminListGroupsForUserCommand:XR,AdminListUserAuthEventsCommand:ZR,AdminRemoveUserFromGroupCommand:pU,AdminResetUserPasswordCommand:mU,AdminRespondToAuthChallengeCommand:fU,AdminSetUserMFAPreferenceCommand:gU,AdminSetUserPasswordCommand:hU,AdminSetUserSettingsCommand:SU,AdminUpdateAuthEventFeedbackCommand:yU,AdminUpdateDeviceStatusCommand:EU,AdminUpdateUserAttributesCommand:CU,AdminUserGlobalSignOutCommand:_U,AssociateSoftwareTokenCommand:RU,ChangePasswordCommand:TU,CompleteWebAuthnRegistrationCommand:AU,ConfirmDeviceCommand:PU,ConfirmForgotPasswordCommand:vU,ConfirmSignUpCommand:bU,CreateGroupCommand:IU,CreateIdentityProviderCommand:DU,CreateManagedLoginBrandingCommand:xU,CreateResourceServerCommand:wU,CreateTermsCommand:$U,CreateUserImportJobCommand:OU,CreateUserPoolCommand:NU,CreateUserPoolClientCommand:kU,CreateUserPoolDomainCommand:LU,DeleteGroupCommand:UU,DeleteIdentityProviderCommand:FU,DeleteManagedLoginBrandingCommand:MU,DeleteResourceServerCommand:qU,DeleteTermsCommand:BU,DeleteUserCommand:HU,DeleteUserAttributesCommand:GU,DeleteUserPoolCommand:jU,DeleteUserPoolClientCommand:VU,DeleteUserPoolDomainCommand:WU,DeleteWebAuthnCredentialCommand:zU,DescribeIdentityProviderCommand:KU,DescribeManagedLoginBrandingCommand:YU,DescribeManagedLoginBrandingByClientCommand:QU,DescribeResourceServerCommand:JU,DescribeRiskConfigurationCommand:XU,DescribeTermsCommand:ZU,DescribeUserImportJobCommand:eF,DescribeUserPoolCommand:rF,DescribeUserPoolClientCommand:tF,DescribeUserPoolDomainCommand:nF,ForgetDeviceCommand:sF,ForgotPasswordCommand:oF,GetCSVHeaderCommand:iF,GetDeviceCommand:aF,GetGroupCommand:cF,GetIdentityProviderByIdentifierCommand:uF,GetLogDeliveryConfigurationCommand:lF,GetSigningCertificateCommand:dF,GetTokensFromRefreshTokenCommand:pF,GetUICustomizationCommand:mF,GetUserCommand:hF,GetUserAttributeVerificationCodeCommand:fF,GetUserAuthFactorsCommand:gF,GetUserPoolMfaConfigCommand:SF,GlobalSignOutCommand:yF,InitiateAuthCommand:EF,ListDevicesCommand:CF,ListGroupsCommand:e0,ListIdentityProvidersCommand:t0,ListResourceServersCommand:r0,ListTagsForResourceCommand:_F,ListTermsCommand:RF,ListUserImportJobsCommand:TF,ListUserPoolClientsCommand:n0,ListUserPoolsCommand:s0,ListUsersCommand:o0,ListUsersInGroupCommand:i0,ListWebAuthnCredentialsCommand:AF,ResendConfirmationCodeCommand:PF,RespondToAuthChallengeCommand:vF,RevokeTokenCommand:bF,SetLogDeliveryConfigurationCommand:IF,SetRiskConfigurationCommand:DF,SetUICustomizationCommand:xF,SetUserMFAPreferenceCommand:wF,SetUserPoolMfaConfigCommand:$F,SetUserSettingsCommand:OF,SignUpCommand:kF,StartUserImportJobCommand:NF,StartWebAuthnRegistrationCommand:LF,StopUserImportJobCommand:UF,TagResourceCommand:FF,UntagResourceCommand:MF,UpdateAuthEventFeedbackCommand:qF,UpdateDeviceStatusCommand:BF,UpdateGroupCommand:GF,UpdateIdentityProviderCommand:HF,UpdateManagedLoginBrandingCommand:VF,UpdateResourceServerCommand:jF,UpdateTermsCommand:WF,UpdateUserAttributesCommand:zF,UpdateUserPoolCommand:QF,UpdateUserPoolClientCommand:KF,UpdateUserPoolDomainCommand:YF,VerifySoftwareTokenCommand:JF,VerifyUserAttributeCommand:XF},ZF=class extends Oo{};Q.createAggregatedClient(m_r,ZF);var f_r=Ci.createPaginator(Oo,XR,"NextToken","NextToken","Limit"),g_r=Ci.createPaginator(Oo,ZR,"NextToken","NextToken","MaxResults"),h_r=Ci.createPaginator(Oo,e0,"NextToken","NextToken","Limit"),S_r=Ci.createPaginator(Oo,t0,"NextToken","NextToken","MaxResults"),y_r=Ci.createPaginator(Oo,r0,"NextToken","NextToken","MaxResults"),E_r=Ci.createPaginator(Oo,n0,"NextToken","NextToken","MaxResults"),C_r=Ci.createPaginator(Oo,s0,"NextToken","NextToken","MaxResults"),__r=Ci.createPaginator(Oo,o0,"PaginationToken","PaginationToken","Limit"),R_r=Ci.createPaginator(Oo,i0,"NextToken","NextToken","Limit"),T_r={ADMIN_ONLY:"admin_only",VERIFIED_EMAIL:"verified_email",VERIFIED_PHONE_NUMBER:"verified_phone_number"},A_r={BLOCK:"BLOCK",MFA_IF_CONFIGURED:"MFA_IF_CONFIGURED",MFA_REQUIRED:"MFA_REQUIRED",NO_ACTION:"NO_ACTION"},P_r={BOOLEAN:"Boolean",DATETIME:"DateTime",NUMBER:"Number",STRING:"String"},v_r={EMAIL:"EMAIL",SMS:"SMS"},b_r={RESEND:"RESEND",SUPPRESS:"SUPPRESS"},I_r={ARCHIVED:"ARCHIVED",COMPROMISED:"COMPROMISED",CONFIRMED:"CONFIRMED",EXTERNAL_PROVIDER:"EXTERNAL_PROVIDER",FORCE_CHANGE_PASSWORD:"FORCE_CHANGE_PASSWORD",RESET_REQUIRED:"RESET_REQUIRED",UNCONFIRMED:"UNCONFIRMED",UNKNOWN:"UNKNOWN"},D_r={ADMIN_NO_SRP_AUTH:"ADMIN_NO_SRP_AUTH",ADMIN_USER_PASSWORD_AUTH:"ADMIN_USER_PASSWORD_AUTH",CUSTOM_AUTH:"CUSTOM_AUTH",REFRESH_TOKEN:"REFRESH_TOKEN",REFRESH_TOKEN_AUTH:"REFRESH_TOKEN_AUTH",USER_AUTH:"USER_AUTH",USER_PASSWORD_AUTH:"USER_PASSWORD_AUTH",USER_SRP_AUTH:"USER_SRP_AUTH"},x_r={ADMIN_NO_SRP_AUTH:"ADMIN_NO_SRP_AUTH",CUSTOM_CHALLENGE:"CUSTOM_CHALLENGE",DEVICE_PASSWORD_VERIFIER:"DEVICE_PASSWORD_VERIFIER",DEVICE_SRP_AUTH:"DEVICE_SRP_AUTH",EMAIL_OTP:"EMAIL_OTP",MFA_SETUP:"MFA_SETUP",NEW_PASSWORD_REQUIRED:"NEW_PASSWORD_REQUIRED",PASSWORD:"PASSWORD",PASSWORD_SRP:"PASSWORD_SRP",PASSWORD_VERIFIER:"PASSWORD_VERIFIER",SELECT_CHALLENGE:"SELECT_CHALLENGE",SELECT_MFA_TYPE:"SELECT_MFA_TYPE",SMS_MFA:"SMS_MFA",SMS_OTP:"SMS_OTP",SOFTWARE_TOKEN_MFA:"SOFTWARE_TOKEN_MFA",WEB_AUTHN:"WEB_AUTHN"},w_r={Mfa:"Mfa",Password:"Password"},$_r={Failure:"Failure",Success:"Success"},O_r={INVALID:"Invalid",VALID:"Valid"},k_r={Fail:"Fail",InProgress:"InProgress",Pass:"Pass"},N_r={AccountTakeover:"AccountTakeover",Block:"Block",NoRisk:"NoRisk"},L_r={High:"High",Low:"Low",Medium:"Medium"},U_r={ForgotPassword:"ForgotPassword",PasswordChange:"PasswordChange",ResendCode:"ResendCode",SignIn:"SignIn",SignUp:"SignUp"},F_r={NOT_REMEMBERED:"not_remembered",REMEMBERED:"remembered"},M_r={AUDIT:"AUDIT",ENFORCED:"ENFORCED"},q_r={AUDIT:"AUDIT",ENFORCED:"ENFORCED",OFF:"OFF"},B_r={EMAIL:"email",PHONE_NUMBER:"phone_number",PREFERRED_USERNAME:"preferred_username"},G_r={EMAIL_OTP:"EMAIL_OTP",PASSWORD:"PASSWORD",SMS_OTP:"SMS_OTP",WEB_AUTHN:"WEB_AUTHN"},H_r={AUTH_APP_GRAPHIC:"AUTH_APP_GRAPHIC",EMAIL_GRAPHIC:"EMAIL_GRAPHIC",FAVICON_ICO:"FAVICON_ICO",FAVICON_SVG:"FAVICON_SVG",FORM_BACKGROUND:"FORM_BACKGROUND",FORM_LOGO:"FORM_LOGO",IDP_BUTTON_ICON:"IDP_BUTTON_ICON",PAGE_BACKGROUND:"PAGE_BACKGROUND",PAGE_FOOTER_BACKGROUND:"PAGE_FOOTER_BACKGROUND",PAGE_FOOTER_LOGO:"PAGE_FOOTER_LOGO",PAGE_HEADER_BACKGROUND:"PAGE_HEADER_BACKGROUND",PAGE_HEADER_LOGO:"PAGE_HEADER_LOGO",PASSKEY_GRAPHIC:"PASSKEY_GRAPHIC",PASSWORD_GRAPHIC:"PASSWORD_GRAPHIC",SMS_GRAPHIC:"SMS_GRAPHIC"},V_r={ICO:"ICO",JPEG:"JPEG",PNG:"PNG",SVG:"SVG",WEBP:"WEBP"},j_r={DARK:"DARK",DYNAMIC:"DYNAMIC",LIGHT:"LIGHT"},W_r={EMAIL:"email",PHONE_NUMBER:"phone_number"},z_r={Facebook:"Facebook",Google:"Google",LoginWithAmazon:"LoginWithAmazon",OIDC:"OIDC",SAML:"SAML",SignInWithApple:"SignInWithApple"},K_r={NONE:"NONE"},Q_r={LINK:"LINK"},Y_r={Created:"Created",Expired:"Expired",Failed:"Failed",InProgress:"InProgress",Pending:"Pending",Stopped:"Stopped",Stopping:"Stopping",Succeeded:"Succeeded"},J_r={ACTIVE:"ACTIVE",INACTIVE:"INACTIVE"},X_r={COGNITO_DEFAULT:"COGNITO_DEFAULT",DEVELOPER:"DEVELOPER"},Z_r={V1_0:"V1_0"},eRr={V1_0:"V1_0"},tRr={V1_0:"V1_0",V2_0:"V2_0",V3_0:"V3_0"},rRr={OFF:"OFF",ON:"ON",OPTIONAL:"OPTIONAL"},nRr={EMAIL:"email",PHONE_NUMBER:"phone_number"},sRr={ESSENTIALS:"ESSENTIALS",LITE:"LITE",PLUS:"PLUS"},oRr={CONFIRM_WITH_CODE:"CONFIRM_WITH_CODE",CONFIRM_WITH_LINK:"CONFIRM_WITH_LINK"},iRr={Disabled:"Disabled",Enabled:"Enabled"},aRr={client_credentials:"client_credentials",code:"code",implicit:"implicit"},cRr={ADMIN_NO_SRP_AUTH:"ADMIN_NO_SRP_AUTH",ALLOW_ADMIN_USER_PASSWORD_AUTH:"ALLOW_ADMIN_USER_PASSWORD_AUTH",ALLOW_CUSTOM_AUTH:"ALLOW_CUSTOM_AUTH",ALLOW_REFRESH_TOKEN_AUTH:"ALLOW_REFRESH_TOKEN_AUTH",ALLOW_USER_AUTH:"ALLOW_USER_AUTH",ALLOW_USER_PASSWORD_AUTH:"ALLOW_USER_PASSWORD_AUTH",ALLOW_USER_SRP_AUTH:"ALLOW_USER_SRP_AUTH",CUSTOM_AUTH_FLOW_ONLY:"CUSTOM_AUTH_FLOW_ONLY",USER_PASSWORD_AUTH:"USER_PASSWORD_AUTH"},uRr={ENABLED:"ENABLED",LEGACY:"LEGACY"},lRr={DISABLED:"DISABLED",ENABLED:"ENABLED"},dRr={DAYS:"days",HOURS:"hours",MINUTES:"minutes",SECONDS:"seconds"},pRr={BLOCK:"BLOCK",NO_ACTION:"NO_ACTION"},mRr={PASSWORD_CHANGE:"PASSWORD_CHANGE",SIGN_IN:"SIGN_IN",SIGN_UP:"SIGN_UP"},fRr={ACTIVE:"ACTIVE",CREATING:"CREATING",DELETING:"DELETING",FAILED:"FAILED",UPDATING:"UPDATING"},gRr={USER_AUTH_EVENTS:"userAuthEvents",USER_NOTIFICATION:"userNotification"},hRr={ERROR:"ERROR",INFO:"INFO"},SRr={PREFERRED:"preferred",REQUIRED:"required"},yRr={ERROR:"ERROR",SUCCESS:"SUCCESS"};Object.defineProperty(E,"$Command",{enumerable:!0,get:function(){return Q.Command}});Object.defineProperty(E,"__Client",{enumerable:!0,get:function(){return Q.Client}});E.AccountRecoverySettingType$=hM;E.AccountTakeoverActionType$=zL;E.AccountTakeoverActionsType$=y1e;E.AccountTakeoverEventActionType=A_r;E.AccountTakeoverRiskConfigurationType$=cJ;E.AddCustomAttributes$=SBe;E.AddCustomAttributesCommand=J1;E.AddCustomAttributesRequest$=E1e;E.AddCustomAttributesResponse$=C1e;E.AdminAddUserToGroup$=yBe;E.AdminAddUserToGroupCommand=X1;E.AdminAddUserToGroupRequest$=_1e;E.AdminConfirmSignUp$=EBe;E.AdminConfirmSignUpCommand=Z1;E.AdminConfirmSignUpRequest$=R1e;E.AdminConfirmSignUpResponse$=T1e;E.AdminCreateUser$=CBe;E.AdminCreateUserCommand=eU;E.AdminCreateUserConfigType$=SM;E.AdminCreateUserRequest$=A1e;E.AdminCreateUserResponse$=P1e;E.AdminDeleteUser$=_Be;E.AdminDeleteUserAttributes$=RBe;E.AdminDeleteUserAttributesCommand=tU;E.AdminDeleteUserAttributesRequest$=v1e;E.AdminDeleteUserAttributesResponse$=b1e;E.AdminDeleteUserCommand=rU;E.AdminDeleteUserRequest$=I1e;E.AdminDisableProviderForUser$=TBe;E.AdminDisableProviderForUserCommand=nU;E.AdminDisableProviderForUserRequest$=D1e;E.AdminDisableProviderForUserResponse$=x1e;E.AdminDisableUser$=ABe;E.AdminDisableUserCommand=sU;E.AdminDisableUserRequest$=w1e;E.AdminDisableUserResponse$=$1e;E.AdminEnableUser$=PBe;E.AdminEnableUserCommand=oU;E.AdminEnableUserRequest$=O1e;E.AdminEnableUserResponse$=k1e;E.AdminForgetDevice$=vBe;E.AdminForgetDeviceCommand=iU;E.AdminForgetDeviceRequest$=N1e;E.AdminGetDevice$=bBe;E.AdminGetDeviceCommand=aU;E.AdminGetDeviceRequest$=L1e;E.AdminGetDeviceResponse$=U1e;E.AdminGetUser$=IBe;E.AdminGetUserCommand=cU;E.AdminGetUserRequest$=F1e;E.AdminGetUserResponse$=M1e;E.AdminInitiateAuth$=DBe;E.AdminInitiateAuthCommand=uU;E.AdminInitiateAuthRequest$=q1e;E.AdminInitiateAuthResponse$=B1e;E.AdminLinkProviderForUser$=xBe;E.AdminLinkProviderForUserCommand=lU;E.AdminLinkProviderForUserRequest$=G1e;E.AdminLinkProviderForUserResponse$=H1e;E.AdminListDevices$=wBe;E.AdminListDevicesCommand=dU;E.AdminListDevicesRequest$=V1e;E.AdminListDevicesResponse$=j1e;E.AdminListGroupsForUser$=$Be;E.AdminListGroupsForUserCommand=XR;E.AdminListGroupsForUserRequest$=W1e;E.AdminListGroupsForUserResponse$=z1e;E.AdminListUserAuthEvents$=OBe;E.AdminListUserAuthEventsCommand=ZR;E.AdminListUserAuthEventsRequest$=K1e;E.AdminListUserAuthEventsResponse$=Q1e;E.AdminRemoveUserFromGroup$=kBe;E.AdminRemoveUserFromGroupCommand=pU;E.AdminRemoveUserFromGroupRequest$=Y1e;E.AdminResetUserPassword$=NBe;E.AdminResetUserPasswordCommand=mU;E.AdminResetUserPasswordRequest$=J1e;E.AdminResetUserPasswordResponse$=X1e;E.AdminRespondToAuthChallenge$=LBe;E.AdminRespondToAuthChallengeCommand=fU;E.AdminRespondToAuthChallengeRequest$=Z1e;E.AdminRespondToAuthChallengeResponse$=eUe;E.AdminSetUserMFAPreference$=UBe;E.AdminSetUserMFAPreferenceCommand=gU;E.AdminSetUserMFAPreferenceRequest$=tUe;E.AdminSetUserMFAPreferenceResponse$=rUe;E.AdminSetUserPassword$=FBe;E.AdminSetUserPasswordCommand=hU;E.AdminSetUserPasswordRequest$=nUe;E.AdminSetUserPasswordResponse$=sUe;E.AdminSetUserSettings$=MBe;E.AdminSetUserSettingsCommand=SU;E.AdminSetUserSettingsRequest$=oUe;E.AdminSetUserSettingsResponse$=iUe;E.AdminUpdateAuthEventFeedback$=qBe;E.AdminUpdateAuthEventFeedbackCommand=yU;E.AdminUpdateAuthEventFeedbackRequest$=aUe;E.AdminUpdateAuthEventFeedbackResponse$=cUe;E.AdminUpdateDeviceStatus$=BBe;E.AdminUpdateDeviceStatusCommand=EU;E.AdminUpdateDeviceStatusRequest$=uUe;E.AdminUpdateDeviceStatusResponse$=lUe;E.AdminUpdateUserAttributes$=GBe;E.AdminUpdateUserAttributesCommand=CU;E.AdminUpdateUserAttributesRequest$=dUe;E.AdminUpdateUserAttributesResponse$=pUe;E.AdminUserGlobalSignOut$=HBe;E.AdminUserGlobalSignOutCommand=_U;E.AdminUserGlobalSignOutRequest$=mUe;E.AdminUserGlobalSignOutResponse$=fUe;E.AdvancedSecurityAdditionalFlowsType$=gUe;E.AdvancedSecurityEnabledModeType=M_r;E.AdvancedSecurityModeType=q_r;E.AliasAttributeType=B_r;E.AliasExistsException=f1;E.AliasExistsException$=hUe;E.AnalyticsConfigurationType$=yM;E.AnalyticsMetadataType$=uc;E.AssetCategoryType=H_r;E.AssetExtensionType=V_r;E.AssetType$=SUe;E.AssociateSoftwareToken$=VBe;E.AssociateSoftwareTokenCommand=RU;E.AssociateSoftwareTokenRequest$=yUe;E.AssociateSoftwareTokenResponse$=EUe;E.AttributeDataType=P_r;E.AttributeType$=CUe;E.AuthEventType$=_Ue;E.AuthFactorType=G_r;E.AuthFlowType=D_r;E.AuthenticationResultType$=yS;E.ChallengeName=w_r;E.ChallengeNameType=x_r;E.ChallengeResponse=$_r;E.ChallengeResponseType$=RUe;E.ChangePassword$=jBe;E.ChangePasswordCommand=TU;E.ChangePasswordRequest$=TUe;E.ChangePasswordResponse$=AUe;E.CloudWatchLogsConfigurationType$=PUe;E.CodeDeliveryDetailsType$=ES;E.CodeDeliveryFailureException=a1;E.CodeDeliveryFailureException$=vUe;E.CodeMismatchException=R1;E.CodeMismatchException$=bUe;E.CognitoIdentityProvider=ZF;E.CognitoIdentityProviderClient=Oo;E.CognitoIdentityProviderServiceException=ve;E.CognitoIdentityProviderServiceException$=uBe;E.ColorSchemeModeType=j_r;E.CompleteWebAuthnRegistration$=WBe;E.CompleteWebAuthnRegistrationCommand=AU;E.CompleteWebAuthnRegistrationRequest$=IUe;E.CompleteWebAuthnRegistrationResponse$=DUe;E.CompromisedCredentialsActionsType$=xUe;E.CompromisedCredentialsEventActionType=pRr;E.CompromisedCredentialsRiskConfigurationType$=uJ;E.ConcurrentModificationException=v1;E.ConcurrentModificationException$=wUe;E.ConfirmDevice$=zBe;E.ConfirmDeviceCommand=PU;E.ConfirmDeviceRequest$=$Ue;E.ConfirmDeviceResponse$=OUe;E.ConfirmForgotPassword$=KBe;E.ConfirmForgotPasswordCommand=vU;E.ConfirmForgotPasswordRequest$=kUe;E.ConfirmForgotPasswordResponse$=NUe;E.ConfirmSignUp$=QBe;E.ConfirmSignUpCommand=bU;E.ConfirmSignUpRequest$=LUe;E.ConfirmSignUpResponse$=UUe;E.ContextDataType$=lJ;E.CreateGroup$=YBe;E.CreateGroupCommand=IU;E.CreateGroupRequest$=FUe;E.CreateGroupResponse$=MUe;E.CreateIdentityProvider$=JBe;E.CreateIdentityProviderCommand=DU;E.CreateIdentityProviderRequest$=qUe;E.CreateIdentityProviderResponse$=BUe;E.CreateManagedLoginBranding$=XBe;E.CreateManagedLoginBrandingCommand=xU;E.CreateManagedLoginBrandingRequest$=GUe;E.CreateManagedLoginBrandingResponse$=HUe;E.CreateResourceServer$=ZBe;E.CreateResourceServerCommand=wU;E.CreateResourceServerRequest$=VUe;E.CreateResourceServerResponse$=jUe;E.CreateTerms$=eGe;E.CreateTermsCommand=$U;E.CreateTermsRequest$=WUe;E.CreateTermsResponse$=zUe;E.CreateUserImportJob$=tGe;E.CreateUserImportJobCommand=OU;E.CreateUserImportJobRequest$=KUe;E.CreateUserImportJobResponse$=QUe;E.CreateUserPool$=rGe;E.CreateUserPoolClient$=nGe;E.CreateUserPoolClientCommand=kU;E.CreateUserPoolClientRequest$=YUe;E.CreateUserPoolClientResponse$=JUe;E.CreateUserPoolCommand=NU;E.CreateUserPoolDomain$=sGe;E.CreateUserPoolDomainCommand=LU;E.CreateUserPoolDomainRequest$=XUe;E.CreateUserPoolDomainResponse$=ZUe;E.CreateUserPoolRequest$=eFe;E.CreateUserPoolResponse$=tFe;E.CustomDomainConfigType$=EM;E.CustomEmailLambdaVersionConfigType$=rFe;E.CustomEmailSenderLambdaVersionType=Z_r;E.CustomSMSLambdaVersionConfigType$=nFe;E.CustomSMSSenderLambdaVersionType=eRr;E.DefaultEmailOptionType=oRr;E.DeleteGroup$=oGe;E.DeleteGroupCommand=UU;E.DeleteGroupRequest$=sFe;E.DeleteIdentityProvider$=iGe;E.DeleteIdentityProviderCommand=FU;E.DeleteIdentityProviderRequest$=oFe;E.DeleteManagedLoginBranding$=aGe;E.DeleteManagedLoginBrandingCommand=MU;E.DeleteManagedLoginBrandingRequest$=iFe;E.DeleteResourceServer$=cGe;E.DeleteResourceServerCommand=qU;E.DeleteResourceServerRequest$=aFe;E.DeleteTerms$=uGe;E.DeleteTermsCommand=BU;E.DeleteTermsRequest$=cFe;E.DeleteUser$=lGe;E.DeleteUserAttributes$=dGe;E.DeleteUserAttributesCommand=GU;E.DeleteUserAttributesRequest$=uFe;E.DeleteUserAttributesResponse$=lFe;E.DeleteUserCommand=HU;E.DeleteUserPool$=pGe;E.DeleteUserPoolClient$=mGe;E.DeleteUserPoolClientCommand=VU;E.DeleteUserPoolClientRequest$=dFe;E.DeleteUserPoolCommand=jU;E.DeleteUserPoolDomain$=fGe;E.DeleteUserPoolDomainCommand=WU;E.DeleteUserPoolDomainRequest$=pFe;E.DeleteUserPoolDomainResponse$=mFe;E.DeleteUserPoolRequest$=fFe;E.DeleteUserRequest$=gFe;E.DeleteWebAuthnCredential$=gGe;E.DeleteWebAuthnCredentialCommand=zU;E.DeleteWebAuthnCredentialRequest$=hFe;E.DeleteWebAuthnCredentialResponse$=SFe;E.DeletionProtectionType=J_r;E.DeliveryMediumType=v_r;E.DescribeIdentityProvider$=hGe;E.DescribeIdentityProviderCommand=KU;E.DescribeIdentityProviderRequest$=yFe;E.DescribeIdentityProviderResponse$=EFe;E.DescribeManagedLoginBranding$=SGe;E.DescribeManagedLoginBrandingByClient$=yGe;E.DescribeManagedLoginBrandingByClientCommand=QU;E.DescribeManagedLoginBrandingByClientRequest$=CFe;E.DescribeManagedLoginBrandingByClientResponse$=_Fe;E.DescribeManagedLoginBrandingCommand=YU;E.DescribeManagedLoginBrandingRequest$=RFe;E.DescribeManagedLoginBrandingResponse$=TFe;E.DescribeResourceServer$=EGe;E.DescribeResourceServerCommand=JU;E.DescribeResourceServerRequest$=AFe;E.DescribeResourceServerResponse$=PFe;E.DescribeRiskConfiguration$=CGe;E.DescribeRiskConfigurationCommand=XU;E.DescribeRiskConfigurationRequest$=vFe;E.DescribeRiskConfigurationResponse$=bFe;E.DescribeTerms$=_Ge;E.DescribeTermsCommand=ZU;E.DescribeTermsRequest$=IFe;E.DescribeTermsResponse$=DFe;E.DescribeUserImportJob$=RGe;E.DescribeUserImportJobCommand=eF;E.DescribeUserImportJobRequest$=xFe;E.DescribeUserImportJobResponse$=wFe;E.DescribeUserPool$=TGe;E.DescribeUserPoolClient$=AGe;E.DescribeUserPoolClientCommand=tF;E.DescribeUserPoolClientRequest$=$Fe;E.DescribeUserPoolClientResponse$=OFe;E.DescribeUserPoolCommand=rF;E.DescribeUserPoolDomain$=PGe;E.DescribeUserPoolDomainCommand=nF;E.DescribeUserPoolDomainRequest$=kFe;E.DescribeUserPoolDomainResponse$=NFe;E.DescribeUserPoolRequest$=LFe;E.DescribeUserPoolResponse$=UFe;E.DeviceConfigurationType$=CM;E.DeviceKeyExistsException=k1;E.DeviceKeyExistsException$=FFe;E.DeviceRememberedStatusType=F_r;E.DeviceSecretVerifierConfigType$=MFe;E.DeviceType$=_M;E.DomainDescriptionType$=qFe;E.DomainStatusType=fRr;E.DuplicateProviderException=L1;E.DuplicateProviderException$=BFe;E.EmailConfigurationType$=RM;E.EmailMfaConfigType$=TM;E.EmailMfaSettingsType$=dJ;E.EmailSendingAccountType=X_r;E.EnableSoftwareTokenMFAException=Q1;E.EnableSoftwareTokenMFAException$=GFe;E.EventContextDataType$=HFe;E.EventFeedbackType$=VFe;E.EventFilterType=mRr;E.EventResponseType=k_r;E.EventRiskType$=jFe;E.EventSourceName=gRr;E.EventType=U_r;E.ExpiredCodeException=T1;E.ExpiredCodeException$=WFe;E.ExplicitAuthFlowsType=cRr;E.FeatureType=lRr;E.FeatureUnavailableInTierException=M1;E.FeatureUnavailableInTierException$=zFe;E.FeedbackValueType=O_r;E.FirehoseConfigurationType$=KFe;E.ForbiddenException=b1;E.ForbiddenException$=QFe;E.ForgetDevice$=vGe;E.ForgetDeviceCommand=sF;E.ForgetDeviceRequest$=YFe;E.ForgotPassword$=bGe;E.ForgotPasswordCommand=oF;E.ForgotPasswordRequest$=JFe;E.ForgotPasswordResponse$=XFe;E.GetCSVHeader$=IGe;E.GetCSVHeaderCommand=iF;E.GetCSVHeaderRequest$=ZFe;E.GetCSVHeaderResponse$=eMe;E.GetDevice$=DGe;E.GetDeviceCommand=aF;E.GetDeviceRequest$=tMe;E.GetDeviceResponse$=rMe;E.GetGroup$=xGe;E.GetGroupCommand=cF;E.GetGroupRequest$=nMe;E.GetGroupResponse$=sMe;E.GetIdentityProviderByIdentifier$=wGe;E.GetIdentityProviderByIdentifierCommand=uF;E.GetIdentityProviderByIdentifierRequest$=oMe;E.GetIdentityProviderByIdentifierResponse$=iMe;E.GetLogDeliveryConfiguration$=$Ge;E.GetLogDeliveryConfigurationCommand=lF;E.GetLogDeliveryConfigurationRequest$=aMe;E.GetLogDeliveryConfigurationResponse$=cMe;E.GetSigningCertificate$=OGe;E.GetSigningCertificateCommand=dF;E.GetSigningCertificateRequest$=uMe;E.GetSigningCertificateResponse$=lMe;E.GetTokensFromRefreshToken$=kGe;E.GetTokensFromRefreshTokenCommand=pF;E.GetTokensFromRefreshTokenRequest$=dMe;E.GetTokensFromRefreshTokenResponse$=pMe;E.GetUICustomization$=NGe;E.GetUICustomizationCommand=mF;E.GetUICustomizationRequest$=mMe;E.GetUICustomizationResponse$=fMe;E.GetUser$=LGe;E.GetUserAttributeVerificationCode$=UGe;E.GetUserAttributeVerificationCodeCommand=fF;E.GetUserAttributeVerificationCodeRequest$=gMe;E.GetUserAttributeVerificationCodeResponse$=hMe;E.GetUserAuthFactors$=FGe;E.GetUserAuthFactorsCommand=gF;E.GetUserAuthFactorsRequest$=SMe;E.GetUserAuthFactorsResponse$=yMe;E.GetUserCommand=hF;E.GetUserPoolMfaConfig$=MGe;E.GetUserPoolMfaConfigCommand=SF;E.GetUserPoolMfaConfigRequest$=EMe;E.GetUserPoolMfaConfigResponse$=CMe;E.GetUserRequest$=_Me;E.GetUserResponse$=RMe;E.GlobalSignOut$=qGe;E.GlobalSignOutCommand=yF;E.GlobalSignOutRequest$=TMe;E.GlobalSignOutResponse$=AMe;E.GroupExistsException=N1;E.GroupExistsException$=PMe;E.GroupType$=g0;E.HttpHeader$=vMe;E.IdentityProviderType$=h0;E.IdentityProviderTypeType=z_r;E.InitiateAuth$=BGe;E.InitiateAuthCommand=EF;E.InitiateAuthRequest$=bMe;E.InitiateAuthResponse$=IMe;E.InternalErrorException=QL;E.InternalErrorException$=DMe;E.InvalidEmailRoleAccessPolicyException=h1;E.InvalidEmailRoleAccessPolicyException$=xMe;E.InvalidLambdaResponseException=r1;E.InvalidLambdaResponseException$=wMe;E.InvalidOAuthFlowException=G1;E.InvalidOAuthFlowException$=$Me;E.InvalidParameterException=YL;E.InvalidParameterException$=OMe;E.InvalidPasswordException=c1;E.InvalidPasswordException$=kMe;E.InvalidSmsRoleAccessPolicyException=u1;E.InvalidSmsRoleAccessPolicyException$=NMe;E.InvalidSmsRoleTrustRelationshipException=l1;E.InvalidSmsRoleTrustRelationshipException$=LMe;E.InvalidUserPoolConfigurationException=g1;E.InvalidUserPoolConfigurationException$=UMe;E.LambdaConfigType$=S0;E.LimitExceededException=n1;E.LimitExceededException$=FMe;E.ListDevices$=GGe;E.ListDevicesCommand=CF;E.ListDevicesRequest$=MMe;E.ListDevicesResponse$=qMe;E.ListGroups$=HGe;E.ListGroupsCommand=e0;E.ListGroupsRequest$=BMe;E.ListGroupsResponse$=GMe;E.ListIdentityProviders$=VGe;E.ListIdentityProvidersCommand=t0;E.ListIdentityProvidersRequest$=HMe;E.ListIdentityProvidersResponse$=VMe;E.ListResourceServers$=jGe;E.ListResourceServersCommand=r0;E.ListResourceServersRequest$=jMe;E.ListResourceServersResponse$=WMe;E.ListTagsForResource$=WGe;E.ListTagsForResourceCommand=_F;E.ListTagsForResourceRequest$=zMe;E.ListTagsForResourceResponse$=KMe;E.ListTerms$=zGe;E.ListTermsCommand=RF;E.ListTermsRequest$=QMe;E.ListTermsResponse$=YMe;E.ListUserImportJobs$=KGe;E.ListUserImportJobsCommand=TF;E.ListUserImportJobsRequest$=JMe;E.ListUserImportJobsResponse$=XMe;E.ListUserPoolClients$=QGe;E.ListUserPoolClientsCommand=n0;E.ListUserPoolClientsRequest$=ZMe;E.ListUserPoolClientsResponse$=eqe;E.ListUserPools$=YGe;E.ListUserPoolsCommand=s0;E.ListUserPoolsRequest$=tqe;E.ListUserPoolsResponse$=rqe;E.ListUsers$=JGe;E.ListUsersCommand=o0;E.ListUsersInGroup$=XGe;E.ListUsersInGroupCommand=i0;E.ListUsersInGroupRequest$=nqe;E.ListUsersInGroupResponse$=sqe;E.ListUsersRequest$=oqe;E.ListUsersResponse$=iqe;E.ListWebAuthnCredentials$=ZGe;E.ListWebAuthnCredentialsCommand=AF;E.ListWebAuthnCredentialsRequest$=aqe;E.ListWebAuthnCredentialsResponse$=cqe;E.LogConfigurationType$=uqe;E.LogDeliveryConfigurationType$=pJ;E.LogLevel=hRr;E.MFAMethodNotFoundException=S1;E.MFAMethodNotFoundException$=pqe;E.MFAOptionType$=mqe;E.ManagedLoginBrandingExistsException=U1;E.ManagedLoginBrandingExistsException$=lqe;E.ManagedLoginBrandingType$=y0;E.MessageActionType=b_r;E.MessageTemplateType$=dqe;E.NewDeviceMetadataType$=fqe;E.NotAuthorizedException=JL;E.NotAuthorizedException$=gqe;E.NotifyConfigurationType$=hqe;E.NotifyEmailType$=KL;E.NumberAttributeConstraintsType$=Sqe;E.OAuthFlowType=aRr;E.PasswordHistoryPolicyViolationException=A1;E.PasswordHistoryPolicyViolationException$=yqe;E.PasswordPolicyType$=Eqe;E.PasswordResetRequiredException=y1;E.PasswordResetRequiredException$=Cqe;E.PreTokenGenerationLambdaVersionType=tRr;E.PreTokenGenerationVersionConfigType$=Rqe;E.PreconditionNotMetException=d1;E.PreconditionNotMetException$=_qe;E.PreventUserExistenceErrorTypes=uRr;E.ProviderDescription$=Tqe;E.ProviderUserIdentifierType$=Y1;E.RecoveryOptionNameType=T_r;E.RecoveryOptionType$=Aqe;E.RefreshTokenReuseException=j1;E.RefreshTokenReuseException$=Pqe;E.RefreshTokenRotationType$=AM;E.ResendConfirmationCode$=e2e;E.ResendConfirmationCodeCommand=PF;E.ResendConfirmationCodeRequest$=vqe;E.ResendConfirmationCodeResponse$=bqe;E.ResourceNotFoundException=XL;E.ResourceNotFoundException$=Iqe;E.ResourceServerScopeType$=Dqe;E.ResourceServerType$=E0;E.RespondToAuthChallenge$=t2e;E.RespondToAuthChallengeCommand=vF;E.RespondToAuthChallengeRequest$=xqe;E.RespondToAuthChallengeResponse$=wqe;E.RevokeToken$=r2e;E.RevokeTokenCommand=bF;E.RevokeTokenRequest$=$qe;E.RevokeTokenResponse$=Oqe;E.RiskConfigurationType$=mJ;E.RiskDecisionType=N_r;E.RiskExceptionConfigurationType$=fJ;E.RiskLevelType=L_r;E.S3ConfigurationType$=kqe;E.SMSMfaSettingsType$=hJ;E.SchemaAttributeType$=gJ;E.ScopeDoesNotExistException=H1;E.ScopeDoesNotExistException$=Nqe;E.SetLogDeliveryConfiguration$=n2e;E.SetLogDeliveryConfigurationCommand=IF;E.SetLogDeliveryConfigurationRequest$=Lqe;E.SetLogDeliveryConfigurationResponse$=Uqe;E.SetRiskConfiguration$=s2e;E.SetRiskConfigurationCommand=DF;E.SetRiskConfigurationRequest$=Fqe;E.SetRiskConfigurationResponse$=Mqe;E.SetUICustomization$=o2e;E.SetUICustomizationCommand=xF;E.SetUICustomizationRequest$=qqe;E.SetUICustomizationResponse$=Bqe;E.SetUserMFAPreference$=i2e;E.SetUserMFAPreferenceCommand=wF;E.SetUserMFAPreferenceRequest$=Gqe;E.SetUserMFAPreferenceResponse$=Hqe;E.SetUserPoolMfaConfig$=a2e;E.SetUserPoolMfaConfigCommand=$F;E.SetUserPoolMfaConfigRequest$=Vqe;E.SetUserPoolMfaConfigResponse$=jqe;E.SetUserSettings$=c2e;E.SetUserSettingsCommand=OF;E.SetUserSettingsRequest$=Wqe;E.SetUserSettingsResponse$=zqe;E.SignInPolicyType$=Kqe;E.SignUp$=u2e;E.SignUpCommand=kF;E.SignUpRequest$=Qqe;E.SignUpResponse$=Yqe;E.SmsConfigurationType$=C0;E.SmsMfaConfigType$=PM;E.SoftwareTokenMFANotFoundException=P1;E.SoftwareTokenMFANotFoundException$=Jqe;E.SoftwareTokenMfaConfigType$=vM;E.SoftwareTokenMfaSettingsType$=SJ;E.StartUserImportJob$=l2e;E.StartUserImportJobCommand=NF;E.StartUserImportJobRequest$=Xqe;E.StartUserImportJobResponse$=Zqe;E.StartWebAuthnRegistration$=d2e;E.StartWebAuthnRegistrationCommand=LF;E.StartWebAuthnRegistrationRequest$=e3e;E.StartWebAuthnRegistrationResponse$=t3e;E.StatusType=iRr;E.StopUserImportJob$=p2e;E.StopUserImportJobCommand=UF;E.StopUserImportJobRequest$=r3e;E.StopUserImportJobResponse$=n3e;E.StringAttributeConstraintsType$=s3e;E.TagResource$=m2e;E.TagResourceCommand=FF;E.TagResourceRequest$=o3e;E.TagResourceResponse$=i3e;E.TermsDescriptionType$=a3e;E.TermsEnforcementType=K_r;E.TermsExistsException=F1;E.TermsExistsException$=c3e;E.TermsSourceType=Q_r;E.TermsType$=bM;E.TierChangeNotAllowedException=q1;E.TierChangeNotAllowedException$=u3e;E.TimeUnitsType=dRr;E.TokenValidityUnitsType$=IM;E.TooManyFailedAttemptsException=s1;E.TooManyFailedAttemptsException$=l3e;E.TooManyRequestsException=ZL;E.TooManyRequestsException$=d3e;E.UICustomizationType$=yJ;E.UnauthorizedException=W1;E.UnauthorizedException$=p3e;E.UnexpectedLambdaException=o1;E.UnexpectedLambdaException$=m3e;E.UnsupportedIdentityProviderException=V1;E.UnsupportedIdentityProviderException$=f3e;E.UnsupportedOperationException=E1;E.UnsupportedOperationException$=g3e;E.UnsupportedTokenTypeException=z1;E.UnsupportedTokenTypeException$=h3e;E.UnsupportedUserStateException=p1;E.UnsupportedUserStateException$=S3e;E.UntagResource$=f2e;E.UntagResourceCommand=MF;E.UntagResourceRequest$=y3e;E.UntagResourceResponse$=E3e;E.UpdateAuthEventFeedback$=g2e;E.UpdateAuthEventFeedbackCommand=qF;E.UpdateAuthEventFeedbackRequest$=C3e;E.UpdateAuthEventFeedbackResponse$=_3e;E.UpdateDeviceStatus$=h2e;E.UpdateDeviceStatusCommand=BF;E.UpdateDeviceStatusRequest$=R3e;E.UpdateDeviceStatusResponse$=T3e;E.UpdateGroup$=S2e;E.UpdateGroupCommand=GF;E.UpdateGroupRequest$=A3e;E.UpdateGroupResponse$=P3e;E.UpdateIdentityProvider$=y2e;E.UpdateIdentityProviderCommand=HF;E.UpdateIdentityProviderRequest$=v3e;E.UpdateIdentityProviderResponse$=b3e;E.UpdateManagedLoginBranding$=E2e;E.UpdateManagedLoginBrandingCommand=VF;E.UpdateManagedLoginBrandingRequest$=I3e;E.UpdateManagedLoginBrandingResponse$=D3e;E.UpdateResourceServer$=C2e;E.UpdateResourceServerCommand=jF;E.UpdateResourceServerRequest$=x3e;E.UpdateResourceServerResponse$=w3e;E.UpdateTerms$=_2e;E.UpdateTermsCommand=WF;E.UpdateTermsRequest$=$3e;E.UpdateTermsResponse$=O3e;E.UpdateUserAttributes$=R2e;E.UpdateUserAttributesCommand=zF;E.UpdateUserAttributesRequest$=k3e;E.UpdateUserAttributesResponse$=N3e;E.UpdateUserPool$=T2e;E.UpdateUserPoolClient$=A2e;E.UpdateUserPoolClientCommand=KF;E.UpdateUserPoolClientRequest$=L3e;E.UpdateUserPoolClientResponse$=U3e;E.UpdateUserPoolCommand=QF;E.UpdateUserPoolDomain$=P2e;E.UpdateUserPoolDomainCommand=YF;E.UpdateUserPoolDomainRequest$=F3e;E.UpdateUserPoolDomainResponse$=M3e;E.UpdateUserPoolRequest$=q3e;E.UpdateUserPoolResponse$=B3e;E.UserAttributeUpdateSettingsType$=DM;E.UserContextDataType$=Xd;E.UserImportInProgressException=e1;E.UserImportInProgressException$=G3e;E.UserImportJobStatusType=Y_r;E.UserImportJobType$=CS;E.UserLambdaValidationException=i1;E.UserLambdaValidationException$=H3e;E.UserNotConfirmedException=C1;E.UserNotConfirmedException$=j3e;E.UserNotFoundException=t1;E.UserNotFoundException$=W3e;E.UserPoolAddOnNotEnabledException=_1;E.UserPoolAddOnNotEnabledException$=z3e;E.UserPoolAddOnsType$=xM;E.UserPoolClientDescription$=K3e;E.UserPoolClientType$=wM;E.UserPoolDescriptionType$=Q3e;E.UserPoolMfaType=rRr;E.UserPoolPolicyType$=$M;E.UserPoolTaggingException=B1;E.UserPoolTaggingException$=Y3e;E.UserPoolTierType=sRr;E.UserPoolType$=CJ;E.UserStatusType=I_r;E.UserType$=_J;E.UserVerificationType=SRr;E.UsernameAttributeType=nRr;E.UsernameConfigurationType$=EJ;E.UsernameExistsException=m1;E.UsernameExistsException$=V3e;E.VerificationMessageTemplateType$=OM;E.VerifiedAttributeType=W_r;E.VerifySoftwareToken$=v2e;E.VerifySoftwareTokenCommand=JF;E.VerifySoftwareTokenRequest$=J3e;E.VerifySoftwareTokenResponse$=X3e;E.VerifySoftwareTokenResponseType=yRr;E.VerifyUserAttribute$=b2e;E.VerifyUserAttributeCommand=XF;E.VerifyUserAttributeRequest$=Z3e;E.VerifyUserAttributeResponse$=eBe;E.WebAuthnChallengeNotFoundException=I1;E.WebAuthnChallengeNotFoundException$=tBe;E.WebAuthnClientMismatchException=D1;E.WebAuthnClientMismatchException$=rBe;E.WebAuthnConfigurationMissingException=K1;E.WebAuthnConfigurationMissingException$=nBe;E.WebAuthnConfigurationType$=kM;E.WebAuthnCredentialDescription$=sBe;E.WebAuthnCredentialNotSupportedException=x1;E.WebAuthnCredentialNotSupportedException$=oBe;E.WebAuthnNotEnabledException=w1;E.WebAuthnNotEnabledException$=iBe;E.WebAuthnOriginNotAllowedException=$1;E.WebAuthnOriginNotAllowedException$=aBe;E.WebAuthnRelyingPartyMismatchException=O1;E.WebAuthnRelyingPartyMismatchException$=cBe;E.paginateAdminListGroupsForUser=f_r;E.paginateAdminListUserAuthEvents=g_r;E.paginateListGroups=h_r;E.paginateListIdentityProviders=S_r;E.paginateListResourceServers=y_r;E.paginateListUserPoolClients=E_r;E.paginateListUserPools=C_r;E.paginateListUsers=__r;E.paginateListUsersInGroup=R_r});var _S=O(R0=>{"use strict";var ERr=qe();function CRr(t){return t}var I2e=t=>e=>async r=>{if(!ERr.HttpRequest.isInstance(r.request))return e(r);let{request:n}=r,{handlerProtocol:s=""}=t.requestHandler.metadata||{};if(s.indexOf("h2")>=0&&!n.headers[":authority"])delete n.headers.host,n.headers[":authority"]=n.hostname+(n.port?":"+n.port:"");else if(!n.headers.host){let o=n.hostname;n.port!=null&&(o+=`:${n.port}`),n.headers.host=o}return e(r)},D2e={name:"hostHeaderMiddleware",step:"build",priority:"low",tags:["HOST"],override:!0},_Rr=t=>({applyToStack:e=>{e.add(I2e(t),D2e)}});R0.getHostHeaderPlugin=_Rr;R0.hostHeaderMiddleware=I2e;R0.hostHeaderMiddlewareOptions=D2e;R0.resolveHostHeaderConfig=CRr});var RS=O(NM=>{"use strict";var x2e=()=>(t,e)=>async r=>{try{let n=await t(r),{clientName:s,commandName:o,logger:i,dynamoDbDocumentClientOptions:a={}}=e,{overrideInputFilterSensitiveLog:c,overrideOutputFilterSensitiveLog:u}=a,f=c??e.inputFilterSensitiveLog,m=u??e.outputFilterSensitiveLog,{$metadata:h,...y}=n.output;return i?.info?.({clientName:s,commandName:o,input:f(r.input),output:m(y),metadata:h}),n}catch(n){let{clientName:s,commandName:o,logger:i,dynamoDbDocumentClientOptions:a={}}=e,{overrideInputFilterSensitiveLog:c}=a,u=c??e.inputFilterSensitiveLog;throw i?.error?.({clientName:s,commandName:o,input:u(r.input),error:n,metadata:n.$metadata}),n}},w2e={name:"loggerMiddleware",tags:["LOGGER"],step:"initialize",override:!0},RRr=t=>({applyToStack:e=>{e.add(x2e(),w2e)}});NM.getLoggerPlugin=RRr;NM.loggerMiddleware=x2e;NM.loggerMiddlewareOptions=w2e});var $2e=O(LM=>{"use strict";Object.defineProperty(LM,"__esModule",{value:!0});LM.recursionDetectionMiddleware=void 0;var TRr=(dA(),J(lA)),ARr=qe(),PJ="X-Amzn-Trace-Id",PRr="AWS_LAMBDA_FUNCTION_NAME",vRr="_X_AMZN_TRACE_ID",bRr=()=>t=>async e=>{let{request:r}=e;if(!ARr.HttpRequest.isInstance(r))return t(e);let n=Object.keys(r.headers??{}).find(f=>f.toLowerCase()===PJ.toLowerCase())??PJ;if(r.headers.hasOwnProperty(n))return t(e);let s=process.env[PRr],o=process.env[vRr],c=(await TRr.InvokeStore.getInstanceAsync())?.getXRayTraceId()??o,u=f=>typeof f=="string"&&f.length>0;return u(s)&&u(c)&&(r.headers[PJ]=c),t({...e,request:r})};LM.recursionDetectionMiddleware=bRr});var TS=O(UM=>{"use strict";var vJ=$2e(),IRr={step:"build",tags:["RECURSION_DETECTION"],name:"recursionDetectionMiddleware",override:!0,priority:"low"},DRr=t=>({applyToStack:e=>{e.add(vJ.recursionDetectionMiddleware(),IRr)}});UM.getRecursionDetectionPlugin=DRr;Object.keys(vJ).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(UM,t)&&Object.defineProperty(UM,t,{enumerable:!0,get:function(){return vJ[t]}})})});var bJ,xRr,O2e=R(()=>{bJ=T(gn()),xRr=t=>t[bJ.SMITHY_CONTEXT_KEY]||(t[bJ.SMITHY_CONTEXT_KEY]={})});var k2e,N2e=R(()=>{k2e=(t,e)=>{if(!e||e.length===0)return t;let r=[];for(let n of e)for(let s of t)s.schemeId.split("#")[1]===n&&r.push(s);for(let n of t)r.find(({schemeId:s})=>s===n.schemeId)||r.push(n);return r}});function wRr(t){let e=new Map;for(let r of t)e.set(r.schemeId,r);return e}var L2e,T0,FM=R(()=>{L2e=T(Nt());N2e();T0=(t,e)=>(r,n)=>async s=>{let o=t.httpAuthSchemeProvider(await e.httpAuthSchemeParametersProvider(t,n,s.input)),i=t.authSchemePreference?await t.authSchemePreference():[],a=k2e(o,i),c=wRr(t.httpAuthSchemes),u=(0,L2e.getSmithyContext)(n),f=[];for(let m of a){let h=c.get(m.schemeId);if(!h){f.push(`HttpAuthScheme \`${m.schemeId}\` was not enabled for this service.`);continue}let y=h.identityProvider(await e.identityProviderConfigProvider(t));if(!y){f.push(`HttpAuthScheme \`${m.schemeId}\` did not have an IdentityProvider configured.`);continue}let{identityProperties:C={},signingProperties:I={}}=m.propertiesExtractor?.(t,n)||{};m.identityProperties=Object.assign(m.identityProperties||{},C),m.signingProperties=Object.assign(m.signingProperties||{},I),u.selectedHttpAuthScheme={httpAuthOption:m,identity:await y(m.identityProperties),signer:h.signer};break}if(!u.selectedHttpAuthScheme)throw new Error(f.join(`
|
|
148
|
+
`));return r(s)}});var U2e,nf,F2e=R(()=>{FM();U2e={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:"endpointV2Middleware"},nf=(t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r})=>({applyToStack:n=>{n.addRelativeTo(T0(t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r}),U2e)}})});var M2e,q2e,$Rr,B2e=R(()=>{M2e=T(Ty());FM();q2e={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:M2e.serializerMiddlewareOption.name},$Rr=(t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r})=>({applyToStack:n=>{n.addRelativeTo(T0(t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r}),q2e)}})});var G2e=R(()=>{FM();F2e();B2e()});var H2e,V2e,ORr,kRr,IJ,DJ=R(()=>{H2e=T(qe()),V2e=T(Nt()),ORr=t=>e=>{throw e},kRr=(t,e)=>{},IJ=t=>(e,r)=>async n=>{if(!H2e.HttpRequest.isInstance(n.request))return e(n);let o=(0,V2e.getSmithyContext)(r).selectedHttpAuthScheme;if(!o)throw new Error("No HttpAuthScheme was selected: unable to sign request");let{httpAuthOption:{signingProperties:i={}},identity:a,signer:c}=o,u=await e({...n,request:await c.sign(n.request,a,i)}).catch((c.errorHandler||ORr)(i));return(c.successHandler||kRr)(u.response,i),u}});var j2e,sf,W2e=R(()=>{DJ();j2e={step:"finalizeRequest",tags:["HTTP_SIGNING"],name:"httpSigningMiddleware",aliases:["apiKeyMiddleware","tokenMiddleware","awsAuthMiddleware"],override:!0,relation:"after",toMiddleware:"retryMiddleware"},sf=t=>({applyToStack:e=>{e.addRelativeTo(IJ(t),j2e)}})});var z2e=R(()=>{DJ();W2e()});var Zd,K2e=R(()=>{Zd=t=>{if(typeof t=="function")return t;let e=Promise.resolve(t);return()=>e}});function Q2e(t,e,r,n,s){return async function*(i,a,...c){let u=a,f=i.startingToken??u[r],m=!0,h;for(;m;){if(u[r]=f,s&&(u[s]=u[s]??i.pageSize),i.client instanceof t)h=await NRr(e,i.client,a,i.withCommand,...c);else throw new Error(`Invalid client, expected instance of ${t.name}`);yield h;let y=f;f=LRr(h,n),m=!!(f&&(!i.stopOnSameToken||f!==y))}return void 0}}var NRr,LRr,Y2e=R(()=>{NRr=async(t,e,r,n=o=>o,...s)=>{let o=new t(r);return o=n(o)??o,await e.send(o,...s)};LRr=(t,e)=>{let r=t,n=e.split(".");for(let s of n){if(!r||typeof r!="object")return;r=r[s]}return r}});var wJ=O(MM=>{"use strict";Object.defineProperty(MM,"__esModule",{value:!0});MM.ChecksumStream=void 0;var URr=De(),FRr=require("stream"),xJ=class extends FRr.Duplex{expectedChecksum;checksumSourceLocation;checksum;source;base64Encoder;constructor({expectedChecksum:e,checksum:r,source:n,checksumSourceLocation:s,base64Encoder:o}){if(super(),typeof n.pipe=="function")this.source=n;else throw new Error(`@smithy/util-stream: unsupported source type ${n?.constructor?.name??n} in ChecksumStream.`);this.base64Encoder=o??URr.toBase64,this.expectedChecksum=e,this.checksum=r,this.checksumSourceLocation=s,this.source.pipe(this)}_read(e){}_write(e,r,n){try{this.checksum.update(e),this.push(e)}catch(s){return n(s)}return n()}async _final(e){try{let r=await this.checksum.digest(),n=this.base64Encoder(r);if(this.expectedChecksum!==n)return e(new Error(`Checksum mismatch: expected "${this.expectedChecksum}" but received "${n}" in response header "${this.checksumSourceLocation}".`))}catch(r){return e(r)}return this.push(null),e()}};MM.ChecksumStream=xJ});var wu=O(AS=>{"use strict";Object.defineProperty(AS,"__esModule",{value:!0});AS.isBlob=AS.isReadableStream=void 0;var MRr=t=>typeof ReadableStream=="function"&&(t?.constructor?.name===ReadableStream.name||t instanceof ReadableStream);AS.isReadableStream=MRr;var qRr=t=>typeof Blob=="function"&&(t?.constructor?.name===Blob.name||t instanceof Blob);AS.isBlob=qRr});var J2e=O(qM=>{"use strict";Object.defineProperty(qM,"__esModule",{value:!0});qM.ChecksumStream=void 0;var BRr=typeof ReadableStream=="function"?ReadableStream:function(){},$J=class extends BRr{};qM.ChecksumStream=$J});var X2e=O(BM=>{"use strict";Object.defineProperty(BM,"__esModule",{value:!0});BM.createChecksumStream=void 0;var GRr=De(),HRr=wu(),VRr=J2e(),jRr=({expectedChecksum:t,checksum:e,source:r,checksumSourceLocation:n,base64Encoder:s})=>{if(!(0,HRr.isReadableStream)(r))throw new Error(`@smithy/util-stream: unsupported source type ${r?.constructor?.name??r} in ChecksumStream.`);let o=s??GRr.toBase64;if(typeof TransformStream!="function")throw new Error("@smithy/util-stream: unable to instantiate ChecksumStream because API unavailable: ReadableStream/TransformStream.");let i=new TransformStream({start(){},async transform(c,u){e.update(c),u.enqueue(c)},async flush(c){let u=await e.digest(),f=o(u);if(t!==f){let m=new Error(`Checksum mismatch: expected "${t}" but received "${f}" in response header "${n}".`);c.error(m)}else c.terminate()}});r.pipeThrough(i);let a=i.readable;return Object.setPrototypeOf(a,VRr.ChecksumStream.prototype),a};BM.createChecksumStream=jRr});var Z2e=O(OJ=>{"use strict";Object.defineProperty(OJ,"__esModule",{value:!0});OJ.createChecksumStream=QRr;var WRr=wu(),zRr=wJ(),KRr=X2e();function QRr(t){return typeof ReadableStream=="function"&&(0,WRr.isReadableStream)(t.source)?(0,KRr.createChecksumStream)(t):new zRr.ChecksumStream(t)}});var NJ=O(GM=>{"use strict";Object.defineProperty(GM,"__esModule",{value:!0});GM.ByteArrayCollector=void 0;var kJ=class{allocByteArray;byteLength=0;byteArrays=[];constructor(e){this.allocByteArray=e}push(e){this.byteArrays.push(e),this.byteLength+=e.byteLength}flush(){if(this.byteArrays.length===1){let n=this.byteArrays[0];return this.reset(),n}let e=this.allocByteArray(this.byteLength),r=0;for(let n=0;n<this.byteArrays.length;++n){let s=this.byteArrays[n];e.set(s,r),r+=s.byteLength}return this.reset(),e}reset(){this.byteArrays=[],this.byteLength=0}};GM.ByteArrayCollector=kJ});var nHe=O($u=>{"use strict";Object.defineProperty($u,"__esModule",{value:!0});$u.createBufferedReadable=void 0;$u.createBufferedReadableStream=eHe;$u.merge=tHe;$u.flush=HM;$u.sizeOf=PS;$u.modeOf=rHe;var YRr=NJ();function eHe(t,e,r){let n=t.getReader(),s=!1,o=0,i=["",new YRr.ByteArrayCollector(u=>new Uint8Array(u))],a=-1,c=async u=>{let{value:f,done:m}=await n.read(),h=f;if(m){if(a!==-1){let y=HM(i,a);PS(y)>0&&u.enqueue(y)}u.close()}else{let y=rHe(h,!1);if(a!==y&&(a>=0&&u.enqueue(HM(i,a)),a=y),a===-1){u.enqueue(h);return}let C=PS(h);o+=C;let I=PS(i[a]);if(C>=e&&I===0)u.enqueue(h);else{let $=tHe(i,a,h);!s&&o>e*2&&(s=!0,r?.warn(`@smithy/util-stream - stream chunk size ${C} is below threshold of ${e}, automatically buffering.`)),$>=e?u.enqueue(HM(i,a)):await c(u)}}};return new ReadableStream({pull:c})}$u.createBufferedReadable=eHe;function tHe(t,e,r){switch(e){case 0:return t[0]+=r,PS(t[0]);case 1:case 2:return t[e].push(r),PS(t[e])}}function HM(t,e){switch(e){case 0:let r=t[0];return t[0]="",r;case 1:case 2:return t[e].flush()}throw new Error(`@smithy/util-stream - invalid index ${e} given to flush()`)}function PS(t){return t?.byteLength??t?.length??0}function rHe(t,e=!0){return e&&typeof Buffer<"u"&&t instanceof Buffer?2:t instanceof Uint8Array?1:typeof t=="string"?0:-1}});var oHe=O(LJ=>{"use strict";Object.defineProperty(LJ,"__esModule",{value:!0});LJ.createBufferedReadable=ZRr;var JRr=require("node:stream"),sHe=NJ(),Ou=nHe(),XRr=wu();function ZRr(t,e,r){if((0,XRr.isReadableStream)(t))return(0,Ou.createBufferedReadableStream)(t,e,r);let n=new JRr.Readable({read(){}}),s=!1,o=0,i=["",new sHe.ByteArrayCollector(c=>new Uint8Array(c)),new sHe.ByteArrayCollector(c=>Buffer.from(new Uint8Array(c)))],a=-1;return t.on("data",c=>{let u=(0,Ou.modeOf)(c,!0);if(a!==u&&(a>=0&&n.push((0,Ou.flush)(i,a)),a=u),a===-1){n.push(c);return}let f=(0,Ou.sizeOf)(c);o+=f;let m=(0,Ou.sizeOf)(i[a]);if(f>=e&&m===0)n.push(c);else{let h=(0,Ou.merge)(i,a,c);!s&&o>e*2&&(s=!0,r?.warn(`@smithy/util-stream - stream chunk size ${f} is below threshold of ${e}, automatically buffering.`)),h>=e&&n.push((0,Ou.flush)(i,a))}}),t.on("end",()=>{if(a!==-1){let c=(0,Ou.flush)(i,a);(0,Ou.sizeOf)(c)>0&&n.push(c)}n.push(null)}),n}});var iHe=O(VM=>{"use strict";Object.defineProperty(VM,"__esModule",{value:!0});VM.getAwsChunkedEncodingStream=void 0;var e0r=(t,e)=>{let{base64Encoder:r,bodyLengthChecker:n,checksumAlgorithmFn:s,checksumLocationName:o,streamHasher:i}=e,a=r!==void 0&&n!==void 0&&s!==void 0&&o!==void 0&&i!==void 0,c=a?i(s,t):void 0,u=t.getReader();return new ReadableStream({async pull(f){let{value:m,done:h}=await u.read();if(h){if(f.enqueue(`0\r
|
|
149
|
+
`),a){let y=r(await c);f.enqueue(`${o}:${y}\r
|
|
150
|
+
`),f.enqueue(`\r
|
|
151
|
+
`)}f.close()}else f.enqueue(`${(n(m)||0).toString(16)}\r
|
|
152
|
+
${m}\r
|
|
153
|
+
`)}})};VM.getAwsChunkedEncodingStream=e0r});var aHe=O(UJ=>{"use strict";Object.defineProperty(UJ,"__esModule",{value:!0});UJ.getAwsChunkedEncodingStream=s0r;var t0r=require("node:stream"),r0r=iHe(),n0r=wu();function s0r(t,e){let r=t,n=t;if((0,n0r.isReadableStream)(n))return(0,r0r.getAwsChunkedEncodingStream)(n,e);let{base64Encoder:s,bodyLengthChecker:o,checksumAlgorithmFn:i,checksumLocationName:a,streamHasher:c}=e,u=s!==void 0&&i!==void 0&&a!==void 0&&c!==void 0,f=u?c(i,r):void 0,m=new t0r.Readable({read:()=>{}});return r.on("data",h=>{let y=o(h)||0;y!==0&&(m.push(`${y.toString(16)}\r
|
|
154
|
+
`),m.push(h),m.push(`\r
|
|
155
|
+
`))}),r.on("end",async()=>{if(m.push(`0\r
|
|
156
|
+
`),u){let h=s(await f);m.push(`${a}:${h}\r
|
|
157
|
+
`),m.push(`\r
|
|
158
|
+
`)}m.push(null)}),m}});var cHe=O(FJ=>{"use strict";Object.defineProperty(FJ,"__esModule",{value:!0});FJ.headStream=o0r;async function o0r(t,e){let r=0,n=[],s=t.getReader(),o=!1;for(;!o;){let{done:c,value:u}=await s.read();if(u&&(n.push(u),r+=u?.byteLength??0),r>=e)break;o=c}s.releaseLock();let i=new Uint8Array(Math.min(e,r)),a=0;for(let c of n){if(c.byteLength>i.byteLength-a){i.set(c.subarray(0,i.byteLength-a),a);break}else i.set(c,a);a+=c.length}return i}});var uHe=O(jM=>{"use strict";Object.defineProperty(jM,"__esModule",{value:!0});jM.headStream=void 0;var i0r=require("stream"),a0r=cHe(),c0r=wu(),u0r=(t,e)=>(0,c0r.isReadableStream)(t)?(0,a0r.headStream)(t,e):new Promise((r,n)=>{let s=new MJ;s.limit=e,t.pipe(s),t.on("error",o=>{s.end(),n(o)}),s.on("error",n),s.on("finish",function(){let o=new Uint8Array(Buffer.concat(this.buffers));r(o)})});jM.headStream=u0r;var MJ=class extends i0r.Writable{buffers=[];limit=1/0;bytesBuffered=0;_write(e,r,n){if(this.buffers.push(e),this.bytesBuffered+=e.byteLength??0,this.bytesBuffered>=this.limit){let s=this.bytesBuffered-this.limit,o=this.buffers[this.buffers.length-1];this.buffers[this.buffers.length-1]=o.subarray(0,o.byteLength-s),this.emit("finish")}n()}}});var yHe=O(A0=>{"use strict";var mHe=qe(),fHe=vy(),WM=require("http"),zM=require("https"),gHe=require("stream"),qJ=require("http2"),l0r=["ECONNRESET","EPIPE","ETIMEDOUT"],hHe=t=>{let e={};for(let r of Object.keys(t)){let n=t[r];e[r]=Array.isArray(n)?n.join(","):n}return e},Gs={setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},lHe=1e3,d0r=(t,e,r=0)=>{if(!r)return-1;let n=s=>{let o=Gs.setTimeout(()=>{t.destroy(),e(Object.assign(new Error(`@smithy/node-http-handler - the request socket did not establish a connection with the server within the configured timeout of ${r} ms.`),{name:"TimeoutError"}))},r-s),i=a=>{a?.connecting?a.on("connect",()=>{Gs.clearTimeout(o)}):Gs.clearTimeout(o)};t.socket?i(t.socket):t.on("socket",i)};return r<2e3?(n(0),0):Gs.setTimeout(n.bind(null,lHe),lHe)},p0r=(t,e,r=0,n,s)=>r?Gs.setTimeout(()=>{let o=`@smithy/node-http-handler - [${n?"ERROR":"WARN"}] a request has exceeded the configured ${r} ms requestTimeout.`;if(n){let i=Object.assign(new Error(o),{name:"TimeoutError",code:"ETIMEDOUT"});t.destroy(i),e(i)}else o+=" Init client requestHandler with throwOnRequestTimeout=true to turn this into an error.",s?.warn?.(o)},r):-1,m0r=3e3,f0r=(t,{keepAlive:e,keepAliveMsecs:r},n=m0r)=>{if(e!==!0)return-1;let s=()=>{t.socket?t.socket.setKeepAlive(e,r||0):t.on("socket",o=>{o.setKeepAlive(e,r||0)})};return n===0?(s(),0):Gs.setTimeout(s,n)},dHe=3e3,g0r=(t,e,r=0)=>{let n=s=>{let o=r-s,i=()=>{t.destroy(),e(Object.assign(new Error(`@smithy/node-http-handler - the request socket timed out after ${r} ms of inactivity (configured by client requestHandler).`),{name:"TimeoutError"}))};t.socket?(t.socket.setTimeout(o,i),t.on("close",()=>t.socket?.removeListener("timeout",i))):t.setTimeout(o,i)};return 0<r&&r<6e3?(n(0),0):Gs.setTimeout(n.bind(null,r===0?0:dHe),dHe)},pHe=6e3;async function SHe(t,e,r=pHe,n=!1){let s=e.headers??{},o=s.Expect||s.expect,i=-1,a=!0;!n&&o==="100-continue"&&(a=await Promise.race([new Promise(c=>{i=Number(Gs.setTimeout(()=>c(!0),Math.max(pHe,r)))}),new Promise(c=>{t.on("continue",()=>{Gs.clearTimeout(i),c(!0)}),t.on("response",()=>{Gs.clearTimeout(i),c(!1)}),t.on("error",()=>{Gs.clearTimeout(i),c(!1)})})])),a&&h0r(t,e.body)}function h0r(t,e){if(e instanceof gHe.Readable){e.pipe(t);return}if(e){if(Buffer.isBuffer(e)||typeof e=="string"){t.end(e);return}let r=e;if(typeof r=="object"&&r.buffer&&typeof r.byteOffset=="number"&&typeof r.byteLength=="number"){t.end(Buffer.from(r.buffer,r.byteOffset,r.byteLength));return}t.end(Buffer.from(e));return}t.end()}var S0r=0,BJ=class t{config;configProvider;socketWarningTimestamp=0;externalAgent=!1;metadata={handlerProtocol:"http/1.1"};static create(e){return typeof e?.handle=="function"?e:new t(e)}static checkSocketUsage(e,r,n=console){let{sockets:s,requests:o,maxSockets:i}=e;if(typeof i!="number"||i===1/0||Date.now()-15e3<r)return r;if(s&&o)for(let c in s){let u=s[c]?.length??0,f=o[c]?.length??0;if(u>=i&&f>=2*i)return n?.warn?.(`@smithy/node-http-handler:WARN - socket usage at capacity=${u} and ${f} additional requests are enqueued.
|
|
159
|
+
See https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/node-configuring-maxsockets.html
|
|
160
|
+
or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler config.`),Date.now()}return r}constructor(e){this.configProvider=new Promise((r,n)=>{typeof e=="function"?e().then(s=>{r(this.resolveDefaultConfig(s))}).catch(n):r(this.resolveDefaultConfig(e))})}resolveDefaultConfig(e){let{requestTimeout:r,connectionTimeout:n,socketTimeout:s,socketAcquisitionWarningTimeout:o,httpAgent:i,httpsAgent:a,throwOnRequestTimeout:c}=e||{},u=!0,f=50;return{connectionTimeout:n,requestTimeout:r,socketTimeout:s,socketAcquisitionWarningTimeout:o,throwOnRequestTimeout:c,httpAgent:i instanceof WM.Agent||typeof i?.destroy=="function"?(this.externalAgent=!0,i):new WM.Agent({keepAlive:u,maxSockets:f,...i}),httpsAgent:a instanceof zM.Agent||typeof a?.destroy=="function"?(this.externalAgent=!0,a):new zM.Agent({keepAlive:u,maxSockets:f,...a}),logger:console}}destroy(){this.config?.httpAgent?.destroy(),this.config?.httpsAgent?.destroy()}async handle(e,{abortSignal:r,requestTimeout:n}={}){return this.config||(this.config=await this.configProvider),new Promise((s,o)=>{let i=this.config,a,c=[],u=async V=>{await a,c.forEach(Gs.clearTimeout),s(V)},f=async V=>{await a,c.forEach(Gs.clearTimeout),o(V)};if(r?.aborted){let V=new Error("Request aborted");V.name="AbortError",f(V);return}let m=e.protocol==="https:",h=e.headers??{},y=(h.Expect??h.expect)==="100-continue",C=m?i.httpsAgent:i.httpAgent;y&&!this.externalAgent&&(C=new(m?zM.Agent:WM.Agent)({keepAlive:!1,maxSockets:1/0})),c.push(Gs.setTimeout(()=>{this.socketWarningTimestamp=t.checkSocketUsage(C,this.socketWarningTimestamp,i.logger)},i.socketAcquisitionWarningTimeout??(i.requestTimeout??2e3)+(i.connectionTimeout??1e3)));let I=fHe.buildQueryString(e.query||{}),$;if(e.username!=null||e.password!=null){let V=e.username??"",Y=e.password??"";$=`${V}:${Y}`}let N=e.path;I&&(N+=`?${I}`),e.fragment&&(N+=`#${e.fragment}`);let U=e.hostname??"";U[0]==="["&&U.endsWith("]")?U=e.hostname.slice(1,-1):U=e.hostname;let B={headers:e.headers,host:U,method:e.method,path:N,port:e.port,agent:C,auth:$},j=(m?zM.request:WM.request)(B,V=>{let Y=new mHe.HttpResponse({statusCode:V.statusCode||-1,reason:V.statusMessage,headers:hHe(V.headers),body:V});u({response:Y})});if(j.on("error",V=>{l0r.includes(V.code)?f(Object.assign(V,{name:"TimeoutError"})):f(V)}),r){let V=()=>{j.destroy();let Y=new Error("Request aborted");Y.name="AbortError",f(Y)};if(typeof r.addEventListener=="function"){let Y=r;Y.addEventListener("abort",V,{once:!0}),j.once("close",()=>Y.removeEventListener("abort",V))}else r.onabort=V}let te=n??i.requestTimeout;c.push(d0r(j,f,i.connectionTimeout)),c.push(p0r(j,f,te,i.throwOnRequestTimeout,i.logger??console)),c.push(g0r(j,f,i.socketTimeout));let Ce=B.agent;typeof Ce=="object"&&"keepAlive"in Ce&&c.push(f0r(j,{keepAlive:Ce.keepAlive,keepAliveMsecs:Ce.keepAliveMsecs})),a=SHe(j,e,te,this.externalAgent).catch(V=>(c.forEach(Gs.clearTimeout),o(V)))})}updateHttpClientConfig(e,r){this.config=void 0,this.configProvider=this.configProvider.then(n=>({...n,[e]:r}))}httpHandlerConfigs(){return this.config??{}}},GJ=class{sessions=[];constructor(e){this.sessions=e??[]}poll(){if(this.sessions.length>0)return this.sessions.shift()}offerLast(e){this.sessions.push(e)}contains(e){return this.sessions.includes(e)}remove(e){this.sessions=this.sessions.filter(r=>r!==e)}[Symbol.iterator](){return this.sessions[Symbol.iterator]()}destroy(e){for(let r of this.sessions)r===e&&(r.destroyed||r.destroy())}},HJ=class{constructor(e){if(this.config=e,this.config.maxConcurrency&&this.config.maxConcurrency<=0)throw new RangeError("maxConcurrency must be greater than zero.")}config;sessionCache=new Map;lease(e,r){let n=this.getUrlString(e),s=this.sessionCache.get(n);if(s){let c=s.poll();if(c&&!this.config.disableConcurrency)return c}let o=qJ.connect(n);this.config.maxConcurrency&&o.settings({maxConcurrentStreams:this.config.maxConcurrency},c=>{if(c)throw new Error("Fail to set maxConcurrentStreams to "+this.config.maxConcurrency+"when creating new session for "+e.destination.toString())}),o.unref();let i=()=>{o.destroy(),this.deleteSession(n,o)};o.on("goaway",i),o.on("error",i),o.on("frameError",i),o.on("close",()=>this.deleteSession(n,o)),r.requestTimeout&&o.setTimeout(r.requestTimeout,i);let a=this.sessionCache.get(n)||new GJ;return a.offerLast(o),this.sessionCache.set(n,a),o}deleteSession(e,r){let n=this.sessionCache.get(e);n&&n.contains(r)&&(n.remove(r),this.sessionCache.set(e,n))}release(e,r){let n=this.getUrlString(e);this.sessionCache.get(n)?.offerLast(r)}destroy(){for(let[e,r]of this.sessionCache){for(let n of r)n.destroyed||n.destroy(),r.remove(n);this.sessionCache.delete(e)}}setMaxConcurrentStreams(e){if(e&&e<=0)throw new RangeError("maxConcurrentStreams must be greater than zero.");this.config.maxConcurrency=e}setDisableConcurrentStreams(e){this.config.disableConcurrency=e}getUrlString(e){return e.destination.toString()}},VJ=class t{config;configProvider;metadata={handlerProtocol:"h2"};connectionManager=new HJ({});static create(e){return typeof e?.handle=="function"?e:new t(e)}constructor(e){this.configProvider=new Promise((r,n)=>{typeof e=="function"?e().then(s=>{r(s||{})}).catch(n):r(e||{})})}destroy(){this.connectionManager.destroy()}async handle(e,{abortSignal:r,requestTimeout:n}={}){this.config||(this.config=await this.configProvider,this.connectionManager.setDisableConcurrentStreams(this.config.disableConcurrentStreams||!1),this.config.maxConcurrentStreams&&this.connectionManager.setMaxConcurrentStreams(this.config.maxConcurrentStreams));let{requestTimeout:s,disableConcurrentStreams:o}=this.config,i=n??s;return new Promise((a,c)=>{let u=!1,f,m=async ne=>{await f,a(ne)},h=async ne=>{await f,c(ne)};if(r?.aborted){u=!0;let ne=new Error("Request aborted");ne.name="AbortError",h(ne);return}let{hostname:y,method:C,port:I,protocol:$,query:N}=e,U="";if(e.username!=null||e.password!=null){let ne=e.username??"",ge=e.password??"";U=`${ne}:${ge}@`}let B=`${$}//${U}${y}${I?`:${I}`:""}`,W={destination:new URL(B)},j=this.connectionManager.lease(W,{requestTimeout:this.config?.sessionTimeout,disableConcurrentStreams:o||!1}),te=ne=>{o&&this.destroySession(j),u=!0,h(ne)},Ce=fHe.buildQueryString(N||{}),V=e.path;Ce&&(V+=`?${Ce}`),e.fragment&&(V+=`#${e.fragment}`);let Y=j.request({...e.headers,[qJ.constants.HTTP2_HEADER_PATH]:V,[qJ.constants.HTTP2_HEADER_METHOD]:C});if(j.ref(),Y.on("response",ne=>{let ge=new mHe.HttpResponse({statusCode:ne[":status"]||-1,headers:hHe(ne),body:Y});u=!0,m({response:ge}),o&&(j.close(),this.connectionManager.deleteSession(B,j))}),i&&Y.setTimeout(i,()=>{Y.close();let ne=new Error(`Stream timed out because of no activity for ${i} ms`);ne.name="TimeoutError",te(ne)}),r){let ne=()=>{Y.close();let ge=new Error("Request aborted");ge.name="AbortError",te(ge)};if(typeof r.addEventListener=="function"){let ge=r;ge.addEventListener("abort",ne,{once:!0}),Y.once("close",()=>ge.removeEventListener("abort",ne))}else r.onabort=ne}Y.on("frameError",(ne,ge,Je)=>{te(new Error(`Frame type id ${ne} in stream id ${Je} has failed with code ${ge}.`))}),Y.on("error",te),Y.on("aborted",()=>{te(new Error(`HTTP/2 stream is abnormally aborted in mid-communication with result code ${Y.rstCode}.`))}),Y.on("close",()=>{j.unref(),o&&j.destroy(),u||te(new Error("Unexpected error: http2 request did not get a response"))}),f=SHe(Y,e,i)})}updateHttpClientConfig(e,r){this.config=void 0,this.configProvider=this.configProvider.then(n=>({...n,[e]:r}))}httpHandlerConfigs(){return this.config??{}}destroySession(e){e.destroyed||e.destroy()}},jJ=class extends gHe.Writable{bufferedBytes=[];_write(e,r,n){this.bufferedBytes.push(e),n()}},y0r=t=>E0r(t)?C0r(t):new Promise((e,r)=>{let n=new jJ;t.pipe(n),t.on("error",s=>{n.end(),r(s)}),n.on("error",r),n.on("finish",function(){let s=new Uint8Array(Buffer.concat(this.bufferedBytes));e(s)})}),E0r=t=>typeof ReadableStream=="function"&&t instanceof ReadableStream;async function C0r(t){let e=[],r=t.getReader(),n=!1,s=0;for(;!n;){let{done:a,value:c}=await r.read();c&&(e.push(c),s+=c.length),n=a}let o=new Uint8Array(s),i=0;for(let a of e)o.set(a,i),i+=a.length;return o}A0.DEFAULT_REQUEST_TIMEOUT=S0r;A0.NodeHttp2Handler=VJ;A0.NodeHttpHandler=BJ;A0.streamCollector=y0r});var RHe=O(KM=>{"use strict";Object.defineProperty(KM,"__esModule",{value:!0});KM.sdkStreamMixin=void 0;var _0r=xA(),R0r=De(),T0r=rl(),A0r=He(),EHe=wu(),CHe="The stream has already been transformed.",P0r=t=>{if(!_He(t)&&!(0,EHe.isReadableStream)(t)){let s=t?.__proto__?.constructor?.name||t;throw new Error(`Unexpected stream implementation, expect Blob or ReadableStream, got ${s}`)}let e=!1,r=async()=>{if(e)throw new Error(CHe);return e=!0,await(0,_0r.streamCollector)(t)},n=s=>{if(typeof s.stream!="function")throw new Error(`Cannot transform payload Blob to web stream. Please make sure the Blob.stream() is polyfilled.
|
|
161
|
+
If you are using React Native, this API is not yet supported, see: https://react-native.canny.io/feature-requests/p/fetch-streaming-body`);return s.stream()};return Object.assign(t,{transformToByteArray:r,transformToString:async s=>{let o=await r();if(s==="base64")return(0,R0r.toBase64)(o);if(s==="hex")return(0,T0r.toHex)(o);if(s===void 0||s==="utf8"||s==="utf-8")return(0,A0r.toUtf8)(o);if(typeof TextDecoder=="function")return new TextDecoder(s).decode(o);throw new Error("TextDecoder is not available, please make sure polyfill is provided.")},transformToWebStream:()=>{if(e)throw new Error(CHe);if(e=!0,_He(t))return n(t);if((0,EHe.isReadableStream)(t))return t;throw new Error(`Cannot transform payload to web stream, got ${t}`)}})};KM.sdkStreamMixin=P0r;var _He=t=>typeof Blob=="function"&&t instanceof Blob});var AHe=O(QM=>{"use strict";Object.defineProperty(QM,"__esModule",{value:!0});QM.sdkStreamMixin=void 0;var v0r=yHe(),b0r=ya(),WJ=require("stream"),I0r=RHe(),THe="The stream has already been transformed.",D0r=t=>{if(!(t instanceof WJ.Readable))try{return(0,I0r.sdkStreamMixin)(t)}catch{let s=t?.__proto__?.constructor?.name||t;throw new Error(`Unexpected stream implementation, expect Stream.Readable instance, got ${s}`)}let e=!1,r=async()=>{if(e)throw new Error(THe);return e=!0,await(0,v0r.streamCollector)(t)};return Object.assign(t,{transformToByteArray:r,transformToString:async n=>{let s=await r();return n===void 0||Buffer.isEncoding(n)?(0,b0r.fromArrayBuffer)(s.buffer,s.byteOffset,s.byteLength).toString(n):new TextDecoder(n).decode(s)},transformToWebStream:()=>{if(e)throw new Error(THe);if(t.readableFlowing!==null)throw new Error("The stream has been consumed by other callbacks.");if(typeof WJ.Readable.toWeb!="function")throw new Error("Readable.toWeb() is not supported. Please ensure a polyfill is available.");return e=!0,WJ.Readable.toWeb(t)}})};QM.sdkStreamMixin=D0r});var PHe=O(zJ=>{"use strict";Object.defineProperty(zJ,"__esModule",{value:!0});zJ.splitStream=x0r;async function x0r(t){return typeof t.stream=="function"&&(t=t.stream()),t.tee()}});var IHe=O(KJ=>{"use strict";Object.defineProperty(KJ,"__esModule",{value:!0});KJ.splitStream=$0r;var vHe=require("stream"),w0r=PHe(),bHe=wu();async function $0r(t){if((0,bHe.isReadableStream)(t)||(0,bHe.isBlob)(t))return(0,w0r.splitStream)(t);let e=new vHe.PassThrough,r=new vHe.PassThrough;return t.pipe(e),t.pipe(r),[e,r]}});var YM=O(Pn=>{"use strict";var DHe=De(),xHe=He(),wHe=wJ(),$He=Z2e(),OHe=oHe(),kHe=aHe(),NHe=uHe(),LHe=AHe(),UHe=IHe(),FHe=wu(),QJ=class t extends Uint8Array{static fromString(e,r="utf-8"){if(typeof e=="string")return r==="base64"?t.mutate(DHe.fromBase64(e)):t.mutate(xHe.fromUtf8(e));throw new Error(`Unsupported conversion from ${typeof e} to Uint8ArrayBlobAdapter.`)}static mutate(e){return Object.setPrototypeOf(e,t.prototype),e}transformToString(e="utf-8"){return e==="base64"?DHe.toBase64(this):xHe.toUtf8(this)}};Object.defineProperty(Pn,"isBlob",{enumerable:!0,get:function(){return FHe.isBlob}});Object.defineProperty(Pn,"isReadableStream",{enumerable:!0,get:function(){return FHe.isReadableStream}});Pn.Uint8ArrayBlobAdapter=QJ;Object.keys(wHe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Pn,t)&&Object.defineProperty(Pn,t,{enumerable:!0,get:function(){return wHe[t]}})});Object.keys($He).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Pn,t)&&Object.defineProperty(Pn,t,{enumerable:!0,get:function(){return $He[t]}})});Object.keys(OHe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Pn,t)&&Object.defineProperty(Pn,t,{enumerable:!0,get:function(){return OHe[t]}})});Object.keys(kHe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Pn,t)&&Object.defineProperty(Pn,t,{enumerable:!0,get:function(){return kHe[t]}})});Object.keys(NHe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Pn,t)&&Object.defineProperty(Pn,t,{enumerable:!0,get:function(){return NHe[t]}})});Object.keys(LHe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Pn,t)&&Object.defineProperty(Pn,t,{enumerable:!0,get:function(){return LHe[t]}})});Object.keys(UHe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Pn,t)&&Object.defineProperty(Pn,t,{enumerable:!0,get:function(){return UHe[t]}})})});var JM,Ri,XM=R(()=>{JM=T(YM()),Ri=async(t=new Uint8Array,e)=>{if(t instanceof Uint8Array)return JM.Uint8ArrayBlobAdapter.mutate(t);if(!t)return JM.Uint8ArrayBlobAdapter.mutate(new Uint8Array);let r=e.streamCollector(t);return JM.Uint8ArrayBlobAdapter.mutate(await r)}});function lc(t){return encodeURIComponent(t).replace(/[!'()*]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}var ZM=R(()=>{});var sa,YJ=R(()=>{sa=t=>typeof t=="function"?t():t});var P0,eq=R(()=>{P0=(t,e,r,n,s)=>({name:e,namespace:t,traits:r,input:n,output:s})});var MHe,qHe,BHe,JJ,GHe=R(()=>{MHe=T(qe()),qHe=T(Nt());eq();BHe=t=>(e,r)=>async n=>{let{response:s}=await e(n),{operationSchema:o}=(0,qHe.getSmithyContext)(r),[,i,a,c,u,f]=o??[];try{let m=await t.protocol.deserializeResponse(P0(i,a,c,u,f),{...t,...r},s);return{response:s,output:m}}catch(m){if(Object.defineProperty(m,"$response",{value:s,enumerable:!1,writable:!1,configurable:!1}),!("$metadata"in m)){let h="Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.";try{m.message+=`
|
|
162
|
+
`+h}catch{!r.logger||r.logger?.constructor?.name==="NoOpLogger"?console.warn(h):r.logger?.warn?.(h)}typeof m.$responseBodyText<"u"&&m.$response&&(m.$response.body=m.$responseBodyText);try{if(MHe.HttpResponse.isInstance(s)){let{headers:y={}}=s,C=Object.entries(y);m.$metadata={httpStatusCode:s.statusCode,requestId:JJ(/^x-[\w-]+-request-?id$/,C),extendedRequestId:JJ(/^x-[\w-]+-id-2$/,C),cfId:JJ(/^x-[\w-]+-cf-id$/,C)}}}catch{}}throw m}},JJ=(t,e)=>(e.find(([r])=>r.match(t))||[void 0,void 0])[1]});var HHe,VHe,jHe=R(()=>{HHe=T(Nt());eq();VHe=t=>(e,r)=>async n=>{let{operationSchema:s}=(0,HHe.getSmithyContext)(r),[,o,i,a,c,u]=s??[],f=r.endpointV2?.url&&t.urlParser?async()=>t.urlParser(r.endpointV2.url):t.endpoint,m=await t.protocol.serializeRequest(P0(o,i,a,c,u),n.input,{...t,...r,endpoint:f});return e({...n,request:m})}});function of(t){return{applyToStack:e=>{e.add(VHe(t),zHe),e.add(BHe(t),WHe),t.protocol.setSerdeContext(t)}}}var WHe,zHe,KHe=R(()=>{GHe();jHe();WHe={name:"deserializerMiddleware",step:"deserialize",tags:["DESERIALIZER"],override:!0},zHe={name:"serializerMiddleware",step:"serialize",tags:["SERIALIZER"],override:!0}});var Yr,ep=R(()=>{Yr=class{name;namespace;traits;static assign(e,r){return Object.assign(e,r)}static[Symbol.hasInstance](e){let r=this.prototype.isPrototypeOf(e);return!r&&typeof e=="object"&&e!==null?e.symbol===this.symbol:r}getName(){return this.namespace+"#"+this.name}}});var tq,O0r,QHe=R(()=>{ep();tq=class t extends Yr{static symbol=Symbol.for("@smithy/lis");name;traits;valueSchema;symbol=t.symbol},O0r=(t,e,r,n)=>Yr.assign(new tq,{name:e,namespace:t,traits:r,valueSchema:n})});var rq,k0r,YHe=R(()=>{ep();rq=class t extends Yr{static symbol=Symbol.for("@smithy/map");name;traits;keySchema;valueSchema;symbol=t.symbol},k0r=(t,e,r,n,s)=>Yr.assign(new rq,{name:e,namespace:t,traits:r,keySchema:n,valueSchema:s})});var nq,N0r,JHe=R(()=>{ep();nq=class t extends Yr{static symbol=Symbol.for("@smithy/ope");name;traits;input;output;symbol=t.symbol},N0r=(t,e,r,n,s)=>Yr.assign(new nq,{name:e,namespace:t,traits:r,input:n,output:s})});var vS,L0r,XJ=R(()=>{ep();vS=class t extends Yr{static symbol=Symbol.for("@smithy/str");name;traits;memberNames;memberList;symbol=t.symbol},L0r=(t,e,r,n,s)=>Yr.assign(new vS,{name:e,namespace:t,traits:r,memberNames:n,memberList:s})});var sq,U0r,XHe=R(()=>{ep();XJ();sq=class t extends vS{static symbol=Symbol.for("@smithy/err");ctor;symbol=t.symbol},U0r=(t,e,r,n,s,o)=>Yr.assign(new sq,{name:e,namespace:t,traits:r,memberNames:n,memberList:s,ctor:null})});function dc(t){if(typeof t=="object")return t;t=t|0;let e={},r=0;for(let n of["httpLabel","idempotent","idempotencyToken","sensitive","httpPayload","httpResponseCode","httpQueryParams"])(t>>r++&1)===1&&(e[n]=1);return e}var ZJ=R(()=>{});function v0(t,e){if(t instanceof Ae)return Object.assign(t,{memberName:e,_isMemberSchema:!0});let r=Ae;return new r(t,e)}var Ae,eX,ZHe,e4e=R(()=>{YJ();ZJ();Ae=class t{ref;memberName;static symbol=Symbol.for("@smithy/nor");symbol=t.symbol;name;schema;_isMemberSchema;traits;memberTraits;normalizedTraits;constructor(e,r){this.ref=e,this.memberName=r;let n=[],s=e,o=e;for(this._isMemberSchema=!1;eX(s);)n.push(s[1]),s=s[0],o=sa(s),this._isMemberSchema=!0;if(n.length>0){this.memberTraits={};for(let i=n.length-1;i>=0;--i){let a=n[i];Object.assign(this.memberTraits,dc(a))}}else this.memberTraits=0;if(o instanceof t){let i=this.memberTraits;Object.assign(this,o),this.memberTraits=Object.assign({},i,o.getMemberTraits(),this.getMemberTraits()),this.normalizedTraits=void 0,this.memberName=r??o.memberName;return}if(this.schema=sa(o),ZHe(this.schema)?(this.name=`${this.schema[1]}#${this.schema[2]}`,this.traits=this.schema[3]):(this.name=this.memberName??String(o),this.traits=0),this._isMemberSchema&&!r)throw new Error(`@smithy/core/schema - NormalizedSchema member init ${this.getName(!0)} missing member name.`)}static[Symbol.hasInstance](e){let r=this.prototype.isPrototypeOf(e);return!r&&typeof e=="object"&&e!==null?e.symbol===this.symbol:r}static of(e){let r=sa(e);if(r instanceof t)return r;if(eX(r)){let[n,s]=r;if(n instanceof t)return Object.assign(n.getMergedTraits(),dc(s)),n;throw new Error(`@smithy/core/schema - may not init unwrapped member schema=${JSON.stringify(e,null,2)}.`)}return new t(r)}getSchema(){let e=this.schema;return e[0]===0?e[4]:e}getName(e=!1){let{name:r}=this;return!e&&r&&r.includes("#")?r.split("#")[1]:r||void 0}getMemberName(){return this.memberName}isMemberSchema(){return this._isMemberSchema}isListSchema(){let e=this.getSchema();return typeof e=="number"?e>=64&&e<128:e[0]===1}isMapSchema(){let e=this.getSchema();return typeof e=="number"?e>=128&&e<=255:e[0]===2}isStructSchema(){let r=this.getSchema()[0];return r===3||r===-3||r===4}isUnionSchema(){return this.getSchema()[0]===4}isBlobSchema(){let e=this.getSchema();return e===21||e===42}isTimestampSchema(){let e=this.getSchema();return typeof e=="number"&&e>=4&&e<=7}isUnitSchema(){return this.getSchema()==="unit"}isDocumentSchema(){return this.getSchema()===15}isStringSchema(){return this.getSchema()===0}isBooleanSchema(){return this.getSchema()===2}isNumericSchema(){return this.getSchema()===1}isBigIntegerSchema(){return this.getSchema()===17}isBigDecimalSchema(){return this.getSchema()===19}isStreaming(){let{streaming:e}=this.getMergedTraits();return!!e||this.getSchema()===42}isIdempotencyToken(){let e=o=>(o&4)===4||!!o?.idempotencyToken,{normalizedTraits:r,traits:n,memberTraits:s}=this;return e(r)||e(n)||e(s)}getMergedTraits(){return this.normalizedTraits??(this.normalizedTraits={...this.getOwnTraits(),...this.getMemberTraits()})}getMemberTraits(){return dc(this.memberTraits)}getOwnTraits(){return dc(this.traits)}getKeySchema(){let[e,r]=[this.isDocumentSchema(),this.isMapSchema()];if(!e&&!r)throw new Error(`@smithy/core/schema - cannot get key for non-map: ${this.getName(!0)}`);let n=this.getSchema(),s=e?15:n[4]??0;return v0([s,0],"key")}getValueSchema(){let e=this.getSchema(),[r,n,s]=[this.isDocumentSchema(),this.isMapSchema(),this.isListSchema()],o=typeof e=="number"?63&e:e&&typeof e=="object"&&(n||s)?e[3+e[0]]:r?15:void 0;if(o!=null)return v0([o,0],n?"value":"member");throw new Error(`@smithy/core/schema - ${this.getName(!0)} has no value member.`)}getMemberSchema(e){let r=this.getSchema();if(this.isStructSchema()&&r[4].includes(e)){let n=r[4].indexOf(e),s=r[5][n];return v0(eX(s)?s:[s,0],e)}if(this.isDocumentSchema())return v0([15,0],e);throw new Error(`@smithy/core/schema - ${this.getName(!0)} has no no member=${e}.`)}getMemberSchemas(){let e={};try{for(let[r,n]of this.structIterator())e[r]=n}catch{}return e}getEventStreamMember(){if(this.isStructSchema()){for(let[e,r]of this.structIterator())if(r.isStreaming()&&r.isStructSchema())return e}return""}*structIterator(){if(this.isUnitSchema())return;if(!this.isStructSchema())throw new Error("@smithy/core/schema - cannot iterate non-struct schema.");let e=this.getSchema();for(let r=0;r<e[4].length;++r)yield[e[4][r],v0([e[5][r],0],e[4][r])]}};eX=t=>Array.isArray(t)&&t.length===2,ZHe=t=>Array.isArray(t)&&t.length>=5});var b0,F0r,M0r,t4e=R(()=>{ep();b0=class t extends Yr{static symbol=Symbol.for("@smithy/sim");name;schemaRef;traits;symbol=t.symbol},F0r=(t,e,r,n)=>Yr.assign(new b0,{name:e,namespace:t,traits:n,schemaRef:r}),M0r=(t,e,r,n)=>Yr.assign(new b0,{name:e,namespace:t,traits:r,schemaRef:n})});var q0r,r4e=R(()=>{q0r={BLOB:21,STREAMING_BLOB:42,BOOLEAN:2,STRING:0,NUMERIC:1,BIG_INTEGER:17,BIG_DECIMAL:19,DOCUMENT:15,TIMESTAMP_DEFAULT:4,TIMESTAMP_DATE_TIME:5,TIMESTAMP_HTTP_DATE:6,TIMESTAMP_EPOCH_SECONDS:7,LIST_MODIFIER:64,MAP_MODIFIER:128}});var ze,n4e=R(()=>{ze=class t{namespace;schemas;exceptions;static registries=new Map;constructor(e,r=new Map,n=new Map){this.namespace=e,this.schemas=r,this.exceptions=n}static for(e){return t.registries.has(e)||t.registries.set(e,new t(e)),t.registries.get(e)}register(e,r){let n=this.normalizeShapeId(e);t.for(n.split("#")[0]).schemas.set(n,r)}getSchema(e){let r=this.normalizeShapeId(e);if(!this.schemas.has(r))throw new Error(`@smithy/core/schema - schema not found for ${r}`);return this.schemas.get(r)}registerError(e,r){let n=e,s=t.for(n[1]);s.schemas.set(n[1]+"#"+n[2],n),s.exceptions.set(n,r)}getErrorCtor(e){let r=e;return t.for(r[1]).exceptions.get(r)}getBaseException(){for(let e of this.exceptions.keys())if(Array.isArray(e)){let[,r,n]=e,s=r+"#"+n;if(s.startsWith("smithy.ts.sdk.synthetic.")&&s.endsWith("ServiceException"))return e}}find(e){return[...this.schemas.values()].find(e)}clear(){this.schemas.clear(),this.exceptions.clear()}normalizeShapeId(e){return e.includes("#")?e:this.namespace+"#"+e}}});var oq={};st(oq,{ErrorSchema:()=>sq,ListSchema:()=>tq,MapSchema:()=>rq,NormalizedSchema:()=>Ae,OperationSchema:()=>nq,SCHEMA:()=>q0r,Schema:()=>Yr,SimpleSchema:()=>b0,StructureSchema:()=>vS,TypeRegistry:()=>ze,deref:()=>sa,deserializerMiddlewareOption:()=>WHe,error:()=>U0r,getSchemaSerdePlugin:()=>of,isStaticSchema:()=>ZHe,list:()=>O0r,map:()=>k0r,op:()=>N0r,operation:()=>P0,serializerMiddlewareOption:()=>zHe,sim:()=>F0r,simAdapter:()=>M0r,struct:()=>L0r,translateTraits:()=>dc});var bt=R(()=>{YJ();KHe();QHe();YHe();JHe();eq();XHe();e4e();ep();t4e();XJ();r4e();ZJ();n4e()});var B0r,s4e=R(()=>{B0r=(t,e,r=n=>n)=>t});var G0r,H0r,I0,V0r,iq,D0,j0r,tX,rX,nX,sX,W0r,z0r,o4e,K0r,Q0r,cq,Y0r,oX,J0r,bS,iX,X0r,Z0r,eTr,i4e,a4e,tTr,rTr,af,aX,aq,x0,cX=R(()=>{G0r=t=>{switch(t){case"true":return!0;case"false":return!1;default:throw new Error(`Unable to parse boolean value "${t}"`)}},H0r=t=>{if(t!=null){if(typeof t=="number"){if((t===0||t===1)&&x0.warn(aq(`Expected boolean, got ${typeof t}: ${t}`)),t===0)return!1;if(t===1)return!0}if(typeof t=="string"){let e=t.toLowerCase();if((e==="false"||e==="true")&&x0.warn(aq(`Expected boolean, got ${typeof t}: ${t}`)),e==="false")return!1;if(e==="true")return!0}if(typeof t=="boolean")return t;throw new TypeError(`Expected boolean, got ${typeof t}: ${t}`)}},I0=t=>{if(t!=null){if(typeof t=="string"){let e=parseFloat(t);if(!Number.isNaN(e))return String(e)!==String(t)&&x0.warn(aq(`Expected number but observed string: ${t}`)),e}if(typeof t=="number")return t;throw new TypeError(`Expected number, got ${typeof t}: ${t}`)}},V0r=Math.ceil(34028234663852886e22),iq=t=>{let e=I0(t);if(e!==void 0&&!Number.isNaN(e)&&e!==1/0&&e!==-1/0&&Math.abs(e)>V0r)throw new TypeError(`Expected 32-bit float, got ${t}`);return e},D0=t=>{if(t!=null){if(Number.isInteger(t)&&!Number.isNaN(t))return t;throw new TypeError(`Expected integer, got ${typeof t}: ${t}`)}},j0r=D0,tX=t=>sX(t,32),rX=t=>sX(t,16),nX=t=>sX(t,8),sX=(t,e)=>{let r=D0(t);if(r!==void 0&&W0r(r,e)!==r)throw new TypeError(`Expected ${e}-bit integer, got ${t}`);return r},W0r=(t,e)=>{switch(e){case 32:return Int32Array.of(t)[0];case 16:return Int16Array.of(t)[0];case 8:return Int8Array.of(t)[0]}},z0r=(t,e)=>{if(t==null)throw e?new TypeError(`Expected a non-null value for ${e}`):new TypeError("Expected a non-null value");return t},o4e=t=>{if(t==null)return;if(typeof t=="object"&&!Array.isArray(t))return t;let e=Array.isArray(t)?"array":typeof t;throw new TypeError(`Expected object, got ${e}: ${t}`)},K0r=t=>{if(t!=null){if(typeof t=="string")return t;if(["boolean","number","bigint"].includes(typeof t))return x0.warn(aq(`Expected string, got ${typeof t}: ${t}`)),String(t);throw new TypeError(`Expected string, got ${typeof t}: ${t}`)}},Q0r=t=>{if(t==null)return;let e=o4e(t),r=Object.entries(e).filter(([,n])=>n!=null).map(([n])=>n);if(r.length===0)throw new TypeError("Unions must have exactly one non-null member. None were found.");if(r.length>1)throw new TypeError(`Unions must have exactly one non-null member. Keys ${r} were not null.`);return e},cq=t=>I0(typeof t=="string"?bS(t):t),Y0r=cq,oX=t=>iq(typeof t=="string"?bS(t):t),J0r=/(-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?)|(-?Infinity)|(NaN)/g,bS=t=>{let e=t.match(J0r);if(e===null||e[0].length!==t.length)throw new TypeError("Expected real number, got implicit NaN");return parseFloat(t)},iX=t=>typeof t=="string"?i4e(t):I0(t),X0r=iX,Z0r=iX,eTr=t=>typeof t=="string"?i4e(t):iq(t),i4e=t=>{switch(t){case"NaN":return NaN;case"Infinity":return 1/0;case"-Infinity":return-1/0;default:throw new Error(`Unable to parse float value: ${t}`)}},a4e=t=>D0(typeof t=="string"?bS(t):t),tTr=a4e,rTr=t=>tX(typeof t=="string"?bS(t):t),af=t=>rX(typeof t=="string"?bS(t):t),aX=t=>nX(typeof t=="string"?bS(t):t),aq=t=>String(new TypeError(t).stack||t).split(`
|
|
163
|
+
`).slice(0,5).filter(e=>!e.includes("stackTraceWarning")).join(`
|
|
164
|
+
`),x0={warn:console.warn}});function $0(t){let e=t.getUTCFullYear(),r=t.getUTCMonth(),n=t.getUTCDay(),s=t.getUTCDate(),o=t.getUTCHours(),i=t.getUTCMinutes(),a=t.getUTCSeconds(),c=s<10?`0${s}`:`${s}`,u=o<10?`0${o}`:`${o}`,f=i<10?`0${i}`:`${i}`,m=a<10?`0${a}`:`${a}`;return`${nTr[n]}, ${c} ${lX[r]} ${e} ${u}:${f}:${m} GMT`}var nTr,lX,sTr,oTr,iTr,dX,aTr,cTr,uTr,pX,mX,w0,lTr,dTr,pTr,uX,mTr,fTr,gTr,pc,hTr,STr,IS,c4e=R(()=>{cX();nTr=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],lX=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];sTr=new RegExp(/^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?[zZ]$/),oTr=t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC-3339 date-times must be expressed as strings");let e=sTr.exec(t);if(!e)throw new TypeError("Invalid RFC-3339 date-time value");let[r,n,s,o,i,a,c,u]=e,f=af(IS(n)),m=pc(s,"month",1,12),h=pc(o,"day",1,31);return w0(f,m,h,{hours:i,minutes:a,seconds:c,fractionalMilliseconds:u})},iTr=new RegExp(/^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?(([-+]\d{2}\:\d{2})|[zZ])$/),dX=t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC-3339 date-times must be expressed as strings");let e=iTr.exec(t);if(!e)throw new TypeError("Invalid RFC-3339 date-time value");let[r,n,s,o,i,a,c,u,f]=e,m=af(IS(n)),h=pc(s,"month",1,12),y=pc(o,"day",1,31),C=w0(m,h,y,{hours:i,minutes:a,seconds:c,fractionalMilliseconds:u});return f.toUpperCase()!="Z"&&C.setTime(C.getTime()-STr(f)),C},aTr=new RegExp(/^(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d{2}) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? GMT$/),cTr=new RegExp(/^(?:Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d{2})-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d{2}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? GMT$/),uTr=new RegExp(/^(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( [1-9]|\d{2}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? (\d{4})$/),pX=t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC-7231 date-times must be expressed as strings");let e=aTr.exec(t);if(e){let[r,n,s,o,i,a,c,u]=e;return w0(af(IS(o)),uX(s),pc(n,"day",1,31),{hours:i,minutes:a,seconds:c,fractionalMilliseconds:u})}if(e=cTr.exec(t),e){let[r,n,s,o,i,a,c,u]=e;return pTr(w0(lTr(o),uX(s),pc(n,"day",1,31),{hours:i,minutes:a,seconds:c,fractionalMilliseconds:u}))}if(e=uTr.exec(t),e){let[r,n,s,o,i,a,c,u]=e;return w0(af(IS(u)),uX(n),pc(s.trimLeft(),"day",1,31),{hours:o,minutes:i,seconds:a,fractionalMilliseconds:c})}throw new TypeError("Invalid RFC-7231 date-time value")},mX=t=>{if(t==null)return;let e;if(typeof t=="number")e=t;else if(typeof t=="string")e=cq(t);else if(typeof t=="object"&&t.tag===1)e=t.value;else throw new TypeError("Epoch timestamps must be expressed as floating point numbers or their string representation");if(Number.isNaN(e)||e===1/0||e===-1/0)throw new TypeError("Epoch timestamps must be valid, non-Infinite, non-NaN numerics");return new Date(Math.round(e*1e3))},w0=(t,e,r,n)=>{let s=e-1;return fTr(t,s,r),new Date(Date.UTC(t,s,r,pc(n.hours,"hour",0,23),pc(n.minutes,"minute",0,59),pc(n.seconds,"seconds",0,60),hTr(n.fractionalMilliseconds)))},lTr=t=>{let e=new Date().getUTCFullYear(),r=Math.floor(e/100)*100+af(IS(t));return r<e?r+100:r},dTr=50*365*24*60*60*1e3,pTr=t=>t.getTime()-new Date().getTime()>dTr?new Date(Date.UTC(t.getUTCFullYear()-100,t.getUTCMonth(),t.getUTCDate(),t.getUTCHours(),t.getUTCMinutes(),t.getUTCSeconds(),t.getUTCMilliseconds())):t,uX=t=>{let e=lX.indexOf(t);if(e<0)throw new TypeError(`Invalid month: ${t}`);return e+1},mTr=[31,28,31,30,31,30,31,31,30,31,30,31],fTr=(t,e,r)=>{let n=mTr[e];if(e===1&&gTr(t)&&(n=29),r>n)throw new TypeError(`Invalid day for ${lX[e]} in ${t}: ${r}`)},gTr=t=>t%4===0&&(t%100!==0||t%400===0),pc=(t,e,r,n)=>{let s=aX(IS(t));if(s<r||s>n)throw new TypeError(`${e} must be between ${r} and ${n}, inclusive`);return s},hTr=t=>t==null?0:oX("0."+t)*1e3,STr=t=>{let e=t[0],r=1;if(e=="+")r=1;else if(e=="-")r=-1;else throw new TypeError(`Offset direction, ${e}, must be "+" or "-"`);let n=Number(t.substring(1,3)),s=Number(t.substring(4,6));return r*(n*60+s)*60*1e3},IS=t=>{let e=0;for(;e<t.length-1&&t.charAt(e)==="0";)e++;return e===0?t:t.slice(e)}});var Ti,u4e=R(()=>{Ti=T(Fp())});var Hs,l4e=R(()=>{Hs=function(e){return Object.assign(new String(e),{deserializeJSON(){return JSON.parse(String(e))},toString(){return String(e)},toJSON(){return String(e)}})};Hs.from=t=>t&&typeof t=="object"&&(t instanceof Hs||"deserializeJSON"in t)?t:typeof t=="string"||Object.getPrototypeOf(t)===String.prototype?Hs(String(t)):Hs(JSON.stringify(t));Hs.fromObject=Hs.from});function fX(t){return(t.includes(",")||t.includes('"'))&&(t=`"${t.replace(/"/g,'\\"')}"`),t}var d4e=R(()=>{});function ku(t,e,r){let n=Number(t);if(n<e||n>r)throw new Error(`Value ${n} out of range [${e}, ${r}]`)}var gX,hX,SX,p4e,m4e,yTr,ETr,CTr,_Tr,RTr,DS,yX,EX,f4e=R(()=>{gX="(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun)(?:[ne|u?r]?s?day)?",hX="(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)",SX="(\\d?\\d):(\\d{2}):(\\d{2})(?:\\.(\\d+))?",p4e="(\\d?\\d)",m4e="(\\d{4})",yTr=new RegExp(/^(\d{4})-(\d\d)-(\d\d)[tT](\d\d):(\d\d):(\d\d)(\.(\d+))?(([-+]\d\d:\d\d)|[zZ])$/),ETr=new RegExp(`^${gX}, ${p4e} ${hX} ${m4e} ${SX} GMT$`),CTr=new RegExp(`^${gX}, ${p4e}-${hX}-(\\d\\d) ${SX} GMT$`),_Tr=new RegExp(`^${gX} ${hX} ( [1-9]|\\d\\d) ${SX} ${m4e}$`),RTr=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],DS=t=>{if(t==null)return;let e=NaN;if(typeof t=="number")e=t;else if(typeof t=="string"){if(!/^-?\d*\.?\d+$/.test(t))throw new TypeError("parseEpochTimestamp - numeric string invalid.");e=Number.parseFloat(t)}else typeof t=="object"&&t.tag===1&&(e=t.value);if(isNaN(e)||Math.abs(e)===1/0)throw new TypeError("Epoch timestamps must be valid finite numbers.");return new Date(Math.round(e*1e3))},yX=t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC3339 timestamps must be strings");let e=yTr.exec(t);if(!e)throw new TypeError(`Invalid RFC3339 timestamp format ${t}`);let[,r,n,s,o,i,a,,c,u]=e;ku(n,1,12),ku(s,1,31),ku(o,0,23),ku(i,0,59),ku(a,0,60);let f=new Date(Date.UTC(Number(r),Number(n)-1,Number(s),Number(o),Number(i),Number(a),Number(c)?Math.round(parseFloat(`0.${c}`)*1e3):0));if(f.setUTCFullYear(Number(r)),u.toUpperCase()!="Z"){let[,m,h,y]=/([+-])(\d\d):(\d\d)/.exec(u)||[void 0,"+",0,0],C=m==="-"?1:-1;f.setTime(f.getTime()+C*(Number(h)*60*60*1e3+Number(y)*60*1e3))}return f},EX=t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC7231 timestamps must be strings.");let e,r,n,s,o,i,a,c;if((c=ETr.exec(t))?[,e,r,n,s,o,i,a]=c:(c=CTr.exec(t))?([,e,r,n,s,o,i,a]=c,n=(Number(n)+1900).toString()):(c=_Tr.exec(t))&&([,r,e,s,o,i,a,n]=c),n&&i){let u=Date.UTC(Number(n),RTr.indexOf(r),Number(e),Number(s),Number(o),Number(i),a?Math.round(parseFloat(`0.${a}`)*1e3):0);ku(e,1,31),ku(s,0,23),ku(o,0,59),ku(i,0,60);let f=new Date(u);return f.setUTCFullYear(Number(n)),f}throw new TypeError(`Invalid RFC7231 date-time value ${t}.`)}});function CX(t,e,r){if(r<=0||!Number.isInteger(r))throw new Error("Invalid number of delimiters ("+r+") for splitEvery.");let n=t.split(e);if(r===1)return n;let s=[],o="";for(let i=0;i<n.length;i++)o===""?o=n[i]:o+=e+n[i],(i+1)%r===0&&(s.push(o),o="");return o!==""&&s.push(o),s}var g4e=R(()=>{});var O0,h4e=R(()=>{O0=t=>{let e=t.length,r=[],n=!1,s,o=0;for(let i=0;i<e;++i){let a=t[i];switch(a){case'"':s!=="\\"&&(n=!n);break;case",":n||(r.push(t.slice(o,i)),o=i+1);break;default:}s=a}return r.push(t.slice(o)),r.map(i=>{i=i.trim();let a=i.length;return a<2?i:(i[0]==='"'&&i[a-1]==='"'&&(i=i.slice(1,a-1)),i.replace(/\\"/g,'"'))})}});function _X(t){return new gr(String(t),"bigDecimal")}var S4e,gr,y4e=R(()=>{S4e=/^-?\d*(\.\d+)?$/,gr=class t{string;type;constructor(e,r){if(this.string=e,this.type=r,!S4e.test(e))throw new Error('@smithy/core/serde - NumericValue must only contain [0-9], at most one decimal point ".", and an optional negation prefix "-".')}toString(){return this.string}static[Symbol.hasInstance](e){if(!e||typeof e!="object")return!1;let r=e;return t.prototype.isPrototypeOf(e)||r.type==="bigDecimal"&&S4e.test(r.string)}}});var E4e={};st(E4e,{LazyJsonString:()=>Hs,NumericValue:()=>gr,_parseEpochTimestamp:()=>DS,_parseRfc3339DateTimeWithOffset:()=>yX,_parseRfc7231DateTime:()=>EX,copyDocumentWithTransform:()=>B0r,dateToUtcString:()=>$0,expectBoolean:()=>H0r,expectByte:()=>nX,expectFloat32:()=>iq,expectInt:()=>j0r,expectInt32:()=>tX,expectLong:()=>D0,expectNonNull:()=>z0r,expectNumber:()=>I0,expectObject:()=>o4e,expectShort:()=>rX,expectString:()=>K0r,expectUnion:()=>Q0r,generateIdempotencyToken:()=>Ti.v4,handleFloat:()=>X0r,limitedParseDouble:()=>iX,limitedParseFloat:()=>Z0r,limitedParseFloat32:()=>eTr,logger:()=>x0,nv:()=>_X,parseBoolean:()=>G0r,parseEpochTimestamp:()=>mX,parseRfc3339DateTime:()=>oTr,parseRfc3339DateTimeWithOffset:()=>dX,parseRfc7231DateTime:()=>pX,quoteHeader:()=>fX,splitEvery:()=>CX,splitHeader:()=>O0,strictParseByte:()=>aX,strictParseDouble:()=>cq,strictParseFloat:()=>Y0r,strictParseFloat32:()=>oX,strictParseInt:()=>tTr,strictParseInt32:()=>rTr,strictParseLong:()=>a4e,strictParseShort:()=>af});var Vs=R(()=>{s4e();c4e();u4e();l4e();cX();d4e();f4e();g4e();h4e();y4e()});var js,xS=R(()=>{js=class{serdeContext;setSerdeContext(e){this.serdeContext=e}}});var uq,RX,C4e=R(()=>{uq=T(He()),RX=class{marshaller;serializer;deserializer;serdeContext;defaultContentType;constructor({marshaller:e,serializer:r,deserializer:n,serdeContext:s,defaultContentType:o}){this.marshaller=e,this.serializer=r,this.deserializer=n,this.serdeContext=s,this.defaultContentType=o}async serializeEventStream({eventStream:e,requestSchema:r,initialRequest:n}){let s=this.marshaller,o=r.getEventStreamMember(),i=r.getMemberSchema(o),a=this.serializer,c=this.defaultContentType,u=Symbol("initialRequestMarker"),f={async*[Symbol.asyncIterator](){if(n){let m={":event-type":{type:"string",value:"initial-request"},":message-type":{type:"string",value:"event"},":content-type":{type:"string",value:c}};a.write(r,n);let h=a.flush();yield{[u]:!0,headers:m,body:h}}for await(let m of e)yield m}};return s.serialize(f,m=>{if(m[u])return{headers:m.headers,body:m.body};let h=Object.keys(m).find(U=>U!=="__type")??"",{additionalHeaders:y,body:C,eventType:I,explicitPayloadContentType:$}=this.writeEventBody(h,i,m);return{headers:{":event-type":{type:"string",value:I},":message-type":{type:"string",value:"event"},":content-type":{type:"string",value:$??c},...y},body:C}})}async deserializeEventStream({response:e,responseSchema:r,initialResponseContainer:n}){let s=this.marshaller,o=r.getEventStreamMember(),a=r.getMemberSchema(o).getMemberSchemas(),c=Symbol("initialResponseMarker"),u=s.deserialize(e.body,async h=>{let y=Object.keys(h).find(I=>I!=="__type")??"",C=h[y].body;if(y==="initial-response"){let I=await this.deserializer.read(r,C);return delete I[o],{[c]:!0,...I}}else if(y in a){let I=a[y];if(I.isStructSchema()){let $={},N=!1;for(let[U,B]of I.structIterator()){let{eventHeader:W,eventPayload:j}=B.getMergedTraits();if(N=N||!!(W||j),j)B.isBlobSchema()?$[U]=C:B.isStringSchema()?$[U]=(this.serdeContext?.utf8Encoder??uq.toUtf8)(C):B.isStructSchema()&&($[U]=await this.deserializer.read(B,C));else if(W){let te=h[y].headers[U]?.value;te!=null&&(B.isNumericSchema()?te&&typeof te=="object"&&"bytes"in te?$[U]=BigInt(te.toString()):$[U]=Number(te):$[U]=te)}}if(N)return{[y]:$}}return{[y]:await this.deserializer.read(I,C)}}else return{$unknown:h}}),f=u[Symbol.asyncIterator](),m=await f.next();if(m.done)return u;if(m.value?.[c]){if(!r)throw new Error("@smithy::core/protocols - initial-response event encountered in event stream but no response schema given.");for(let[h,y]of Object.entries(m.value))n[h]=y}return{async*[Symbol.asyncIterator](){for(m?.value?.[c]||(yield m.value);;){let{done:h,value:y}=await f.next();if(h)break;yield y}}}}writeEventBody(e,r,n){let s=this.serializer,o=e,i=null,a,c=r.getSchema()[4].includes(e),u={};if(c){let h=r.getMemberSchema(e);if(h.isStructSchema()){for(let[y,C]of h.structIterator()){let{eventHeader:I,eventPayload:$}=C.getMergedTraits();if($)i=y;else if(I){let N=n[e][y],U="binary";C.isNumericSchema()?(-2)**31<=N&&N<=2**31-1?U="integer":U="long":C.isTimestampSchema()?U="timestamp":C.isStringSchema()?U="string":C.isBooleanSchema()&&(U="boolean"),N!=null&&(u[y]={type:U,value:N},delete n[e][y])}}if(i!==null){let y=h.getMemberSchema(i);y.isBlobSchema()?a="application/octet-stream":y.isStringSchema()&&(a="text/plain"),s.write(y,n[e][i])}else s.write(h,n[e])}else throw new Error("@smithy/core/event-streams - non-struct member not supported in event stream union.")}else{let[h,y]=n[e];o=h,s.write(15,y)}let f=s.flush();return{body:typeof f=="string"?(this.serdeContext?.utf8Decoder??uq.fromUtf8)(f):f,eventType:o,explicitPayloadContentType:a,additionalHeaders:u}}}});var _4e={};st(_4e,{EventStreamSerde:()=>RX});var R4e=R(()=>{C4e()});var lq,cf,dq=R(()=>{bt();lq=T(qe());xS();cf=class extends js{options;constructor(e){super(),this.options=e}getRequestType(){return lq.HttpRequest}getResponseType(){return lq.HttpResponse}setSerdeContext(e){this.serdeContext=e,this.serializer.setSerdeContext(e),this.deserializer.setSerdeContext(e),this.getPayloadCodec()&&this.getPayloadCodec().setSerdeContext(e)}updateServiceEndpoint(e,r){if("url"in r){e.protocol=r.url.protocol,e.hostname=r.url.hostname,e.port=r.url.port?Number(r.url.port):void 0,e.path=r.url.pathname,e.fragment=r.url.hash||void 0,e.username=r.url.username||void 0,e.password=r.url.password||void 0,e.query||(e.query={});for(let[n,s]of r.url.searchParams.entries())e.query[n]=s;return e}else return e.protocol=r.protocol,e.hostname=r.hostname,e.port=r.port?Number(r.port):void 0,e.path=r.path,e.query={...r.query},e}setHostPrefix(e,r,n){if(this.serdeContext?.disableHostPrefix)return;let s=Ae.of(r.input),o=dc(r.traits??{});if(o.endpoint){let i=o.endpoint?.[0];if(typeof i=="string"){let a=[...s.structIterator()].filter(([,c])=>c.getMergedTraits().hostLabel);for(let[c]of a){let u=n[c];if(typeof u!="string")throw new Error(`@smithy/core/schema - ${c} in input must be a string as hostLabel.`);i=i.replace(`{${c}}`,u)}e.hostname=i+e.hostname}}}deserializeMetadata(e){return{httpStatusCode:e.statusCode,requestId:e.headers["x-amzn-requestid"]??e.headers["x-amzn-request-id"]??e.headers["x-amz-request-id"],extendedRequestId:e.headers["x-amz-id-2"],cfId:e.headers["x-amz-cf-id"]}}async serializeEventStream({eventStream:e,requestSchema:r,initialRequest:n}){return(await this.loadEventStreamCapability()).serializeEventStream({eventStream:e,requestSchema:r,initialRequest:n})}async deserializeEventStream({response:e,responseSchema:r,initialResponseContainer:n}){return(await this.loadEventStreamCapability()).deserializeEventStream({response:e,responseSchema:r,initialResponseContainer:n})}async loadEventStreamCapability(){let{EventStreamSerde:e}=await Promise.resolve().then(()=>(R4e(),_4e));return new e({marshaller:this.getEventStreamMarshaller(),serializer:this.serializer,deserializer:this.deserializer,serdeContext:this.serdeContext,defaultContentType:this.getDefaultContentType()})}getDefaultContentType(){throw new Error(`@smithy/core/protocols - ${this.constructor.name} getDefaultContentType() implementation missing.`)}async deserializeHttpMessage(e,r,n,s,o){return[]}getEventStreamMarshaller(){let e=this.serdeContext;if(!e.eventStreamMarshaller)throw new Error("@smithy/core - HttpProtocol: eventStreamMarshaller missing in serdeContext.");return e.eventStreamMarshaller}}});var T4e,A4e,uf,P4e=R(()=>{bt();Vs();T4e=T(qe()),A4e=T(YM());XM();ZM();dq();uf=class extends cf{async serializeRequest(e,r,n){let s={...r??{}},o=this.serializer,i={},a={},c=await n.endpoint(),u=Ae.of(e?.input),f=u.getSchema(),m=!1,h,y=new T4e.HttpRequest({protocol:"",hostname:"",port:void 0,path:"",fragment:void 0,query:i,headers:a,body:void 0});if(c){this.updateServiceEndpoint(y,c),this.setHostPrefix(y,e,s);let C=dc(e.traits);if(C.http){y.method=C.http[0];let[I,$]=C.http[1].split("?");y.path=="/"?y.path=I:y.path+=I;let N=new URLSearchParams($??"");Object.assign(i,Object.fromEntries(N))}}for(let[C,I]of u.structIterator()){let $=I.getMergedTraits()??{},N=s[C];if(N==null&&!I.isIdempotencyToken()){if($.httpLabel)throw new Error(`No value provided for input HTTP label: ${C}.`);continue}if($.httpPayload)I.isStreaming()?I.isStructSchema()?s[C]&&(h=await this.serializeEventStream({eventStream:s[C],requestSchema:u})):h=N:(o.write(I,N),h=o.flush()),delete s[C];else if($.httpLabel){o.write(I,N);let U=o.flush();y.path.includes(`{${C}+}`)?y.path=y.path.replace(`{${C}+}`,U.split("/").map(lc).join("/")):y.path.includes(`{${C}}`)&&(y.path=y.path.replace(`{${C}}`,lc(U))),delete s[C]}else if($.httpHeader)o.write(I,N),a[$.httpHeader.toLowerCase()]=String(o.flush()),delete s[C];else if(typeof $.httpPrefixHeaders=="string"){for(let[U,B]of Object.entries(N)){let W=$.httpPrefixHeaders+U;o.write([I.getValueSchema(),{httpHeader:W}],B),a[W.toLowerCase()]=o.flush()}delete s[C]}else $.httpQuery||$.httpQueryParams?(this.serializeQuery(I,N,i),delete s[C]):m=!0}return m&&s&&(o.write(f,s),h=o.flush()),y.headers=a,y.query=i,y.body=h,y}serializeQuery(e,r,n){let s=this.serializer,o=e.getMergedTraits();if(o.httpQueryParams){for(let[i,a]of Object.entries(r))if(!(i in n)){let c=e.getValueSchema();Object.assign(c.getMergedTraits(),{...o,httpQuery:i,httpQueryParams:void 0}),this.serializeQuery(c,a,n)}return}if(e.isListSchema()){let i=!!e.getMergedTraits().sparse,a=[];for(let c of r){s.write([e.getValueSchema(),o],c);let u=s.flush();(i||u!==void 0)&&a.push(u)}n[o.httpQuery]=a}else s.write([e,o],r),n[o.httpQuery]=s.flush()}async deserializeResponse(e,r,n){let s=this.deserializer,o=Ae.of(e.output),i={};if(n.statusCode>=300){let c=await Ri(n.body,r);throw c.byteLength>0&&Object.assign(i,await s.read(15,c)),await this.handleError(e,r,n,i,this.deserializeMetadata(n)),new Error("@smithy/core/protocols - HTTP Protocol error handler failed to throw.")}for(let c in n.headers){let u=n.headers[c];delete n.headers[c],n.headers[c.toLowerCase()]=u}let a=await this.deserializeHttpMessage(o,r,n,i);if(a.length){let c=await Ri(n.body,r);if(c.byteLength>0){let u=await s.read(o,c);for(let f of a)i[f]=u[f]}}else a.discardResponseBody&&await Ri(n.body,r);return i.$metadata=this.deserializeMetadata(n),i}async deserializeHttpMessage(e,r,n,s,o){let i;s instanceof Set?i=o:i=s;let a=!0,c=this.deserializer,u=Ae.of(e),f=[];for(let[m,h]of u.structIterator()){let y=h.getMemberTraits();if(y.httpPayload){if(a=!1,h.isStreaming())h.isStructSchema()?i[m]=await this.deserializeEventStream({response:n,responseSchema:u}):i[m]=(0,A4e.sdkStreamMixin)(n.body);else if(n.body){let I=await Ri(n.body,r);I.byteLength>0&&(i[m]=await c.read(h,I))}}else if(y.httpHeader){let C=String(y.httpHeader).toLowerCase(),I=n.headers[C];if(I!=null)if(h.isListSchema()){let $=h.getValueSchema();$.getMergedTraits().httpHeader=C;let N;$.isTimestampSchema()&&$.getSchema()===4?N=CX(I,",",2):N=O0(I);let U=[];for(let B of N)U.push(await c.read($,B.trim()));i[m]=U}else i[m]=await c.read(h,I)}else if(y.httpPrefixHeaders!==void 0){i[m]={};for(let[C,I]of Object.entries(n.headers))if(C.startsWith(y.httpPrefixHeaders)){let $=h.getValueSchema();$.getMergedTraits().httpHeader=C,i[m][C.slice(y.httpPrefixHeaders.length)]=await c.read($,I)}}else y.httpResponseCode?i[m]=n.statusCode:f.push(m)}return f.discardResponseBody=a,f}}});var v4e,Nu,b4e=R(()=>{bt();v4e=T(qe());XM();dq();Nu=class extends cf{async serializeRequest(e,r,n){let s=this.serializer,o={},i={},a=await n.endpoint(),c=Ae.of(e?.input),u=c.getSchema(),f,m=new v4e.HttpRequest({protocol:"",hostname:"",port:void 0,path:"/",fragment:void 0,query:o,headers:i,body:void 0});a&&(this.updateServiceEndpoint(m,a),this.setHostPrefix(m,e,r));let h={...r};if(r){let y=c.getEventStreamMember();if(y){if(h[y]){let C={};for(let[I,$]of c.structIterator())I!==y&&h[I]&&(s.write($,h[I]),C[I]=s.flush());f=await this.serializeEventStream({eventStream:h[y],requestSchema:c,initialRequest:C})}}else s.write(u,h),f=s.flush()}return m.headers=i,m.query=o,m.body=f,m.method="POST",m}async deserializeResponse(e,r,n){let s=this.deserializer,o=Ae.of(e.output),i={};if(n.statusCode>=300){let c=await Ri(n.body,r);throw c.byteLength>0&&Object.assign(i,await s.read(15,c)),await this.handleError(e,r,n,i,this.deserializeMetadata(n)),new Error("@smithy/core/protocols - RPC Protocol error handler failed to throw.")}for(let c in n.headers){let u=n.headers[c];delete n.headers[c],n.headers[c.toLowerCase()]=u}let a=o.getEventStreamMember();if(a)i[a]=await this.deserializeEventStream({response:n,responseSchema:o,initialResponseContainer:i});else{let c=await Ri(n.body,r);c.byteLength>0&&Object.assign(i,await s.read(o,c))}return i.$metadata=this.deserializeMetadata(n),i}}});var TX,AX=R(()=>{ZM();TX=(t,e,r,n,s,o)=>{if(e!=null&&e[r]!==void 0){let i=n();if(i.length<=0)throw new Error("Empty value provided for input HTTP label: "+r+".");t=t.replace(s,o?i.split("/").map(a=>lc(a)).join("/"):lc(i))}else throw new Error("No value provided for input HTTP label: "+r+".");return t}});function PX(t,e){return new pq(t,e)}var I4e,pq,D4e=R(()=>{I4e=T(qe());AX();pq=class{input;context;query={};method="";headers={};path="";body=null;hostname="";resolvePathStack=[];constructor(e,r){this.input=e,this.context=r}async build(){let{hostname:e,protocol:r="https",port:n,path:s}=await this.context.endpoint();this.path=s;for(let o of this.resolvePathStack)o(this.path);return new I4e.HttpRequest({protocol:r,hostname:this.hostname||e,port:n,method:this.method,path:this.path,query:this.query,body:this.body,headers:this.headers})}hn(e){return this.hostname=e,this}bp(e){return this.resolvePathStack.push(r=>{this.path=`${r?.endsWith("/")?r.slice(0,-1):r||""}`+e}),this}p(e,r,n,s){return this.resolvePathStack.push(o=>{this.path=TX(o,this.input,e,r,n,s)}),this}h(e){return this.headers=e,this}q(e){return this.query=e,this}b(e){return this.body=e,this}m(e){return this.method=e,this}}});function No(t,e){if(e.timestampFormat.useTrait&&t.isTimestampSchema()&&(t.getSchema()===5||t.getSchema()===6||t.getSchema()===7))return t.getSchema();let{httpLabel:r,httpPrefixHeaders:n,httpHeader:s,httpQuery:o}=t.getMergedTraits();return(e.httpBindings?typeof n=="string"||s?6:o||r?5:void 0:void 0)??e.timestampFormat.default}var mq=R(()=>{});var vX,x4e,lf,bX=R(()=>{bt();Vs();vX=T(De()),x4e=T(He());xS();mq();lf=class extends js{settings;constructor(e){super(),this.settings=e}read(e,r){let n=Ae.of(e);if(n.isListSchema())return O0(r).map(s=>this.read(n.getValueSchema(),s));if(n.isBlobSchema())return(this.serdeContext?.base64Decoder??vX.fromBase64)(r);if(n.isTimestampSchema())switch(No(n,this.settings)){case 5:return yX(r);case 6:return EX(r);case 7:return DS(r);default:return console.warn("Missing timestamp format, parsing value with Date constructor:",r),new Date(r)}if(n.isStringSchema()){let s=n.getMergedTraits().mediaType,o=r;if(s)return n.getMergedTraits().httpHeader&&(o=this.base64ToUtf8(o)),(s==="application/json"||s.endsWith("+json"))&&(o=Hs.from(o)),o}return n.isNumericSchema()?Number(r):n.isBigIntegerSchema()?BigInt(r):n.isBigDecimalSchema()?new gr(r,"bigDecimal"):n.isBooleanSchema()?String(r).toLowerCase()==="true":r}base64ToUtf8(e){return(this.serdeContext?.utf8Encoder??x4e.toUtf8)((this.serdeContext?.base64Decoder??vX.fromBase64)(e))}}});var fq,df,w4e=R(()=>{bt();fq=T(He());xS();bX();df=class extends js{codecDeserializer;stringDeserializer;constructor(e,r){super(),this.codecDeserializer=e,this.stringDeserializer=new lf(r)}setSerdeContext(e){this.stringDeserializer.setSerdeContext(e),this.codecDeserializer.setSerdeContext(e),this.serdeContext=e}read(e,r){let n=Ae.of(e),s=n.getMergedTraits(),o=this.serdeContext?.utf8Encoder??fq.toUtf8;if(s.httpHeader||s.httpResponseCode)return this.stringDeserializer.read(n,o(r));if(s.httpPayload){if(n.isBlobSchema()){let i=this.serdeContext?.utf8Decoder??fq.fromUtf8;return typeof r=="string"?i(r):r}else if(n.isStringSchema())return"byteLength"in r?o(r):r}return this.codecDeserializer.read(n,r)}}});var IX,k0,DX=R(()=>{bt();Vs();IX=T(De());xS();mq();k0=class extends js{settings;stringBuffer="";constructor(e){super(),this.settings=e}write(e,r){let n=Ae.of(e);switch(typeof r){case"object":if(r===null){this.stringBuffer="null";return}if(n.isTimestampSchema()){if(!(r instanceof Date))throw new Error(`@smithy/core/protocols - received non-Date value ${r} when schema expected Date in ${n.getName(!0)}`);switch(No(n,this.settings)){case 5:this.stringBuffer=r.toISOString().replace(".000Z","Z");break;case 6:this.stringBuffer=$0(r);break;case 7:this.stringBuffer=String(r.getTime()/1e3);break;default:console.warn("Missing timestamp format, using epoch seconds",r),this.stringBuffer=String(r.getTime()/1e3)}return}if(n.isBlobSchema()&&"byteLength"in r){this.stringBuffer=(this.serdeContext?.base64Encoder??IX.toBase64)(r);return}if(n.isListSchema()&&Array.isArray(r)){let i="";for(let a of r){this.write([n.getValueSchema(),n.getMergedTraits()],a);let c=this.flush(),u=n.getValueSchema().isTimestampSchema()?c:fX(c);i!==""&&(i+=", "),i+=u}this.stringBuffer=i;return}this.stringBuffer=JSON.stringify(r,null,2);break;case"string":let s=n.getMergedTraits().mediaType,o=r;if(s&&((s==="application/json"||s.endsWith("+json"))&&(o=Hs.from(o)),n.getMergedTraits().httpHeader)){this.stringBuffer=(this.serdeContext?.base64Encoder??IX.toBase64)(o.toString());return}this.stringBuffer=r;break;default:n.isIdempotencyToken()?this.stringBuffer=(0,Ti.v4)():this.stringBuffer=String(r)}}flush(){let e=this.stringBuffer;return this.stringBuffer="",e}}});var pf,$4e=R(()=>{bt();DX();pf=class{codecSerializer;stringSerializer;buffer;constructor(e,r,n=new k0(r)){this.codecSerializer=e,this.stringSerializer=n}setSerdeContext(e){this.codecSerializer.setSerdeContext(e),this.stringSerializer.setSerdeContext(e)}write(e,r){let n=Ae.of(e),s=n.getMergedTraits();if(s.httpHeader||s.httpLabel||s.httpQuery){this.stringSerializer.write(n,r),this.buffer=this.stringSerializer.flush();return}return this.codecSerializer.write(n,r)}flush(){if(this.buffer!==void 0){let e=this.buffer;return this.buffer=void 0,e}return this.codecSerializer.flush()}}});var O4e={};st(O4e,{FromStringShapeDeserializer:()=>lf,HttpBindingProtocol:()=>uf,HttpInterceptingShapeDeserializer:()=>df,HttpInterceptingShapeSerializer:()=>pf,HttpProtocol:()=>cf,RequestBuilder:()=>pq,RpcProtocol:()=>Nu,SerdeContext:()=>js,ToStringShapeSerializer:()=>k0,collectBody:()=>Ri,determineTimestampFormat:()=>No,extendedEncodeURIComponent:()=>lc,requestBuilder:()=>PX,resolvedPath:()=>TX});var lo=R(()=>{XM();ZM();P4e();dq();b4e();D4e();AX();bX();w4e();$4e();DX();mq();xS()});var k4e=R(()=>{lo()});function TTr(t,e,r){t.__smithy_context?t.__smithy_context.features||(t.__smithy_context.features={}):t.__smithy_context={features:{}},t.__smithy_context.features[e]=r}var N4e=R(()=>{});var Lu,L4e=R(()=>{Lu=class{authSchemes=new Map;constructor(e){for(let[r,n]of Object.entries(e))n!==void 0&&this.authSchemes.set(r,n)}getIdentityProvider(e){return this.authSchemes.get(e)}}});var U4e,xX,wX,F4e=R(()=>{U4e=T(qe()),xX=T(gn()),wX=class{async sign(e,r,n){if(!n)throw new Error("request could not be signed with `apiKey` since the `name` and `in` signer properties are missing");if(!n.name)throw new Error("request could not be signed with `apiKey` since the `name` signer property is missing");if(!n.in)throw new Error("request could not be signed with `apiKey` since the `in` signer property is missing");if(!r.apiKey)throw new Error("request could not be signed with `apiKey` since the `apiKey` is not defined");let s=U4e.HttpRequest.clone(e);if(n.in===xX.HttpApiKeyAuthLocation.QUERY)s.query[n.name]=r.apiKey;else if(n.in===xX.HttpApiKeyAuthLocation.HEADER)s.headers[n.name]=n.scheme?`${n.scheme} ${r.apiKey}`:r.apiKey;else throw new Error("request can only be signed with `apiKey` locations `query` or `header`, but found: `"+n.in+"`");return s}}});var M4e,$X,q4e=R(()=>{M4e=T(qe()),$X=class{async sign(e,r,n){let s=M4e.HttpRequest.clone(e);if(!r.token)throw new Error("request could not be signed with `token` since the `token` is not defined");return s.headers.Authorization=`Bearer ${r.token}`,s}}});var oa,B4e=R(()=>{oa=class{async sign(e,r,n){return e}}});var G4e=R(()=>{F4e();q4e();B4e()});var H4e,ATr,OX,gq,kX,V4e=R(()=>{H4e=t=>function(r){return gq(r)&&r.expiration.getTime()-Date.now()<t},ATr=3e5,OX=H4e(3e5),gq=t=>t.expiration!==void 0,kX=(t,e,r)=>{if(t===void 0)return;let n=typeof t!="function"?async()=>Promise.resolve(t):t,s,o,i,a=!1,c=async u=>{o||(o=n(u));try{s=await o,i=!0,a=!1}finally{o=void 0}return s};return e===void 0?async u=>((!i||u?.forceRefresh)&&(s=await c(u)),s):async u=>((!i||u?.forceRefresh)&&(s=await c(u)),a?s:r(s)?(e(s)&&await c(u),s):(a=!0,s))}});var j4e=R(()=>{L4e();G4e();V4e()});var wS={};st(wS,{DefaultIdentityProviderConfig:()=>Lu,EXPIRATION_MS:()=>ATr,HttpApiKeyAuthSigner:()=>wX,HttpBearerAuthSigner:()=>$X,NoAuthSigner:()=>oa,createIsIdentityExpiredFunction:()=>H4e,createPaginator:()=>Q2e,doesIdentityRequireRefresh:()=>gq,getHttpAuthSchemeEndpointRuleSetPlugin:()=>nf,getHttpAuthSchemePlugin:()=>$Rr,getHttpSigningPlugin:()=>sf,getSmithyContext:()=>xRr,httpAuthSchemeEndpointRuleSetMiddlewareOptions:()=>U2e,httpAuthSchemeMiddleware:()=>T0,httpAuthSchemeMiddlewareOptions:()=>q2e,httpSigningMiddleware:()=>IJ,httpSigningMiddlewareOptions:()=>j2e,isIdentityExpired:()=>OX,memoizeIdentityProvider:()=>kX,normalizeProvider:()=>Zd,requestBuilder:()=>PX,setFeature:()=>TTr});var Ws=R(()=>{O2e();G2e();z2e();K2e();Y2e();k4e();N4e();j4e()});var mf=O(ia=>{"use strict";var $S=Gn(),PTr=Sn(),z4e=(t,e=!1)=>{if(e){for(let r of t.split("."))if(!z4e(r))return!1;return!0}return!(!$S.isValidHostLabel(t)||t.length<3||t.length>63||t!==t.toLowerCase()||$S.isIpAddress(t))},W4e=":",vTr="/",bTr=t=>{let e=t.split(W4e);if(e.length<6)return null;let[r,n,s,o,i,...a]=e;if(r!=="arn"||n===""||s===""||a.join(W4e)==="")return null;let c=a.map(u=>u.split(vTr)).flat();return{partition:n,service:s,region:o,accountId:i,resourceId:c}},ITr=[{id:"aws",outputs:{dnsSuffix:"amazonaws.com",dualStackDnsSuffix:"api.aws",implicitGlobalRegion:"us-east-1",name:"aws",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",regions:{"af-south-1":{description:"Africa (Cape Town)"},"ap-east-1":{description:"Asia Pacific (Hong Kong)"},"ap-east-2":{description:"Asia Pacific (Taipei)"},"ap-northeast-1":{description:"Asia Pacific (Tokyo)"},"ap-northeast-2":{description:"Asia Pacific (Seoul)"},"ap-northeast-3":{description:"Asia Pacific (Osaka)"},"ap-south-1":{description:"Asia Pacific (Mumbai)"},"ap-south-2":{description:"Asia Pacific (Hyderabad)"},"ap-southeast-1":{description:"Asia Pacific (Singapore)"},"ap-southeast-2":{description:"Asia Pacific (Sydney)"},"ap-southeast-3":{description:"Asia Pacific (Jakarta)"},"ap-southeast-4":{description:"Asia Pacific (Melbourne)"},"ap-southeast-5":{description:"Asia Pacific (Malaysia)"},"ap-southeast-6":{description:"Asia Pacific (New Zealand)"},"ap-southeast-7":{description:"Asia Pacific (Thailand)"},"aws-global":{description:"aws global region"},"ca-central-1":{description:"Canada (Central)"},"ca-west-1":{description:"Canada West (Calgary)"},"eu-central-1":{description:"Europe (Frankfurt)"},"eu-central-2":{description:"Europe (Zurich)"},"eu-north-1":{description:"Europe (Stockholm)"},"eu-south-1":{description:"Europe (Milan)"},"eu-south-2":{description:"Europe (Spain)"},"eu-west-1":{description:"Europe (Ireland)"},"eu-west-2":{description:"Europe (London)"},"eu-west-3":{description:"Europe (Paris)"},"il-central-1":{description:"Israel (Tel Aviv)"},"me-central-1":{description:"Middle East (UAE)"},"me-south-1":{description:"Middle East (Bahrain)"},"mx-central-1":{description:"Mexico (Central)"},"sa-east-1":{description:"South America (Sao Paulo)"},"us-east-1":{description:"US East (N. Virginia)"},"us-east-2":{description:"US East (Ohio)"},"us-west-1":{description:"US West (N. California)"},"us-west-2":{description:"US West (Oregon)"}}},{id:"aws-cn",outputs:{dnsSuffix:"amazonaws.com.cn",dualStackDnsSuffix:"api.amazonwebservices.com.cn",implicitGlobalRegion:"cn-northwest-1",name:"aws-cn",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^cn\\-\\w+\\-\\d+$",regions:{"aws-cn-global":{description:"aws-cn global region"},"cn-north-1":{description:"China (Beijing)"},"cn-northwest-1":{description:"China (Ningxia)"}}},{id:"aws-eusc",outputs:{dnsSuffix:"amazonaws.eu",dualStackDnsSuffix:"api.amazonwebservices.eu",implicitGlobalRegion:"eusc-de-east-1",name:"aws-eusc",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^eusc\\-(de)\\-\\w+\\-\\d+$",regions:{"eusc-de-east-1":{description:"AWS European Sovereign Cloud (Germany)"}}},{id:"aws-iso",outputs:{dnsSuffix:"c2s.ic.gov",dualStackDnsSuffix:"api.aws.ic.gov",implicitGlobalRegion:"us-iso-east-1",name:"aws-iso",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^us\\-iso\\-\\w+\\-\\d+$",regions:{"aws-iso-global":{description:"aws-iso global region"},"us-iso-east-1":{description:"US ISO East"},"us-iso-west-1":{description:"US ISO WEST"}}},{id:"aws-iso-b",outputs:{dnsSuffix:"sc2s.sgov.gov",dualStackDnsSuffix:"api.aws.scloud",implicitGlobalRegion:"us-isob-east-1",name:"aws-iso-b",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^us\\-isob\\-\\w+\\-\\d+$",regions:{"aws-iso-b-global":{description:"aws-iso-b global region"},"us-isob-east-1":{description:"US ISOB East (Ohio)"},"us-isob-west-1":{description:"US ISOB West"}}},{id:"aws-iso-e",outputs:{dnsSuffix:"cloud.adc-e.uk",dualStackDnsSuffix:"api.cloud-aws.adc-e.uk",implicitGlobalRegion:"eu-isoe-west-1",name:"aws-iso-e",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^eu\\-isoe\\-\\w+\\-\\d+$",regions:{"aws-iso-e-global":{description:"aws-iso-e global region"},"eu-isoe-west-1":{description:"EU ISOE West"}}},{id:"aws-iso-f",outputs:{dnsSuffix:"csp.hci.ic.gov",dualStackDnsSuffix:"api.aws.hci.ic.gov",implicitGlobalRegion:"us-isof-south-1",name:"aws-iso-f",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^us\\-isof\\-\\w+\\-\\d+$",regions:{"aws-iso-f-global":{description:"aws-iso-f global region"},"us-isof-east-1":{description:"US ISOF EAST"},"us-isof-south-1":{description:"US ISOF SOUTH"}}},{id:"aws-us-gov",outputs:{dnsSuffix:"amazonaws.com",dualStackDnsSuffix:"api.aws",implicitGlobalRegion:"us-gov-west-1",name:"aws-us-gov",supportsDualStack:!0,supportsFIPS:!0},regionRegex:"^us\\-gov\\-\\w+\\-\\d+$",regions:{"aws-us-gov-global":{description:"aws-us-gov global region"},"us-gov-east-1":{description:"AWS GovCloud (US-East)"},"us-gov-west-1":{description:"AWS GovCloud (US-West)"}}}],DTr="1.1",K4e={partitions:ITr,version:DTr},Q4e=K4e,Y4e="",J4e=t=>{let{partitions:e}=Q4e;for(let n of e){let{regions:s,outputs:o}=n;for(let[i,a]of Object.entries(s))if(i===t)return{...o,...a}}for(let n of e){let{regionRegex:s,outputs:o}=n;if(new RegExp(s).test(t))return{...o}}let r=e.find(n=>n.id==="aws");if(!r)throw new Error("Provided region was not found in the partition array or regex, and default partition with id 'aws' doesn't exist.");return{...r.outputs}},X4e=(t,e="")=>{Q4e=t,Y4e=e},xTr=()=>{X4e(K4e,"")},wTr=()=>Y4e,Z4e={isVirtualHostableS3Bucket:z4e,parseArn:bTr,partition:J4e};$S.customEndpointFunctions.aws=Z4e;var $Tr=t=>{if(typeof t.endpointProvider!="function")throw new Error("@aws-sdk/util-endpoint - endpointProvider and endpoint missing in config for this client.");let{endpoint:e}=t;return e===void 0&&(t.endpoint=async()=>eVe(t.endpointProvider({Region:typeof t.region=="function"?await t.region():t.region,UseDualStack:typeof t.useDualstackEndpoint=="function"?await t.useDualstackEndpoint():t.useDualstackEndpoint,UseFIPS:typeof t.useFipsEndpoint=="function"?await t.useFipsEndpoint():t.useFipsEndpoint,Endpoint:void 0},{logger:t.logger}))),t},eVe=t=>PTr.parseUrl(t.url);Object.defineProperty(ia,"EndpointError",{enumerable:!0,get:function(){return $S.EndpointError}});Object.defineProperty(ia,"isIpAddress",{enumerable:!0,get:function(){return $S.isIpAddress}});Object.defineProperty(ia,"resolveEndpoint",{enumerable:!0,get:function(){return $S.resolveEndpoint}});ia.awsEndpointFunctions=Z4e;ia.getUserAgentPrefix=wTr;ia.partition=J4e;ia.resolveDefaultAwsRegionalEndpointsConfig=$Tr;ia.setPartitionInfo=X4e;ia.toEndpointV1=eVe;ia.useDefaultPartitionInfo=xTr});var hq,tp,tVe=R(()=>{hq={warningEmitted:!1},tp=t=>{t&&!hq.warningEmitted&&parseInt(t.substring(1,t.indexOf(".")))<20&&(hq.warningEmitted=!0,process.emitWarning(`NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
|
|
165
|
+
no longer support Node.js ${t} in January 2026.
|
|
166
|
+
|
|
167
|
+
To continue receiving updates to AWS services, bug fixes, and security
|
|
168
|
+
updates please upgrade to a supported Node.js LTS version.
|
|
169
|
+
|
|
170
|
+
More information can be found at: https://a.co/c895JFp`))}});function rp(t,e,r){return t.$source||(t.$source={}),t.$source[e]=r,t}var rVe=R(()=>{});function nVe(t,e,r){t.__aws_sdk_context?t.__aws_sdk_context.features||(t.__aws_sdk_context.features={}):t.__aws_sdk_context={features:{}},t.__aws_sdk_context.features[e]=r}var sVe=R(()=>{});function oVe(t,e,r){return t.$source||(t.$source={}),t.$source[e]=r,t}var iVe=R(()=>{});var Uu={};st(Uu,{emitWarningIfUnsupportedVersion:()=>tp,setCredentialFeature:()=>rp,setFeature:()=>nVe,setTokenFeature:()=>oVe,state:()=>hq});var Ai=R(()=>{tVe();rVe();sVe();iVe()});var aVe,NX,cVe=R(()=>{aVe=T(qe()),NX=t=>aVe.HttpResponse.isInstance(t)?t.headers?.date??t.headers?.Date:void 0});var OS,LX=R(()=>{OS=t=>new Date(Date.now()+t)});var uVe,lVe=R(()=>{LX();uVe=(t,e)=>Math.abs(OS(e).getTime()-t)>=3e5});var UX,dVe=R(()=>{lVe();UX=(t,e)=>{let r=Date.parse(t);return uVe(r,e)?r-Date.now():e}});var FX=R(()=>{cVe();LX();dVe()});var pVe,N0,kS,ds,MX,qX=R(()=>{pVe=T(qe());FX();N0=(t,e)=>{if(!e)throw new Error(`Property \`${t}\` is not resolved for AWS SDK SigV4Auth`);return e},kS=async t=>{let e=N0("context",t.context),r=N0("config",t.config),n=e.endpointV2?.properties?.authSchemes?.[0],o=await N0("signer",r.signer)(n),i=t?.signingRegion,a=t?.signingRegionSet,c=t?.signingName;return{config:r,signer:o,signingRegion:i,signingRegionSet:a,signingName:c}},ds=class{async sign(e,r,n){if(!pVe.HttpRequest.isInstance(e))throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");let s=await kS(n),{config:o,signer:i}=s,{signingRegion:a,signingName:c}=s,u=n.context;if(u?.authSchemes?.length??!1){let[m,h]=u.authSchemes;m?.name==="sigv4a"&&h?.name==="sigv4"&&(a=h?.signingRegion??a,c=h?.signingName??c)}return await i.sign(e,{signingDate:OS(o.systemClockOffset),signingRegion:a,signingService:c})}errorHandler(e){return r=>{let n=r.ServerTime??NX(r.$response);if(n){let s=N0("config",e.config),o=s.systemClockOffset;s.systemClockOffset=UX(n,s.systemClockOffset),s.systemClockOffset!==o&&r.$metadata&&(r.$metadata.clockSkewCorrected=!0)}throw r}}successHandler(e,r){let n=NX(e);if(n){let s=N0("config",r.config);s.systemClockOffset=UX(n,s.systemClockOffset)}}},MX=ds});var mVe,L0,fVe=R(()=>{mVe=T(qe());FX();qX();L0=class extends ds{async sign(e,r,n){if(!mVe.HttpRequest.isInstance(e))throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");let{config:s,signer:o,signingRegion:i,signingRegionSet:a,signingName:c}=await kS(n),f=(await s.sigv4aSigningRegionSet?.()??a??[i]).join(",");return await o.sign(e,{signingDate:OS(s.systemClockOffset),signingRegion:f,signingService:c})}}});var BX,gVe=R(()=>{BX=t=>typeof t=="string"&&t.length>0?t.split(",").map(e=>e.trim()):[]});var Sq,GX=R(()=>{Sq=t=>`AWS_BEARER_TOKEN_${t.replace(/[\s-]/g,"_").toUpperCase()}`});var hVe,SVe,np,yVe=R(()=>{gVe();GX();hVe="AWS_AUTH_SCHEME_PREFERENCE",SVe="auth_scheme_preference",np={environmentVariableSelector:(t,e)=>{if(e?.signingName&&Sq(e.signingName)in t)return["httpBearerAuth"];if(hVe in t)return BX(t[hVe])},configFileSelector:t=>{if(SVe in t)return BX(t[SVe])},default:[]}});var HX,EVe,CVe,_Ve=R(()=>{Ws();HX=T(Lt()),EVe=t=>(t.sigv4aSigningRegionSet=Zd(t.sigv4aSigningRegionSet),t),CVe={environmentVariableSelector(t){if(t.AWS_SIGV4A_SIGNING_REGION_SET)return t.AWS_SIGV4A_SIGNING_REGION_SET.split(",").map(e=>e.trim());throw new HX.ProviderError("AWS_SIGV4A_SIGNING_REGION_SET not set in env.",{tryNextLink:!0})},configFileSelector(t){if(t.sigv4a_signing_region_set)return(t.sigv4a_signing_region_set??"").split(",").map(e=>e.trim());throw new HX.ProviderError("sigv4a_signing_region_set not set in profile.",{tryNextLink:!0})},default:void 0}});function OTr(t,{credentials:e,credentialDefaultProvider:r}){let n;return e?e?.memoized?n=e:n=kX(e,OX,gq):r?n=Zd(r(Object.assign({},t,{parentClientConfig:t}))):n=async()=>{throw new Error("@aws-sdk/core::resolveAwsSdkSigV4Config - `credentials` not provided and no credentialDefaultProvider was configured.")},n.memoized=!0,n}function kTr(t,e){if(e.configBound)return e;let r=async n=>e({...n,callerClientConfig:t});return r.memoized=e.memoized,r.configBound=!0,r}var VX,Fu,RVe,TVe=R(()=>{Ai();Ws();VX=T(S4()),Fu=t=>{let e=t.credentials,r=!!t.credentials,n;Object.defineProperty(t,"credentials",{set(u){u&&u!==e&&u!==n&&(r=!0),e=u;let f=OTr(t,{credentials:e,credentialDefaultProvider:t.credentialDefaultProvider}),m=kTr(t,f);if(r&&!m.attributed){let h=typeof e=="object"&&e!==null;n=async y=>{let I=await m(y);return h&&(!I.$source||Object.keys(I.$source).length===0)?rp(I,"CREDENTIALS_CODE","e"):I},n.memoized=m.memoized,n.configBound=m.configBound,n.attributed=!0}else n=m},get(){return n},enumerable:!0,configurable:!0}),t.credentials=e;let{signingEscapePath:s=!0,systemClockOffset:o=t.systemClockOffset||0,sha256:i}=t,a;return t.signer?a=Zd(t.signer):t.regionInfoProvider?a=()=>Zd(t.region)().then(async u=>[await t.regionInfoProvider(u,{useFipsEndpoint:await t.useFipsEndpoint(),useDualstackEndpoint:await t.useDualstackEndpoint()})||{},u]).then(([u,f])=>{let{signingRegion:m,signingService:h}=u;t.signingRegion=t.signingRegion||m||f,t.signingName=t.signingName||h||t.serviceId;let y={...t,credentials:t.credentials,region:t.signingRegion,service:t.signingName,sha256:i,uriEscapePath:s},C=t.signerConstructor||VX.SignatureV4;return new C(y)}):a=async u=>{u=Object.assign({},{name:"sigv4",signingName:t.signingName||t.defaultSigningName,signingRegion:await Zd(t.region)(),properties:{}},u);let f=u.signingRegion,m=u.signingName;t.signingRegion=t.signingRegion||f,t.signingName=t.signingName||m||t.serviceId;let h={...t,credentials:t.credentials,region:t.signingRegion,service:t.signingName,sha256:i,uriEscapePath:s},y=t.signerConstructor||VX.SignatureV4;return new y(h)},Object.assign(t,{systemClockOffset:o,signingEscapePath:s,signer:a})},RVe=Fu});var AVe=R(()=>{qX();fVe();yVe();_Ve();TVe()});var PVe={};st(PVe,{AWSSDKSigV4Signer:()=>MX,AwsSdkSigV4ASigner:()=>L0,AwsSdkSigV4Signer:()=>ds,NODE_AUTH_SCHEME_PREFERENCE_OPTIONS:()=>np,NODE_SIGV4A_CONFIG_OPTIONS:()=>CVe,getBearerTokenEnvKey:()=>Sq,resolveAWSSDKSigV4Config:()=>RVe,resolveAwsSdkSigV4AConfig:()=>EVe,resolveAwsSdkSigV4Config:()=>Fu,validateSigningProperties:()=>kS});var jX=R(()=>{AVe();GX()});function sp(t){return typeof Buffer<"u"?Buffer.alloc(t):new Uint8Array(t)}function yq(t){return t[WX]=!0,t}var WX,Eq=R(()=>{WX=Symbol("@smithy/core/cbor::tagSymbol")});function IVe(t){sr=t,qu=new DataView(sr.buffer,sr.byteOffset,sr.byteLength)}function mc(t,e){if(t>=e)throw new Error("unexpected end of (decode) payload.");let r=(sr[t]&224)>>5,n=sr[t]&31;switch(r){case 0:case 1:case 6:let s,o;if(n<24)s=n,o=1;else switch(n){case 24:case 25:case 26:case 27:let i=xVe[n],a=i+1;if(o=a,e-t<a)throw new Error(`countLength ${i} greater than remaining buf len.`);let c=t+1;i===1?s=sr[c]:i===2?s=qu.getUint16(c):i===4?s=qu.getUint32(c):s=qu.getBigUint64(c);break;default:throw new Error(`unexpected minor value ${n}.`)}if(r===0)return ut=o,zX(s);if(r===1){let i;return typeof s=="bigint"?i=BigInt(-1)-s:i=-1-s,ut=o,zX(i)}else if(n===2||n===3){let i=q0(t+o,e),a=BigInt(0),c=t+o+ut;for(let u=c;u<c+i;++u)a=a<<BigInt(8)|BigInt(sr[u]);return ut=o+ut+i,n===3?-a-BigInt(1):a}else if(n===4){let i=mc(t+o,e),[a,c]=i,u=c<0?-1:1,f="0".repeat(Math.abs(a)+1)+String(BigInt(u)*BigInt(c)),m,h=c<0?"-":"";return m=a===0?f:f.slice(0,f.length+a)+"."+f.slice(a),m=m.replace(/^0+/g,""),m===""&&(m="0"),m[0]==="."&&(m="0"+m),m=h+m,ut=o+ut,_X(m)}else{let i=mc(t+o,e);return ut=o+ut,yq({tag:zX(s),value:i})}case 3:case 5:case 4:case 2:if(n===31)switch(r){case 3:return BTr(t,e);case 5:return WTr(t,e);case 4:return VTr(t,e);case 2:return GTr(t,e)}else switch(r){case 3:return qTr(t,e);case 5:return jTr(t,e);case 4:return HTr(t,e);case 2:return ZX(t,e)}default:return zTr(t,e)}}function DVe(t,e,r){return UTr&&t.constructor?.name==="Buffer"?t.toString("utf-8",e,r):vVe?vVe.decode(t.subarray(e,r)):(0,bVe.toUtf8)(t.subarray(e,r))}function FTr(t){let e=Number(t);return(e<Number.MIN_SAFE_INTEGER||Number.MAX_SAFE_INTEGER<e)&&console.warn(new Error(`@smithy/core/cbor - truncating BigInt(${t}) to ${e} with loss of precision.`)),e}function MTr(t,e){let r=t>>7,n=(t&124)>>2,s=(t&3)<<8|e,o=r===0?1:-1,i,a;if(n===0){if(s===0)return 0;i=Math.pow(2,-14),a=0}else{if(n===31)return s===0?o*(1/0):NaN;i=Math.pow(2,n-15),a=1}return a+=s/1024,o*(i*a)}function q0(t,e){let r=sr[t]&31;if(r<24)return ut=1,r;if(r===24||r===25||r===26||r===27){let n=xVe[r];if(ut=n+1,e-t<ut)throw new Error(`countLength ${n} greater than remaining buf len.`);let s=t+1;return n===1?sr[s]:n===2?qu.getUint16(s):n===4?qu.getUint32(s):FTr(qu.getBigUint64(s))}throw new Error(`unexpected minor value ${r}.`)}function qTr(t,e){let r=q0(t,e),n=ut;if(t+=n,e-t<r)throw new Error(`string len ${r} greater than remaining buf len.`);let s=DVe(sr,t,t+r);return ut=n+r,s}function BTr(t,e){t+=1;let r=[];for(let n=t;t<e;){if(sr[t]===255){let c=sp(r.length);return c.set(r,0),ut=t-n+2,DVe(c,0,c.length)}let s=(sr[t]&224)>>5,o=sr[t]&31;if(s!==3)throw new Error(`unexpected major type ${s} in indefinite string.`);if(o===31)throw new Error("nested indefinite string.");let i=ZX(t,e);t+=ut;for(let c=0;c<i.length;++c)r.push(i[c])}throw new Error("expected break marker.")}function ZX(t,e){let r=q0(t,e),n=ut;if(t+=n,e-t<r)throw new Error(`unstructured byte string len ${r} greater than remaining buf len.`);let s=sr.subarray(t,t+r);return ut=n+r,s}function GTr(t,e){t+=1;let r=[];for(let n=t;t<e;){if(sr[t]===255){let c=sp(r.length);return c.set(r,0),ut=t-n+2,c}let s=(sr[t]&224)>>5,o=sr[t]&31;if(s!==2)throw new Error(`unexpected major type ${s} in indefinite string.`);if(o===31)throw new Error("nested indefinite string.");let i=ZX(t,e);t+=ut;for(let c=0;c<i.length;++c)r.push(i[c])}throw new Error("expected break marker.")}function HTr(t,e){let r=q0(t,e),n=ut;t+=n;let s=t,o=Array(r);for(let i=0;i<r;++i){let a=mc(t,e),c=ut;o[i]=a,t+=c}return ut=n+(t-s),o}function VTr(t,e){t+=1;let r=[];for(let n=t;t<e;){if(sr[t]===255)return ut=t-n+2,r;let s=mc(t,e);t+=ut,r.push(s)}throw new Error("expected break marker.")}function jTr(t,e){let r=q0(t,e),n=ut;t+=n;let s=t,o={};for(let i=0;i<r;++i){if(t>=e)throw new Error("unexpected end of map payload.");let a=(sr[t]&224)>>5;if(a!==3)throw new Error(`unexpected major type ${a} for map key at index ${t}.`);let c=mc(t,e);t+=ut;let u=mc(t,e);t+=ut,o[c]=u}return ut=n+(t-s),o}function WTr(t,e){t+=1;let r=t,n={};for(;t<e;){if(t>=e)throw new Error("unexpected end of map payload.");if(sr[t]===255)return ut=t-r+2,n;let s=(sr[t]&224)>>5;if(s!==3)throw new Error(`unexpected major type ${s} for map key.`);let o=mc(t,e);t+=ut;let i=mc(t,e);t+=ut,n[o]=i}throw new Error("expected break marker.")}function zTr(t,e){let r=sr[t]&31;switch(r){case 21:case 20:return ut=1,r===21;case 22:return ut=1,null;case 23:return ut=1,null;case 25:if(e-t<3)throw new Error("incomplete float16 at end of buf.");return ut=3,MTr(sr[t+1],sr[t+2]);case 26:if(e-t<5)throw new Error("incomplete float32 at end of buf.");return ut=5,qu.getFloat32(t+1);case 27:if(e-t<9)throw new Error("incomplete float64 at end of buf.");return ut=9,qu.getFloat64(t+1);default:throw new Error(`unexpected minor value ${r}.`)}}function zX(t){if(typeof t=="number")return t;let e=Number(t);return Number.MIN_SAFE_INTEGER<=e&&e<=Number.MAX_SAFE_INTEGER?e:t}var bVe,LTr,UTr,sr,qu,vVe,ut,xVe,wVe=R(()=>{Vs();bVe=T(He());Eq();LTr=typeof TextDecoder<"u",UTr=typeof Buffer<"u",sr=sp(0),qu=new DataView(sr.buffer,sr.byteOffset,sr.byteLength),vVe=LTr?new TextDecoder:null,ut=0;xVe={24:1,25:2,26:4,27:8}});function tZ(t){Ye.byteLength-Ne<t&&(Ne<16e6?_q(Math.max(Ye.byteLength*4,Ye.byteLength+t)):_q(Ye.byteLength+t+16e6))}function rZ(){let t=sp(Ne);return t.set(Ye.subarray(0,Ne),0),Ne=0,t}function _q(t){let e=Ye;Ye=sp(t),e&&(e.copy?e.copy(Ye,0,0,e.byteLength):Ye.set(e,0)),Hu=new DataView(Ye.buffer,Ye.byteOffset,Ye.byteLength)}function Gu(t,e){e<24?Ye[Ne++]=t<<5|e:e<256?(Ye[Ne++]=t<<5|24,Ye[Ne++]=e):e<65536?(Ye[Ne++]=t<<5|25,Hu.setUint16(Ne,e),Ne+=2):e<2**32?(Ye[Ne++]=t<<5|26,Hu.setUint32(Ne,e),Ne+=4):(Ye[Ne++]=t<<5|27,Hu.setBigUint64(Ne,typeof e=="bigint"?e:BigInt(e)),Ne+=8)}function kVe(t){let e=[t];for(;e.length;){let r=e.pop();if(tZ(typeof r=="string"?r.length*4:64),typeof r=="string"){if($Ve)Gu(3,Buffer.byteLength(r)),Ne+=Ye.write(r,Ne);else{let n=(0,OVe.fromUtf8)(r);Gu(3,n.byteLength),Ye.set(n,Ne),Ne+=n.byteLength}continue}else if(typeof r=="number"){if(Number.isInteger(r)){let n=r>=0,s=n?0:1,o=n?r:-r-1;o<24?Ye[Ne++]=s<<5|o:o<256?(Ye[Ne++]=s<<5|24,Ye[Ne++]=o):o<65536?(Ye[Ne++]=s<<5|25,Ye[Ne++]=o>>8,Ye[Ne++]=o):o<4294967296?(Ye[Ne++]=s<<5|26,Hu.setUint32(Ne,o),Ne+=4):(Ye[Ne++]=s<<5|27,Hu.setBigUint64(Ne,BigInt(o)),Ne+=8);continue}Ye[Ne++]=251,Hu.setFloat64(Ne,r),Ne+=8;continue}else if(typeof r=="bigint"){let n=r>=0,s=n?0:1,o=n?r:-r-BigInt(1),i=Number(o);if(i<24)Ye[Ne++]=s<<5|i;else if(i<256)Ye[Ne++]=s<<5|24,Ye[Ne++]=i;else if(i<65536)Ye[Ne++]=s<<5|25,Ye[Ne++]=i>>8,Ye[Ne++]=i&255;else if(i<4294967296)Ye[Ne++]=s<<5|26,Hu.setUint32(Ne,i),Ne+=4;else if(o<BigInt("18446744073709551616"))Ye[Ne++]=s<<5|27,Hu.setBigUint64(Ne,o),Ne+=8;else{let a=o.toString(2),c=new Uint8Array(Math.ceil(a.length/8)),u=o,f=0;for(;c.byteLength-++f>=0;)c[c.byteLength-f]=Number(u&BigInt(255)),u>>=BigInt(8);tZ(c.byteLength*2),Ye[Ne++]=n?194:195,$Ve?Gu(2,Buffer.byteLength(c)):Gu(2,c.byteLength),Ye.set(c,Ne),Ne+=c.byteLength}continue}else if(r===null){Ye[Ne++]=246;continue}else if(typeof r=="boolean"){Ye[Ne++]=224|(r?21:20);continue}else{if(typeof r>"u")throw new Error("@smithy/core/cbor: client may not serialize undefined value.");if(Array.isArray(r)){for(let n=r.length-1;n>=0;--n)e.push(r[n]);Gu(4,r.length);continue}else if(typeof r.byteLength=="number"){tZ(r.length*2),Gu(2,r.length),Ye.set(r,Ne),Ne+=r.byteLength;continue}else if(typeof r=="object"){if(r instanceof gr){let s=r.string.indexOf("."),o=s===-1?0:s-r.string.length+1,i=BigInt(r.string.replace(".",""));Ye[Ne++]=196,e.push(i),e.push(o),Gu(4,2);continue}if(r[WX])if("tag"in r&&"value"in r){e.push(r.value),Gu(6,r.tag);continue}else throw new Error("tag encountered with missing fields, need 'tag' and 'value', found: "+JSON.stringify(r));let n=Object.keys(r);for(let s=n.length-1;s>=0;--s){let o=n[s];e.push(r[o]),e.push(o)}Gu(5,n.length);continue}}throw new Error(`data type ${r?.constructor?.name??typeof r} not compatible for encoding.`)}}var OVe,$Ve,KTr,Ye,Hu,Ne,NVe=R(()=>{Vs();OVe=T(He());Eq();$Ve=typeof Buffer<"u",KTr=2048,Ye=sp(KTr),Hu=new DataView(Ye.buffer,Ye.byteOffset,Ye.byteLength),Ne=0});var nZ,LVe=R(()=>{wVe();NVe();nZ={deserialize(t){return IVe(t),mc(0,t.length)},serialize(t){try{return kVe(t),rZ()}catch(e){throw rZ(),e}},resizeEncodingBuffer(t){_q(t)}}});var Rq,Tq,Aq=R(()=>{Eq();Rq=t=>yq({tag:1,value:t.getTime()/1e3}),Tq=(t,e)=>{let r=s=>{let o=s;return typeof o=="number"&&(o=o.toString()),o.indexOf(",")>=0&&(o=o.split(",")[0]),o.indexOf(":")>=0&&(o=o.split(":")[0]),o.indexOf("#")>=0&&(o=o.split("#")[1]),o};if(e.__type!==void 0)return r(e.__type);let n=Object.keys(e).find(s=>s.toLowerCase()==="code");if(n&&e[n]!==void 0)return r(e[n])}});var iZ,Pq,sZ,oZ,aZ=R(()=>{lo();bt();Vs();Vs();iZ=T(De());LVe();Aq();Pq=class extends js{createSerializer(){let e=new sZ;return e.setSerdeContext(this.serdeContext),e}createDeserializer(){let e=new oZ;return e.setSerdeContext(this.serdeContext),e}},sZ=class extends js{value;write(e,r){this.value=this.serialize(e,r)}serialize(e,r){let n=Ae.of(e);if(r==null)return n.isIdempotencyToken()?(0,Ti.v4)():r;if(n.isBlobSchema())return typeof r=="string"?(this.serdeContext?.base64Decoder??iZ.fromBase64)(r):r;if(n.isTimestampSchema())return typeof r=="number"||typeof r=="bigint"?Rq(new Date(Number(r)/1e3|0)):Rq(r);if(typeof r=="function"||typeof r=="object"){let s=r;if(n.isListSchema()&&Array.isArray(s)){let i=!!n.getMergedTraits().sparse,a=[],c=0;for(let u of s){let f=this.serialize(n.getValueSchema(),u);(f!=null||i)&&(a[c++]=f)}return a}if(s instanceof Date)return Rq(s);let o={};if(n.isMapSchema()){let i=!!n.getMergedTraits().sparse;for(let a of Object.keys(s)){let c=this.serialize(n.getValueSchema(),s[a]);(c!=null||i)&&(o[a]=c)}}else if(n.isStructSchema()){for(let[a,c]of n.structIterator()){let u=this.serialize(c,s[a]);u!=null&&(o[a]=u)}if(n.isUnionSchema()&&Array.isArray(s.$unknown)){let[a,c]=s.$unknown;o[a]=c}else if(typeof s.__type=="string")for(let[a,c]of Object.entries(s))a in o||(o[a]=this.serialize(15,c))}else if(n.isDocumentSchema())for(let i of Object.keys(s))o[i]=this.serialize(n.getValueSchema(),s[i]);else if(n.isBigDecimalSchema())return s;return o}return r}flush(){let e=nZ.serialize(this.value);return this.value=void 0,e}},oZ=class extends js{read(e,r){let n=nZ.deserialize(r);return this.readValue(e,n)}readValue(e,r){let n=Ae.of(e);if(n.isTimestampSchema()){if(typeof r=="number")return DS(r);if(typeof r=="object"&&r.tag===1&&"value"in r)return DS(r.value)}if(n.isBlobSchema())return typeof r=="string"?(this.serdeContext?.base64Decoder??iZ.fromBase64)(r):r;if(typeof r>"u"||typeof r=="boolean"||typeof r=="number"||typeof r=="string"||typeof r=="bigint"||typeof r=="symbol")return r;if(typeof r=="object"){if(r===null)return null;if("byteLength"in r||r instanceof Date||n.isDocumentSchema())return r;if(n.isListSchema()){let o=[],i=n.getValueSchema(),a=!!n.getMergedTraits().sparse;for(let c of r){let u=this.readValue(i,c);(u!=null||a)&&o.push(u)}return o}let s={};if(n.isMapSchema()){let o=!!n.getMergedTraits().sparse,i=n.getValueSchema();for(let a of Object.keys(r)){let c=this.readValue(i,r[a]);(c!=null||o)&&(s[a]=c)}}else if(n.isStructSchema()){let o=n.isUnionSchema(),i;o&&(i=new Set(Object.keys(r).filter(a=>a!=="__type")));for(let[a,c]of n.structIterator())o&&i.delete(a),r[a]!=null&&(s[a]=this.readValue(c,r[a]));if(o&&i?.size===1&&Object.keys(s).length===0){let a=i.values().next().value;s.$unknown=[a,r[a]]}else if(typeof r.__type=="string")for(let[a,c]of Object.entries(r))a in s||(s[a]=c)}else if(r instanceof gr)return r;return s}else return r}}});var UVe,vq,FVe=R(()=>{lo();bt();UVe=T(Nt());aZ();Aq();vq=class extends Nu{codec=new Pq;serializer=this.codec.createSerializer();deserializer=this.codec.createDeserializer();constructor({defaultNamespace:e}){super({defaultNamespace:e})}getShapeId(){return"smithy.protocols#rpcv2Cbor"}getPayloadCodec(){return this.codec}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n);if(Object.assign(s.headers,{"content-type":this.getDefaultContentType(),"smithy-protocol":"rpc-v2-cbor",accept:this.getDefaultContentType()}),sa(e.input)==="unit")delete s.body,delete s.headers["content-type"];else{s.body||(this.serializer.write(15,{}),s.body=this.serializer.flush());try{s.headers["content-length"]=String(s.body.byteLength)}catch{}}let{service:o,operation:i}=(0,UVe.getSmithyContext)(n),a=`/service/${o}/operation/${i}`;return s.path.endsWith("/")?s.path+=a.slice(1):s.path+=a,s}async deserializeResponse(e,r,n){return super.deserializeResponse(e,r,n)}async handleError(e,r,n,s,o){let i=Tq(n,s)??"Unknown",a=this.options.defaultNamespace;i.includes("#")&&([a]=i.split("#"));let c={$metadata:o,$fault:n.statusCode<=500?"client":"server"},u=ze.for(a),f;try{f=u.getSchema(i)}catch{s.Message&&(s.message=s.Message);let N=ze.for("smithy.ts.sdk.synthetic."+a),U=N.getBaseException();if(U){let B=N.getErrorCtor(U);throw Object.assign(new B({name:i}),c,s)}throw Object.assign(new Error(i),c,s)}let m=Ae.of(f),h=u.getErrorCtor(f),y=s.message??s.Message??"Unknown",C=new h(y),I={};for(let[$,N]of m.structIterator())I[$]=this.deserializer.readValue(N,s[$]);throw Object.assign(C,c,{$fault:m.getMergedTraits().error,message:y},I)}getDefaultContentType(){return"application/cbor"}}});var MVe=R(()=>{Aq();FVe();aZ()});var lt=O(Kt=>{"use strict";var GVe=U4(),hZ=(lo(),J(O4e)),uZ=gn(),QTr=(bt(),J(oq)),qVe=(Vs(),J(E4e)),lZ=class{config;middlewareStack=GVe.constructStack();initConfig;handlers;constructor(e){this.config=e;let{protocol:r,protocolSettings:n}=e;n&&typeof r=="function"&&(e.protocol=new r(n))}send(e,r,n){let s=typeof r!="function"?r:void 0,o=typeof r=="function"?r:n,i=s===void 0&&this.config.cacheMiddleware===!0,a;if(i){this.handlers||(this.handlers=new WeakMap);let c=this.handlers;c.has(e.constructor)?a=c.get(e.constructor):(a=e.resolveMiddleware(this.middlewareStack,this.config,s),c.set(e.constructor,a))}else delete this.handlers,a=e.resolveMiddleware(this.middlewareStack,this.config,s);if(o)a(e).then(c=>o(null,c.output),c=>o(c)).catch(()=>{});else return a(e).then(c=>c.output)}destroy(){this.config?.requestHandler?.destroy?.(),delete this.handlers}},cZ="***SensitiveInformation***";function dZ(t,e){if(e==null)return e;let r=QTr.NormalizedSchema.of(t);if(r.getMergedTraits().sensitive)return cZ;if(r.isListSchema()){if(!!r.getValueSchema().getMergedTraits().sensitive)return cZ}else if(r.isMapSchema()){if(!!r.getKeySchema().getMergedTraits().sensitive||!!r.getValueSchema().getMergedTraits().sensitive)return cZ}else if(r.isStructSchema()&&typeof e=="object"){let n=e,s={};for(let[o,i]of r.structIterator())n[o]!=null&&(s[o]=dZ(i,n[o]));return s}return e}var bq=class{middlewareStack=GVe.constructStack();schema;static classBuilder(){return new pZ}resolveMiddlewareWithContext(e,r,n,{middlewareFn:s,clientName:o,commandName:i,inputFilterSensitiveLog:a,outputFilterSensitiveLog:c,smithyContext:u,additionalContext:f,CommandCtor:m}){for(let $ of s.bind(this)(m,e,r,n))this.middlewareStack.use($);let h=e.concat(this.middlewareStack),{logger:y}=r,C={logger:y,clientName:o,commandName:i,inputFilterSensitiveLog:a,outputFilterSensitiveLog:c,[uZ.SMITHY_CONTEXT_KEY]:{commandInstance:this,...u},...f},{requestHandler:I}=r;return h.resolve($=>I.handle($.request,n||{}),C)}},pZ=class{_init=()=>{};_ep={};_middlewareFn=()=>[];_commandName="";_clientName="";_additionalContext={};_smithyContext={};_inputFilterSensitiveLog=void 0;_outputFilterSensitiveLog=void 0;_serializer=null;_deserializer=null;_operationSchema;init(e){this._init=e}ep(e){return this._ep=e,this}m(e){return this._middlewareFn=e,this}s(e,r,n={}){return this._smithyContext={service:e,operation:r,...n},this}c(e={}){return this._additionalContext=e,this}n(e,r){return this._clientName=e,this._commandName=r,this}f(e=n=>n,r=n=>n){return this._inputFilterSensitiveLog=e,this._outputFilterSensitiveLog=r,this}ser(e){return this._serializer=e,this}de(e){return this._deserializer=e,this}sc(e){return this._operationSchema=e,this._smithyContext.operationSchema=e,this}build(){let e=this,r;return r=class extends bq{input;static getEndpointParameterInstructions(){return e._ep}constructor(...[n]){super(),this.input=n??{},e._init(this),this.schema=e._operationSchema}resolveMiddleware(n,s,o){let i=e._operationSchema,a=i?.[4]??i?.input,c=i?.[5]??i?.output;return this.resolveMiddlewareWithContext(n,s,o,{CommandCtor:r,middlewareFn:e._middlewareFn,clientName:e._clientName,commandName:e._commandName,inputFilterSensitiveLog:e._inputFilterSensitiveLog??(i?dZ.bind(null,a):u=>u),outputFilterSensitiveLog:e._outputFilterSensitiveLog??(i?dZ.bind(null,c):u=>u),smithyContext:e._smithyContext,additionalContext:e._additionalContext})}serialize=e._serializer;deserialize=e._deserializer}}},YTr="***SensitiveInformation***",JTr=(t,e)=>{for(let r of Object.keys(t)){let n=t[r],s=async function(i,a,c){let u=new n(i);if(typeof a=="function")this.send(u,a);else if(typeof c=="function"){if(typeof a!="object")throw new Error(`Expected http options but got ${typeof a}`);this.send(u,a||{},c)}else return this.send(u,a)},o=(r[0].toLowerCase()+r.slice(1)).replace(/Command$/,"");e.prototype[o]=s}},mZ=class t extends Error{$fault;$response;$retryable;$metadata;constructor(e){super(e.message),Object.setPrototypeOf(this,Object.getPrototypeOf(this).constructor.prototype),this.name=e.name,this.$fault=e.$fault,this.$metadata=e.$metadata}static isInstance(e){if(!e)return!1;let r=e;return t.prototype.isPrototypeOf(r)||!!r.$fault&&!!r.$metadata&&(r.$fault==="client"||r.$fault==="server")}static[Symbol.hasInstance](e){if(!e)return!1;let r=e;return this===t?t.isInstance(e):t.isInstance(e)?r.name&&this.name?this.prototype.isPrototypeOf(e)||r.name===this.name:this.prototype.isPrototypeOf(e):!1}},HVe=(t,e={})=>{Object.entries(e).filter(([,n])=>n!==void 0).forEach(([n,s])=>{(t[n]==null||t[n]==="")&&(t[n]=s)});let r=t.message||t.Message||"UnknownError";return t.message=r,delete t.Message,t},VVe=({output:t,parsedBody:e,exceptionCtor:r,errorCode:n})=>{let s=ZTr(t),o=s.httpStatusCode?s.httpStatusCode+"":void 0,i=new r({name:e?.code||e?.Code||n||o||"UnknownError",$fault:"client",$metadata:s});throw HVe(i,e)},XTr=t=>({output:e,parsedBody:r,errorCode:n})=>{VVe({output:e,parsedBody:r,exceptionCtor:t,errorCode:n})},ZTr=t=>({httpStatusCode:t.statusCode,requestId:t.headers["x-amzn-requestid"]??t.headers["x-amzn-request-id"]??t.headers["x-amz-request-id"],extendedRequestId:t.headers["x-amz-id-2"],cfId:t.headers["x-amz-cf-id"]}),eAr=t=>{switch(t){case"standard":return{retryMode:"standard",connectionTimeout:3100};case"in-region":return{retryMode:"standard",connectionTimeout:1100};case"cross-region":return{retryMode:"standard",connectionTimeout:3100};case"mobile":return{retryMode:"standard",connectionTimeout:3e4};default:return{}}},BVe=!1,tAr=t=>{t&&!BVe&&parseInt(t.substring(1,t.indexOf(".")))<16&&(BVe=!0)},rAr=t=>{let e=[];for(let r in uZ.AlgorithmId){let n=uZ.AlgorithmId[r];t[n]!==void 0&&e.push({algorithmId:()=>n,checksumConstructor:()=>t[n]})}return{addChecksumAlgorithm(r){e.push(r)},checksumAlgorithms(){return e}}},nAr=t=>{let e={};return t.checksumAlgorithms().forEach(r=>{e[r.algorithmId()]=r.checksumConstructor()}),e},sAr=t=>({setRetryStrategy(e){t.retryStrategy=e},retryStrategy(){return t.retryStrategy}}),oAr=t=>{let e={};return e.retryStrategy=t.retryStrategy(),e},jVe=t=>Object.assign(rAr(t),sAr(t)),iAr=jVe,aAr=t=>Object.assign(nAr(t),oAr(t)),cAr=t=>Array.isArray(t)?t:[t],WVe=t=>{let e="#text";for(let r in t)t.hasOwnProperty(r)&&t[r][e]!==void 0?t[r]=t[r][e]:typeof t[r]=="object"&&t[r]!==null&&(t[r]=WVe(t[r]));return t},uAr=t=>t!=null,fZ=class{trace(){}debug(){}info(){}warn(){}error(){}};function zVe(t,e,r){let n,s,o;if(typeof e>"u"&&typeof r>"u")n={},o=t;else{if(n=t,typeof e=="function")return s=e,o=r,pAr(n,s,o);o=e}for(let i of Object.keys(o)){if(!Array.isArray(o[i])){n[i]=o[i];continue}KVe(n,null,o,i)}return n}var lAr=t=>{let e={};for(let[r,n]of Object.entries(t||{}))e[r]=[,n];return e},dAr=(t,e)=>{let r={};for(let n in e)KVe(r,t,e,n);return r},pAr=(t,e,r)=>zVe(t,Object.entries(r).reduce((n,[s,o])=>(Array.isArray(o)?n[s]=o:typeof o=="function"?n[s]=[e,o()]:n[s]=[e,o],n),{})),KVe=(t,e,r,n)=>{if(e!==null){let i=r[n];typeof i=="function"&&(i=[,i]);let[a=mAr,c=fAr,u=n]=i;(typeof a=="function"&&a(e[u])||typeof a!="function"&&a)&&(t[n]=c(e[u]));return}let[s,o]=r[n];if(typeof o=="function"){let i,a=s===void 0&&(i=o())!=null,c=typeof s=="function"&&!!s(void 0)||typeof s!="function"&&!!s;a?t[n]=i:c&&(t[n]=o())}else{let i=s===void 0&&o!=null,a=typeof s=="function"&&!!s(o)||typeof s!="function"&&!!s;(i||a)&&(t[n]=o)}},mAr=t=>t!=null,fAr=t=>t,gAr=t=>{if(t!==t)return"NaN";switch(t){case 1/0:return"Infinity";case-1/0:return"-Infinity";default:return t}},hAr=t=>t.toISOString().replace(".000Z","Z"),gZ=t=>{if(t==null)return{};if(Array.isArray(t))return t.filter(e=>e!=null).map(gZ);if(typeof t=="object"){let e={};for(let r of Object.keys(t))t[r]!=null&&(e[r]=gZ(t[r]));return e}return t};Object.defineProperty(Kt,"collectBody",{enumerable:!0,get:function(){return hZ.collectBody}});Object.defineProperty(Kt,"extendedEncodeURIComponent",{enumerable:!0,get:function(){return hZ.extendedEncodeURIComponent}});Object.defineProperty(Kt,"resolvedPath",{enumerable:!0,get:function(){return hZ.resolvedPath}});Kt.Client=lZ;Kt.Command=bq;Kt.NoOpLogger=fZ;Kt.SENSITIVE_STRING=YTr;Kt.ServiceException=mZ;Kt._json=gZ;Kt.convertMap=lAr;Kt.createAggregatedClient=JTr;Kt.decorateServiceException=HVe;Kt.emitWarningIfUnsupportedVersion=tAr;Kt.getArrayIfSingleItem=cAr;Kt.getDefaultClientConfiguration=iAr;Kt.getDefaultExtensionConfiguration=jVe;Kt.getValueFromTextNode=WVe;Kt.isSerializableHeaderValue=uAr;Kt.loadConfigsForDefaultMode=eAr;Kt.map=zVe;Kt.resolveDefaultRuntimeConfig=aAr;Kt.serializeDateTime=hAr;Kt.serializeFloat=gAr;Kt.take=dAr;Kt.throwDefaultError=VVe;Kt.withBaseException=XTr;Object.keys(qVe).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(Kt,t)&&Object.defineProperty(Kt,t,{enumerable:!0,get:function(){return qVe[t]}})})});var SZ,Pi,LS=R(()=>{bt();SZ=T(lt()),Pi=class{queryCompat;constructor(e=!1){this.queryCompat=e}resolveRestContentType(e,r){let n=r.getMemberSchemas(),s=Object.values(n).find(o=>!!o.getMergedTraits().httpPayload);if(s){let o=s.getMergedTraits().mediaType;return o||(s.isStringSchema()?"text/plain":s.isBlobSchema()?"application/octet-stream":e)}else if(!r.isUnitSchema()&&Object.values(n).find(i=>{let{httpQuery:a,httpQueryParams:c,httpHeader:u,httpLabel:f,httpPrefixHeaders:m}=i.getMergedTraits();return!a&&!c&&!u&&!f&&m===void 0}))return e}async getErrorSchemaOrThrowBaseException(e,r,n,s,o,i){let a=r,c=e;e.includes("#")&&([a,c]=e.split("#"));let u={$metadata:o,$fault:n.statusCode<500?"client":"server"},f=ze.for(a);try{return{errorSchema:i?.(f,c)??f.getSchema(e),errorMetadata:u}}catch{s.message=s.message??s.Message??"UnknownError";let h=ze.for("smithy.ts.sdk.synthetic."+a),y=h.getBaseException();if(y){let C=h.getErrorCtor(y)??Error;throw this.decorateServiceException(Object.assign(new C({name:c}),u),s)}throw this.decorateServiceException(Object.assign(new Error(c),u),s)}}decorateServiceException(e,r={}){if(this.queryCompat){let n=e.Message??r.Message,s=(0,SZ.decorateServiceException)(e,r);n&&(s.message=n),s.Error={...s.Error,Type:s.Error.Type,Code:s.Error.Code,Message:s.Error.message??s.Error.Message??n};let o=s.$metadata.requestId;return o&&(s.RequestId=o),s}return(0,SZ.decorateServiceException)(e,r)}setQueryCompatError(e,r){let n=r.headers?.["x-amzn-query-error"];if(e!==void 0&&n!=null){let[s,o]=n.split(";"),i=Object.entries(e),a={Code:s,Type:o};Object.assign(e,a);for(let[c,u]of i)a[c==="message"?"Message":c]=u;delete a.__type,e.Error=a}}queryCompatOutput(e,r){e.Error&&(r.Error=e.Error),e.Type&&(r.Type=e.Type),e.Code&&(r.Code=e.Code)}findQueryCompatibleError(e,r){try{return e.getSchema(r)}catch{return e.find(s=>Ae.of(s).getMergedTraits().awsQueryError?.[0]===r)}}}});var Iq,QVe=R(()=>{MVe();bt();LS();Iq=class extends vq{awsQueryCompatible;mixin;constructor({defaultNamespace:e,awsQueryCompatible:r}){super({defaultNamespace:e}),this.awsQueryCompatible=!!r,this.mixin=new Pi(this.awsQueryCompatible)}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n);return this.awsQueryCompatible&&(s.headers["x-amzn-query-mode"]="true"),s}async handleError(e,r,n,s,o){this.awsQueryCompatible&&this.mixin.setQueryCompatError(s,n);let i=(()=>{let C=n.headers["x-amzn-query-error"];return C&&this.awsQueryCompatible?C.split(";")[0]:Tq(n,s)??"Unknown"})(),{errorSchema:a,errorMetadata:c}=await this.mixin.getErrorSchemaOrThrowBaseException(i,this.options.defaultNamespace,n,s,o,this.awsQueryCompatible?this.mixin.findQueryCompatibleError:void 0),u=Ae.of(a),f=s.message??s.Message??"Unknown",m=ze.for(a[1]).getErrorCtor(a)??Error,h=new m(f),y={};for(let[C,I]of u.structIterator())s[C]!=null&&(y[C]=this.deserializer.readValue(I,s[C]));throw this.awsQueryCompatible&&this.mixin.queryCompatOutput(s,y),this.mixin.decorateServiceException(Object.assign(h,c,{$fault:u.getMergedTraits().error,message:f},y),s)}}});var YVe,JVe,XVe,ZVe=R(()=>{YVe=t=>{if(t==null)return t;if(typeof t=="number"||typeof t=="bigint"){let e=new Error(`Received number ${t} where a string was expected.`);return e.name="Warning",console.warn(e),String(t)}if(typeof t=="boolean"){let e=new Error(`Received boolean ${t} where a string was expected.`);return e.name="Warning",console.warn(e),String(t)}return t},JVe=t=>{if(t==null)return t;if(typeof t=="string"){let e=t.toLowerCase();if(t!==""&&e!=="false"&&e!=="true"){let r=new Error(`Received string "${t}" where a boolean was expected.`);r.name="Warning",console.warn(r)}return t!==""&&e!=="false"}return t},XVe=t=>{if(t==null)return t;if(typeof t=="string"){let e=Number(t);if(e.toString()!==t){let r=new Error(`Received string "${t}" where a number was expected.`);return r.name="Warning",console.warn(r),t}return e}return t}});var ps,cp=R(()=>{ps=class{serdeContext;setSerdeContext(e){this.serdeContext=e}}});function*US(t,e){if(t.isUnitSchema())return;let r=t.getSchema();for(let n=0;n<r[4].length;++n){let s=r[4][n],o=r[5][n],i=new Ae([o,0],s);!(s in e)&&!i.isIdempotencyToken()||(yield[s,i])}}function*eje(t,e,r){if(t.isUnitSchema())return;let n=t.getSchema(),s=Object.keys(e).filter(o=>o!=="__type").length;for(let o=0;o<n[4].length&&s!==0;++o){let i=n[4][o],a=n[5][o],c=new Ae([a,0],i),u=i;r&&(u=c.getMergedTraits()[r]??i),u in e&&(yield[i,c],s-=1)}}var B0=R(()=>{bt()});var FS,yZ=R(()=>{FS=class{from;to;keys;constructor(e,r){this.from=e,this.to=r,this.keys=new Set(Object.keys(this.from).filter(n=>n!=="__type"))}mark(e){this.keys.delete(e)}hasUnknown(){return this.keys.size===1&&Object.keys(this.to).length===0}writeUnknown(){if(this.hasUnknown()){let e=this.keys.values().next().value,r=this.from[e];this.to.$unknown=[e,r]}}}});function tje(t,e,r){if(r?.source){let n=r.source;if(typeof e=="number"&&(e>Number.MAX_SAFE_INTEGER||e<Number.MIN_SAFE_INTEGER||n!==String(e)))return n.includes(".")?new gr(n,"bigDecimal"):BigInt(n)}return e}var rje=R(()=>{Vs()});var nje,sje,Dq,EZ=R(()=>{nje=T(lt()),sje=T(He()),Dq=(t,e)=>(0,nje.collectBody)(t,e).then(r=>(e?.utf8Encoder??sje.toUtf8)(r))});var G0,oje,MS,H0=R(()=>{EZ();G0=(t,e)=>Dq(t,e).then(r=>{if(r.length)try{return JSON.parse(r)}catch(n){throw n?.name==="SyntaxError"&&Object.defineProperty(n,"$responseBodyText",{value:r}),n}return{}}),oje=async(t,e)=>{let r=await G0(t,e);return r.message=r.message??r.Message,r},MS=(t,e)=>{let r=(o,i)=>Object.keys(o).find(a=>a.toLowerCase()===i.toLowerCase()),n=o=>{let i=o;return typeof i=="number"&&(i=i.toString()),i.indexOf(",")>=0&&(i=i.split(",")[0]),i.indexOf(":")>=0&&(i=i.split(":")[0]),i.indexOf("#")>=0&&(i=i.split("#")[1]),i},s=r(t.headers,"x-amzn-errortype");if(s!==void 0)return n(t.headers[s]);if(e&&typeof e=="object"){let o=r(e,"code");if(o&&e[o]!==void 0)return n(e[o]);if(e.__type!==void 0)return n(e.__type)}}});var ije,qS,CZ=R(()=>{lo();bt();Vs();ije=T(De());cp();B0();yZ();rje();H0();qS=class extends ps{settings;constructor(e){super(),this.settings=e}async read(e,r){return this._read(e,typeof r=="string"?JSON.parse(r,tje):await G0(r,this.serdeContext))}readObject(e,r){return this._read(e,r)}_read(e,r){let n=r!==null&&typeof r=="object",s=Ae.of(e);if(n){if(s.isStructSchema()){let i=r,a=s.isUnionSchema(),c={},u,{jsonName:f}=this.settings;f&&(u={});let m;a&&(m=new FS(i,c));for(let[h,y]of eje(s,i,f?"jsonName":!1)){let C=h;f&&(C=y.getMergedTraits().jsonName??C,u[C]=h),a&&m.mark(C),i[C]!=null&&(c[h]=this._read(y,i[C]))}if(a)m.writeUnknown();else if(typeof i.__type=="string")for(let[h,y]of Object.entries(i)){let C=f?u[h]??h:h;C in c||(c[C]=y)}return c}if(Array.isArray(r)&&s.isListSchema()){let i=s.getValueSchema(),a=[],c=!!s.getMergedTraits().sparse;for(let u of r)(c||u!=null)&&a.push(this._read(i,u));return a}if(s.isMapSchema()){let i=s.getValueSchema(),a={},c=!!s.getMergedTraits().sparse;for(let[u,f]of Object.entries(r))(c||f!=null)&&(a[u]=this._read(i,f));return a}}if(s.isBlobSchema()&&typeof r=="string")return(0,ije.fromBase64)(r);let o=s.getMergedTraits().mediaType;if(s.isStringSchema()&&typeof r=="string"&&o)return o==="application/json"||o.endsWith("+json")?Hs.from(r):r;if(s.isTimestampSchema()&&r!=null)switch(No(s,this.settings)){case 5:return dX(r);case 6:return pX(r);case 7:return mX(r);default:return console.warn("Missing timestamp format, parsing value with Date constructor:",r),new Date(r)}if(s.isBigIntegerSchema()&&(typeof r=="number"||typeof r=="string"))return BigInt(r);if(s.isBigDecimalSchema()&&r!=null){if(r instanceof gr)return r;let i=r;return i.type==="bigDecimal"&&"string"in i?new gr(i.string,i.type):new gr(String(r),"bigDecimal")}if(s.isNumericSchema()&&typeof r=="string"){switch(r){case"Infinity":return 1/0;case"-Infinity":return-1/0;case"NaN":return NaN}return r}if(s.isDocumentSchema())if(n){let i=Array.isArray(r)?[]:{};for(let[a,c]of Object.entries(r))c instanceof gr?i[a]=c:i[a]=this._read(s,c);return i}else return structuredClone(r);return r}}});var aje,xq,cje=R(()=>{Vs();aje="\u039D",xq=class{values=new Map;counter=0;stage=0;createReplacer(){if(this.stage===1)throw new Error("@aws-sdk/core/protocols - JsonReplacer already created.");if(this.stage===2)throw new Error("@aws-sdk/core/protocols - JsonReplacer exhausted.");return this.stage=1,(e,r)=>{if(r instanceof gr){let n=`${aje+"nv"+this.counter++}_`+r.string;return this.values.set(`"${n}"`,r.string),n}if(typeof r=="bigint"){let n=r.toString(),s=`${aje+"b"+this.counter++}_`+n;return this.values.set(`"${s}"`,n),s}return r}}replaceInJson(e){if(this.stage===0)throw new Error("@aws-sdk/core/protocols - JsonReplacer not created yet.");if(this.stage===2)throw new Error("@aws-sdk/core/protocols - JsonReplacer exhausted.");if(this.stage=2,this.counter===0)return e;for(let[r,n]of this.values)e=e.replace(r,n);return e}}});var _Z,BS,RZ=R(()=>{lo();bt();Vs();_Z=T(De());cp();B0();cje();BS=class extends ps{settings;buffer;useReplacer=!1;rootSchema;constructor(e){super(),this.settings=e}write(e,r){this.rootSchema=Ae.of(e),this.buffer=this._write(this.rootSchema,r)}writeDiscriminatedDocument(e,r){this.write(e,r),typeof this.buffer=="object"&&(this.buffer.__type=Ae.of(e).getName(!0))}flush(){let{rootSchema:e,useReplacer:r}=this;if(this.rootSchema=void 0,this.useReplacer=!1,e?.isStructSchema()||e?.isDocumentSchema()){if(!r)return JSON.stringify(this.buffer);let n=new xq;return n.replaceInJson(JSON.stringify(this.buffer,n.createReplacer(),0))}return this.buffer}_write(e,r,n){let s=r!==null&&typeof r=="object",o=Ae.of(e);if(s){if(o.isStructSchema()){let i=r,a={},{jsonName:c}=this.settings,u;c&&(u={});for(let[f,m]of US(o,i)){let h=this._write(m,i[f],o);if(h!==void 0){let y=f;c&&(y=m.getMergedTraits().jsonName??f,u[f]=y),a[y]=h}}if(o.isUnionSchema()&&Object.keys(a).length===0){let{$unknown:f}=i;if(Array.isArray(f)){let[m,h]=f;a[m]=this._write(15,h)}}else if(typeof i.__type=="string")for(let[f,m]of Object.entries(i)){let h=c?u[f]??f:f;h in a||(a[h]=this._write(15,m))}return a}if(Array.isArray(r)&&o.isListSchema()){let i=o.getValueSchema(),a=[],c=!!o.getMergedTraits().sparse;for(let u of r)(c||u!=null)&&a.push(this._write(i,u));return a}if(o.isMapSchema()){let i=o.getValueSchema(),a={},c=!!o.getMergedTraits().sparse;for(let[u,f]of Object.entries(r))(c||f!=null)&&(a[u]=this._write(i,f));return a}if(r instanceof Uint8Array&&(o.isBlobSchema()||o.isDocumentSchema()))return o===this.rootSchema?r:(this.serdeContext?.base64Encoder??_Z.toBase64)(r);if(r instanceof Date&&(o.isTimestampSchema()||o.isDocumentSchema()))switch(No(o,this.settings)){case 5:return r.toISOString().replace(".000Z","Z");case 6:return $0(r);case 7:return r.getTime()/1e3;default:return console.warn("Missing timestamp format, using epoch seconds",r),r.getTime()/1e3}r instanceof gr&&(this.useReplacer=!0)}if(!(r===null&&n?.isStructSchema())){if(o.isStringSchema()){if(typeof r>"u"&&o.isIdempotencyToken())return(0,Ti.v4)();let i=o.getMergedTraits().mediaType;return r!=null&&i&&(i==="application/json"||i.endsWith("+json"))?Hs.from(r):r}if(typeof r=="number"&&o.isNumericSchema())return Math.abs(r)===1/0||isNaN(r)?String(r):r;if(typeof r=="string"&&o.isBlobSchema())return o===this.rootSchema?r:(this.serdeContext?.base64Encoder??_Z.toBase64)(r);if(typeof r=="bigint"&&(this.useReplacer=!0),o.isDocumentSchema())if(s){let i=Array.isArray(r)?[]:{};for(let[a,c]of Object.entries(r))c instanceof gr?(this.useReplacer=!0,i[a]=c):i[a]=this._write(o,c);return i}else return structuredClone(r);return r}}}});var up,wq=R(()=>{cp();CZ();RZ();up=class extends ps{settings;constructor(e){super(),this.settings=e}createSerializer(){let e=new BS(this.settings);return e.setSerdeContext(this.serdeContext),e}createDeserializer(){let e=new qS(this.settings);return e.setSerdeContext(this.serdeContext),e}}});var lp,$q=R(()=>{lo();bt();LS();wq();H0();lp=class extends Nu{serializer;deserializer;serviceTarget;codec;mixin;awsQueryCompatible;constructor({defaultNamespace:e,serviceTarget:r,awsQueryCompatible:n,jsonCodec:s}){super({defaultNamespace:e}),this.serviceTarget=r,this.codec=s??new up({timestampFormat:{useTrait:!0,default:7},jsonName:!1}),this.serializer=this.codec.createSerializer(),this.deserializer=this.codec.createDeserializer(),this.awsQueryCompatible=!!n,this.mixin=new Pi(this.awsQueryCompatible)}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n);return s.path.endsWith("/")||(s.path+="/"),Object.assign(s.headers,{"content-type":`application/x-amz-json-${this.getJsonRpcVersion()}`,"x-amz-target":`${this.serviceTarget}.${e.name}`}),this.awsQueryCompatible&&(s.headers["x-amzn-query-mode"]="true"),(sa(e.input)==="unit"||!s.body)&&(s.body="{}"),s}getPayloadCodec(){return this.codec}async handleError(e,r,n,s,o){this.awsQueryCompatible&&this.mixin.setQueryCompatError(s,n);let i=MS(n,s)??"Unknown",{errorSchema:a,errorMetadata:c}=await this.mixin.getErrorSchemaOrThrowBaseException(i,this.options.defaultNamespace,n,s,o,this.awsQueryCompatible?this.mixin.findQueryCompatibleError:void 0),u=Ae.of(a),f=s.message??s.Message??"Unknown",m=ze.for(a[1]).getErrorCtor(a)??Error,h=new m(f),y={};for(let[C,I]of u.structIterator())s[C]!=null&&(y[C]=this.codec.createDeserializer().readObject(I,s[C]));throw this.awsQueryCompatible&&this.mixin.queryCompatOutput(s,y),this.mixin.decorateServiceException(Object.assign(h,c,{$fault:u.getMergedTraits().error,message:f},y),s)}}});var Oq,uje=R(()=>{$q();Oq=class extends lp{constructor({defaultNamespace:e,serviceTarget:r,awsQueryCompatible:n,jsonCodec:s}){super({defaultNamespace:e,serviceTarget:r,awsQueryCompatible:n,jsonCodec:s})}getShapeId(){return"aws.protocols#awsJson1_0"}getJsonRpcVersion(){return"1.0"}getDefaultContentType(){return"application/x-amz-json-1.0"}}});var kq,lje=R(()=>{$q();kq=class extends lp{constructor({defaultNamespace:e,serviceTarget:r,awsQueryCompatible:n,jsonCodec:s}){super({defaultNamespace:e,serviceTarget:r,awsQueryCompatible:n,jsonCodec:s})}getShapeId(){return"aws.protocols#awsJson1_1"}getJsonRpcVersion(){return"1.1"}getDefaultContentType(){return"application/x-amz-json-1.1"}}});var dp,dje=R(()=>{lo();bt();LS();wq();H0();dp=class extends uf{serializer;deserializer;codec;mixin=new Pi;constructor({defaultNamespace:e}){super({defaultNamespace:e});let r={timestampFormat:{useTrait:!0,default:7},httpBindings:!0,jsonName:!0};this.codec=new up(r),this.serializer=new pf(this.codec.createSerializer(),r),this.deserializer=new df(this.codec.createDeserializer(),r)}getShapeId(){return"aws.protocols#restJson1"}getPayloadCodec(){return this.codec}setSerdeContext(e){this.codec.setSerdeContext(e),super.setSerdeContext(e)}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n),o=Ae.of(e.input);if(!s.headers["content-type"]){let i=this.mixin.resolveRestContentType(this.getDefaultContentType(),o);i&&(s.headers["content-type"]=i)}return s.body==null&&s.headers["content-type"]===this.getDefaultContentType()&&(s.body="{}"),s}async deserializeResponse(e,r,n){let s=await super.deserializeResponse(e,r,n),o=Ae.of(e.output);for(let[i,a]of o.structIterator())a.getMemberTraits().httpPayload&&!(i in s)&&(s[i]=null);return s}async handleError(e,r,n,s,o){let i=MS(n,s)??"Unknown",{errorSchema:a,errorMetadata:c}=await this.mixin.getErrorSchemaOrThrowBaseException(i,this.options.defaultNamespace,n,s,o),u=Ae.of(a),f=s.message??s.Message??"Unknown",m=ze.for(a[1]).getErrorCtor(a)??Error,h=new m(f);await this.deserializeHttpMessage(a,r,n,s);let y={};for(let[C,I]of u.structIterator()){let $=I.getMergedTraits().jsonName??C;y[C]=this.codec.createDeserializer().readObject(I,s[$])}throw this.mixin.decorateServiceException(Object.assign(h,c,{$fault:u.getMergedTraits().error,message:f},y),s)}getDefaultContentType(){return"application/json"}}});var pje,mje,fje=R(()=>{pje=T(lt()),mje=t=>{if(t!=null)return typeof t=="object"&&"__type"in t&&delete t.__type,(0,pje.expectUnion)(t)}});var gje=O(AZ=>{"use strict";Object.defineProperty(AZ,"__esModule",{value:!0});AZ.parseXML=yAr;var SAr=z5(),TZ=new SAr.XMLParser({attributeNamePrefix:"",htmlEntities:!0,ignoreAttributes:!1,ignoreDeclaration:!0,parseTagValue:!1,trimValues:!1,tagValueProcessor:(t,e)=>e.trim()===""&&e.includes(`
|
|
171
|
+
`)?"":void 0});TZ.addEntity("#xD","\r");TZ.addEntity("#10",`
|
|
172
|
+
`);function yAr(t){return TZ.parse(t,!0)}});var Uq=O(Lq=>{"use strict";var EAr=gje();function CAr(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""")}function _Ar(t){return t.replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">").replace(/\r/g,"
").replace(/\n/g,"
").replace(/\u0085/g,"…").replace(/\u2028/,"
")}var Nq=class{value;constructor(e){this.value=e}toString(){return _Ar(""+this.value)}},PZ=class t{name;children;attributes={};static of(e,r,n){let s=new t(e);return r!==void 0&&s.addChildNode(new Nq(r)),n!==void 0&&s.withName(n),s}constructor(e,r=[]){this.name=e,this.children=r}withName(e){return this.name=e,this}addAttribute(e,r){return this.attributes[e]=r,this}addChildNode(e){return this.children.push(e),this}removeAttribute(e){return delete this.attributes[e],this}n(e){return this.name=e,this}c(e){return this.children.push(e),this}a(e,r){return r!=null&&(this.attributes[e]=r),this}cc(e,r,n=r){if(e[r]!=null){let s=t.of(r,e[r]).withName(n);this.c(s)}}l(e,r,n,s){e[r]!=null&&s().map(i=>{i.withName(n),this.c(i)})}lc(e,r,n,s){if(e[r]!=null){let o=s(),i=new t(n);o.map(a=>{i.c(a)}),this.c(i)}}toString(){let e=!!this.children.length,r=`<${this.name}`,n=this.attributes;for(let s of Object.keys(n)){let o=n[s];o!=null&&(r+=` ${s}="${CAr(""+o)}"`)}return r+=e?`>${this.children.map(s=>s.toString()).join("")}</${this.name}>`:"/>"}};Object.defineProperty(Lq,"parseXML",{enumerable:!0,get:function(){return EAr.parseXML}});Lq.XmlNode=PZ;Lq.XmlText=Nq});var hje,Sje,yje,pp,Fq=R(()=>{hje=T(Uq());lo();bt();Sje=T(lt()),yje=T(He());cp();yZ();pp=class extends ps{settings;stringDeserializer;constructor(e){super(),this.settings=e,this.stringDeserializer=new lf(e)}setSerdeContext(e){this.serdeContext=e,this.stringDeserializer.setSerdeContext(e)}read(e,r,n){let s=Ae.of(e),o=s.getMemberSchemas();if(s.isStructSchema()&&s.isMemberSchema()&&!!Object.values(o).find(u=>!!u.getMemberTraits().eventPayload)){let u={},f=Object.keys(o)[0];return o[f].isBlobSchema()?u[f]=r:u[f]=this.read(o[f],r),u}let a=(this.serdeContext?.utf8Encoder??yje.toUtf8)(r),c=this.parseXml(a);return this.readSchema(e,n?c[n]:c)}readSchema(e,r){let n=Ae.of(e);if(n.isUnitSchema())return;let s=n.getMergedTraits();if(n.isListSchema()&&!Array.isArray(r))return this.readSchema(n,[r]);if(r==null)return r;if(typeof r=="object"){let o=!!s.sparse,i=!!s.xmlFlattened;if(n.isListSchema()){let c=n.getValueSchema(),u=[],f=c.getMergedTraits().xmlName??"member",m=i?r:(r[0]??r)[f],h=Array.isArray(m)?m:[m];for(let y of h)(y!=null||o)&&u.push(this.readSchema(c,y));return u}let a={};if(n.isMapSchema()){let c=n.getKeySchema(),u=n.getValueSchema(),f;i?f=Array.isArray(r)?r:[r]:f=Array.isArray(r.entry)?r.entry:[r.entry];let m=c.getMergedTraits().xmlName??"key",h=u.getMergedTraits().xmlName??"value";for(let y of f){let C=y[m],I=y[h];(I!=null||o)&&(a[C]=this.readSchema(u,I))}return a}if(n.isStructSchema()){let c=n.isUnionSchema(),u;c&&(u=new FS(r,a));for(let[f,m]of n.structIterator()){let h=m.getMergedTraits(),y=h.httpPayload?h.xmlName??m.getName():m.getMemberTraits().xmlName??f;c&&u.mark(y),r[y]!=null&&(a[f]=this.readSchema(m,r[y]))}return c&&u.writeUnknown(),a}if(n.isDocumentSchema())return r;throw new Error(`@aws-sdk/core/protocols - xml deserializer unhandled schema type for ${n.getName(!0)}`)}return n.isListSchema()?[]:n.isMapSchema()||n.isStructSchema()?{}:this.stringDeserializer.read(n,r)}parseXml(e){if(e.length){let r;try{r=(0,hje.parseXML)(e)}catch(i){throw i&&typeof i=="object"&&Object.defineProperty(i,"$responseBodyText",{value:e}),i}let n="#text",s=Object.keys(r)[0],o=r[s];return o[n]&&(o[s]=o[n],delete o[n]),(0,Sje.getValueFromTextNode)(o)}return{}}}});var Eje,Cje,Mq,_je=R(()=>{lo();bt();Vs();Eje=T(lt()),Cje=T(De());cp();B0();Mq=class extends ps{settings;buffer;constructor(e){super(),this.settings=e}write(e,r,n=""){this.buffer===void 0&&(this.buffer="");let s=Ae.of(e);if(n&&!n.endsWith(".")&&(n+="."),s.isBlobSchema())(typeof r=="string"||r instanceof Uint8Array)&&(this.writeKey(n),this.writeValue((this.serdeContext?.base64Encoder??Cje.toBase64)(r)));else if(s.isBooleanSchema()||s.isNumericSchema()||s.isStringSchema())r!=null?(this.writeKey(n),this.writeValue(String(r))):s.isIdempotencyToken()&&(this.writeKey(n),this.writeValue((0,Ti.v4)()));else if(s.isBigIntegerSchema())r!=null&&(this.writeKey(n),this.writeValue(String(r)));else if(s.isBigDecimalSchema())r!=null&&(this.writeKey(n),this.writeValue(r instanceof gr?r.string:String(r)));else if(s.isTimestampSchema()){if(r instanceof Date)switch(this.writeKey(n),No(s,this.settings)){case 5:this.writeValue(r.toISOString().replace(".000Z","Z"));break;case 6:this.writeValue((0,Eje.dateToUtcString)(r));break;case 7:this.writeValue(String(r.getTime()/1e3));break}}else if(s.isDocumentSchema())Array.isArray(r)?this.write(79,r,n):r instanceof Date?this.write(4,r,n):r instanceof Uint8Array?this.write(21,r,n):r&&typeof r=="object"?this.write(143,r,n):(this.writeKey(n),this.writeValue(String(r)));else if(s.isListSchema()){if(Array.isArray(r))if(r.length===0)this.settings.serializeEmptyLists&&(this.writeKey(n),this.writeValue(""));else{let o=s.getValueSchema(),i=this.settings.flattenLists||s.getMergedTraits().xmlFlattened,a=1;for(let c of r){if(c==null)continue;let u=this.getKey("member",o.getMergedTraits().xmlName),f=i?`${n}${a}`:`${n}${u}.${a}`;this.write(o,c,f),++a}}}else if(s.isMapSchema()){if(r&&typeof r=="object"){let o=s.getKeySchema(),i=s.getValueSchema(),a=s.getMergedTraits().xmlFlattened,c=1;for(let[u,f]of Object.entries(r)){if(f==null)continue;let m=this.getKey("key",o.getMergedTraits().xmlName),h=a?`${n}${c}.${m}`:`${n}entry.${c}.${m}`,y=this.getKey("value",i.getMergedTraits().xmlName),C=a?`${n}${c}.${y}`:`${n}entry.${c}.${y}`;this.write(o,u,h),this.write(i,f,C),++c}}}else if(s.isStructSchema()){if(r&&typeof r=="object"){let o=!1;for(let[i,a]of US(s,r)){if(r[i]==null&&!a.isIdempotencyToken())continue;let c=this.getKey(i,a.getMergedTraits().xmlName),u=`${n}${c}`;this.write(a,r[i],u),o=!0}if(!o&&s.isUnionSchema()){let{$unknown:i}=r;if(Array.isArray(i)){let[a,c]=i,u=`${n}${a}`;this.write(15,c,u)}}}}else if(!s.isUnitSchema())throw new Error(`@aws-sdk/core/protocols - QuerySerializer unrecognized schema type ${s.getName(!0)}`)}flush(){if(this.buffer===void 0)throw new Error("@aws-sdk/core/protocols - QuerySerializer cannot flush with nothing written to buffer.");let e=this.buffer;return delete this.buffer,e}getKey(e,r){let n=r??e;return this.settings.capitalizeKeys?n[0].toUpperCase()+n.slice(1):n}writeKey(e){e.endsWith(".")&&(e=e.slice(0,e.length-1)),this.buffer+=`&${lc(e)}=`}writeValue(e){this.buffer+=lc(e)}}});var mp,vZ=R(()=>{lo();bt();LS();Fq();_je();mp=class extends Nu{options;serializer;deserializer;mixin=new Pi;constructor(e){super({defaultNamespace:e.defaultNamespace}),this.options=e;let r={timestampFormat:{useTrait:!0,default:5},httpBindings:!1,xmlNamespace:e.xmlNamespace,serviceNamespace:e.defaultNamespace,serializeEmptyLists:!0};this.serializer=new Mq(r),this.deserializer=new pp(r)}getShapeId(){return"aws.protocols#awsQuery"}setSerdeContext(e){this.serializer.setSerdeContext(e),this.deserializer.setSerdeContext(e)}getPayloadCodec(){throw new Error("AWSQuery protocol has no payload codec.")}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n);s.path.endsWith("/")||(s.path+="/"),Object.assign(s.headers,{"content-type":"application/x-www-form-urlencoded"}),(sa(e.input)==="unit"||!s.body)&&(s.body="");let o=e.name.split("#")[1]??e.name;return s.body=`Action=${o}&Version=${this.options.version}`+s.body,s.body.endsWith("&")&&(s.body=s.body.slice(-1)),s}async deserializeResponse(e,r,n){let s=this.deserializer,o=Ae.of(e.output),i={};if(n.statusCode>=300){let m=await Ri(n.body,r);m.byteLength>0&&Object.assign(i,await s.read(15,m)),await this.handleError(e,r,n,i,this.deserializeMetadata(n))}for(let m in n.headers){let h=n.headers[m];delete n.headers[m],n.headers[m.toLowerCase()]=h}let a=e.name.split("#")[1]??e.name,c=o.isStructSchema()&&this.useNestedResult()?a+"Result":void 0,u=await Ri(n.body,r);return u.byteLength>0&&Object.assign(i,await s.read(o,u,c)),{$metadata:this.deserializeMetadata(n),...i}}useNestedResult(){return!0}async handleError(e,r,n,s,o){let i=this.loadQueryErrorCode(n,s)??"Unknown",a=this.loadQueryError(s),c=this.loadQueryErrorMessage(s);a.message=c,a.Error={Type:a.Type,Code:a.Code,Message:c};let{errorSchema:u,errorMetadata:f}=await this.mixin.getErrorSchemaOrThrowBaseException(i,this.options.defaultNamespace,n,a,o,this.mixin.findQueryCompatibleError),m=Ae.of(u),h=ze.for(u[1]).getErrorCtor(u)??Error,y=new h(c),C={Type:a.Error.Type,Code:a.Error.Code,Error:a.Error};for(let[I,$]of m.structIterator()){let N=$.getMergedTraits().xmlName??I,U=a[N]??s[N];C[I]=this.deserializer.readSchema($,U)}throw this.mixin.decorateServiceException(Object.assign(y,f,{$fault:m.getMergedTraits().error,message:c},C),s)}loadQueryErrorCode(e,r){let n=(r.Errors?.[0]?.Error??r.Errors?.Error??r.Error)?.Code;if(n!==void 0)return n;if(e.statusCode==404)return"NotFound"}loadQueryError(e){return e.Errors?.[0]?.Error??e.Errors?.Error??e.Error}loadQueryErrorMessage(e){let r=this.loadQueryError(e);return r?.message??r?.Message??e.message??e.Message??"Unknown"}getDefaultContentType(){return"application/x-www-form-urlencoded"}}});var qq,Rje=R(()=>{vZ();qq=class extends mp{options;constructor(e){super(e),this.options=e;let r={capitalizeKeys:!0,flattenLists:!0,serializeEmptyLists:!1};Object.assign(this.serializer.settings,r)}useNestedResult(){return!1}}});var Tje,Aje,bZ,Pje,Bq,IZ=R(()=>{Tje=T(Uq()),Aje=T(lt());EZ();bZ=(t,e)=>Dq(t,e).then(r=>{if(r.length){let n;try{n=(0,Tje.parseXML)(r)}catch(a){throw a&&typeof a=="object"&&Object.defineProperty(a,"$responseBodyText",{value:r}),a}let s="#text",o=Object.keys(n)[0],i=n[o];return i[s]&&(i[o]=i[s],delete i[s]),(0,Aje.getValueFromTextNode)(i)}return{}}),Pje=async(t,e)=>{let r=await bZ(t,e);return r.Error&&(r.Error.message=r.Error.message??r.Error.Message),r},Bq=(t,e)=>{if(e?.Error?.Code!==void 0)return e.Error.Code;if(e?.Code!==void 0)return e.Code;if(t.statusCode==404)return"NotFound"}});var zs,DZ,Gq,GS,xZ=R(()=>{zs=T(Uq());lo();bt();Vs();DZ=T(lt()),Gq=T(De());cp();B0();GS=class extends ps{settings;stringBuffer;byteBuffer;buffer;constructor(e){super(),this.settings=e}write(e,r){let n=Ae.of(e);if(n.isStringSchema()&&typeof r=="string")this.stringBuffer=r;else if(n.isBlobSchema())this.byteBuffer="byteLength"in r?r:(this.serdeContext?.base64Decoder??Gq.fromBase64)(r);else{this.buffer=this.writeStruct(n,r,void 0);let s=n.getMergedTraits();s.httpPayload&&!s.xmlName&&this.buffer.withName(n.getName())}}flush(){if(this.byteBuffer!==void 0){let r=this.byteBuffer;return delete this.byteBuffer,r}if(this.stringBuffer!==void 0){let r=this.stringBuffer;return delete this.stringBuffer,r}let e=this.buffer;return this.settings.xmlNamespace&&(e?.attributes?.xmlns||e.addAttribute("xmlns",this.settings.xmlNamespace)),delete this.buffer,e.toString()}writeStruct(e,r,n){let s=e.getMergedTraits(),o=e.isMemberSchema()&&!s.httpPayload?e.getMemberTraits().xmlName??e.getMemberName():s.xmlName??e.getName();if(!o||!e.isStructSchema())throw new Error(`@aws-sdk/core/protocols - xml serializer, cannot write struct with empty name or non-struct, schema=${e.getName(!0)}.`);let i=zs.XmlNode.of(o),[a,c]=this.getXmlnsAttribute(e,n);for(let[f,m]of US(e,r)){let h=r[f];if(h!=null||m.isIdempotencyToken()){if(m.getMergedTraits().xmlAttribute){i.addAttribute(m.getMergedTraits().xmlName??f,this.writeSimple(m,h));continue}if(m.isListSchema())this.writeList(m,h,i,c);else if(m.isMapSchema())this.writeMap(m,h,i,c);else if(m.isStructSchema())i.addChildNode(this.writeStruct(m,h,c));else{let y=zs.XmlNode.of(m.getMergedTraits().xmlName??m.getMemberName());this.writeSimpleInto(m,h,y,c),i.addChildNode(y)}}}let{$unknown:u}=r;if(u&&e.isUnionSchema()&&Array.isArray(u)&&Object.keys(r).length===1){let[f,m]=u,h=zs.XmlNode.of(f);if(typeof m!="string")if(r instanceof zs.XmlNode||r instanceof zs.XmlText)i.addChildNode(r);else throw new Error("@aws-sdk - $unknown union member in XML requires value of type string, @aws-sdk/xml-builder::XmlNode or XmlText.");this.writeSimpleInto(0,m,h,c),i.addChildNode(h)}return c&&i.addAttribute(a,c),i}writeList(e,r,n,s){if(!e.isMemberSchema())throw new Error(`@aws-sdk/core/protocols - xml serializer, cannot write non-member list: ${e.getName(!0)}`);let o=e.getMergedTraits(),i=e.getValueSchema(),a=i.getMergedTraits(),c=!!a.sparse,u=!!o.xmlFlattened,[f,m]=this.getXmlnsAttribute(e,s),h=(y,C)=>{if(i.isListSchema())this.writeList(i,Array.isArray(C)?C:[C],y,m);else if(i.isMapSchema())this.writeMap(i,C,y,m);else if(i.isStructSchema()){let I=this.writeStruct(i,C,m);y.addChildNode(I.withName(u?o.xmlName??e.getMemberName():a.xmlName??"member"))}else{let I=zs.XmlNode.of(u?o.xmlName??e.getMemberName():a.xmlName??"member");this.writeSimpleInto(i,C,I,m),y.addChildNode(I)}};if(u)for(let y of r)(c||y!=null)&&h(n,y);else{let y=zs.XmlNode.of(o.xmlName??e.getMemberName());m&&y.addAttribute(f,m);for(let C of r)(c||C!=null)&&h(y,C);n.addChildNode(y)}}writeMap(e,r,n,s,o=!1){if(!e.isMemberSchema())throw new Error(`@aws-sdk/core/protocols - xml serializer, cannot write non-member map: ${e.getName(!0)}`);let i=e.getMergedTraits(),a=e.getKeySchema(),u=a.getMergedTraits().xmlName??"key",f=e.getValueSchema(),m=f.getMergedTraits(),h=m.xmlName??"value",y=!!m.sparse,C=!!i.xmlFlattened,[I,$]=this.getXmlnsAttribute(e,s),N=(U,B,W)=>{let j=zs.XmlNode.of(u,B),[te,Ce]=this.getXmlnsAttribute(a,$);Ce&&j.addAttribute(te,Ce),U.addChildNode(j);let V=zs.XmlNode.of(h);f.isListSchema()?this.writeList(f,W,V,$):f.isMapSchema()?this.writeMap(f,W,V,$,!0):f.isStructSchema()?V=this.writeStruct(f,W,$):this.writeSimpleInto(f,W,V,$),U.addChildNode(V)};if(C){for(let[U,B]of Object.entries(r))if(y||B!=null){let W=zs.XmlNode.of(i.xmlName??e.getMemberName());N(W,U,B),n.addChildNode(W)}}else{let U;o||(U=zs.XmlNode.of(i.xmlName??e.getMemberName()),$&&U.addAttribute(I,$),n.addChildNode(U));for(let[B,W]of Object.entries(r))if(y||W!=null){let j=zs.XmlNode.of("entry");N(j,B,W),(o?n:U).addChildNode(j)}}}writeSimple(e,r){if(r===null)throw new Error("@aws-sdk/core/protocols - (XML serializer) cannot write null value.");let n=Ae.of(e),s=null;if(r&&typeof r=="object")if(n.isBlobSchema())s=(this.serdeContext?.base64Encoder??Gq.toBase64)(r);else if(n.isTimestampSchema()&&r instanceof Date)switch(No(n,this.settings)){case 5:s=r.toISOString().replace(".000Z","Z");break;case 6:s=(0,DZ.dateToUtcString)(r);break;case 7:s=String(r.getTime()/1e3);break;default:console.warn("Missing timestamp format, using http date",r),s=(0,DZ.dateToUtcString)(r);break}else{if(n.isBigDecimalSchema()&&r)return r instanceof gr?r.string:String(r);throw n.isMapSchema()||n.isListSchema()?new Error("@aws-sdk/core/protocols - xml serializer, cannot call _write() on List/Map schema, call writeList or writeMap() instead."):new Error(`@aws-sdk/core/protocols - xml serializer, unhandled schema type for object value and schema: ${n.getName(!0)}`)}if((n.isBooleanSchema()||n.isNumericSchema()||n.isBigIntegerSchema()||n.isBigDecimalSchema())&&(s=String(r)),n.isStringSchema()&&(r===void 0&&n.isIdempotencyToken()?s=(0,Ti.v4)():s=String(r)),s===null)throw new Error(`Unhandled schema-value pair ${n.getName(!0)}=${r}`);return s}writeSimpleInto(e,r,n,s){let o=this.writeSimple(e,r),i=Ae.of(e),a=new zs.XmlText(o),[c,u]=this.getXmlnsAttribute(i,s);u&&n.addAttribute(c,u),n.addChildNode(a)}getXmlnsAttribute(e,r){let n=e.getMergedTraits(),[s,o]=n.xmlNamespace??[];return o&&o!==r?[s?`xmlns:${s}`:"xmlns",o]:[void 0,void 0]}}});var HS,wZ=R(()=>{cp();Fq();xZ();HS=class extends ps{settings;constructor(e){super(),this.settings=e}createSerializer(){let e=new GS(this.settings);return e.setSerdeContext(this.serdeContext),e}createDeserializer(){let e=new pp(this.settings);return e.setSerdeContext(this.serdeContext),e}}});var Hq,vje=R(()=>{lo();bt();LS();IZ();wZ();Hq=class extends uf{codec;serializer;deserializer;mixin=new Pi;constructor(e){super(e);let r={timestampFormat:{useTrait:!0,default:5},httpBindings:!0,xmlNamespace:e.xmlNamespace,serviceNamespace:e.defaultNamespace};this.codec=new HS(r),this.serializer=new pf(this.codec.createSerializer(),r),this.deserializer=new df(this.codec.createDeserializer(),r)}getPayloadCodec(){return this.codec}getShapeId(){return"aws.protocols#restXml"}async serializeRequest(e,r,n){let s=await super.serializeRequest(e,r,n),o=Ae.of(e.input);if(!s.headers["content-type"]){let i=this.mixin.resolveRestContentType(this.getDefaultContentType(),o);i&&(s.headers["content-type"]=i)}return typeof s.body=="string"&&s.headers["content-type"]===this.getDefaultContentType()&&!s.body.startsWith("<?xml ")&&!this.hasUnstructuredPayloadBinding(o)&&(s.body='<?xml version="1.0" encoding="UTF-8"?>'+s.body),s}async deserializeResponse(e,r,n){return super.deserializeResponse(e,r,n)}async handleError(e,r,n,s,o){let i=Bq(n,s)??"Unknown",{errorSchema:a,errorMetadata:c}=await this.mixin.getErrorSchemaOrThrowBaseException(i,this.options.defaultNamespace,n,s,o),u=Ae.of(a),f=s.Error?.message??s.Error?.Message??s.message??s.Message??"Unknown",m=ze.for(a[1]).getErrorCtor(a)??Error,h=new m(f);await this.deserializeHttpMessage(a,r,n,s);let y={};for(let[C,I]of u.structIterator()){let $=I.getMergedTraits().xmlName??C,N=s.Error?.[$]??s[$];y[C]=this.codec.createDeserializer().readSchema(I,N)}throw this.mixin.decorateServiceException(Object.assign(h,c,{$fault:u.getMergedTraits().error,message:f},y),s)}getDefaultContentType(){return"application/xml"}hasUnstructuredPayloadBinding(e){for(let[,r]of e.structIterator())if(r.getMergedTraits().httpPayload)return!(r.isStructSchema()||r.isMapSchema()||r.isListSchema());return!1}}});var $Z={};st($Z,{AwsEc2QueryProtocol:()=>qq,AwsJson1_0Protocol:()=>Oq,AwsJson1_1Protocol:()=>kq,AwsJsonRpcProtocol:()=>lp,AwsQueryProtocol:()=>mp,AwsRestJsonProtocol:()=>dp,AwsRestXmlProtocol:()=>Hq,AwsSmithyRpcV2CborProtocol:()=>Iq,JsonCodec:()=>up,JsonShapeDeserializer:()=>qS,JsonShapeSerializer:()=>BS,XmlCodec:()=>HS,XmlShapeDeserializer:()=>pp,XmlShapeSerializer:()=>GS,_toBool:()=>JVe,_toNum:()=>XVe,_toStr:()=>YVe,awsExpectUnion:()=>mje,loadRestJsonErrorCode:()=>MS,loadRestXmlErrorCode:()=>Bq,parseJsonBody:()=>G0,parseJsonErrorBody:()=>oje,parseXmlBody:()=>bZ,parseXmlErrorBody:()=>Pje});var ff=R(()=>{QVe();ZVe();uje();lje();$q();dje();wq();CZ();RZ();fje();H0();Rje();vZ();vje();wZ();Fq();xZ();IZ()});var fp={};st(fp,{AWSSDKSigV4Signer:()=>MX,AwsEc2QueryProtocol:()=>qq,AwsJson1_0Protocol:()=>Oq,AwsJson1_1Protocol:()=>kq,AwsJsonRpcProtocol:()=>lp,AwsQueryProtocol:()=>mp,AwsRestJsonProtocol:()=>dp,AwsRestXmlProtocol:()=>Hq,AwsSdkSigV4ASigner:()=>L0,AwsSdkSigV4Signer:()=>ds,AwsSmithyRpcV2CborProtocol:()=>Iq,JsonCodec:()=>up,JsonShapeDeserializer:()=>qS,JsonShapeSerializer:()=>BS,NODE_AUTH_SCHEME_PREFERENCE_OPTIONS:()=>np,NODE_SIGV4A_CONFIG_OPTIONS:()=>CVe,XmlCodec:()=>HS,XmlShapeDeserializer:()=>pp,XmlShapeSerializer:()=>GS,_toBool:()=>JVe,_toNum:()=>XVe,_toStr:()=>YVe,awsExpectUnion:()=>mje,emitWarningIfUnsupportedVersion:()=>tp,getBearerTokenEnvKey:()=>Sq,loadRestJsonErrorCode:()=>MS,loadRestXmlErrorCode:()=>Bq,parseJsonBody:()=>G0,parseJsonErrorBody:()=>oje,parseXmlBody:()=>bZ,parseXmlErrorBody:()=>Pje,resolveAWSSDKSigV4Config:()=>RVe,resolveAwsSdkSigV4AConfig:()=>EVe,resolveAwsSdkSigV4Config:()=>Fu,setCredentialFeature:()=>rp,setFeature:()=>nVe,setTokenFeature:()=>oVe,state:()=>hq,validateSigningProperties:()=>kS});var Ln=R(()=>{Ai();jX();ff()});var gf=O(VS=>{"use strict";var RAr=(Ws(),J(wS)),TAr=mf(),AAr=qe(),fc=(Ln(),J(fp)),xje=void 0;function PAr(t){return t===void 0?!0:typeof t=="string"&&t.length<=50}function vAr(t){let e=RAr.normalizeProvider(t.userAgentAppId??xje),{customUserAgent:r}=t;return Object.assign(t,{customUserAgent:typeof r=="string"?[[r]]:r,userAgentAppId:async()=>{let n=await e();if(!PAr(n)){let s=t.logger?.constructor?.name==="NoOpLogger"||!t.logger?console:t.logger;typeof n!="string"?s?.warn("userAgentAppId must be a string or undefined."):n.length>50&&s?.warn("The provided userAgentAppId exceeds the maximum length of 50 characters.")}return n}})}var bAr=/\d{12}\.ddb/;async function IAr(t,e,r){if(r.request?.headers?.["smithy-protocol"]==="rpc-v2-cbor"&&fc.setFeature(t,"PROTOCOL_RPC_V2_CBOR","M"),typeof e.retryStrategy=="function"){let o=await e.retryStrategy();typeof o.acquireInitialRetryToken=="function"?o.constructor?.name?.includes("Adaptive")?fc.setFeature(t,"RETRY_MODE_ADAPTIVE","F"):fc.setFeature(t,"RETRY_MODE_STANDARD","E"):fc.setFeature(t,"RETRY_MODE_LEGACY","D")}if(typeof e.accountIdEndpointMode=="function"){let o=t.endpointV2;switch(String(o?.url?.hostname).match(bAr)&&fc.setFeature(t,"ACCOUNT_ID_ENDPOINT","O"),await e.accountIdEndpointMode?.()){case"disabled":fc.setFeature(t,"ACCOUNT_ID_MODE_DISABLED","Q");break;case"preferred":fc.setFeature(t,"ACCOUNT_ID_MODE_PREFERRED","P");break;case"required":fc.setFeature(t,"ACCOUNT_ID_MODE_REQUIRED","R");break}}let s=t.__smithy_context?.selectedHttpAuthScheme?.identity;if(s?.$source){let o=s;o.accountId&&fc.setFeature(t,"RESOLVED_ACCOUNT_ID","T");for(let[i,a]of Object.entries(o.$source??{}))fc.setFeature(t,i,a)}}var bje="user-agent",OZ="x-amz-user-agent",Ije=" ",kZ="/",DAr=/[^!$%&'*+\-.^_`|~\w]/g,xAr=/[^!$%&'*+\-.^_`|~\w#]/g,Dje="-",wAr=1024;function $Ar(t){let e="";for(let r in t){let n=t[r];if(e.length+n.length+1<=wAr){e.length?e+=","+n:e+=n;continue}break}return e}var wje=t=>(e,r)=>async n=>{let{request:s}=n;if(!AAr.HttpRequest.isInstance(s))return e(n);let{headers:o}=s,i=r?.userAgent?.map(Vq)||[],a=(await t.defaultUserAgentProvider()).map(Vq);await IAr(r,t,n);let c=r;a.push(`m/${$Ar(Object.assign({},r.__smithy_context?.features,c.__aws_sdk_context?.features))}`);let u=t?.customUserAgent?.map(Vq)||[],f=await t.userAgentAppId();f&&a.push(Vq(["app",`${f}`]));let m=TAr.getUserAgentPrefix(),h=(m?[m]:[]).concat([...a,...i,...u]).join(Ije),y=[...a.filter(C=>C.startsWith("aws-sdk-")),...u].join(Ije);return t.runtime!=="browser"?(y&&(o[OZ]=o[OZ]?`${o[bje]} ${y}`:y),o[bje]=h):o[OZ]=h,e({...n,request:s})},Vq=t=>{let e=t[0].split(kZ).map(i=>i.replace(DAr,Dje)).join(kZ),r=t[1]?.replace(xAr,Dje),n=e.indexOf(kZ),s=e.substring(0,n),o=e.substring(n+1);return s==="api"&&(o=o.toLowerCase()),[s,o,r].filter(i=>i&&i.length>0).reduce((i,a,c)=>{switch(c){case 0:return a;case 1:return`${i}/${a}`;default:return`${i}#${a}`}},"")},$je={name:"getUserAgentMiddleware",step:"build",priority:"low",tags:["SET_USER_AGENT","USER_AGENT"],override:!0},OAr=t=>({applyToStack:e=>{e.add(wje(t),$je)}});VS.DEFAULT_UA_APP_ID=xje;VS.getUserAgentMiddlewareOptions=$je;VS.getUserAgentPlugin=OAr;VS.resolveUserAgentConfig=vAr;VS.userAgentMiddleware=wje});var Lje=O(jq=>{"use strict";Object.defineProperty(jq,"__esModule",{value:!0});jq.getEndpointUrlConfig=void 0;var Oje=yn(),kje="AWS_ENDPOINT_URL",Nje="endpoint_url",kAr=t=>({environmentVariableSelector:e=>{let r=t.split(" ").map(o=>o.toUpperCase()),n=e[[kje,...r].join("_")];if(n)return n;let s=e[kje];if(s)return s},configFileSelector:(e,r)=>{if(r&&e.services){let s=r[["services",e.services].join(Oje.CONFIG_PREFIX_SEPARATOR)];if(s){let o=t.split(" ").map(a=>a.toLowerCase()),i=s[[o.join("_"),Nje].join(Oje.CONFIG_PREFIX_SEPARATOR)];if(i)return i}}let n=e[Nje];if(n)return n},default:void 0});jq.getEndpointUrlConfig=kAr});var Uje=O(Wq=>{"use strict";Object.defineProperty(Wq,"__esModule",{value:!0});Wq.getEndpointFromConfig=void 0;var NAr=Jr(),LAr=Lje(),UAr=async t=>(0,NAr.loadConfig)((0,LAr.getEndpointUrlConfig)(t??""))();Wq.getEndpointFromConfig=UAr});var gc=O(Vu=>{"use strict";var Mje=Uje(),Fje=Sn(),FAr=(Ws(),J(wS)),zq=Nt(),MAr=Ty(),qAr=async t=>{let e=t?.Bucket||"";if(typeof t.Bucket=="string"&&(t.Bucket=e.replace(/#/g,encodeURIComponent("#")).replace(/\?/g,encodeURIComponent("?"))),jAr(e)){if(t.ForcePathStyle===!0)throw new Error("Path-style addressing cannot be used with ARN buckets")}else(!VAr(e)||e.indexOf(".")!==-1&&!String(t.Endpoint).startsWith("http:")||e.toLowerCase()!==e||e.length<3)&&(t.ForcePathStyle=!0);return t.DisableMultiRegionAccessPoints&&(t.disableMultiRegionAccessPoints=!0,t.DisableMRAP=!0),t},BAr=/^[a-z0-9][a-z0-9\.\-]{1,61}[a-z0-9]$/,GAr=/(\d+\.){3}\d+/,HAr=/\.\./,VAr=t=>BAr.test(t)&&!GAr.test(t)&&!HAr.test(t),jAr=t=>{let[e,r,n,,,s]=t.split(":"),o=e==="arn"&&t.split(":").length>=6,i=!!(o&&r&&n&&s);if(o&&!i)throw new Error(`Invalid ARN: ${t} was an invalid ARN.`);return i},WAr=(t,e,r,n=!1)=>{let s=async()=>{let o;return n?o=r.clientContextParams?.[t]??r[t]??r[e]:o=r[t]??r[e],typeof o=="function"?o():o};return t==="credentialScope"||e==="CredentialScope"?async()=>{let o=typeof r.credentials=="function"?await r.credentials():r.credentials;return o?.credentialScope??o?.CredentialScope}:t==="accountId"||e==="AccountId"?async()=>{let o=typeof r.credentials=="function"?await r.credentials():r.credentials;return o?.accountId??o?.AccountId}:t==="endpoint"||e==="endpoint"?async()=>{if(r.isCustomEndpoint===!1)return;let o=await s();if(o&&typeof o=="object"){if("url"in o)return o.url.href;if("hostname"in o){let{protocol:i,hostname:a,port:c,path:u}=o;return`${i}//${a}${c?":"+c:""}${u}`}}return o}:s},NZ=t=>typeof t=="object"?"url"in t?Fje.parseUrl(t.url):t:Fje.parseUrl(t),qje=async(t,e,r,n)=>{if(!r.isCustomEndpoint){let i;r.serviceConfiguredEndpoint?i=await r.serviceConfiguredEndpoint():i=await Mje.getEndpointFromConfig(r.serviceId),i&&(r.endpoint=()=>Promise.resolve(NZ(i)),r.isCustomEndpoint=!0)}let s=await Bje(t,e,r);if(typeof r.endpointProvider!="function")throw new Error("config.endpointProvider is not set.");return r.endpointProvider(s,n)},Bje=async(t,e,r)=>{let n={},s=e?.getEndpointParameterInstructions?.()||{};for(let[o,i]of Object.entries(s))switch(i.type){case"staticContextParams":n[o]=i.value;break;case"contextParams":n[o]=t[i.name];break;case"clientContextParams":case"builtInParams":n[o]=await WAr(i.name,o,r,i.type!=="builtInParams")();break;case"operationContextParams":n[o]=i.get(t);break;default:throw new Error("Unrecognized endpoint parameter instruction: "+JSON.stringify(i))}return Object.keys(s).length===0&&Object.assign(n,r),String(r.serviceId).toLowerCase()==="s3"&&await qAr(n),n},Gje=({config:t,instructions:e})=>(r,n)=>async s=>{t.isCustomEndpoint&&FAr.setFeature(n,"ENDPOINT_OVERRIDE","N");let o=await qje(s.input,{getEndpointParameterInstructions(){return e}},{...t},n);n.endpointV2=o,n.authSchemes=o.properties?.authSchemes;let i=n.authSchemes?.[0];if(i){n.signing_region=i.signingRegion,n.signing_service=i.signingName;let c=zq.getSmithyContext(n)?.selectedHttpAuthScheme?.httpAuthOption;c&&(c.signingProperties=Object.assign(c.signingProperties||{},{signing_region:i.signingRegion,signingRegion:i.signingRegion,signing_service:i.signingName,signingName:i.signingName,signingRegionSet:i.signingRegionSet},i.properties))}return r({...s})},Hje={step:"serialize",tags:["ENDPOINT_PARAMETERS","ENDPOINT_V2","ENDPOINT"],name:"endpointV2Middleware",override:!0,relation:"before",toMiddleware:MAr.serializerMiddlewareOption.name},zAr=(t,e)=>({applyToStack:r=>{r.addRelativeTo(Gje({config:t,instructions:e}),Hje)}}),KAr=t=>{let e=t.tls??!0,{endpoint:r,useDualstackEndpoint:n,useFipsEndpoint:s}=t,o=r!=null?async()=>NZ(await zq.normalizeProvider(r)()):void 0,a=Object.assign(t,{endpoint:o,tls:e,isCustomEndpoint:!!r,useDualstackEndpoint:zq.normalizeProvider(n??!1),useFipsEndpoint:zq.normalizeProvider(s??!1)}),c;return a.serviceConfiguredEndpoint=async()=>(t.serviceId&&!c&&(c=Mje.getEndpointFromConfig(t.serviceId)),c),a},QAr=t=>{let{endpoint:e}=t;return e===void 0&&(t.endpoint=async()=>{throw new Error("@smithy/middleware-endpoint: (default endpointRuleSet) endpoint is not set - you must configure an endpoint.")}),t};Vu.endpointMiddleware=Gje;Vu.endpointMiddlewareOptions=Hje;Vu.getEndpointFromInstructions=qje;Vu.getEndpointPlugin=zAr;Vu.resolveEndpointConfig=KAr;Vu.resolveEndpointRequiredConfig=QAr;Vu.resolveParams=Bje;Vu.toEndpointV1=NZ});var Vje=O(Kq=>{"use strict";Object.defineProperty(Kq,"__esModule",{value:!0});Kq.isStreamingPayload=void 0;var YAr=require("stream"),JAr=t=>t?.body instanceof YAr.Readable||typeof ReadableStream<"u"&&t?.body instanceof ReadableStream;Kq.isStreamingPayload=JAr});var aa=O(mn=>{"use strict";var wr=Ps(),jS=qe(),gp=zP(),Wje=Fp(),jje=Nt(),XAr=lt(),ZAr=Vje(),ePr=(t,e)=>{let r=t,n=wr.NO_RETRY_INCREMENT,s=wr.RETRY_COST,o=wr.TIMEOUT_RETRY_COST,i=t,a=m=>m.name==="TimeoutError"?o:s,c=m=>a(m)<=i;return Object.freeze({hasRetryTokens:c,retrieveRetryTokens:m=>{if(!c(m))throw new Error("No retry token available");let h=a(m);return i-=h,h},releaseRetryTokens:m=>{i+=m??n,i=Math.min(i,r)}})},zje=(t,e)=>Math.floor(Math.min(wr.MAXIMUM_RETRY_DELAY,Math.random()*2**e*t)),Kje=t=>t?gp.isRetryableByTrait(t)||gp.isClockSkewError(t)||gp.isThrottlingError(t)||gp.isTransientError(t):!1,Qje=t=>t instanceof Error?t:t instanceof Object?Object.assign(new Error,t):typeof t=="string"?new Error(t):new Error(`AWS SDK error wrapper for ${t}`),Qq=class{maxAttemptsProvider;retryDecider;delayDecider;retryQuota;mode=wr.RETRY_MODES.STANDARD;constructor(e,r){this.maxAttemptsProvider=e,this.retryDecider=r?.retryDecider??Kje,this.delayDecider=r?.delayDecider??zje,this.retryQuota=r?.retryQuota??ePr(wr.INITIAL_RETRY_TOKENS)}shouldRetry(e,r,n){return r<n&&this.retryDecider(e)&&this.retryQuota.hasRetryTokens(e)}async getMaxAttempts(){let e;try{e=await this.maxAttemptsProvider()}catch{e=wr.DEFAULT_MAX_ATTEMPTS}return e}async retry(e,r,n){let s,o=0,i=0,a=await this.getMaxAttempts(),{request:c}=r;for(jS.HttpRequest.isInstance(c)&&(c.headers[wr.INVOCATION_ID_HEADER]=Wje.v4());;)try{jS.HttpRequest.isInstance(c)&&(c.headers[wr.REQUEST_HEADER]=`attempt=${o+1}; max=${a}`),n?.beforeRequest&&await n.beforeRequest();let{response:u,output:f}=await e(r);return n?.afterRequest&&n.afterRequest(u),this.retryQuota.releaseRetryTokens(s),f.$metadata.attempts=o+1,f.$metadata.totalRetryDelay=i,{response:u,output:f}}catch(u){let f=Qje(u);if(o++,this.shouldRetry(f,o,a)){s=this.retryQuota.retrieveRetryTokens(f);let m=this.delayDecider(gp.isThrottlingError(f)?wr.THROTTLING_RETRY_DELAY_BASE:wr.DEFAULT_RETRY_DELAY_BASE,o),h=tPr(f.$response),y=Math.max(h||0,m);i+=y,await new Promise(C=>setTimeout(C,y));continue}throw f.$metadata||(f.$metadata={}),f.$metadata.attempts=o,f.$metadata.totalRetryDelay=i,f}}},tPr=t=>{if(!jS.HttpResponse.isInstance(t))return;let e=Object.keys(t.headers).find(o=>o.toLowerCase()==="retry-after");if(!e)return;let r=t.headers[e],n=Number(r);return Number.isNaN(n)?new Date(r).getTime()-Date.now():n*1e3},LZ=class extends Qq{rateLimiter;constructor(e,r){let{rateLimiter:n,...s}=r??{};super(e,s),this.rateLimiter=n??new wr.DefaultRateLimiter,this.mode=wr.RETRY_MODES.ADAPTIVE}async retry(e,r){return super.retry(e,r,{beforeRequest:async()=>this.rateLimiter.getSendToken(),afterRequest:n=>{this.rateLimiter.updateClientSendingRate(n)}})}},UZ="AWS_MAX_ATTEMPTS",FZ="max_attempts",rPr={environmentVariableSelector:t=>{let e=t[UZ];if(!e)return;let r=parseInt(e);if(Number.isNaN(r))throw new Error(`Environment variable ${UZ} mast be a number, got "${e}"`);return r},configFileSelector:t=>{let e=t[FZ];if(!e)return;let r=parseInt(e);if(Number.isNaN(r))throw new Error(`Shared config file entry ${FZ} mast be a number, got "${e}"`);return r},default:wr.DEFAULT_MAX_ATTEMPTS},nPr=t=>{let{retryStrategy:e,retryMode:r,maxAttempts:n}=t,s=jje.normalizeProvider(n??wr.DEFAULT_MAX_ATTEMPTS);return Object.assign(t,{maxAttempts:s,retryStrategy:async()=>e||(await jje.normalizeProvider(r)()===wr.RETRY_MODES.ADAPTIVE?new wr.AdaptiveRetryStrategy(s):new wr.StandardRetryStrategy(s))})},Yje="AWS_RETRY_MODE",Jje="retry_mode",sPr={environmentVariableSelector:t=>t[Yje],configFileSelector:t=>t[Jje],default:wr.DEFAULT_RETRY_MODE},Xje=()=>t=>async e=>{let{request:r}=e;return jS.HttpRequest.isInstance(r)&&(delete r.headers[wr.INVOCATION_ID_HEADER],delete r.headers[wr.REQUEST_HEADER]),t(e)},Zje={name:"omitRetryHeadersMiddleware",tags:["RETRY","HEADERS","OMIT_RETRY_HEADERS"],relation:"before",toMiddleware:"awsAuthMiddleware",override:!0},oPr=t=>({applyToStack:e=>{e.addRelativeTo(Xje(),Zje)}}),eWe=t=>(e,r)=>async n=>{let s=await t.retryStrategy(),o=await t.maxAttempts();if(iPr(s)){s=s;let i=await s.acquireInitialRetryToken(r.partition_id),a=new Error,c=0,u=0,{request:f}=n,m=jS.HttpRequest.isInstance(f);for(m&&(f.headers[wr.INVOCATION_ID_HEADER]=Wje.v4());;)try{m&&(f.headers[wr.REQUEST_HEADER]=`attempt=${c+1}; max=${o}`);let{response:h,output:y}=await e(n);return s.recordSuccess(i),y.$metadata.attempts=c+1,y.$metadata.totalRetryDelay=u,{response:h,output:y}}catch(h){let y=aPr(h);if(a=Qje(h),m&&ZAr.isStreamingPayload(f))throw(r.logger instanceof XAr.NoOpLogger?console:r.logger)?.warn("An error was encountered in a non-retryable streaming request."),a;try{i=await s.refreshRetryTokenForRetry(i,y)}catch{throw a.$metadata||(a.$metadata={}),a.$metadata.attempts=c+1,a.$metadata.totalRetryDelay=u,a}c=i.getRetryCount();let C=i.getRetryDelay();u+=C,await new Promise(I=>setTimeout(I,C))}}else return s=s,s?.mode&&(r.userAgent=[...r.userAgent||[],["cfg/retry-mode",s.mode]]),s.retry(e,n)},iPr=t=>typeof t.acquireInitialRetryToken<"u"&&typeof t.refreshRetryTokenForRetry<"u"&&typeof t.recordSuccess<"u",aPr=t=>{let e={error:t,errorType:cPr(t)},r=rWe(t.$response);return r&&(e.retryAfterHint=r),e},cPr=t=>gp.isThrottlingError(t)?"THROTTLING":gp.isTransientError(t)?"TRANSIENT":gp.isServerError(t)?"SERVER_ERROR":"CLIENT_ERROR",tWe={name:"retryMiddleware",tags:["RETRY"],step:"finalizeRequest",priority:"high",override:!0},uPr=t=>({applyToStack:e=>{e.add(eWe(t),tWe)}}),rWe=t=>{if(!jS.HttpResponse.isInstance(t))return;let e=Object.keys(t.headers).find(o=>o.toLowerCase()==="retry-after");if(!e)return;let r=t.headers[e],n=Number(r);return Number.isNaN(n)?new Date(r):new Date(n*1e3)};mn.AdaptiveRetryStrategy=LZ;mn.CONFIG_MAX_ATTEMPTS=FZ;mn.CONFIG_RETRY_MODE=Jje;mn.ENV_MAX_ATTEMPTS=UZ;mn.ENV_RETRY_MODE=Yje;mn.NODE_MAX_ATTEMPT_CONFIG_OPTIONS=rPr;mn.NODE_RETRY_MODE_CONFIG_OPTIONS=sPr;mn.StandardRetryStrategy=Qq;mn.defaultDelayDecider=zje;mn.defaultRetryDecider=Kje;mn.getOmitRetryHeadersPlugin=oPr;mn.getRetryAfterHint=rWe;mn.getRetryPlugin=uPr;mn.omitRetryHeadersMiddleware=Xje;mn.omitRetryHeadersMiddlewareOptions=Zje;mn.resolveRetryConfig=nPr;mn.retryMiddleware=eWe;mn.retryMiddlewareOptions=tWe});var qZ=O(hp=>{"use strict";Object.defineProperty(hp,"__esModule",{value:!0});hp.resolveHttpAuthSchemeConfig=hp.defaultSecretsManagerHttpAuthSchemeProvider=hp.defaultSecretsManagerHttpAuthSchemeParametersProvider=void 0;var lPr=(Ln(),J(fp)),MZ=Nt(),dPr=async(t,e,r)=>({operation:(0,MZ.getSmithyContext)(e).operation,region:await(0,MZ.normalizeProvider)(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});hp.defaultSecretsManagerHttpAuthSchemeParametersProvider=dPr;function pPr(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"secretsmanager",region:t.region},propertiesExtractor:(e,r)=>({signingProperties:{config:e,context:r}})}}var mPr=t=>{let e=[];switch(t.operation){default:e.push(pPr(t))}return e};hp.defaultSecretsManagerHttpAuthSchemeProvider=mPr;var fPr=t=>{let e=(0,lPr.resolveAwsSdkSigV4Config)(t);return Object.assign(e,{authSchemePreference:(0,MZ.normalizeProvider)(t.authSchemePreference??[])})};hp.resolveHttpAuthSchemeConfig=fPr});var nWe=O((Frn,gPr)=>{gPr.exports={name:"@aws-sdk/client-secrets-manager",description:"AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",version:"3.971.0",scripts:{build:"concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline client-secrets-manager","build:es":"tsc -p tsconfig.es.json","build:include:deps":'yarn g:turbo run build -F="$npm_package_name"',"build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4",clean:"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo secrets-manager","test:index":"tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"},main:"./dist-cjs/index.js",types:"./dist-types/index.d.ts",module:"./dist-es/index.js",sideEffects:!1,dependencies:{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"3.970.0","@aws-sdk/credential-provider-node":"3.971.0","@aws-sdk/middleware-host-header":"3.969.0","@aws-sdk/middleware-logger":"3.969.0","@aws-sdk/middleware-recursion-detection":"3.969.0","@aws-sdk/middleware-user-agent":"3.970.0","@aws-sdk/region-config-resolver":"3.969.0","@aws-sdk/types":"3.969.0","@aws-sdk/util-endpoints":"3.970.0","@aws-sdk/util-user-agent-browser":"3.969.0","@aws-sdk/util-user-agent-node":"3.971.0","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.20.6","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.7","@smithy/middleware-retry":"^4.4.23","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.8","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.10.8","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.22","@smithy/util-defaults-mode-node":"^4.2.25","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0",tslib:"^2.6.2"},devDependencies:{"@tsconfig/node20":"20.1.8","@types/node":"^20.14.8",concurrently:"7.0.0","downlevel-dts":"0.10.1",rimraf:"5.0.10",typescript:"~5.8.3"},engines:{node:">=20.0.0"},typesVersions:{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},files:["dist-*/**"],author:{name:"AWS SDK for JavaScript Team",url:"https://aws.amazon.com/javascript/"},license:"Apache-2.0",browser:{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},homepage:"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-secrets-manager",repository:{type:"git",url:"https://github.com/aws/aws-sdk-js-v3.git",directory:"clients/client-secrets-manager"}}});var BZ=O(Sp=>{"use strict";var hPr=(Ai(),J(Uu)),SPr=Lt(),sWe="AWS_ACCESS_KEY_ID",oWe="AWS_SECRET_ACCESS_KEY",iWe="AWS_SESSION_TOKEN",aWe="AWS_CREDENTIAL_EXPIRATION",cWe="AWS_CREDENTIAL_SCOPE",uWe="AWS_ACCOUNT_ID",yPr=t=>async()=>{t?.logger?.debug("@aws-sdk/credential-provider-env - fromEnv");let e=process.env[sWe],r=process.env[oWe],n=process.env[iWe],s=process.env[aWe],o=process.env[cWe],i=process.env[uWe];if(e&&r){let a={accessKeyId:e,secretAccessKey:r,...n&&{sessionToken:n},...s&&{expiration:new Date(s)},...o&&{credentialScope:o},...i&&{accountId:i}};return hPr.setCredentialFeature(a,"CREDENTIALS_ENV_VARS","g"),a}throw new SPr.CredentialsProviderError("Unable to find environment variable credentials.",{logger:t?.logger})};Sp.ENV_ACCOUNT_ID=uWe;Sp.ENV_CREDENTIAL_SCOPE=cWe;Sp.ENV_EXPIRATION=aWe;Sp.ENV_KEY=sWe;Sp.ENV_SECRET=oWe;Sp.ENV_SESSION=iWe;Sp.fromEnv=yPr});var hf=O(V0=>{"use strict";var mWe=qe(),fWe=vy(),Yq=require("http"),Jq=require("https"),gWe=require("stream"),GZ=require("http2"),EPr=["ECONNRESET","EPIPE","ETIMEDOUT"],hWe=t=>{let e={};for(let r of Object.keys(t)){let n=t[r];e[r]=Array.isArray(n)?n.join(","):n}return e},Ks={setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},lWe=1e3,CPr=(t,e,r=0)=>{if(!r)return-1;let n=s=>{let o=Ks.setTimeout(()=>{t.destroy(),e(Object.assign(new Error(`@smithy/node-http-handler - the request socket did not establish a connection with the server within the configured timeout of ${r} ms.`),{name:"TimeoutError"}))},r-s),i=a=>{a?.connecting?a.on("connect",()=>{Ks.clearTimeout(o)}):Ks.clearTimeout(o)};t.socket?i(t.socket):t.on("socket",i)};return r<2e3?(n(0),0):Ks.setTimeout(n.bind(null,lWe),lWe)},_Pr=(t,e,r=0,n,s)=>r?Ks.setTimeout(()=>{let o=`@smithy/node-http-handler - [${n?"ERROR":"WARN"}] a request has exceeded the configured ${r} ms requestTimeout.`;if(n){let i=Object.assign(new Error(o),{name:"TimeoutError",code:"ETIMEDOUT"});t.destroy(i),e(i)}else o+=" Init client requestHandler with throwOnRequestTimeout=true to turn this into an error.",s?.warn?.(o)},r):-1,RPr=3e3,TPr=(t,{keepAlive:e,keepAliveMsecs:r},n=RPr)=>{if(e!==!0)return-1;let s=()=>{t.socket?t.socket.setKeepAlive(e,r||0):t.on("socket",o=>{o.setKeepAlive(e,r||0)})};return n===0?(s(),0):Ks.setTimeout(s,n)},dWe=3e3,APr=(t,e,r=0)=>{let n=s=>{let o=r-s,i=()=>{t.destroy(),e(Object.assign(new Error(`@smithy/node-http-handler - the request socket timed out after ${r} ms of inactivity (configured by client requestHandler).`),{name:"TimeoutError"}))};t.socket?(t.socket.setTimeout(o,i),t.on("close",()=>t.socket?.removeListener("timeout",i))):t.setTimeout(o,i)};return 0<r&&r<6e3?(n(0),0):Ks.setTimeout(n.bind(null,r===0?0:dWe),dWe)},pWe=6e3;async function SWe(t,e,r=pWe,n=!1){let s=e.headers??{},o=s.Expect||s.expect,i=-1,a=!0;!n&&o==="100-continue"&&(a=await Promise.race([new Promise(c=>{i=Number(Ks.setTimeout(()=>c(!0),Math.max(pWe,r)))}),new Promise(c=>{t.on("continue",()=>{Ks.clearTimeout(i),c(!0)}),t.on("response",()=>{Ks.clearTimeout(i),c(!1)}),t.on("error",()=>{Ks.clearTimeout(i),c(!1)})})])),a&&PPr(t,e.body)}function PPr(t,e){if(e instanceof gWe.Readable){e.pipe(t);return}if(e){if(Buffer.isBuffer(e)||typeof e=="string"){t.end(e);return}let r=e;if(typeof r=="object"&&r.buffer&&typeof r.byteOffset=="number"&&typeof r.byteLength=="number"){t.end(Buffer.from(r.buffer,r.byteOffset,r.byteLength));return}t.end(Buffer.from(e));return}t.end()}var vPr=0,HZ=class t{config;configProvider;socketWarningTimestamp=0;externalAgent=!1;metadata={handlerProtocol:"http/1.1"};static create(e){return typeof e?.handle=="function"?e:new t(e)}static checkSocketUsage(e,r,n=console){let{sockets:s,requests:o,maxSockets:i}=e;if(typeof i!="number"||i===1/0||Date.now()-15e3<r)return r;if(s&&o)for(let c in s){let u=s[c]?.length??0,f=o[c]?.length??0;if(u>=i&&f>=2*i)return n?.warn?.(`@smithy/node-http-handler:WARN - socket usage at capacity=${u} and ${f} additional requests are enqueued.
|
|
173
|
+
See https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/node-configuring-maxsockets.html
|
|
174
|
+
or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler config.`),Date.now()}return r}constructor(e){this.configProvider=new Promise((r,n)=>{typeof e=="function"?e().then(s=>{r(this.resolveDefaultConfig(s))}).catch(n):r(this.resolveDefaultConfig(e))})}resolveDefaultConfig(e){let{requestTimeout:r,connectionTimeout:n,socketTimeout:s,socketAcquisitionWarningTimeout:o,httpAgent:i,httpsAgent:a,throwOnRequestTimeout:c}=e||{},u=!0,f=50;return{connectionTimeout:n,requestTimeout:r,socketTimeout:s,socketAcquisitionWarningTimeout:o,throwOnRequestTimeout:c,httpAgent:i instanceof Yq.Agent||typeof i?.destroy=="function"?(this.externalAgent=!0,i):new Yq.Agent({keepAlive:u,maxSockets:f,...i}),httpsAgent:a instanceof Jq.Agent||typeof a?.destroy=="function"?(this.externalAgent=!0,a):new Jq.Agent({keepAlive:u,maxSockets:f,...a}),logger:console}}destroy(){this.config?.httpAgent?.destroy(),this.config?.httpsAgent?.destroy()}async handle(e,{abortSignal:r,requestTimeout:n}={}){return this.config||(this.config=await this.configProvider),new Promise((s,o)=>{let i=this.config,a,c=[],u=async V=>{await a,c.forEach(Ks.clearTimeout),s(V)},f=async V=>{await a,c.forEach(Ks.clearTimeout),o(V)};if(r?.aborted){let V=new Error("Request aborted");V.name="AbortError",f(V);return}let m=e.protocol==="https:",h=e.headers??{},y=(h.Expect??h.expect)==="100-continue",C=m?i.httpsAgent:i.httpAgent;y&&!this.externalAgent&&(C=new(m?Jq.Agent:Yq.Agent)({keepAlive:!1,maxSockets:1/0})),c.push(Ks.setTimeout(()=>{this.socketWarningTimestamp=t.checkSocketUsage(C,this.socketWarningTimestamp,i.logger)},i.socketAcquisitionWarningTimeout??(i.requestTimeout??2e3)+(i.connectionTimeout??1e3)));let I=fWe.buildQueryString(e.query||{}),$;if(e.username!=null||e.password!=null){let V=e.username??"",Y=e.password??"";$=`${V}:${Y}`}let N=e.path;I&&(N+=`?${I}`),e.fragment&&(N+=`#${e.fragment}`);let U=e.hostname??"";U[0]==="["&&U.endsWith("]")?U=e.hostname.slice(1,-1):U=e.hostname;let B={headers:e.headers,host:U,method:e.method,path:N,port:e.port,agent:C,auth:$},j=(m?Jq.request:Yq.request)(B,V=>{let Y=new mWe.HttpResponse({statusCode:V.statusCode||-1,reason:V.statusMessage,headers:hWe(V.headers),body:V});u({response:Y})});if(j.on("error",V=>{EPr.includes(V.code)?f(Object.assign(V,{name:"TimeoutError"})):f(V)}),r){let V=()=>{j.destroy();let Y=new Error("Request aborted");Y.name="AbortError",f(Y)};if(typeof r.addEventListener=="function"){let Y=r;Y.addEventListener("abort",V,{once:!0}),j.once("close",()=>Y.removeEventListener("abort",V))}else r.onabort=V}let te=n??i.requestTimeout;c.push(CPr(j,f,i.connectionTimeout)),c.push(_Pr(j,f,te,i.throwOnRequestTimeout,i.logger??console)),c.push(APr(j,f,i.socketTimeout));let Ce=B.agent;typeof Ce=="object"&&"keepAlive"in Ce&&c.push(TPr(j,{keepAlive:Ce.keepAlive,keepAliveMsecs:Ce.keepAliveMsecs})),a=SWe(j,e,te,this.externalAgent).catch(V=>(c.forEach(Ks.clearTimeout),o(V)))})}updateHttpClientConfig(e,r){this.config=void 0,this.configProvider=this.configProvider.then(n=>({...n,[e]:r}))}httpHandlerConfigs(){return this.config??{}}},VZ=class{sessions=[];constructor(e){this.sessions=e??[]}poll(){if(this.sessions.length>0)return this.sessions.shift()}offerLast(e){this.sessions.push(e)}contains(e){return this.sessions.includes(e)}remove(e){this.sessions=this.sessions.filter(r=>r!==e)}[Symbol.iterator](){return this.sessions[Symbol.iterator]()}destroy(e){for(let r of this.sessions)r===e&&(r.destroyed||r.destroy())}},jZ=class{constructor(e){if(this.config=e,this.config.maxConcurrency&&this.config.maxConcurrency<=0)throw new RangeError("maxConcurrency must be greater than zero.")}config;sessionCache=new Map;lease(e,r){let n=this.getUrlString(e),s=this.sessionCache.get(n);if(s){let c=s.poll();if(c&&!this.config.disableConcurrency)return c}let o=GZ.connect(n);this.config.maxConcurrency&&o.settings({maxConcurrentStreams:this.config.maxConcurrency},c=>{if(c)throw new Error("Fail to set maxConcurrentStreams to "+this.config.maxConcurrency+"when creating new session for "+e.destination.toString())}),o.unref();let i=()=>{o.destroy(),this.deleteSession(n,o)};o.on("goaway",i),o.on("error",i),o.on("frameError",i),o.on("close",()=>this.deleteSession(n,o)),r.requestTimeout&&o.setTimeout(r.requestTimeout,i);let a=this.sessionCache.get(n)||new VZ;return a.offerLast(o),this.sessionCache.set(n,a),o}deleteSession(e,r){let n=this.sessionCache.get(e);n&&n.contains(r)&&(n.remove(r),this.sessionCache.set(e,n))}release(e,r){let n=this.getUrlString(e);this.sessionCache.get(n)?.offerLast(r)}destroy(){for(let[e,r]of this.sessionCache){for(let n of r)n.destroyed||n.destroy(),r.remove(n);this.sessionCache.delete(e)}}setMaxConcurrentStreams(e){if(e&&e<=0)throw new RangeError("maxConcurrentStreams must be greater than zero.");this.config.maxConcurrency=e}setDisableConcurrentStreams(e){this.config.disableConcurrency=e}getUrlString(e){return e.destination.toString()}},WZ=class t{config;configProvider;metadata={handlerProtocol:"h2"};connectionManager=new jZ({});static create(e){return typeof e?.handle=="function"?e:new t(e)}constructor(e){this.configProvider=new Promise((r,n)=>{typeof e=="function"?e().then(s=>{r(s||{})}).catch(n):r(e||{})})}destroy(){this.connectionManager.destroy()}async handle(e,{abortSignal:r,requestTimeout:n}={}){this.config||(this.config=await this.configProvider,this.connectionManager.setDisableConcurrentStreams(this.config.disableConcurrentStreams||!1),this.config.maxConcurrentStreams&&this.connectionManager.setMaxConcurrentStreams(this.config.maxConcurrentStreams));let{requestTimeout:s,disableConcurrentStreams:o}=this.config,i=n??s;return new Promise((a,c)=>{let u=!1,f,m=async ne=>{await f,a(ne)},h=async ne=>{await f,c(ne)};if(r?.aborted){u=!0;let ne=new Error("Request aborted");ne.name="AbortError",h(ne);return}let{hostname:y,method:C,port:I,protocol:$,query:N}=e,U="";if(e.username!=null||e.password!=null){let ne=e.username??"",ge=e.password??"";U=`${ne}:${ge}@`}let B=`${$}//${U}${y}${I?`:${I}`:""}`,W={destination:new URL(B)},j=this.connectionManager.lease(W,{requestTimeout:this.config?.sessionTimeout,disableConcurrentStreams:o||!1}),te=ne=>{o&&this.destroySession(j),u=!0,h(ne)},Ce=fWe.buildQueryString(N||{}),V=e.path;Ce&&(V+=`?${Ce}`),e.fragment&&(V+=`#${e.fragment}`);let Y=j.request({...e.headers,[GZ.constants.HTTP2_HEADER_PATH]:V,[GZ.constants.HTTP2_HEADER_METHOD]:C});if(j.ref(),Y.on("response",ne=>{let ge=new mWe.HttpResponse({statusCode:ne[":status"]||-1,headers:hWe(ne),body:Y});u=!0,m({response:ge}),o&&(j.close(),this.connectionManager.deleteSession(B,j))}),i&&Y.setTimeout(i,()=>{Y.close();let ne=new Error(`Stream timed out because of no activity for ${i} ms`);ne.name="TimeoutError",te(ne)}),r){let ne=()=>{Y.close();let ge=new Error("Request aborted");ge.name="AbortError",te(ge)};if(typeof r.addEventListener=="function"){let ge=r;ge.addEventListener("abort",ne,{once:!0}),Y.once("close",()=>ge.removeEventListener("abort",ne))}else r.onabort=ne}Y.on("frameError",(ne,ge,Je)=>{te(new Error(`Frame type id ${ne} in stream id ${Je} has failed with code ${ge}.`))}),Y.on("error",te),Y.on("aborted",()=>{te(new Error(`HTTP/2 stream is abnormally aborted in mid-communication with result code ${Y.rstCode}.`))}),Y.on("close",()=>{j.unref(),o&&j.destroy(),u||te(new Error("Unexpected error: http2 request did not get a response"))}),f=SWe(Y,e,i)})}updateHttpClientConfig(e,r){this.config=void 0,this.configProvider=this.configProvider.then(n=>({...n,[e]:r}))}httpHandlerConfigs(){return this.config??{}}destroySession(e){e.destroyed||e.destroy()}},zZ=class extends gWe.Writable{bufferedBytes=[];_write(e,r,n){this.bufferedBytes.push(e),n()}},bPr=t=>IPr(t)?DPr(t):new Promise((e,r)=>{let n=new zZ;t.pipe(n),t.on("error",s=>{n.end(),r(s)}),n.on("error",r),n.on("finish",function(){let s=new Uint8Array(Buffer.concat(this.bufferedBytes));e(s)})}),IPr=t=>typeof ReadableStream=="function"&&t instanceof ReadableStream;async function DPr(t){let e=[],r=t.getReader(),n=!1,s=0;for(;!n;){let{done:a,value:c}=await r.read();c&&(e.push(c),s+=c.length),n=a}let o=new Uint8Array(s),i=0;for(let a of e)o.set(a,i),i+=a.length;return o}V0.DEFAULT_REQUEST_TIMEOUT=vPr;V0.NodeHttp2Handler=WZ;V0.NodeHttpHandler=HZ;V0.streamCollector=bPr});var yWe=O(Xq=>{"use strict";Object.defineProperty(Xq,"__esModule",{value:!0});Xq.checkUrl=void 0;var xPr=Lt(),wPr="169.254.170.2",$Pr="169.254.170.23",OPr="[fd00:ec2::23]",kPr=(t,e)=>{if(t.protocol!=="https:"&&!(t.hostname===wPr||t.hostname===$Pr||t.hostname===OPr)){if(t.hostname.includes("[")){if(t.hostname==="[::1]"||t.hostname==="[0000:0000:0000:0000:0000:0000:0000:0001]")return}else{if(t.hostname==="localhost")return;let r=t.hostname.split("."),n=s=>{let o=parseInt(s,10);return 0<=o&&o<=255};if(r[0]==="127"&&n(r[1])&&n(r[2])&&n(r[3])&&r.length===4)return}throw new xPr.CredentialsProviderError(`URL not accepted. It must either be HTTPS or match one of the following:
|
|
175
|
+
- loopback CIDR 127.0.0.0/8 or [::1/128]
|
|
176
|
+
- ECS container host 169.254.170.2
|
|
177
|
+
- EKS container host 169.254.170.23 or [fd00:ec2::23]`,{logger:e})}};Xq.checkUrl=kPr});var EWe=O(Zq=>{"use strict";Object.defineProperty(Zq,"__esModule",{value:!0});Zq.createGetRequest=FPr;Zq.getCredentials=MPr;var KZ=Lt(),NPr=qe(),LPr=lt(),UPr=YM();function FPr(t){return new NPr.HttpRequest({protocol:t.protocol,hostname:t.hostname,port:Number(t.port),path:t.pathname,query:Array.from(t.searchParams.entries()).reduce((e,[r,n])=>(e[r]=n,e),{}),fragment:t.hash})}async function MPr(t,e){let n=await(0,UPr.sdkStreamMixin)(t.body).transformToString();if(t.statusCode===200){let s=JSON.parse(n);if(typeof s.AccessKeyId!="string"||typeof s.SecretAccessKey!="string"||typeof s.Token!="string"||typeof s.Expiration!="string")throw new KZ.CredentialsProviderError("HTTP credential provider response not of the required format, an object matching: { AccessKeyId: string, SecretAccessKey: string, Token: string, Expiration: string(rfc3339) }",{logger:e});return{accessKeyId:s.AccessKeyId,secretAccessKey:s.SecretAccessKey,sessionToken:s.Token,expiration:(0,LPr.parseRfc3339DateTime)(s.Expiration)}}if(t.statusCode>=400&&t.statusCode<500){let s={};try{s=JSON.parse(n)}catch{}throw Object.assign(new KZ.CredentialsProviderError(`Server responded with status: ${t.statusCode}`,{logger:e}),{Code:s.Code,Message:s.Message})}throw new KZ.CredentialsProviderError(`Server responded with status: ${t.statusCode}`,{logger:e})}});var CWe=O(e3=>{"use strict";Object.defineProperty(e3,"__esModule",{value:!0});e3.retryWrapper=void 0;var qPr=(t,e,r)=>async()=>{for(let n=0;n<e;++n)try{return await t()}catch{await new Promise(o=>setTimeout(o,r))}return await t()};e3.retryWrapper=qPr});var TWe=O(t3=>{"use strict";Object.defineProperty(t3,"__esModule",{value:!0});t3.fromHttp=void 0;var BPr=(Es(),J(ys)),GPr=(Ai(),J(Uu)),HPr=hf(),_We=Lt(),VPr=BPr.__importDefault(require("fs/promises")),jPr=yWe(),RWe=EWe(),WPr=CWe(),zPr="AWS_CONTAINER_CREDENTIALS_RELATIVE_URI",KPr="http://169.254.170.2",QPr="AWS_CONTAINER_CREDENTIALS_FULL_URI",YPr="AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE",JPr="AWS_CONTAINER_AUTHORIZATION_TOKEN",XPr=(t={})=>{t.logger?.debug("@aws-sdk/credential-provider-http - fromHttp");let e,r=t.awsContainerCredentialsRelativeUri??process.env[zPr],n=t.awsContainerCredentialsFullUri??process.env[QPr],s=t.awsContainerAuthorizationToken??process.env[JPr],o=t.awsContainerAuthorizationTokenFile??process.env[YPr],i=t.logger?.constructor?.name==="NoOpLogger"||!t.logger?.warn?console.warn:t.logger.warn.bind(t.logger);if(r&&n&&(i("@aws-sdk/credential-provider-http: you have set both awsContainerCredentialsRelativeUri and awsContainerCredentialsFullUri."),i("awsContainerCredentialsFullUri will take precedence.")),s&&o&&(i("@aws-sdk/credential-provider-http: you have set both awsContainerAuthorizationToken and awsContainerAuthorizationTokenFile."),i("awsContainerAuthorizationToken will take precedence.")),n)e=n;else if(r)e=`${KPr}${r}`;else throw new _We.CredentialsProviderError(`No HTTP credential provider host provided.
|
|
178
|
+
Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI.`,{logger:t.logger});let a=new URL(e);(0,jPr.checkUrl)(a,t.logger);let c=HPr.NodeHttpHandler.create({requestTimeout:t.timeout??1e3,connectionTimeout:t.timeout??1e3});return(0,WPr.retryWrapper)(async()=>{let u=(0,RWe.createGetRequest)(a);s?u.headers.Authorization=s:o&&(u.headers.Authorization=(await VPr.default.readFile(o)).toString());try{let f=await c.handle(u);return(0,RWe.getCredentials)(f.response).then(m=>(0,GPr.setCredentialFeature)(m,"CREDENTIALS_HTTP","z"))}catch(f){throw new _We.CredentialsProviderError(String(f),{logger:t.logger})}},t.maxRetries??3,t.timeout??1e3)};t3.fromHttp=XPr});var QZ=O(r3=>{"use strict";Object.defineProperty(r3,"__esModule",{value:!0});r3.fromHttp=void 0;var ZPr=TWe();Object.defineProperty(r3,"fromHttp",{enumerable:!0,get:function(){return ZPr.fromHttp}})});function evr(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"sso-oauth",region:t.region},propertiesExtractor:(e,r)=>({signingProperties:{config:e,context:r}})}}function tvr(t){return{schemeId:"smithy.api#noAuth"}}var j0,AWe,PWe,vWe,YZ=R(()=>{Ln();j0=T(Nt()),AWe=async(t,e,r)=>({operation:(0,j0.getSmithyContext)(e).operation,region:await(0,j0.normalizeProvider)(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});PWe=t=>{let e=[];switch(t.operation){case"CreateToken":{e.push(tvr(t));break}default:e.push(evr(t))}return e},vWe=t=>{let e=Fu(t);return Object.assign(e,{authSchemePreference:(0,j0.normalizeProvider)(t.authSchemePreference??[])})}});var bWe,IWe,JZ=R(()=>{bWe=t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"sso-oauth"}),IWe={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}}});var WS,n3=R(()=>{WS={name:"@aws-sdk/nested-clients",version:"3.971.0",description:"Nested clients for AWS SDK packages.",main:"./dist-cjs/index.js",module:"./dist-es/index.js",types:"./dist-types/index.d.ts",scripts:{build:"yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline nested-clients","build:es":"tsc -p tsconfig.es.json","build:include:deps":'yarn g:turbo run build -F="$npm_package_name"',"build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4",clean:"rimraf ./dist-* && rimraf *.tsbuildinfo",lint:"node ../../scripts/validation/submodules-linter.js --pkg nested-clients",test:"yarn g:vitest run","test:watch":"yarn g:vitest watch"},engines:{node:">=20.0.0"},sideEffects:!1,author:{name:"AWS SDK for JavaScript Team",url:"https://aws.amazon.com/javascript/"},license:"Apache-2.0",dependencies:{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"3.970.0","@aws-sdk/middleware-host-header":"3.969.0","@aws-sdk/middleware-logger":"3.969.0","@aws-sdk/middleware-recursion-detection":"3.969.0","@aws-sdk/middleware-user-agent":"3.970.0","@aws-sdk/region-config-resolver":"3.969.0","@aws-sdk/types":"3.969.0","@aws-sdk/util-endpoints":"3.970.0","@aws-sdk/util-user-agent-browser":"3.969.0","@aws-sdk/util-user-agent-node":"3.971.0","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.20.6","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.7","@smithy/middleware-retry":"^4.4.23","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.8","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.10.8","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.22","@smithy/util-defaults-mode-node":"^4.2.25","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0",tslib:"^2.6.2"},devDependencies:{concurrently:"7.0.0","downlevel-dts":"0.10.1",rimraf:"5.0.10",typescript:"~5.8.3"},typesVersions:{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},files:["./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sts.d.ts","./sts.js","dist-*/**"],browser:{"./dist-es/submodules/signin/runtimeConfig":"./dist-es/submodules/signin/runtimeConfig.browser","./dist-es/submodules/sso-oidc/runtimeConfig":"./dist-es/submodules/sso-oidc/runtimeConfig.browser","./dist-es/submodules/sts/runtimeConfig":"./dist-es/submodules/sts/runtimeConfig.browser"},"react-native":{},homepage:"https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients",repository:{type:"git",url:"https://github.com/aws/aws-sdk-js-v3.git",directory:"packages/nested-clients"},exports:{"./package.json":"./package.json","./sso-oidc":{types:"./dist-types/submodules/sso-oidc/index.d.ts",module:"./dist-es/submodules/sso-oidc/index.js",node:"./dist-cjs/submodules/sso-oidc/index.js",import:"./dist-es/submodules/sso-oidc/index.js",require:"./dist-cjs/submodules/sso-oidc/index.js"},"./sts":{types:"./dist-types/submodules/sts/index.d.ts",module:"./dist-es/submodules/sts/index.js",node:"./dist-cjs/submodules/sts/index.js",import:"./dist-es/submodules/sts/index.js",require:"./dist-cjs/submodules/sts/index.js"},"./signin":{types:"./dist-types/submodules/signin/index.d.ts",module:"./dist-es/submodules/signin/index.js",node:"./dist-cjs/submodules/signin/index.js",import:"./dist-es/submodules/signin/index.js",require:"./dist-cjs/submodules/signin/index.js"}}}});var zS=O(Sf=>{"use strict";var DWe=require("os"),XZ=require("process"),nvr=gf(),xWe={isCrtAvailable:!1},svr=()=>xWe.isCrtAvailable?["md/crt-avail"]:null,wWe=({serviceId:t,clientVersion:e})=>async r=>{let n=[["aws-sdk-js",e],["ua","2.1"],[`os/${DWe.platform()}`,DWe.release()],["lang/js"],["md/nodejs",`${XZ.versions.node}`]],s=svr();s&&n.push(s),t&&n.push([`api/${t}`,e]),XZ.env.AWS_EXECUTION_ENV&&n.push([`exec-env/${XZ.env.AWS_EXECUTION_ENV}`]);let o=await r?.userAgentAppId?.();return o?[...n,[`app/${o}`]]:[...n]},ovr=wWe,$We="AWS_SDK_UA_APP_ID",OWe="sdk_ua_app_id",ivr="sdk-ua-app-id",avr={environmentVariableSelector:t=>t[$We],configFileSelector:t=>t[OWe]??t[ivr],default:nvr.DEFAULT_UA_APP_ID};Sf.NODE_APP_ID_CONFIG_OPTIONS=avr;Sf.UA_APP_ID_ENV_NAME=$We;Sf.UA_APP_ID_INI_NAME=OWe;Sf.createDefaultUserAgentProvider=wWe;Sf.crtAvailability=xWe;Sf.defaultUserAgent=ovr});var KS=O(UWe=>{"use strict";var cvr=At(),kWe=Jr(),uvr=Lt(),lvr="AWS_EXECUTION_ENV",NWe="AWS_REGION",LWe="AWS_DEFAULT_REGION",dvr="AWS_EC2_METADATA_DISABLED",pvr=["in-region","cross-region","mobile","standard","legacy"],mvr="/latest/meta-data/placement/region",fvr="AWS_DEFAULTS_MODE",gvr="defaults_mode",hvr={environmentVariableSelector:t=>t[fvr],configFileSelector:t=>t[gvr],default:"legacy"},Svr=({region:t=kWe.loadConfig(cvr.NODE_REGION_CONFIG_OPTIONS),defaultsMode:e=kWe.loadConfig(hvr)}={})=>uvr.memoize(async()=>{let r=typeof e=="function"?await e():e;switch(r?.toLowerCase()){case"auto":return yvr(t);case"in-region":case"cross-region":case"mobile":case"standard":case"legacy":return Promise.resolve(r?.toLocaleLowerCase());case void 0:return Promise.resolve("legacy");default:throw new Error(`Invalid parameter for "defaultsMode", expect ${pvr.join(", ")}, got ${r}`)}}),yvr=async t=>{if(t){let e=typeof t=="function"?await t():t,r=await Evr();return r?e===r?"in-region":"cross-region":"standard"}return"standard"},Evr=async()=>{if(process.env[lvr]&&(process.env[NWe]||process.env[LWe]))return process.env[NWe]??process.env[LWe];if(!process.env[dvr])try{let{getInstanceMetadataEndpoint:t,httpRequest:e}=await Promise.resolve().then(()=>T(Vc())),r=await t();return(await e({...r,path:mvr})).toString()}catch{}};UWe.resolveDefaultsModeConfig=Svr});var zWe,bi,FWe,W0,QS,YS,ju,ZZ,eee,MWe,qWe,BWe,KWe,QWe,vi,GWe,YWe,HWe,VWe,jWe,WWe,Cvr,JWe,XWe=R(()=>{zWe="required",bi="argv",FWe="isSet",W0="booleanEquals",QS="error",YS="endpoint",ju="tree",ZZ="PartitionResult",eee="getAttr",MWe={[zWe]:!1,type:"string"},qWe={[zWe]:!0,default:!1,type:"boolean"},BWe={ref:"Endpoint"},KWe={fn:W0,[bi]:[{ref:"UseFIPS"},!0]},QWe={fn:W0,[bi]:[{ref:"UseDualStack"},!0]},vi={},GWe={fn:eee,[bi]:[{ref:ZZ},"supportsFIPS"]},YWe={ref:ZZ},HWe={fn:W0,[bi]:[!0,{fn:eee,[bi]:[YWe,"supportsDualStack"]}]},VWe=[KWe],jWe=[QWe],WWe=[{ref:"Region"}],Cvr={version:"1.0",parameters:{Region:MWe,UseDualStack:qWe,UseFIPS:qWe,Endpoint:MWe},rules:[{conditions:[{fn:FWe,[bi]:[BWe]}],rules:[{conditions:VWe,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:QS},{conditions:jWe,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:QS},{endpoint:{url:BWe,properties:vi,headers:vi},type:YS}],type:ju},{conditions:[{fn:FWe,[bi]:WWe}],rules:[{conditions:[{fn:"aws.partition",[bi]:WWe,assign:ZZ}],rules:[{conditions:[KWe,QWe],rules:[{conditions:[{fn:W0,[bi]:[!0,GWe]},HWe],rules:[{endpoint:{url:"https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:vi,headers:vi},type:YS}],type:ju},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:QS}],type:ju},{conditions:VWe,rules:[{conditions:[{fn:W0,[bi]:[GWe,!0]}],rules:[{conditions:[{fn:"stringEquals",[bi]:[{fn:eee,[bi]:[YWe,"name"]},"aws-us-gov"]}],endpoint:{url:"https://oidc.{Region}.amazonaws.com",properties:vi,headers:vi},type:YS},{endpoint:{url:"https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}",properties:vi,headers:vi},type:YS}],type:ju},{error:"FIPS is enabled but this partition does not support FIPS",type:QS}],type:ju},{conditions:jWe,rules:[{conditions:[HWe],rules:[{endpoint:{url:"https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:vi,headers:vi},type:YS}],type:ju},{error:"DualStack is enabled but this partition does not support DualStack",type:QS}],type:ju},{endpoint:{url:"https://oidc.{Region}.{PartitionResult#dnsSuffix}",properties:vi,headers:vi},type:YS}],type:ju}],type:ju},{error:"Invalid Configuration: Missing Region",type:QS}]},JWe=Cvr});var ZWe,JS,_vr,eze,tze=R(()=>{ZWe=T(mf()),JS=T(Gn());XWe();_vr=new JS.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS"]}),eze=(t,e={})=>_vr.get(t,()=>(0,JS.resolveEndpoint)(JWe,{endpointParams:t,logger:e.logger}));JS.customEndpointFunctions.aws=ZWe.awsEndpointFunctions});var rze,nze,s3,o3,sze,oze=R(()=>{Ln();ff();Ws();rze=T(lt()),nze=T(Sn()),s3=T(De()),o3=T(He());YZ();tze();sze=t=>({apiVersion:"2019-06-10",base64Decoder:t?.base64Decoder??s3.fromBase64,base64Encoder:t?.base64Encoder??s3.toBase64,disableHostPrefix:t?.disableHostPrefix??!1,endpointProvider:t?.endpointProvider??eze,extensions:t?.extensions??[],httpAuthSchemeProvider:t?.httpAuthSchemeProvider??PWe,httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new ds},{schemeId:"smithy.api#noAuth",identityProvider:e=>e.getIdentityProvider("smithy.api#noAuth")||(async()=>({})),signer:new oa}],logger:t?.logger??new rze.NoOpLogger,protocol:t?.protocol??dp,protocolSettings:t?.protocolSettings??{defaultNamespace:"com.amazonaws.ssooidc",version:"2019-06-10",serviceTarget:"AWSSSOOIDCService"},serviceId:t?.serviceId??"SSO OIDC",urlParser:t?.urlParser??nze.parseUrl,utf8Decoder:t?.utf8Decoder??o3.fromUtf8,utf8Encoder:t?.utf8Encoder??o3.toUtf8})});var i3,Ep,ize,a3,yp,c3,u3,aze,cze,uze,lze,dze=R(()=>{n3();Ln();i3=T(zS()),Ep=T(At()),ize=T(Eo()),a3=T(aa()),yp=T(Jr()),c3=T(hf()),u3=T(lt()),aze=T(Cn()),cze=T(KS()),uze=T(Ps());oze();lze=t=>{(0,u3.emitWarningIfUnsupportedVersion)(process.version);let e=(0,cze.resolveDefaultsModeConfig)(t),r=()=>e().then(u3.loadConfigsForDefaultMode),n=sze(t);tp(process.version);let s={profile:t?.profile,logger:n.logger};return{...n,...t,runtime:"node",defaultsMode:e,authSchemePreference:t?.authSchemePreference??(0,yp.loadConfig)(np,s),bodyLengthChecker:t?.bodyLengthChecker??aze.calculateBodyLength,defaultUserAgentProvider:t?.defaultUserAgentProvider??(0,i3.createDefaultUserAgentProvider)({serviceId:n.serviceId,clientVersion:WS.version}),maxAttempts:t?.maxAttempts??(0,yp.loadConfig)(a3.NODE_MAX_ATTEMPT_CONFIG_OPTIONS,t),region:t?.region??(0,yp.loadConfig)(Ep.NODE_REGION_CONFIG_OPTIONS,{...Ep.NODE_REGION_CONFIG_FILE_OPTIONS,...s}),requestHandler:c3.NodeHttpHandler.create(t?.requestHandler??r),retryMode:t?.retryMode??(0,yp.loadConfig)({...a3.NODE_RETRY_MODE_CONFIG_OPTIONS,default:async()=>(await r()).retryMode||uze.DEFAULT_RETRY_MODE},t),sha256:t?.sha256??ize.Hash.bind(null,"sha256"),streamCollector:t?.streamCollector??c3.streamCollector,useDualstackEndpoint:t?.useDualstackEndpoint??(0,yp.loadConfig)(Ep.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,s),useFipsEndpoint:t?.useFipsEndpoint??(0,yp.loadConfig)(Ep.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,s),userAgentAppId:t?.userAgentAppId??(0,yp.loadConfig)(i3.NODE_APP_ID_CONFIG_OPTIONS,s)}}});var mze=O(XS=>{"use strict";Object.defineProperty(XS,"__esModule",{value:!0});XS.warning=void 0;XS.stsRegionDefaultResolver=Tvr;var pze=At(),Rvr=Jr();function Tvr(t={}){return(0,Rvr.loadConfig)({...pze.NODE_REGION_CONFIG_OPTIONS,async default(){return XS.warning.silence||console.warn("@aws-sdk - WARN - default STS region of us-east-1 used. See @aws-sdk/credential-providers README and set a region explicitly."),"us-east-1"}},{...pze.NODE_REGION_CONFIG_FILE_OPTIONS,...t})}XS.warning={silence:!1}});var yf=O(hc=>{"use strict";var fze=mze(),z0=At(),Avr=t=>({setRegion(e){t.region=e},region(){return t.region}}),Pvr=t=>({region:t.region()});Object.defineProperty(hc,"NODE_REGION_CONFIG_FILE_OPTIONS",{enumerable:!0,get:function(){return z0.NODE_REGION_CONFIG_FILE_OPTIONS}});Object.defineProperty(hc,"NODE_REGION_CONFIG_OPTIONS",{enumerable:!0,get:function(){return z0.NODE_REGION_CONFIG_OPTIONS}});Object.defineProperty(hc,"REGION_ENV_NAME",{enumerable:!0,get:function(){return z0.REGION_ENV_NAME}});Object.defineProperty(hc,"REGION_INI_NAME",{enumerable:!0,get:function(){return z0.REGION_INI_NAME}});Object.defineProperty(hc,"resolveRegionConfig",{enumerable:!0,get:function(){return z0.resolveRegionConfig}});hc.getAwsRegionExtensionConfiguration=Avr;hc.resolveAwsRegionExtensionConfiguration=Pvr;Object.keys(fze).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(hc,t)&&Object.defineProperty(hc,t,{enumerable:!0,get:function(){return fze[t]}})})});var gze,hze,Sze=R(()=>{gze=t=>{let e=t.httpAuthSchemes,r=t.httpAuthSchemeProvider,n=t.credentials;return{setHttpAuthScheme(s){let o=e.findIndex(i=>i.schemeId===s.schemeId);o===-1?e.push(s):e.splice(o,1,s)},httpAuthSchemes(){return e},setHttpAuthSchemeProvider(s){r=s},httpAuthSchemeProvider(){return r},setCredentials(s){n=s},credentials(){return n}}},hze=t=>({httpAuthSchemes:t.httpAuthSchemes(),httpAuthSchemeProvider:t.httpAuthSchemeProvider(),credentials:t.credentials()})});var l3,d3,p3,yze,Eze=R(()=>{l3=T(yf()),d3=T(qe()),p3=T(lt());Sze();yze=(t,e)=>{let r=Object.assign((0,l3.getAwsRegionExtensionConfiguration)(t),(0,p3.getDefaultExtensionConfiguration)(t),(0,d3.getHttpHandlerExtensionConfiguration)(t),gze(t));return e.forEach(n=>n.configure(r)),Object.assign(t,(0,l3.resolveAwsRegionExtensionConfiguration)(r),(0,p3.resolveDefaultRuntimeConfig)(r),(0,d3.resolveHttpHandlerRuntimeConfig)(r),hze(r))}});var m3,Cze,_ze,f3,Rze,Tze,Aze,g3,tee,K0,ree=R(()=>{m3=T(_S()),Cze=T(RS()),_ze=T(TS()),f3=T(gf()),Rze=T(At());Ws();bt();Tze=T(So()),Aze=T(gc()),g3=T(aa()),tee=T(lt());YZ();JZ();dze();Eze();K0=class extends tee.Client{config;constructor(...[e]){let r=lze(e||{});super(r),this.initConfig=r;let n=bWe(r),s=(0,f3.resolveUserAgentConfig)(n),o=(0,g3.resolveRetryConfig)(s),i=(0,Rze.resolveRegionConfig)(o),a=(0,m3.resolveHostHeaderConfig)(i),c=(0,Aze.resolveEndpointConfig)(a),u=vWe(c),f=yze(u,e?.extensions||[]);this.config=f,this.middlewareStack.use(of(this.config)),this.middlewareStack.use((0,f3.getUserAgentPlugin)(this.config)),this.middlewareStack.use((0,g3.getRetryPlugin)(this.config)),this.middlewareStack.use((0,Tze.getContentLengthPlugin)(this.config)),this.middlewareStack.use((0,m3.getHostHeaderPlugin)(this.config)),this.middlewareStack.use((0,Cze.getLoggerPlugin)(this.config)),this.middlewareStack.use((0,_ze.getRecursionDetectionPlugin)(this.config)),this.middlewareStack.use(nf(this.config,{httpAuthSchemeParametersProvider:AWe,identityProviderConfigProvider:async m=>new Lu({"aws.auth#sigv4":m.credentials})})),this.middlewareStack.use(sf(this.config))}destroy(){super.destroy()}}});var Pze,vn,h3=R(()=>{Pze=T(lt()),vn=class t extends Pze.ServiceException{constructor(e){super(e),Object.setPrototypeOf(this,t.prototype)}}});var Q0,Y0,J0,X0,Z0,eT,tT,rT,nT,sT,oT,nee=R(()=>{h3();Q0=class t extends vn{name="AccessDeniedException";$fault="client";error;reason;error_description;constructor(e){super({name:"AccessDeniedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.reason=e.reason,this.error_description=e.error_description}},Y0=class t extends vn{name="AuthorizationPendingException";$fault="client";error;error_description;constructor(e){super({name:"AuthorizationPendingException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},J0=class t extends vn{name="ExpiredTokenException";$fault="client";error;error_description;constructor(e){super({name:"ExpiredTokenException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},X0=class t extends vn{name="InternalServerException";$fault="server";error;error_description;constructor(e){super({name:"InternalServerException",$fault:"server",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},Z0=class t extends vn{name="InvalidClientException";$fault="client";error;error_description;constructor(e){super({name:"InvalidClientException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},eT=class t extends vn{name="InvalidGrantException";$fault="client";error;error_description;constructor(e){super({name:"InvalidGrantException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},tT=class t extends vn{name="InvalidRequestException";$fault="client";error;reason;error_description;constructor(e){super({name:"InvalidRequestException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.reason=e.reason,this.error_description=e.error_description}},rT=class t extends vn{name="InvalidScopeException";$fault="client";error;error_description;constructor(e){super({name:"InvalidScopeException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},nT=class t extends vn{name="SlowDownException";$fault="client";error;error_description;constructor(e){super({name:"SlowDownException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},sT=class t extends vn{name="UnauthorizedClientException";$fault="client";error;error_description;constructor(e){super({name:"UnauthorizedClientException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}},oT=class t extends vn{name="UnsupportedGrantTypeException";$fault="client";error;error_description;constructor(e){super({name:"UnsupportedGrantTypeException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error,this.error_description=e.error_description}}});var vvr,bvr,Ivr,Dvr,xvr,wvr,$vr,Ovr,kvr,Nvr,Lvr,Uvr,Fvr,Mvr,qvr,Bvr,Gvr,Hvr,Vvr,jvr,Sc,Wvr,zvr,Kvr,Qvr,Yvr,qr,Jvr,ca,Xvr,Zvr,ua,ebr,vze,bze,tbr,rbr,nbr,Ize,sbr,$t,obr,ibr,abr,cbr,Dze,xze,wze,$ze,Oze,kze,Nze,Lze,Uze,Fze,Mze,qze,Bze,Gze,Hze,see,oee=R(()=>{bt();nee();h3();vvr="AccessDeniedException",bvr="AuthorizationPendingException",Ivr="AccessToken",Dvr="ClientSecret",xvr="CreateToken",wvr="CreateTokenRequest",$vr="CreateTokenResponse",Ovr="CodeVerifier",kvr="ExpiredTokenException",Nvr="InvalidClientException",Lvr="InvalidGrantException",Uvr="InvalidRequestException",Fvr="InternalServerException",Mvr="InvalidScopeException",qvr="IdToken",Bvr="RefreshToken",Gvr="SlowDownException",Hvr="UnauthorizedClientException",Vvr="UnsupportedGrantTypeException",jvr="accessToken",Sc="client",Wvr="clientId",zvr="clientSecret",Kvr="codeVerifier",Qvr="code",Yvr="deviceCode",qr="error",Jvr="expiresIn",ca="error_description",Xvr="grantType",Zvr="http",ua="httpError",ebr="idToken",vze="reason",bze="refreshToken",tbr="redirectUri",rbr="scope",nbr="server",Ize="smithy.ts.sdk.synthetic.com.amazonaws.ssooidc",sbr="tokenType",$t="com.amazonaws.ssooidc",obr=[0,$t,Ivr,8,0],ibr=[0,$t,Dvr,8,0],abr=[0,$t,Ovr,8,0],cbr=[0,$t,qvr,8,0],Dze=[0,$t,Bvr,8,0],xze=[-3,$t,vvr,{[qr]:Sc,[ua]:400},[qr,vze,ca],[0,0,0]];ze.for($t).registerError(xze,Q0);wze=[-3,$t,bvr,{[qr]:Sc,[ua]:400},[qr,ca],[0,0]];ze.for($t).registerError(wze,Y0);$ze=[3,$t,wvr,0,[Wvr,zvr,Xvr,Yvr,Qvr,bze,rbr,tbr,Kvr],[0,[()=>ibr,0],0,0,0,[()=>Dze,0],64,0,[()=>abr,0]],3],Oze=[3,$t,$vr,0,[jvr,sbr,Jvr,bze,ebr],[[()=>obr,0],0,1,[()=>Dze,0],[()=>cbr,0]]],kze=[-3,$t,kvr,{[qr]:Sc,[ua]:400},[qr,ca],[0,0]];ze.for($t).registerError(kze,J0);Nze=[-3,$t,Fvr,{[qr]:nbr,[ua]:500},[qr,ca],[0,0]];ze.for($t).registerError(Nze,X0);Lze=[-3,$t,Nvr,{[qr]:Sc,[ua]:401},[qr,ca],[0,0]];ze.for($t).registerError(Lze,Z0);Uze=[-3,$t,Lvr,{[qr]:Sc,[ua]:400},[qr,ca],[0,0]];ze.for($t).registerError(Uze,eT);Fze=[-3,$t,Uvr,{[qr]:Sc,[ua]:400},[qr,vze,ca],[0,0,0]];ze.for($t).registerError(Fze,tT);Mze=[-3,$t,Mvr,{[qr]:Sc,[ua]:400},[qr,ca],[0,0]];ze.for($t).registerError(Mze,rT);qze=[-3,$t,Gvr,{[qr]:Sc,[ua]:400},[qr,ca],[0,0]];ze.for($t).registerError(qze,nT);Bze=[-3,$t,Hvr,{[qr]:Sc,[ua]:400},[qr,ca],[0,0]];ze.for($t).registerError(Bze,sT);Gze=[-3,$t,Vvr,{[qr]:Sc,[ua]:400},[qr,ca],[0,0]];ze.for($t).registerError(Gze,oT);Hze=[-3,Ize,"SSOOIDCServiceException",0,[],[]];ze.for(Ize).registerError(Hze,vn);see=[9,$t,xvr,{[Zvr]:["POST","/token",200]},()=>$ze,()=>Oze]});var Vze,iee,iT,aee=R(()=>{Vze=T(gc()),iee=T(lt());JZ();oee();iT=class extends iee.Command.classBuilder().ep(IWe).m(function(e,r,n,s){return[(0,Vze.getEndpointPlugin)(n,e.getEndpointParameterInstructions())]}).s("AWSSSOOIDCService","CreateToken",{}).n("SSOOIDCClient","CreateTokenCommand").sc(see).build(){}});var jze,ubr,S3,Wze=R(()=>{jze=T(lt());aee();ree();ubr={CreateTokenCommand:iT},S3=class extends K0{};(0,jze.createAggregatedClient)(ubr,S3)});var zze=R(()=>{aee()});var lbr,dbr,Kze=R(()=>{lbr={KMS_ACCESS_DENIED:"KMS_AccessDeniedException"},dbr={KMS_DISABLED_KEY:"KMS_DisabledException",KMS_INVALID_KEY_USAGE:"KMS_InvalidKeyUsageException",KMS_INVALID_STATE:"KMS_InvalidStateException",KMS_KEY_NOT_FOUND:"KMS_NotFoundException"}});var Qze=R(()=>{});var cee={};st(cee,{$Command:()=>iee.Command,AccessDeniedException:()=>Q0,AccessDeniedException$:()=>xze,AccessDeniedExceptionReason:()=>lbr,AuthorizationPendingException:()=>Y0,AuthorizationPendingException$:()=>wze,CreateToken$:()=>see,CreateTokenCommand:()=>iT,CreateTokenRequest$:()=>$ze,CreateTokenResponse$:()=>Oze,ExpiredTokenException:()=>J0,ExpiredTokenException$:()=>kze,InternalServerException:()=>X0,InternalServerException$:()=>Nze,InvalidClientException:()=>Z0,InvalidClientException$:()=>Lze,InvalidGrantException:()=>eT,InvalidGrantException$:()=>Uze,InvalidRequestException:()=>tT,InvalidRequestException$:()=>Fze,InvalidRequestExceptionReason:()=>dbr,InvalidScopeException:()=>rT,InvalidScopeException$:()=>Mze,SSOOIDC:()=>S3,SSOOIDCClient:()=>K0,SSOOIDCServiceException:()=>vn,SSOOIDCServiceException$:()=>Hze,SlowDownException:()=>nT,SlowDownException$:()=>qze,UnauthorizedClientException:()=>sT,UnauthorizedClientException$:()=>Bze,UnsupportedGrantTypeException:()=>oT,UnsupportedGrantTypeException$:()=>Gze,__Client:()=>tee.Client});var uee=R(()=>{ree();Wze();zze();oee();Kze();nee();Qze();h3()});var Zze=O(cT=>{"use strict";var pbr=(Ai(),J(Uu)),mbr=(jX(),J(PVe)),Lo=Lt(),aT=yn(),fbr=require("fs"),gbr=({logger:t,signingName:e}={})=>async()=>{if(t?.debug?.("@aws-sdk/token-providers - fromEnvSigningName"),!e)throw new Lo.TokenProviderError("Please pass 'signingName' to compute environment variable key",{logger:t});let r=mbr.getBearerTokenEnvKey(e);if(!(r in process.env))throw new Lo.TokenProviderError(`Token not present in '${r}' environment variable`,{logger:t});let n={token:process.env[r]};return pbr.setTokenFeature(n,"BEARER_SERVICE_ENV_VARS","3"),n},hbr=300*1e3,lee="To refresh this SSO session run 'aws sso login' with the corresponding profile.",Sbr=async(t,e={},r)=>{let{SSOOIDCClient:n}=await Promise.resolve().then(()=>(uee(),cee)),s=i=>e.clientConfig?.[i]??e.parentClientConfig?.[i]??r?.[i];return new n(Object.assign({},e.clientConfig??{},{region:t??e.clientConfig?.region,logger:s("logger"),userAgentAppId:s("userAgentAppId")}))},ybr=async(t,e,r={},n)=>{let{CreateTokenCommand:s}=await Promise.resolve().then(()=>(uee(),cee));return(await Sbr(e,r,n)).send(new s({clientId:t.clientId,clientSecret:t.clientSecret,refreshToken:t.refreshToken,grantType:"refresh_token"}))},Yze=t=>{if(t.expiration&&t.expiration.getTime()<Date.now())throw new Lo.TokenProviderError(`Token is expired. ${lee}`,!1)},Ef=(t,e,r=!1)=>{if(typeof e>"u")throw new Lo.TokenProviderError(`Value not present for '${t}' in SSO Token${r?". Cannot refresh":""}. ${lee}`,!1)},{writeFile:Ebr}=fbr.promises,Cbr=(t,e)=>{let r=aT.getSSOTokenFilepath(t),n=JSON.stringify(e,null,2);return Ebr(r,n)},Jze=new Date(0),Xze=(t={})=>async({callerClientConfig:e}={})=>{t.logger?.debug("@aws-sdk/token-providers - fromSso");let r=await aT.parseKnownFiles(t),n=aT.getProfileName({profile:t.profile??e?.profile}),s=r[n];if(s){if(!s.sso_session)throw new Lo.TokenProviderError(`Profile '${n}' is missing required property 'sso_session'.`)}else throw new Lo.TokenProviderError(`Profile '${n}' could not be found in shared credentials file.`,!1);let o=s.sso_session,a=(await aT.loadSsoSessionData(t))[o];if(!a)throw new Lo.TokenProviderError(`Sso session '${o}' could not be found in shared credentials file.`,!1);for(let y of["sso_start_url","sso_region"])if(!a[y])throw new Lo.TokenProviderError(`Sso session '${o}' is missing required property '${y}'.`,!1);a.sso_start_url;let c=a.sso_region,u;try{u=await aT.getSSOTokenFromFile(o)}catch{throw new Lo.TokenProviderError(`The SSO session token associated with profile=${n} was not found or is invalid. ${lee}`,!1)}Ef("accessToken",u.accessToken),Ef("expiresAt",u.expiresAt);let{accessToken:f,expiresAt:m}=u,h={token:f,expiration:new Date(m)};if(h.expiration.getTime()-Date.now()>hbr)return h;if(Date.now()-Jze.getTime()<30*1e3)return Yze(h),h;Ef("clientId",u.clientId,!0),Ef("clientSecret",u.clientSecret,!0),Ef("refreshToken",u.refreshToken,!0);try{Jze.setTime(Date.now());let y=await ybr(u,c,t,e);Ef("accessToken",y.accessToken),Ef("expiresIn",y.expiresIn);let C=new Date(Date.now()+y.expiresIn*1e3);try{await Cbr(o,{...u,accessToken:y.accessToken,expiresAt:C.toISOString(),refreshToken:y.refreshToken})}catch{}return{token:y.accessToken,expiration:C}}catch{return Yze(h),h}},_br=({token:t,logger:e})=>async()=>{if(e?.debug("@aws-sdk/token-providers - fromStatic"),!t||!t.token)throw new Lo.TokenProviderError("Please pass a valid token to fromStatic",!1);return t},Rbr=(t={})=>Lo.memoize(Lo.chain(Xze(t),async()=>{throw new Lo.TokenProviderError("Could not load token from any providers",!1)}),e=>e.expiration!==void 0&&e.expiration.getTime()-Date.now()<3e5,e=>e.expiration!==void 0);cT.fromEnvSigningName=gbr;cT.fromSso=Xze;cT.fromStatic=_br;cT.nodeProvider=Rbr});var pee=O(Cp=>{"use strict";Object.defineProperty(Cp,"__esModule",{value:!0});Cp.resolveHttpAuthSchemeConfig=Cp.defaultSSOHttpAuthSchemeProvider=Cp.defaultSSOHttpAuthSchemeParametersProvider=void 0;var Tbr=(Ln(),J(fp)),dee=Nt(),Abr=async(t,e,r)=>({operation:(0,dee.getSmithyContext)(e).operation,region:await(0,dee.normalizeProvider)(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});Cp.defaultSSOHttpAuthSchemeParametersProvider=Abr;function Pbr(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"awsssoportal",region:t.region},propertiesExtractor:(e,r)=>({signingProperties:{config:e,context:r}})}}function y3(t){return{schemeId:"smithy.api#noAuth"}}var vbr=t=>{let e=[];switch(t.operation){case"GetRoleCredentials":{e.push(y3(t));break}case"ListAccountRoles":{e.push(y3(t));break}case"ListAccounts":{e.push(y3(t));break}case"Logout":{e.push(y3(t));break}default:e.push(Pbr(t))}return e};Cp.defaultSSOHttpAuthSchemeProvider=vbr;var bbr=t=>{let e=(0,Tbr.resolveAwsSdkSigV4Config)(t);return Object.assign(e,{authSchemePreference:(0,dee.normalizeProvider)(t.authSchemePreference??[])})};Cp.resolveHttpAuthSchemeConfig=bbr});var e6e=O((Qnn,Ibr)=>{Ibr.exports={name:"@aws-sdk/client-sso",description:"AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",version:"3.971.0",scripts:{build:"concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline client-sso","build:es":"tsc -p tsconfig.es.json","build:include:deps":'yarn g:turbo run build -F="$npm_package_name"',"build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4",clean:"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo sso","test:index":"tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"},main:"./dist-cjs/index.js",types:"./dist-types/index.d.ts",module:"./dist-es/index.js",sideEffects:!1,dependencies:{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"3.970.0","@aws-sdk/middleware-host-header":"3.969.0","@aws-sdk/middleware-logger":"3.969.0","@aws-sdk/middleware-recursion-detection":"3.969.0","@aws-sdk/middleware-user-agent":"3.970.0","@aws-sdk/region-config-resolver":"3.969.0","@aws-sdk/types":"3.969.0","@aws-sdk/util-endpoints":"3.970.0","@aws-sdk/util-user-agent-browser":"3.969.0","@aws-sdk/util-user-agent-node":"3.971.0","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.20.6","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.7","@smithy/middleware-retry":"^4.4.23","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.8","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.10.8","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.22","@smithy/util-defaults-mode-node":"^4.2.25","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0",tslib:"^2.6.2"},devDependencies:{"@tsconfig/node20":"20.1.8","@types/node":"^20.14.8",concurrently:"7.0.0","downlevel-dts":"0.10.1",rimraf:"5.0.10",typescript:"~5.8.3"},engines:{node:">=20.0.0"},typesVersions:{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},files:["dist-*/**"],author:{name:"AWS SDK for JavaScript Team",url:"https://aws.amazon.com/javascript/"},license:"Apache-2.0",browser:{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},homepage:"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso",repository:{type:"git",url:"https://github.com/aws/aws-sdk-js-v3.git",directory:"clients/client-sso"}}});var g6e=O(E3=>{"use strict";Object.defineProperty(E3,"__esModule",{value:!0});E3.ruleSet=void 0;var d6e="required",Di="fn",xi="argv",ty="ref",t6e=!0,r6e="isSet",uT="booleanEquals",ZS="error",ey="endpoint",Wu="tree",mee="PartitionResult",fee="getAttr",n6e={[d6e]:!1,type:"string"},s6e={[d6e]:!0,default:!1,type:"boolean"},o6e={[ty]:"Endpoint"},p6e={[Di]:uT,[xi]:[{[ty]:"UseFIPS"},!0]},m6e={[Di]:uT,[xi]:[{[ty]:"UseDualStack"},!0]},Ii={},i6e={[Di]:fee,[xi]:[{[ty]:mee},"supportsFIPS"]},f6e={[ty]:mee},a6e={[Di]:uT,[xi]:[!0,{[Di]:fee,[xi]:[f6e,"supportsDualStack"]}]},c6e=[p6e],u6e=[m6e],l6e=[{[ty]:"Region"}],Dbr={version:"1.0",parameters:{Region:n6e,UseDualStack:s6e,UseFIPS:s6e,Endpoint:n6e},rules:[{conditions:[{[Di]:r6e,[xi]:[o6e]}],rules:[{conditions:c6e,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:ZS},{conditions:u6e,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:ZS},{endpoint:{url:o6e,properties:Ii,headers:Ii},type:ey}],type:Wu},{conditions:[{[Di]:r6e,[xi]:l6e}],rules:[{conditions:[{[Di]:"aws.partition",[xi]:l6e,assign:mee}],rules:[{conditions:[p6e,m6e],rules:[{conditions:[{[Di]:uT,[xi]:[t6e,i6e]},a6e],rules:[{endpoint:{url:"https://portal.sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Ii,headers:Ii},type:ey}],type:Wu},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:ZS}],type:Wu},{conditions:c6e,rules:[{conditions:[{[Di]:uT,[xi]:[i6e,t6e]}],rules:[{conditions:[{[Di]:"stringEquals",[xi]:[{[Di]:fee,[xi]:[f6e,"name"]},"aws-us-gov"]}],endpoint:{url:"https://portal.sso.{Region}.amazonaws.com",properties:Ii,headers:Ii},type:ey},{endpoint:{url:"https://portal.sso-fips.{Region}.{PartitionResult#dnsSuffix}",properties:Ii,headers:Ii},type:ey}],type:Wu},{error:"FIPS is enabled but this partition does not support FIPS",type:ZS}],type:Wu},{conditions:u6e,rules:[{conditions:[a6e],rules:[{endpoint:{url:"https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Ii,headers:Ii},type:ey}],type:Wu},{error:"DualStack is enabled but this partition does not support DualStack",type:ZS}],type:Wu},{endpoint:{url:"https://portal.sso.{Region}.{PartitionResult#dnsSuffix}",properties:Ii,headers:Ii},type:ey}],type:Wu}],type:Wu},{error:"Invalid Configuration: Missing Region",type:ZS}]};E3.ruleSet=Dbr});var h6e=O(C3=>{"use strict";Object.defineProperty(C3,"__esModule",{value:!0});C3.defaultEndpointResolver=void 0;var xbr=mf(),gee=Gn(),wbr=g6e(),$br=new gee.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS"]}),Obr=(t,e={})=>$br.get(t,()=>(0,gee.resolveEndpoint)(wbr.ruleSet,{endpointParams:t,logger:e.logger}));C3.defaultEndpointResolver=Obr;gee.customEndpointFunctions.aws=xbr.awsEndpointFunctions});var E6e=O(_3=>{"use strict";Object.defineProperty(_3,"__esModule",{value:!0});_3.getRuntimeConfig=void 0;var kbr=(Ln(),J(fp)),Nbr=(ff(),J($Z)),Lbr=(Ws(),J(wS)),Ubr=lt(),Fbr=Sn(),S6e=De(),y6e=He(),Mbr=pee(),qbr=h6e(),Bbr=t=>({apiVersion:"2019-06-10",base64Decoder:t?.base64Decoder??S6e.fromBase64,base64Encoder:t?.base64Encoder??S6e.toBase64,disableHostPrefix:t?.disableHostPrefix??!1,endpointProvider:t?.endpointProvider??qbr.defaultEndpointResolver,extensions:t?.extensions??[],httpAuthSchemeProvider:t?.httpAuthSchemeProvider??Mbr.defaultSSOHttpAuthSchemeProvider,httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new kbr.AwsSdkSigV4Signer},{schemeId:"smithy.api#noAuth",identityProvider:e=>e.getIdentityProvider("smithy.api#noAuth")||(async()=>({})),signer:new Lbr.NoAuthSigner}],logger:t?.logger??new Ubr.NoOpLogger,protocol:t?.protocol??Nbr.AwsRestJsonProtocol,protocolSettings:t?.protocolSettings??{defaultNamespace:"com.amazonaws.sso",version:"2019-06-10",serviceTarget:"SWBPortalService"},serviceId:t?.serviceId??"SSO",urlParser:t?.urlParser??Fbr.parseUrl,utf8Decoder:t?.utf8Decoder??y6e.fromUtf8,utf8Encoder:t?.utf8Encoder??y6e.toUtf8});_3.getRuntimeConfig=Bbr});var P6e=O(T3=>{"use strict";Object.defineProperty(T3,"__esModule",{value:!0});T3.getRuntimeConfig=void 0;var Gbr=(Es(),J(ys)),Hbr=Gbr.__importDefault(e6e()),C6e=(Ln(),J(fp)),_6e=zS(),R3=At(),Vbr=Eo(),R6e=aa(),Cf=Jr(),T6e=hf(),A6e=lt(),jbr=Cn(),Wbr=KS(),zbr=Ps(),Kbr=E6e(),Qbr=t=>{(0,A6e.emitWarningIfUnsupportedVersion)(process.version);let e=(0,Wbr.resolveDefaultsModeConfig)(t),r=()=>e().then(A6e.loadConfigsForDefaultMode),n=(0,Kbr.getRuntimeConfig)(t);(0,C6e.emitWarningIfUnsupportedVersion)(process.version);let s={profile:t?.profile,logger:n.logger};return{...n,...t,runtime:"node",defaultsMode:e,authSchemePreference:t?.authSchemePreference??(0,Cf.loadConfig)(C6e.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,s),bodyLengthChecker:t?.bodyLengthChecker??jbr.calculateBodyLength,defaultUserAgentProvider:t?.defaultUserAgentProvider??(0,_6e.createDefaultUserAgentProvider)({serviceId:n.serviceId,clientVersion:Hbr.default.version}),maxAttempts:t?.maxAttempts??(0,Cf.loadConfig)(R6e.NODE_MAX_ATTEMPT_CONFIG_OPTIONS,t),region:t?.region??(0,Cf.loadConfig)(R3.NODE_REGION_CONFIG_OPTIONS,{...R3.NODE_REGION_CONFIG_FILE_OPTIONS,...s}),requestHandler:T6e.NodeHttpHandler.create(t?.requestHandler??r),retryMode:t?.retryMode??(0,Cf.loadConfig)({...R6e.NODE_RETRY_MODE_CONFIG_OPTIONS,default:async()=>(await r()).retryMode||zbr.DEFAULT_RETRY_MODE},t),sha256:t?.sha256??Vbr.Hash.bind(null,"sha256"),streamCollector:t?.streamCollector??T6e.streamCollector,useDualstackEndpoint:t?.useDualstackEndpoint??(0,Cf.loadConfig)(R3.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,s),useFipsEndpoint:t?.useFipsEndpoint??(0,Cf.loadConfig)(R3.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,s),userAgentAppId:t?.userAgentAppId??(0,Cf.loadConfig)(_6e.NODE_APP_ID_CONFIG_OPTIONS,s)}};T3.getRuntimeConfig=Qbr});var n8e=O(ft=>{"use strict";var v6e=_S(),Ybr=RS(),Jbr=TS(),b6e=gf(),Xbr=At(),lT=(Ws(),J(wS)),ny=(bt(),J(oq)),Zbr=So(),mT=gc(),I6e=aa(),la=lt(),D6e=pee(),eIr=P6e(),x6e=yf(),w6e=qe(),tIr=t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"awsssoportal"}),w3={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}},rIr=t=>{let e=t.httpAuthSchemes,r=t.httpAuthSchemeProvider,n=t.credentials;return{setHttpAuthScheme(s){let o=e.findIndex(i=>i.schemeId===s.schemeId);o===-1?e.push(s):e.splice(o,1,s)},httpAuthSchemes(){return e},setHttpAuthSchemeProvider(s){r=s},httpAuthSchemeProvider(){return r},setCredentials(s){n=s},credentials(){return n}}},nIr=t=>({httpAuthSchemes:t.httpAuthSchemes(),httpAuthSchemeProvider:t.httpAuthSchemeProvider(),credentials:t.credentials()}),sIr=(t,e)=>{let r=Object.assign(x6e.getAwsRegionExtensionConfiguration(t),la.getDefaultExtensionConfiguration(t),w6e.getHttpHandlerExtensionConfiguration(t),rIr(t));return e.forEach(n=>n.configure(r)),Object.assign(t,x6e.resolveAwsRegionExtensionConfiguration(r),la.resolveDefaultRuntimeConfig(r),w6e.resolveHttpHandlerRuntimeConfig(r),nIr(r))},ry=class extends la.Client{config;constructor(...[e]){let r=eIr.getRuntimeConfig(e||{});super(r),this.initConfig=r;let n=tIr(r),s=b6e.resolveUserAgentConfig(n),o=I6e.resolveRetryConfig(s),i=Xbr.resolveRegionConfig(o),a=v6e.resolveHostHeaderConfig(i),c=mT.resolveEndpointConfig(a),u=D6e.resolveHttpAuthSchemeConfig(c),f=sIr(u,e?.extensions||[]);this.config=f,this.middlewareStack.use(ny.getSchemaSerdePlugin(this.config)),this.middlewareStack.use(b6e.getUserAgentPlugin(this.config)),this.middlewareStack.use(I6e.getRetryPlugin(this.config)),this.middlewareStack.use(Zbr.getContentLengthPlugin(this.config)),this.middlewareStack.use(v6e.getHostHeaderPlugin(this.config)),this.middlewareStack.use(Ybr.getLoggerPlugin(this.config)),this.middlewareStack.use(Jbr.getRecursionDetectionPlugin(this.config)),this.middlewareStack.use(lT.getHttpAuthSchemeEndpointRuleSetPlugin(this.config,{httpAuthSchemeParametersProvider:D6e.defaultSSOHttpAuthSchemeParametersProvider,identityProviderConfigProvider:async m=>new lT.DefaultIdentityProviderConfig({"aws.auth#sigv4":m.credentials})})),this.middlewareStack.use(lT.getHttpSigningPlugin(this.config))}destroy(){super.destroy()}},_p=class t extends la.ServiceException{constructor(e){super(e),Object.setPrototypeOf(this,t.prototype)}},A3=class t extends _p{name="InvalidRequestException";$fault="client";constructor(e){super({name:"InvalidRequestException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},P3=class t extends _p{name="ResourceNotFoundException";$fault="client";constructor(e){super({name:"ResourceNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},v3=class t extends _p{name="TooManyRequestsException";$fault="client";constructor(e){super({name:"TooManyRequestsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},b3=class t extends _p{name="UnauthorizedException";$fault="client";constructor(e){super({name:"UnauthorizedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},oIr="AccountInfo",iIr="AccountListType",aIr="AccessTokenType",cIr="GetRoleCredentials",uIr="GetRoleCredentialsRequest",lIr="GetRoleCredentialsResponse",dIr="InvalidRequestException",pIr="Logout",mIr="ListAccounts",fIr="ListAccountsRequest",gIr="ListAccountRolesRequest",hIr="ListAccountRolesResponse",SIr="ListAccountsResponse",yIr="ListAccountRoles",EIr="LogoutRequest",CIr="RoleCredentials",_Ir="RoleInfo",RIr="RoleListType",TIr="ResourceNotFoundException",AIr="SecretAccessKeyType",PIr="SessionTokenType",vIr="TooManyRequestsException",bIr="UnauthorizedException",$3="accountId",IIr="accessKeyId",DIr="accountList",xIr="accountName",O3="accessToken",$6e="account_id",k3="client",N3="error",wIr="emailAddress",$Ir="expiration",L3="http",U3="httpError",F3="httpHeader",_f="httpQuery",M3="message",O6e="maxResults",k6e="max_result",q3="nextToken",N6e="next_token",OIr="roleCredentials",kIr="roleList",L6e="roleName",NIr="role_name",U6e="smithy.ts.sdk.synthetic.com.amazonaws.sso",LIr="secretAccessKey",UIr="sessionToken",B3="x-amz-sso_bearer_token",ur="com.amazonaws.sso",G3=[0,ur,aIr,8,0],FIr=[0,ur,AIr,8,0],MIr=[0,ur,PIr,8,0],F6e=[3,ur,oIr,0,[$3,xIr,wIr],[0,0,0]],M6e=[3,ur,uIr,0,[L6e,$3,O3],[[0,{[_f]:NIr}],[0,{[_f]:$6e}],[()=>G3,{[F3]:B3}]],3],q6e=[3,ur,lIr,0,[OIr],[[()=>K6e,0]]],B6e=[-3,ur,dIr,{[N3]:k3,[U3]:400},[M3],[0]];ny.TypeRegistry.for(ur).registerError(B6e,A3);var G6e=[3,ur,gIr,0,[O3,$3,q3,O6e],[[()=>G3,{[F3]:B3}],[0,{[_f]:$6e}],[0,{[_f]:N6e}],[1,{[_f]:k6e}]],2],H6e=[3,ur,hIr,0,[q3,kIr],[0,()=>GIr]],V6e=[3,ur,fIr,0,[O3,q3,O6e],[[()=>G3,{[F3]:B3}],[0,{[_f]:N6e}],[1,{[_f]:k6e}]],1],j6e=[3,ur,SIr,0,[q3,DIr],[0,()=>BIr]],W6e=[3,ur,EIr,0,[O3],[[()=>G3,{[F3]:B3}]],1],z6e=[-3,ur,TIr,{[N3]:k3,[U3]:404},[M3],[0]];ny.TypeRegistry.for(ur).registerError(z6e,P3);var K6e=[3,ur,CIr,0,[IIr,LIr,UIr,$Ir],[0,[()=>FIr,0],[()=>MIr,0],1]],Q6e=[3,ur,_Ir,0,[L6e,$3],[0,0]],Y6e=[-3,ur,vIr,{[N3]:k3,[U3]:429},[M3],[0]];ny.TypeRegistry.for(ur).registerError(Y6e,v3);var J6e=[-3,ur,bIr,{[N3]:k3,[U3]:401},[M3],[0]];ny.TypeRegistry.for(ur).registerError(J6e,b3);var qIr="unit",X6e=[-3,U6e,"SSOServiceException",0,[],[]];ny.TypeRegistry.for(U6e).registerError(X6e,_p);var BIr=[1,ur,iIr,0,()=>F6e],GIr=[1,ur,RIr,0,()=>Q6e],Z6e=[9,ur,cIr,{[L3]:["GET","/federation/credentials",200]},()=>M6e,()=>q6e],e8e=[9,ur,yIr,{[L3]:["GET","/assignment/roles",200]},()=>G6e,()=>H6e],t8e=[9,ur,mIr,{[L3]:["GET","/assignment/accounts",200]},()=>V6e,()=>j6e],r8e=[9,ur,pIr,{[L3]:["POST","/logout",200]},()=>W6e,()=>qIr],I3=class extends la.Command.classBuilder().ep(w3).m(function(e,r,n,s){return[mT.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("SWBPortalService","GetRoleCredentials",{}).n("SSOClient","GetRoleCredentialsCommand").sc(Z6e).build(){},dT=class extends la.Command.classBuilder().ep(w3).m(function(e,r,n,s){return[mT.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("SWBPortalService","ListAccountRoles",{}).n("SSOClient","ListAccountRolesCommand").sc(e8e).build(){},pT=class extends la.Command.classBuilder().ep(w3).m(function(e,r,n,s){return[mT.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("SWBPortalService","ListAccounts",{}).n("SSOClient","ListAccountsCommand").sc(t8e).build(){},D3=class extends la.Command.classBuilder().ep(w3).m(function(e,r,n,s){return[mT.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("SWBPortalService","Logout",{}).n("SSOClient","LogoutCommand").sc(r8e).build(){},HIr={GetRoleCredentialsCommand:I3,ListAccountRolesCommand:dT,ListAccountsCommand:pT,LogoutCommand:D3},x3=class extends ry{};la.createAggregatedClient(HIr,x3);var VIr=lT.createPaginator(ry,dT,"nextToken","nextToken","maxResults"),jIr=lT.createPaginator(ry,pT,"nextToken","nextToken","maxResults");Object.defineProperty(ft,"$Command",{enumerable:!0,get:function(){return la.Command}});Object.defineProperty(ft,"__Client",{enumerable:!0,get:function(){return la.Client}});ft.AccountInfo$=F6e;ft.GetRoleCredentials$=Z6e;ft.GetRoleCredentialsCommand=I3;ft.GetRoleCredentialsRequest$=M6e;ft.GetRoleCredentialsResponse$=q6e;ft.InvalidRequestException=A3;ft.InvalidRequestException$=B6e;ft.ListAccountRoles$=e8e;ft.ListAccountRolesCommand=dT;ft.ListAccountRolesRequest$=G6e;ft.ListAccountRolesResponse$=H6e;ft.ListAccounts$=t8e;ft.ListAccountsCommand=pT;ft.ListAccountsRequest$=V6e;ft.ListAccountsResponse$=j6e;ft.Logout$=r8e;ft.LogoutCommand=D3;ft.LogoutRequest$=W6e;ft.ResourceNotFoundException=P3;ft.ResourceNotFoundException$=z6e;ft.RoleCredentials$=K6e;ft.RoleInfo$=Q6e;ft.SSO=x3;ft.SSOClient=ry;ft.SSOServiceException=_p;ft.SSOServiceException$=X6e;ft.TooManyRequestsException=v3;ft.TooManyRequestsException$=Y6e;ft.UnauthorizedException=b3;ft.UnauthorizedException$=J6e;ft.paginateListAccountRoles=VIr;ft.paginateListAccounts=jIr});var o8e=O(hee=>{"use strict";var s8e=n8e();Object.defineProperty(hee,"GetRoleCredentialsCommand",{enumerable:!0,get:function(){return s8e.GetRoleCredentialsCommand}});Object.defineProperty(hee,"SSOClient",{enumerable:!0,get:function(){return s8e.SSOClient}})});var See=O(V3=>{"use strict";var da=Lt(),H3=yn(),i8e=(Ai(),J(Uu)),WIr=Zze(),c8e=t=>t&&(typeof t.sso_start_url=="string"||typeof t.sso_account_id=="string"||typeof t.sso_session=="string"||typeof t.sso_region=="string"||typeof t.sso_role_name=="string"),fT=!1,a8e=async({ssoStartUrl:t,ssoSession:e,ssoAccountId:r,ssoRegion:n,ssoRoleName:s,ssoClient:o,clientConfig:i,parentClientConfig:a,callerClientConfig:c,profile:u,filepath:f,configFilepath:m,ignoreCache:h,logger:y})=>{let C,I="To refresh this SSO session run aws sso login with the corresponding profile.";if(e)try{let Je=await WIr.fromSso({profile:u,filepath:f,configFilepath:m,ignoreCache:h})();C={accessToken:Je.token,expiresAt:new Date(Je.expiration).toISOString()}}catch(Je){throw new da.CredentialsProviderError(Je.message,{tryNextLink:fT,logger:y})}else try{C=await H3.getSSOTokenFromFile(t)}catch{throw new da.CredentialsProviderError(`The SSO session associated with this profile is invalid. ${I}`,{tryNextLink:fT,logger:y})}if(new Date(C.expiresAt).getTime()-Date.now()<=0)throw new da.CredentialsProviderError(`The SSO session associated with this profile has expired. ${I}`,{tryNextLink:fT,logger:y});let{accessToken:$}=C,{SSOClient:N,GetRoleCredentialsCommand:U}=await Promise.resolve().then(function(){return o8e()}),B=o||new N(Object.assign({},i??{},{logger:i?.logger??c?.logger??a?.logger,region:i?.region??n,userAgentAppId:i?.userAgentAppId??c?.userAgentAppId??a?.userAgentAppId})),W;try{W=await B.send(new U({accountId:r,roleName:s,accessToken:$}))}catch(Je){throw new da.CredentialsProviderError(Je,{tryNextLink:fT,logger:y})}let{roleCredentials:{accessKeyId:j,secretAccessKey:te,sessionToken:Ce,expiration:V,credentialScope:Y,accountId:ne}={}}=W;if(!j||!te||!Ce||!V)throw new da.CredentialsProviderError("SSO returns an invalid temporary credential.",{tryNextLink:fT,logger:y});let ge={accessKeyId:j,secretAccessKey:te,sessionToken:Ce,expiration:new Date(V),...Y&&{credentialScope:Y},...ne&&{accountId:ne}};return e?i8e.setCredentialFeature(ge,"CREDENTIALS_SSO","s"):i8e.setCredentialFeature(ge,"CREDENTIALS_SSO_LEGACY","u"),ge},u8e=(t,e)=>{let{sso_start_url:r,sso_account_id:n,sso_region:s,sso_role_name:o}=t;if(!r||!n||!s||!o)throw new da.CredentialsProviderError(`Profile is configured with invalid SSO credentials. Required parameters "sso_account_id", "sso_region", "sso_role_name", "sso_start_url". Got ${Object.keys(t).join(", ")}
|
|
179
|
+
Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html`,{tryNextLink:!1,logger:e});return t},zIr=(t={})=>async({callerClientConfig:e}={})=>{t.logger?.debug("@aws-sdk/credential-provider-sso - fromSSO");let{ssoStartUrl:r,ssoAccountId:n,ssoRegion:s,ssoRoleName:o,ssoSession:i}=t,{ssoClient:a}=t,c=H3.getProfileName({profile:t.profile??e?.profile});if(!r&&!n&&!s&&!o&&!i){let f=(await H3.parseKnownFiles(t))[c];if(!f)throw new da.CredentialsProviderError(`Profile ${c} was not found.`,{logger:t.logger});if(!c8e(f))throw new da.CredentialsProviderError(`Profile ${c} is not configured with SSO credentials.`,{logger:t.logger});if(f?.sso_session){let N=(await H3.loadSsoSessionData(t))[f.sso_session],U=` configurations in profile ${c} and sso-session ${f.sso_session}`;if(s&&s!==N.sso_region)throw new da.CredentialsProviderError("Conflicting SSO region"+U,{tryNextLink:!1,logger:t.logger});if(r&&r!==N.sso_start_url)throw new da.CredentialsProviderError("Conflicting SSO start_url"+U,{tryNextLink:!1,logger:t.logger});f.sso_region=N.sso_region,f.sso_start_url=N.sso_start_url}let{sso_start_url:m,sso_account_id:h,sso_region:y,sso_role_name:C,sso_session:I}=u8e(f,t.logger);return a8e({ssoStartUrl:m,ssoSession:I,ssoAccountId:h,ssoRegion:y,ssoRoleName:C,ssoClient:a,clientConfig:t.clientConfig,parentClientConfig:t.parentClientConfig,callerClientConfig:t.callerClientConfig,profile:c,filepath:t.filepath,configFilepath:t.configFilepath,ignoreCache:t.ignoreCache,logger:t.logger})}else{if(!r||!n||!s||!o)throw new da.CredentialsProviderError('Incomplete configuration. The fromSSO() argument hash must include "ssoStartUrl", "ssoAccountId", "ssoRegion", "ssoRoleName"',{tryNextLink:!1,logger:t.logger});return a8e({ssoStartUrl:r,ssoSession:i,ssoAccountId:n,ssoRegion:s,ssoRoleName:o,ssoClient:a,clientConfig:t.clientConfig,parentClientConfig:t.parentClientConfig,callerClientConfig:t.callerClientConfig,profile:c,filepath:t.filepath,configFilepath:t.configFilepath,ignoreCache:t.ignoreCache,logger:t.logger})}};V3.fromSSO=zIr;V3.isSsoProfile=c8e;V3.validateSsoProfile=u8e});function KIr(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"signin",region:t.region},propertiesExtractor:(e,r)=>({signingProperties:{config:e,context:r}})}}function QIr(t){return{schemeId:"smithy.api#noAuth"}}var gT,l8e,d8e,p8e,yee=R(()=>{Ln();gT=T(Nt()),l8e=async(t,e,r)=>({operation:(0,gT.getSmithyContext)(e).operation,region:await(0,gT.normalizeProvider)(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});d8e=t=>{let e=[];switch(t.operation){case"CreateOAuth2Token":{e.push(QIr(t));break}default:e.push(KIr(t))}return e},p8e=t=>{let e=Fu(t);return Object.assign(e,{authSchemePreference:(0,gT.normalizeProvider)(t.authSchemePreference??[])})}});var m8e,f8e,Eee=R(()=>{m8e=t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"signin"}),f8e={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}}});var R8e,fs,g8e,Rf,sy,Rp,pa,z3,Cee,h8e,S8e,y8e,_ee,Ree,ms,Tee,j3,W3,E8e,C8e,_8e,YIr,T8e,A8e=R(()=>{R8e="required",fs="argv",g8e="isSet",Rf="booleanEquals",sy="error",Rp="endpoint",pa="tree",z3="PartitionResult",Cee="stringEquals",h8e={[R8e]:!0,default:!1,type:"boolean"},S8e={[R8e]:!1,type:"string"},y8e={ref:"Endpoint"},_ee={fn:Rf,[fs]:[{ref:"UseFIPS"},!0]},Ree={fn:Rf,[fs]:[{ref:"UseDualStack"},!0]},ms={},Tee={fn:"getAttr",[fs]:[{ref:z3},"name"]},j3={fn:Rf,[fs]:[{ref:"UseFIPS"},!1]},W3={fn:Rf,[fs]:[{ref:"UseDualStack"},!1]},E8e={fn:"getAttr",[fs]:[{ref:z3},"supportsFIPS"]},C8e={fn:Rf,[fs]:[!0,{fn:"getAttr",[fs]:[{ref:z3},"supportsDualStack"]}]},_8e=[{ref:"Region"}],YIr={version:"1.0",parameters:{UseDualStack:h8e,UseFIPS:h8e,Endpoint:S8e,Region:S8e},rules:[{conditions:[{fn:g8e,[fs]:[y8e]}],rules:[{conditions:[_ee],error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:sy},{rules:[{conditions:[Ree],error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:sy},{endpoint:{url:y8e,properties:ms,headers:ms},type:Rp}],type:pa}],type:pa},{rules:[{conditions:[{fn:g8e,[fs]:_8e}],rules:[{conditions:[{fn:"aws.partition",[fs]:_8e,assign:z3}],rules:[{conditions:[{fn:Cee,[fs]:[Tee,"aws"]},j3,W3],endpoint:{url:"https://{Region}.signin.aws.amazon.com",properties:ms,headers:ms},type:Rp},{conditions:[{fn:Cee,[fs]:[Tee,"aws-cn"]},j3,W3],endpoint:{url:"https://{Region}.signin.amazonaws.cn",properties:ms,headers:ms},type:Rp},{conditions:[{fn:Cee,[fs]:[Tee,"aws-us-gov"]},j3,W3],endpoint:{url:"https://{Region}.signin.amazonaws-us-gov.com",properties:ms,headers:ms},type:Rp},{conditions:[_ee,Ree],rules:[{conditions:[{fn:Rf,[fs]:[!0,E8e]},C8e],rules:[{endpoint:{url:"https://signin-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:ms,headers:ms},type:Rp}],type:pa},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:sy}],type:pa},{conditions:[_ee,W3],rules:[{conditions:[{fn:Rf,[fs]:[E8e,!0]}],rules:[{endpoint:{url:"https://signin-fips.{Region}.{PartitionResult#dnsSuffix}",properties:ms,headers:ms},type:Rp}],type:pa},{error:"FIPS is enabled but this partition does not support FIPS",type:sy}],type:pa},{conditions:[j3,Ree],rules:[{conditions:[C8e],rules:[{endpoint:{url:"https://signin.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:ms,headers:ms},type:Rp}],type:pa},{error:"DualStack is enabled but this partition does not support DualStack",type:sy}],type:pa},{endpoint:{url:"https://signin.{Region}.{PartitionResult#dnsSuffix}",properties:ms,headers:ms},type:Rp}],type:pa}],type:pa},{error:"Invalid Configuration: Missing Region",type:sy}],type:pa}]},T8e=YIr});var P8e,oy,JIr,v8e,b8e=R(()=>{P8e=T(mf()),oy=T(Gn());A8e();JIr=new oy.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS"]}),v8e=(t,e={})=>JIr.get(t,()=>(0,oy.resolveEndpoint)(T8e,{endpointParams:t,logger:e.logger}));oy.customEndpointFunctions.aws=P8e.awsEndpointFunctions});var I8e,D8e,K3,Q3,x8e,w8e=R(()=>{Ln();ff();Ws();I8e=T(lt()),D8e=T(Sn()),K3=T(De()),Q3=T(He());yee();b8e();x8e=t=>({apiVersion:"2023-01-01",base64Decoder:t?.base64Decoder??K3.fromBase64,base64Encoder:t?.base64Encoder??K3.toBase64,disableHostPrefix:t?.disableHostPrefix??!1,endpointProvider:t?.endpointProvider??v8e,extensions:t?.extensions??[],httpAuthSchemeProvider:t?.httpAuthSchemeProvider??d8e,httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new ds},{schemeId:"smithy.api#noAuth",identityProvider:e=>e.getIdentityProvider("smithy.api#noAuth")||(async()=>({})),signer:new oa}],logger:t?.logger??new I8e.NoOpLogger,protocol:t?.protocol??dp,protocolSettings:t?.protocolSettings??{defaultNamespace:"com.amazonaws.signin",version:"2023-01-01",serviceTarget:"Signin"},serviceId:t?.serviceId??"Signin",urlParser:t?.urlParser??D8e.parseUrl,utf8Decoder:t?.utf8Decoder??Q3.fromUtf8,utf8Encoder:t?.utf8Encoder??Q3.toUtf8})});var Y3,Ap,$8e,J3,Tp,X3,Z3,O8e,k8e,N8e,L8e,U8e=R(()=>{n3();Ln();Y3=T(zS()),Ap=T(At()),$8e=T(Eo()),J3=T(aa()),Tp=T(Jr()),X3=T(hf()),Z3=T(lt()),O8e=T(Cn()),k8e=T(KS()),N8e=T(Ps());w8e();L8e=t=>{(0,Z3.emitWarningIfUnsupportedVersion)(process.version);let e=(0,k8e.resolveDefaultsModeConfig)(t),r=()=>e().then(Z3.loadConfigsForDefaultMode),n=x8e(t);tp(process.version);let s={profile:t?.profile,logger:n.logger};return{...n,...t,runtime:"node",defaultsMode:e,authSchemePreference:t?.authSchemePreference??(0,Tp.loadConfig)(np,s),bodyLengthChecker:t?.bodyLengthChecker??O8e.calculateBodyLength,defaultUserAgentProvider:t?.defaultUserAgentProvider??(0,Y3.createDefaultUserAgentProvider)({serviceId:n.serviceId,clientVersion:WS.version}),maxAttempts:t?.maxAttempts??(0,Tp.loadConfig)(J3.NODE_MAX_ATTEMPT_CONFIG_OPTIONS,t),region:t?.region??(0,Tp.loadConfig)(Ap.NODE_REGION_CONFIG_OPTIONS,{...Ap.NODE_REGION_CONFIG_FILE_OPTIONS,...s}),requestHandler:X3.NodeHttpHandler.create(t?.requestHandler??r),retryMode:t?.retryMode??(0,Tp.loadConfig)({...J3.NODE_RETRY_MODE_CONFIG_OPTIONS,default:async()=>(await r()).retryMode||N8e.DEFAULT_RETRY_MODE},t),sha256:t?.sha256??$8e.Hash.bind(null,"sha256"),streamCollector:t?.streamCollector??X3.streamCollector,useDualstackEndpoint:t?.useDualstackEndpoint??(0,Tp.loadConfig)(Ap.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,s),useFipsEndpoint:t?.useFipsEndpoint??(0,Tp.loadConfig)(Ap.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,s),userAgentAppId:t?.userAgentAppId??(0,Tp.loadConfig)(Y3.NODE_APP_ID_CONFIG_OPTIONS,s)}}});var F8e,M8e,q8e=R(()=>{F8e=t=>{let e=t.httpAuthSchemes,r=t.httpAuthSchemeProvider,n=t.credentials;return{setHttpAuthScheme(s){let o=e.findIndex(i=>i.schemeId===s.schemeId);o===-1?e.push(s):e.splice(o,1,s)},httpAuthSchemes(){return e},setHttpAuthSchemeProvider(s){r=s},httpAuthSchemeProvider(){return r},setCredentials(s){n=s},credentials(){return n}}},M8e=t=>({httpAuthSchemes:t.httpAuthSchemes(),httpAuthSchemeProvider:t.httpAuthSchemeProvider(),credentials:t.credentials()})});var eB,tB,rB,B8e,G8e=R(()=>{eB=T(yf()),tB=T(qe()),rB=T(lt());q8e();B8e=(t,e)=>{let r=Object.assign((0,eB.getAwsRegionExtensionConfiguration)(t),(0,rB.getDefaultExtensionConfiguration)(t),(0,tB.getHttpHandlerExtensionConfiguration)(t),F8e(t));return e.forEach(n=>n.configure(r)),Object.assign(t,(0,eB.resolveAwsRegionExtensionConfiguration)(r),(0,rB.resolveDefaultRuntimeConfig)(r),(0,tB.resolveHttpHandlerRuntimeConfig)(r),M8e(r))}});var nB,H8e,V8e,sB,j8e,W8e,z8e,oB,Aee,hT,Pee=R(()=>{nB=T(_S()),H8e=T(RS()),V8e=T(TS()),sB=T(gf()),j8e=T(At());Ws();bt();W8e=T(So()),z8e=T(gc()),oB=T(aa()),Aee=T(lt());yee();Eee();U8e();G8e();hT=class extends Aee.Client{config;constructor(...[e]){let r=L8e(e||{});super(r),this.initConfig=r;let n=m8e(r),s=(0,sB.resolveUserAgentConfig)(n),o=(0,oB.resolveRetryConfig)(s),i=(0,j8e.resolveRegionConfig)(o),a=(0,nB.resolveHostHeaderConfig)(i),c=(0,z8e.resolveEndpointConfig)(a),u=p8e(c),f=B8e(u,e?.extensions||[]);this.config=f,this.middlewareStack.use(of(this.config)),this.middlewareStack.use((0,sB.getUserAgentPlugin)(this.config)),this.middlewareStack.use((0,oB.getRetryPlugin)(this.config)),this.middlewareStack.use((0,W8e.getContentLengthPlugin)(this.config)),this.middlewareStack.use((0,nB.getHostHeaderPlugin)(this.config)),this.middlewareStack.use((0,H8e.getLoggerPlugin)(this.config)),this.middlewareStack.use((0,V8e.getRecursionDetectionPlugin)(this.config)),this.middlewareStack.use(nf(this.config,{httpAuthSchemeParametersProvider:l8e,identityProviderConfigProvider:async m=>new Lu({"aws.auth#sigv4":m.credentials})})),this.middlewareStack.use(sf(this.config))}destroy(){super.destroy()}}});var K8e,ma,iB=R(()=>{K8e=T(lt()),ma=class t extends K8e.ServiceException{constructor(e){super(e),Object.setPrototypeOf(this,t.prototype)}}});var ST,yT,ET,CT,vee=R(()=>{iB();ST=class t extends ma{name="AccessDeniedException";$fault="client";error;constructor(e){super({name:"AccessDeniedException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error}},yT=class t extends ma{name="InternalServerException";$fault="server";error;constructor(e){super({name:"InternalServerException",$fault:"server",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error}},ET=class t extends ma{name="TooManyRequestsError";$fault="client";error;constructor(e){super({name:"TooManyRequestsError",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error}},CT=class t extends ma{name="ValidationException";$fault="client";error;constructor(e){super({name:"ValidationException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.error=e.error}}});var XIr,ZIr,eDr,tDr,rDr,nDr,sDr,oDr,iDr,aDr,cDr,Q8e,Y8e,bee,J8e,X8e,uDr,Pp,Z8e,eKe,lDr,Iee,tKe,Uo,cB,aB,rKe,dDr,nKe,sKe,iKe,pDr,mDr,oKe,Qs,aKe,cKe,uKe,lKe,dKe,pKe,mKe,fKe,gKe,hKe,SKe,Dee,xee=R(()=>{bt();vee();iB();XIr="AccessDeniedException",ZIr="AccessToken",eDr="CreateOAuth2Token",tDr="CreateOAuth2TokenRequest",rDr="CreateOAuth2TokenRequestBody",nDr="CreateOAuth2TokenResponseBody",sDr="CreateOAuth2TokenResponse",oDr="InternalServerException",iDr="RefreshToken",aDr="TooManyRequestsError",cDr="ValidationException",Q8e="accessKeyId",Y8e="accessToken",bee="client",J8e="clientId",X8e="codeVerifier",uDr="code",Pp="error",Z8e="expiresIn",eKe="grantType",lDr="http",Iee="httpError",tKe="idToken",Uo="jsonName",cB="message",aB="refreshToken",rKe="redirectUri",dDr="server",nKe="secretAccessKey",sKe="sessionToken",iKe="smithy.ts.sdk.synthetic.com.amazonaws.signin",pDr="tokenInput",mDr="tokenOutput",oKe="tokenType",Qs="com.amazonaws.signin",aKe=[0,Qs,iDr,8,0],cKe=[-3,Qs,XIr,{[Pp]:bee},[Pp,cB],[0,0],2];ze.for(Qs).registerError(cKe,ST);uKe=[3,Qs,ZIr,8,[Q8e,nKe,sKe],[[0,{[Uo]:Q8e}],[0,{[Uo]:nKe}],[0,{[Uo]:sKe}]],3],lKe=[3,Qs,tDr,0,[pDr],[[()=>dKe,16]],1],dKe=[3,Qs,rDr,0,[J8e,eKe,uDr,rKe,X8e,aB],[[0,{[Uo]:J8e}],[0,{[Uo]:eKe}],0,[0,{[Uo]:rKe}],[0,{[Uo]:X8e}],[()=>aKe,{[Uo]:aB}]],2],pKe=[3,Qs,sDr,0,[mDr],[[()=>mKe,16]],1],mKe=[3,Qs,nDr,0,[Y8e,oKe,Z8e,aB,tKe],[[()=>uKe,{[Uo]:Y8e}],[0,{[Uo]:oKe}],[1,{[Uo]:Z8e}],[()=>aKe,{[Uo]:aB}],[0,{[Uo]:tKe}]],4],fKe=[-3,Qs,oDr,{[Pp]:dDr,[Iee]:500},[Pp,cB],[0,0],2];ze.for(Qs).registerError(fKe,yT);gKe=[-3,Qs,aDr,{[Pp]:bee,[Iee]:429},[Pp,cB],[0,0],2];ze.for(Qs).registerError(gKe,ET);hKe=[-3,Qs,cDr,{[Pp]:bee,[Iee]:400},[Pp,cB],[0,0],2];ze.for(Qs).registerError(hKe,CT);SKe=[-3,iKe,"SigninServiceException",0,[],[]];ze.for(iKe).registerError(SKe,ma);Dee=[9,Qs,eDr,{[lDr]:["POST","/v1/token",200]},()=>lKe,()=>pKe]});var yKe,wee,_T,$ee=R(()=>{yKe=T(gc()),wee=T(lt());Eee();xee();_T=class extends wee.Command.classBuilder().ep(f8e).m(function(e,r,n,s){return[(0,yKe.getEndpointPlugin)(n,e.getEndpointParameterInstructions())]}).s("Signin","CreateOAuth2Token",{}).n("SigninClient","CreateOAuth2TokenCommand").sc(Dee).build(){}});var EKe,fDr,uB,CKe=R(()=>{EKe=T(lt());$ee();Pee();fDr={CreateOAuth2TokenCommand:_T},uB=class extends hT{};(0,EKe.createAggregatedClient)(fDr,uB)});var _Ke=R(()=>{$ee()});var gDr,RKe=R(()=>{gDr={AUTHCODE_EXPIRED:"AUTHCODE_EXPIRED",INSUFFICIENT_PERMISSIONS:"INSUFFICIENT_PERMISSIONS",INVALID_REQUEST:"INVALID_REQUEST",SERVER_ERROR:"server_error",TOKEN_EXPIRED:"TOKEN_EXPIRED",USER_CREDENTIALS_CHANGED:"USER_CREDENTIALS_CHANGED"}});var TKe=R(()=>{});var AKe={};st(AKe,{$Command:()=>wee.Command,AccessDeniedException:()=>ST,AccessDeniedException$:()=>cKe,AccessToken$:()=>uKe,CreateOAuth2Token$:()=>Dee,CreateOAuth2TokenCommand:()=>_T,CreateOAuth2TokenRequest$:()=>lKe,CreateOAuth2TokenRequestBody$:()=>dKe,CreateOAuth2TokenResponse$:()=>pKe,CreateOAuth2TokenResponseBody$:()=>mKe,InternalServerException:()=>yT,InternalServerException$:()=>fKe,OAuth2ErrorCode:()=>gDr,Signin:()=>uB,SigninClient:()=>hT,SigninServiceException:()=>ma,SigninServiceException$:()=>SKe,TooManyRequestsError:()=>ET,TooManyRequestsError$:()=>gKe,ValidationException:()=>CT,ValidationException$:()=>hKe,__Client:()=>Aee.Client});var PKe=R(()=>{Pee();CKe();_Ke();xee();RKe();vee();TKe();iB()});var bKe=O(vKe=>{"use strict";var hDr=(Ai(),J(Uu)),vp=Lt(),Nee=yn(),SDr=qe(),lB=require("node:crypto"),Oee=require("node:fs"),yDr=require("node:os"),kee=require("node:path"),Lee=class t{profileData;init;callerClientConfig;static REFRESH_THRESHOLD=300*1e3;constructor(e,r,n){this.profileData=e,this.init=r,this.callerClientConfig=n}async loadCredentials(){let e=await this.loadToken();if(!e)throw new vp.CredentialsProviderError(`Failed to load a token for session ${this.loginSession}, please re-authenticate using aws login`,{tryNextLink:!1,logger:this.logger});let r=e.accessToken,n=Date.now();return new Date(r.expiresAt).getTime()-n<=t.REFRESH_THRESHOLD?this.refresh(e):{accessKeyId:r.accessKeyId,secretAccessKey:r.secretAccessKey,sessionToken:r.sessionToken,accountId:r.accountId,expiration:new Date(r.expiresAt)}}get logger(){return this.init?.logger}get loginSession(){return this.profileData.login_session}async refresh(e){let{SigninClient:r,CreateOAuth2TokenCommand:n}=await Promise.resolve().then(()=>(PKe(),AKe)),{logger:s,userAgentAppId:o}=this.callerClientConfig??{},a=(m=>m?.metadata?.handlerProtocol==="h2")(this.callerClientConfig?.requestHandler)?void 0:this.callerClientConfig?.requestHandler,c=this.profileData.region??await this.callerClientConfig?.region?.()??process.env.AWS_REGION,u=new r({credentials:{accessKeyId:"",secretAccessKey:""},region:c,requestHandler:a,logger:s,userAgentAppId:o,...this.init?.clientConfig});this.createDPoPInterceptor(u.middlewareStack);let f={tokenInput:{clientId:e.clientId,refreshToken:e.refreshToken,grantType:"refresh_token"}};try{let m=await u.send(new n(f)),{accessKeyId:h,secretAccessKey:y,sessionToken:C}=m.tokenOutput?.accessToken??{},{refreshToken:I,expiresIn:$}=m.tokenOutput??{};if(!h||!y||!C||!I)throw new vp.CredentialsProviderError("Token refresh response missing required fields",{logger:this.logger,tryNextLink:!1});let N=($??900)*1e3,U=new Date(Date.now()+N),B={...e,accessToken:{...e.accessToken,accessKeyId:h,secretAccessKey:y,sessionToken:C,expiresAt:U.toISOString()},refreshToken:I};await this.saveToken(B);let W=B.accessToken;return{accessKeyId:W.accessKeyId,secretAccessKey:W.secretAccessKey,sessionToken:W.sessionToken,accountId:W.accountId,expiration:U}}catch(m){if(m.name==="AccessDeniedException"){let h=m.error,y;switch(h){case"TOKEN_EXPIRED":y="Your session has expired. Please reauthenticate.";break;case"USER_CREDENTIALS_CHANGED":y="Unable to refresh credentials because of a change in your password. Please reauthenticate with your new password.";break;case"INSUFFICIENT_PERMISSIONS":y="Unable to refresh credentials due to insufficient permissions. You may be missing permission for the 'CreateOAuth2Token' action.";break;default:y=`Failed to refresh token: ${String(m)}. Please re-authenticate using \`aws login\``}throw new vp.CredentialsProviderError(y,{logger:this.logger,tryNextLink:!1})}throw new vp.CredentialsProviderError(`Failed to refresh token: ${String(m)}. Please re-authenticate using aws login`,{logger:this.logger})}}async loadToken(){let e=this.getTokenFilePath();try{let r;try{r=await Nee.readFile(e,{ignoreCache:this.init?.ignoreCache})}catch{r=await Oee.promises.readFile(e,"utf8")}let n=JSON.parse(r),s=["accessToken","clientId","refreshToken","dpopKey"].filter(o=>!n[o]);if(n.accessToken?.accountId||s.push("accountId"),s.length>0)throw new vp.CredentialsProviderError(`Token validation failed, missing fields: ${s.join(", ")}`,{logger:this.logger,tryNextLink:!1});return n}catch(r){throw new vp.CredentialsProviderError(`Failed to load token from ${e}: ${String(r)}`,{logger:this.logger,tryNextLink:!1})}}async saveToken(e){let r=this.getTokenFilePath(),n=kee.dirname(r);try{await Oee.promises.mkdir(n,{recursive:!0})}catch{}await Oee.promises.writeFile(r,JSON.stringify(e,null,2),"utf8")}getTokenFilePath(){let e=process.env.AWS_LOGIN_CACHE_DIRECTORY??kee.join(yDr.homedir(),".aws","login","cache"),r=Buffer.from(this.loginSession,"utf8"),n=lB.createHash("sha256").update(r).digest("hex");return kee.join(e,`${n}.json`)}derToRawSignature(e){let r=2;if(e[r]!==2)throw new Error("Invalid DER signature");r++;let n=e[r++],s=e.subarray(r,r+n);if(r+=n,e[r]!==2)throw new Error("Invalid DER signature");r++;let o=e[r++],i=e.subarray(r,r+o);s=s[0]===0?s.subarray(1):s,i=i[0]===0?i.subarray(1):i;let a=Buffer.concat([Buffer.alloc(32-s.length),s]),c=Buffer.concat([Buffer.alloc(32-i.length),i]);return Buffer.concat([a,c])}createDPoPInterceptor(e){e.add(r=>async n=>{if(SDr.HttpRequest.isInstance(n.request)){let s=n.request,o=`${s.protocol}//${s.hostname}${s.port?`:${s.port}`:""}${s.path}`,i=await this.generateDpop(s.method,o);s.headers={...s.headers,DPoP:i}}return r(n)},{step:"finalizeRequest",name:"dpopInterceptor",override:!0})}async generateDpop(e="POST",r){let n=await this.loadToken();try{let s=lB.createPrivateKey({key:n.dpopKey,format:"pem",type:"sec1"}),i=lB.createPublicKey(s).export({format:"der",type:"spki"}),a=-1;for(let U=0;U<i.length;U++)if(i[U]===4){a=U;break}let c=i.slice(a+1,a+33),u=i.slice(a+33,a+65),f={alg:"ES256",typ:"dpop+jwt",jwk:{kty:"EC",crv:"P-256",x:c.toString("base64url"),y:u.toString("base64url")}},m={jti:crypto.randomUUID(),htm:e,htu:r,iat:Math.floor(Date.now()/1e3)},h=Buffer.from(JSON.stringify(f)).toString("base64url"),y=Buffer.from(JSON.stringify(m)).toString("base64url"),C=`${h}.${y}`,I=lB.sign("sha256",Buffer.from(C),s),N=this.derToRawSignature(I).toString("base64url");return`${C}.${N}`}catch(s){throw new vp.CredentialsProviderError(`Failed to generate Dpop proof: ${s instanceof Error?s.message:String(s)}`,{logger:this.logger,tryNextLink:!1})}}},EDr=t=>async({callerClientConfig:e}={})=>{t?.logger?.debug?.("@aws-sdk/credential-providers - fromLoginCredentials");let r=await Nee.parseKnownFiles(t||{}),n=Nee.getProfileName({profile:t?.profile??e?.profile}),s=r[n];if(!s?.login_session)throw new vp.CredentialsProviderError(`Profile ${n} does not contain login_session.`,{tryNextLink:!0,logger:t?.logger});let i=await new Lee(s,t,e).loadCredentials();return hDr.setCredentialFeature(i,"CREDENTIALS_LOGIN","AD")};vKe.fromLoginCredentials=EDr});function CDr(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"sts",region:t.region},propertiesExtractor:(e,r)=>({signingProperties:{config:e,context:r}})}}function _Dr(t){return{schemeId:"smithy.api#noAuth"}}var RT,IKe,DKe,RDr,xKe,Uee=R(()=>{Ln();RT=T(Nt());TT();IKe=async(t,e,r)=>({operation:(0,RT.getSmithyContext)(e).operation,region:await(0,RT.normalizeProvider)(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});DKe=t=>{let e=[];switch(t.operation){case"AssumeRoleWithWebIdentity":{e.push(_Dr(t));break}default:e.push(CDr(t))}return e},RDr=t=>Object.assign(t,{stsClientCtor:yc}),xKe=t=>{let e=RDr(t),r=Fu(e);return Object.assign(r,{authSchemePreference:(0,RT.normalizeProvider)(t.authSchemePreference??[])})}});var wKe,dB,pB=R(()=>{wKe=t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,useGlobalEndpoint:t.useGlobalEndpoint??!1,defaultSigningName:"sts"}),dB={UseGlobalEndpoint:{type:"builtInParams",name:"useGlobalEndpoint"},UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}}});var GKe,tt,Rt,bp,Un,HKe,VKe,Ar,$Ke,Ec,iy,Mee,OKe,Fee,jKe,kKe,Fn,NKe,WKe,zKe,gs,Fo,LKe,KKe,QKe,UKe,YKe,FKe,MKe,qKe,BKe,TDr,JKe,XKe=R(()=>{GKe="required",tt="type",Rt="argv",bp="booleanEquals",Un="stringEquals",HKe="sigv4",VKe="us-east-1",Ar="endpoint",$Ke="https://sts.{Region}.{PartitionResult#dnsSuffix}",Ec="tree",iy="error",Mee="getAttr",OKe={[GKe]:!1,[tt]:"string"},Fee={[GKe]:!0,default:!1,[tt]:"boolean"},jKe={ref:"Endpoint"},kKe={fn:"isSet",[Rt]:[{ref:"Region"}]},Fn={ref:"Region"},NKe={fn:"aws.partition",[Rt]:[Fn],assign:"PartitionResult"},WKe={ref:"UseFIPS"},zKe={ref:"UseDualStack"},gs={url:"https://sts.amazonaws.com",properties:{authSchemes:[{name:HKe,signingName:"sts",signingRegion:VKe}]},headers:{}},Fo={},LKe={conditions:[{fn:Un,[Rt]:[Fn,"aws-global"]}],[Ar]:gs,[tt]:Ar},KKe={fn:bp,[Rt]:[WKe,!0]},QKe={fn:bp,[Rt]:[zKe,!0]},UKe={fn:Mee,[Rt]:[{ref:"PartitionResult"},"supportsFIPS"]},YKe={ref:"PartitionResult"},FKe={fn:bp,[Rt]:[!0,{fn:Mee,[Rt]:[YKe,"supportsDualStack"]}]},MKe=[{fn:"isSet",[Rt]:[jKe]}],qKe=[KKe],BKe=[QKe],TDr={version:"1.0",parameters:{Region:OKe,UseDualStack:Fee,UseFIPS:Fee,Endpoint:OKe,UseGlobalEndpoint:Fee},rules:[{conditions:[{fn:bp,[Rt]:[{ref:"UseGlobalEndpoint"},!0]},{fn:"not",[Rt]:MKe},kKe,NKe,{fn:bp,[Rt]:[WKe,!1]},{fn:bp,[Rt]:[zKe,!1]}],rules:[{conditions:[{fn:Un,[Rt]:[Fn,"ap-northeast-1"]}],endpoint:gs,[tt]:Ar},{conditions:[{fn:Un,[Rt]:[Fn,"ap-south-1"]}],endpoint:gs,[tt]:Ar},{conditions:[{fn:Un,[Rt]:[Fn,"ap-southeast-1"]}],endpoint:gs,[tt]:Ar},{conditions:[{fn:Un,[Rt]:[Fn,"ap-southeast-2"]}],endpoint:gs,[tt]:Ar},LKe,{conditions:[{fn:Un,[Rt]:[Fn,"ca-central-1"]}],endpoint:gs,[tt]:Ar},{conditions:[{fn:Un,[Rt]:[Fn,"eu-central-1"]}],endpoint:gs,[tt]:Ar},{conditions:[{fn:Un,[Rt]:[Fn,"eu-north-1"]}],endpoint:gs,[tt]:Ar},{conditions:[{fn:Un,[Rt]:[Fn,"eu-west-1"]}],endpoint:gs,[tt]:Ar},{conditions:[{fn:Un,[Rt]:[Fn,"eu-west-2"]}],endpoint:gs,[tt]:Ar},{conditions:[{fn:Un,[Rt]:[Fn,"eu-west-3"]}],endpoint:gs,[tt]:Ar},{conditions:[{fn:Un,[Rt]:[Fn,"sa-east-1"]}],endpoint:gs,[tt]:Ar},{conditions:[{fn:Un,[Rt]:[Fn,VKe]}],endpoint:gs,[tt]:Ar},{conditions:[{fn:Un,[Rt]:[Fn,"us-east-2"]}],endpoint:gs,[tt]:Ar},{conditions:[{fn:Un,[Rt]:[Fn,"us-west-1"]}],endpoint:gs,[tt]:Ar},{conditions:[{fn:Un,[Rt]:[Fn,"us-west-2"]}],endpoint:gs,[tt]:Ar},{endpoint:{url:$Ke,properties:{authSchemes:[{name:HKe,signingName:"sts",signingRegion:"{Region}"}]},headers:Fo},[tt]:Ar}],[tt]:Ec},{conditions:MKe,rules:[{conditions:qKe,error:"Invalid Configuration: FIPS and custom endpoint are not supported",[tt]:iy},{conditions:BKe,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",[tt]:iy},{endpoint:{url:jKe,properties:Fo,headers:Fo},[tt]:Ar}],[tt]:Ec},{conditions:[kKe],rules:[{conditions:[NKe],rules:[{conditions:[KKe,QKe],rules:[{conditions:[{fn:bp,[Rt]:[!0,UKe]},FKe],rules:[{endpoint:{url:"https://sts-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Fo,headers:Fo},[tt]:Ar}],[tt]:Ec},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",[tt]:iy}],[tt]:Ec},{conditions:qKe,rules:[{conditions:[{fn:bp,[Rt]:[UKe,!0]}],rules:[{conditions:[{fn:Un,[Rt]:[{fn:Mee,[Rt]:[YKe,"name"]},"aws-us-gov"]}],endpoint:{url:"https://sts.{Region}.amazonaws.com",properties:Fo,headers:Fo},[tt]:Ar},{endpoint:{url:"https://sts-fips.{Region}.{PartitionResult#dnsSuffix}",properties:Fo,headers:Fo},[tt]:Ar}],[tt]:Ec},{error:"FIPS is enabled but this partition does not support FIPS",[tt]:iy}],[tt]:Ec},{conditions:BKe,rules:[{conditions:[FKe],rules:[{endpoint:{url:"https://sts.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Fo,headers:Fo},[tt]:Ar}],[tt]:Ec},{error:"DualStack is enabled but this partition does not support DualStack",[tt]:iy}],[tt]:Ec},LKe,{endpoint:{url:$Ke,properties:Fo,headers:Fo},[tt]:Ar}],[tt]:Ec}],[tt]:Ec},{error:"Invalid Configuration: Missing Region",[tt]:iy}]},JKe=TDr});var ZKe,ay,ADr,e9e,t9e=R(()=>{ZKe=T(mf()),ay=T(Gn());XKe();ADr=new ay.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS","UseGlobalEndpoint"]}),e9e=(t,e={})=>ADr.get(t,()=>(0,ay.resolveEndpoint)(JKe,{endpointParams:t,logger:e.logger}));ay.customEndpointFunctions.aws=ZKe.awsEndpointFunctions});var r9e,n9e,mB,fB,s9e,o9e=R(()=>{Ln();ff();Ws();r9e=T(lt()),n9e=T(Sn()),mB=T(De()),fB=T(He());Uee();t9e();s9e=t=>({apiVersion:"2011-06-15",base64Decoder:t?.base64Decoder??mB.fromBase64,base64Encoder:t?.base64Encoder??mB.toBase64,disableHostPrefix:t?.disableHostPrefix??!1,endpointProvider:t?.endpointProvider??e9e,extensions:t?.extensions??[],httpAuthSchemeProvider:t?.httpAuthSchemeProvider??DKe,httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new ds},{schemeId:"smithy.api#noAuth",identityProvider:e=>e.getIdentityProvider("smithy.api#noAuth")||(async()=>({})),signer:new oa}],logger:t?.logger??new r9e.NoOpLogger,protocol:t?.protocol??mp,protocolSettings:t?.protocolSettings??{defaultNamespace:"com.amazonaws.sts",xmlNamespace:"https://sts.amazonaws.com/doc/2011-06-15/",version:"2011-06-15",serviceTarget:"AWSSecurityTokenServiceV20110615"},serviceId:t?.serviceId??"STS",urlParser:t?.urlParser??n9e.parseUrl,utf8Decoder:t?.utf8Decoder??fB.fromUtf8,utf8Encoder:t?.utf8Encoder??fB.toUtf8})});var gB,Dp,i9e,hB,Ip,SB,yB,a9e,c9e,u9e,l9e,d9e=R(()=>{n3();Ln();gB=T(zS()),Dp=T(At());Ws();i9e=T(Eo()),hB=T(aa()),Ip=T(Jr()),SB=T(hf()),yB=T(lt()),a9e=T(Cn()),c9e=T(KS()),u9e=T(Ps());o9e();l9e=t=>{(0,yB.emitWarningIfUnsupportedVersion)(process.version);let e=(0,c9e.resolveDefaultsModeConfig)(t),r=()=>e().then(yB.loadConfigsForDefaultMode),n=s9e(t);tp(process.version);let s={profile:t?.profile,logger:n.logger};return{...n,...t,runtime:"node",defaultsMode:e,authSchemePreference:t?.authSchemePreference??(0,Ip.loadConfig)(np,s),bodyLengthChecker:t?.bodyLengthChecker??a9e.calculateBodyLength,defaultUserAgentProvider:t?.defaultUserAgentProvider??(0,gB.createDefaultUserAgentProvider)({serviceId:n.serviceId,clientVersion:WS.version}),httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:o=>o.getIdentityProvider("aws.auth#sigv4")||(async i=>await t.credentialDefaultProvider(i?.__config||{})()),signer:new ds},{schemeId:"smithy.api#noAuth",identityProvider:o=>o.getIdentityProvider("smithy.api#noAuth")||(async()=>({})),signer:new oa}],maxAttempts:t?.maxAttempts??(0,Ip.loadConfig)(hB.NODE_MAX_ATTEMPT_CONFIG_OPTIONS,t),region:t?.region??(0,Ip.loadConfig)(Dp.NODE_REGION_CONFIG_OPTIONS,{...Dp.NODE_REGION_CONFIG_FILE_OPTIONS,...s}),requestHandler:SB.NodeHttpHandler.create(t?.requestHandler??r),retryMode:t?.retryMode??(0,Ip.loadConfig)({...hB.NODE_RETRY_MODE_CONFIG_OPTIONS,default:async()=>(await r()).retryMode||u9e.DEFAULT_RETRY_MODE},t),sha256:t?.sha256??i9e.Hash.bind(null,"sha256"),streamCollector:t?.streamCollector??SB.streamCollector,useDualstackEndpoint:t?.useDualstackEndpoint??(0,Ip.loadConfig)(Dp.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,s),useFipsEndpoint:t?.useFipsEndpoint??(0,Ip.loadConfig)(Dp.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,s),userAgentAppId:t?.userAgentAppId??(0,Ip.loadConfig)(gB.NODE_APP_ID_CONFIG_OPTIONS,s)}}});var p9e,m9e,f9e=R(()=>{p9e=t=>{let e=t.httpAuthSchemes,r=t.httpAuthSchemeProvider,n=t.credentials;return{setHttpAuthScheme(s){let o=e.findIndex(i=>i.schemeId===s.schemeId);o===-1?e.push(s):e.splice(o,1,s)},httpAuthSchemes(){return e},setHttpAuthSchemeProvider(s){r=s},httpAuthSchemeProvider(){return r},setCredentials(s){n=s},credentials(){return n}}},m9e=t=>({httpAuthSchemes:t.httpAuthSchemes(),httpAuthSchemeProvider:t.httpAuthSchemeProvider(),credentials:t.credentials()})});var EB,CB,_B,g9e,h9e=R(()=>{EB=T(yf()),CB=T(qe()),_B=T(lt());f9e();g9e=(t,e)=>{let r=Object.assign((0,EB.getAwsRegionExtensionConfiguration)(t),(0,_B.getDefaultExtensionConfiguration)(t),(0,CB.getHttpHandlerExtensionConfiguration)(t),p9e(t));return e.forEach(n=>n.configure(r)),Object.assign(t,(0,EB.resolveAwsRegionExtensionConfiguration)(r),(0,_B.resolveDefaultRuntimeConfig)(r),(0,CB.resolveHttpHandlerRuntimeConfig)(r),m9e(r))}});var RB,S9e,y9e,TB,E9e,C9e,_9e,AB,qee,yc,TT=R(()=>{RB=T(_S()),S9e=T(RS()),y9e=T(TS()),TB=T(gf()),E9e=T(At());Ws();bt();C9e=T(So()),_9e=T(gc()),AB=T(aa()),qee=T(lt());Uee();pB();d9e();h9e();yc=class extends qee.Client{config;constructor(...[e]){let r=l9e(e||{});super(r),this.initConfig=r;let n=wKe(r),s=(0,TB.resolveUserAgentConfig)(n),o=(0,AB.resolveRetryConfig)(s),i=(0,E9e.resolveRegionConfig)(o),a=(0,RB.resolveHostHeaderConfig)(i),c=(0,_9e.resolveEndpointConfig)(a),u=xKe(c),f=g9e(u,e?.extensions||[]);this.config=f,this.middlewareStack.use(of(this.config)),this.middlewareStack.use((0,TB.getUserAgentPlugin)(this.config)),this.middlewareStack.use((0,AB.getRetryPlugin)(this.config)),this.middlewareStack.use((0,C9e.getContentLengthPlugin)(this.config)),this.middlewareStack.use((0,RB.getHostHeaderPlugin)(this.config)),this.middlewareStack.use((0,S9e.getLoggerPlugin)(this.config)),this.middlewareStack.use((0,y9e.getRecursionDetectionPlugin)(this.config)),this.middlewareStack.use(nf(this.config,{httpAuthSchemeParametersProvider:IKe,identityProviderConfigProvider:async m=>new Lu({"aws.auth#sigv4":m.credentials})})),this.middlewareStack.use(sf(this.config))}destroy(){super.destroy()}}});var R9e,po,PB=R(()=>{R9e=T(lt()),po=class t extends R9e.ServiceException{constructor(e){super(e),Object.setPrototypeOf(this,t.prototype)}}});var AT,PT,vT,bT,IT,DT,xT,Bee=R(()=>{PB();AT=class t extends po{name="ExpiredTokenException";$fault="client";constructor(e){super({name:"ExpiredTokenException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},PT=class t extends po{name="MalformedPolicyDocumentException";$fault="client";constructor(e){super({name:"MalformedPolicyDocumentException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},vT=class t extends po{name="PackedPolicyTooLargeException";$fault="client";constructor(e){super({name:"PackedPolicyTooLargeException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},bT=class t extends po{name="RegionDisabledException";$fault="client";constructor(e){super({name:"RegionDisabledException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},IT=class t extends po{name="IDPRejectedClaimException";$fault="client";constructor(e){super({name:"IDPRejectedClaimException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},DT=class t extends po{name="InvalidIdentityTokenException";$fault="client";constructor(e){super({name:"InvalidIdentityTokenException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}},xT=class t extends po{name="IDPCommunicationErrorException";$fault="client";constructor(e){super({name:"IDPCommunicationErrorException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype)}}});var PDr,vDr,bDr,IDr,DDr,xDr,Gee,wDr,$Dr,ODr,kDr,Hee,NDr,T9e,LDr,UDr,FDr,MDr,qDr,BDr,GDr,HDr,A9e,P9e,VDr,jDr,WDr,zDr,KDr,QDr,v9e,YDr,JDr,b9e,XDr,I9e,ZDr,exr,Vee,txr,rxr,nxr,sxr,oxr,ixr,axr,cxr,uxr,lxr,Tf,Af,dxr,Pf,vf,bf,pxr,D9e,mxr,Ot,fxr,gxr,jee,x9e,w9e,$9e,O9e,Wee,k9e,N9e,L9e,U9e,F9e,M9e,q9e,B9e,G9e,H9e,V9e,j9e,hxr,Sxr,zee,Kee,vB=R(()=>{bt();Bee();PB();PDr="Arn",vDr="AccessKeyId",bDr="AssumeRole",IDr="AssumedRoleId",DDr="AssumeRoleRequest",xDr="AssumeRoleResponse",Gee="AssumedRoleUser",wDr="AssumeRoleWithWebIdentity",$Dr="AssumeRoleWithWebIdentityRequest",ODr="AssumeRoleWithWebIdentityResponse",kDr="Audience",Hee="Credentials",NDr="ContextAssertion",T9e="DurationSeconds",LDr="Expiration",UDr="ExternalId",FDr="ExpiredTokenException",MDr="IDPCommunicationErrorException",qDr="IDPRejectedClaimException",BDr="InvalidIdentityTokenException",GDr="Key",HDr="MalformedPolicyDocumentException",A9e="Policy",P9e="PolicyArns",VDr="ProviderArn",jDr="ProvidedContexts",WDr="ProvidedContextsListType",zDr="ProvidedContext",KDr="PolicyDescriptorType",QDr="ProviderId",v9e="PackedPolicySize",YDr="PackedPolicyTooLargeException",JDr="Provider",b9e="RoleArn",XDr="RegionDisabledException",I9e="RoleSessionName",ZDr="SecretAccessKey",exr="SubjectFromWebIdentityToken",Vee="SourceIdentity",txr="SerialNumber",rxr="SessionToken",nxr="Tags",sxr="TokenCode",oxr="TransitiveTagKeys",ixr="Tag",axr="Value",cxr="WebIdentityToken",uxr="arn",lxr="accessKeySecretType",Tf="awsQueryError",Af="client",dxr="clientTokenType",Pf="error",vf="httpError",bf="message",pxr="policyDescriptorListType",D9e="smithy.ts.sdk.synthetic.com.amazonaws.sts",mxr="tagListType",Ot="com.amazonaws.sts",fxr=[0,Ot,lxr,8,0],gxr=[0,Ot,dxr,8,0],jee=[3,Ot,Gee,0,[IDr,PDr],[0,0],2],x9e=[3,Ot,DDr,0,[b9e,I9e,P9e,A9e,T9e,nxr,oxr,UDr,txr,sxr,Vee,jDr],[0,0,()=>j9e,0,1,()=>Sxr,64,0,0,0,0,()=>hxr],2],w9e=[3,Ot,xDr,0,[Hee,Gee,v9e,Vee],[[()=>Wee,0],()=>jee,1,0]],$9e=[3,Ot,$Dr,0,[b9e,I9e,cxr,QDr,P9e,A9e,T9e],[0,0,[()=>gxr,0],0,()=>j9e,0,1],3],O9e=[3,Ot,ODr,0,[Hee,exr,Gee,v9e,JDr,kDr,Vee],[[()=>Wee,0],0,()=>jee,1,0,0,0]],Wee=[3,Ot,Hee,0,[vDr,ZDr,rxr,LDr],[0,[()=>fxr,0],0,4],4],k9e=[-3,Ot,FDr,{[Tf]:["ExpiredTokenException",400],[Pf]:Af,[vf]:400},[bf],[0]];ze.for(Ot).registerError(k9e,AT);N9e=[-3,Ot,MDr,{[Tf]:["IDPCommunicationError",400],[Pf]:Af,[vf]:400},[bf],[0]];ze.for(Ot).registerError(N9e,xT);L9e=[-3,Ot,qDr,{[Tf]:["IDPRejectedClaim",403],[Pf]:Af,[vf]:403},[bf],[0]];ze.for(Ot).registerError(L9e,IT);U9e=[-3,Ot,BDr,{[Tf]:["InvalidIdentityToken",400],[Pf]:Af,[vf]:400},[bf],[0]];ze.for(Ot).registerError(U9e,DT);F9e=[-3,Ot,HDr,{[Tf]:["MalformedPolicyDocument",400],[Pf]:Af,[vf]:400},[bf],[0]];ze.for(Ot).registerError(F9e,PT);M9e=[-3,Ot,YDr,{[Tf]:["PackedPolicyTooLarge",400],[Pf]:Af,[vf]:400},[bf],[0]];ze.for(Ot).registerError(M9e,vT);q9e=[3,Ot,KDr,0,[uxr],[0]],B9e=[3,Ot,zDr,0,[VDr,NDr],[0,0]],G9e=[-3,Ot,XDr,{[Tf]:["RegionDisabledException",403],[Pf]:Af,[vf]:403},[bf],[0]];ze.for(Ot).registerError(G9e,bT);H9e=[3,Ot,ixr,0,[GDr,axr],[0,0],2],V9e=[-3,D9e,"STSServiceException",0,[],[]];ze.for(D9e).registerError(V9e,po);j9e=[1,Ot,pxr,0,()=>q9e],hxr=[1,Ot,WDr,0,()=>B9e],Sxr=[1,Ot,mxr,0,()=>H9e],zee=[9,Ot,bDr,0,()=>x9e,()=>w9e],Kee=[9,Ot,wDr,0,()=>$9e,()=>O9e]});var W9e,z9e,If,bB=R(()=>{W9e=T(gc()),z9e=T(lt());pB();vB();If=class extends z9e.Command.classBuilder().ep(dB).m(function(e,r,n,s){return[(0,W9e.getEndpointPlugin)(n,e.getEndpointParameterInstructions())]}).s("AWSSecurityTokenServiceV20110615","AssumeRole",{}).n("STSClient","AssumeRoleCommand").sc(zee).build(){}});var K9e,Q9e,Df,IB=R(()=>{K9e=T(gc()),Q9e=T(lt());pB();vB();Df=class extends Q9e.Command.classBuilder().ep(dB).m(function(e,r,n,s){return[(0,K9e.getEndpointPlugin)(n,e.getEndpointParameterInstructions())]}).s("AWSSecurityTokenServiceV20110615","AssumeRoleWithWebIdentity",{}).n("STSClient","AssumeRoleWithWebIdentityCommand").sc(Kee).build(){}});var Y9e,yxr,DB,J9e=R(()=>{Y9e=T(lt());bB();IB();TT();yxr={AssumeRoleCommand:If,AssumeRoleWithWebIdentityCommand:Df},DB=class extends yc{};(0,Y9e.createAggregatedClient)(yxr,DB)});var X9e=R(()=>{bB();IB()});var Z9e=R(()=>{});var e5e,t5e,r5e,n5e,s5e,o5e,i5e=R(()=>{Ai();e5e=T(yf());bB();IB();t5e=t=>{if(typeof t?.Arn=="string"){let e=t.Arn.split(":");if(e.length>4&&e[4]!=="")return e[4]}},r5e=async(t,e,r,n={})=>{let s=typeof t=="function"?await t():t,o=typeof e=="function"?await e():e,i="",a=s??o??(i=await(0,e5e.stsRegionDefaultResolver)(n)());return r?.debug?.("@aws-sdk/client-sts::resolveRegion","accepting first of:",`${s} (credential provider clientConfig)`,`${o} (contextual client)`,`${i} (STS default: AWS_REGION, profile region, or us-east-1)`),a},n5e=(t,e)=>{let r,n;return async(s,o)=>{if(n=s,!r){let{logger:f=t?.parentClientConfig?.logger,profile:m=t?.parentClientConfig?.profile,region:h,requestHandler:y=t?.parentClientConfig?.requestHandler,credentialProviderLogger:C,userAgentAppId:I=t?.parentClientConfig?.userAgentAppId}=t,$=await r5e(h,t?.parentClientConfig?.region,C,{logger:f,profile:m}),N=!o5e(y);r=new e({...t,userAgentAppId:I,profile:m,credentialDefaultProvider:()=>async()=>n,region:$,requestHandler:N?y:void 0,logger:f})}let{Credentials:i,AssumedRoleUser:a}=await r.send(new If(o));if(!i||!i.AccessKeyId||!i.SecretAccessKey)throw new Error(`Invalid response from STS.assumeRole call with role ${o.RoleArn}`);let c=t5e(a),u={accessKeyId:i.AccessKeyId,secretAccessKey:i.SecretAccessKey,sessionToken:i.SessionToken,expiration:i.Expiration,...i.CredentialScope&&{credentialScope:i.CredentialScope},...c&&{accountId:c}};return rp(u,"CREDENTIALS_STS_ASSUME_ROLE","i"),u}},s5e=(t,e)=>{let r;return async n=>{if(!r){let{logger:c=t?.parentClientConfig?.logger,profile:u=t?.parentClientConfig?.profile,region:f,requestHandler:m=t?.parentClientConfig?.requestHandler,credentialProviderLogger:h,userAgentAppId:y=t?.parentClientConfig?.userAgentAppId}=t,C=await r5e(f,t?.parentClientConfig?.region,h,{logger:c,profile:u}),I=!o5e(m);r=new e({...t,userAgentAppId:y,profile:u,region:C,requestHandler:I?m:void 0,logger:c})}let{Credentials:s,AssumedRoleUser:o}=await r.send(new Df(n));if(!s||!s.AccessKeyId||!s.SecretAccessKey)throw new Error(`Invalid response from STS.assumeRoleWithWebIdentity call with role ${n.RoleArn}`);let i=t5e(o),a={accessKeyId:s.AccessKeyId,secretAccessKey:s.SecretAccessKey,sessionToken:s.SessionToken,expiration:s.Expiration,...s.CredentialScope&&{credentialScope:s.CredentialScope},...i&&{accountId:i}};return i&&rp(a,"RESOLVED_ACCOUNT_ID","T"),rp(a,"CREDENTIALS_STS_ASSUME_ROLE_WEB_ID","k"),a}},o5e=t=>t?.metadata?.handlerProtocol==="h2"});var a5e,c5e,u5e,Exr,l5e=R(()=>{i5e();TT();a5e=(t,e)=>e?class extends t{constructor(n){super(n);for(let s of e)this.middlewareStack.use(s)}}:t,c5e=(t={},e)=>n5e(t,a5e(yc,e)),u5e=(t={},e)=>s5e(t,a5e(yc,e)),Exr=t=>e=>t({roleAssumer:c5e(e),roleAssumerWithWebIdentity:u5e(e),...e})});var Qee={};st(Qee,{AssumeRole$:()=>zee,AssumeRoleCommand:()=>If,AssumeRoleRequest$:()=>x9e,AssumeRoleResponse$:()=>w9e,AssumeRoleWithWebIdentity$:()=>Kee,AssumeRoleWithWebIdentityCommand:()=>Df,AssumeRoleWithWebIdentityRequest$:()=>$9e,AssumeRoleWithWebIdentityResponse$:()=>O9e,AssumedRoleUser$:()=>jee,Credentials$:()=>Wee,ExpiredTokenException:()=>AT,ExpiredTokenException$:()=>k9e,IDPCommunicationErrorException:()=>xT,IDPCommunicationErrorException$:()=>N9e,IDPRejectedClaimException:()=>IT,IDPRejectedClaimException$:()=>L9e,InvalidIdentityTokenException:()=>DT,InvalidIdentityTokenException$:()=>U9e,MalformedPolicyDocumentException:()=>PT,MalformedPolicyDocumentException$:()=>F9e,PackedPolicyTooLargeException:()=>vT,PackedPolicyTooLargeException$:()=>M9e,PolicyDescriptorType$:()=>q9e,ProvidedContext$:()=>B9e,RegionDisabledException:()=>bT,RegionDisabledException$:()=>G9e,STS:()=>DB,STSClient:()=>yc,STSServiceException:()=>po,STSServiceException$:()=>V9e,Tag$:()=>H9e,__Client:()=>qee.Client,decorateDefaultCredentialProvider:()=>Exr,getDefaultRoleAssumer:()=>c5e,getDefaultRoleAssumerWithWebIdentity:()=>u5e});var Yee=R(()=>{TT();J9e();X9e();vB();Bee();Z9e();l5e();PB()});var Zee=O(d5e=>{"use strict";var Xee=yn(),Jee=Lt(),Cxr=require("child_process"),_xr=require("util"),Rxr=(Ai(),J(Uu)),Txr=(t,e,r)=>{if(e.Version!==1)throw Error(`Profile ${t} credential_process did not return Version 1.`);if(e.AccessKeyId===void 0||e.SecretAccessKey===void 0)throw Error(`Profile ${t} credential_process returned invalid credentials.`);if(e.Expiration){let o=new Date;if(new Date(e.Expiration)<o)throw Error(`Profile ${t} credential_process returned expired credentials.`)}let n=e.AccountId;!n&&r?.[t]?.aws_account_id&&(n=r[t].aws_account_id);let s={accessKeyId:e.AccessKeyId,secretAccessKey:e.SecretAccessKey,...e.SessionToken&&{sessionToken:e.SessionToken},...e.Expiration&&{expiration:new Date(e.Expiration)},...e.CredentialScope&&{credentialScope:e.CredentialScope},...n&&{accountId:n}};return Rxr.setCredentialFeature(s,"CREDENTIALS_PROCESS","w"),s},Axr=async(t,e,r)=>{let n=e[t];if(e[t]){let s=n.credential_process;if(s!==void 0){let o=_xr.promisify(Xee.externalDataInterceptor?.getTokenRecord?.().exec??Cxr.exec);try{let{stdout:i}=await o(s),a;try{a=JSON.parse(i.trim())}catch{throw Error(`Profile ${t} credential_process returned invalid JSON.`)}return Txr(t,a,e)}catch(i){throw new Jee.CredentialsProviderError(i.message,{logger:r})}}else throw new Jee.CredentialsProviderError(`Profile ${t} did not contain credential_process.`,{logger:r})}else throw new Jee.CredentialsProviderError(`Profile ${t} could not be found in shared credentials file.`,{logger:r})},Pxr=(t={})=>async({callerClientConfig:e}={})=>{t.logger?.debug("@aws-sdk/credential-provider-process - fromProcess");let r=await Xee.parseKnownFiles(t);return Axr(Xee.getProfileName({profile:t.profile??e?.profile}),r,t.logger)};d5e.fromProcess=Pxr});var ete=O(Cc=>{"use strict";var vxr=Cc&&Cc.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),bxr=Cc&&Cc.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Ixr=Cc&&Cc.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[n.length]=s);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),s=0;s<n.length;s++)n[s]!=="default"&&vxr(r,e,n[s]);return bxr(r,e),r}})();Object.defineProperty(Cc,"__esModule",{value:!0});Cc.fromWebToken=void 0;var Dxr=t=>async e=>{t.logger?.debug("@aws-sdk/credential-provider-web-identity - fromWebToken");let{roleArn:r,roleSessionName:n,webIdentityToken:s,providerId:o,policyArns:i,policy:a,durationSeconds:c}=t,{roleAssumerWithWebIdentity:u}=t;if(!u){let{getDefaultRoleAssumerWithWebIdentity:f}=await Promise.resolve().then(()=>Ixr((Yee(),J(Qee))));u=f({...t.clientConfig,credentialProviderLogger:t.logger,parentClientConfig:{...e?.callerClientConfig,...t.parentClientConfig}},t.clientPlugins)}return u({RoleArn:r,RoleSessionName:n??`aws-sdk-js-session-${Date.now()}`,WebIdentityToken:s,ProviderId:o,PolicyArns:i,Policy:a,DurationSeconds:c})};Cc.fromWebToken=Dxr});var m5e=O(xB=>{"use strict";Object.defineProperty(xB,"__esModule",{value:!0});xB.fromTokenFile=void 0;var xxr=(Ai(),J(Uu)),wxr=Lt(),$xr=yn(),Oxr=require("fs"),kxr=ete(),p5e="AWS_WEB_IDENTITY_TOKEN_FILE",Nxr="AWS_ROLE_ARN",Lxr="AWS_ROLE_SESSION_NAME",Uxr=(t={})=>async e=>{t.logger?.debug("@aws-sdk/credential-provider-web-identity - fromTokenFile");let r=t?.webIdentityTokenFile??process.env[p5e],n=t?.roleArn??process.env[Nxr],s=t?.roleSessionName??process.env[Lxr];if(!r||!n)throw new wxr.CredentialsProviderError("Web identity configuration not specified",{logger:t.logger});let o=await(0,kxr.fromWebToken)({...t,webIdentityToken:$xr.externalDataInterceptor?.getTokenRecord?.()[r]??(0,Oxr.readFileSync)(r,{encoding:"ascii"}),roleArn:n,roleSessionName:s})(e);return r===process.env[p5e]&&(0,xxr.setCredentialFeature)(o,"CREDENTIALS_ENV_VARS_STS_WEB_ID_TOKEN","h"),o};xB.fromTokenFile=Uxr});var tte=O(wT=>{"use strict";var f5e=m5e(),g5e=ete();Object.keys(f5e).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(wT,t)&&Object.defineProperty(wT,t,{enumerable:!0,get:function(){return f5e[t]}})});Object.keys(g5e).forEach(function(t){t!=="default"&&!Object.prototype.hasOwnProperty.call(wT,t)&&Object.defineProperty(wT,t,{enumerable:!0,get:function(){return g5e[t]}})})});var _5e=O(C5e=>{"use strict";var nte=yn(),$T=Lt(),zu=(Ai(),J(Uu)),Fxr=bKe(),Mxr=(t,e,r)=>{let n={EcsContainer:async s=>{let{fromHttp:o}=await Promise.resolve().then(()=>T(QZ())),{fromContainerMetadata:i}=await Promise.resolve().then(()=>T(Vc()));return r?.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer"),async()=>$T.chain(o(s??{}),i(s))().then(rte)},Ec2InstanceMetadata:async s=>{r?.debug("@aws-sdk/credential-provider-ini - credential_source is Ec2InstanceMetadata");let{fromInstanceMetadata:o}=await Promise.resolve().then(()=>T(Vc()));return async()=>o(s)().then(rte)},Environment:async s=>{r?.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");let{fromEnv:o}=await Promise.resolve().then(()=>T(BZ()));return async()=>o(s)().then(rte)}};if(t in n)return n[t];throw new $T.CredentialsProviderError(`Unsupported credential source in profile ${e}. Got ${t}, expected EcsContainer or Ec2InstanceMetadata or Environment.`,{logger:r})},rte=t=>zu.setCredentialFeature(t,"CREDENTIALS_PROFILE_NAMED_PROVIDER","p"),qxr=(t,{profile:e="default",logger:r}={})=>!!t&&typeof t=="object"&&typeof t.role_arn=="string"&&["undefined","string"].indexOf(typeof t.role_session_name)>-1&&["undefined","string"].indexOf(typeof t.external_id)>-1&&["undefined","string"].indexOf(typeof t.mfa_serial)>-1&&(Bxr(t,{profile:e,logger:r})||Gxr(t,{profile:e,logger:r})),Bxr=(t,{profile:e,logger:r})=>{let n=typeof t.source_profile=="string"&&typeof t.credential_source>"u";return n&&r?.debug?.(` ${e} isAssumeRoleWithSourceProfile source_profile=${t.source_profile}`),n},Gxr=(t,{profile:e,logger:r})=>{let n=typeof t.credential_source=="string"&&typeof t.source_profile>"u";return n&&r?.debug?.(` ${e} isCredentialSourceProfile credential_source=${t.credential_source}`),n},Hxr=async(t,e,r,n,s={},o)=>{r.logger?.debug("@aws-sdk/credential-provider-ini - resolveAssumeRoleCredentials (STS)");let i=e[t],{source_profile:a,region:c}=i;if(!r.roleAssumer){let{getDefaultRoleAssumer:f}=await Promise.resolve().then(()=>(Yee(),Qee));r.roleAssumer=f({...r.clientConfig,credentialProviderLogger:r.logger,parentClientConfig:{...n,...r?.parentClientConfig,region:c??r?.parentClientConfig?.region??n?.region}},r.clientPlugins)}if(a&&a in s)throw new $T.CredentialsProviderError(`Detected a cycle attempting to resolve credentials for profile ${nte.getProfileName(r)}. Profiles visited: `+Object.keys(s).join(", "),{logger:r.logger});r.logger?.debug(`@aws-sdk/credential-provider-ini - finding credential resolver using ${a?`source_profile=[${a}]`:`profile=[${t}]`}`);let u=a?o(a,e,r,n,{...s,[a]:!0},h5e(e[a]??{})):(await Mxr(i.credential_source,t,r.logger)(r))();if(h5e(i))return u.then(f=>zu.setCredentialFeature(f,"CREDENTIALS_PROFILE_SOURCE_PROFILE","o"));{let f={RoleArn:i.role_arn,RoleSessionName:i.role_session_name||`aws-sdk-js-${Date.now()}`,ExternalId:i.external_id,DurationSeconds:parseInt(i.duration_seconds||"3600",10)},{mfa_serial:m}=i;if(m){if(!r.mfaCodeProvider)throw new $T.CredentialsProviderError(`Profile ${t} requires multi-factor authentication, but no MFA code callback was provided.`,{logger:r.logger,tryNextLink:!1});f.SerialNumber=m,f.TokenCode=await r.mfaCodeProvider(m)}let h=await u;return r.roleAssumer(h,f).then(y=>zu.setCredentialFeature(y,"CREDENTIALS_PROFILE_SOURCE_PROFILE","o"))}},h5e=t=>!t.role_arn&&!!t.credential_source,Vxr=t=>!!(t&&t.login_session),jxr=async(t,e,r)=>{let n=await Fxr.fromLoginCredentials({...e,profile:t})({callerClientConfig:r});return zu.setCredentialFeature(n,"CREDENTIALS_PROFILE_LOGIN","AC")},Wxr=t=>!!t&&typeof t=="object"&&typeof t.credential_process=="string",zxr=async(t,e)=>Promise.resolve().then(()=>T(Zee())).then(({fromProcess:r})=>r({...t,profile:e})().then(n=>zu.setCredentialFeature(n,"CREDENTIALS_PROFILE_PROCESS","v"))),Kxr=async(t,e,r={},n)=>{let{fromSSO:s}=await Promise.resolve().then(()=>T(See()));return s({profile:t,logger:r.logger,parentClientConfig:r.parentClientConfig,clientConfig:r.clientConfig})({callerClientConfig:n}).then(o=>e.sso_session?zu.setCredentialFeature(o,"CREDENTIALS_PROFILE_SSO","r"):zu.setCredentialFeature(o,"CREDENTIALS_PROFILE_SSO_LEGACY","t"))},Qxr=t=>t&&(typeof t.sso_start_url=="string"||typeof t.sso_account_id=="string"||typeof t.sso_session=="string"||typeof t.sso_region=="string"||typeof t.sso_role_name=="string"),S5e=t=>!!t&&typeof t=="object"&&typeof t.aws_access_key_id=="string"&&typeof t.aws_secret_access_key=="string"&&["undefined","string"].indexOf(typeof t.aws_session_token)>-1&&["undefined","string"].indexOf(typeof t.aws_account_id)>-1,y5e=async(t,e)=>{e?.logger?.debug("@aws-sdk/credential-provider-ini - resolveStaticCredentials");let r={accessKeyId:t.aws_access_key_id,secretAccessKey:t.aws_secret_access_key,sessionToken:t.aws_session_token,...t.aws_credential_scope&&{credentialScope:t.aws_credential_scope},...t.aws_account_id&&{accountId:t.aws_account_id}};return zu.setCredentialFeature(r,"CREDENTIALS_PROFILE","n")},Yxr=t=>!!t&&typeof t=="object"&&typeof t.web_identity_token_file=="string"&&typeof t.role_arn=="string"&&["undefined","string"].indexOf(typeof t.role_session_name)>-1,Jxr=async(t,e,r)=>Promise.resolve().then(()=>T(tte())).then(({fromTokenFile:n})=>n({webIdentityTokenFile:t.web_identity_token_file,roleArn:t.role_arn,roleSessionName:t.role_session_name,roleAssumerWithWebIdentity:e.roleAssumerWithWebIdentity,logger:e.logger,parentClientConfig:e.parentClientConfig})({callerClientConfig:r}).then(s=>zu.setCredentialFeature(s,"CREDENTIALS_PROFILE_STS_WEB_ID_TOKEN","q"))),E5e=async(t,e,r,n,s={},o=!1)=>{let i=e[t];if(Object.keys(s).length>0&&S5e(i))return y5e(i,r);if(o||qxr(i,{profile:t,logger:r.logger}))return Hxr(t,e,r,n,s,E5e);if(S5e(i))return y5e(i,r);if(Yxr(i))return Jxr(i,r,n);if(Wxr(i))return zxr(r,t);if(Qxr(i))return await Kxr(t,i,r,n);if(Vxr(i))return jxr(t,r,n);throw new $T.CredentialsProviderError(`Could not resolve credentials using profile: [${t}] in configuration/credentials file(s).`,{logger:r.logger})},Xxr=(t={})=>async({callerClientConfig:e}={})=>{t.logger?.debug("@aws-sdk/credential-provider-ini - fromIni");let r=await nte.parseKnownFiles(t);return E5e(nte.getProfileName({profile:t.profile??e?.profile}),r,t,e)};C5e.fromIni=Xxr});var P5e=O(wB=>{"use strict";var ste=BZ(),OT=Lt(),Zxr=yn(),R5e="AWS_EC2_METADATA_DISABLED",ewr=async t=>{let{ENV_CMDS_FULL_URI:e,ENV_CMDS_RELATIVE_URI:r,fromContainerMetadata:n,fromInstanceMetadata:s}=await Promise.resolve().then(()=>T(Vc()));if(process.env[r]||process.env[e]){t.logger?.debug("@aws-sdk/credential-provider-node - remoteProvider::fromHttp/fromContainerMetadata");let{fromHttp:o}=await Promise.resolve().then(()=>T(QZ()));return OT.chain(o(t),n(t))}return process.env[R5e]&&process.env[R5e]!=="false"?async()=>{throw new OT.CredentialsProviderError("EC2 Instance Metadata Service access disabled",{logger:t.logger})}:(t.logger?.debug("@aws-sdk/credential-provider-node - remoteProvider::fromInstanceMetadata"),s(t))};function twr(t,e){let r=rwr(t),n,s,o,i=async a=>{if(a?.forceRefresh)return await r(a);if(o?.expiration&&o?.expiration?.getTime()<Date.now()&&(o=void 0),n)await n;else if(!o||e?.(o))if(o)s||(s=r(a).then(c=>{o=c,s=void 0}));else return n=r(a).then(c=>{o=c,n=void 0}),i(a);return o};return i}var rwr=t=>async e=>{let r;for(let n of t)try{return await n(e)}catch(s){if(r=s,s?.tryNextLink)continue;throw s}throw r},T5e=!1,nwr=(t={})=>twr([async()=>{if(t.profile??process.env[Zxr.ENV_PROFILE])throw process.env[ste.ENV_KEY]&&process.env[ste.ENV_SECRET]&&(T5e||((t.logger?.warn&&t.logger?.constructor?.name!=="NoOpLogger"?t.logger.warn.bind(t.logger):console.warn)(`@aws-sdk/credential-provider-node - defaultProvider::fromEnv WARNING:
|
|
180
|
+
Multiple credential sources detected:
|
|
181
|
+
Both AWS_PROFILE and the pair AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY static credentials are set.
|
|
182
|
+
This SDK will proceed with the AWS_PROFILE value.
|
|
183
|
+
|
|
184
|
+
However, a future version may change this behavior to prefer the ENV static credentials.
|
|
185
|
+
Please ensure that your environment only sets either the AWS_PROFILE or the
|
|
186
|
+
AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY pair.
|
|
187
|
+
`),T5e=!0)),new OT.CredentialsProviderError("AWS_PROFILE is set, skipping fromEnv provider.",{logger:t.logger,tryNextLink:!0});return t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromEnv"),ste.fromEnv(t)()},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromSSO");let{ssoStartUrl:r,ssoAccountId:n,ssoRegion:s,ssoRoleName:o,ssoSession:i}=t;if(!r&&!n&&!s&&!o&&!i)throw new OT.CredentialsProviderError("Skipping SSO provider in default chain (inputs do not include SSO fields).",{logger:t.logger});let{fromSSO:a}=await Promise.resolve().then(()=>T(See()));return a(t)(e)},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromIni");let{fromIni:r}=await Promise.resolve().then(()=>T(_5e()));return r(t)(e)},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromProcess");let{fromProcess:r}=await Promise.resolve().then(()=>T(Zee()));return r(t)(e)},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromTokenFile");let{fromTokenFile:r}=await Promise.resolve().then(()=>T(tte()));return r(t)(e)},async()=>(t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::remoteProvider"),(await ewr(t))()),async()=>{throw new OT.CredentialsProviderError("Could not load credentials from any providers",{tryNextLink:!1,logger:t.logger})}],A5e),swr=t=>t?.expiration!==void 0,A5e=t=>t?.expiration!==void 0&&t.expiration.getTime()-Date.now()<3e5;wB.credentialsTreatedAsExpired=A5e;wB.credentialsWillNeedRefresh=swr;wB.defaultProvider=nwr});var H5e=O(OB=>{"use strict";Object.defineProperty(OB,"__esModule",{value:!0});OB.ruleSet=void 0;var q5e="required",mo="fn",fo="argv",xf="ref",xp="properties",wp="headers",v5e=!0,b5e="isSet",kT="booleanEquals",cy="error",_c="endpoint",Ku="tree",$B="PartitionResult",ote="stringEquals",I5e={[q5e]:!1,type:"string"},D5e={[q5e]:!0,default:!1,type:"boolean"},x5e={[xf]:"Endpoint"},B5e={[mo]:kT,[fo]:[{[xf]:"UseFIPS"},!0]},G5e={[mo]:kT,[fo]:[{[xf]:"UseDualStack"},!0]},wi={},w5e={[mo]:"getAttr",[fo]:[{[xf]:$B},"supportsFIPS"]},$5e={[mo]:kT,[fo]:[!0,{[mo]:"getAttr",[fo]:[{[xf]:$B},"supportsDualStack"]}]},ite={[mo]:"getAttr",[fo]:[{[xf]:$B},"name"]},O5e={url:"https://secretsmanager-fips.{Region}.amazonaws.com",[xp]:{},[wp]:{}},k5e={url:"https://secretsmanager.{Region}.amazonaws.com",[xp]:{},[wp]:{}},N5e=[B5e],L5e=[G5e],U5e=[{[xf]:"Region"}],F5e=[{[mo]:ote,[fo]:["aws",ite]}],M5e=[{[mo]:ote,[fo]:["aws-us-gov",ite]}],owr={version:"1.0",parameters:{Region:I5e,UseDualStack:D5e,UseFIPS:D5e,Endpoint:I5e},rules:[{conditions:[{[mo]:b5e,[fo]:[x5e]}],rules:[{conditions:N5e,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:cy},{conditions:L5e,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:cy},{endpoint:{url:x5e,[xp]:wi,[wp]:wi},type:_c}],type:Ku},{conditions:[{[mo]:b5e,[fo]:U5e}],rules:[{conditions:[{[mo]:"aws.partition",[fo]:U5e,assign:$B}],rules:[{conditions:[B5e,G5e],rules:[{conditions:[{[mo]:kT,[fo]:[v5e,w5e]},$5e],rules:[{conditions:F5e,endpoint:O5e,type:_c},{conditions:M5e,endpoint:O5e,type:_c},{endpoint:{url:"https://secretsmanager-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",[xp]:wi,[wp]:wi},type:_c}],type:Ku},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:cy}],type:Ku},{conditions:N5e,rules:[{conditions:[{[mo]:kT,[fo]:[w5e,v5e]}],rules:[{endpoint:{url:"https://secretsmanager-fips.{Region}.{PartitionResult#dnsSuffix}",[xp]:wi,[wp]:wi},type:_c}],type:Ku},{error:"FIPS is enabled but this partition does not support FIPS",type:cy}],type:Ku},{conditions:L5e,rules:[{conditions:[$5e],rules:[{conditions:F5e,endpoint:k5e,type:_c},{conditions:[{[mo]:ote,[fo]:["aws-cn",ite]}],endpoint:{url:"https://secretsmanager.{Region}.amazonaws.com.cn",[xp]:wi,[wp]:wi},type:_c},{conditions:M5e,endpoint:k5e,type:_c},{endpoint:{url:"https://secretsmanager.{Region}.{PartitionResult#dualStackDnsSuffix}",[xp]:wi,[wp]:wi},type:_c}],type:Ku},{error:"DualStack is enabled but this partition does not support DualStack",type:cy}],type:Ku},{endpoint:{url:"https://secretsmanager.{Region}.{PartitionResult#dnsSuffix}",[xp]:wi,[wp]:wi},type:_c}],type:Ku}],type:Ku},{error:"Invalid Configuration: Missing Region",type:cy}]};OB.ruleSet=owr});var V5e=O(kB=>{"use strict";Object.defineProperty(kB,"__esModule",{value:!0});kB.defaultEndpointResolver=void 0;var iwr=mf(),ate=Gn(),awr=H5e(),cwr=new ate.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS"]}),uwr=(t,e={})=>cwr.get(t,()=>(0,ate.resolveEndpoint)(awr.ruleSet,{endpointParams:t,logger:e.logger}));kB.defaultEndpointResolver=uwr;ate.customEndpointFunctions.aws=iwr.awsEndpointFunctions});var z5e=O(NB=>{"use strict";Object.defineProperty(NB,"__esModule",{value:!0});NB.getRuntimeConfig=void 0;var lwr=(Ln(),J(fp)),dwr=(ff(),J($Z)),pwr=lt(),mwr=Sn(),j5e=De(),W5e=He(),fwr=qZ(),gwr=V5e(),hwr=t=>({apiVersion:"2017-10-17",base64Decoder:t?.base64Decoder??j5e.fromBase64,base64Encoder:t?.base64Encoder??j5e.toBase64,disableHostPrefix:t?.disableHostPrefix??!1,endpointProvider:t?.endpointProvider??gwr.defaultEndpointResolver,extensions:t?.extensions??[],httpAuthSchemeProvider:t?.httpAuthSchemeProvider??fwr.defaultSecretsManagerHttpAuthSchemeProvider,httpAuthSchemes:t?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new lwr.AwsSdkSigV4Signer}],logger:t?.logger??new pwr.NoOpLogger,protocol:t?.protocol??dwr.AwsJson1_1Protocol,protocolSettings:t?.protocolSettings??{defaultNamespace:"com.amazonaws.secretsmanager",version:"2017-10-17",serviceTarget:"secretsmanager"},serviceId:t?.serviceId??"Secrets Manager",urlParser:t?.urlParser??mwr.parseUrl,utf8Decoder:t?.utf8Decoder??W5e.fromUtf8,utf8Encoder:t?.utf8Encoder??W5e.toUtf8});NB.getRuntimeConfig=hwr});var Z5e=O(UB=>{"use strict";Object.defineProperty(UB,"__esModule",{value:!0});UB.getRuntimeConfig=void 0;var Swr=(Es(),J(ys)),ywr=Swr.__importDefault(nWe()),K5e=(Ln(),J(fp)),Ewr=P5e(),Q5e=zS(),LB=At(),Cwr=Eo(),Y5e=aa(),wf=Jr(),J5e=hf(),X5e=lt(),_wr=Cn(),Rwr=KS(),Twr=Ps(),Awr=z5e(),Pwr=t=>{(0,X5e.emitWarningIfUnsupportedVersion)(process.version);let e=(0,Rwr.resolveDefaultsModeConfig)(t),r=()=>e().then(X5e.loadConfigsForDefaultMode),n=(0,Awr.getRuntimeConfig)(t);(0,K5e.emitWarningIfUnsupportedVersion)(process.version);let s={profile:t?.profile,logger:n.logger};return{...n,...t,runtime:"node",defaultsMode:e,authSchemePreference:t?.authSchemePreference??(0,wf.loadConfig)(K5e.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,s),bodyLengthChecker:t?.bodyLengthChecker??_wr.calculateBodyLength,credentialDefaultProvider:t?.credentialDefaultProvider??Ewr.defaultProvider,defaultUserAgentProvider:t?.defaultUserAgentProvider??(0,Q5e.createDefaultUserAgentProvider)({serviceId:n.serviceId,clientVersion:ywr.default.version}),maxAttempts:t?.maxAttempts??(0,wf.loadConfig)(Y5e.NODE_MAX_ATTEMPT_CONFIG_OPTIONS,t),region:t?.region??(0,wf.loadConfig)(LB.NODE_REGION_CONFIG_OPTIONS,{...LB.NODE_REGION_CONFIG_FILE_OPTIONS,...s}),requestHandler:J5e.NodeHttpHandler.create(t?.requestHandler??r),retryMode:t?.retryMode??(0,wf.loadConfig)({...Y5e.NODE_RETRY_MODE_CONFIG_OPTIONS,default:async()=>(await r()).retryMode||Twr.DEFAULT_RETRY_MODE},t),sha256:t?.sha256??Cwr.Hash.bind(null,"sha256"),streamCollector:t?.streamCollector??J5e.streamCollector,useDualstackEndpoint:t?.useDualstackEndpoint??(0,wf.loadConfig)(LB.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,s),useFipsEndpoint:t?.useFipsEndpoint??(0,wf.loadConfig)(LB.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,s),userAgentAppId:t?.userAgentAppId??(0,wf.loadConfig)(Q5e.NODE_APP_ID_CONFIG_OPTIONS,s)}};UB.getRuntimeConfig=Pwr});var hte=O(K=>{"use strict";var eQe=_S(),vwr=RS(),bwr=TS(),tQe=gf(),Iwr=At(),uy=(Ws(),J(wS)),go=(bt(),J(oq)),Dwr=So(),Pr=gc(),rQe=aa(),kt=lt(),nQe=qZ(),xwr=Z5e(),sQe=yf(),oQe=qe(),wwr=t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"secretsmanager"}),$r={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}},$wr=t=>{let e=t.httpAuthSchemes,r=t.httpAuthSchemeProvider,n=t.credentials;return{setHttpAuthScheme(s){let o=e.findIndex(i=>i.schemeId===s.schemeId);o===-1?e.push(s):e.splice(o,1,s)},httpAuthSchemes(){return e},setHttpAuthSchemeProvider(s){r=s},httpAuthSchemeProvider(){return r},setCredentials(s){n=s},credentials(){return n}}},Owr=t=>({httpAuthSchemes:t.httpAuthSchemes(),httpAuthSchemeProvider:t.httpAuthSchemeProvider(),credentials:t.credentials()}),kwr=(t,e)=>{let r=Object.assign(sQe.getAwsRegionExtensionConfiguration(t),kt.getDefaultExtensionConfiguration(t),oQe.getHttpHandlerExtensionConfiguration(t),$wr(t));return e.forEach(n=>n.configure(r)),Object.assign(t,sQe.resolveAwsRegionExtensionConfiguration(r),kt.resolveDefaultRuntimeConfig(r),oQe.resolveHttpHandlerRuntimeConfig(r),Owr(r))},$f=class extends kt.Client{config;constructor(...[e]){let r=xwr.getRuntimeConfig(e||{});super(r),this.initConfig=r;let n=wwr(r),s=tQe.resolveUserAgentConfig(n),o=rQe.resolveRetryConfig(s),i=Iwr.resolveRegionConfig(o),a=eQe.resolveHostHeaderConfig(i),c=Pr.resolveEndpointConfig(a),u=nQe.resolveHttpAuthSchemeConfig(c),f=kwr(u,e?.extensions||[]);this.config=f,this.middlewareStack.use(go.getSchemaSerdePlugin(this.config)),this.middlewareStack.use(tQe.getUserAgentPlugin(this.config)),this.middlewareStack.use(rQe.getRetryPlugin(this.config)),this.middlewareStack.use(Dwr.getContentLengthPlugin(this.config)),this.middlewareStack.use(eQe.getHostHeaderPlugin(this.config)),this.middlewareStack.use(vwr.getLoggerPlugin(this.config)),this.middlewareStack.use(bwr.getRecursionDetectionPlugin(this.config)),this.middlewareStack.use(uy.getHttpAuthSchemeEndpointRuleSetPlugin(this.config,{httpAuthSchemeParametersProvider:nQe.defaultSecretsManagerHttpAuthSchemeParametersProvider,identityProviderConfigProvider:async m=>new uy.DefaultIdentityProviderConfig({"aws.auth#sigv4":m.credentials})})),this.middlewareStack.use(uy.getHttpSigningPlugin(this.config))}destroy(){super.destroy()}},hs=class t extends kt.ServiceException{constructor(e){super(e),Object.setPrototypeOf(this,t.prototype)}},FB=class t extends hs{name="DecryptionFailure";$fault="client";Message;constructor(e){super({name:"DecryptionFailure",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}},MB=class t extends hs{name="InternalServiceError";$fault="server";Message;constructor(e){super({name:"InternalServiceError",$fault:"server",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}},qB=class t extends hs{name="InvalidNextTokenException";$fault="client";Message;constructor(e){super({name:"InvalidNextTokenException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}},BB=class t extends hs{name="InvalidParameterException";$fault="client";Message;constructor(e){super({name:"InvalidParameterException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}},GB=class t extends hs{name="InvalidRequestException";$fault="client";Message;constructor(e){super({name:"InvalidRequestException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}},HB=class t extends hs{name="ResourceNotFoundException";$fault="client";Message;constructor(e){super({name:"ResourceNotFoundException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}},VB=class t extends hs{name="EncryptionFailure";$fault="client";Message;constructor(e){super({name:"EncryptionFailure",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}},jB=class t extends hs{name="LimitExceededException";$fault="client";Message;constructor(e){super({name:"LimitExceededException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}},WB=class t extends hs{name="MalformedPolicyDocumentException";$fault="client";Message;constructor(e){super({name:"MalformedPolicyDocumentException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}},zB=class t extends hs{name="PreconditionNotMetException";$fault="client";Message;constructor(e){super({name:"PreconditionNotMetException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}},KB=class t extends hs{name="ResourceExistsException";$fault="client";Message;constructor(e){super({name:"ResourceExistsException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}},QB=class t extends hs{name="PublicPolicyException";$fault="client";Message;constructor(e){super({name:"PublicPolicyException",$fault:"client",...e}),Object.setPrototypeOf(this,t.prototype),this.Message=e.Message}},Nwr="AutomaticallyAfterDays",Lwr="APIErrorListType",Uwr="APIErrorType",fn="ARN",iQe="AddReplicaRegions",Fwr="AddReplicaRegionListType",Mwr="BatchGetSecretValue",qwr="BatchGetSecretValueRequest",Bwr="BatchGetSecretValueResponse",Gwr="BlockPublicPolicy",FT="CreatedDate",Hwr="CheckName",Vwr="CancelRotateSecret",jwr="CancelRotateSecretRequest",Wwr="CancelRotateSecretResponse",SG="ClientRequestToken",zwr="CreateSecret",Kwr="CreateSecretRequest",Qwr="CreateSecretResponse",yG="Description",Ywr="DeletionDate",aQe="DeletedDate",Jwr="DecryptionFailure",Xwr="DeleteResourcePolicy",Zwr="DeleteResourcePolicyRequest",e$r="DeleteResourcePolicyResponse",t$r="DeleteSecret",r$r="DeleteSecretRequest",n$r="DeleteSecretResponse",s$r="DescribeSecretRequest",o$r="DescribeSecretResponse",i$r="DescribeSecret",a$r="Duration",c$r="Errors",u$r="ErrorCode",l$r="ExcludeCharacters",d$r="EncryptionFailure",p$r="ExcludeLowercase",m$r="ErrorMessage",f$r="ExcludeNumbers",g$r="ExcludePunctuation",cte="ExternalSecretRotationMetadata",h$r="ExternalSecretRotationMetadataItem",S$r="ExternalSecretRotationMetadataType",ute="ExternalSecretRotationRoleArn",y$r="ExcludeUppercase",cQe="Filters",E$r="ForceDeleteWithoutRecovery",C$r="FiltersListType",uQe="ForceOverwriteReplicaSecret",_$r="Filter",R$r="GetRandomPassword",T$r="GetRandomPasswordRequest",A$r="GetRandomPasswordResponse",P$r="GetResourcePolicyRequest",v$r="GetResourcePolicyResponse",b$r="GetResourcePolicy",I$r="GetSecretValue",D$r="GetSecretValueRequest",x$r="GetSecretValueResponse",w$r="IncludeDeprecated",$$r="InvalidNextTokenException",O$r="IncludePlannedDeletion",k$r="InvalidParameterException",N$r="InvalidRequestException",L$r="IncludeSpace",U$r="InternalServiceError",lte="Key",ly="KmsKeyId",F$r="KmsKeyIds",EG="LastAccessedDate",lQe="LastChangedDate",M$r="LimitExceededException",dQe="LastRotatedDate",q$r="ListSecrets",B$r="ListSecretsRequest",G$r="ListSecretsResponse",H$r="ListSecretVersionIds",V$r="ListSecretVersionIdsRequest",j$r="ListSecretVersionIdsResponse",Mo="Message",W$r="MalformedPolicyDocumentException",dte="MaxResults",z$r="MoveToVersionId",Mn="Name",pQe="NextRotationDate",dy="NextToken",mQe="OwningService",K$r="PasswordLength",Q$r="PreconditionNotMetException",Y$r="PublicPolicyException",fQe="PrimaryRegion",J$r="PutResourcePolicy",X$r="PutResourcePolicyRequest",Z$r="PutResourcePolicyResponse",eOr="PutSecretValue",tOr="PutSecretValueRequest",rOr="PutSecretValueResponse",nOr="PolicyValidationPassed",gQe="Region",hQe="RotationEnabled",sOr="ResourceExistsException",oOr="RequireEachIncludedType",iOr="RemoveFromVersionId",aOr="RotateImmediately",pte="RotationLambdaARN",cOr="ResourceNotFoundException",uOr="RandomPassword",lOr="RandomPasswordType",mte="ResourcePolicy",fte="RotationRules",dOr="RemoveRegionsFromReplication",pOr="RemoveRegionsFromReplicationRequest",mOr="RemoveRegionsFromReplicationResponse",fOr="RemoveReplicaRegions",gOr="ReplicaRegionType",hOr="RotationRulesType",CG="ReplicationStatus",SOr="ReplicationStatusListType",yOr="RestoreSecretRequest",EOr="RestoreSecretResponse",COr="RotateSecretRequest",_Or="RotateSecretResponse",ROr="ReplicationStatusType",TOr="ReplicateSecretToRegions",AOr="ReplicateSecretToRegionsRequest",POr="ReplicateSecretToRegionsResponse",vOr="RestoreSecret",bOr="RotateSecret",IOr="RotationToken",DOr="RotationTokenType",xOr="RecoveryWindowInDays",wOr="Status",MT="SecretBinary",$Or="SecretBinaryType",OOr="SortBy",kOr="ScheduleExpression",sn="SecretId",NOr="SecretIdList",LOr="SecretList",UOr="SecretListEntry",FOr="SecretListType",MOr="StatusMessage",qOr="SortOrder",BOr="StopReplicationToReplica",GOr="StopReplicationToReplicaRequest",HOr="StopReplicationToReplicaResponse",qT="SecretString",VOr="SecretStringType",jOr="SecretValues",WOr="SecretValueEntry",zOr="SecretVersionsListEntry",KOr="SecretVersionsListType",QOr="SecretValuesType",YOr="SecretVersionsToStages",SQe="SecretVersionsToStagesMapType",_G="Tags",JOr="TagKeys",XOr="TagListType",ZOr="TagResource",ekr="TagResourceRequest",tkr="Tag",RG="Type",rkr="UntagResource",nkr="UntagResourceRequest",skr="UpdateSecret",okr="UpdateSecretRequest",ikr="UpdateSecretResponse",akr="UpdateSecretVersionStage",ckr="UpdateSecretVersionStageRequest",ukr="UpdateSecretVersionStageResponse",yQe="Value",lkr="ValidationErrors",dkr="ValidationErrorsEntry",pkr="ValidationErrorsType",Qu="VersionId",mkr="VersionIdsToStages",fkr="ValidateResourcePolicy",gkr="ValidateResourcePolicyRequest",hkr="ValidateResourcePolicyResponse",EQe="VersionStage",BT="VersionStages",Skr="Values",ykr="Versions",fa="client",$i="error",Ekr="server",CQe="smithy.ts.sdk.synthetic.com.amazonaws.secretsmanager",ee="com.amazonaws.secretsmanager",Ckr=[0,ee,lOr,8,0],_kr=[0,ee,DOr,8,0],GT=[0,ee,$Or,8,21],HT=[0,ee,VOr,8,0],_Qe=[3,ee,Uwr,0,[sn,u$r,Mo],[0,0,0]],RQe=[3,ee,qwr,0,[NOr,cQe,dte,dy],[64,()=>LYe,1,0]],TQe=[3,ee,Bwr,0,[jOr,dy,c$r],[[()=>Akr,0],0,()=>Rkr]],AQe=[3,ee,jwr,0,[sn],[0],1],PQe=[3,ee,Wwr,0,[fn,Mn,Qu],[0,0,0]],vQe=[3,ee,Kwr,0,[Mn,SG,yG,ly,MT,qT,_G,iQe,uQe,RG],[0,[0,4],0,0,[()=>GT,0],[()=>HT,0],()=>PG,()=>NYe,2,0],1],bQe=[3,ee,Qwr,0,[fn,Mn,Qu,CG],[0,0,0,()=>AG]],IQe=[-3,ee,Jwr,{[$i]:fa},[Mo],[0]];go.TypeRegistry.for(ee).registerError(IQe,FB);var DQe=[3,ee,Zwr,0,[sn],[0],1],xQe=[3,ee,e$r,0,[fn,Mn],[0,0]],wQe=[3,ee,r$r,0,[sn,xOr,E$r],[0,1,2],1],$Qe=[3,ee,n$r,0,[fn,Mn,Ywr],[0,0,4]],OQe=[3,ee,s$r,0,[sn],[0],1],kQe=[3,ee,o$r,0,[fn,Mn,RG,yG,ly,hQe,pte,fte,cte,ute,dQe,lQe,EG,aQe,pQe,_G,mkr,mQe,FT,fQe,CG],[0,0,0,0,0,2,0,()=>TG,()=>gte,0,4,4,4,4,4,()=>PG,[2,ee,SQe,0,0,64],0,4,0,()=>AG]],NQe=[-3,ee,d$r,{[$i]:fa},[Mo],[0]];go.TypeRegistry.for(ee).registerError(NQe,VB);var LQe=[3,ee,h$r,0,[lte,yQe],[0,0]],UQe=[3,ee,_$r,0,[lte,Skr],[0,64]],FQe=[3,ee,T$r,0,[K$r,l$r,f$r,g$r,y$r,p$r,L$r,oOr],[1,0,2,2,2,2,2,2]],MQe=[3,ee,A$r,0,[uOr],[[()=>Ckr,0]]],qQe=[3,ee,P$r,0,[sn],[0],1],BQe=[3,ee,v$r,0,[fn,Mn,mte],[0,0,0]],GQe=[3,ee,D$r,0,[sn,Qu,EQe],[0,0,0],1],HQe=[3,ee,x$r,0,[fn,Mn,Qu,MT,qT,BT,FT],[0,0,0,[()=>GT,0],[()=>HT,0],64,4]],VQe=[-3,ee,U$r,{[$i]:Ekr},[Mo],[0]];go.TypeRegistry.for(ee).registerError(VQe,MB);var jQe=[-3,ee,$$r,{[$i]:fa},[Mo],[0]];go.TypeRegistry.for(ee).registerError(jQe,qB);var WQe=[-3,ee,k$r,{[$i]:fa},[Mo],[0]];go.TypeRegistry.for(ee).registerError(WQe,BB);var zQe=[-3,ee,N$r,{[$i]:fa},[Mo],[0]];go.TypeRegistry.for(ee).registerError(zQe,GB);var KQe=[-3,ee,M$r,{[$i]:fa},[Mo],[0]];go.TypeRegistry.for(ee).registerError(KQe,jB);var QQe=[3,ee,B$r,0,[O$r,dte,dy,cQe,qOr,OOr],[2,1,0,()=>LYe,0,0]],YQe=[3,ee,G$r,0,[LOr,dy],[()=>Tkr,0]],JQe=[3,ee,V$r,0,[sn,dte,dy,w$r],[0,1,0,2],1],XQe=[3,ee,j$r,0,[ykr,dy,fn,Mn],[()=>Pkr,0,0,0]],ZQe=[-3,ee,W$r,{[$i]:fa},[Mo],[0]];go.TypeRegistry.for(ee).registerError(ZQe,WB);var eYe=[-3,ee,Q$r,{[$i]:fa},[Mo],[0]];go.TypeRegistry.for(ee).registerError(eYe,zB);var tYe=[-3,ee,Y$r,{[$i]:fa},[Mo],[0]];go.TypeRegistry.for(ee).registerError(tYe,QB);var rYe=[3,ee,X$r,0,[sn,mte,Gwr],[0,0,2],2],nYe=[3,ee,Z$r,0,[fn,Mn],[0,0]],sYe=[3,ee,tOr,0,[sn,SG,MT,qT,BT,IOr],[0,[0,4],[()=>GT,0],[()=>HT,0],64,[()=>_kr,0]],1],oYe=[3,ee,rOr,0,[fn,Mn,Qu,BT],[0,0,0,64]],iYe=[3,ee,pOr,0,[sn,fOr],[0,64],2],aYe=[3,ee,mOr,0,[fn,CG],[0,()=>AG]],cYe=[3,ee,gOr,0,[gQe,ly],[0,0]],uYe=[3,ee,AOr,0,[sn,iQe,uQe],[0,()=>NYe,2],2],lYe=[3,ee,POr,0,[fn,CG],[0,()=>AG]],dYe=[3,ee,ROr,0,[gQe,ly,wOr,MOr,EG],[0,0,0,0,4]],pYe=[-3,ee,sOr,{[$i]:fa},[Mo],[0]];go.TypeRegistry.for(ee).registerError(pYe,KB);var mYe=[-3,ee,cOr,{[$i]:fa},[Mo],[0]];go.TypeRegistry.for(ee).registerError(mYe,HB);var fYe=[3,ee,yOr,0,[sn],[0],1],gYe=[3,ee,EOr,0,[fn,Mn],[0,0]],hYe=[3,ee,COr,0,[sn,SG,pte,fte,cte,ute,aOr],[0,[0,4],0,()=>TG,()=>gte,0,2],1],SYe=[3,ee,_Or,0,[fn,Mn,Qu],[0,0,0]],TG=[3,ee,hOr,0,[Nwr,a$r,kOr],[1,0,0]],yYe=[3,ee,UOr,0,[fn,Mn,RG,yG,ly,hQe,pte,fte,cte,ute,dQe,lQe,EG,aQe,pQe,_G,YOr,mQe,FT,fQe],[0,0,0,0,0,2,0,()=>TG,()=>gte,0,4,4,4,4,4,()=>PG,[2,ee,SQe,0,0,64],0,4,0]],EYe=[3,ee,WOr,0,[fn,Mn,Qu,MT,qT,BT,FT],[0,0,0,[()=>GT,0],[()=>HT,0],64,4]],CYe=[3,ee,zOr,0,[Qu,BT,EG,FT,F$r],[0,64,4,4,64]],_Ye=[3,ee,GOr,0,[sn],[0],1],RYe=[3,ee,HOr,0,[fn],[0]],TYe=[3,ee,tkr,0,[lte,yQe],[0,0]],AYe=[3,ee,ekr,0,[sn,_G],[0,()=>PG],2],PYe=[3,ee,nkr,0,[sn,JOr],[0,64],2],vYe=[3,ee,okr,0,[sn,SG,yG,ly,MT,qT,RG],[0,[0,4],0,0,[()=>GT,0],[()=>HT,0],0],1],bYe=[3,ee,ikr,0,[fn,Mn,Qu],[0,0,0]],IYe=[3,ee,ckr,0,[sn,EQe,iOr,z$r],[0,0,0,0],2],DYe=[3,ee,ukr,0,[fn,Mn],[0,0]],xYe=[3,ee,gkr,0,[mte,sn],[0,0],1],wYe=[3,ee,hkr,0,[nOr,lkr],[2,()=>vkr]],$Ye=[3,ee,dkr,0,[Hwr,m$r],[0,0]],OYe="unit",kYe=[-3,CQe,"SecretsManagerServiceException",0,[],[]];go.TypeRegistry.for(CQe).registerError(kYe,hs);var NYe=[1,ee,Fwr,0,()=>cYe],Rkr=[1,ee,Lwr,0,()=>_Qe],gte=[1,ee,S$r,0,()=>LQe],LYe=[1,ee,C$r,0,()=>UQe],AG=[1,ee,SOr,0,()=>dYe],Tkr=[1,ee,FOr,0,()=>yYe],Akr=[1,ee,QOr,0,[()=>EYe,0]],Pkr=[1,ee,KOr,0,()=>CYe],PG=[1,ee,XOr,0,()=>TYe],vkr=[1,ee,pkr,0,()=>$Ye],UYe=[9,ee,Mwr,0,()=>RQe,()=>TQe],FYe=[9,ee,Vwr,0,()=>AQe,()=>PQe],MYe=[9,ee,zwr,0,()=>vQe,()=>bQe],qYe=[9,ee,Xwr,0,()=>DQe,()=>xQe],BYe=[9,ee,t$r,0,()=>wQe,()=>$Qe],GYe=[9,ee,i$r,0,()=>OQe,()=>kQe],HYe=[9,ee,R$r,0,()=>FQe,()=>MQe],VYe=[9,ee,b$r,0,()=>qQe,()=>BQe],jYe=[9,ee,I$r,0,()=>GQe,()=>HQe],WYe=[9,ee,q$r,0,()=>QQe,()=>YQe],zYe=[9,ee,H$r,0,()=>JQe,()=>XQe],KYe=[9,ee,J$r,0,()=>rYe,()=>nYe],QYe=[9,ee,eOr,0,()=>sYe,()=>oYe],YYe=[9,ee,dOr,0,()=>iYe,()=>aYe],JYe=[9,ee,TOr,0,()=>uYe,()=>lYe],XYe=[9,ee,vOr,0,()=>fYe,()=>gYe],ZYe=[9,ee,bOr,0,()=>hYe,()=>SYe],e7e=[9,ee,BOr,0,()=>_Ye,()=>RYe],t7e=[9,ee,ZOr,0,()=>AYe,()=>OYe],r7e=[9,ee,rkr,0,()=>PYe,()=>OYe],n7e=[9,ee,skr,0,()=>vYe,()=>bYe],s7e=[9,ee,akr,0,()=>IYe,()=>DYe],o7e=[9,ee,fkr,0,()=>xYe,()=>wYe],NT=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","BatchGetSecretValue",{}).n("SecretsManagerClient","BatchGetSecretValueCommand").sc(UYe).build(){},YB=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","CancelRotateSecret",{}).n("SecretsManagerClient","CancelRotateSecretCommand").sc(FYe).build(){},JB=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","CreateSecret",{}).n("SecretsManagerClient","CreateSecretCommand").sc(MYe).build(){},XB=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","DeleteResourcePolicy",{}).n("SecretsManagerClient","DeleteResourcePolicyCommand").sc(qYe).build(){},ZB=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","DeleteSecret",{}).n("SecretsManagerClient","DeleteSecretCommand").sc(BYe).build(){},eG=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","DescribeSecret",{}).n("SecretsManagerClient","DescribeSecretCommand").sc(GYe).build(){},tG=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","GetRandomPassword",{}).n("SecretsManagerClient","GetRandomPasswordCommand").sc(HYe).build(){},rG=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","GetResourcePolicy",{}).n("SecretsManagerClient","GetResourcePolicyCommand").sc(VYe).build(){},nG=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","GetSecretValue",{}).n("SecretsManagerClient","GetSecretValueCommand").sc(jYe).build(){},LT=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","ListSecrets",{}).n("SecretsManagerClient","ListSecretsCommand").sc(WYe).build(){},UT=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","ListSecretVersionIds",{}).n("SecretsManagerClient","ListSecretVersionIdsCommand").sc(zYe).build(){},sG=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","PutResourcePolicy",{}).n("SecretsManagerClient","PutResourcePolicyCommand").sc(KYe).build(){},oG=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","PutSecretValue",{}).n("SecretsManagerClient","PutSecretValueCommand").sc(QYe).build(){},iG=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","RemoveRegionsFromReplication",{}).n("SecretsManagerClient","RemoveRegionsFromReplicationCommand").sc(YYe).build(){},aG=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","ReplicateSecretToRegions",{}).n("SecretsManagerClient","ReplicateSecretToRegionsCommand").sc(JYe).build(){},cG=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","RestoreSecret",{}).n("SecretsManagerClient","RestoreSecretCommand").sc(XYe).build(){},uG=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","RotateSecret",{}).n("SecretsManagerClient","RotateSecretCommand").sc(ZYe).build(){},lG=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","StopReplicationToReplica",{}).n("SecretsManagerClient","StopReplicationToReplicaCommand").sc(e7e).build(){},dG=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","TagResource",{}).n("SecretsManagerClient","TagResourceCommand").sc(t7e).build(){},pG=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","UntagResource",{}).n("SecretsManagerClient","UntagResourceCommand").sc(r7e).build(){},mG=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","UpdateSecret",{}).n("SecretsManagerClient","UpdateSecretCommand").sc(n7e).build(){},fG=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","UpdateSecretVersionStage",{}).n("SecretsManagerClient","UpdateSecretVersionStageCommand").sc(s7e).build(){},gG=class extends kt.Command.classBuilder().ep($r).m(function(e,r,n,s){return[Pr.getEndpointPlugin(n,e.getEndpointParameterInstructions())]}).s("secretsmanager","ValidateResourcePolicy",{}).n("SecretsManagerClient","ValidateResourcePolicyCommand").sc(o7e).build(){},bkr={BatchGetSecretValueCommand:NT,CancelRotateSecretCommand:YB,CreateSecretCommand:JB,DeleteResourcePolicyCommand:XB,DeleteSecretCommand:ZB,DescribeSecretCommand:eG,GetRandomPasswordCommand:tG,GetResourcePolicyCommand:rG,GetSecretValueCommand:nG,ListSecretsCommand:LT,ListSecretVersionIdsCommand:UT,PutResourcePolicyCommand:sG,PutSecretValueCommand:oG,RemoveRegionsFromReplicationCommand:iG,ReplicateSecretToRegionsCommand:aG,RestoreSecretCommand:cG,RotateSecretCommand:uG,StopReplicationToReplicaCommand:lG,TagResourceCommand:dG,UntagResourceCommand:pG,UpdateSecretCommand:mG,UpdateSecretVersionStageCommand:fG,ValidateResourcePolicyCommand:gG},hG=class extends $f{};kt.createAggregatedClient(bkr,hG);var Ikr=uy.createPaginator($f,NT,"NextToken","NextToken","MaxResults"),Dkr=uy.createPaginator($f,LT,"NextToken","NextToken","MaxResults"),xkr=uy.createPaginator($f,UT,"NextToken","NextToken","MaxResults"),wkr={all:"all",description:"description",name:"name",owning_service:"owning-service",primary_region:"primary-region",tag_key:"tag-key",tag_value:"tag-value"},$kr={Failed:"Failed",InProgress:"InProgress",InSync:"InSync"},Okr={created_date:"created-date",last_accessed_date:"last-accessed-date",last_changed_date:"last-changed-date",name:"name"},kkr={asc:"asc",desc:"desc"};Object.defineProperty(K,"$Command",{enumerable:!0,get:function(){return kt.Command}});Object.defineProperty(K,"__Client",{enumerable:!0,get:function(){return kt.Client}});K.APIErrorType$=_Qe;K.BatchGetSecretValue$=UYe;K.BatchGetSecretValueCommand=NT;K.BatchGetSecretValueRequest$=RQe;K.BatchGetSecretValueResponse$=TQe;K.CancelRotateSecret$=FYe;K.CancelRotateSecretCommand=YB;K.CancelRotateSecretRequest$=AQe;K.CancelRotateSecretResponse$=PQe;K.CreateSecret$=MYe;K.CreateSecretCommand=JB;K.CreateSecretRequest$=vQe;K.CreateSecretResponse$=bQe;K.DecryptionFailure=FB;K.DecryptionFailure$=IQe;K.DeleteResourcePolicy$=qYe;K.DeleteResourcePolicyCommand=XB;K.DeleteResourcePolicyRequest$=DQe;K.DeleteResourcePolicyResponse$=xQe;K.DeleteSecret$=BYe;K.DeleteSecretCommand=ZB;K.DeleteSecretRequest$=wQe;K.DeleteSecretResponse$=$Qe;K.DescribeSecret$=GYe;K.DescribeSecretCommand=eG;K.DescribeSecretRequest$=OQe;K.DescribeSecretResponse$=kQe;K.EncryptionFailure=VB;K.EncryptionFailure$=NQe;K.ExternalSecretRotationMetadataItem$=LQe;K.Filter$=UQe;K.FilterNameStringType=wkr;K.GetRandomPassword$=HYe;K.GetRandomPasswordCommand=tG;K.GetRandomPasswordRequest$=FQe;K.GetRandomPasswordResponse$=MQe;K.GetResourcePolicy$=VYe;K.GetResourcePolicyCommand=rG;K.GetResourcePolicyRequest$=qQe;K.GetResourcePolicyResponse$=BQe;K.GetSecretValue$=jYe;K.GetSecretValueCommand=nG;K.GetSecretValueRequest$=GQe;K.GetSecretValueResponse$=HQe;K.InternalServiceError=MB;K.InternalServiceError$=VQe;K.InvalidNextTokenException=qB;K.InvalidNextTokenException$=jQe;K.InvalidParameterException=BB;K.InvalidParameterException$=WQe;K.InvalidRequestException=GB;K.InvalidRequestException$=zQe;K.LimitExceededException=jB;K.LimitExceededException$=KQe;K.ListSecretVersionIds$=zYe;K.ListSecretVersionIdsCommand=UT;K.ListSecretVersionIdsRequest$=JQe;K.ListSecretVersionIdsResponse$=XQe;K.ListSecrets$=WYe;K.ListSecretsCommand=LT;K.ListSecretsRequest$=QQe;K.ListSecretsResponse$=YQe;K.MalformedPolicyDocumentException=WB;K.MalformedPolicyDocumentException$=ZQe;K.PreconditionNotMetException=zB;K.PreconditionNotMetException$=eYe;K.PublicPolicyException=QB;K.PublicPolicyException$=tYe;K.PutResourcePolicy$=KYe;K.PutResourcePolicyCommand=sG;K.PutResourcePolicyRequest$=rYe;K.PutResourcePolicyResponse$=nYe;K.PutSecretValue$=QYe;K.PutSecretValueCommand=oG;K.PutSecretValueRequest$=sYe;K.PutSecretValueResponse$=oYe;K.RemoveRegionsFromReplication$=YYe;K.RemoveRegionsFromReplicationCommand=iG;K.RemoveRegionsFromReplicationRequest$=iYe;K.RemoveRegionsFromReplicationResponse$=aYe;K.ReplicaRegionType$=cYe;K.ReplicateSecretToRegions$=JYe;K.ReplicateSecretToRegionsCommand=aG;K.ReplicateSecretToRegionsRequest$=uYe;K.ReplicateSecretToRegionsResponse$=lYe;K.ReplicationStatusType$=dYe;K.ResourceExistsException=KB;K.ResourceExistsException$=pYe;K.ResourceNotFoundException=HB;K.ResourceNotFoundException$=mYe;K.RestoreSecret$=XYe;K.RestoreSecretCommand=cG;K.RestoreSecretRequest$=fYe;K.RestoreSecretResponse$=gYe;K.RotateSecret$=ZYe;K.RotateSecretCommand=uG;K.RotateSecretRequest$=hYe;K.RotateSecretResponse$=SYe;K.RotationRulesType$=TG;K.SecretListEntry$=yYe;K.SecretValueEntry$=EYe;K.SecretVersionsListEntry$=CYe;K.SecretsManager=hG;K.SecretsManagerClient=$f;K.SecretsManagerServiceException=hs;K.SecretsManagerServiceException$=kYe;K.SortByType=Okr;K.SortOrderType=kkr;K.StatusType=$kr;K.StopReplicationToReplica$=e7e;K.StopReplicationToReplicaCommand=lG;K.StopReplicationToReplicaRequest$=_Ye;K.StopReplicationToReplicaResponse$=RYe;K.Tag$=TYe;K.TagResource$=t7e;K.TagResourceCommand=dG;K.TagResourceRequest$=AYe;K.UntagResource$=r7e;K.UntagResourceCommand=pG;K.UntagResourceRequest$=PYe;K.UpdateSecret$=n7e;K.UpdateSecretCommand=mG;K.UpdateSecretRequest$=vYe;K.UpdateSecretResponse$=bYe;K.UpdateSecretVersionStage$=s7e;K.UpdateSecretVersionStageCommand=fG;K.UpdateSecretVersionStageRequest$=IYe;K.UpdateSecretVersionStageResponse$=DYe;K.ValidateResourcePolicy$=o7e;K.ValidateResourcePolicyCommand=gG;K.ValidateResourcePolicyRequest$=xYe;K.ValidateResourcePolicyResponse$=wYe;K.ValidationErrorsEntry$=$Ye;K.paginateBatchGetSecretValue=Ikr;K.paginateListSecretVersionIds=xkr;K.paginateListSecrets=Dkr});var A7e=O((Bin,Kkr)=>{Kkr.exports={name:"@btc-embedded/cdk-extensions",description:"A collection of useful CDK extensions and common logic",repository:{type:"git",url:"https://github.com/btc-embedded/cdk-extensions.git"},bin:{catnip:"assets/cli/catnip.js"},scripts:{build:"npx projen build",bump:"npx projen bump",bundle:"npx projen bundle","bundle:cli/catnip":"npx projen bundle:cli/catnip","bundle:constructs/api-keys/lambdas/api-client-authorization.lambda":"npx projen bundle:constructs/api-keys/lambdas/api-client-authorization.lambda","bundle:constructs/api-keys/lambdas/api-client-authorization.lambda:watch":"npx projen bundle:constructs/api-keys/lambdas/api-client-authorization.lambda:watch","bundle:constructs/api-keys/lambdas/api-key-creation.lambda":"npx projen bundle:constructs/api-keys/lambdas/api-key-creation.lambda","bundle:constructs/api-keys/lambdas/api-key-creation.lambda:watch":"npx projen bundle:constructs/api-keys/lambdas/api-key-creation.lambda:watch","bundle:constructs/api-keys/lambdas/api-key-update.lambda":"npx projen bundle:constructs/api-keys/lambdas/api-key-update.lambda","bundle:constructs/api-keys/lambdas/api-key-update.lambda:watch":"npx projen bundle:constructs/api-keys/lambdas/api-key-update.lambda:watch","bundle:constructs/api-keys/lambdas/pre-token.lambda":"npx projen bundle:constructs/api-keys/lambdas/pre-token.lambda","bundle:constructs/api-keys/lambdas/pre-token.lambda:watch":"npx projen bundle:constructs/api-keys/lambdas/pre-token.lambda:watch","bundle:test/constructs/api-keys/integration/api-key-client-authorization-runner.lambda":"npx projen bundle:test/constructs/api-keys/integration/api-key-client-authorization-runner.lambda","bundle:test/constructs/api-keys/integration/api-key-client-authorization-runner.lambda:watch":"npx projen bundle:test/constructs/api-keys/integration/api-key-client-authorization-runner.lambda:watch","bundle:test/constructs/api-keys/integration/api-key-management-runner-unauthorized.lambda":"npx projen bundle:test/constructs/api-keys/integration/api-key-management-runner-unauthorized.lambda","bundle:test/constructs/api-keys/integration/api-key-management-runner-unauthorized.lambda:watch":"npx projen bundle:test/constructs/api-keys/integration/api-key-management-runner-unauthorized.lambda:watch","bundle:test/constructs/api-keys/integration/api-key-management-runner.lambda":"npx projen bundle:test/constructs/api-keys/integration/api-key-management-runner.lambda","bundle:test/constructs/api-keys/integration/api-key-management-runner.lambda:watch":"npx projen bundle:test/constructs/api-keys/integration/api-key-management-runner.lambda:watch","bundle:test/constructs/api-keys/integration/api-key-pre-token-handler-runner.lambda":"npx projen bundle:test/constructs/api-keys/integration/api-key-pre-token-handler-runner.lambda","bundle:test/constructs/api-keys/integration/api-key-pre-token-handler-runner.lambda:watch":"npx projen bundle:test/constructs/api-keys/integration/api-key-pre-token-handler-runner.lambda:watch",clobber:"npx projen clobber",compat:"npx projen compat",compile:"npx projen compile",default:"npx projen default",docgen:"npx projen docgen",eject:"npx projen eject",eslint:"npx projen eslint",integ:"npx projen integ","integ:update":"npx projen integ:update",package:"npx projen package","package-all":"npx projen package-all","package:js":"npx projen package:js","post-compile":"npx projen post-compile","post-upgrade":"npx projen post-upgrade","pre-compile":"npx projen pre-compile","publish:git":"npx projen publish:git",release:"npx projen release",test:"npx projen test","test:watch":"npx projen test:watch",unbump:"npx projen unbump","update-docs":"npx projen update-docs",upgrade:"npx projen upgrade",watch:"npx projen watch","yalc:watch":"npx projen yalc:watch",projen:"npx projen"},author:{name:"BTC Embedded Systems AG",url:"https://www.btc-embedded.com",organization:!0},devDependencies:{"@aws-cdk-containers/ecs-service-extensions":"2.0.1-alpha.535","@aws-cdk/integ-runner":"latest","@aws-cdk/integ-tests-alpha":"latest","@aws-sdk/client-cloudformation":"^3.993.0","@aws-sdk/client-cloudwatch-logs":"^3.993.0","@aws-sdk/client-ecs":"^3.993.0","@aws-sdk/credential-providers":"^3.993.0","@types/aws-api-gateway-client":"^0.3.3","@types/jest":"^30.0.0","@types/node":"^24.10.9","@types/url-template":"^3.0.0","@typescript-eslint/eslint-plugin":"^8","@typescript-eslint/parser":"^8","aws-api-gateway-client":"^0.3.7","aws-cdk-lib":"2.232.1","aws-sdk-client-mock":"^4.1.0","cdk-nag":"^2.37.55",commander:"^14.0.3","commit-and-tag-version":"^12",constructs:"10.0.5",esbuild:"^0.27.1",eslint:"^9","eslint-config-prettier":"^10.1.8","eslint-import-resolver-typescript":"^4.4.4","eslint-plugin-import":"^2.32.0","eslint-plugin-prettier":"^5.5.5",jest:"^30.2.0","jest-junit":"^16",jsii:"~5.9.0","jsii-diff":"^1.125.0","jsii-docgen":"^10.5.0","jsii-pacmak":"^1.125.0","jsii-rosetta":"~5.9.0",nodemon:"^3.1.11",prettier:"^3.8.0",projen:"^0.99.3","ts-jest":"^29.4.6","ts-node":"^10.9.2",typedoc:"^0.28.16","typedoc-plugin-markdown":"^4.9.0",typescript:"^5.9.3","url-template":"^3.1.1",yalc:"^1.0.0-pre.53"},peerDependencies:{"@aws-cdk-containers/ecs-service-extensions":">=2.0.1-alpha.535","aws-cdk-lib":"^2.232.1",constructs:"^10.0.5"},dependencies:{"@aws-lambda-powertools/logger":"^2.30.2","@aws-lambda-powertools/parameters":"^2.30.2","@aws-lambda-powertools/parser":"^2.30.2","@aws-sdk/client-cognito-identity-provider":"^3.965.0","@aws-sdk/client-dynamodb":"^3.948.0","@aws-sdk/client-secrets-manager":"^3.971.0","@aws-sdk/lib-dynamodb":"^3.948.0","@types/aws-lambda":"^8.10.159",yaml:"^2.8.2",zod:"~3"},bundledDependencies:["@aws-lambda-powertools/logger","@aws-lambda-powertools/parameters","@aws-lambda-powertools/parser","@aws-sdk/client-cognito-identity-provider","@aws-sdk/client-dynamodb","@aws-sdk/client-secrets-manager","@aws-sdk/lib-dynamodb","@types/aws-lambda","yaml","zod"],resolutions:{"@smithy/types":"^4.12.0"},keywords:["cdk"],main:"lib/index.js",license:"Apache-2.0",version:"0.22.9",jest:{coverageProvider:"v8",maxWorkers:4,testMatch:["<rootDir>/@(src|test)/**/*(*.)@(spec|test).ts?(x)","<rootDir>/@(src|test)/**/__tests__/**/*.ts?(x)","<rootDir>/@(projenrc)/**/*(*.)@(spec|test).ts?(x)","<rootDir>/@(projenrc)/**/__tests__/**/*.ts?(x)"],clearMocks:!0,collectCoverage:!0,coverageReporters:["json","lcov","clover","cobertura","text"],coverageDirectory:"coverage",coveragePathIgnorePatterns:["/node_modules/"],testPathIgnorePatterns:["/node_modules/"],watchPathIgnorePatterns:["/node_modules/"],reporters:["default",["jest-junit",{outputDirectory:"test-reports"}]],transform:{"^.+\\.[t]sx?$":["ts-jest",{tsconfig:"tsconfig.dev.json"}]}},types:"lib/index.d.ts",stability:"experimental",jsii:{outdir:"dist",targets:{},tsc:{outDir:"lib",rootDir:"src"},excludeTypescript:["src/cli/**"]},"//":'~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".'}});var Ote=T($te(),1),{program:sNr,createCommand:oNr,createArgument:iNr,createOption:aNr,CommanderError:cNr,InvalidArgumentError:uNr,InvalidOptionArgumentError:lNr,Command:kte,Argument:dNr,Option:pNr,Help:mNr}=Ote.default;var DG=T(Tz()),$p=T(i8());var i7e=T(EK()),a7e=T(Tz()),c7e=T(AJ()),u7e=T(i8()),l7e=T(hte()),d7e=T(hW());function VT(t){let e=t.region??process.env.AWS_DEFAULT_REGION??process.env.AWS_REGION;return{...e&&{region:e},...t.profile&&{credentials:(0,d7e.fromIni)({profile:t.profile})}}}function vG(t){return new i7e.CloudFormationClient(VT(t))}function p7e(t){return new u7e.ECSClient(VT(t))}function m7e(t){return new a7e.CloudWatchLogsClient(VT(t))}function Ste(t){return new c7e.CognitoIdentityProviderClient(VT(t))}function f7e(t){return new l7e.SecretsManagerClient(VT(t))}var bG=T(EK());async function g7e(t,e){let r=await Nkr(t),n=`${e}:`;return Object.fromEntries(Object.entries(r).filter(([s])=>s.startsWith(n)))}async function h7e(t,e,r){let n=[],s;do{let o=await t.send(new bG.ListStackResourcesCommand({StackName:e,NextToken:s}));for(let i of o.StackResourceSummaries??[])i.ResourceType===r&&i.PhysicalResourceId&&n.push(i.PhysicalResourceId);s=o.NextToken}while(s);return n}async function Nkr(t){let e={},r;do{let n=await t.send(new bG.ListExportsCommand({NextToken:r}));for(let s of n.Exports??[])s.Name&&s.Value&&(e[s.Name]=s.Value);r=n.NextToken}while(r);return e}var jT="\x1B[0m",IG="\x1B[1m",Lkr="\x1B[2m",Ukr="\x1B[31m",Fkr="\x1B[36m";function S7e(t){let e=` \u{1F431} catnip \u2014 ${t} `,r=Math.max(e.length+2,44),n="\u2550".repeat(r);console.log(`${Fkr}${IG}\u2554${n}\u2557`),console.log(`\u2551${e.padEnd(r)}\u2551`),console.log(`\u255A${n}\u255D${jT}`)}function WT(t){console.log(`
|
|
188
|
+
${IG}${t}${jT}`)}function zT(t){process.stderr.write(`${Ukr}${IG}Error:${jT} ${t}
|
|
189
|
+
`)}function Rc(t){return`${Lkr}${t}${jT}`}function py(t){return`${IG}${t}${jT}`}function E7e(t){t.command("ecs-diagnose").description("Show ECS deployment failure details: service events, stopped tasks, and container logs").requiredOption("--stack-name <name>","CloudFormation stack name").option("--tail <n>","Number of log lines to show per container","50").option("--tasks <n>","Number of recent stopped tasks to inspect","3").action(async e=>{try{let r=parseInt(e.tail,10),n=parseInt(e.tasks,10);if(isNaN(r)||r<1)throw new Error("--tail must be a positive integer");if(isNaN(n)||n<1)throw new Error("--tasks must be a positive integer");await Mkr({region:t.opts().region,profile:t.opts().profile,stackName:e.stackName,tail:r,tasks:n})}catch(r){zT(r instanceof Error?r.message:String(r)),process.exit(1)}})}async function Mkr(t){let e={region:t.region,profile:t.profile},r=vG(e),n=p7e(e),s=m7e(e),o=t.region??process.env.AWS_DEFAULT_REGION??process.env.AWS_REGION??"default";S7e("ecs-diagnose"),console.log(`Stack: ${py(t.stackName)} | Region: ${Rc(o)}`);let i=await h7e(r,t.stackName,"AWS::ECS::Service");i.length===0&&(zT(`No ECS services found in stack '${t.stackName}'.`),process.exit(1));for(let a of i){let c=Bkr(a),u=a.split("/").pop()??a;console.log(`
|
|
190
|
+
${"\u2500".repeat(64)}`),console.log(`Service: ${py(u)}${c?` | Cluster: ${Rc(c)}`:""}`),console.log("\u2500".repeat(64));let m=(await n.send(new $p.DescribeServicesCommand({...c&&{cluster:c},services:[a]}))).services?.[0];if(!m){console.log(" Could not retrieve service details.");continue}let h=m.clusterArn??c;WT("\u{1F4CB} SERVICE EVENTS (last 10)");let y=(m.events??[]).slice(0,10);if(y.length===0)console.log(" No events.");else for(let j of y){let te=j.createdAt?y7e(j.createdAt):"?";console.log(` ${Rc(`[${te}]`)} ${j.message??""}`)}let C=(m.deployments??[]).find(j=>j.status==="PRIMARY"),I=C?.rolloutState==="FAILED"||C?.rolloutStateReason?.toLowerCase().includes("circuit breaker")===!0;WT("\u26A0\uFE0F CIRCUIT BREAKER"),console.log(I?` ${py("TRIGGERED")}${C?.rolloutStateReason?`: ${C.rolloutStateReason}`:""}`:` Not triggered (rollout state: ${C?.rolloutState??"unknown"})`);let $=m.taskDefinition,N={};if($){let j=await n.send(new $p.DescribeTaskDefinitionCommand({taskDefinition:$}));for(let te of j.taskDefinition?.containerDefinitions??[]){let Ce=te.logConfiguration?.options?.["awslogs-group"];te.name&&Ce&&te.logConfiguration?.logDriver==="awslogs"&&(N[te.name]=Ce)}}WT(`\u{1F534} STOPPED TASKS (${t.tasks} most recent)`);let B=((await n.send(new $p.ListTasksCommand({cluster:h,serviceName:a,desiredStatus:"STOPPED"}))).taskArns??[]).slice(0,t.tasks);if(B.length===0){console.log(" No stopped tasks found.");continue}let W=await n.send(new $p.DescribeTasksCommand({cluster:h,tasks:B}));for(let j of W.tasks??[]){let te=j.taskArn?.split("/").pop()??"unknown",Ce=j.stoppedAt?y7e(j.stoppedAt):"unknown";console.log(`
|
|
191
|
+
Task ${Rc(te.slice(0,12))}\u2026 \u2014 stopped ${Ce}`),j.stoppedReason&&console.log(` Reason: ${j.stoppedReason}`);for(let V of j.containers??[]){let Y=V.exitCode!==void 0?`exit code: ${V.exitCode}`:"",ne=V.reason?` ${V.reason}`:"";console.log(` Container ${py(`'${V.name??"?"}'`)} ${Y}${ne?` |${ne}`:""}`)}for(let V of j.containers??[]){let Y=V.name??"unknown",ne=N[Y];ne&&await qkr(s,ne,Y,te,t.tail)}}}}async function qkr(t,e,r,n,s){WT(`\u{1F4DC} LOGS \u2014 ${py(r)} ${Rc(`[${e}]`)} (last ${s} lines)`);try{let i=((await t.send(new DG.DescribeLogStreamsCommand({logGroupName:e,orderBy:"LastEventTime",descending:!0,limit:50}))).logStreams??[]).find(u=>u.logStreamName?.includes(n));if(!i?.logStreamName){console.log(` ${Rc("No log stream found for this task.")}`);return}let c=(await t.send(new DG.GetLogEventsCommand({logGroupName:e,logStreamName:i.logStreamName,limit:s,startFromHead:!1}))).events??[];if(c.length===0){console.log(` ${Rc("No log events found.")}`);return}for(let u of c){let f=u.timestamp?Rc(`[${new Date(u.timestamp).toISOString()}]`):"";console.log(` ${f} ${u.message?.trimEnd()??""}`)}}catch(o){console.log(` ${Rc(`Could not fetch logs: ${o instanceof Error?o.message:String(o)}`)}`)}}function Bkr(t){let e=t.split("/");return e.length>=3?e[e.length-2]:void 0}function y7e(t){return t.toISOString().replace("T"," ").replace(/\.\d+Z$/," UTC")}var fy=T(AJ()),_7e=T(hte());function C7e(t){return Array.isArray(t)}function yte(t){return t.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_]+/g,"-").replace(/[^a-zA-Z0-9-]/g,"").toLowerCase()}function my(t,e){let{prefix:r,key:n,version:s}=e,o=C7e(r)?r:[r];return Gkr(s,t,...o,n)}function Gkr(t,...e){if(e.filter(s=>s.length>0).map((s,o)=>{if(o>0&&yte(s)!==s)throw new Error(`prefix '${s}' must be kebab-case (like '${yte(s)}')`);return s}).length<1)throw new Error("key must consist of at least one non-empty prefix");let n=s=>t&&t>1&&s===Math.min(e.length,2)-1;return e.map((s,o)=>n(o)?`${s}-v${t}`:s).join(":")}var ga={userPoolId:t=>my(t,{prefix:"cognito",key:"user-pool-id",version:2}),appClientId:t=>my(t,{prefix:"cognito",key:"application-client-id",version:2}),apiClientId:t=>my(t,{prefix:"cognito",key:"api-client-id",version:2}),userPoolDomain:t=>my(t,{prefix:"cognito",key:"user-pool-domain",version:1}),appClientSecretArn:t=>my(t,{prefix:"cognito",key:"app-client-secret-arn",version:1})};function R7e(t){t.command("oidc-token").description("Fetch an OIDC access token from a Cognito user pool client discovered via CloudFormation exports").requiredOption("--stack-name <name>","CloudFormation stack that exported the Cognito resources").option("--client <api|app>","Which Cognito client to use: api (client credentials) or app (user password)","api").option("--username <user>","Username (required for --client app)").option("--password <pass>","Password (or set CATNIP_PASSWORD env var; required for --client app)").option("--output <token|json>","Output format: bare access token or full JSON response","token").action(async e=>{try{await Hkr({region:t.opts().region,profile:t.opts().profile,stackName:e.stackName,client:e.client,username:e.username,password:e.password??process.env.CATNIP_PASSWORD,output:e.output})}catch(r){zT(r instanceof Error?r.message:String(r)),process.exit(1)}})}async function Hkr(t){let e={region:t.region,profile:t.profile},r=vG(e),n=await g7e(r,t.stackName),s=n[ga.userPoolId(t.stackName)],o=n[ga.userPoolDomain(t.stackName)];if(!s)throw new Error(`Could not find Cognito User Pool ID in stack '${t.stackName}'. Expected CF export: '${ga.userPoolId(t.stackName)}'`);if(!o)throw new Error(`Could not find Cognito User Pool Domain in stack '${t.stackName}'. Expected CF export: '${ga.userPoolDomain(t.stackName)}'`);t.client==="api"?await Vkr(t,e,s,o,n):await jkr(t,e,s,o,n)}async function Vkr(t,e,r,n,s){let o=s[ga.apiClientId(t.stackName)];if(!o)throw new Error(`Could not find API Client ID in stack '${t.stackName}'. Expected CF export: '${ga.apiClientId(t.stackName)}'`);let c=(await Ste(e).send(new fy.DescribeUserPoolClientCommand({UserPoolId:r,ClientId:o}))).UserPoolClient?.ClientSecret;if(!c)throw new Error("Could not retrieve client secret from Cognito. Ensure the calling principal has cognito-idp:DescribeUserPoolClient permission.");let u=`https://${zkr(n,e)}/oauth2/token`,f=Buffer.from(`${o}:${c}`).toString("base64"),m=await fetch(u,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded",Authorization:`Basic ${f}`},body:"grant_type=client_credentials"});if(!m.ok){let y=await m.text();throw new Error(`Token endpoint returned ${m.status}: ${y}`)}let h=await m.json();T7e(h,"access_token",t.output)}async function jkr(t,e,r,n,s){if(!t.username)throw new Error("--username is required for --client app");if(!t.password)throw new Error("--password (or CATNIP_PASSWORD env var) is required for --client app");let o=s[ga.appClientId(t.stackName)],i=s[ga.appClientSecretArn(t.stackName)];if(!o)throw new Error(`Could not find App Client ID in stack '${t.stackName}'. Expected CF export: '${ga.appClientId(t.stackName)}'`);if(!i)throw new Error(`Could not find App Client Secret ARN in stack '${t.stackName}'. Expected CF export: '${ga.appClientSecretArn(t.stackName)}'`);let u=(await f7e(e).send(new _7e.GetSecretValueCommand({SecretId:i}))).SecretString;if(!u)throw new Error(`Could not read secret value from '${i}'`);let h=(await Ste(e).send(new fy.InitiateAuthCommand({AuthFlow:fy.AuthFlowType.USER_PASSWORD_AUTH,ClientId:o,AuthParameters:{USERNAME:t.username,PASSWORD:t.password,SECRET_HASH:Wkr(o,u,t.username)}}))).AuthenticationResult;if(!h)throw new Error("Authentication did not return a token (challenge may be required).");T7e({id_token:h.IdToken,access_token:h.AccessToken,refresh_token:h.RefreshToken,expires_in:h.ExpiresIn,token_type:h.TokenType},"id_token",t.output)}function T7e(t,e,r){if(r==="json")console.log(JSON.stringify(t,null,2));else{let n=t[e];if(!n)throw new Error(`No '${e}' found in token response.`);console.log(n)}}function Wkr(t,e,r){return require("crypto").createHmac("sha256",e).update(r+t).digest("base64")}function zkr(t,e){if(t.includes(".amazoncognito.com"))return t;let r=e.region??process.env.AWS_DEFAULT_REGION??process.env.AWS_REGION??"us-east-1";return`${t}.auth.${r}.amazoncognito.com`}var{version:Qkr}=A7e(),Ete=new kte().name("catnip").description("\u{1F431} catnip \u2014 cloud toolkit by the CAT department (Cloud Architecture & Technologies)").version(Qkr).option("--region <region>","AWS region (default: AWS_DEFAULT_REGION / AWS_REGION)").option("--profile <profile>","AWS named profile (for local use)");E7e(Ete);R7e(Ete);Ete.parse();
|