p6-cdk-namer 1.3.45 → 1.3.47
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 +4 -4
- package/lib/p6cdknamer.js +1 -1
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/LICENSE +201 -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 +294 -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/TokenIdentity.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/logger.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/token.js +1 -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-es/uri.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/waiter.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 +50 -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 +65 -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 +60 -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 +13 -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 +58 -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 +30 -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/sha256-js/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-cjs/index.js +91 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/index.js +40 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/http.d.ts +112 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/index.d.ts +40 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/schema/schema.d.ts +271 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +112 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +40 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +289 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +32 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +41 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +81 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/package.json +61 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/LICENSE +201 -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 +294 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/abort.js +1 -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/blob/blob-types.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/crypto.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/encode.js +1 -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/eventStream.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.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/logger.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/token.js +1 -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-es/uri.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/waiter.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 +50 -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 +65 -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 +60 -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 +13 -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 +58 -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 +30 -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-crypto/util/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-cjs/index.js +91 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/index.js +40 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/http.d.ts +112 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/index.d.ts +40 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/schema/schema.d.ts +271 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +10 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +112 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +40 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +289 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +32 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +41 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +81 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/types/package.json +61 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/package.json +11 -11
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +6 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +6 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +22 -49
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/package.json +4 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-cjs/index.js +15 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +10 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/package.json +5 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +1 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +171 -169
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +1 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/index.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +4 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +4 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +26 -35
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +4 -21
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +4 -21
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -15
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +10 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/package.json +34 -34
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/core/package.json +11 -11
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +22 -49
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/package.json +4 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/config-resolver/dist-cjs/index.js +15 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +10 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +5 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/config-resolver/package.json +5 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +1 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +171 -169
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +1 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +4 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-es/submodules/schema/index.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +4 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +4 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +26 -35
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +4 -21
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +4 -21
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -15
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +10 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/core/package.json +11 -11
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +6 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +6 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +22 -49
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/package.json +4 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/config-resolver/dist-cjs/index.js +15 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +10 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +5 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +9 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/config-resolver/package.json +5 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +1 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +171 -169
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +1 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +4 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-es/submodules/schema/index.js +1 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +4 -6
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +4 -6
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +26 -35
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +4 -21
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +4 -21
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -15
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +10 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
- package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
- package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
- package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
- package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
- package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
- package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
- package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
- package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
- package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
- package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
- package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
- package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
- package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
- package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
- package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
- package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
- package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
- package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
- package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
- package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
- package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
- package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
- package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
- package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
- package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
- package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
- package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
- package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
- package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
- package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
- package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
- package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +2 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +1 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +1 -4
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
- package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
- package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
- package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
- package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
- package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
- package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
- package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
- package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/signature-v4/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +472 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +29 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +42 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +28 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +8 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +8 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +8 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +8 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/LICENSE +201 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/README.md +10 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-cjs/index.js +62 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +9 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +14 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +23 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +31 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +20 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +22 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +31 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +20 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +22 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/package.json +66 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/LICENSE +201 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/README.md +10 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-es/ProviderError.js +23 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +31 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +31 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +31 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +31 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/package.json +61 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-cjs/index.js +91 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/index.js +42 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +128 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/http.d.ts +112 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/index.d.ts +42 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/schema/schema.d.ts +230 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +82 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +10 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +128 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +112 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +42 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +245 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +101 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +32 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +41 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +81 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/package.json +61 -0
- package/node_modules/@smithy/util-endpoints/package.json +69 -0
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/node_modules/cdk-iam-floyd/README.md +2 -2
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +2 -0
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.js +5 -1
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.d.ts +2 -0
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.js +3 -1
- package/node_modules/cdk-iam-floyd/lib/generated/index.d.ts +1 -0
- package/node_modules/cdk-iam-floyd/lib/generated/index.js +9 -7
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/actionrecommendations.d.ts +25 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/actionrecommendations.js +36 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/healthlake.d.ts +64 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/healthlake.js +89 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/performanceinsights.d.ts +4 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/performanceinsights.js +5 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/service-oracledatabase-aws.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/service-oracledatabase-aws.js +13 -2
- package/node_modules/cdk-iam-floyd/package.json +5 -5
- package/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -24
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -463
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +0 -11
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +0 -16
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +0 -27
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +0 -13
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +0 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +0 -21
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +0 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +0 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +0 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +0 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +0 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +0 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/package.json +0 -69
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -24
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/README.md +0 -10
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -463
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +0 -50
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +0 -12
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +0 -21
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +0 -11
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +0 -25
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +0 -9
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +0 -13
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +0 -51
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +0 -9
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +0 -27
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/types/index.js +0 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +0 -11
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +0 -12
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +0 -14
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +0 -22
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +0 -27
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +0 -14
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +0 -16
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +0 -27
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +0 -36
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +0 -13
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +0 -12
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +0 -21
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +0 -15
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +0 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +0 -34
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -34
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -25
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +0 -25
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/package.json +0 -69
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -24
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/README.md +0 -10
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -463
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +0 -50
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +0 -12
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +0 -21
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +0 -11
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +0 -25
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +0 -13
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +0 -51
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +0 -27
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +0 -6
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/types/index.js +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +0 -11
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +0 -12
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +0 -14
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +0 -22
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +0 -27
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +0 -14
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +0 -16
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +0 -27
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +0 -36
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +0 -13
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +0 -12
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +0 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +0 -21
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +0 -15
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +0 -34
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +0 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +0 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -6
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -34
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -25
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -11
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -8
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -8
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +0 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +0 -25
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +0 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +0 -11
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +0 -8
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +0 -8
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +0 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +0 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +0 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +0 -3
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/package.json +0 -69
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
- /package/node_modules/{@aws-sdk → @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 → @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 → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/blob/blob-types.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/checksum.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/client.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/command.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/connection.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/credentials.js +0 -0
- /package/node_modules/{@aws-sdk → @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 → @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 → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/eventStream.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/extensions/index.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/feature-ids.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/function.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/http.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/identity/AnonymousIdentity.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/identity/AwsCredentialIdentity.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/identity/Identity.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/identity/LoginIdentity.js +0 -0
- /package/node_modules/{@aws-sdk → @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 → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/logger.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/middleware.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/pagination.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/profile.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/request.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/response.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/retry.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/serde.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/shapes.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/signature.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/stream.js +0 -0
- /package/node_modules/{@aws-sdk → @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 → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/uri.js +0 -0
- /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/util.js +0 -0
- /package/node_modules/{@aws-sdk → @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/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/LICENSE +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/README.md +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-cjs/index.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/abort-handler.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/abort.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/auth/HttpApiKeyAuth.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/auth/HttpAuthScheme.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/auth/HttpAuthSchemeProvider.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/auth/HttpSigner.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/auth/IdentityProviderConfig.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/auth/auth.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/auth/index.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/blob/blob-payload-input-types.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/checksum.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/client.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/command.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/connection/config.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/connection/index.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/connection/manager.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/connection/pool.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/crypto.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/downlevel-ts3.4/transform/type-transform.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/encode.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/endpoint.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/types → @aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/endpoints}/EndpointRuleObject.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/types → @aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/endpoints}/ErrorRuleObject.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/types → @aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/endpoints}/RuleSetObject.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/types → @aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/endpoints}/TreeRuleObject.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/endpoints/index.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/types → @aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/endpoints}/shared.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/eventStream.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/extensions/checksum.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/extensions/defaultClientConfiguration.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/extensions/defaultExtensionConfiguration.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/extensions/index.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/extensions/retry.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/externals-check/browser-externals-check.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/feature-ids.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/http/httpHandlerInitialization.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/http.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/identity/apiKeyIdentity.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/identity/awsCredentialIdentity.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/identity/identity.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/identity/index.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/identity/tokenIdentity.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/index.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/logger.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/middleware.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/pagination.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/profile.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/response.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/retry.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/schema/schema.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/schema/sentinels.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/schema/traits.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/serde.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/shapes.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/signature.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/stream.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/streaming-payload/streaming-blob-common-types.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/transfer.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/transform/client-method-transforms.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/transform/client-payload-blob-type-narrow.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/transform/exact.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/transform/mutable.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/transform/no-undefined.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/transform/type-transform.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/uri.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/util.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/waiter.js +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/abort-handler.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/abort.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/auth/HttpApiKeyAuth.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/auth/HttpAuthScheme.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/auth/HttpSigner.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/auth/IdentityProviderConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/auth/auth.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/auth/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/blob/blob-payload-input-types.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/checksum.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/client.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/command.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/connection/config.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/connection/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/connection/manager.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/connection/pool.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/crypto.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/encode.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/endpoint.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/endpoints/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/endpoints/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/endpoints/RuleSetObject.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/endpoints/TreeRuleObject.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/endpoints/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/endpoints/shared.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/eventStream.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/extensions/checksum.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/extensions/defaultClientConfiguration.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/extensions/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/extensions/retry.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/externals-check/browser-externals-check.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/feature-ids.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/http/httpHandlerInitialization.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/http.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/identity/apiKeyIdentity.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/identity/awsCredentialIdentity.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/identity/identity.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/identity/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/identity/tokenIdentity.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/logger.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/middleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/pagination.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/profile.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/response.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/retry.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/schema/schema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/schema/sentinels.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/schema/traits.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/serde.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/shapes.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/signature.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/stream.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/transfer.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/transform/client-method-transforms.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/transform/exact.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/transform/mutable.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/transform/no-undefined.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/transform/type-transform.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/abort-handler.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/abort.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/auth/auth.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/auth/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/checksum.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/client.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/command.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/connection/config.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/connection/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/connection/manager.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/connection/pool.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/crypto.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/encode.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/endpoint.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/endpoints/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/eventStream.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/extensions/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/extensions/retry.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/feature-ids.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/http.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/identity/identity.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/identity/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/logger.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/middleware.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/pagination.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/profile.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/response.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/retry.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/schema/schema.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/schema/traits.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/serde.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/shapes.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/signature.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/stream.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/transfer.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/transform/exact.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/transform/mutable.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/uri.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/util.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/waiter.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/uri.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/util.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/waiter.d.ts +0 -0
- /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/package.json +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/abort.js} +0 -0
- /package/node_modules/{@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js} +0 -0
- /package/node_modules/{@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/checksum.js} +0 -0
- /package/node_modules/{@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/client.js} +0 -0
- /package/node_modules/{@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/command.js} +0 -0
- /package/node_modules/{@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/connection.js} +0 -0
- /package/node_modules/{@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/types/shared.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/credentials.js} +0 -0
- /package/node_modules/{@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/crypto.js} +0 -0
- /package/node_modules/{@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/encode.js} +0 -0
- /package/node_modules/{@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/eventStream.js} +0 -0
- /package/node_modules/{@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/extensions/index.js} +0 -0
- /package/node_modules/{@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/feature-ids.js} +0 -0
- /package/node_modules/{@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/types/shared.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/function.js} +0 -0
- /package/node_modules/{@smithy/types/dist-es/endpoints/EndpointRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/http.js} +0 -0
- /package/node_modules/{@smithy/types/dist-es/endpoints/ErrorRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js} +0 -0
- /package/node_modules/{@smithy/types/dist-es/endpoints/RuleSetObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js} +0 -0
- /package/node_modules/{@smithy/types/dist-es/endpoints/TreeRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/Identity.js} +0 -0
- /package/node_modules/{@smithy/types/dist-es/endpoints/shared.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js} +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/README.md +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/cache/EndpointCache.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/debug/debugId.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/debug/index.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/debug/toDebugString.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/getEndpointUrlConfig.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/index.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/booleanEquals.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/getAttr.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/getAttrPathList.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/index.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/isIpAddress.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/isSet.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/isValidHostLabel.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/not.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/parseURL.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/stringEquals.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/substring.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/uriEncode.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/resolveEndpoint.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/types/EndpointError.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/types/index.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/customEndpointFunctions.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/endpointFunctions.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/evaluateCondition.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/evaluateConditions.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/evaluateEndpointRule.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/evaluateErrorRule.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/evaluateTemplate.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/getEndpointHeaders.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/getEndpointUrl.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/getReferenceValue.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/index.js +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/cache/EndpointCache.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/debug/debugId.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/debug/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/debug/toDebugString.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/booleanEquals.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/getAttr.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/getAttrPathList.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/isSet.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/not.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/parseURL.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/stringEquals.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/substring.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/uriEncode.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/types/EndpointError.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/types/EndpointFunctions.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/types/index.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/types/shared.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/endpointFunctions.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/evaluateCondition.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/evaluateConditions.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/getReferenceValue.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/index.d.ts +0 -0
package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-cjs/index.js
DELETED
|
@@ -1,463 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var types = require('@smithy/types');
|
|
4
|
-
|
|
5
|
-
class EndpointCache {
|
|
6
|
-
capacity;
|
|
7
|
-
data = new Map();
|
|
8
|
-
parameters = [];
|
|
9
|
-
constructor({ size, params }) {
|
|
10
|
-
this.capacity = size ?? 50;
|
|
11
|
-
if (params) {
|
|
12
|
-
this.parameters = params;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
get(endpointParams, resolver) {
|
|
16
|
-
const key = this.hash(endpointParams);
|
|
17
|
-
if (key === false) {
|
|
18
|
-
return resolver();
|
|
19
|
-
}
|
|
20
|
-
if (!this.data.has(key)) {
|
|
21
|
-
if (this.data.size > this.capacity + 10) {
|
|
22
|
-
const keys = this.data.keys();
|
|
23
|
-
let i = 0;
|
|
24
|
-
while (true) {
|
|
25
|
-
const { value, done } = keys.next();
|
|
26
|
-
this.data.delete(value);
|
|
27
|
-
if (done || ++i > 10) {
|
|
28
|
-
break;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
this.data.set(key, resolver());
|
|
33
|
-
}
|
|
34
|
-
return this.data.get(key);
|
|
35
|
-
}
|
|
36
|
-
size() {
|
|
37
|
-
return this.data.size;
|
|
38
|
-
}
|
|
39
|
-
hash(endpointParams) {
|
|
40
|
-
let buffer = "";
|
|
41
|
-
const { parameters } = this;
|
|
42
|
-
if (parameters.length === 0) {
|
|
43
|
-
return false;
|
|
44
|
-
}
|
|
45
|
-
for (const param of parameters) {
|
|
46
|
-
const val = String(endpointParams[param] ?? "");
|
|
47
|
-
if (val.includes("|;")) {
|
|
48
|
-
return false;
|
|
49
|
-
}
|
|
50
|
-
buffer += val + "|;";
|
|
51
|
-
}
|
|
52
|
-
return buffer;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
const IP_V4_REGEX = 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}$`);
|
|
57
|
-
const isIpAddress = (value) => IP_V4_REGEX.test(value) || (value.startsWith("[") && value.endsWith("]"));
|
|
58
|
-
|
|
59
|
-
const VALID_HOST_LABEL_REGEX = new RegExp(`^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$`);
|
|
60
|
-
const isValidHostLabel = (value, allowSubDomains = false) => {
|
|
61
|
-
if (!allowSubDomains) {
|
|
62
|
-
return VALID_HOST_LABEL_REGEX.test(value);
|
|
63
|
-
}
|
|
64
|
-
const labels = value.split(".");
|
|
65
|
-
for (const label of labels) {
|
|
66
|
-
if (!isValidHostLabel(label)) {
|
|
67
|
-
return false;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
return true;
|
|
71
|
-
};
|
|
72
|
-
|
|
73
|
-
const customEndpointFunctions = {};
|
|
74
|
-
|
|
75
|
-
const debugId = "endpoints";
|
|
76
|
-
|
|
77
|
-
function toDebugString(input) {
|
|
78
|
-
if (typeof input !== "object" || input == null) {
|
|
79
|
-
return input;
|
|
80
|
-
}
|
|
81
|
-
if ("ref" in input) {
|
|
82
|
-
return `$${toDebugString(input.ref)}`;
|
|
83
|
-
}
|
|
84
|
-
if ("fn" in input) {
|
|
85
|
-
return `${input.fn}(${(input.argv || []).map(toDebugString).join(", ")})`;
|
|
86
|
-
}
|
|
87
|
-
return JSON.stringify(input, null, 2);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
class EndpointError extends Error {
|
|
91
|
-
constructor(message) {
|
|
92
|
-
super(message);
|
|
93
|
-
this.name = "EndpointError";
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
const booleanEquals = (value1, value2) => value1 === value2;
|
|
98
|
-
|
|
99
|
-
const getAttrPathList = (path) => {
|
|
100
|
-
const parts = path.split(".");
|
|
101
|
-
const pathList = [];
|
|
102
|
-
for (const part of parts) {
|
|
103
|
-
const squareBracketIndex = part.indexOf("[");
|
|
104
|
-
if (squareBracketIndex !== -1) {
|
|
105
|
-
if (part.indexOf("]") !== part.length - 1) {
|
|
106
|
-
throw new EndpointError(`Path: '${path}' does not end with ']'`);
|
|
107
|
-
}
|
|
108
|
-
const arrayIndex = part.slice(squareBracketIndex + 1, -1);
|
|
109
|
-
if (Number.isNaN(parseInt(arrayIndex))) {
|
|
110
|
-
throw new EndpointError(`Invalid array index: '${arrayIndex}' in path: '${path}'`);
|
|
111
|
-
}
|
|
112
|
-
if (squareBracketIndex !== 0) {
|
|
113
|
-
pathList.push(part.slice(0, squareBracketIndex));
|
|
114
|
-
}
|
|
115
|
-
pathList.push(arrayIndex);
|
|
116
|
-
}
|
|
117
|
-
else {
|
|
118
|
-
pathList.push(part);
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
return pathList;
|
|
122
|
-
};
|
|
123
|
-
|
|
124
|
-
const getAttr = (value, path) => getAttrPathList(path).reduce((acc, index) => {
|
|
125
|
-
if (typeof acc !== "object") {
|
|
126
|
-
throw new EndpointError(`Index '${index}' in '${path}' not found in '${JSON.stringify(value)}'`);
|
|
127
|
-
}
|
|
128
|
-
else if (Array.isArray(acc)) {
|
|
129
|
-
return acc[parseInt(index)];
|
|
130
|
-
}
|
|
131
|
-
return acc[index];
|
|
132
|
-
}, value);
|
|
133
|
-
|
|
134
|
-
const isSet = (value) => value != null;
|
|
135
|
-
|
|
136
|
-
const not = (value) => !value;
|
|
137
|
-
|
|
138
|
-
const DEFAULT_PORTS = {
|
|
139
|
-
[types.EndpointURLScheme.HTTP]: 80,
|
|
140
|
-
[types.EndpointURLScheme.HTTPS]: 443,
|
|
141
|
-
};
|
|
142
|
-
const parseURL = (value) => {
|
|
143
|
-
const whatwgURL = (() => {
|
|
144
|
-
try {
|
|
145
|
-
if (value instanceof URL) {
|
|
146
|
-
return value;
|
|
147
|
-
}
|
|
148
|
-
if (typeof value === "object" && "hostname" in value) {
|
|
149
|
-
const { hostname, port, protocol = "", path = "", query = {} } = value;
|
|
150
|
-
const url = new URL(`${protocol}//${hostname}${port ? `:${port}` : ""}${path}`);
|
|
151
|
-
url.search = Object.entries(query)
|
|
152
|
-
.map(([k, v]) => `${k}=${v}`)
|
|
153
|
-
.join("&");
|
|
154
|
-
return url;
|
|
155
|
-
}
|
|
156
|
-
return new URL(value);
|
|
157
|
-
}
|
|
158
|
-
catch (error) {
|
|
159
|
-
return null;
|
|
160
|
-
}
|
|
161
|
-
})();
|
|
162
|
-
if (!whatwgURL) {
|
|
163
|
-
console.error(`Unable to parse ${JSON.stringify(value)} as a whatwg URL.`);
|
|
164
|
-
return null;
|
|
165
|
-
}
|
|
166
|
-
const urlString = whatwgURL.href;
|
|
167
|
-
const { host, hostname, pathname, protocol, search } = whatwgURL;
|
|
168
|
-
if (search) {
|
|
169
|
-
return null;
|
|
170
|
-
}
|
|
171
|
-
const scheme = protocol.slice(0, -1);
|
|
172
|
-
if (!Object.values(types.EndpointURLScheme).includes(scheme)) {
|
|
173
|
-
return null;
|
|
174
|
-
}
|
|
175
|
-
const isIp = isIpAddress(hostname);
|
|
176
|
-
const inputContainsDefaultPort = urlString.includes(`${host}:${DEFAULT_PORTS[scheme]}`) ||
|
|
177
|
-
(typeof value === "string" && value.includes(`${host}:${DEFAULT_PORTS[scheme]}`));
|
|
178
|
-
const authority = `${host}${inputContainsDefaultPort ? `:${DEFAULT_PORTS[scheme]}` : ``}`;
|
|
179
|
-
return {
|
|
180
|
-
scheme,
|
|
181
|
-
authority,
|
|
182
|
-
path: pathname,
|
|
183
|
-
normalizedPath: pathname.endsWith("/") ? pathname : `${pathname}/`,
|
|
184
|
-
isIp,
|
|
185
|
-
};
|
|
186
|
-
};
|
|
187
|
-
|
|
188
|
-
const stringEquals = (value1, value2) => value1 === value2;
|
|
189
|
-
|
|
190
|
-
const substring = (input, start, stop, reverse) => {
|
|
191
|
-
if (start >= stop || input.length < stop) {
|
|
192
|
-
return null;
|
|
193
|
-
}
|
|
194
|
-
if (!reverse) {
|
|
195
|
-
return input.substring(start, stop);
|
|
196
|
-
}
|
|
197
|
-
return input.substring(input.length - stop, input.length - start);
|
|
198
|
-
};
|
|
199
|
-
|
|
200
|
-
const uriEncode = (value) => encodeURIComponent(value).replace(/[!*'()]/g, (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`);
|
|
201
|
-
|
|
202
|
-
const endpointFunctions = {
|
|
203
|
-
booleanEquals,
|
|
204
|
-
getAttr,
|
|
205
|
-
isSet,
|
|
206
|
-
isValidHostLabel,
|
|
207
|
-
not,
|
|
208
|
-
parseURL,
|
|
209
|
-
stringEquals,
|
|
210
|
-
substring,
|
|
211
|
-
uriEncode,
|
|
212
|
-
};
|
|
213
|
-
|
|
214
|
-
const evaluateTemplate = (template, options) => {
|
|
215
|
-
const evaluatedTemplateArr = [];
|
|
216
|
-
const templateContext = {
|
|
217
|
-
...options.endpointParams,
|
|
218
|
-
...options.referenceRecord,
|
|
219
|
-
};
|
|
220
|
-
let currentIndex = 0;
|
|
221
|
-
while (currentIndex < template.length) {
|
|
222
|
-
const openingBraceIndex = template.indexOf("{", currentIndex);
|
|
223
|
-
if (openingBraceIndex === -1) {
|
|
224
|
-
evaluatedTemplateArr.push(template.slice(currentIndex));
|
|
225
|
-
break;
|
|
226
|
-
}
|
|
227
|
-
evaluatedTemplateArr.push(template.slice(currentIndex, openingBraceIndex));
|
|
228
|
-
const closingBraceIndex = template.indexOf("}", openingBraceIndex);
|
|
229
|
-
if (closingBraceIndex === -1) {
|
|
230
|
-
evaluatedTemplateArr.push(template.slice(openingBraceIndex));
|
|
231
|
-
break;
|
|
232
|
-
}
|
|
233
|
-
if (template[openingBraceIndex + 1] === "{" && template[closingBraceIndex + 1] === "}") {
|
|
234
|
-
evaluatedTemplateArr.push(template.slice(openingBraceIndex + 1, closingBraceIndex));
|
|
235
|
-
currentIndex = closingBraceIndex + 2;
|
|
236
|
-
}
|
|
237
|
-
const parameterName = template.substring(openingBraceIndex + 1, closingBraceIndex);
|
|
238
|
-
if (parameterName.includes("#")) {
|
|
239
|
-
const [refName, attrName] = parameterName.split("#");
|
|
240
|
-
evaluatedTemplateArr.push(getAttr(templateContext[refName], attrName));
|
|
241
|
-
}
|
|
242
|
-
else {
|
|
243
|
-
evaluatedTemplateArr.push(templateContext[parameterName]);
|
|
244
|
-
}
|
|
245
|
-
currentIndex = closingBraceIndex + 1;
|
|
246
|
-
}
|
|
247
|
-
return evaluatedTemplateArr.join("");
|
|
248
|
-
};
|
|
249
|
-
|
|
250
|
-
const getReferenceValue = ({ ref }, options) => {
|
|
251
|
-
const referenceRecord = {
|
|
252
|
-
...options.endpointParams,
|
|
253
|
-
...options.referenceRecord,
|
|
254
|
-
};
|
|
255
|
-
return referenceRecord[ref];
|
|
256
|
-
};
|
|
257
|
-
|
|
258
|
-
const evaluateExpression = (obj, keyName, options) => {
|
|
259
|
-
if (typeof obj === "string") {
|
|
260
|
-
return evaluateTemplate(obj, options);
|
|
261
|
-
}
|
|
262
|
-
else if (obj["fn"]) {
|
|
263
|
-
return callFunction(obj, options);
|
|
264
|
-
}
|
|
265
|
-
else if (obj["ref"]) {
|
|
266
|
-
return getReferenceValue(obj, options);
|
|
267
|
-
}
|
|
268
|
-
throw new EndpointError(`'${keyName}': ${String(obj)} is not a string, function or reference.`);
|
|
269
|
-
};
|
|
270
|
-
|
|
271
|
-
const callFunction = ({ fn, argv }, options) => {
|
|
272
|
-
const evaluatedArgs = argv.map((arg) => ["boolean", "number"].includes(typeof arg) ? arg : evaluateExpression(arg, "arg", options));
|
|
273
|
-
const fnSegments = fn.split(".");
|
|
274
|
-
if (fnSegments[0] in customEndpointFunctions && fnSegments[1] != null) {
|
|
275
|
-
return customEndpointFunctions[fnSegments[0]][fnSegments[1]](...evaluatedArgs);
|
|
276
|
-
}
|
|
277
|
-
return endpointFunctions[fn](...evaluatedArgs);
|
|
278
|
-
};
|
|
279
|
-
|
|
280
|
-
const evaluateCondition = ({ assign, ...fnArgs }, options) => {
|
|
281
|
-
if (assign && assign in options.referenceRecord) {
|
|
282
|
-
throw new EndpointError(`'${assign}' is already defined in Reference Record.`);
|
|
283
|
-
}
|
|
284
|
-
const value = callFunction(fnArgs, options);
|
|
285
|
-
options.logger?.debug?.(`${debugId} evaluateCondition: ${toDebugString(fnArgs)} = ${toDebugString(value)}`);
|
|
286
|
-
return {
|
|
287
|
-
result: value === "" ? true : !!value,
|
|
288
|
-
...(assign != null && { toAssign: { name: assign, value } }),
|
|
289
|
-
};
|
|
290
|
-
};
|
|
291
|
-
|
|
292
|
-
const evaluateConditions = (conditions = [], options) => {
|
|
293
|
-
const conditionsReferenceRecord = {};
|
|
294
|
-
for (const condition of conditions) {
|
|
295
|
-
const { result, toAssign } = evaluateCondition(condition, {
|
|
296
|
-
...options,
|
|
297
|
-
referenceRecord: {
|
|
298
|
-
...options.referenceRecord,
|
|
299
|
-
...conditionsReferenceRecord,
|
|
300
|
-
},
|
|
301
|
-
});
|
|
302
|
-
if (!result) {
|
|
303
|
-
return { result };
|
|
304
|
-
}
|
|
305
|
-
if (toAssign) {
|
|
306
|
-
conditionsReferenceRecord[toAssign.name] = toAssign.value;
|
|
307
|
-
options.logger?.debug?.(`${debugId} assign: ${toAssign.name} := ${toDebugString(toAssign.value)}`);
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
return { result: true, referenceRecord: conditionsReferenceRecord };
|
|
311
|
-
};
|
|
312
|
-
|
|
313
|
-
const getEndpointHeaders = (headers, options) => Object.entries(headers).reduce((acc, [headerKey, headerVal]) => ({
|
|
314
|
-
...acc,
|
|
315
|
-
[headerKey]: headerVal.map((headerValEntry) => {
|
|
316
|
-
const processedExpr = evaluateExpression(headerValEntry, "Header value entry", options);
|
|
317
|
-
if (typeof processedExpr !== "string") {
|
|
318
|
-
throw new EndpointError(`Header '${headerKey}' value '${processedExpr}' is not a string`);
|
|
319
|
-
}
|
|
320
|
-
return processedExpr;
|
|
321
|
-
}),
|
|
322
|
-
}), {});
|
|
323
|
-
|
|
324
|
-
const getEndpointProperty = (property, options) => {
|
|
325
|
-
if (Array.isArray(property)) {
|
|
326
|
-
return property.map((propertyEntry) => getEndpointProperty(propertyEntry, options));
|
|
327
|
-
}
|
|
328
|
-
switch (typeof property) {
|
|
329
|
-
case "string":
|
|
330
|
-
return evaluateTemplate(property, options);
|
|
331
|
-
case "object":
|
|
332
|
-
if (property === null) {
|
|
333
|
-
throw new EndpointError(`Unexpected endpoint property: ${property}`);
|
|
334
|
-
}
|
|
335
|
-
return getEndpointProperties(property, options);
|
|
336
|
-
case "boolean":
|
|
337
|
-
return property;
|
|
338
|
-
default:
|
|
339
|
-
throw new EndpointError(`Unexpected endpoint property type: ${typeof property}`);
|
|
340
|
-
}
|
|
341
|
-
};
|
|
342
|
-
|
|
343
|
-
const getEndpointProperties = (properties, options) => Object.entries(properties).reduce((acc, [propertyKey, propertyVal]) => ({
|
|
344
|
-
...acc,
|
|
345
|
-
[propertyKey]: getEndpointProperty(propertyVal, options),
|
|
346
|
-
}), {});
|
|
347
|
-
|
|
348
|
-
const getEndpointUrl = (endpointUrl, options) => {
|
|
349
|
-
const expression = evaluateExpression(endpointUrl, "Endpoint URL", options);
|
|
350
|
-
if (typeof expression === "string") {
|
|
351
|
-
try {
|
|
352
|
-
return new URL(expression);
|
|
353
|
-
}
|
|
354
|
-
catch (error) {
|
|
355
|
-
console.error(`Failed to construct URL with ${expression}`, error);
|
|
356
|
-
throw error;
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
throw new EndpointError(`Endpoint URL must be a string, got ${typeof expression}`);
|
|
360
|
-
};
|
|
361
|
-
|
|
362
|
-
const evaluateEndpointRule = (endpointRule, options) => {
|
|
363
|
-
const { conditions, endpoint } = endpointRule;
|
|
364
|
-
const { result, referenceRecord } = evaluateConditions(conditions, options);
|
|
365
|
-
if (!result) {
|
|
366
|
-
return;
|
|
367
|
-
}
|
|
368
|
-
const endpointRuleOptions = {
|
|
369
|
-
...options,
|
|
370
|
-
referenceRecord: { ...options.referenceRecord, ...referenceRecord },
|
|
371
|
-
};
|
|
372
|
-
const { url, properties, headers } = endpoint;
|
|
373
|
-
options.logger?.debug?.(`${debugId} Resolving endpoint from template: ${toDebugString(endpoint)}`);
|
|
374
|
-
return {
|
|
375
|
-
...(headers != undefined && {
|
|
376
|
-
headers: getEndpointHeaders(headers, endpointRuleOptions),
|
|
377
|
-
}),
|
|
378
|
-
...(properties != undefined && {
|
|
379
|
-
properties: getEndpointProperties(properties, endpointRuleOptions),
|
|
380
|
-
}),
|
|
381
|
-
url: getEndpointUrl(url, endpointRuleOptions),
|
|
382
|
-
};
|
|
383
|
-
};
|
|
384
|
-
|
|
385
|
-
const evaluateErrorRule = (errorRule, options) => {
|
|
386
|
-
const { conditions, error } = errorRule;
|
|
387
|
-
const { result, referenceRecord } = evaluateConditions(conditions, options);
|
|
388
|
-
if (!result) {
|
|
389
|
-
return;
|
|
390
|
-
}
|
|
391
|
-
throw new EndpointError(evaluateExpression(error, "Error", {
|
|
392
|
-
...options,
|
|
393
|
-
referenceRecord: { ...options.referenceRecord, ...referenceRecord },
|
|
394
|
-
}));
|
|
395
|
-
};
|
|
396
|
-
|
|
397
|
-
const evaluateTreeRule = (treeRule, options) => {
|
|
398
|
-
const { conditions, rules } = treeRule;
|
|
399
|
-
const { result, referenceRecord } = evaluateConditions(conditions, options);
|
|
400
|
-
if (!result) {
|
|
401
|
-
return;
|
|
402
|
-
}
|
|
403
|
-
return evaluateRules(rules, {
|
|
404
|
-
...options,
|
|
405
|
-
referenceRecord: { ...options.referenceRecord, ...referenceRecord },
|
|
406
|
-
});
|
|
407
|
-
};
|
|
408
|
-
|
|
409
|
-
const evaluateRules = (rules, options) => {
|
|
410
|
-
for (const rule of rules) {
|
|
411
|
-
if (rule.type === "endpoint") {
|
|
412
|
-
const endpointOrUndefined = evaluateEndpointRule(rule, options);
|
|
413
|
-
if (endpointOrUndefined) {
|
|
414
|
-
return endpointOrUndefined;
|
|
415
|
-
}
|
|
416
|
-
}
|
|
417
|
-
else if (rule.type === "error") {
|
|
418
|
-
evaluateErrorRule(rule, options);
|
|
419
|
-
}
|
|
420
|
-
else if (rule.type === "tree") {
|
|
421
|
-
const endpointOrUndefined = evaluateTreeRule(rule, options);
|
|
422
|
-
if (endpointOrUndefined) {
|
|
423
|
-
return endpointOrUndefined;
|
|
424
|
-
}
|
|
425
|
-
}
|
|
426
|
-
else {
|
|
427
|
-
throw new EndpointError(`Unknown endpoint rule: ${rule}`);
|
|
428
|
-
}
|
|
429
|
-
}
|
|
430
|
-
throw new EndpointError(`Rules evaluation failed`);
|
|
431
|
-
};
|
|
432
|
-
|
|
433
|
-
const resolveEndpoint = (ruleSetObject, options) => {
|
|
434
|
-
const { endpointParams, logger } = options;
|
|
435
|
-
const { parameters, rules } = ruleSetObject;
|
|
436
|
-
options.logger?.debug?.(`${debugId} Initial EndpointParams: ${toDebugString(endpointParams)}`);
|
|
437
|
-
const paramsWithDefault = Object.entries(parameters)
|
|
438
|
-
.filter(([, v]) => v.default != null)
|
|
439
|
-
.map(([k, v]) => [k, v.default]);
|
|
440
|
-
if (paramsWithDefault.length > 0) {
|
|
441
|
-
for (const [paramKey, paramDefaultValue] of paramsWithDefault) {
|
|
442
|
-
endpointParams[paramKey] = endpointParams[paramKey] ?? paramDefaultValue;
|
|
443
|
-
}
|
|
444
|
-
}
|
|
445
|
-
const requiredParams = Object.entries(parameters)
|
|
446
|
-
.filter(([, v]) => v.required)
|
|
447
|
-
.map(([k]) => k);
|
|
448
|
-
for (const requiredParam of requiredParams) {
|
|
449
|
-
if (endpointParams[requiredParam] == null) {
|
|
450
|
-
throw new EndpointError(`Missing required parameter: '${requiredParam}'`);
|
|
451
|
-
}
|
|
452
|
-
}
|
|
453
|
-
const endpoint = evaluateRules(rules, { endpointParams, logger, referenceRecord: {} });
|
|
454
|
-
options.logger?.debug?.(`${debugId} Resolved endpoint: ${toDebugString(endpoint)}`);
|
|
455
|
-
return endpoint;
|
|
456
|
-
};
|
|
457
|
-
|
|
458
|
-
exports.EndpointCache = EndpointCache;
|
|
459
|
-
exports.EndpointError = EndpointError;
|
|
460
|
-
exports.customEndpointFunctions = customEndpointFunctions;
|
|
461
|
-
exports.isIpAddress = isIpAddress;
|
|
462
|
-
exports.isValidHostLabel = isValidHostLabel;
|
|
463
|
-
exports.resolveEndpoint = resolveEndpoint;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
export class EndpointCache {
|
|
2
|
-
capacity;
|
|
3
|
-
data = new Map();
|
|
4
|
-
parameters = [];
|
|
5
|
-
constructor({ size, params }) {
|
|
6
|
-
this.capacity = size ?? 50;
|
|
7
|
-
if (params) {
|
|
8
|
-
this.parameters = params;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
get(endpointParams, resolver) {
|
|
12
|
-
const key = this.hash(endpointParams);
|
|
13
|
-
if (key === false) {
|
|
14
|
-
return resolver();
|
|
15
|
-
}
|
|
16
|
-
if (!this.data.has(key)) {
|
|
17
|
-
if (this.data.size > this.capacity + 10) {
|
|
18
|
-
const keys = this.data.keys();
|
|
19
|
-
let i = 0;
|
|
20
|
-
while (true) {
|
|
21
|
-
const { value, done } = keys.next();
|
|
22
|
-
this.data.delete(value);
|
|
23
|
-
if (done || ++i > 10) {
|
|
24
|
-
break;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
this.data.set(key, resolver());
|
|
29
|
-
}
|
|
30
|
-
return this.data.get(key);
|
|
31
|
-
}
|
|
32
|
-
size() {
|
|
33
|
-
return this.data.size;
|
|
34
|
-
}
|
|
35
|
-
hash(endpointParams) {
|
|
36
|
-
let buffer = "";
|
|
37
|
-
const { parameters } = this;
|
|
38
|
-
if (parameters.length === 0) {
|
|
39
|
-
return false;
|
|
40
|
-
}
|
|
41
|
-
for (const param of parameters) {
|
|
42
|
-
const val = String(endpointParams[param] ?? "");
|
|
43
|
-
if (val.includes("|;")) {
|
|
44
|
-
return false;
|
|
45
|
-
}
|
|
46
|
-
buffer += val + "|;";
|
|
47
|
-
}
|
|
48
|
-
return buffer;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const debugId = "endpoints";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export function toDebugString(input) {
|
|
2
|
-
if (typeof input !== "object" || input == null) {
|
|
3
|
-
return input;
|
|
4
|
-
}
|
|
5
|
-
if ("ref" in input) {
|
|
6
|
-
return `$${toDebugString(input.ref)}`;
|
|
7
|
-
}
|
|
8
|
-
if ("fn" in input) {
|
|
9
|
-
return `${input.fn}(${(input.argv || []).map(toDebugString).join(", ")})`;
|
|
10
|
-
}
|
|
11
|
-
return JSON.stringify(input, null, 2);
|
|
12
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
const ENV_ENDPOINT_URL = "AWS_ENDPOINT_URL";
|
|
2
|
-
const CONFIG_ENDPOINT_URL = "endpoint_url";
|
|
3
|
-
export const getEndpointUrlConfig = (serviceId) => ({
|
|
4
|
-
environmentVariableSelector: (env) => {
|
|
5
|
-
const serviceEndpointUrlSections = [ENV_ENDPOINT_URL, ...serviceId.split(" ").map((w) => w.toUpperCase())];
|
|
6
|
-
const serviceEndpointUrl = env[serviceEndpointUrlSections.join("_")];
|
|
7
|
-
if (serviceEndpointUrl)
|
|
8
|
-
return serviceEndpointUrl;
|
|
9
|
-
const endpointUrl = env[ENV_ENDPOINT_URL];
|
|
10
|
-
if (endpointUrl)
|
|
11
|
-
return endpointUrl;
|
|
12
|
-
return undefined;
|
|
13
|
-
},
|
|
14
|
-
configFileSelector: (profile) => {
|
|
15
|
-
const endpointUrl = profile[CONFIG_ENDPOINT_URL];
|
|
16
|
-
if (endpointUrl)
|
|
17
|
-
return endpointUrl;
|
|
18
|
-
return undefined;
|
|
19
|
-
},
|
|
20
|
-
default: undefined,
|
|
21
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const booleanEquals = (value1, value2) => value1 === value2;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { EndpointError } from "../types";
|
|
2
|
-
import { getAttrPathList } from "./getAttrPathList";
|
|
3
|
-
export const getAttr = (value, path) => getAttrPathList(path).reduce((acc, index) => {
|
|
4
|
-
if (typeof acc !== "object") {
|
|
5
|
-
throw new EndpointError(`Index '${index}' in '${path}' not found in '${JSON.stringify(value)}'`);
|
|
6
|
-
}
|
|
7
|
-
else if (Array.isArray(acc)) {
|
|
8
|
-
return acc[parseInt(index)];
|
|
9
|
-
}
|
|
10
|
-
return acc[index];
|
|
11
|
-
}, value);
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { EndpointError } from "../types";
|
|
2
|
-
export const getAttrPathList = (path) => {
|
|
3
|
-
const parts = path.split(".");
|
|
4
|
-
const pathList = [];
|
|
5
|
-
for (const part of parts) {
|
|
6
|
-
const squareBracketIndex = part.indexOf("[");
|
|
7
|
-
if (squareBracketIndex !== -1) {
|
|
8
|
-
if (part.indexOf("]") !== part.length - 1) {
|
|
9
|
-
throw new EndpointError(`Path: '${path}' does not end with ']'`);
|
|
10
|
-
}
|
|
11
|
-
const arrayIndex = part.slice(squareBracketIndex + 1, -1);
|
|
12
|
-
if (Number.isNaN(parseInt(arrayIndex))) {
|
|
13
|
-
throw new EndpointError(`Invalid array index: '${arrayIndex}' in path: '${path}'`);
|
|
14
|
-
}
|
|
15
|
-
if (squareBracketIndex !== 0) {
|
|
16
|
-
pathList.push(part.slice(0, squareBracketIndex));
|
|
17
|
-
}
|
|
18
|
-
pathList.push(arrayIndex);
|
|
19
|
-
}
|
|
20
|
-
else {
|
|
21
|
-
pathList.push(part);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
return pathList;
|
|
25
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * from "./booleanEquals";
|
|
2
|
-
export * from "./getAttr";
|
|
3
|
-
export * from "./isSet";
|
|
4
|
-
export * from "./isValidHostLabel";
|
|
5
|
-
export * from "./not";
|
|
6
|
-
export * from "./parseURL";
|
|
7
|
-
export * from "./stringEquals";
|
|
8
|
-
export * from "./substring";
|
|
9
|
-
export * from "./uriEncode";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const isSet = (value) => value != null;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
const VALID_HOST_LABEL_REGEX = new RegExp(`^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$`);
|
|
2
|
-
export const isValidHostLabel = (value, allowSubDomains = false) => {
|
|
3
|
-
if (!allowSubDomains) {
|
|
4
|
-
return VALID_HOST_LABEL_REGEX.test(value);
|
|
5
|
-
}
|
|
6
|
-
const labels = value.split(".");
|
|
7
|
-
for (const label of labels) {
|
|
8
|
-
if (!isValidHostLabel(label)) {
|
|
9
|
-
return false;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
return true;
|
|
13
|
-
};
|
package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/not.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const not = (value) => !value;
|