@cdk8s/awscdk-resolver 0.0.182 → 0.0.184
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 +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/README.md +4 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-cjs/index.js +295 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/index.js +33 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +49 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +54 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/index.d.ts +33 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +12 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +51 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +33 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/package.json +56 -0
- 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 +295 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/abort.js +1 -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/blob/blob-types.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/crypto.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/encode.js +1 -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/eventStream.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.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 +33 -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 +49 -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 +54 -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 +1 -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 +1 -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 +33 -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 +12 -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 +51 -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 +4 -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 +1 -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 +33 -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 +56 -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 +295 -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/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 +33 -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 +49 -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 +54 -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 +1 -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 +1 -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 +33 -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 +12 -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 +51 -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 +4 -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 +1 -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 +33 -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 +56 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +6 -6
- package/node_modules/@aws-sdk/client-sso/package.json +3 -3
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +5 -5
- package/node_modules/@aws-sdk/client-sts/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +30 -12
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +29 -10
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +3 -3
@@ -0,0 +1,17 @@
|
|
1
|
+
import { TokenIdentity } from "./identity";
|
2
|
+
import { Provider } from "./util";
|
3
|
+
/**
|
4
|
+
* @public
|
5
|
+
*
|
6
|
+
* An object representing temporary or permanent AWS token.
|
7
|
+
*
|
8
|
+
* @deprecated Use {@link TokenIdentity}
|
9
|
+
*/
|
10
|
+
export interface Token extends TokenIdentity {
|
11
|
+
}
|
12
|
+
/**
|
13
|
+
* @public
|
14
|
+
*
|
15
|
+
* @deprecated Use {@link TokenIdentityProvider}
|
16
|
+
*/
|
17
|
+
export type TokenProvider = Provider<Token>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { RequestContext, RequestHandler, RequestHandlerMetadata, RequestHandlerOutput, RequestHandlerProtocol, } from "@smithy/types";
|
@@ -0,0 +1 @@
|
|
1
|
+
export { AbortController, AbortHandler, AbortSignal } from "@smithy/types";
|
package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export { Checksum, ChecksumConstructor } from "@smithy/types";
|
package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export { Client } from "@smithy/types";
|
package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export { Command } from "@smithy/types";
|
package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
import { Logger } from "@smithy/types";
|
2
|
+
import { AwsCredentialIdentity } from "./identity";
|
3
|
+
import { Provider } from "./util";
|
4
|
+
export interface Credentials extends AwsCredentialIdentity {}
|
5
|
+
export type CredentialProvider = Provider<Credentials>;
|
6
|
+
export type CredentialProviderOptions = {
|
7
|
+
logger?: Logger;
|
8
|
+
parentClientConfig?: {
|
9
|
+
region?: string | Provider<string>;
|
10
|
+
[key: string]: unknown;
|
11
|
+
};
|
12
|
+
};
|
@@ -0,0 +1,19 @@
|
|
1
|
+
export declare enum HostAddressType {
|
2
|
+
AAAA = "AAAA",
|
3
|
+
A = "A",
|
4
|
+
}
|
5
|
+
export interface HostAddress {
|
6
|
+
addressType: HostAddressType;
|
7
|
+
address: string;
|
8
|
+
hostName: string;
|
9
|
+
service?: string;
|
10
|
+
}
|
11
|
+
export interface HostResolverArguments {
|
12
|
+
hostName: string;
|
13
|
+
service?: string;
|
14
|
+
}
|
15
|
+
export interface HostResolver {
|
16
|
+
resolveAddress(args: HostResolverArguments): Promise<HostAddress[]>;
|
17
|
+
reportFailureOnAddress(addr: HostAddress): void;
|
18
|
+
purgeCache(args?: HostResolverArguments): void;
|
19
|
+
}
|
package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
export {
|
2
|
+
Message,
|
3
|
+
MessageHeaders,
|
4
|
+
BooleanHeaderValue,
|
5
|
+
ByteHeaderValue,
|
6
|
+
ShortHeaderValue,
|
7
|
+
IntegerHeaderValue,
|
8
|
+
LongHeaderValue,
|
9
|
+
BinaryHeaderValue,
|
10
|
+
StringHeaderValue,
|
11
|
+
TimestampHeaderValue,
|
12
|
+
UuidHeaderValue,
|
13
|
+
MessageHeaderValue,
|
14
|
+
Int64,
|
15
|
+
EventStreamSerdeContext,
|
16
|
+
EventStreamMarshaller,
|
17
|
+
EventStreamMarshallerDeserFn,
|
18
|
+
EventStreamMarshallerSerFn,
|
19
|
+
EventStreamPayloadHandler,
|
20
|
+
EventStreamPayloadHandlerProvider,
|
21
|
+
EventStreamRequestSigner,
|
22
|
+
EventStreamSerdeProvider,
|
23
|
+
EventStreamSignerProvider,
|
24
|
+
} from "@smithy/types";
|
package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts
ADDED
@@ -0,0 +1,51 @@
|
|
1
|
+
export type AwsSdkFeatures = Partial<{
|
2
|
+
RESOURCE_MODEL: "A";
|
3
|
+
WAITER: "B";
|
4
|
+
PAGINATOR: "C";
|
5
|
+
RETRY_MODE_LEGACY: "D";
|
6
|
+
RETRY_MODE_STANDARD: "E";
|
7
|
+
RETRY_MODE_ADAPTIVE: "F";
|
8
|
+
S3_EXPRESS_BUCKET: "J";
|
9
|
+
S3_ACCESS_GRANTS: "K";
|
10
|
+
GZIP_REQUEST_COMPRESSION: "L";
|
11
|
+
PROTOCOL_RPC_V2_CBOR: "M";
|
12
|
+
ENDPOINT_OVERRIDE: "N";
|
13
|
+
ACCOUNT_ID_ENDPOINT: "O";
|
14
|
+
ACCOUNT_ID_MODE_PREFERRED: "P";
|
15
|
+
ACCOUNT_ID_MODE_DISABLED: "Q";
|
16
|
+
ACCOUNT_ID_MODE_REQUIRED: "R";
|
17
|
+
SIGV4A_SIGNING: "S";
|
18
|
+
RESOLVED_ACCOUNT_ID: "T";
|
19
|
+
FLEXIBLE_CHECKSUMS_REQ_CRC32: "U";
|
20
|
+
FLEXIBLE_CHECKSUMS_REQ_CRC32C: "V";
|
21
|
+
FLEXIBLE_CHECKSUMS_REQ_CRC64: "W";
|
22
|
+
FLEXIBLE_CHECKSUMS_REQ_SHA1: "X";
|
23
|
+
FLEXIBLE_CHECKSUMS_REQ_SHA256: "Y";
|
24
|
+
FLEXIBLE_CHECKSUMS_REQ_WHEN_SUPPORTED: "Z";
|
25
|
+
FLEXIBLE_CHECKSUMS_REQ_WHEN_REQUIRED: "a";
|
26
|
+
FLEXIBLE_CHECKSUMS_RES_WHEN_SUPPORTED: "b";
|
27
|
+
FLEXIBLE_CHECKSUMS_RES_WHEN_REQUIRED: "c";
|
28
|
+
DDB_MAPPER: "d";
|
29
|
+
CREDENTIALS_CODE: "e";
|
30
|
+
CREDENTIALS_ENV_VARS: "g";
|
31
|
+
CREDENTIALS_ENV_VARS_STS_WEB_ID_TOKEN: "h";
|
32
|
+
CREDENTIALS_STS_ASSUME_ROLE: "i";
|
33
|
+
CREDENTIALS_STS_ASSUME_ROLE_SAML: "j";
|
34
|
+
CREDENTIALS_STS_ASSUME_ROLE_WEB_ID: "k";
|
35
|
+
CREDENTIALS_STS_FEDERATION_TOKEN: "l";
|
36
|
+
CREDENTIALS_STS_SESSION_TOKEN: "m";
|
37
|
+
CREDENTIALS_PROFILE: "n";
|
38
|
+
CREDENTIALS_PROFILE_SOURCE_PROFILE: "o";
|
39
|
+
CREDENTIALS_PROFILE_NAMED_PROVIDER: "p";
|
40
|
+
CREDENTIALS_PROFILE_STS_WEB_ID_TOKEN: "q";
|
41
|
+
CREDENTIALS_PROFILE_SSO: "r";
|
42
|
+
CREDENTIALS_SSO: "s";
|
43
|
+
CREDENTIALS_PROFILE_SSO_LEGACY: "t";
|
44
|
+
CREDENTIALS_SSO_LEGACY: "u";
|
45
|
+
CREDENTIALS_PROFILE_PROCESS: "v";
|
46
|
+
CREDENTIALS_PROCESS: "w";
|
47
|
+
CREDENTIALS_BOTO2_CONFIG_FILE: "x";
|
48
|
+
CREDENTIALS_AWS_SDK_STORE: "y";
|
49
|
+
CREDENTIALS_HTTP: "z";
|
50
|
+
CREDENTIALS_IMDS: "0";
|
51
|
+
}>;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { HttpResponse } from "@smithy/types";
|
2
|
+
export {
|
3
|
+
Endpoint,
|
4
|
+
HeaderBag,
|
5
|
+
HttpHandlerOptions,
|
6
|
+
HttpMessage,
|
7
|
+
HttpRequest,
|
8
|
+
HttpResponse,
|
9
|
+
QueryParameterBag,
|
10
|
+
} from "@smithy/types";
|
11
|
+
export interface Headers extends Map<string, string> {
|
12
|
+
withHeader(headerName: string, headerValue: string): Headers;
|
13
|
+
withoutHeader(headerName: string): Headers;
|
14
|
+
}
|
15
|
+
export interface ResolvedHttpResponse extends HttpResponse {
|
16
|
+
body: string;
|
17
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export { Identity, IdentityProvider } from "@smithy/types";
|
@@ -0,0 +1 @@
|
|
1
|
+
export { TokenIdentity, TokenIdentityProvider } from "@smithy/types";
|
@@ -0,0 +1,33 @@
|
|
1
|
+
export * from "./abort";
|
2
|
+
export * from "./auth";
|
3
|
+
export * from "./blob/blob-types";
|
4
|
+
export * from "./checksum";
|
5
|
+
export * from "./client";
|
6
|
+
export * from "./command";
|
7
|
+
export * from "./connection";
|
8
|
+
export * from "./credentials";
|
9
|
+
export * from "./crypto";
|
10
|
+
export * from "./dns";
|
11
|
+
export * from "./encode";
|
12
|
+
export * from "./endpoint";
|
13
|
+
export * from "./eventStream";
|
14
|
+
export * from "./extensions";
|
15
|
+
export * from "./feature-ids";
|
16
|
+
export * from "./http";
|
17
|
+
export * from "./identity";
|
18
|
+
export * from "./logger";
|
19
|
+
export * from "./middleware";
|
20
|
+
export * from "./pagination";
|
21
|
+
export * from "./profile";
|
22
|
+
export * from "./request";
|
23
|
+
export * from "./response";
|
24
|
+
export * from "./retry";
|
25
|
+
export * from "./serde";
|
26
|
+
export * from "./shapes";
|
27
|
+
export * from "./signature";
|
28
|
+
export * from "./stream";
|
29
|
+
export * from "./token";
|
30
|
+
export * from "./transfer";
|
31
|
+
export * from "./uri";
|
32
|
+
export * from "./util";
|
33
|
+
export * from "./waiter";
|
package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
import { Logger } from "@smithy/types";
|
2
|
+
export { Logger } from "@smithy/types";
|
3
|
+
export type LogLevel =
|
4
|
+
| "all"
|
5
|
+
| "trace"
|
6
|
+
| "debug"
|
7
|
+
| "log"
|
8
|
+
| "info"
|
9
|
+
| "warn"
|
10
|
+
| "error"
|
11
|
+
| "off";
|
12
|
+
export interface LoggerOptions {
|
13
|
+
logger?: Logger;
|
14
|
+
logLevel?: LogLevel;
|
15
|
+
}
|
package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts
ADDED
@@ -0,0 +1,47 @@
|
|
1
|
+
import { HandlerExecutionContext } from "@smithy/types";
|
2
|
+
import { AwsSdkFeatures } from "./feature-ids";
|
3
|
+
export {
|
4
|
+
AbsoluteLocation,
|
5
|
+
BuildHandler,
|
6
|
+
BuildHandlerArguments,
|
7
|
+
BuildHandlerOptions,
|
8
|
+
BuildHandlerOutput,
|
9
|
+
BuildMiddleware,
|
10
|
+
DeserializeHandler,
|
11
|
+
DeserializeHandlerArguments,
|
12
|
+
DeserializeHandlerOptions,
|
13
|
+
DeserializeHandlerOutput,
|
14
|
+
DeserializeMiddleware,
|
15
|
+
FinalizeHandler,
|
16
|
+
FinalizeHandlerArguments,
|
17
|
+
FinalizeHandlerOutput,
|
18
|
+
FinalizeRequestHandlerOptions,
|
19
|
+
FinalizeRequestMiddleware,
|
20
|
+
Handler,
|
21
|
+
HandlerExecutionContext,
|
22
|
+
HandlerOptions,
|
23
|
+
InitializeHandler,
|
24
|
+
InitializeHandlerArguments,
|
25
|
+
InitializeHandlerOptions,
|
26
|
+
InitializeHandlerOutput,
|
27
|
+
InitializeMiddleware,
|
28
|
+
MiddlewareStack,
|
29
|
+
MiddlewareType,
|
30
|
+
Pluggable,
|
31
|
+
Priority,
|
32
|
+
Relation,
|
33
|
+
RelativeLocation,
|
34
|
+
RelativeMiddlewareOptions,
|
35
|
+
SerializeHandler,
|
36
|
+
SerializeHandlerArguments,
|
37
|
+
SerializeHandlerOptions,
|
38
|
+
SerializeHandlerOutput,
|
39
|
+
SerializeMiddleware,
|
40
|
+
Step,
|
41
|
+
Terminalware,
|
42
|
+
} from "@smithy/types";
|
43
|
+
export interface AwsHandlerExecutionContext extends HandlerExecutionContext {
|
44
|
+
__aws_sdk_context?: {
|
45
|
+
features?: AwsSdkFeatures;
|
46
|
+
};
|
47
|
+
}
|
package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export { PaginationConfiguration, Paginator } from "@smithy/types";
|
@@ -0,0 +1,12 @@
|
|
1
|
+
export {
|
2
|
+
ExponentialBackoffJitterType,
|
3
|
+
ExponentialBackoffStrategyOptions,
|
4
|
+
RetryBackoffStrategy,
|
5
|
+
RetryErrorInfo,
|
6
|
+
RetryErrorType,
|
7
|
+
RetryStrategyOptions,
|
8
|
+
RetryStrategyV2,
|
9
|
+
RetryToken,
|
10
|
+
StandardRetryBackoffStrategy,
|
11
|
+
StandardRetryToken,
|
12
|
+
} from "@smithy/types";
|
@@ -0,0 +1,16 @@
|
|
1
|
+
export {
|
2
|
+
EndpointBearer,
|
3
|
+
StreamCollector,
|
4
|
+
SerdeContext,
|
5
|
+
ResponseDeserializer,
|
6
|
+
RequestSerializer,
|
7
|
+
SdkStreamMixin,
|
8
|
+
SdkStream,
|
9
|
+
WithSdkStreamMixin,
|
10
|
+
SdkStreamMixinInjector,
|
11
|
+
SdkStreamSerdeContext,
|
12
|
+
} from "@smithy/types";
|
13
|
+
declare global {
|
14
|
+
export interface ReadableStream {}
|
15
|
+
export interface Blob {}
|
16
|
+
}
|
package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
export {
|
2
|
+
DateInput,
|
3
|
+
EventSigner,
|
4
|
+
EventSigningArguments,
|
5
|
+
FormattedEvent,
|
6
|
+
MessageSigner,
|
7
|
+
RequestSigningArguments,
|
8
|
+
RequestPresigner,
|
9
|
+
RequestPresigningArguments,
|
10
|
+
RequestSigner,
|
11
|
+
SignableMessage,
|
12
|
+
SignedMessage,
|
13
|
+
SigningArguments,
|
14
|
+
StringSigner,
|
15
|
+
} from "@smithy/types";
|
@@ -0,0 +1 @@
|
|
1
|
+
export { URI } from "@smithy/types";
|
package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export { WaiterConfiguration } from "@smithy/types";
|
@@ -0,0 +1 @@
|
|
1
|
+
export { URI } from "@smithy/types";
|
@@ -0,0 +1 @@
|
|
1
|
+
export { Encoder, Decoder, Provider, UserAgentPair, UserAgent, UrlParser, MemoizedProvider, BodyLengthCalculator, RegionInfo, RegionInfoProviderOptions, RegionInfoProvider, RetryStrategy, } from "@smithy/types";
|
@@ -0,0 +1 @@
|
|
1
|
+
export { WaiterConfiguration } from "@smithy/types";
|
@@ -0,0 +1,56 @@
|
|
1
|
+
{
|
2
|
+
"name": "@aws-sdk/types",
|
3
|
+
"version": "3.664.0",
|
4
|
+
"main": "./dist-cjs/index.js",
|
5
|
+
"module": "./dist-es/index.js",
|
6
|
+
"types": "./dist-types/index.d.ts",
|
7
|
+
"description": "Types for the AWS SDK",
|
8
|
+
"scripts": {
|
9
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
10
|
+
"build:cjs": "node ../../scripts/compilation/inline types",
|
11
|
+
"build:es": "tsc -p tsconfig.es.json",
|
12
|
+
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
13
|
+
"build:types": "tsc -p tsconfig.types.json",
|
14
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
15
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
16
|
+
"extract:docs": "api-extractor run --local",
|
17
|
+
"test": "tsc -p tsconfig.test.json"
|
18
|
+
},
|
19
|
+
"author": {
|
20
|
+
"name": "AWS SDK for JavaScript Team",
|
21
|
+
"url": "https://aws.amazon.com/javascript/"
|
22
|
+
},
|
23
|
+
"license": "Apache-2.0",
|
24
|
+
"engines": {
|
25
|
+
"node": ">=16.0.0"
|
26
|
+
},
|
27
|
+
"typesVersions": {
|
28
|
+
"<4.0": {
|
29
|
+
"dist-types/*": [
|
30
|
+
"dist-types/ts3.4/*"
|
31
|
+
]
|
32
|
+
}
|
33
|
+
},
|
34
|
+
"files": [
|
35
|
+
"dist-*/**"
|
36
|
+
],
|
37
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/types",
|
38
|
+
"repository": {
|
39
|
+
"type": "git",
|
40
|
+
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
41
|
+
"directory": "packages/types"
|
42
|
+
},
|
43
|
+
"dependencies": {
|
44
|
+
"@smithy/types": "^3.5.0",
|
45
|
+
"tslib": "^2.6.2"
|
46
|
+
},
|
47
|
+
"devDependencies": {
|
48
|
+
"@tsconfig/recommended": "1.0.1",
|
49
|
+
"concurrently": "7.0.0",
|
50
|
+
"downlevel-dts": "0.10.1",
|
51
|
+
"rimraf": "3.0.2",
|
52
|
+
"typescript": "~4.9.5"
|
53
|
+
},
|
54
|
+
"browser": {},
|
55
|
+
"react-native": {}
|
56
|
+
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.669.0",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
|
@@ -20,19 +20,19 @@
|
|
20
20
|
"dependencies": {
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
24
|
-
"@aws-sdk/client-sts": "3.
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.669.0",
|
24
|
+
"@aws-sdk/client-sts": "3.669.0",
|
25
25
|
"@aws-sdk/core": "3.667.0",
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
26
|
+
"@aws-sdk/credential-provider-node": "3.669.0",
|
27
27
|
"@aws-sdk/middleware-host-header": "3.667.0",
|
28
28
|
"@aws-sdk/middleware-logger": "3.667.0",
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.667.0",
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.669.0",
|
31
31
|
"@aws-sdk/region-config-resolver": "3.667.0",
|
32
32
|
"@aws-sdk/types": "3.667.0",
|
33
33
|
"@aws-sdk/util-endpoints": "3.667.0",
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.667.0",
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.669.0",
|
36
36
|
"@smithy/config-resolver": "^3.0.9",
|
37
37
|
"@smithy/core": "^2.4.8",
|
38
38
|
"@smithy/fetch-http-handler": "^3.2.9",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-sso",
|
3
3
|
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.669.0",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
@@ -24,12 +24,12 @@
|
|
24
24
|
"@aws-sdk/middleware-host-header": "3.667.0",
|
25
25
|
"@aws-sdk/middleware-logger": "3.667.0",
|
26
26
|
"@aws-sdk/middleware-recursion-detection": "3.667.0",
|
27
|
-
"@aws-sdk/middleware-user-agent": "3.
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.669.0",
|
28
28
|
"@aws-sdk/region-config-resolver": "3.667.0",
|
29
29
|
"@aws-sdk/types": "3.667.0",
|
30
30
|
"@aws-sdk/util-endpoints": "3.667.0",
|
31
31
|
"@aws-sdk/util-user-agent-browser": "3.667.0",
|
32
|
-
"@aws-sdk/util-user-agent-node": "3.
|
32
|
+
"@aws-sdk/util-user-agent-node": "3.669.0",
|
33
33
|
"@smithy/config-resolver": "^3.0.9",
|
34
34
|
"@smithy/core": "^2.4.8",
|
35
35
|
"@smithy/fetch-http-handler": "^3.2.9",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-sso-oidc",
|
3
3
|
"description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.669.0",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sso-oidc",
|
@@ -21,16 +21,16 @@
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
23
23
|
"@aws-sdk/core": "3.667.0",
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
24
|
+
"@aws-sdk/credential-provider-node": "3.669.0",
|
25
25
|
"@aws-sdk/middleware-host-header": "3.667.0",
|
26
26
|
"@aws-sdk/middleware-logger": "3.667.0",
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.667.0",
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.669.0",
|
29
29
|
"@aws-sdk/region-config-resolver": "3.667.0",
|
30
30
|
"@aws-sdk/types": "3.667.0",
|
31
31
|
"@aws-sdk/util-endpoints": "3.667.0",
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.667.0",
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.669.0",
|
34
34
|
"@smithy/config-resolver": "^3.0.9",
|
35
35
|
"@smithy/core": "^2.4.8",
|
36
36
|
"@smithy/fetch-http-handler": "^3.2.9",
|
@@ -85,7 +85,7 @@
|
|
85
85
|
},
|
86
86
|
"license": "Apache-2.0",
|
87
87
|
"peerDependencies": {
|
88
|
-
"@aws-sdk/client-sts": "^3.
|
88
|
+
"@aws-sdk/client-sts": "^3.669.0"
|
89
89
|
},
|
90
90
|
"browser": {
|
91
91
|
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|