@cdk8s/awscdk-resolver 0.0.1
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/.gitattributes +39 -0
- package/.jsii +3614 -0
- package/.projenrc.ts +49 -0
- package/API.md +199 -0
- package/CODE_OF_CONDUCT.md +3 -0
- package/DCO +34 -0
- package/LICENSE +202 -0
- package/README.md +148 -0
- package/SECURITY.md +5 -0
- package/git-hooks/README.md +9 -0
- package/git-hooks/prepare-commit-msg +18 -0
- package/git-hooks/setup.sh +10 -0
- package/lib/fetch-output-value.d.ts +1 -0
- package/lib/fetch-output-value.js +26 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +18 -0
- package/lib/resolve.d.ts +6 -0
- package/lib/resolve.js +65 -0
- package/node_modules/@aws-crypto/crc32/CHANGELOG.md +76 -0
- package/node_modules/@aws-crypto/crc32/LICENSE +201 -0
- package/node_modules/@aws-crypto/crc32/README.md +16 -0
- package/node_modules/@aws-crypto/crc32/build/aws_crc32.d.ts +7 -0
- package/node_modules/@aws-crypto/crc32/build/aws_crc32.js +31 -0
- package/node_modules/@aws-crypto/crc32/build/aws_crc32.js.map +1 -0
- package/node_modules/@aws-crypto/crc32/build/index.d.ts +7 -0
- package/node_modules/@aws-crypto/crc32/build/index.js +108 -0
- package/node_modules/@aws-crypto/crc32/build/index.js.map +1 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +142 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/index.js +51 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +37 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.d.ts +37 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.js +218 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +1 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.js +284 -0
- package/node_modules/@aws-crypto/crc32/package.json +28 -0
- package/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +24 -0
- package/node_modules/@aws-crypto/crc32/src/index.ts +92 -0
- package/node_modules/@aws-crypto/crc32/tsconfig.json +23 -0
- package/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
- package/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
- package/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts +19 -0
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js +3 -0
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts +12 -0
- package/node_modules/@aws-crypto/ie11-detection/build/Key.js +3 -0
- package/node_modules/@aws-crypto/ie11-detection/build/Key.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts +12 -0
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js +3 -0
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +33 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js +3 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts +21 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js +32 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/build/index.d.ts +5 -0
- package/node_modules/@aws-crypto/ie11-detection/build/index.js +9 -0
- package/node_modules/@aws-crypto/ie11-detection/build/index.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js +51 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts +37 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js +218 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js +284 -0
- package/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
- package/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
- package/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
- package/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
- package/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
- package/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
- package/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
- package/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
- package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
- package/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
- package/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
- package/node_modules/@aws-crypto/sha256-browser/build/constants.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-browser/build/constants.js +43 -0
- package/node_modules/@aws-crypto/sha256-browser/build/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts +8 -0
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +35 -0
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +9 -0
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +80 -0
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/index.d.ts +3 -0
- package/node_modules/@aws-crypto/sha256-browser/build/index.js +10 -0
- package/node_modules/@aws-crypto/sha256-browser/build/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js +11 -0
- package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js +56 -0
- package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js +51 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts +37 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js +218 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js +284 -0
- package/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
- package/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
- package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
- package/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
- package/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
- package/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
- package/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
- package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
- package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
- package/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
- package/node_modules/@aws-crypto/sha256-js/README.md +29 -0
- package/node_modules/@aws-crypto/sha256-js/build/RawSha256.d.ts +17 -0
- package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js +124 -0
- package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/constants.d.ts +20 -0
- package/node_modules/@aws-crypto/sha256-js/build/constants.js +98 -0
- package/node_modules/@aws-crypto/sha256-js/build/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/index.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/index.js +5 -0
- package/node_modules/@aws-crypto/sha256-js/build/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts +12 -0
- package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js +85 -0
- package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.d.ts +5 -0
- package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js +322 -0
- package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js +51 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts +37 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js +218 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js +284 -0
- package/node_modules/@aws-crypto/sha256-js/package.json +28 -0
- package/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
- package/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
- package/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
- package/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
- package/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
- package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
- package/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
- package/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/index.d.ts +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/index.js +5 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.d.ts +4 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +69 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js +51 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts +37 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js +218 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js +284 -0
- package/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
- package/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
- package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
- package/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
- package/node_modules/@aws-crypto/util/LICENSE +201 -0
- package/node_modules/@aws-crypto/util/README.md +16 -0
- package/node_modules/@aws-crypto/util/build/convertToBuffer.d.ts +2 -0
- package/node_modules/@aws-crypto/util/build/convertToBuffer.js +24 -0
- package/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/index.d.ts +4 -0
- package/node_modules/@aws-crypto/util/build/index.js +14 -0
- package/node_modules/@aws-crypto/util/build/index.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/isEmptyData.d.ts +2 -0
- package/node_modules/@aws-crypto/util/build/isEmptyData.js +13 -0
- package/node_modules/@aws-crypto/util/build/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/numToUint8.d.ts +1 -0
- package/node_modules/@aws-crypto/util/build/numToUint8.js +15 -0
- package/node_modules/@aws-crypto/util/build/numToUint8.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.d.ts +1 -0
- package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js +20 -0
- package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +1 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js +51 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts +37 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js +218 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js +284 -0
- package/node_modules/@aws-crypto/util/package.json +31 -0
- package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
- package/node_modules/@aws-crypto/util/src/index.ts +7 -0
- package/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
- package/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
- package/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
- package/node_modules/@aws-crypto/util/tsconfig.json +23 -0
- package/node_modules/@aws-sdk/client-cloudformation/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-cloudformation/README.md +775 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/CloudFormation.js +151 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/CloudFormationClient.js +41 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ActivateOrganizationsAccessCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ActivateTypeCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CancelUpdateStackCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ContinueUpdateRollbackCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateChangeSetCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateStackCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateStackInstancesCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateStackSetCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeactivateOrganizationsAccessCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeactivateTypeCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteChangeSetCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteStackCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteStackInstancesCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteStackSetCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeregisterTypeCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeAccountLimitsCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeChangeSetCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeChangeSetHooksCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeOrganizationsAccessCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribePublisherCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackEventsCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackInstanceCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackResourceCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackResourcesCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackSetCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackSetOperationCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStacksCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeTypeCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeTypeRegistrationCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DetectStackDriftCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DetectStackResourceDriftCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DetectStackSetDriftCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/EstimateTemplateCostCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ExecuteChangeSetCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetStackPolicyCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetTemplateCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetTemplateSummaryCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ImportStacksToStackSetCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListChangeSetsCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListExportsCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListImportsCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackInstanceResourceDriftsCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackInstancesCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackResourcesCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackSetOperationResultsCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackSetOperationsCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackSetsCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStacksCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListTypeRegistrationsCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListTypeVersionsCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListTypesCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/PublishTypeCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RecordHandlerProgressCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RegisterPublisherCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RegisterTypeCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RollbackStackCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SetStackPolicyCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SetTypeConfigurationCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SetTypeDefaultVersionCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SignalResourceCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/StopStackSetOperationCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/TestTypeCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateStackCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateStackInstancesCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateStackSetCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateTerminationProtectionCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ValidateTemplateCommand.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/index.js +73 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/CloudFormationServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/index.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/models_0.js +657 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +28 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/DescribeStackEventsPaginator.js +28 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/DescribeStackResourceDriftsPaginator.js +29 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/DescribeStacksPaginator.js +28 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/Interfaces.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListChangeSetsPaginator.js +28 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListExportsPaginator.js +28 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListImportsPaginator.js +28 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackInstancesPaginator.js +29 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackResourcesPaginator.js +28 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackSetOperationResultsPaginator.js +29 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackSetOperationsPaginator.js +29 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackSetsPaginator.js +29 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStacksPaginator.js +28 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListTypeRegistrationsPaginator.js +29 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListTypeVersionsPaginator.js +29 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListTypesPaginator.js +29 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/index.js +20 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/protocols/Aws_query.js +8183 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +48 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +21 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/index.js +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForChangeSetCreateComplete.js +48 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackCreateComplete.js +122 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackDeleteComplete.js +152 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackExists.js +31 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackImportComplete.js +122 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackRollbackComplete.js +92 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackUpdateComplete.js +92 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForTypeRegistrationComplete.js +45 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +147 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +37 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateOrganizationsAccessCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateTypeCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CancelUpdateStackCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ContinueUpdateRollbackCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateChangeSetCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackInstancesCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackSetCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateOrganizationsAccessCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateTypeCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteChangeSetCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackInstancesCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackSetCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeregisterTypeCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeAccountLimitsCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetHooksCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeOrganizationsAccessCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribePublisherCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackEventsCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackInstanceCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceDriftsCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourcesCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetOperationCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStacksCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeRegistrationCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackDriftCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackResourceDriftCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackSetDriftCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/EstimateTemplateCostCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteChangeSetCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetStackPolicyCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateSummaryCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ImportStacksToStackSetCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListChangeSetsCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListExportsCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListImportsCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstancesCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackResourcesCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationResultsCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationsCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetsCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStacksCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeRegistrationsCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeVersionsCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypesCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/PublishTypeCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RecordHandlerProgressCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterPublisherCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterTypeCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RollbackStackCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetStackPolicyCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeConfigurationCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeDefaultVersionCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SignalResourceCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StopStackSetOperationCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/TestTypeCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackInstancesCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackSetCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateTerminationProtectionCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ValidateTemplateCommand.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +70 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/EndpointParameters.js +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/endpointResolver.js +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/index.js +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/CloudFormationServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +631 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeAccountLimitsPaginator.js +24 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeStackEventsPaginator.js +24 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeStackResourceDriftsPaginator.js +25 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeStacksPaginator.js +24 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/Interfaces.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListChangeSetsPaginator.js +24 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListExportsPaginator.js +24 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListImportsPaginator.js +24 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackInstancesPaginator.js +25 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackResourcesPaginator.js +24 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackSetOperationResultsPaginator.js +25 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackSetOperationsPaginator.js +25 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackSetsPaginator.js +25 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStacksPaginator.js +24 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListTypeRegistrationsPaginator.js +25 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListTypeVersionsPaginator.js +25 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListTypesPaginator.js +25 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +17 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +8038 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +43 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +17 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/index.js +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForChangeSetCreateComplete.js +43 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js +117 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackDeleteComplete.js +147 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackExists.js +26 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackImportComplete.js +117 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRollbackComplete.js +87 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackUpdateComplete.js +87 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForTypeRegistrationComplete.js +40 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +509 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +241 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +121 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +79 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +151 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +131 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +133 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +117 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +83 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +80 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +80 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +81 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +81 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +156 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +88 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +99 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +106 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +114 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +110 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +127 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +125 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +139 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +124 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +83 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +110 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +122 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +83 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +74 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +131 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +80 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +121 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +106 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +102 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +102 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +110 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +81 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +111 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +73 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +80 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +83 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +127 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +139 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +153 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +79 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +70 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/EndpointParameters.d.ts +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/CloudFormationServiceException.d.ts +13 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +9429 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStackEventsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStacksPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/Interfaces.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListChangeSetsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListExportsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListImportsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackInstancesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackResourcesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStacksPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypeVersionsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +632 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +41 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.shared.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +1203 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +536 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListExportsCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListImportsCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +70 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/CloudFormationServiceException.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +1843 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeStackEventsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeStackResourceDriftsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeStacksPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListChangeSetsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackInstancesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackResourcesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackSetOperationResultsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackSetOperationsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackSetsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStacksPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListTypeRegistrationsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListTypeVersionsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +845 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +89 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +89 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +80 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackExists.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForChangeSetCreateComplete.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackCreateComplete.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackDeleteComplete.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackExists.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackImportComplete.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRollbackComplete.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackUpdateComplete.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForTypeRegistrationComplete.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +103 -0
- package/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-sso/README.md +255 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +19 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +38 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +47 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +47 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +47 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +47 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +11 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +88 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +29 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +29 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +6 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +367 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +45 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +21 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +15 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +34 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +43 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +43 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +43 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +43 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +8 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +8 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +75 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +25 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +25 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +356 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +40 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +17 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +56 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +177 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +99 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +22 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +13 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +266 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +35 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +34 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +18 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +73 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +128 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +93 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +65 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +56 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -0
- package/node_modules/@aws-sdk/client-sso/package.json +96 -0
- package/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-sts/README.md +273 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +27 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +40 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +50 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +48 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +48 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +49 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +49 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +49 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +50 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +50 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +11 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +28 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +76 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +11 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +149 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +1028 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +48 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +21 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +23 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +36 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +46 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +44 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +44 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +45 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +45 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +45 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +46 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +46 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +22 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +70 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +130 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +1009 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +43 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +17 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +69 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +173 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +271 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +296 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +305 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +129 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +130 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +244 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +168 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +20 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +36 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +24 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +15 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +13 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1203 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +74 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +43 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +43 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +42 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +18 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +141 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +160 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +22 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +24 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +35 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +206 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +101 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +84 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -0
- package/node_modules/@aws-sdk/client-sts/package.json +102 -0
- package/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js +24 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +20 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +25 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-env/package.json +64 -0
- package/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js +51 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js +11 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js +32 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveWebIdentityCredentials.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +46 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +28 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +41 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +40 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +20 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +70 -0
- package/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-node/README.md +101 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js +18 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +11 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +71 -0
- package/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/ProcessCredentials.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js +25 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js +37 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +33 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-process/package.json +65 -0
- package/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/fromSSO.js +61 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/isSsoProfile.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +55 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/types.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +57 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +51 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +67 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +67 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +25 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +20 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +135 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +35 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +72 -0
- package/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +39 -0
- package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +33 -0
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +29 -0
- package/node_modules/@aws-sdk/middleware-host-header/package.json +59 -0
- package/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +4 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +48 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +42 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-logger/package.json +60 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +39 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +34 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +59 -0
- package/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js +5 -0
- package/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +37 -0
- package/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts +34 -0
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +59 -0
- package/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthConfiguration.js +108 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js +50 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +5 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js +5 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js +12 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js +6 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthConfiguration.js +103 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +43 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +1 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +8 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +2 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthConfiguration.d.ts +99 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthConfiguration.d.ts +68 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthMiddleware.d.ts +19 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +8 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-signing/package.json +63 -0
- package/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +10 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +10 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +5 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +79 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +7 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +72 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +31 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +61 -0
- package/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
- package/node_modules/@aws-sdk/token-providers/README.md +53 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-browser.js +895 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-node.js +901 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/constants.js +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js +82 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js +11 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +15 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +14 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +7 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js +9 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js +11 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js +11 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js +12 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-browser.js +872 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-node.js +878 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +78 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +7 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +10 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/index.js +4 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-browser.d.ts +187 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-node.d.ts +187 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +8 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +8 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-browser.d.ts +235 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-node.d.ts +235 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +4 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +7 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/package.json +104 -0
- package/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/node_modules/@aws-sdk/types/README.md +4 -0
- package/node_modules/@aws-sdk/types/dist-cjs/abort.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/auth.js +5 -0
- package/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.browser.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.node.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/checksum.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/client.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/command.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/connection.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/credentials.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/crypto.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/dns.js +8 -0
- package/node_modules/@aws-sdk/types/dist-cjs/encode.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +5 -0
- package/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/http.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/index.js +8 -0
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +34 -0
- package/node_modules/@aws-sdk/types/dist-cjs/logger.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/middleware.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/pagination.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/profile.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/request.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/response.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/retry.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/serde.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/shapes.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/signature.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/stream.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/token.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/transfer.js +5 -0
- package/node_modules/@aws-sdk/types/dist-cjs/uri.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/util.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/waiter.js +2 -0
- package/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.browser.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.node.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
- package/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +31 -0
- package/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.node.d.ts +9 -0
- package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +17 -0
- package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
- package/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +14 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +31 -0
- package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
- package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
- package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.node.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +31 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +40 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +64 -0
- package/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/debugId.js +4 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/index.js +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/toDebugString.js +16 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +7 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js +29 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js +19 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +49 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +206 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/booleanEquals.js +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/getAttr.js +15 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/getAttrPathList.js +29 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/index.js +14 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isSet.js +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isValidHostLabel.js +17 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/not.js +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/parseURL.js +55 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/stringEquals.js +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/substring.js +13 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/uriEncode.js +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +42 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js +10 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js +9 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/callFunction.js +11 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateCondition.js +19 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateConditions.js +27 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +32 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +18 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateExpression.js +20 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateRules.js +31 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateTemplate.js +40 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +17 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +16 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointProperties.js +9 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointProperty.js +25 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointUrl.js +19 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getReferenceValue.js +11 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/index.js +4 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/debug/debugId.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/debug/index.js +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/debug/toDebugString.js +12 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +4 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +15 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +206 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/booleanEquals.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/getAttr.js +11 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/getAttrPathList.js +25 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/index.js +10 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isSet.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isValidHostLabel.js +13 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/not.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/parseURL.js +51 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/stringEquals.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/substring.js +9 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/uriEncode.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +37 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/callFunction.js +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateCondition.js +14 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateConditions.js +22 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateEndpointRule.js +27 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateErrorRule.js +14 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateExpression.js +16 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateRules.js +27 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateTemplate.js +36 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateTreeRule.js +13 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointHeaders.js +12 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointProperties.js +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointProperty.js +21 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointUrl.js +15 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getReferenceValue.js +7 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/index.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/debug/debugId.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/debug/index.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/debug/toDebugString.d.ts +9 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/booleanEquals.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttr.d.ts +7 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttrPathList.d.ts +4 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/index.d.ts +10 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +4 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isSet.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +7 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/not.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/parseURL.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/stringEquals.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/substring.d.ts +7 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/uriEncode.d.ts +4 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/index.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +9 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +4 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +11 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/index.d.ts +11 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +4 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/not.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +4 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +12 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +29 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +13 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +13 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/index.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +25 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/callFunction.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateCondition.d.ts +8 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateConditions.d.ts +8 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateExpression.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateRules.d.ts +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/index.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
- package/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +13 -0
- package/node_modules/@aws-sdk/util-locate-window/dist-es/index.js +10 -0
- package/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/util-locate-window/package.json +56 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +2 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +23 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +17 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +1 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +17 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +13 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +7 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +4 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +56 -0
- package/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +42 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +15 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +38 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +11 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +20 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +5 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +12 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +2 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +67 -0
- package/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +9 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +47 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +11 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +4 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +42 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +6 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +17 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +2 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +2 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +2 -0
- package/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
- package/node_modules/@smithy/abort-controller/LICENSE +201 -0
- package/node_modules/@smithy/abort-controller/README.md +4 -0
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +13 -0
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +24 -0
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +9 -0
- package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
- package/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
- package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +13 -0
- package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +18 -0
- package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +13 -0
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +18 -0
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@smithy/abort-controller/package.json +64 -0
- package/node_modules/@smithy/config-resolver/LICENSE +201 -0
- package/node_modules/@smithy/config-resolver/README.md +10 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +12 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +12 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +7 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +16 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +20 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +20 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +15 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +10 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +29 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +2 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +2 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +2 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +2 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +8 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +34 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +9 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +16 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +6 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +9 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +9 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +4 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +11 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +15 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +15 -0
- package/node_modules/@smithy/config-resolver/dist-es/index.js +3 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +12 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +2 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +29 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +12 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +16 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/index.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +8 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +10 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +7 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +14 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +16 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +8 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +10 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +7 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +14 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/package.json +66 -0
- package/node_modules/@smithy/credential-provider-imds/LICENSE +201 -0
- package/node_modules/@smithy/credential-provider-imds/README.md +11 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +8 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +8 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +11 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +70 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +95 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +12 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +17 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +41 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +5 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +11 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +2 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +22 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +23 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +29 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +5 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +5 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +8 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +66 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +91 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +12 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +3 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +36 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +2 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/types.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +17 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +19 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +25 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +24 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +18 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +32 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +8 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +24 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +18 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +32 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +8 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +16 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +16 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +72 -0
- package/node_modules/@smithy/eventstream-codec/LICENSE +201 -0
- package/node_modules/@smithy/eventstream-codec/README.md +4 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/EventStreamCodec.js +66 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/HeaderMarshaller.js +186 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/Int64.js +47 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/Message.js +2 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageDecoderStream.js +18 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageEncoderStream.js +21 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +20 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +18 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/TestVectors.fixture.js +693 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +11 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/splitMessage.js +34 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/vectorTypes.fixture.js +2 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/EventStreamCodec.js +62 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/HeaderMarshaller.js +182 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/Int64.js +43 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/Message.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/MessageDecoderStream.js +14 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/MessageEncoderStream.js +17 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageDecoderStream.js +16 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageEncoderStream.js +14 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/TestVectors.fixture.js +690 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/index.js +8 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/splitMessage.js +30 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/vectorTypes.fixture.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/EventStreamCodec.d.ts +31 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/HeaderMarshaller.d.ts +12 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/Int64.d.ts +20 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/Message.d.ts +26 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/MessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/MessageEncoderStream.d.ts +18 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageEncoderStream.d.ts +17 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/TestVectors.fixture.d.ts +2 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/splitMessage.d.ts +11 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +31 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +12 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Int64.d.ts +20 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Message.d.ts +26 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +18 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +17 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +2 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +11 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +12 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/vectorTypes.fixture.d.ts +12 -0
- package/node_modules/@smithy/eventstream-codec/package.json +63 -0
- package/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
- package/node_modules/@smithy/fetch-http-handler/README.md +4 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +97 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +15 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +50 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +92 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +45 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +21 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +21 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
- package/node_modules/@smithy/fetch-http-handler/package.json +81 -0
- package/node_modules/@smithy/hash-node/LICENSE +201 -0
- package/node_modules/@smithy/hash-node/README.md +10 -0
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +38 -0
- package/node_modules/@smithy/hash-node/dist-es/index.js +34 -0
- package/node_modules/@smithy/hash-node/dist-types/index.d.ts +13 -0
- package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@smithy/hash-node/package.json +66 -0
- package/node_modules/@smithy/invalid-dependency/LICENSE +201 -0
- package/node_modules/@smithy/invalid-dependency/README.md +10 -0
- package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +7 -0
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +5 -0
- package/node_modules/@smithy/invalid-dependency/dist-es/index.js +2 -0
- package/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +3 -0
- package/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +1 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +4 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +5 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +4 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +5 -0
- package/node_modules/@smithy/invalid-dependency/package.json +59 -0
- package/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
- package/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +6 -0
- package/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/is-array-buffer/package.json +62 -0
- package/node_modules/@smithy/middleware-content-length/LICENSE +201 -0
- package/node_modules/@smithy/middleware-content-length/README.md +4 -0
- package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +44 -0
- package/node_modules/@smithy/middleware-content-length/dist-es/index.js +39 -0
- package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +6 -0
- package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@smithy/middleware-content-length/package.json +63 -0
- package/node_modules/@smithy/middleware-endpoint/LICENSE +201 -0
- package/node_modules/@smithy/middleware-endpoint/README.md +10 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +30 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +43 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +5 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +14 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +25 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +22 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +8 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +21 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +4 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +43 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +2 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +25 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +37 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +2 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +10 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +20 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +18 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +5 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +16 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +37 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/types.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +13 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +28 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +8 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +10 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +17 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +88 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +4 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +26 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +13 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +28 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +8 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +10 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +17 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +88 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +4 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +26 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +34 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +34 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +66 -0
- package/node_modules/@smithy/middleware-retry/LICENSE +201 -0
- package/node_modules/@smithy/middleware-retry/README.md +4 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +24 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +95 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +57 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +32 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +6 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +10 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +27 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +11 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +110 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/types.js +2 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/util.js +13 -0
- package/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +20 -0
- package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +90 -0
- package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +52 -0
- package/node_modules/@smithy/middleware-retry/dist-es/defaultRetryQuota.js +27 -0
- package/node_modules/@smithy/middleware-retry/dist-es/delayDecider.js +2 -0
- package/node_modules/@smithy/middleware-retry/dist-es/index.js +7 -0
- package/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +22 -0
- package/node_modules/@smithy/middleware-retry/dist-es/retryDecider.js +7 -0
- package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +104 -0
- package/node_modules/@smithy/middleware-retry/dist-es/types.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-es/util.js +9 -0
- package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +20 -0
- package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +30 -0
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +40 -0
- package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +18 -0
- package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +4 -0
- package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +7 -0
- package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +4 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +20 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +30 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +40 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +18 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +4 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +4 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +53 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +53 -0
- package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/package.json +70 -0
- package/node_modules/@smithy/middleware-serde/LICENSE +201 -0
- package/node_modules/@smithy/middleware-serde/README.md +4 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +24 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +6 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +26 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +18 -0
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +20 -0
- package/node_modules/@smithy/middleware-serde/dist-es/index.js +3 -0
- package/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +22 -0
- package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +13 -0
- package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +2 -0
- package/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +8 -0
- package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +3 -0
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +2 -0
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +8 -0
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +3 -0
- package/node_modules/@smithy/middleware-serde/package.json +62 -0
- package/node_modules/@smithy/middleware-stack/LICENSE +201 -0
- package/node_modules/@smithy/middleware-stack/README.md +78 -0
- package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +225 -0
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -0
- package/node_modules/@smithy/middleware-stack/dist-cjs/types.js +2 -0
- package/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +221 -0
- package/node_modules/@smithy/middleware-stack/dist-es/index.js +1 -0
- package/node_modules/@smithy/middleware-stack/dist-es/types.js +1 -0
- package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +2 -0
- package/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +2 -0
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +22 -0
- package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +22 -0
- package/node_modules/@smithy/middleware-stack/package.json +65 -0
- package/node_modules/@smithy/node-config-provider/LICENSE +201 -0
- package/node_modules/@smithy/node-config-provider/README.md +4 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +9 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +17 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +25 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +7 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +4 -0
- package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -0
- package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +13 -0
- package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +21 -0
- package/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
- package/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
- package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +22 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +15 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +3 -0
- package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +22 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +15 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +3 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/node-config-provider/package.json +67 -0
- package/node_modules/@smithy/node-http-handler/LICENSE +201 -0
- package/node_modules/@smithy/node-http-handler/README.md +4 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +4 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +12 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +6 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +134 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +92 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +36 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +146 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +23 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +60 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +25 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +12 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +10 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +15 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +18 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +23 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +45 -0
- package/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
- package/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +128 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +86 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +141 -0
- package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +19 -0
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +51 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +21 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +8 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +6 -0
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +11 -0
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +14 -0
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +19 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +40 -0
- package/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
- package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +46 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +22 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +50 -0
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +14 -0
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +10 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +7 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +14 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +45 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +22 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +50 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +10 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/package.json +69 -0
- package/node_modules/@smithy/property-provider/LICENSE +201 -0
- package/node_modules/@smithy/property-provider/README.md +10 -0
- package/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +13 -0
- package/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +15 -0
- package/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +13 -0
- package/node_modules/@smithy/property-provider/dist-cjs/chain.js +19 -0
- package/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +5 -0
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +9 -0
- package/node_modules/@smithy/property-provider/dist-cjs/memoize.js +49 -0
- package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +9 -0
- package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +11 -0
- package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +9 -0
- package/node_modules/@smithy/property-provider/dist-es/chain.js +15 -0
- package/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
- package/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
- package/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
- package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
- package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
- package/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
- package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
- package/node_modules/@smithy/property-provider/package.json +62 -0
- package/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/node_modules/@smithy/protocol-http/README.md +4 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/Field.js +27 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +23 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +2 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +52 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +18 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +10 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +8 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/types.js +2 -0
- package/node_modules/@smithy/protocol-http/dist-es/Field.js +23 -0
- package/node_modules/@smithy/protocol-http/dist-es/Fields.js +19 -0
- package/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +48 -0
- package/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +14 -0
- package/node_modules/@smithy/protocol-http/dist-es/index.js +7 -0
- package/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
- package/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +49 -0
- package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
- package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +4 -0
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +23 -0
- package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +16 -0
- package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +7 -0
- package/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +49 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +44 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +4 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +23 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +16 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +21 -0
- package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
- package/node_modules/@smithy/protocol-http/package.json +63 -0
- package/node_modules/@smithy/querystring-builder/LICENSE +201 -0
- package/node_modules/@smithy/querystring-builder/README.md +10 -0
- package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +25 -0
- package/node_modules/@smithy/querystring-builder/dist-es/index.js +21 -0
- package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@smithy/querystring-builder/package.json +63 -0
- package/node_modules/@smithy/querystring-parser/LICENSE +201 -0
- package/node_modules/@smithy/querystring-parser/README.md +10 -0
- package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +27 -0
- package/node_modules/@smithy/querystring-parser/dist-es/index.js +23 -0
- package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@smithy/querystring-parser/package.json +62 -0
- package/node_modules/@smithy/service-error-classification/LICENSE +201 -0
- package/node_modules/@smithy/service-error-classification/README.md +4 -0
- package/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +30 -0
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +34 -0
- package/node_modules/@smithy/service-error-classification/dist-es/constants.js +27 -0
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +19 -0
- package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +26 -0
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +12 -0
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +26 -0
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +12 -0
- package/node_modules/@smithy/service-error-classification/package.json +59 -0
- package/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
- package/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileData.js +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +11 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +30 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +18 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +34 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +13 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileData.js +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +26 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +30 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +9 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +5 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +44 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +15 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +5 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +44 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +15 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +5 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +13 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +13 -0
- package/node_modules/@smithy/shared-ini-file-loader/package.json +64 -0
- package/node_modules/@smithy/signature-v4/LICENSE +201 -0
- package/node_modules/@smithy/signature-v4/README.md +4 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +194 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/cloneRequest.js +17 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/constants.js +46 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +39 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +24 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +31 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +24 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +32 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +21 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +15 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +402 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +20 -0
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +190 -0
- package/node_modules/@smithy/signature-v4/dist-es/cloneRequest.js +12 -0
- package/node_modules/@smithy/signature-v4/dist-es/constants.js +43 -0
- package/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +33 -0
- package/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +20 -0
- package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +27 -0
- package/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +20 -0
- package/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +26 -0
- package/node_modules/@smithy/signature-v4/dist-es/index.js +7 -0
- package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +16 -0
- package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +11 -0
- package/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +399 -0
- package/node_modules/@smithy/signature-v4/dist-es/utilDate.js +15 -0
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +67 -0
- package/node_modules/@smithy/signature-v4/dist-types/cloneRequest.d.ts +6 -0
- package/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +43 -0
- package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +26 -0
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +4 -0
- package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +7 -0
- package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +14 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +67 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +6 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +26 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +14 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
- package/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +2 -0
- package/node_modules/@smithy/signature-v4/package.json +72 -0
- package/node_modules/@smithy/smithy-client/LICENSE +201 -0
- package/node_modules/@smithy/smithy-client/README.md +10 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +11 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/client.js +28 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +15 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/command.js +10 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/constants.js +4 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +25 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +195 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +30 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +30 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +10 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +27 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +9 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +5 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +16 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +24 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +38 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +98 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +253 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +23 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +17 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +23 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +31 -0
- package/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +7 -0
- package/node_modules/@smithy/smithy-client/dist-es/client.js +24 -0
- package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +11 -0
- package/node_modules/@smithy/smithy-client/dist-es/command.js +6 -0
- package/node_modules/@smithy/smithy-client/dist-es/constants.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +21 -0
- package/node_modules/@smithy/smithy-client/dist-es/date-utils.js +187 -0
- package/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +22 -0
- package/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +26 -0
- package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +6 -0
- package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +22 -0
- package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +5 -0
- package/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +12 -0
- package/node_modules/@smithy/smithy-client/dist-es/index.js +21 -0
- package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +33 -0
- package/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +92 -0
- package/node_modules/@smithy/smithy-client/dist-es/parse-utils.js +230 -0
- package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +19 -0
- package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +13 -0
- package/node_modules/@smithy/smithy-client/dist-es/serde-json.js +19 -0
- package/node_modules/@smithy/smithy-client/dist-es/split-every.js +27 -0
- package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +11 -0
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +29 -0
- package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +4 -0
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/dist-types/date-utils.d.ts +73 -0
- package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +13 -0
- package/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +28 -0
- package/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +34 -0
- package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +22 -0
- package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +24 -0
- package/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +162 -0
- package/node_modules/@smithy/smithy-client/dist-types/parse-utils.d.ts +270 -0
- package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +10 -0
- package/node_modules/@smithy/smithy-client/dist-types/split-every.d.ts +11 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +11 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +29 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/date-utils.d.ts +73 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +13 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +28 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +34 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +22 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +24 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +178 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/parse-utils.d.ts +270 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +10 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-every.d.ts +11 -0
- package/node_modules/@smithy/smithy-client/package.json +66 -0
- package/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@smithy/types/README.md +41 -0
- package/node_modules/@smithy/types/dist-cjs/abort.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/auth.js +8 -0
- package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/checksum.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/client.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/command.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/connection/config.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/connection/index.js +6 -0
- package/node_modules/@smithy/types/dist-cjs/connection/manager.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/connection/pool.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/crypto.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/encode.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/endpoint.js +8 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/index.js +8 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/eventStream.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +44 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +16 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/index.js +4 -0
- package/node_modules/@smithy/types/dist-cjs/http.js +8 -0
- package/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/identity/identity.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/identity/index.js +5 -0
- package/node_modules/@smithy/types/dist-cjs/index.js +37 -0
- package/node_modules/@smithy/types/dist-cjs/logger.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/middleware.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/pagination.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/profile.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/response.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/retry.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/serde.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/shapes.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/signature.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/stream.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/transfer.js +9 -0
- package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/uri.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/util.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/waiter.js +2 -0
- package/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth.js +5 -0
- package/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/node_modules/@smithy/types/dist-es/extensions/index.js +1 -0
- package/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@smithy/types/dist-es/identity/index.js +2 -0
- package/node_modules/@smithy/types/dist-es/index.js +34 -0
- package/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@smithy/types/dist-es/profile.js +1 -0
- package/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@smithy/types/dist-types/abort.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/auth.d.ts +55 -0
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@smithy/types/dist-types/client.d.ts +44 -0
- package/node_modules/@smithy/types/dist-types/command.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +38 -0
- package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +23 -0
- package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/http.d.ts +105 -0
- package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +23 -0
- package/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/identity/index.d.ts +2 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +34 -0
- package/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +475 -0
- package/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/profile.d.ts +22 -0
- package/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/retry.d.ts +128 -0
- package/node_modules/@smithy/types/dist-types/serde.d.ts +104 -0
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +72 -0
- package/node_modules/@smithy/types/dist-types/signature.d.ts +150 -0
- package/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +59 -0
- package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth.d.ts +55 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +39 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +38 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +23 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +105 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +23 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +2 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +34 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +475 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +22 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +128 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +104 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +72 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +150 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +32 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +64 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +172 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@smithy/types/dist-types/util.d.ts +161 -0
- package/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@smithy/types/package.json +63 -0
- package/node_modules/@smithy/url-parser/LICENSE +201 -0
- package/node_modules/@smithy/url-parser/README.md +10 -0
- package/node_modules/@smithy/url-parser/dist-cjs/index.js +22 -0
- package/node_modules/@smithy/url-parser/dist-es/index.js +18 -0
- package/node_modules/@smithy/url-parser/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@smithy/url-parser/package.json +60 -0
- package/node_modules/@smithy/util-base64/LICENSE +201 -0
- package/node_modules/@smithy/util-base64/README.md +4 -0
- package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +35 -0
- package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +40 -0
- package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +24 -0
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +6 -0
- package/node_modules/@smithy/util-base64/dist-es/constants.browser.js +28 -0
- package/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +36 -0
- package/node_modules/@smithy/util-base64/dist-es/fromBase64.js +12 -0
- package/node_modules/@smithy/util-base64/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +20 -0
- package/node_modules/@smithy/util-base64/dist-es/toBase64.js +2 -0
- package/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +6 -0
- package/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +8 -0
- package/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +7 -0
- package/node_modules/@smithy/util-base64/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +8 -0
- package/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +7 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +6 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +8 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +7 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +8 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +7 -0
- package/node_modules/@smithy/util-base64/package.json +72 -0
- package/node_modules/@smithy/util-body-length-browser/LICENSE +201 -0
- package/node_modules/@smithy/util-body-length-browser/README.md +12 -0
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +26 -0
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +4 -0
- package/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +22 -0
- package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-browser/package.json +59 -0
- package/node_modules/@smithy/util-body-length-node/LICENSE +201 -0
- package/node_modules/@smithy/util-body-length-node/README.md +12 -0
- package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +26 -0
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +4 -0
- package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +22 -0
- package/node_modules/@smithy/util-body-length-node/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-node/package.json +63 -0
- package/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
- package/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +19 -0
- package/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@smithy/util-buffer-from/package.json +63 -0
- package/node_modules/@smithy/util-config-provider/LICENSE +201 -0
- package/node_modules/@smithy/util-config-provider/README.md +4 -0
- package/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +18 -0
- package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +4 -0
- package/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +14 -0
- package/node_modules/@smithy/util-config-provider/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +13 -0
- package/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +13 -0
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/util-config-provider/package.json +64 -0
- package/node_modules/@smithy/util-defaults-mode-browser/LICENSE +201 -0
- package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +4 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +4 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +33 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +23 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +27 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +19 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +12 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +12 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +69 -0
- package/node_modules/@smithy/util-defaults-mode-node/LICENSE +201 -0
- package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +9 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +14 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +4 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +57 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +6 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +11 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +52 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +24 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +6 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +24 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +6 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/util-defaults-mode-node/package.json +68 -0
- package/node_modules/@smithy/util-hex-encoding/LICENSE +201 -0
- package/node_modules/@smithy/util-hex-encoding/README.md +4 -0
- package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +38 -0
- package/node_modules/@smithy/util-hex-encoding/dist-es/index.js +33 -0
- package/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +12 -0
- package/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +12 -0
- package/node_modules/@smithy/util-hex-encoding/package.json +62 -0
- package/node_modules/@smithy/util-middleware/LICENSE +201 -0
- package/node_modules/@smithy/util-middleware/README.md +12 -0
- package/node_modules/@smithy/util-middleware/dist-cjs/index.js +4 -0
- package/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +10 -0
- package/node_modules/@smithy/util-middleware/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +6 -0
- package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/util-middleware/package.json +68 -0
- package/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/node_modules/@smithy/util-retry/README.md +77 -0
- package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +28 -0
- package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +22 -0
- package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +104 -0
- package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +70 -0
- package/node_modules/@smithy/util-retry/dist-cjs/config.js +10 -0
- package/node_modules/@smithy/util-retry/dist-cjs/constants.js +12 -0
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +18 -0
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +15 -0
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +10 -0
- package/node_modules/@smithy/util-retry/dist-cjs/types.js +2 -0
- package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
- package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +99 -0
- package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
- package/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
- package/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
- package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
- package/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
- package/node_modules/@smithy/util-retry/dist-es/types.js +1 -0
- package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +45 -0
- package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
- package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
- package/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +45 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
- package/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
- package/node_modules/@smithy/util-retry/package.json +70 -0
- package/node_modules/@smithy/util-stream/LICENSE +201 -0
- package/node_modules/@smithy/util-stream/README.md +12 -0
- package/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +22 -0
- package/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +20 -0
- package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
- package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +30 -0
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +6 -0
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +69 -0
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +50 -0
- package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +18 -0
- package/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +15 -0
- package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
- package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +26 -0
- package/node_modules/@smithy/util-stream/dist-es/index.js +3 -0
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +45 -0
- package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
- package/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +9 -0
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -0
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +9 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +7 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +8 -0
- package/node_modules/@smithy/util-stream/package.json +92 -0
- package/node_modules/@smithy/util-uri-escape/LICENSE +201 -0
- package/node_modules/@smithy/util-uri-escape/README.md +10 -0
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +6 -0
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +6 -0
- package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +2 -0
- package/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +2 -0
- package/node_modules/@smithy/util-uri-escape/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +4 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +4 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +4 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +4 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/util-uri-escape/package.json +61 -0
- package/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/node_modules/@smithy/util-utf8/README.md +4 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +5 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +9 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +6 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +14 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +5 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +6 -0
- package/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +2 -0
- package/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/package.json +71 -0
- package/node_modules/@smithy/util-waiter/LICENSE +201 -0
- package/node_modules/@smithy/util-waiter/README.md +10 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +27 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/poller.js +38 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +5 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +7 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +21 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +38 -0
- package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +23 -0
- package/node_modules/@smithy/util-waiter/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +33 -0
- package/node_modules/@smithy/util-waiter/dist-es/utils/index.js +2 -0
- package/node_modules/@smithy/util-waiter/dist-es/utils/sleep.js +3 -0
- package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +17 -0
- package/node_modules/@smithy/util-waiter/dist-es/waiter.js +34 -0
- package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +11 -0
- package/node_modules/@smithy/util-waiter/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +10 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +11 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +10 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +8 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +4 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +8 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +44 -0
- package/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +8 -0
- package/node_modules/@smithy/util-waiter/dist-types/utils/sleep.d.ts +4 -0
- package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +8 -0
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +44 -0
- package/node_modules/@smithy/util-waiter/package.json +64 -0
- package/node_modules/bowser/CHANGELOG.md +218 -0
- package/node_modules/bowser/LICENSE +39 -0
- package/node_modules/bowser/README.md +179 -0
- package/node_modules/bowser/bundled.js +1 -0
- package/node_modules/bowser/es5.js +1 -0
- package/node_modules/bowser/index.d.ts +250 -0
- package/node_modules/bowser/package.json +83 -0
- package/node_modules/bowser/src/bowser.js +77 -0
- package/node_modules/bowser/src/constants.js +116 -0
- package/node_modules/bowser/src/parser-browsers.js +700 -0
- package/node_modules/bowser/src/parser-engines.js +120 -0
- package/node_modules/bowser/src/parser-os.js +199 -0
- package/node_modules/bowser/src/parser-platforms.js +266 -0
- package/node_modules/bowser/src/parser.js +496 -0
- package/node_modules/bowser/src/utils.js +309 -0
- package/node_modules/fast-xml-parser/CHANGELOG.md +554 -0
- package/node_modules/fast-xml-parser/LICENSE +21 -0
- package/node_modules/fast-xml-parser/README.md +204 -0
- package/node_modules/fast-xml-parser/package.json +71 -0
- package/node_modules/fast-xml-parser/src/cli/cli.js +93 -0
- package/node_modules/fast-xml-parser/src/cli/man.js +12 -0
- package/node_modules/fast-xml-parser/src/cli/read.js +92 -0
- package/node_modules/fast-xml-parser/src/fxp.d.ts +108 -0
- package/node_modules/fast-xml-parser/src/fxp.js +11 -0
- package/node_modules/fast-xml-parser/src/util.js +72 -0
- package/node_modules/fast-xml-parser/src/validator.js +423 -0
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +259 -0
- package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +131 -0
- package/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +152 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +48 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +588 -0
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +58 -0
- package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +113 -0
- package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +25 -0
- package/node_modules/strnum/.vscode/launch.json +25 -0
- package/node_modules/strnum/LICENSE +21 -0
- package/node_modules/strnum/README.md +86 -0
- package/node_modules/strnum/package.json +24 -0
- package/node_modules/strnum/strnum.js +124 -0
- package/node_modules/strnum/strnum.test.js +150 -0
- package/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/tslib/README.md +164 -0
- package/node_modules/tslib/SECURITY.md +41 -0
- package/node_modules/tslib/modules/index.d.ts +37 -0
- package/node_modules/tslib/modules/index.js +68 -0
- package/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/tslib/package.json +47 -0
- package/node_modules/tslib/tslib.d.ts +453 -0
- package/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/tslib/tslib.es6.js +370 -0
- package/node_modules/tslib/tslib.es6.mjs +370 -0
- package/node_modules/tslib/tslib.html +1 -0
- package/node_modules/tslib/tslib.js +421 -0
- package/node_modules/uuid/CHANGELOG.md +229 -0
- package/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/node_modules/uuid/LICENSE.md +9 -0
- package/node_modules/uuid/README.md +505 -0
- package/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/uuid/dist/esm-browser/index.js +9 -0
- package/node_modules/uuid/dist/esm-browser/md5.js +215 -0
- package/node_modules/uuid/dist/esm-browser/nil.js +1 -0
- package/node_modules/uuid/dist/esm-browser/parse.js +35 -0
- package/node_modules/uuid/dist/esm-browser/regex.js +1 -0
- package/node_modules/uuid/dist/esm-browser/rng.js +19 -0
- package/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
- package/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
- package/node_modules/uuid/dist/esm-browser/v1.js +95 -0
- package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/uuid/dist/esm-browser/v35.js +64 -0
- package/node_modules/uuid/dist/esm-browser/v4.js +24 -0
- package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/uuid/dist/esm-browser/validate.js +7 -0
- package/node_modules/uuid/dist/esm-browser/version.js +11 -0
- package/node_modules/uuid/dist/esm-node/index.js +9 -0
- package/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/uuid/dist/esm-node/nil.js +1 -0
- package/node_modules/uuid/dist/esm-node/parse.js +35 -0
- package/node_modules/uuid/dist/esm-node/regex.js +1 -0
- package/node_modules/uuid/dist/esm-node/rng.js +12 -0
- package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/uuid/dist/esm-node/stringify.js +29 -0
- package/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/uuid/dist/esm-node/v35.js +64 -0
- package/node_modules/uuid/dist/esm-node/v4.js +24 -0
- package/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/uuid/dist/esm-node/validate.js +7 -0
- package/node_modules/uuid/dist/esm-node/version.js +11 -0
- package/node_modules/uuid/dist/index.js +79 -0
- package/node_modules/uuid/dist/md5-browser.js +223 -0
- package/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/uuid/dist/nil.js +8 -0
- package/node_modules/uuid/dist/parse.js +45 -0
- package/node_modules/uuid/dist/regex.js +8 -0
- package/node_modules/uuid/dist/rng-browser.js +26 -0
- package/node_modules/uuid/dist/rng.js +24 -0
- package/node_modules/uuid/dist/sha1-browser.js +104 -0
- package/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/uuid/dist/stringify.js +39 -0
- package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidNIL.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidParse.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidStringify.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidValidate.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidVersion.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
- package/node_modules/uuid/dist/uuid-bin.js +85 -0
- package/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/uuid/dist/v35.js +78 -0
- package/node_modules/uuid/dist/v4.js +37 -0
- package/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/uuid/dist/validate.js +17 -0
- package/node_modules/uuid/dist/version.js +21 -0
- package/node_modules/uuid/package.json +135 -0
- package/node_modules/uuid/wrapper.mjs +10 -0
- package/package.json +167 -0
package/.jsii
ADDED
@@ -0,0 +1,3614 @@
|
|
1
|
+
{
|
2
|
+
"author": {
|
3
|
+
"name": "Amazon Web Services",
|
4
|
+
"roles": [
|
5
|
+
"author"
|
6
|
+
],
|
7
|
+
"url": "https://aws.amazon.com"
|
8
|
+
},
|
9
|
+
"bundled": {
|
10
|
+
"@aws-sdk/client-cloudformation": "^3.391.0"
|
11
|
+
},
|
12
|
+
"dependencies": {
|
13
|
+
"aws-cdk-lib": "^2.94.0",
|
14
|
+
"cdk8s": "^2.65.0",
|
15
|
+
"constructs": "^10.2.70"
|
16
|
+
},
|
17
|
+
"dependencyClosure": {
|
18
|
+
"@aws-cdk/asset-awscli-v1": {
|
19
|
+
"targets": {
|
20
|
+
"dotnet": {
|
21
|
+
"namespace": "Amazon.CDK.Asset.AwsCliV1",
|
22
|
+
"packageId": "Amazon.CDK.Asset.AwsCliV1"
|
23
|
+
},
|
24
|
+
"go": {
|
25
|
+
"moduleName": "github.com/cdklabs/awscdk-asset-awscli-go",
|
26
|
+
"packageName": "awscliv1"
|
27
|
+
},
|
28
|
+
"java": {
|
29
|
+
"maven": {
|
30
|
+
"artifactId": "cdk-asset-awscli-v1",
|
31
|
+
"groupId": "software.amazon.awscdk"
|
32
|
+
},
|
33
|
+
"package": "software.amazon.awscdk.cdk.asset.awscli.v1"
|
34
|
+
},
|
35
|
+
"js": {
|
36
|
+
"npm": "@aws-cdk/asset-awscli-v1"
|
37
|
+
},
|
38
|
+
"python": {
|
39
|
+
"distName": "aws-cdk.asset-awscli-v1",
|
40
|
+
"module": "aws_cdk.asset_awscli_v1"
|
41
|
+
}
|
42
|
+
}
|
43
|
+
},
|
44
|
+
"@aws-cdk/asset-kubectl-v20": {
|
45
|
+
"targets": {
|
46
|
+
"dotnet": {
|
47
|
+
"namespace": "Amazon.CDK.Asset.KubectlV20",
|
48
|
+
"packageId": "Amazon.CDK.Asset.KubectlV20"
|
49
|
+
},
|
50
|
+
"go": {
|
51
|
+
"moduleName": "github.com/cdklabs/awscdk-asset-kubectl-go",
|
52
|
+
"packageName": "kubectlv20"
|
53
|
+
},
|
54
|
+
"java": {
|
55
|
+
"maven": {
|
56
|
+
"artifactId": "cdk-asset-kubectl-v20",
|
57
|
+
"groupId": "software.amazon.awscdk"
|
58
|
+
},
|
59
|
+
"package": "software.amazon.awscdk.cdk.asset.kubectl.v20"
|
60
|
+
},
|
61
|
+
"js": {
|
62
|
+
"npm": "@aws-cdk/asset-kubectl-v20"
|
63
|
+
},
|
64
|
+
"python": {
|
65
|
+
"distName": "aws-cdk.asset-kubectl-v20",
|
66
|
+
"module": "aws_cdk.asset_kubectl_v20"
|
67
|
+
}
|
68
|
+
}
|
69
|
+
},
|
70
|
+
"@aws-cdk/asset-node-proxy-agent-v6": {
|
71
|
+
"targets": {
|
72
|
+
"dotnet": {
|
73
|
+
"namespace": "Amazon.CDK.Asset.NodeProxyAgentV6",
|
74
|
+
"packageId": "Amazon.CDK.Asset.NodeProxyAgentV6"
|
75
|
+
},
|
76
|
+
"go": {
|
77
|
+
"moduleName": "github.com/cdklabs/awscdk-asset-node-proxy-agent-go",
|
78
|
+
"packageName": "nodeproxyagentv6"
|
79
|
+
},
|
80
|
+
"java": {
|
81
|
+
"maven": {
|
82
|
+
"artifactId": "cdk-asset-node-proxy-agent-v6",
|
83
|
+
"groupId": "software.amazon.awscdk"
|
84
|
+
},
|
85
|
+
"package": "software.amazon.awscdk.cdk.asset.node.proxy.agent.v6"
|
86
|
+
},
|
87
|
+
"js": {
|
88
|
+
"npm": "@aws-cdk/asset-node-proxy-agent-v6"
|
89
|
+
},
|
90
|
+
"python": {
|
91
|
+
"distName": "aws-cdk.asset-node-proxy-agent-v6",
|
92
|
+
"module": "aws_cdk.asset_node_proxy_agent_v6"
|
93
|
+
}
|
94
|
+
}
|
95
|
+
},
|
96
|
+
"aws-cdk-lib": {
|
97
|
+
"submodules": {
|
98
|
+
"aws-cdk-lib.alexa_ask": {
|
99
|
+
"targets": {
|
100
|
+
"dotnet": {
|
101
|
+
"namespace": "Amazon.CDK.Alexa.Ask"
|
102
|
+
},
|
103
|
+
"java": {
|
104
|
+
"package": "software.amazon.awscdk.alexa.ask"
|
105
|
+
},
|
106
|
+
"python": {
|
107
|
+
"module": "aws_cdk.alexa_ask"
|
108
|
+
}
|
109
|
+
}
|
110
|
+
},
|
111
|
+
"aws-cdk-lib.assertions": {
|
112
|
+
"targets": {
|
113
|
+
"dotnet": {
|
114
|
+
"namespace": "Amazon.CDK.Assertions"
|
115
|
+
},
|
116
|
+
"java": {
|
117
|
+
"package": "software.amazon.awscdk.assertions"
|
118
|
+
},
|
119
|
+
"python": {
|
120
|
+
"module": "aws_cdk.assertions"
|
121
|
+
}
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"aws-cdk-lib.assets": {
|
125
|
+
"targets": {
|
126
|
+
"dotnet": {
|
127
|
+
"namespace": "Amazon.CDK.Assets"
|
128
|
+
},
|
129
|
+
"java": {
|
130
|
+
"package": "software.amazon.awscdk.assets"
|
131
|
+
},
|
132
|
+
"python": {
|
133
|
+
"module": "aws_cdk.assets"
|
134
|
+
}
|
135
|
+
}
|
136
|
+
},
|
137
|
+
"aws-cdk-lib.aws_accessanalyzer": {
|
138
|
+
"targets": {
|
139
|
+
"dotnet": {
|
140
|
+
"namespace": "Amazon.CDK.AWS.AccessAnalyzer"
|
141
|
+
},
|
142
|
+
"java": {
|
143
|
+
"package": "software.amazon.awscdk.services.accessanalyzer"
|
144
|
+
},
|
145
|
+
"python": {
|
146
|
+
"module": "aws_cdk.aws_accessanalyzer"
|
147
|
+
}
|
148
|
+
}
|
149
|
+
},
|
150
|
+
"aws-cdk-lib.aws_acmpca": {
|
151
|
+
"targets": {
|
152
|
+
"dotnet": {
|
153
|
+
"namespace": "Amazon.CDK.AWS.ACMPCA"
|
154
|
+
},
|
155
|
+
"java": {
|
156
|
+
"package": "software.amazon.awscdk.services.acmpca"
|
157
|
+
},
|
158
|
+
"python": {
|
159
|
+
"module": "aws_cdk.aws_acmpca"
|
160
|
+
}
|
161
|
+
}
|
162
|
+
},
|
163
|
+
"aws-cdk-lib.aws_amazonmq": {
|
164
|
+
"targets": {
|
165
|
+
"dotnet": {
|
166
|
+
"namespace": "Amazon.CDK.AWS.AmazonMQ"
|
167
|
+
},
|
168
|
+
"java": {
|
169
|
+
"package": "software.amazon.awscdk.services.amazonmq"
|
170
|
+
},
|
171
|
+
"python": {
|
172
|
+
"module": "aws_cdk.aws_amazonmq"
|
173
|
+
}
|
174
|
+
}
|
175
|
+
},
|
176
|
+
"aws-cdk-lib.aws_amplify": {
|
177
|
+
"targets": {
|
178
|
+
"dotnet": {
|
179
|
+
"namespace": "Amazon.CDK.AWS.Amplify"
|
180
|
+
},
|
181
|
+
"java": {
|
182
|
+
"package": "software.amazon.awscdk.services.amplify"
|
183
|
+
},
|
184
|
+
"python": {
|
185
|
+
"module": "aws_cdk.aws_amplify"
|
186
|
+
}
|
187
|
+
}
|
188
|
+
},
|
189
|
+
"aws-cdk-lib.aws_amplifyuibuilder": {
|
190
|
+
"targets": {
|
191
|
+
"dotnet": {
|
192
|
+
"namespace": "Amazon.CDK.AWS.AmplifyUIBuilder"
|
193
|
+
},
|
194
|
+
"java": {
|
195
|
+
"package": "software.amazon.awscdk.services.amplifyuibuilder"
|
196
|
+
},
|
197
|
+
"python": {
|
198
|
+
"module": "aws_cdk.aws_amplifyuibuilder"
|
199
|
+
}
|
200
|
+
}
|
201
|
+
},
|
202
|
+
"aws-cdk-lib.aws_apigateway": {
|
203
|
+
"targets": {
|
204
|
+
"dotnet": {
|
205
|
+
"namespace": "Amazon.CDK.AWS.APIGateway"
|
206
|
+
},
|
207
|
+
"java": {
|
208
|
+
"package": "software.amazon.awscdk.services.apigateway"
|
209
|
+
},
|
210
|
+
"python": {
|
211
|
+
"module": "aws_cdk.aws_apigateway"
|
212
|
+
}
|
213
|
+
}
|
214
|
+
},
|
215
|
+
"aws-cdk-lib.aws_apigatewayv2": {
|
216
|
+
"targets": {
|
217
|
+
"dotnet": {
|
218
|
+
"namespace": "Amazon.CDK.AWS.Apigatewayv2"
|
219
|
+
},
|
220
|
+
"java": {
|
221
|
+
"package": "software.amazon.awscdk.services.apigatewayv2"
|
222
|
+
},
|
223
|
+
"python": {
|
224
|
+
"module": "aws_cdk.aws_apigatewayv2"
|
225
|
+
}
|
226
|
+
}
|
227
|
+
},
|
228
|
+
"aws-cdk-lib.aws_appconfig": {
|
229
|
+
"targets": {
|
230
|
+
"dotnet": {
|
231
|
+
"namespace": "Amazon.CDK.AWS.AppConfig"
|
232
|
+
},
|
233
|
+
"java": {
|
234
|
+
"package": "software.amazon.awscdk.services.appconfig"
|
235
|
+
},
|
236
|
+
"python": {
|
237
|
+
"module": "aws_cdk.aws_appconfig"
|
238
|
+
}
|
239
|
+
}
|
240
|
+
},
|
241
|
+
"aws-cdk-lib.aws_appflow": {
|
242
|
+
"targets": {
|
243
|
+
"dotnet": {
|
244
|
+
"namespace": "Amazon.CDK.AWS.AppFlow"
|
245
|
+
},
|
246
|
+
"java": {
|
247
|
+
"package": "software.amazon.awscdk.services.appflow"
|
248
|
+
},
|
249
|
+
"python": {
|
250
|
+
"module": "aws_cdk.aws_appflow"
|
251
|
+
}
|
252
|
+
}
|
253
|
+
},
|
254
|
+
"aws-cdk-lib.aws_appintegrations": {
|
255
|
+
"targets": {
|
256
|
+
"dotnet": {
|
257
|
+
"namespace": "Amazon.CDK.AWS.AppIntegrations"
|
258
|
+
},
|
259
|
+
"java": {
|
260
|
+
"package": "software.amazon.awscdk.services.appintegrations"
|
261
|
+
},
|
262
|
+
"python": {
|
263
|
+
"module": "aws_cdk.aws_appintegrations"
|
264
|
+
}
|
265
|
+
}
|
266
|
+
},
|
267
|
+
"aws-cdk-lib.aws_applicationautoscaling": {
|
268
|
+
"targets": {
|
269
|
+
"dotnet": {
|
270
|
+
"namespace": "Amazon.CDK.AWS.ApplicationAutoScaling"
|
271
|
+
},
|
272
|
+
"java": {
|
273
|
+
"package": "software.amazon.awscdk.services.applicationautoscaling"
|
274
|
+
},
|
275
|
+
"python": {
|
276
|
+
"module": "aws_cdk.aws_applicationautoscaling"
|
277
|
+
}
|
278
|
+
}
|
279
|
+
},
|
280
|
+
"aws-cdk-lib.aws_applicationinsights": {
|
281
|
+
"targets": {
|
282
|
+
"dotnet": {
|
283
|
+
"namespace": "Amazon.CDK.AWS.ApplicationInsights"
|
284
|
+
},
|
285
|
+
"java": {
|
286
|
+
"package": "software.amazon.awscdk.services.applicationinsights"
|
287
|
+
},
|
288
|
+
"python": {
|
289
|
+
"module": "aws_cdk.aws_applicationinsights"
|
290
|
+
}
|
291
|
+
}
|
292
|
+
},
|
293
|
+
"aws-cdk-lib.aws_appmesh": {
|
294
|
+
"targets": {
|
295
|
+
"dotnet": {
|
296
|
+
"namespace": "Amazon.CDK.AWS.AppMesh"
|
297
|
+
},
|
298
|
+
"java": {
|
299
|
+
"package": "software.amazon.awscdk.services.appmesh"
|
300
|
+
},
|
301
|
+
"python": {
|
302
|
+
"module": "aws_cdk.aws_appmesh"
|
303
|
+
}
|
304
|
+
}
|
305
|
+
},
|
306
|
+
"aws-cdk-lib.aws_apprunner": {
|
307
|
+
"targets": {
|
308
|
+
"dotnet": {
|
309
|
+
"namespace": "Amazon.CDK.AWS.AppRunner"
|
310
|
+
},
|
311
|
+
"java": {
|
312
|
+
"package": "software.amazon.awscdk.services.apprunner"
|
313
|
+
},
|
314
|
+
"python": {
|
315
|
+
"module": "aws_cdk.aws_apprunner"
|
316
|
+
}
|
317
|
+
}
|
318
|
+
},
|
319
|
+
"aws-cdk-lib.aws_appstream": {
|
320
|
+
"targets": {
|
321
|
+
"dotnet": {
|
322
|
+
"namespace": "Amazon.CDK.AWS.AppStream"
|
323
|
+
},
|
324
|
+
"java": {
|
325
|
+
"package": "software.amazon.awscdk.services.appstream"
|
326
|
+
},
|
327
|
+
"python": {
|
328
|
+
"module": "aws_cdk.aws_appstream"
|
329
|
+
}
|
330
|
+
}
|
331
|
+
},
|
332
|
+
"aws-cdk-lib.aws_appsync": {
|
333
|
+
"targets": {
|
334
|
+
"dotnet": {
|
335
|
+
"namespace": "Amazon.CDK.AWS.AppSync"
|
336
|
+
},
|
337
|
+
"java": {
|
338
|
+
"package": "software.amazon.awscdk.services.appsync"
|
339
|
+
},
|
340
|
+
"python": {
|
341
|
+
"module": "aws_cdk.aws_appsync"
|
342
|
+
}
|
343
|
+
}
|
344
|
+
},
|
345
|
+
"aws-cdk-lib.aws_aps": {
|
346
|
+
"targets": {
|
347
|
+
"dotnet": {
|
348
|
+
"namespace": "Amazon.CDK.AWS.APS"
|
349
|
+
},
|
350
|
+
"java": {
|
351
|
+
"package": "software.amazon.awscdk.services.aps"
|
352
|
+
},
|
353
|
+
"python": {
|
354
|
+
"module": "aws_cdk.aws_aps"
|
355
|
+
}
|
356
|
+
}
|
357
|
+
},
|
358
|
+
"aws-cdk-lib.aws_athena": {
|
359
|
+
"targets": {
|
360
|
+
"dotnet": {
|
361
|
+
"namespace": "Amazon.CDK.AWS.Athena"
|
362
|
+
},
|
363
|
+
"java": {
|
364
|
+
"package": "software.amazon.awscdk.services.athena"
|
365
|
+
},
|
366
|
+
"python": {
|
367
|
+
"module": "aws_cdk.aws_athena"
|
368
|
+
}
|
369
|
+
}
|
370
|
+
},
|
371
|
+
"aws-cdk-lib.aws_auditmanager": {
|
372
|
+
"targets": {
|
373
|
+
"dotnet": {
|
374
|
+
"namespace": "Amazon.CDK.AWS.AuditManager"
|
375
|
+
},
|
376
|
+
"java": {
|
377
|
+
"package": "software.amazon.awscdk.services.auditmanager"
|
378
|
+
},
|
379
|
+
"python": {
|
380
|
+
"module": "aws_cdk.aws_auditmanager"
|
381
|
+
}
|
382
|
+
}
|
383
|
+
},
|
384
|
+
"aws-cdk-lib.aws_autoscaling": {
|
385
|
+
"targets": {
|
386
|
+
"dotnet": {
|
387
|
+
"namespace": "Amazon.CDK.AWS.AutoScaling"
|
388
|
+
},
|
389
|
+
"java": {
|
390
|
+
"package": "software.amazon.awscdk.services.autoscaling"
|
391
|
+
},
|
392
|
+
"python": {
|
393
|
+
"module": "aws_cdk.aws_autoscaling"
|
394
|
+
}
|
395
|
+
}
|
396
|
+
},
|
397
|
+
"aws-cdk-lib.aws_autoscaling_common": {
|
398
|
+
"targets": {
|
399
|
+
"dotnet": {
|
400
|
+
"namespace": "Amazon.CDK.AWS.AutoScaling.Common"
|
401
|
+
},
|
402
|
+
"java": {
|
403
|
+
"package": "software.amazon.awscdk.services.autoscaling.common"
|
404
|
+
},
|
405
|
+
"python": {
|
406
|
+
"module": "aws_cdk.aws_autoscaling_common"
|
407
|
+
}
|
408
|
+
}
|
409
|
+
},
|
410
|
+
"aws-cdk-lib.aws_autoscaling_hooktargets": {
|
411
|
+
"targets": {
|
412
|
+
"dotnet": {
|
413
|
+
"namespace": "Amazon.CDK.AWS.AutoScaling.HookTargets"
|
414
|
+
},
|
415
|
+
"java": {
|
416
|
+
"package": "software.amazon.awscdk.services.autoscaling.hooktargets"
|
417
|
+
},
|
418
|
+
"python": {
|
419
|
+
"module": "aws_cdk.aws_autoscaling_hooktargets"
|
420
|
+
}
|
421
|
+
}
|
422
|
+
},
|
423
|
+
"aws-cdk-lib.aws_autoscalingplans": {
|
424
|
+
"targets": {
|
425
|
+
"dotnet": {
|
426
|
+
"namespace": "Amazon.CDK.AWS.AutoScalingPlans"
|
427
|
+
},
|
428
|
+
"java": {
|
429
|
+
"package": "software.amazon.awscdk.services.autoscalingplans"
|
430
|
+
},
|
431
|
+
"python": {
|
432
|
+
"module": "aws_cdk.aws_autoscalingplans"
|
433
|
+
}
|
434
|
+
}
|
435
|
+
},
|
436
|
+
"aws-cdk-lib.aws_backup": {
|
437
|
+
"targets": {
|
438
|
+
"dotnet": {
|
439
|
+
"namespace": "Amazon.CDK.AWS.Backup"
|
440
|
+
},
|
441
|
+
"java": {
|
442
|
+
"package": "software.amazon.awscdk.services.backup"
|
443
|
+
},
|
444
|
+
"python": {
|
445
|
+
"module": "aws_cdk.aws_backup"
|
446
|
+
}
|
447
|
+
}
|
448
|
+
},
|
449
|
+
"aws-cdk-lib.aws_backupgateway": {
|
450
|
+
"targets": {
|
451
|
+
"dotnet": {
|
452
|
+
"package": "Amazon.CDK.AWS.BackupGateway"
|
453
|
+
},
|
454
|
+
"java": {
|
455
|
+
"package": "services.backupgateway"
|
456
|
+
},
|
457
|
+
"python": {
|
458
|
+
"module": "aws_cdk.aws_backupgateway"
|
459
|
+
}
|
460
|
+
}
|
461
|
+
},
|
462
|
+
"aws-cdk-lib.aws_batch": {
|
463
|
+
"targets": {
|
464
|
+
"dotnet": {
|
465
|
+
"namespace": "Amazon.CDK.AWS.Batch"
|
466
|
+
},
|
467
|
+
"java": {
|
468
|
+
"package": "software.amazon.awscdk.services.batch"
|
469
|
+
},
|
470
|
+
"python": {
|
471
|
+
"module": "aws_cdk.aws_batch"
|
472
|
+
}
|
473
|
+
}
|
474
|
+
},
|
475
|
+
"aws-cdk-lib.aws_billingconductor": {
|
476
|
+
"targets": {
|
477
|
+
"dotnet": {
|
478
|
+
"namespace": "Amazon.CDK.AWS.BillingConductor"
|
479
|
+
},
|
480
|
+
"java": {
|
481
|
+
"package": "software.amazon.awscdk.services.billingconductor"
|
482
|
+
},
|
483
|
+
"python": {
|
484
|
+
"module": "aws_cdk.aws_billingconductor"
|
485
|
+
}
|
486
|
+
}
|
487
|
+
},
|
488
|
+
"aws-cdk-lib.aws_budgets": {
|
489
|
+
"targets": {
|
490
|
+
"dotnet": {
|
491
|
+
"namespace": "Amazon.CDK.AWS.Budgets"
|
492
|
+
},
|
493
|
+
"java": {
|
494
|
+
"package": "software.amazon.awscdk.services.budgets"
|
495
|
+
},
|
496
|
+
"python": {
|
497
|
+
"module": "aws_cdk.aws_budgets"
|
498
|
+
}
|
499
|
+
}
|
500
|
+
},
|
501
|
+
"aws-cdk-lib.aws_cassandra": {
|
502
|
+
"targets": {
|
503
|
+
"dotnet": {
|
504
|
+
"namespace": "Amazon.CDK.AWS.Cassandra"
|
505
|
+
},
|
506
|
+
"java": {
|
507
|
+
"package": "software.amazon.awscdk.services.cassandra"
|
508
|
+
},
|
509
|
+
"python": {
|
510
|
+
"module": "aws_cdk.aws_cassandra"
|
511
|
+
}
|
512
|
+
}
|
513
|
+
},
|
514
|
+
"aws-cdk-lib.aws_ce": {
|
515
|
+
"targets": {
|
516
|
+
"dotnet": {
|
517
|
+
"namespace": "Amazon.CDK.AWS.CE"
|
518
|
+
},
|
519
|
+
"java": {
|
520
|
+
"package": "software.amazon.awscdk.services.ce"
|
521
|
+
},
|
522
|
+
"python": {
|
523
|
+
"module": "aws_cdk.aws_ce"
|
524
|
+
}
|
525
|
+
}
|
526
|
+
},
|
527
|
+
"aws-cdk-lib.aws_certificatemanager": {
|
528
|
+
"targets": {
|
529
|
+
"dotnet": {
|
530
|
+
"namespace": "Amazon.CDK.AWS.CertificateManager"
|
531
|
+
},
|
532
|
+
"java": {
|
533
|
+
"package": "software.amazon.awscdk.services.certificatemanager"
|
534
|
+
},
|
535
|
+
"python": {
|
536
|
+
"module": "aws_cdk.aws_certificatemanager"
|
537
|
+
}
|
538
|
+
}
|
539
|
+
},
|
540
|
+
"aws-cdk-lib.aws_chatbot": {
|
541
|
+
"targets": {
|
542
|
+
"dotnet": {
|
543
|
+
"namespace": "Amazon.CDK.AWS.Chatbot"
|
544
|
+
},
|
545
|
+
"java": {
|
546
|
+
"package": "software.amazon.awscdk.services.chatbot"
|
547
|
+
},
|
548
|
+
"python": {
|
549
|
+
"module": "aws_cdk.aws_chatbot"
|
550
|
+
}
|
551
|
+
}
|
552
|
+
},
|
553
|
+
"aws-cdk-lib.aws_cleanrooms": {
|
554
|
+
"targets": {
|
555
|
+
"dotnet": {
|
556
|
+
"package": "Amazon.CDK.AWS.CleanRooms"
|
557
|
+
},
|
558
|
+
"java": {
|
559
|
+
"package": "services.cleanrooms"
|
560
|
+
},
|
561
|
+
"python": {
|
562
|
+
"module": "aws_cdk.aws_cleanrooms"
|
563
|
+
}
|
564
|
+
}
|
565
|
+
},
|
566
|
+
"aws-cdk-lib.aws_cloud9": {
|
567
|
+
"targets": {
|
568
|
+
"dotnet": {
|
569
|
+
"namespace": "Amazon.CDK.AWS.Cloud9"
|
570
|
+
},
|
571
|
+
"java": {
|
572
|
+
"package": "software.amazon.awscdk.services.cloud9"
|
573
|
+
},
|
574
|
+
"python": {
|
575
|
+
"module": "aws_cdk.aws_cloud9"
|
576
|
+
}
|
577
|
+
}
|
578
|
+
},
|
579
|
+
"aws-cdk-lib.aws_cloudformation": {
|
580
|
+
"targets": {
|
581
|
+
"dotnet": {
|
582
|
+
"namespace": "Amazon.CDK.AWS.CloudFormation"
|
583
|
+
},
|
584
|
+
"java": {
|
585
|
+
"package": "software.amazon.awscdk.services.cloudformation"
|
586
|
+
},
|
587
|
+
"python": {
|
588
|
+
"module": "aws_cdk.aws_cloudformation"
|
589
|
+
}
|
590
|
+
}
|
591
|
+
},
|
592
|
+
"aws-cdk-lib.aws_cloudfront": {
|
593
|
+
"targets": {
|
594
|
+
"dotnet": {
|
595
|
+
"namespace": "Amazon.CDK.AWS.CloudFront"
|
596
|
+
},
|
597
|
+
"java": {
|
598
|
+
"package": "software.amazon.awscdk.services.cloudfront"
|
599
|
+
},
|
600
|
+
"python": {
|
601
|
+
"module": "aws_cdk.aws_cloudfront"
|
602
|
+
}
|
603
|
+
}
|
604
|
+
},
|
605
|
+
"aws-cdk-lib.aws_cloudfront.experimental": {},
|
606
|
+
"aws-cdk-lib.aws_cloudfront_origins": {
|
607
|
+
"targets": {
|
608
|
+
"dotnet": {
|
609
|
+
"namespace": "Amazon.CDK.AWS.CloudFront.Origins"
|
610
|
+
},
|
611
|
+
"java": {
|
612
|
+
"package": "software.amazon.awscdk.services.cloudfront.origins"
|
613
|
+
},
|
614
|
+
"python": {
|
615
|
+
"module": "aws_cdk.aws_cloudfront_origins"
|
616
|
+
}
|
617
|
+
}
|
618
|
+
},
|
619
|
+
"aws-cdk-lib.aws_cloudtrail": {
|
620
|
+
"targets": {
|
621
|
+
"dotnet": {
|
622
|
+
"namespace": "Amazon.CDK.AWS.CloudTrail"
|
623
|
+
},
|
624
|
+
"java": {
|
625
|
+
"package": "software.amazon.awscdk.services.cloudtrail"
|
626
|
+
},
|
627
|
+
"python": {
|
628
|
+
"module": "aws_cdk.aws_cloudtrail"
|
629
|
+
}
|
630
|
+
}
|
631
|
+
},
|
632
|
+
"aws-cdk-lib.aws_cloudwatch": {
|
633
|
+
"targets": {
|
634
|
+
"dotnet": {
|
635
|
+
"namespace": "Amazon.CDK.AWS.CloudWatch"
|
636
|
+
},
|
637
|
+
"java": {
|
638
|
+
"package": "software.amazon.awscdk.services.cloudwatch"
|
639
|
+
},
|
640
|
+
"python": {
|
641
|
+
"module": "aws_cdk.aws_cloudwatch"
|
642
|
+
}
|
643
|
+
}
|
644
|
+
},
|
645
|
+
"aws-cdk-lib.aws_cloudwatch_actions": {
|
646
|
+
"targets": {
|
647
|
+
"dotnet": {
|
648
|
+
"namespace": "Amazon.CDK.AWS.CloudWatch.Actions"
|
649
|
+
},
|
650
|
+
"java": {
|
651
|
+
"package": "software.amazon.awscdk.services.cloudwatch.actions"
|
652
|
+
},
|
653
|
+
"python": {
|
654
|
+
"module": "aws_cdk.aws_cloudwatch_actions"
|
655
|
+
}
|
656
|
+
}
|
657
|
+
},
|
658
|
+
"aws-cdk-lib.aws_codeartifact": {
|
659
|
+
"targets": {
|
660
|
+
"dotnet": {
|
661
|
+
"namespace": "Amazon.CDK.AWS.CodeArtifact"
|
662
|
+
},
|
663
|
+
"java": {
|
664
|
+
"package": "software.amazon.awscdk.services.codeartifact"
|
665
|
+
},
|
666
|
+
"python": {
|
667
|
+
"module": "aws_cdk.aws_codeartifact"
|
668
|
+
}
|
669
|
+
}
|
670
|
+
},
|
671
|
+
"aws-cdk-lib.aws_codebuild": {
|
672
|
+
"targets": {
|
673
|
+
"dotnet": {
|
674
|
+
"namespace": "Amazon.CDK.AWS.CodeBuild"
|
675
|
+
},
|
676
|
+
"java": {
|
677
|
+
"package": "software.amazon.awscdk.services.codebuild"
|
678
|
+
},
|
679
|
+
"python": {
|
680
|
+
"module": "aws_cdk.aws_codebuild"
|
681
|
+
}
|
682
|
+
}
|
683
|
+
},
|
684
|
+
"aws-cdk-lib.aws_codecommit": {
|
685
|
+
"targets": {
|
686
|
+
"dotnet": {
|
687
|
+
"namespace": "Amazon.CDK.AWS.CodeCommit"
|
688
|
+
},
|
689
|
+
"java": {
|
690
|
+
"package": "software.amazon.awscdk.services.codecommit"
|
691
|
+
},
|
692
|
+
"python": {
|
693
|
+
"module": "aws_cdk.aws_codecommit"
|
694
|
+
}
|
695
|
+
}
|
696
|
+
},
|
697
|
+
"aws-cdk-lib.aws_codedeploy": {
|
698
|
+
"targets": {
|
699
|
+
"dotnet": {
|
700
|
+
"namespace": "Amazon.CDK.AWS.CodeDeploy"
|
701
|
+
},
|
702
|
+
"java": {
|
703
|
+
"package": "software.amazon.awscdk.services.codedeploy"
|
704
|
+
},
|
705
|
+
"python": {
|
706
|
+
"module": "aws_cdk.aws_codedeploy"
|
707
|
+
}
|
708
|
+
}
|
709
|
+
},
|
710
|
+
"aws-cdk-lib.aws_codeguruprofiler": {
|
711
|
+
"targets": {
|
712
|
+
"dotnet": {
|
713
|
+
"namespace": "Amazon.CDK.AWS.CodeGuruProfiler"
|
714
|
+
},
|
715
|
+
"java": {
|
716
|
+
"package": "software.amazon.awscdk.services.codeguruprofiler"
|
717
|
+
},
|
718
|
+
"python": {
|
719
|
+
"module": "aws_cdk.aws_codeguruprofiler"
|
720
|
+
}
|
721
|
+
}
|
722
|
+
},
|
723
|
+
"aws-cdk-lib.aws_codegurureviewer": {
|
724
|
+
"targets": {
|
725
|
+
"dotnet": {
|
726
|
+
"namespace": "Amazon.CDK.AWS.CodeGuruReviewer"
|
727
|
+
},
|
728
|
+
"java": {
|
729
|
+
"package": "software.amazon.awscdk.services.codegurureviewer"
|
730
|
+
},
|
731
|
+
"python": {
|
732
|
+
"module": "aws_cdk.aws_codegurureviewer"
|
733
|
+
}
|
734
|
+
}
|
735
|
+
},
|
736
|
+
"aws-cdk-lib.aws_codepipeline": {
|
737
|
+
"targets": {
|
738
|
+
"dotnet": {
|
739
|
+
"namespace": "Amazon.CDK.AWS.CodePipeline"
|
740
|
+
},
|
741
|
+
"java": {
|
742
|
+
"package": "software.amazon.awscdk.services.codepipeline"
|
743
|
+
},
|
744
|
+
"python": {
|
745
|
+
"module": "aws_cdk.aws_codepipeline"
|
746
|
+
}
|
747
|
+
}
|
748
|
+
},
|
749
|
+
"aws-cdk-lib.aws_codepipeline_actions": {
|
750
|
+
"targets": {
|
751
|
+
"dotnet": {
|
752
|
+
"namespace": "Amazon.CDK.AWS.CodePipeline.Actions"
|
753
|
+
},
|
754
|
+
"java": {
|
755
|
+
"package": "software.amazon.awscdk.services.codepipeline.actions"
|
756
|
+
},
|
757
|
+
"python": {
|
758
|
+
"module": "aws_cdk.aws_codepipeline_actions"
|
759
|
+
}
|
760
|
+
}
|
761
|
+
},
|
762
|
+
"aws-cdk-lib.aws_codestar": {
|
763
|
+
"targets": {
|
764
|
+
"dotnet": {
|
765
|
+
"namespace": "Amazon.CDK.AWS.Codestar"
|
766
|
+
},
|
767
|
+
"java": {
|
768
|
+
"package": "software.amazon.awscdk.services.codestar"
|
769
|
+
},
|
770
|
+
"python": {
|
771
|
+
"module": "aws_cdk.aws_codestar"
|
772
|
+
}
|
773
|
+
}
|
774
|
+
},
|
775
|
+
"aws-cdk-lib.aws_codestarconnections": {
|
776
|
+
"targets": {
|
777
|
+
"dotnet": {
|
778
|
+
"namespace": "Amazon.CDK.AWS.CodeStarConnections"
|
779
|
+
},
|
780
|
+
"java": {
|
781
|
+
"package": "software.amazon.awscdk.services.codestarconnections"
|
782
|
+
},
|
783
|
+
"python": {
|
784
|
+
"module": "aws_cdk.aws_codestarconnections"
|
785
|
+
}
|
786
|
+
}
|
787
|
+
},
|
788
|
+
"aws-cdk-lib.aws_codestarnotifications": {
|
789
|
+
"targets": {
|
790
|
+
"dotnet": {
|
791
|
+
"namespace": "Amazon.CDK.AWS.CodeStarNotifications"
|
792
|
+
},
|
793
|
+
"java": {
|
794
|
+
"package": "software.amazon.awscdk.services.codestarnotifications"
|
795
|
+
},
|
796
|
+
"python": {
|
797
|
+
"module": "aws_cdk.aws_codestarnotifications"
|
798
|
+
}
|
799
|
+
}
|
800
|
+
},
|
801
|
+
"aws-cdk-lib.aws_cognito": {
|
802
|
+
"targets": {
|
803
|
+
"dotnet": {
|
804
|
+
"namespace": "Amazon.CDK.AWS.Cognito"
|
805
|
+
},
|
806
|
+
"java": {
|
807
|
+
"package": "software.amazon.awscdk.services.cognito"
|
808
|
+
},
|
809
|
+
"python": {
|
810
|
+
"module": "aws_cdk.aws_cognito"
|
811
|
+
}
|
812
|
+
}
|
813
|
+
},
|
814
|
+
"aws-cdk-lib.aws_comprehend": {
|
815
|
+
"targets": {
|
816
|
+
"dotnet": {
|
817
|
+
"namespace": "Amazon.CDK.AWS.Comprehend"
|
818
|
+
},
|
819
|
+
"java": {
|
820
|
+
"package": "software.amazon.awscdk.services.comprehend"
|
821
|
+
},
|
822
|
+
"python": {
|
823
|
+
"module": "aws_cdk.aws_comprehend"
|
824
|
+
}
|
825
|
+
}
|
826
|
+
},
|
827
|
+
"aws-cdk-lib.aws_config": {
|
828
|
+
"targets": {
|
829
|
+
"dotnet": {
|
830
|
+
"namespace": "Amazon.CDK.AWS.Config"
|
831
|
+
},
|
832
|
+
"java": {
|
833
|
+
"package": "software.amazon.awscdk.services.config"
|
834
|
+
},
|
835
|
+
"python": {
|
836
|
+
"module": "aws_cdk.aws_config"
|
837
|
+
}
|
838
|
+
}
|
839
|
+
},
|
840
|
+
"aws-cdk-lib.aws_connect": {
|
841
|
+
"targets": {
|
842
|
+
"dotnet": {
|
843
|
+
"namespace": "Amazon.CDK.AWS.Connect"
|
844
|
+
},
|
845
|
+
"java": {
|
846
|
+
"package": "software.amazon.awscdk.services.connect"
|
847
|
+
},
|
848
|
+
"python": {
|
849
|
+
"module": "aws_cdk.aws_connect"
|
850
|
+
}
|
851
|
+
}
|
852
|
+
},
|
853
|
+
"aws-cdk-lib.aws_connectcampaigns": {
|
854
|
+
"targets": {
|
855
|
+
"dotnet": {
|
856
|
+
"namespace": "Amazon.CDK.AWS.ConnectCampaigns"
|
857
|
+
},
|
858
|
+
"java": {
|
859
|
+
"package": "software.amazon.awscdk.services.connectcampaigns"
|
860
|
+
},
|
861
|
+
"python": {
|
862
|
+
"module": "aws_cdk.aws_connectcampaigns"
|
863
|
+
}
|
864
|
+
}
|
865
|
+
},
|
866
|
+
"aws-cdk-lib.aws_controltower": {
|
867
|
+
"targets": {
|
868
|
+
"dotnet": {
|
869
|
+
"namespace": "Amazon.CDK.AWS.ControlTower"
|
870
|
+
},
|
871
|
+
"java": {
|
872
|
+
"package": "software.amazon.awscdk.services.controltower"
|
873
|
+
},
|
874
|
+
"python": {
|
875
|
+
"module": "aws_cdk.aws_controltower"
|
876
|
+
}
|
877
|
+
}
|
878
|
+
},
|
879
|
+
"aws-cdk-lib.aws_cur": {
|
880
|
+
"targets": {
|
881
|
+
"dotnet": {
|
882
|
+
"namespace": "Amazon.CDK.AWS.CUR"
|
883
|
+
},
|
884
|
+
"java": {
|
885
|
+
"package": "software.amazon.awscdk.services.cur"
|
886
|
+
},
|
887
|
+
"python": {
|
888
|
+
"module": "aws_cdk.aws_cur"
|
889
|
+
}
|
890
|
+
}
|
891
|
+
},
|
892
|
+
"aws-cdk-lib.aws_customerprofiles": {
|
893
|
+
"targets": {
|
894
|
+
"dotnet": {
|
895
|
+
"namespace": "Amazon.CDK.AWS.CustomerProfiles"
|
896
|
+
},
|
897
|
+
"java": {
|
898
|
+
"package": "software.amazon.awscdk.services.customerprofiles"
|
899
|
+
},
|
900
|
+
"python": {
|
901
|
+
"module": "aws_cdk.aws_customerprofiles"
|
902
|
+
}
|
903
|
+
}
|
904
|
+
},
|
905
|
+
"aws-cdk-lib.aws_databrew": {
|
906
|
+
"targets": {
|
907
|
+
"dotnet": {
|
908
|
+
"namespace": "Amazon.CDK.AWS.DataBrew"
|
909
|
+
},
|
910
|
+
"java": {
|
911
|
+
"package": "software.amazon.awscdk.services.databrew"
|
912
|
+
},
|
913
|
+
"python": {
|
914
|
+
"module": "aws_cdk.aws_databrew"
|
915
|
+
}
|
916
|
+
}
|
917
|
+
},
|
918
|
+
"aws-cdk-lib.aws_datapipeline": {
|
919
|
+
"targets": {
|
920
|
+
"dotnet": {
|
921
|
+
"namespace": "Amazon.CDK.AWS.DataPipeline"
|
922
|
+
},
|
923
|
+
"java": {
|
924
|
+
"package": "software.amazon.awscdk.services.datapipeline"
|
925
|
+
},
|
926
|
+
"python": {
|
927
|
+
"module": "aws_cdk.aws_datapipeline"
|
928
|
+
}
|
929
|
+
}
|
930
|
+
},
|
931
|
+
"aws-cdk-lib.aws_datasync": {
|
932
|
+
"targets": {
|
933
|
+
"dotnet": {
|
934
|
+
"namespace": "Amazon.CDK.AWS.DataSync"
|
935
|
+
},
|
936
|
+
"java": {
|
937
|
+
"package": "software.amazon.awscdk.services.datasync"
|
938
|
+
},
|
939
|
+
"python": {
|
940
|
+
"module": "aws_cdk.aws_datasync"
|
941
|
+
}
|
942
|
+
}
|
943
|
+
},
|
944
|
+
"aws-cdk-lib.aws_dax": {
|
945
|
+
"targets": {
|
946
|
+
"dotnet": {
|
947
|
+
"namespace": "Amazon.CDK.AWS.DAX"
|
948
|
+
},
|
949
|
+
"java": {
|
950
|
+
"package": "software.amazon.awscdk.services.dax"
|
951
|
+
},
|
952
|
+
"python": {
|
953
|
+
"module": "aws_cdk.aws_dax"
|
954
|
+
}
|
955
|
+
}
|
956
|
+
},
|
957
|
+
"aws-cdk-lib.aws_detective": {
|
958
|
+
"targets": {
|
959
|
+
"dotnet": {
|
960
|
+
"namespace": "Amazon.CDK.AWS.Detective"
|
961
|
+
},
|
962
|
+
"java": {
|
963
|
+
"package": "software.amazon.awscdk.services.detective"
|
964
|
+
},
|
965
|
+
"python": {
|
966
|
+
"module": "aws_cdk.aws_detective"
|
967
|
+
}
|
968
|
+
}
|
969
|
+
},
|
970
|
+
"aws-cdk-lib.aws_devicefarm": {
|
971
|
+
"targets": {
|
972
|
+
"dotnet": {
|
973
|
+
"namespace": "Amazon.CDK.AWS.DeviceFarm"
|
974
|
+
},
|
975
|
+
"java": {
|
976
|
+
"package": "software.amazon.awscdk.services.devicefarm"
|
977
|
+
},
|
978
|
+
"python": {
|
979
|
+
"module": "aws_cdk.aws_devicefarm"
|
980
|
+
}
|
981
|
+
}
|
982
|
+
},
|
983
|
+
"aws-cdk-lib.aws_devopsguru": {
|
984
|
+
"targets": {
|
985
|
+
"dotnet": {
|
986
|
+
"namespace": "Amazon.CDK.AWS.DevOpsGuru"
|
987
|
+
},
|
988
|
+
"java": {
|
989
|
+
"package": "software.amazon.awscdk.services.devopsguru"
|
990
|
+
},
|
991
|
+
"python": {
|
992
|
+
"module": "aws_cdk.aws_devopsguru"
|
993
|
+
}
|
994
|
+
}
|
995
|
+
},
|
996
|
+
"aws-cdk-lib.aws_directoryservice": {
|
997
|
+
"targets": {
|
998
|
+
"dotnet": {
|
999
|
+
"namespace": "Amazon.CDK.AWS.DirectoryService"
|
1000
|
+
},
|
1001
|
+
"java": {
|
1002
|
+
"package": "software.amazon.awscdk.services.directoryservice"
|
1003
|
+
},
|
1004
|
+
"python": {
|
1005
|
+
"module": "aws_cdk.aws_directoryservice"
|
1006
|
+
}
|
1007
|
+
}
|
1008
|
+
},
|
1009
|
+
"aws-cdk-lib.aws_dlm": {
|
1010
|
+
"targets": {
|
1011
|
+
"dotnet": {
|
1012
|
+
"namespace": "Amazon.CDK.AWS.DLM"
|
1013
|
+
},
|
1014
|
+
"java": {
|
1015
|
+
"package": "software.amazon.awscdk.services.dlm"
|
1016
|
+
},
|
1017
|
+
"python": {
|
1018
|
+
"module": "aws_cdk.aws_dlm"
|
1019
|
+
}
|
1020
|
+
}
|
1021
|
+
},
|
1022
|
+
"aws-cdk-lib.aws_dms": {
|
1023
|
+
"targets": {
|
1024
|
+
"dotnet": {
|
1025
|
+
"namespace": "Amazon.CDK.AWS.DMS"
|
1026
|
+
},
|
1027
|
+
"java": {
|
1028
|
+
"package": "software.amazon.awscdk.services.dms"
|
1029
|
+
},
|
1030
|
+
"python": {
|
1031
|
+
"module": "aws_cdk.aws_dms"
|
1032
|
+
}
|
1033
|
+
}
|
1034
|
+
},
|
1035
|
+
"aws-cdk-lib.aws_docdb": {
|
1036
|
+
"targets": {
|
1037
|
+
"dotnet": {
|
1038
|
+
"namespace": "Amazon.CDK.AWS.DocDB"
|
1039
|
+
},
|
1040
|
+
"java": {
|
1041
|
+
"package": "software.amazon.awscdk.services.docdb"
|
1042
|
+
},
|
1043
|
+
"python": {
|
1044
|
+
"module": "aws_cdk.aws_docdb"
|
1045
|
+
}
|
1046
|
+
}
|
1047
|
+
},
|
1048
|
+
"aws-cdk-lib.aws_docdbelastic": {
|
1049
|
+
"targets": {
|
1050
|
+
"dotnet": {
|
1051
|
+
"namespace": "Amazon.CDK.AWS.DocDBElastic"
|
1052
|
+
},
|
1053
|
+
"java": {
|
1054
|
+
"package": "software.amazon.awscdk.services.docdbelastic"
|
1055
|
+
},
|
1056
|
+
"python": {
|
1057
|
+
"module": "aws_cdk.aws_docdbelastic"
|
1058
|
+
}
|
1059
|
+
}
|
1060
|
+
},
|
1061
|
+
"aws-cdk-lib.aws_dynamodb": {
|
1062
|
+
"targets": {
|
1063
|
+
"dotnet": {
|
1064
|
+
"namespace": "Amazon.CDK.AWS.DynamoDB"
|
1065
|
+
},
|
1066
|
+
"java": {
|
1067
|
+
"package": "software.amazon.awscdk.services.dynamodb"
|
1068
|
+
},
|
1069
|
+
"python": {
|
1070
|
+
"module": "aws_cdk.aws_dynamodb"
|
1071
|
+
}
|
1072
|
+
}
|
1073
|
+
},
|
1074
|
+
"aws-cdk-lib.aws_ec2": {
|
1075
|
+
"targets": {
|
1076
|
+
"dotnet": {
|
1077
|
+
"namespace": "Amazon.CDK.AWS.EC2"
|
1078
|
+
},
|
1079
|
+
"java": {
|
1080
|
+
"package": "software.amazon.awscdk.services.ec2"
|
1081
|
+
},
|
1082
|
+
"python": {
|
1083
|
+
"module": "aws_cdk.aws_ec2"
|
1084
|
+
}
|
1085
|
+
}
|
1086
|
+
},
|
1087
|
+
"aws-cdk-lib.aws_ecr": {
|
1088
|
+
"targets": {
|
1089
|
+
"dotnet": {
|
1090
|
+
"namespace": "Amazon.CDK.AWS.ECR"
|
1091
|
+
},
|
1092
|
+
"java": {
|
1093
|
+
"package": "software.amazon.awscdk.services.ecr"
|
1094
|
+
},
|
1095
|
+
"python": {
|
1096
|
+
"module": "aws_cdk.aws_ecr"
|
1097
|
+
}
|
1098
|
+
}
|
1099
|
+
},
|
1100
|
+
"aws-cdk-lib.aws_ecr_assets": {
|
1101
|
+
"targets": {
|
1102
|
+
"dotnet": {
|
1103
|
+
"namespace": "Amazon.CDK.AWS.Ecr.Assets"
|
1104
|
+
},
|
1105
|
+
"java": {
|
1106
|
+
"package": "software.amazon.awscdk.services.ecr.assets"
|
1107
|
+
},
|
1108
|
+
"python": {
|
1109
|
+
"module": "aws_cdk.aws_ecr_assets"
|
1110
|
+
}
|
1111
|
+
}
|
1112
|
+
},
|
1113
|
+
"aws-cdk-lib.aws_ecs": {
|
1114
|
+
"targets": {
|
1115
|
+
"dotnet": {
|
1116
|
+
"namespace": "Amazon.CDK.AWS.ECS"
|
1117
|
+
},
|
1118
|
+
"java": {
|
1119
|
+
"package": "software.amazon.awscdk.services.ecs"
|
1120
|
+
},
|
1121
|
+
"python": {
|
1122
|
+
"module": "aws_cdk.aws_ecs"
|
1123
|
+
}
|
1124
|
+
}
|
1125
|
+
},
|
1126
|
+
"aws-cdk-lib.aws_ecs_patterns": {
|
1127
|
+
"targets": {
|
1128
|
+
"dotnet": {
|
1129
|
+
"namespace": "Amazon.CDK.AWS.ECS.Patterns"
|
1130
|
+
},
|
1131
|
+
"java": {
|
1132
|
+
"package": "software.amazon.awscdk.services.ecs.patterns"
|
1133
|
+
},
|
1134
|
+
"python": {
|
1135
|
+
"module": "aws_cdk.aws_ecs_patterns"
|
1136
|
+
}
|
1137
|
+
}
|
1138
|
+
},
|
1139
|
+
"aws-cdk-lib.aws_efs": {
|
1140
|
+
"targets": {
|
1141
|
+
"dotnet": {
|
1142
|
+
"namespace": "Amazon.CDK.AWS.EFS"
|
1143
|
+
},
|
1144
|
+
"java": {
|
1145
|
+
"package": "software.amazon.awscdk.services.efs"
|
1146
|
+
},
|
1147
|
+
"python": {
|
1148
|
+
"module": "aws_cdk.aws_efs"
|
1149
|
+
}
|
1150
|
+
}
|
1151
|
+
},
|
1152
|
+
"aws-cdk-lib.aws_eks": {
|
1153
|
+
"targets": {
|
1154
|
+
"dotnet": {
|
1155
|
+
"namespace": "Amazon.CDK.AWS.EKS"
|
1156
|
+
},
|
1157
|
+
"java": {
|
1158
|
+
"package": "software.amazon.awscdk.services.eks"
|
1159
|
+
},
|
1160
|
+
"python": {
|
1161
|
+
"module": "aws_cdk.aws_eks"
|
1162
|
+
}
|
1163
|
+
}
|
1164
|
+
},
|
1165
|
+
"aws-cdk-lib.aws_elasticache": {
|
1166
|
+
"targets": {
|
1167
|
+
"dotnet": {
|
1168
|
+
"namespace": "Amazon.CDK.AWS.ElastiCache"
|
1169
|
+
},
|
1170
|
+
"java": {
|
1171
|
+
"package": "software.amazon.awscdk.services.elasticache"
|
1172
|
+
},
|
1173
|
+
"python": {
|
1174
|
+
"module": "aws_cdk.aws_elasticache"
|
1175
|
+
}
|
1176
|
+
}
|
1177
|
+
},
|
1178
|
+
"aws-cdk-lib.aws_elasticbeanstalk": {
|
1179
|
+
"targets": {
|
1180
|
+
"dotnet": {
|
1181
|
+
"namespace": "Amazon.CDK.AWS.ElasticBeanstalk"
|
1182
|
+
},
|
1183
|
+
"java": {
|
1184
|
+
"package": "software.amazon.awscdk.services.elasticbeanstalk"
|
1185
|
+
},
|
1186
|
+
"python": {
|
1187
|
+
"module": "aws_cdk.aws_elasticbeanstalk"
|
1188
|
+
}
|
1189
|
+
}
|
1190
|
+
},
|
1191
|
+
"aws-cdk-lib.aws_elasticloadbalancing": {
|
1192
|
+
"targets": {
|
1193
|
+
"dotnet": {
|
1194
|
+
"namespace": "Amazon.CDK.AWS.ElasticLoadBalancing"
|
1195
|
+
},
|
1196
|
+
"java": {
|
1197
|
+
"package": "software.amazon.awscdk.services.elasticloadbalancing"
|
1198
|
+
},
|
1199
|
+
"python": {
|
1200
|
+
"module": "aws_cdk.aws_elasticloadbalancing"
|
1201
|
+
}
|
1202
|
+
}
|
1203
|
+
},
|
1204
|
+
"aws-cdk-lib.aws_elasticloadbalancingv2": {
|
1205
|
+
"targets": {
|
1206
|
+
"dotnet": {
|
1207
|
+
"namespace": "Amazon.CDK.AWS.ElasticLoadBalancingV2"
|
1208
|
+
},
|
1209
|
+
"java": {
|
1210
|
+
"package": "software.amazon.awscdk.services.elasticloadbalancingv2"
|
1211
|
+
},
|
1212
|
+
"python": {
|
1213
|
+
"module": "aws_cdk.aws_elasticloadbalancingv2"
|
1214
|
+
}
|
1215
|
+
}
|
1216
|
+
},
|
1217
|
+
"aws-cdk-lib.aws_elasticloadbalancingv2_actions": {
|
1218
|
+
"targets": {
|
1219
|
+
"dotnet": {
|
1220
|
+
"namespace": "Amazon.CDK.AWS.ElasticLoadBalancingV2.Actions"
|
1221
|
+
},
|
1222
|
+
"java": {
|
1223
|
+
"package": "software.amazon.awscdk.services.elasticloadbalancingv2.actions"
|
1224
|
+
},
|
1225
|
+
"python": {
|
1226
|
+
"module": "aws_cdk.aws_elasticloadbalancingv2_actions"
|
1227
|
+
}
|
1228
|
+
}
|
1229
|
+
},
|
1230
|
+
"aws-cdk-lib.aws_elasticloadbalancingv2_targets": {
|
1231
|
+
"targets": {
|
1232
|
+
"dotnet": {
|
1233
|
+
"namespace": "Amazon.CDK.AWS.ElasticLoadBalancingV2.Targets"
|
1234
|
+
},
|
1235
|
+
"java": {
|
1236
|
+
"package": "software.amazon.awscdk.services.elasticloadbalancingv2.targets"
|
1237
|
+
},
|
1238
|
+
"python": {
|
1239
|
+
"module": "aws_cdk.aws_elasticloadbalancingv2_targets"
|
1240
|
+
}
|
1241
|
+
}
|
1242
|
+
},
|
1243
|
+
"aws-cdk-lib.aws_elasticsearch": {
|
1244
|
+
"targets": {
|
1245
|
+
"dotnet": {
|
1246
|
+
"namespace": "Amazon.CDK.AWS.Elasticsearch"
|
1247
|
+
},
|
1248
|
+
"java": {
|
1249
|
+
"package": "software.amazon.awscdk.services.elasticsearch"
|
1250
|
+
},
|
1251
|
+
"python": {
|
1252
|
+
"module": "aws_cdk.aws_elasticsearch"
|
1253
|
+
}
|
1254
|
+
}
|
1255
|
+
},
|
1256
|
+
"aws-cdk-lib.aws_emr": {
|
1257
|
+
"targets": {
|
1258
|
+
"dotnet": {
|
1259
|
+
"namespace": "Amazon.CDK.AWS.EMR"
|
1260
|
+
},
|
1261
|
+
"java": {
|
1262
|
+
"package": "software.amazon.awscdk.services.emr"
|
1263
|
+
},
|
1264
|
+
"python": {
|
1265
|
+
"module": "aws_cdk.aws_emr"
|
1266
|
+
}
|
1267
|
+
}
|
1268
|
+
},
|
1269
|
+
"aws-cdk-lib.aws_emrcontainers": {
|
1270
|
+
"targets": {
|
1271
|
+
"dotnet": {
|
1272
|
+
"namespace": "Amazon.CDK.AWS.EMRContainers"
|
1273
|
+
},
|
1274
|
+
"java": {
|
1275
|
+
"package": "software.amazon.awscdk.services.emrcontainers"
|
1276
|
+
},
|
1277
|
+
"python": {
|
1278
|
+
"module": "aws_cdk.aws_emrcontainers"
|
1279
|
+
}
|
1280
|
+
}
|
1281
|
+
},
|
1282
|
+
"aws-cdk-lib.aws_emrserverless": {
|
1283
|
+
"targets": {
|
1284
|
+
"dotnet": {
|
1285
|
+
"namespace": "Amazon.CDK.AWS.EMRServerless"
|
1286
|
+
},
|
1287
|
+
"java": {
|
1288
|
+
"package": "software.amazon.awscdk.services.emrserverless"
|
1289
|
+
},
|
1290
|
+
"python": {
|
1291
|
+
"module": "aws_cdk.aws_emrserverless"
|
1292
|
+
}
|
1293
|
+
}
|
1294
|
+
},
|
1295
|
+
"aws-cdk-lib.aws_events": {
|
1296
|
+
"targets": {
|
1297
|
+
"dotnet": {
|
1298
|
+
"namespace": "Amazon.CDK.AWS.Events"
|
1299
|
+
},
|
1300
|
+
"java": {
|
1301
|
+
"package": "software.amazon.awscdk.services.events"
|
1302
|
+
},
|
1303
|
+
"python": {
|
1304
|
+
"module": "aws_cdk.aws_events"
|
1305
|
+
}
|
1306
|
+
}
|
1307
|
+
},
|
1308
|
+
"aws-cdk-lib.aws_events_targets": {
|
1309
|
+
"targets": {
|
1310
|
+
"dotnet": {
|
1311
|
+
"namespace": "Amazon.CDK.AWS.Events.Targets"
|
1312
|
+
},
|
1313
|
+
"java": {
|
1314
|
+
"package": "software.amazon.awscdk.services.events.targets"
|
1315
|
+
},
|
1316
|
+
"python": {
|
1317
|
+
"module": "aws_cdk.aws_events_targets"
|
1318
|
+
}
|
1319
|
+
}
|
1320
|
+
},
|
1321
|
+
"aws-cdk-lib.aws_eventschemas": {
|
1322
|
+
"targets": {
|
1323
|
+
"dotnet": {
|
1324
|
+
"namespace": "Amazon.CDK.AWS.EventSchemas"
|
1325
|
+
},
|
1326
|
+
"java": {
|
1327
|
+
"package": "software.amazon.awscdk.services.eventschemas"
|
1328
|
+
},
|
1329
|
+
"python": {
|
1330
|
+
"module": "aws_cdk.aws_eventschemas"
|
1331
|
+
}
|
1332
|
+
}
|
1333
|
+
},
|
1334
|
+
"aws-cdk-lib.aws_evidently": {
|
1335
|
+
"targets": {
|
1336
|
+
"dotnet": {
|
1337
|
+
"namespace": "Amazon.CDK.AWS.Evidently"
|
1338
|
+
},
|
1339
|
+
"java": {
|
1340
|
+
"package": "software.amazon.awscdk.services.evidently"
|
1341
|
+
},
|
1342
|
+
"python": {
|
1343
|
+
"module": "aws_cdk.aws_evidently"
|
1344
|
+
}
|
1345
|
+
}
|
1346
|
+
},
|
1347
|
+
"aws-cdk-lib.aws_finspace": {
|
1348
|
+
"targets": {
|
1349
|
+
"dotnet": {
|
1350
|
+
"namespace": "Amazon.CDK.AWS.FinSpace"
|
1351
|
+
},
|
1352
|
+
"java": {
|
1353
|
+
"package": "software.amazon.awscdk.services.finspace"
|
1354
|
+
},
|
1355
|
+
"python": {
|
1356
|
+
"module": "aws_cdk.aws_finspace"
|
1357
|
+
}
|
1358
|
+
}
|
1359
|
+
},
|
1360
|
+
"aws-cdk-lib.aws_fis": {
|
1361
|
+
"targets": {
|
1362
|
+
"dotnet": {
|
1363
|
+
"namespace": "Amazon.CDK.AWS.FIS"
|
1364
|
+
},
|
1365
|
+
"java": {
|
1366
|
+
"package": "software.amazon.awscdk.services.fis"
|
1367
|
+
},
|
1368
|
+
"python": {
|
1369
|
+
"module": "aws_cdk.aws_fis"
|
1370
|
+
}
|
1371
|
+
}
|
1372
|
+
},
|
1373
|
+
"aws-cdk-lib.aws_fms": {
|
1374
|
+
"targets": {
|
1375
|
+
"dotnet": {
|
1376
|
+
"namespace": "Amazon.CDK.AWS.FMS"
|
1377
|
+
},
|
1378
|
+
"java": {
|
1379
|
+
"package": "software.amazon.awscdk.services.fms"
|
1380
|
+
},
|
1381
|
+
"python": {
|
1382
|
+
"module": "aws_cdk.aws_fms"
|
1383
|
+
}
|
1384
|
+
}
|
1385
|
+
},
|
1386
|
+
"aws-cdk-lib.aws_forecast": {
|
1387
|
+
"targets": {
|
1388
|
+
"dotnet": {
|
1389
|
+
"namespace": "Amazon.CDK.AWS.Forecast"
|
1390
|
+
},
|
1391
|
+
"java": {
|
1392
|
+
"package": "software.amazon.awscdk.services.forecast"
|
1393
|
+
},
|
1394
|
+
"python": {
|
1395
|
+
"module": "aws_cdk.aws_forecast"
|
1396
|
+
}
|
1397
|
+
}
|
1398
|
+
},
|
1399
|
+
"aws-cdk-lib.aws_frauddetector": {
|
1400
|
+
"targets": {
|
1401
|
+
"dotnet": {
|
1402
|
+
"namespace": "Amazon.CDK.AWS.FraudDetector"
|
1403
|
+
},
|
1404
|
+
"java": {
|
1405
|
+
"package": "software.amazon.awscdk.services.frauddetector"
|
1406
|
+
},
|
1407
|
+
"python": {
|
1408
|
+
"module": "aws_cdk.aws_frauddetector"
|
1409
|
+
}
|
1410
|
+
}
|
1411
|
+
},
|
1412
|
+
"aws-cdk-lib.aws_fsx": {
|
1413
|
+
"targets": {
|
1414
|
+
"dotnet": {
|
1415
|
+
"namespace": "Amazon.CDK.AWS.FSx"
|
1416
|
+
},
|
1417
|
+
"java": {
|
1418
|
+
"package": "software.amazon.awscdk.services.fsx"
|
1419
|
+
},
|
1420
|
+
"python": {
|
1421
|
+
"module": "aws_cdk.aws_fsx"
|
1422
|
+
}
|
1423
|
+
}
|
1424
|
+
},
|
1425
|
+
"aws-cdk-lib.aws_gamelift": {
|
1426
|
+
"targets": {
|
1427
|
+
"dotnet": {
|
1428
|
+
"namespace": "Amazon.CDK.AWS.GameLift"
|
1429
|
+
},
|
1430
|
+
"java": {
|
1431
|
+
"package": "software.amazon.awscdk.services.gamelift"
|
1432
|
+
},
|
1433
|
+
"python": {
|
1434
|
+
"module": "aws_cdk.aws_gamelift"
|
1435
|
+
}
|
1436
|
+
}
|
1437
|
+
},
|
1438
|
+
"aws-cdk-lib.aws_globalaccelerator": {
|
1439
|
+
"targets": {
|
1440
|
+
"dotnet": {
|
1441
|
+
"namespace": "Amazon.CDK.AWS.GlobalAccelerator"
|
1442
|
+
},
|
1443
|
+
"java": {
|
1444
|
+
"package": "software.amazon.awscdk.services.globalaccelerator"
|
1445
|
+
},
|
1446
|
+
"python": {
|
1447
|
+
"module": "aws_cdk.aws_globalaccelerator"
|
1448
|
+
}
|
1449
|
+
}
|
1450
|
+
},
|
1451
|
+
"aws-cdk-lib.aws_globalaccelerator_endpoints": {
|
1452
|
+
"targets": {
|
1453
|
+
"dotnet": {
|
1454
|
+
"namespace": "Amazon.CDK.AWS.GlobalAccelerator.Endpoints"
|
1455
|
+
},
|
1456
|
+
"java": {
|
1457
|
+
"package": "software.amazon.awscdk.services.globalaccelerator.endpoints"
|
1458
|
+
},
|
1459
|
+
"python": {
|
1460
|
+
"module": "aws_cdk.aws_globalaccelerator_endpoints"
|
1461
|
+
}
|
1462
|
+
}
|
1463
|
+
},
|
1464
|
+
"aws-cdk-lib.aws_glue": {
|
1465
|
+
"targets": {
|
1466
|
+
"dotnet": {
|
1467
|
+
"namespace": "Amazon.CDK.AWS.Glue"
|
1468
|
+
},
|
1469
|
+
"java": {
|
1470
|
+
"package": "software.amazon.awscdk.services.glue"
|
1471
|
+
},
|
1472
|
+
"python": {
|
1473
|
+
"module": "aws_cdk.aws_glue"
|
1474
|
+
}
|
1475
|
+
}
|
1476
|
+
},
|
1477
|
+
"aws-cdk-lib.aws_grafana": {
|
1478
|
+
"targets": {
|
1479
|
+
"dotnet": {
|
1480
|
+
"namespace": "Amazon.CDK.AWS.Grafana"
|
1481
|
+
},
|
1482
|
+
"java": {
|
1483
|
+
"package": "software.amazon.awscdk.services.grafana"
|
1484
|
+
},
|
1485
|
+
"python": {
|
1486
|
+
"module": "aws_cdk.aws_grafana"
|
1487
|
+
}
|
1488
|
+
}
|
1489
|
+
},
|
1490
|
+
"aws-cdk-lib.aws_greengrass": {
|
1491
|
+
"targets": {
|
1492
|
+
"dotnet": {
|
1493
|
+
"namespace": "Amazon.CDK.AWS.Greengrass"
|
1494
|
+
},
|
1495
|
+
"java": {
|
1496
|
+
"package": "software.amazon.awscdk.services.greengrass"
|
1497
|
+
},
|
1498
|
+
"python": {
|
1499
|
+
"module": "aws_cdk.aws_greengrass"
|
1500
|
+
}
|
1501
|
+
}
|
1502
|
+
},
|
1503
|
+
"aws-cdk-lib.aws_greengrassv2": {
|
1504
|
+
"targets": {
|
1505
|
+
"dotnet": {
|
1506
|
+
"namespace": "Amazon.CDK.AWS.GreengrassV2"
|
1507
|
+
},
|
1508
|
+
"java": {
|
1509
|
+
"package": "software.amazon.awscdk.services.greengrassv2"
|
1510
|
+
},
|
1511
|
+
"python": {
|
1512
|
+
"module": "aws_cdk.aws_greengrassv2"
|
1513
|
+
}
|
1514
|
+
}
|
1515
|
+
},
|
1516
|
+
"aws-cdk-lib.aws_groundstation": {
|
1517
|
+
"targets": {
|
1518
|
+
"dotnet": {
|
1519
|
+
"namespace": "Amazon.CDK.AWS.GroundStation"
|
1520
|
+
},
|
1521
|
+
"java": {
|
1522
|
+
"package": "software.amazon.awscdk.services.groundstation"
|
1523
|
+
},
|
1524
|
+
"python": {
|
1525
|
+
"module": "aws_cdk.aws_groundstation"
|
1526
|
+
}
|
1527
|
+
}
|
1528
|
+
},
|
1529
|
+
"aws-cdk-lib.aws_guardduty": {
|
1530
|
+
"targets": {
|
1531
|
+
"dotnet": {
|
1532
|
+
"namespace": "Amazon.CDK.AWS.GuardDuty"
|
1533
|
+
},
|
1534
|
+
"java": {
|
1535
|
+
"package": "software.amazon.awscdk.services.guardduty"
|
1536
|
+
},
|
1537
|
+
"python": {
|
1538
|
+
"module": "aws_cdk.aws_guardduty"
|
1539
|
+
}
|
1540
|
+
}
|
1541
|
+
},
|
1542
|
+
"aws-cdk-lib.aws_healthlake": {
|
1543
|
+
"targets": {
|
1544
|
+
"dotnet": {
|
1545
|
+
"namespace": "Amazon.CDK.AWS.HealthLake"
|
1546
|
+
},
|
1547
|
+
"java": {
|
1548
|
+
"package": "software.amazon.awscdk.services.healthlake"
|
1549
|
+
},
|
1550
|
+
"python": {
|
1551
|
+
"module": "aws_cdk.aws_healthlake"
|
1552
|
+
}
|
1553
|
+
}
|
1554
|
+
},
|
1555
|
+
"aws-cdk-lib.aws_iam": {
|
1556
|
+
"targets": {
|
1557
|
+
"dotnet": {
|
1558
|
+
"namespace": "Amazon.CDK.AWS.IAM"
|
1559
|
+
},
|
1560
|
+
"java": {
|
1561
|
+
"package": "software.amazon.awscdk.services.iam"
|
1562
|
+
},
|
1563
|
+
"python": {
|
1564
|
+
"module": "aws_cdk.aws_iam"
|
1565
|
+
}
|
1566
|
+
}
|
1567
|
+
},
|
1568
|
+
"aws-cdk-lib.aws_identitystore": {
|
1569
|
+
"targets": {
|
1570
|
+
"dotnet": {
|
1571
|
+
"namespace": "Amazon.CDK.AWS.IdentityStore"
|
1572
|
+
},
|
1573
|
+
"java": {
|
1574
|
+
"package": "software.amazon.awscdk.services.identitystore"
|
1575
|
+
},
|
1576
|
+
"python": {
|
1577
|
+
"module": "aws_cdk.aws_identitystore"
|
1578
|
+
}
|
1579
|
+
}
|
1580
|
+
},
|
1581
|
+
"aws-cdk-lib.aws_imagebuilder": {
|
1582
|
+
"targets": {
|
1583
|
+
"dotnet": {
|
1584
|
+
"namespace": "Amazon.CDK.AWS.ImageBuilder"
|
1585
|
+
},
|
1586
|
+
"java": {
|
1587
|
+
"package": "software.amazon.awscdk.services.imagebuilder"
|
1588
|
+
},
|
1589
|
+
"python": {
|
1590
|
+
"module": "aws_cdk.aws_imagebuilder"
|
1591
|
+
}
|
1592
|
+
}
|
1593
|
+
},
|
1594
|
+
"aws-cdk-lib.aws_inspector": {
|
1595
|
+
"targets": {
|
1596
|
+
"dotnet": {
|
1597
|
+
"namespace": "Amazon.CDK.AWS.Inspector"
|
1598
|
+
},
|
1599
|
+
"java": {
|
1600
|
+
"package": "software.amazon.awscdk.services.inspector"
|
1601
|
+
},
|
1602
|
+
"python": {
|
1603
|
+
"module": "aws_cdk.aws_inspector"
|
1604
|
+
}
|
1605
|
+
}
|
1606
|
+
},
|
1607
|
+
"aws-cdk-lib.aws_inspectorv2": {
|
1608
|
+
"targets": {
|
1609
|
+
"dotnet": {
|
1610
|
+
"namespace": "Amazon.CDK.AWS.InspectorV2"
|
1611
|
+
},
|
1612
|
+
"java": {
|
1613
|
+
"package": "software.amazon.awscdk.services.inspectorv2"
|
1614
|
+
},
|
1615
|
+
"python": {
|
1616
|
+
"module": "aws_cdk.aws_inspectorv2"
|
1617
|
+
}
|
1618
|
+
}
|
1619
|
+
},
|
1620
|
+
"aws-cdk-lib.aws_internetmonitor": {
|
1621
|
+
"targets": {
|
1622
|
+
"dotnet": {
|
1623
|
+
"namespace": "Amazon.CDK.AWS.InternetMonitor"
|
1624
|
+
},
|
1625
|
+
"java": {
|
1626
|
+
"package": "software.amazon.awscdk.services.internetmonitor"
|
1627
|
+
},
|
1628
|
+
"python": {
|
1629
|
+
"module": "aws_cdk.aws_internetmonitor"
|
1630
|
+
}
|
1631
|
+
}
|
1632
|
+
},
|
1633
|
+
"aws-cdk-lib.aws_iot": {
|
1634
|
+
"targets": {
|
1635
|
+
"dotnet": {
|
1636
|
+
"namespace": "Amazon.CDK.AWS.IoT"
|
1637
|
+
},
|
1638
|
+
"java": {
|
1639
|
+
"package": "software.amazon.awscdk.services.iot"
|
1640
|
+
},
|
1641
|
+
"python": {
|
1642
|
+
"module": "aws_cdk.aws_iot"
|
1643
|
+
}
|
1644
|
+
}
|
1645
|
+
},
|
1646
|
+
"aws-cdk-lib.aws_iot1click": {
|
1647
|
+
"targets": {
|
1648
|
+
"dotnet": {
|
1649
|
+
"namespace": "Amazon.CDK.AWS.IoT1Click"
|
1650
|
+
},
|
1651
|
+
"java": {
|
1652
|
+
"package": "software.amazon.awscdk.services.iot1click"
|
1653
|
+
},
|
1654
|
+
"python": {
|
1655
|
+
"module": "aws_cdk.aws_iot1click"
|
1656
|
+
}
|
1657
|
+
}
|
1658
|
+
},
|
1659
|
+
"aws-cdk-lib.aws_iotanalytics": {
|
1660
|
+
"targets": {
|
1661
|
+
"dotnet": {
|
1662
|
+
"namespace": "Amazon.CDK.AWS.IoTAnalytics"
|
1663
|
+
},
|
1664
|
+
"java": {
|
1665
|
+
"package": "software.amazon.awscdk.services.iotanalytics"
|
1666
|
+
},
|
1667
|
+
"python": {
|
1668
|
+
"module": "aws_cdk.aws_iotanalytics"
|
1669
|
+
}
|
1670
|
+
}
|
1671
|
+
},
|
1672
|
+
"aws-cdk-lib.aws_iotcoredeviceadvisor": {
|
1673
|
+
"targets": {
|
1674
|
+
"dotnet": {
|
1675
|
+
"namespace": "Amazon.CDK.AWS.IoTCoreDeviceAdvisor"
|
1676
|
+
},
|
1677
|
+
"java": {
|
1678
|
+
"package": "software.amazon.awscdk.services.iotcoredeviceadvisor"
|
1679
|
+
},
|
1680
|
+
"python": {
|
1681
|
+
"module": "aws_cdk.aws_iotcoredeviceadvisor"
|
1682
|
+
}
|
1683
|
+
}
|
1684
|
+
},
|
1685
|
+
"aws-cdk-lib.aws_iotevents": {
|
1686
|
+
"targets": {
|
1687
|
+
"dotnet": {
|
1688
|
+
"namespace": "Amazon.CDK.AWS.IoTEvents"
|
1689
|
+
},
|
1690
|
+
"java": {
|
1691
|
+
"package": "software.amazon.awscdk.services.iotevents"
|
1692
|
+
},
|
1693
|
+
"python": {
|
1694
|
+
"module": "aws_cdk.aws_iotevents"
|
1695
|
+
}
|
1696
|
+
}
|
1697
|
+
},
|
1698
|
+
"aws-cdk-lib.aws_iotfleethub": {
|
1699
|
+
"targets": {
|
1700
|
+
"dotnet": {
|
1701
|
+
"namespace": "Amazon.CDK.AWS.IoTFleetHub"
|
1702
|
+
},
|
1703
|
+
"java": {
|
1704
|
+
"package": "software.amazon.awscdk.services.iotfleethub"
|
1705
|
+
},
|
1706
|
+
"python": {
|
1707
|
+
"module": "aws_cdk.aws_iotfleethub"
|
1708
|
+
}
|
1709
|
+
}
|
1710
|
+
},
|
1711
|
+
"aws-cdk-lib.aws_iotfleetwise": {
|
1712
|
+
"targets": {
|
1713
|
+
"dotnet": {
|
1714
|
+
"namespace": "Amazon.CDK.AWS.IoTFleetWise"
|
1715
|
+
},
|
1716
|
+
"java": {
|
1717
|
+
"package": "software.amazon.awscdk.services.iotfleetwise"
|
1718
|
+
},
|
1719
|
+
"python": {
|
1720
|
+
"module": "aws_cdk.aws_iotfleetwise"
|
1721
|
+
}
|
1722
|
+
}
|
1723
|
+
},
|
1724
|
+
"aws-cdk-lib.aws_iotsitewise": {
|
1725
|
+
"targets": {
|
1726
|
+
"dotnet": {
|
1727
|
+
"namespace": "Amazon.CDK.AWS.IoTSiteWise"
|
1728
|
+
},
|
1729
|
+
"java": {
|
1730
|
+
"package": "software.amazon.awscdk.services.iotsitewise"
|
1731
|
+
},
|
1732
|
+
"python": {
|
1733
|
+
"module": "aws_cdk.aws_iotsitewise"
|
1734
|
+
}
|
1735
|
+
}
|
1736
|
+
},
|
1737
|
+
"aws-cdk-lib.aws_iotthingsgraph": {
|
1738
|
+
"targets": {
|
1739
|
+
"dotnet": {
|
1740
|
+
"namespace": "Amazon.CDK.AWS.IoTThingsGraph"
|
1741
|
+
},
|
1742
|
+
"java": {
|
1743
|
+
"package": "software.amazon.awscdk.services.iotthingsgraph"
|
1744
|
+
},
|
1745
|
+
"python": {
|
1746
|
+
"module": "aws_cdk.aws_iotthingsgraph"
|
1747
|
+
}
|
1748
|
+
}
|
1749
|
+
},
|
1750
|
+
"aws-cdk-lib.aws_iottwinmaker": {
|
1751
|
+
"targets": {
|
1752
|
+
"dotnet": {
|
1753
|
+
"namespace": "Amazon.CDK.AWS.IoTTwinMaker"
|
1754
|
+
},
|
1755
|
+
"java": {
|
1756
|
+
"package": "software.amazon.awscdk.services.iottwinmaker"
|
1757
|
+
},
|
1758
|
+
"python": {
|
1759
|
+
"module": "aws_cdk.aws_iottwinmaker"
|
1760
|
+
}
|
1761
|
+
}
|
1762
|
+
},
|
1763
|
+
"aws-cdk-lib.aws_iotwireless": {
|
1764
|
+
"targets": {
|
1765
|
+
"dotnet": {
|
1766
|
+
"namespace": "Amazon.CDK.AWS.IoTWireless"
|
1767
|
+
},
|
1768
|
+
"java": {
|
1769
|
+
"package": "software.amazon.awscdk.services.iotwireless"
|
1770
|
+
},
|
1771
|
+
"python": {
|
1772
|
+
"module": "aws_cdk.aws_iotwireless"
|
1773
|
+
}
|
1774
|
+
}
|
1775
|
+
},
|
1776
|
+
"aws-cdk-lib.aws_ivs": {
|
1777
|
+
"targets": {
|
1778
|
+
"dotnet": {
|
1779
|
+
"namespace": "Amazon.CDK.AWS.Ivs"
|
1780
|
+
},
|
1781
|
+
"java": {
|
1782
|
+
"package": "software.amazon.awscdk.services.ivs"
|
1783
|
+
},
|
1784
|
+
"python": {
|
1785
|
+
"module": "aws_cdk.aws_ivs"
|
1786
|
+
}
|
1787
|
+
}
|
1788
|
+
},
|
1789
|
+
"aws-cdk-lib.aws_ivschat": {
|
1790
|
+
"targets": {
|
1791
|
+
"dotnet": {
|
1792
|
+
"namespace": "Amazon.CDK.AWS.IVSChat"
|
1793
|
+
},
|
1794
|
+
"java": {
|
1795
|
+
"package": "software.amazon.awscdk.services.ivschat"
|
1796
|
+
},
|
1797
|
+
"python": {
|
1798
|
+
"module": "aws_cdk.aws_ivschat"
|
1799
|
+
}
|
1800
|
+
}
|
1801
|
+
},
|
1802
|
+
"aws-cdk-lib.aws_kafkaconnect": {
|
1803
|
+
"targets": {
|
1804
|
+
"dotnet": {
|
1805
|
+
"namespace": "Amazon.CDK.AWS.KafkaConnect"
|
1806
|
+
},
|
1807
|
+
"java": {
|
1808
|
+
"package": "software.amazon.awscdk.services.kafkaconnect"
|
1809
|
+
},
|
1810
|
+
"python": {
|
1811
|
+
"module": "aws_cdk.aws_kafkaconnect"
|
1812
|
+
}
|
1813
|
+
}
|
1814
|
+
},
|
1815
|
+
"aws-cdk-lib.aws_kendra": {
|
1816
|
+
"targets": {
|
1817
|
+
"dotnet": {
|
1818
|
+
"namespace": "Amazon.CDK.AWS.Kendra"
|
1819
|
+
},
|
1820
|
+
"java": {
|
1821
|
+
"package": "software.amazon.awscdk.services.kendra"
|
1822
|
+
},
|
1823
|
+
"python": {
|
1824
|
+
"module": "aws_cdk.aws_kendra"
|
1825
|
+
}
|
1826
|
+
}
|
1827
|
+
},
|
1828
|
+
"aws-cdk-lib.aws_kendraranking": {
|
1829
|
+
"targets": {
|
1830
|
+
"dotnet": {
|
1831
|
+
"namespace": "Amazon.CDK.AWS.KendraRanking"
|
1832
|
+
},
|
1833
|
+
"java": {
|
1834
|
+
"package": "software.amazon.awscdk.services.kendraranking"
|
1835
|
+
},
|
1836
|
+
"python": {
|
1837
|
+
"module": "aws_cdk.aws_kendraranking"
|
1838
|
+
}
|
1839
|
+
}
|
1840
|
+
},
|
1841
|
+
"aws-cdk-lib.aws_kinesis": {
|
1842
|
+
"targets": {
|
1843
|
+
"dotnet": {
|
1844
|
+
"namespace": "Amazon.CDK.AWS.Kinesis"
|
1845
|
+
},
|
1846
|
+
"java": {
|
1847
|
+
"package": "software.amazon.awscdk.services.kinesis"
|
1848
|
+
},
|
1849
|
+
"python": {
|
1850
|
+
"module": "aws_cdk.aws_kinesis"
|
1851
|
+
}
|
1852
|
+
}
|
1853
|
+
},
|
1854
|
+
"aws-cdk-lib.aws_kinesisanalytics": {
|
1855
|
+
"targets": {
|
1856
|
+
"dotnet": {
|
1857
|
+
"namespace": "Amazon.CDK.AWS.KinesisAnalytics"
|
1858
|
+
},
|
1859
|
+
"java": {
|
1860
|
+
"package": "software.amazon.awscdk.services.kinesisanalytics"
|
1861
|
+
},
|
1862
|
+
"python": {
|
1863
|
+
"module": "aws_cdk.aws_kinesisanalytics"
|
1864
|
+
}
|
1865
|
+
}
|
1866
|
+
},
|
1867
|
+
"aws-cdk-lib.aws_kinesisanalyticsv2": {
|
1868
|
+
"targets": {
|
1869
|
+
"dotnet": {
|
1870
|
+
"namespace": "Amazon.CDK.AWS.KinesisAnalyticsV2"
|
1871
|
+
},
|
1872
|
+
"java": {
|
1873
|
+
"package": "software.amazon.awscdk.services.kinesisanalyticsv2"
|
1874
|
+
},
|
1875
|
+
"python": {
|
1876
|
+
"module": "aws_cdk.aws_kinesisanalyticsv2"
|
1877
|
+
}
|
1878
|
+
}
|
1879
|
+
},
|
1880
|
+
"aws-cdk-lib.aws_kinesisfirehose": {
|
1881
|
+
"targets": {
|
1882
|
+
"dotnet": {
|
1883
|
+
"namespace": "Amazon.CDK.AWS.KinesisFirehose"
|
1884
|
+
},
|
1885
|
+
"java": {
|
1886
|
+
"package": "software.amazon.awscdk.services.kinesisfirehose"
|
1887
|
+
},
|
1888
|
+
"python": {
|
1889
|
+
"module": "aws_cdk.aws_kinesisfirehose"
|
1890
|
+
}
|
1891
|
+
}
|
1892
|
+
},
|
1893
|
+
"aws-cdk-lib.aws_kinesisvideo": {
|
1894
|
+
"targets": {
|
1895
|
+
"dotnet": {
|
1896
|
+
"namespace": "Amazon.CDK.AWS.KinesisVideo"
|
1897
|
+
},
|
1898
|
+
"java": {
|
1899
|
+
"package": "software.amazon.awscdk.services.kinesisvideo"
|
1900
|
+
},
|
1901
|
+
"python": {
|
1902
|
+
"module": "aws_cdk.aws_kinesisvideo"
|
1903
|
+
}
|
1904
|
+
}
|
1905
|
+
},
|
1906
|
+
"aws-cdk-lib.aws_kms": {
|
1907
|
+
"targets": {
|
1908
|
+
"dotnet": {
|
1909
|
+
"namespace": "Amazon.CDK.AWS.KMS"
|
1910
|
+
},
|
1911
|
+
"java": {
|
1912
|
+
"package": "software.amazon.awscdk.services.kms"
|
1913
|
+
},
|
1914
|
+
"python": {
|
1915
|
+
"module": "aws_cdk.aws_kms"
|
1916
|
+
}
|
1917
|
+
}
|
1918
|
+
},
|
1919
|
+
"aws-cdk-lib.aws_lakeformation": {
|
1920
|
+
"targets": {
|
1921
|
+
"dotnet": {
|
1922
|
+
"namespace": "Amazon.CDK.AWS.LakeFormation"
|
1923
|
+
},
|
1924
|
+
"java": {
|
1925
|
+
"package": "software.amazon.awscdk.services.lakeformation"
|
1926
|
+
},
|
1927
|
+
"python": {
|
1928
|
+
"module": "aws_cdk.aws_lakeformation"
|
1929
|
+
}
|
1930
|
+
}
|
1931
|
+
},
|
1932
|
+
"aws-cdk-lib.aws_lambda": {
|
1933
|
+
"targets": {
|
1934
|
+
"dotnet": {
|
1935
|
+
"namespace": "Amazon.CDK.AWS.Lambda"
|
1936
|
+
},
|
1937
|
+
"java": {
|
1938
|
+
"package": "software.amazon.awscdk.services.lambda"
|
1939
|
+
},
|
1940
|
+
"python": {
|
1941
|
+
"module": "aws_cdk.aws_lambda"
|
1942
|
+
}
|
1943
|
+
}
|
1944
|
+
},
|
1945
|
+
"aws-cdk-lib.aws_lambda_destinations": {
|
1946
|
+
"targets": {
|
1947
|
+
"dotnet": {
|
1948
|
+
"namespace": "Amazon.CDK.AWS.Lambda.Destinations"
|
1949
|
+
},
|
1950
|
+
"java": {
|
1951
|
+
"package": "software.amazon.awscdk.services.lambda.destinations"
|
1952
|
+
},
|
1953
|
+
"python": {
|
1954
|
+
"module": "aws_cdk.aws_lambda_destinations"
|
1955
|
+
}
|
1956
|
+
}
|
1957
|
+
},
|
1958
|
+
"aws-cdk-lib.aws_lambda_event_sources": {
|
1959
|
+
"targets": {
|
1960
|
+
"dotnet": {
|
1961
|
+
"namespace": "Amazon.CDK.AWS.Lambda.EventSources"
|
1962
|
+
},
|
1963
|
+
"java": {
|
1964
|
+
"package": "software.amazon.awscdk.services.lambda.eventsources"
|
1965
|
+
},
|
1966
|
+
"python": {
|
1967
|
+
"module": "aws_cdk.aws_lambda_event_sources"
|
1968
|
+
}
|
1969
|
+
}
|
1970
|
+
},
|
1971
|
+
"aws-cdk-lib.aws_lambda_nodejs": {
|
1972
|
+
"targets": {
|
1973
|
+
"dotnet": {
|
1974
|
+
"namespace": "Amazon.CDK.AWS.Lambda.Nodejs"
|
1975
|
+
},
|
1976
|
+
"java": {
|
1977
|
+
"package": "software.amazon.awscdk.services.lambda.nodejs"
|
1978
|
+
},
|
1979
|
+
"python": {
|
1980
|
+
"module": "aws_cdk.aws_lambda_nodejs"
|
1981
|
+
}
|
1982
|
+
}
|
1983
|
+
},
|
1984
|
+
"aws-cdk-lib.aws_lex": {
|
1985
|
+
"targets": {
|
1986
|
+
"dotnet": {
|
1987
|
+
"namespace": "Amazon.CDK.AWS.Lex"
|
1988
|
+
},
|
1989
|
+
"java": {
|
1990
|
+
"package": "software.amazon.awscdk.services.lex"
|
1991
|
+
},
|
1992
|
+
"python": {
|
1993
|
+
"module": "aws_cdk.aws_lex"
|
1994
|
+
}
|
1995
|
+
}
|
1996
|
+
},
|
1997
|
+
"aws-cdk-lib.aws_licensemanager": {
|
1998
|
+
"targets": {
|
1999
|
+
"dotnet": {
|
2000
|
+
"namespace": "Amazon.CDK.AWS.LicenseManager"
|
2001
|
+
},
|
2002
|
+
"java": {
|
2003
|
+
"package": "software.amazon.awscdk.services.licensemanager"
|
2004
|
+
},
|
2005
|
+
"python": {
|
2006
|
+
"module": "aws_cdk.aws_licensemanager"
|
2007
|
+
}
|
2008
|
+
}
|
2009
|
+
},
|
2010
|
+
"aws-cdk-lib.aws_lightsail": {
|
2011
|
+
"targets": {
|
2012
|
+
"dotnet": {
|
2013
|
+
"namespace": "Amazon.CDK.AWS.Lightsail"
|
2014
|
+
},
|
2015
|
+
"java": {
|
2016
|
+
"package": "software.amazon.awscdk.services.lightsail"
|
2017
|
+
},
|
2018
|
+
"python": {
|
2019
|
+
"module": "aws_cdk.aws_lightsail"
|
2020
|
+
}
|
2021
|
+
}
|
2022
|
+
},
|
2023
|
+
"aws-cdk-lib.aws_location": {
|
2024
|
+
"targets": {
|
2025
|
+
"dotnet": {
|
2026
|
+
"namespace": "Amazon.CDK.AWS.Location"
|
2027
|
+
},
|
2028
|
+
"java": {
|
2029
|
+
"package": "software.amazon.awscdk.services.location"
|
2030
|
+
},
|
2031
|
+
"python": {
|
2032
|
+
"module": "aws_cdk.aws_location"
|
2033
|
+
}
|
2034
|
+
}
|
2035
|
+
},
|
2036
|
+
"aws-cdk-lib.aws_logs": {
|
2037
|
+
"targets": {
|
2038
|
+
"dotnet": {
|
2039
|
+
"namespace": "Amazon.CDK.AWS.Logs"
|
2040
|
+
},
|
2041
|
+
"java": {
|
2042
|
+
"package": "software.amazon.awscdk.services.logs"
|
2043
|
+
},
|
2044
|
+
"python": {
|
2045
|
+
"module": "aws_cdk.aws_logs"
|
2046
|
+
}
|
2047
|
+
}
|
2048
|
+
},
|
2049
|
+
"aws-cdk-lib.aws_logs_destinations": {
|
2050
|
+
"targets": {
|
2051
|
+
"dotnet": {
|
2052
|
+
"namespace": "Amazon.CDK.AWS.Logs.Destinations"
|
2053
|
+
},
|
2054
|
+
"java": {
|
2055
|
+
"package": "software.amazon.awscdk.services.logs.destinations"
|
2056
|
+
},
|
2057
|
+
"python": {
|
2058
|
+
"module": "aws_cdk.aws_logs_destinations"
|
2059
|
+
}
|
2060
|
+
}
|
2061
|
+
},
|
2062
|
+
"aws-cdk-lib.aws_lookoutequipment": {
|
2063
|
+
"targets": {
|
2064
|
+
"dotnet": {
|
2065
|
+
"namespace": "Amazon.CDK.AWS.LookoutEquipment"
|
2066
|
+
},
|
2067
|
+
"java": {
|
2068
|
+
"package": "software.amazon.awscdk.services.lookoutequipment"
|
2069
|
+
},
|
2070
|
+
"python": {
|
2071
|
+
"module": "aws_cdk.aws_lookoutequipment"
|
2072
|
+
}
|
2073
|
+
}
|
2074
|
+
},
|
2075
|
+
"aws-cdk-lib.aws_lookoutmetrics": {
|
2076
|
+
"targets": {
|
2077
|
+
"dotnet": {
|
2078
|
+
"namespace": "Amazon.CDK.AWS.LookoutMetrics"
|
2079
|
+
},
|
2080
|
+
"java": {
|
2081
|
+
"package": "software.amazon.awscdk.services.lookoutmetrics"
|
2082
|
+
},
|
2083
|
+
"python": {
|
2084
|
+
"module": "aws_cdk.aws_lookoutmetrics"
|
2085
|
+
}
|
2086
|
+
}
|
2087
|
+
},
|
2088
|
+
"aws-cdk-lib.aws_lookoutvision": {
|
2089
|
+
"targets": {
|
2090
|
+
"dotnet": {
|
2091
|
+
"namespace": "Amazon.CDK.AWS.LookoutVision"
|
2092
|
+
},
|
2093
|
+
"java": {
|
2094
|
+
"package": "software.amazon.awscdk.services.lookoutvision"
|
2095
|
+
},
|
2096
|
+
"python": {
|
2097
|
+
"module": "aws_cdk.aws_lookoutvision"
|
2098
|
+
}
|
2099
|
+
}
|
2100
|
+
},
|
2101
|
+
"aws-cdk-lib.aws_m2": {
|
2102
|
+
"targets": {
|
2103
|
+
"dotnet": {
|
2104
|
+
"namespace": "Amazon.CDK.AWS.M2"
|
2105
|
+
},
|
2106
|
+
"java": {
|
2107
|
+
"package": "software.amazon.awscdk.services.m2"
|
2108
|
+
},
|
2109
|
+
"python": {
|
2110
|
+
"module": "aws_cdk.aws_m2"
|
2111
|
+
}
|
2112
|
+
}
|
2113
|
+
},
|
2114
|
+
"aws-cdk-lib.aws_macie": {
|
2115
|
+
"targets": {
|
2116
|
+
"dotnet": {
|
2117
|
+
"namespace": "Amazon.CDK.AWS.Macie"
|
2118
|
+
},
|
2119
|
+
"java": {
|
2120
|
+
"package": "software.amazon.awscdk.services.macie"
|
2121
|
+
},
|
2122
|
+
"python": {
|
2123
|
+
"module": "aws_cdk.aws_macie"
|
2124
|
+
}
|
2125
|
+
}
|
2126
|
+
},
|
2127
|
+
"aws-cdk-lib.aws_managedblockchain": {
|
2128
|
+
"targets": {
|
2129
|
+
"dotnet": {
|
2130
|
+
"namespace": "Amazon.CDK.AWS.ManagedBlockchain"
|
2131
|
+
},
|
2132
|
+
"java": {
|
2133
|
+
"package": "software.amazon.awscdk.services.managedblockchain"
|
2134
|
+
},
|
2135
|
+
"python": {
|
2136
|
+
"module": "aws_cdk.aws_managedblockchain"
|
2137
|
+
}
|
2138
|
+
}
|
2139
|
+
},
|
2140
|
+
"aws-cdk-lib.aws_mediaconnect": {
|
2141
|
+
"targets": {
|
2142
|
+
"dotnet": {
|
2143
|
+
"namespace": "Amazon.CDK.AWS.MediaConnect"
|
2144
|
+
},
|
2145
|
+
"java": {
|
2146
|
+
"package": "software.amazon.awscdk.services.mediaconnect"
|
2147
|
+
},
|
2148
|
+
"python": {
|
2149
|
+
"module": "aws_cdk.aws_mediaconnect"
|
2150
|
+
}
|
2151
|
+
}
|
2152
|
+
},
|
2153
|
+
"aws-cdk-lib.aws_mediaconvert": {
|
2154
|
+
"targets": {
|
2155
|
+
"dotnet": {
|
2156
|
+
"namespace": "Amazon.CDK.AWS.MediaConvert"
|
2157
|
+
},
|
2158
|
+
"java": {
|
2159
|
+
"package": "software.amazon.awscdk.services.mediaconvert"
|
2160
|
+
},
|
2161
|
+
"python": {
|
2162
|
+
"module": "aws_cdk.aws_mediaconvert"
|
2163
|
+
}
|
2164
|
+
}
|
2165
|
+
},
|
2166
|
+
"aws-cdk-lib.aws_medialive": {
|
2167
|
+
"targets": {
|
2168
|
+
"dotnet": {
|
2169
|
+
"namespace": "Amazon.CDK.AWS.MediaLive"
|
2170
|
+
},
|
2171
|
+
"java": {
|
2172
|
+
"package": "software.amazon.awscdk.services.medialive"
|
2173
|
+
},
|
2174
|
+
"python": {
|
2175
|
+
"module": "aws_cdk.aws_medialive"
|
2176
|
+
}
|
2177
|
+
}
|
2178
|
+
},
|
2179
|
+
"aws-cdk-lib.aws_mediapackage": {
|
2180
|
+
"targets": {
|
2181
|
+
"dotnet": {
|
2182
|
+
"namespace": "Amazon.CDK.AWS.MediaPackage"
|
2183
|
+
},
|
2184
|
+
"java": {
|
2185
|
+
"package": "software.amazon.awscdk.services.mediapackage"
|
2186
|
+
},
|
2187
|
+
"python": {
|
2188
|
+
"module": "aws_cdk.aws_mediapackage"
|
2189
|
+
}
|
2190
|
+
}
|
2191
|
+
},
|
2192
|
+
"aws-cdk-lib.aws_mediastore": {
|
2193
|
+
"targets": {
|
2194
|
+
"dotnet": {
|
2195
|
+
"namespace": "Amazon.CDK.AWS.MediaStore"
|
2196
|
+
},
|
2197
|
+
"java": {
|
2198
|
+
"package": "software.amazon.awscdk.services.mediastore"
|
2199
|
+
},
|
2200
|
+
"python": {
|
2201
|
+
"module": "aws_cdk.aws_mediastore"
|
2202
|
+
}
|
2203
|
+
}
|
2204
|
+
},
|
2205
|
+
"aws-cdk-lib.aws_mediatailor": {
|
2206
|
+
"targets": {
|
2207
|
+
"dotnet": {
|
2208
|
+
"namespace": "Amazon.CDK.AWS.MediaTailor"
|
2209
|
+
},
|
2210
|
+
"java": {
|
2211
|
+
"package": "software.amazon.awscdk.services.mediatailor"
|
2212
|
+
},
|
2213
|
+
"python": {
|
2214
|
+
"module": "aws_cdk.aws_mediatailor"
|
2215
|
+
}
|
2216
|
+
}
|
2217
|
+
},
|
2218
|
+
"aws-cdk-lib.aws_memorydb": {
|
2219
|
+
"targets": {
|
2220
|
+
"dotnet": {
|
2221
|
+
"namespace": "Amazon.CDK.AWS.MemoryDB"
|
2222
|
+
},
|
2223
|
+
"java": {
|
2224
|
+
"package": "software.amazon.awscdk.services.memorydb"
|
2225
|
+
},
|
2226
|
+
"python": {
|
2227
|
+
"module": "aws_cdk.aws_memorydb"
|
2228
|
+
}
|
2229
|
+
}
|
2230
|
+
},
|
2231
|
+
"aws-cdk-lib.aws_msk": {
|
2232
|
+
"targets": {
|
2233
|
+
"dotnet": {
|
2234
|
+
"namespace": "Amazon.CDK.AWS.MSK"
|
2235
|
+
},
|
2236
|
+
"java": {
|
2237
|
+
"package": "software.amazon.awscdk.services.msk"
|
2238
|
+
},
|
2239
|
+
"python": {
|
2240
|
+
"module": "aws_cdk.aws_msk"
|
2241
|
+
}
|
2242
|
+
}
|
2243
|
+
},
|
2244
|
+
"aws-cdk-lib.aws_mwaa": {
|
2245
|
+
"targets": {
|
2246
|
+
"dotnet": {
|
2247
|
+
"namespace": "Amazon.CDK.AWS.MWAA"
|
2248
|
+
},
|
2249
|
+
"java": {
|
2250
|
+
"package": "software.amazon.awscdk.services.mwaa"
|
2251
|
+
},
|
2252
|
+
"python": {
|
2253
|
+
"module": "aws_cdk.aws_mwaa"
|
2254
|
+
}
|
2255
|
+
}
|
2256
|
+
},
|
2257
|
+
"aws-cdk-lib.aws_neptune": {
|
2258
|
+
"targets": {
|
2259
|
+
"dotnet": {
|
2260
|
+
"namespace": "Amazon.CDK.AWS.Neptune"
|
2261
|
+
},
|
2262
|
+
"java": {
|
2263
|
+
"package": "software.amazon.awscdk.services.neptune"
|
2264
|
+
},
|
2265
|
+
"python": {
|
2266
|
+
"module": "aws_cdk.aws_neptune"
|
2267
|
+
}
|
2268
|
+
}
|
2269
|
+
},
|
2270
|
+
"aws-cdk-lib.aws_networkfirewall": {
|
2271
|
+
"targets": {
|
2272
|
+
"dotnet": {
|
2273
|
+
"namespace": "Amazon.CDK.AWS.NetworkFirewall"
|
2274
|
+
},
|
2275
|
+
"java": {
|
2276
|
+
"package": "software.amazon.awscdk.services.networkfirewall"
|
2277
|
+
},
|
2278
|
+
"python": {
|
2279
|
+
"module": "aws_cdk.aws_networkfirewall"
|
2280
|
+
}
|
2281
|
+
}
|
2282
|
+
},
|
2283
|
+
"aws-cdk-lib.aws_networkmanager": {
|
2284
|
+
"targets": {
|
2285
|
+
"dotnet": {
|
2286
|
+
"namespace": "Amazon.CDK.AWS.NetworkManager"
|
2287
|
+
},
|
2288
|
+
"java": {
|
2289
|
+
"package": "software.amazon.awscdk.services.networkmanager"
|
2290
|
+
},
|
2291
|
+
"python": {
|
2292
|
+
"module": "aws_cdk.aws_networkmanager"
|
2293
|
+
}
|
2294
|
+
}
|
2295
|
+
},
|
2296
|
+
"aws-cdk-lib.aws_nimblestudio": {
|
2297
|
+
"targets": {
|
2298
|
+
"dotnet": {
|
2299
|
+
"namespace": "Amazon.CDK.AWS.NimbleStudio"
|
2300
|
+
},
|
2301
|
+
"java": {
|
2302
|
+
"package": "software.amazon.awscdk.services.nimblestudio"
|
2303
|
+
},
|
2304
|
+
"python": {
|
2305
|
+
"module": "aws_cdk.aws_nimblestudio"
|
2306
|
+
}
|
2307
|
+
}
|
2308
|
+
},
|
2309
|
+
"aws-cdk-lib.aws_oam": {
|
2310
|
+
"targets": {
|
2311
|
+
"dotnet": {
|
2312
|
+
"namespace": "Amazon.CDK.AWS.Oam"
|
2313
|
+
},
|
2314
|
+
"java": {
|
2315
|
+
"package": "software.amazon.awscdk.services.oam"
|
2316
|
+
},
|
2317
|
+
"python": {
|
2318
|
+
"module": "aws_cdk.aws_oam"
|
2319
|
+
}
|
2320
|
+
}
|
2321
|
+
},
|
2322
|
+
"aws-cdk-lib.aws_omics": {
|
2323
|
+
"targets": {
|
2324
|
+
"dotnet": {
|
2325
|
+
"namespace": "Amazon.CDK.AWS.Omics"
|
2326
|
+
},
|
2327
|
+
"java": {
|
2328
|
+
"package": "software.amazon.awscdk.services.omics"
|
2329
|
+
},
|
2330
|
+
"python": {
|
2331
|
+
"module": "aws_cdk.aws_omics"
|
2332
|
+
}
|
2333
|
+
}
|
2334
|
+
},
|
2335
|
+
"aws-cdk-lib.aws_opensearchserverless": {
|
2336
|
+
"targets": {
|
2337
|
+
"dotnet": {
|
2338
|
+
"namespace": "Amazon.CDK.AWS.OpenSearchServerless"
|
2339
|
+
},
|
2340
|
+
"java": {
|
2341
|
+
"package": "software.amazon.awscdk.services.opensearchserverless"
|
2342
|
+
},
|
2343
|
+
"python": {
|
2344
|
+
"module": "aws_cdk.aws_opensearchserverless"
|
2345
|
+
}
|
2346
|
+
}
|
2347
|
+
},
|
2348
|
+
"aws-cdk-lib.aws_opensearchservice": {
|
2349
|
+
"targets": {
|
2350
|
+
"dotnet": {
|
2351
|
+
"namespace": "Amazon.CDK.AWS.OpenSearchService"
|
2352
|
+
},
|
2353
|
+
"java": {
|
2354
|
+
"package": "software.amazon.awscdk.services.opensearchservice"
|
2355
|
+
},
|
2356
|
+
"python": {
|
2357
|
+
"module": "aws_cdk.aws_opensearchservice"
|
2358
|
+
}
|
2359
|
+
}
|
2360
|
+
},
|
2361
|
+
"aws-cdk-lib.aws_opsworks": {
|
2362
|
+
"targets": {
|
2363
|
+
"dotnet": {
|
2364
|
+
"namespace": "Amazon.CDK.AWS.OpsWorks"
|
2365
|
+
},
|
2366
|
+
"java": {
|
2367
|
+
"package": "software.amazon.awscdk.services.opsworks"
|
2368
|
+
},
|
2369
|
+
"python": {
|
2370
|
+
"module": "aws_cdk.aws_opsworks"
|
2371
|
+
}
|
2372
|
+
}
|
2373
|
+
},
|
2374
|
+
"aws-cdk-lib.aws_opsworkscm": {
|
2375
|
+
"targets": {
|
2376
|
+
"dotnet": {
|
2377
|
+
"namespace": "Amazon.CDK.AWS.OpsWorksCM"
|
2378
|
+
},
|
2379
|
+
"java": {
|
2380
|
+
"package": "software.amazon.awscdk.services.opsworkscm"
|
2381
|
+
},
|
2382
|
+
"python": {
|
2383
|
+
"module": "aws_cdk.aws_opsworkscm"
|
2384
|
+
}
|
2385
|
+
}
|
2386
|
+
},
|
2387
|
+
"aws-cdk-lib.aws_organizations": {
|
2388
|
+
"targets": {
|
2389
|
+
"dotnet": {
|
2390
|
+
"namespace": "Amazon.CDK.AWS.Organizations"
|
2391
|
+
},
|
2392
|
+
"java": {
|
2393
|
+
"package": "software.amazon.awscdk.services.organizations"
|
2394
|
+
},
|
2395
|
+
"python": {
|
2396
|
+
"module": "aws_cdk.aws_organizations"
|
2397
|
+
}
|
2398
|
+
}
|
2399
|
+
},
|
2400
|
+
"aws-cdk-lib.aws_osis": {
|
2401
|
+
"targets": {
|
2402
|
+
"dotnet": {
|
2403
|
+
"package": "Amazon.CDK.AWS.OSIS"
|
2404
|
+
},
|
2405
|
+
"java": {
|
2406
|
+
"package": "services.osis"
|
2407
|
+
},
|
2408
|
+
"python": {
|
2409
|
+
"module": "aws_cdk.aws_osis"
|
2410
|
+
}
|
2411
|
+
}
|
2412
|
+
},
|
2413
|
+
"aws-cdk-lib.aws_panorama": {
|
2414
|
+
"targets": {
|
2415
|
+
"dotnet": {
|
2416
|
+
"namespace": "Amazon.CDK.AWS.Panorama"
|
2417
|
+
},
|
2418
|
+
"java": {
|
2419
|
+
"package": "software.amazon.awscdk.services.panorama"
|
2420
|
+
},
|
2421
|
+
"python": {
|
2422
|
+
"module": "aws_cdk.aws_panorama"
|
2423
|
+
}
|
2424
|
+
}
|
2425
|
+
},
|
2426
|
+
"aws-cdk-lib.aws_personalize": {
|
2427
|
+
"targets": {
|
2428
|
+
"dotnet": {
|
2429
|
+
"namespace": "Amazon.CDK.AWS.Personalize"
|
2430
|
+
},
|
2431
|
+
"java": {
|
2432
|
+
"package": "software.amazon.awscdk.services.personalize"
|
2433
|
+
},
|
2434
|
+
"python": {
|
2435
|
+
"module": "aws_cdk.aws_personalize"
|
2436
|
+
}
|
2437
|
+
}
|
2438
|
+
},
|
2439
|
+
"aws-cdk-lib.aws_pinpoint": {
|
2440
|
+
"targets": {
|
2441
|
+
"dotnet": {
|
2442
|
+
"namespace": "Amazon.CDK.AWS.Pinpoint"
|
2443
|
+
},
|
2444
|
+
"java": {
|
2445
|
+
"package": "software.amazon.awscdk.services.pinpoint"
|
2446
|
+
},
|
2447
|
+
"python": {
|
2448
|
+
"module": "aws_cdk.aws_pinpoint"
|
2449
|
+
}
|
2450
|
+
}
|
2451
|
+
},
|
2452
|
+
"aws-cdk-lib.aws_pinpointemail": {
|
2453
|
+
"targets": {
|
2454
|
+
"dotnet": {
|
2455
|
+
"namespace": "Amazon.CDK.AWS.PinpointEmail"
|
2456
|
+
},
|
2457
|
+
"java": {
|
2458
|
+
"package": "software.amazon.awscdk.services.pinpointemail"
|
2459
|
+
},
|
2460
|
+
"python": {
|
2461
|
+
"module": "aws_cdk.aws_pinpointemail"
|
2462
|
+
}
|
2463
|
+
}
|
2464
|
+
},
|
2465
|
+
"aws-cdk-lib.aws_pipes": {
|
2466
|
+
"targets": {
|
2467
|
+
"dotnet": {
|
2468
|
+
"namespace": "Amazon.CDK.AWS.Pipes"
|
2469
|
+
},
|
2470
|
+
"java": {
|
2471
|
+
"package": "software.amazon.awscdk.services.pipes"
|
2472
|
+
},
|
2473
|
+
"python": {
|
2474
|
+
"module": "aws_cdk.aws_pipes"
|
2475
|
+
}
|
2476
|
+
}
|
2477
|
+
},
|
2478
|
+
"aws-cdk-lib.aws_proton": {
|
2479
|
+
"targets": {
|
2480
|
+
"dotnet": {
|
2481
|
+
"package": "Amazon.CDK.AWS.Proton"
|
2482
|
+
},
|
2483
|
+
"java": {
|
2484
|
+
"package": "services.proton"
|
2485
|
+
},
|
2486
|
+
"python": {
|
2487
|
+
"module": "aws_cdk.aws_proton"
|
2488
|
+
}
|
2489
|
+
}
|
2490
|
+
},
|
2491
|
+
"aws-cdk-lib.aws_qldb": {
|
2492
|
+
"targets": {
|
2493
|
+
"dotnet": {
|
2494
|
+
"namespace": "Amazon.CDK.AWS.QLDB"
|
2495
|
+
},
|
2496
|
+
"java": {
|
2497
|
+
"package": "software.amazon.awscdk.services.qldb"
|
2498
|
+
},
|
2499
|
+
"python": {
|
2500
|
+
"module": "aws_cdk.aws_qldb"
|
2501
|
+
}
|
2502
|
+
}
|
2503
|
+
},
|
2504
|
+
"aws-cdk-lib.aws_quicksight": {
|
2505
|
+
"targets": {
|
2506
|
+
"dotnet": {
|
2507
|
+
"namespace": "Amazon.CDK.AWS.QuickSight"
|
2508
|
+
},
|
2509
|
+
"java": {
|
2510
|
+
"package": "software.amazon.awscdk.services.quicksight"
|
2511
|
+
},
|
2512
|
+
"python": {
|
2513
|
+
"module": "aws_cdk.aws_quicksight"
|
2514
|
+
}
|
2515
|
+
}
|
2516
|
+
},
|
2517
|
+
"aws-cdk-lib.aws_ram": {
|
2518
|
+
"targets": {
|
2519
|
+
"dotnet": {
|
2520
|
+
"namespace": "Amazon.CDK.AWS.RAM"
|
2521
|
+
},
|
2522
|
+
"java": {
|
2523
|
+
"package": "software.amazon.awscdk.services.ram"
|
2524
|
+
},
|
2525
|
+
"python": {
|
2526
|
+
"module": "aws_cdk.aws_ram"
|
2527
|
+
}
|
2528
|
+
}
|
2529
|
+
},
|
2530
|
+
"aws-cdk-lib.aws_rds": {
|
2531
|
+
"targets": {
|
2532
|
+
"dotnet": {
|
2533
|
+
"namespace": "Amazon.CDK.AWS.RDS"
|
2534
|
+
},
|
2535
|
+
"java": {
|
2536
|
+
"package": "software.amazon.awscdk.services.rds"
|
2537
|
+
},
|
2538
|
+
"python": {
|
2539
|
+
"module": "aws_cdk.aws_rds"
|
2540
|
+
}
|
2541
|
+
}
|
2542
|
+
},
|
2543
|
+
"aws-cdk-lib.aws_redshift": {
|
2544
|
+
"targets": {
|
2545
|
+
"dotnet": {
|
2546
|
+
"namespace": "Amazon.CDK.AWS.Redshift"
|
2547
|
+
},
|
2548
|
+
"java": {
|
2549
|
+
"package": "software.amazon.awscdk.services.redshift"
|
2550
|
+
},
|
2551
|
+
"python": {
|
2552
|
+
"module": "aws_cdk.aws_redshift"
|
2553
|
+
}
|
2554
|
+
}
|
2555
|
+
},
|
2556
|
+
"aws-cdk-lib.aws_redshiftserverless": {
|
2557
|
+
"targets": {
|
2558
|
+
"dotnet": {
|
2559
|
+
"namespace": "Amazon.CDK.AWS.RedshiftServerless"
|
2560
|
+
},
|
2561
|
+
"java": {
|
2562
|
+
"package": "software.amazon.awscdk.services.redshiftserverless"
|
2563
|
+
},
|
2564
|
+
"python": {
|
2565
|
+
"module": "aws_cdk.aws_redshiftserverless"
|
2566
|
+
}
|
2567
|
+
}
|
2568
|
+
},
|
2569
|
+
"aws-cdk-lib.aws_refactorspaces": {
|
2570
|
+
"targets": {
|
2571
|
+
"dotnet": {
|
2572
|
+
"namespace": "Amazon.CDK.AWS.RefactorSpaces"
|
2573
|
+
},
|
2574
|
+
"java": {
|
2575
|
+
"package": "software.amazon.awscdk.services.refactorspaces"
|
2576
|
+
},
|
2577
|
+
"python": {
|
2578
|
+
"module": "aws_cdk.aws_refactorspaces"
|
2579
|
+
}
|
2580
|
+
}
|
2581
|
+
},
|
2582
|
+
"aws-cdk-lib.aws_rekognition": {
|
2583
|
+
"targets": {
|
2584
|
+
"dotnet": {
|
2585
|
+
"namespace": "Amazon.CDK.AWS.Rekognition"
|
2586
|
+
},
|
2587
|
+
"java": {
|
2588
|
+
"package": "software.amazon.awscdk.services.rekognition"
|
2589
|
+
},
|
2590
|
+
"python": {
|
2591
|
+
"module": "aws_cdk.aws_rekognition"
|
2592
|
+
}
|
2593
|
+
}
|
2594
|
+
},
|
2595
|
+
"aws-cdk-lib.aws_resiliencehub": {
|
2596
|
+
"targets": {
|
2597
|
+
"dotnet": {
|
2598
|
+
"namespace": "Amazon.CDK.AWS.ResilienceHub"
|
2599
|
+
},
|
2600
|
+
"java": {
|
2601
|
+
"package": "software.amazon.awscdk.services.resiliencehub"
|
2602
|
+
},
|
2603
|
+
"python": {
|
2604
|
+
"module": "aws_cdk.aws_resiliencehub"
|
2605
|
+
}
|
2606
|
+
}
|
2607
|
+
},
|
2608
|
+
"aws-cdk-lib.aws_resourceexplorer2": {
|
2609
|
+
"targets": {
|
2610
|
+
"dotnet": {
|
2611
|
+
"namespace": "Amazon.CDK.AWS.ResourceExplorer2"
|
2612
|
+
},
|
2613
|
+
"java": {
|
2614
|
+
"package": "software.amazon.awscdk.services.resourceexplorer2"
|
2615
|
+
},
|
2616
|
+
"python": {
|
2617
|
+
"module": "aws_cdk.aws_resourceexplorer2"
|
2618
|
+
}
|
2619
|
+
}
|
2620
|
+
},
|
2621
|
+
"aws-cdk-lib.aws_resourcegroups": {
|
2622
|
+
"targets": {
|
2623
|
+
"dotnet": {
|
2624
|
+
"namespace": "Amazon.CDK.AWS.ResourceGroups"
|
2625
|
+
},
|
2626
|
+
"java": {
|
2627
|
+
"package": "software.amazon.awscdk.services.resourcegroups"
|
2628
|
+
},
|
2629
|
+
"python": {
|
2630
|
+
"module": "aws_cdk.aws_resourcegroups"
|
2631
|
+
}
|
2632
|
+
}
|
2633
|
+
},
|
2634
|
+
"aws-cdk-lib.aws_robomaker": {
|
2635
|
+
"targets": {
|
2636
|
+
"dotnet": {
|
2637
|
+
"namespace": "Amazon.CDK.AWS.RoboMaker"
|
2638
|
+
},
|
2639
|
+
"java": {
|
2640
|
+
"package": "software.amazon.awscdk.services.robomaker"
|
2641
|
+
},
|
2642
|
+
"python": {
|
2643
|
+
"module": "aws_cdk.aws_robomaker"
|
2644
|
+
}
|
2645
|
+
}
|
2646
|
+
},
|
2647
|
+
"aws-cdk-lib.aws_rolesanywhere": {
|
2648
|
+
"targets": {
|
2649
|
+
"dotnet": {
|
2650
|
+
"namespace": "Amazon.CDK.AWS.RolesAnywhere"
|
2651
|
+
},
|
2652
|
+
"java": {
|
2653
|
+
"package": "software.amazon.awscdk.services.rolesanywhere"
|
2654
|
+
},
|
2655
|
+
"python": {
|
2656
|
+
"module": "aws_cdk.aws_rolesanywhere"
|
2657
|
+
}
|
2658
|
+
}
|
2659
|
+
},
|
2660
|
+
"aws-cdk-lib.aws_route53": {
|
2661
|
+
"targets": {
|
2662
|
+
"dotnet": {
|
2663
|
+
"namespace": "Amazon.CDK.AWS.Route53"
|
2664
|
+
},
|
2665
|
+
"java": {
|
2666
|
+
"package": "software.amazon.awscdk.services.route53"
|
2667
|
+
},
|
2668
|
+
"python": {
|
2669
|
+
"module": "aws_cdk.aws_route53"
|
2670
|
+
}
|
2671
|
+
}
|
2672
|
+
},
|
2673
|
+
"aws-cdk-lib.aws_route53_patterns": {
|
2674
|
+
"targets": {
|
2675
|
+
"dotnet": {
|
2676
|
+
"namespace": "Amazon.CDK.AWS.Route53.Patterns"
|
2677
|
+
},
|
2678
|
+
"java": {
|
2679
|
+
"package": "software.amazon.awscdk.services.route53.patterns"
|
2680
|
+
},
|
2681
|
+
"python": {
|
2682
|
+
"module": "aws_cdk.aws_route53_patterns"
|
2683
|
+
}
|
2684
|
+
}
|
2685
|
+
},
|
2686
|
+
"aws-cdk-lib.aws_route53_targets": {
|
2687
|
+
"targets": {
|
2688
|
+
"dotnet": {
|
2689
|
+
"namespace": "Amazon.CDK.AWS.Route53.Targets"
|
2690
|
+
},
|
2691
|
+
"java": {
|
2692
|
+
"package": "software.amazon.awscdk.services.route53.targets"
|
2693
|
+
},
|
2694
|
+
"python": {
|
2695
|
+
"module": "aws_cdk.aws_route53_targets"
|
2696
|
+
}
|
2697
|
+
}
|
2698
|
+
},
|
2699
|
+
"aws-cdk-lib.aws_route53recoverycontrol": {
|
2700
|
+
"targets": {
|
2701
|
+
"dotnet": {
|
2702
|
+
"namespace": "Amazon.CDK.AWS.Route53RecoveryControl"
|
2703
|
+
},
|
2704
|
+
"java": {
|
2705
|
+
"package": "software.amazon.awscdk.services.route53recoverycontrol"
|
2706
|
+
},
|
2707
|
+
"python": {
|
2708
|
+
"module": "aws_cdk.aws_route53recoverycontrol"
|
2709
|
+
}
|
2710
|
+
}
|
2711
|
+
},
|
2712
|
+
"aws-cdk-lib.aws_route53recoveryreadiness": {
|
2713
|
+
"targets": {
|
2714
|
+
"dotnet": {
|
2715
|
+
"namespace": "Amazon.CDK.AWS.Route53RecoveryReadiness"
|
2716
|
+
},
|
2717
|
+
"java": {
|
2718
|
+
"package": "software.amazon.awscdk.services.route53recoveryreadiness"
|
2719
|
+
},
|
2720
|
+
"python": {
|
2721
|
+
"module": "aws_cdk.aws_route53recoveryreadiness"
|
2722
|
+
}
|
2723
|
+
}
|
2724
|
+
},
|
2725
|
+
"aws-cdk-lib.aws_route53resolver": {
|
2726
|
+
"targets": {
|
2727
|
+
"dotnet": {
|
2728
|
+
"namespace": "Amazon.CDK.AWS.Route53Resolver"
|
2729
|
+
},
|
2730
|
+
"java": {
|
2731
|
+
"package": "software.amazon.awscdk.services.route53resolver"
|
2732
|
+
},
|
2733
|
+
"python": {
|
2734
|
+
"module": "aws_cdk.aws_route53resolver"
|
2735
|
+
}
|
2736
|
+
}
|
2737
|
+
},
|
2738
|
+
"aws-cdk-lib.aws_rum": {
|
2739
|
+
"targets": {
|
2740
|
+
"dotnet": {
|
2741
|
+
"namespace": "Amazon.CDK.AWS.RUM"
|
2742
|
+
},
|
2743
|
+
"java": {
|
2744
|
+
"package": "software.amazon.awscdk.services.rum"
|
2745
|
+
},
|
2746
|
+
"python": {
|
2747
|
+
"module": "aws_cdk.aws_rum"
|
2748
|
+
}
|
2749
|
+
}
|
2750
|
+
},
|
2751
|
+
"aws-cdk-lib.aws_s3": {
|
2752
|
+
"targets": {
|
2753
|
+
"dotnet": {
|
2754
|
+
"namespace": "Amazon.CDK.AWS.S3"
|
2755
|
+
},
|
2756
|
+
"java": {
|
2757
|
+
"package": "software.amazon.awscdk.services.s3"
|
2758
|
+
},
|
2759
|
+
"python": {
|
2760
|
+
"module": "aws_cdk.aws_s3"
|
2761
|
+
}
|
2762
|
+
}
|
2763
|
+
},
|
2764
|
+
"aws-cdk-lib.aws_s3_assets": {
|
2765
|
+
"targets": {
|
2766
|
+
"dotnet": {
|
2767
|
+
"namespace": "Amazon.CDK.AWS.S3.Assets"
|
2768
|
+
},
|
2769
|
+
"java": {
|
2770
|
+
"package": "software.amazon.awscdk.services.s3.assets"
|
2771
|
+
},
|
2772
|
+
"python": {
|
2773
|
+
"module": "aws_cdk.aws_s3_assets"
|
2774
|
+
}
|
2775
|
+
}
|
2776
|
+
},
|
2777
|
+
"aws-cdk-lib.aws_s3_deployment": {
|
2778
|
+
"targets": {
|
2779
|
+
"dotnet": {
|
2780
|
+
"namespace": "Amazon.CDK.AWS.S3.Deployment"
|
2781
|
+
},
|
2782
|
+
"java": {
|
2783
|
+
"package": "software.amazon.awscdk.services.s3.deployment"
|
2784
|
+
},
|
2785
|
+
"python": {
|
2786
|
+
"module": "aws_cdk.aws_s3_deployment"
|
2787
|
+
}
|
2788
|
+
}
|
2789
|
+
},
|
2790
|
+
"aws-cdk-lib.aws_s3_notifications": {
|
2791
|
+
"targets": {
|
2792
|
+
"dotnet": {
|
2793
|
+
"namespace": "Amazon.CDK.AWS.S3.Notifications"
|
2794
|
+
},
|
2795
|
+
"java": {
|
2796
|
+
"package": "software.amazon.awscdk.services.s3.notifications"
|
2797
|
+
},
|
2798
|
+
"python": {
|
2799
|
+
"module": "aws_cdk.aws_s3_notifications"
|
2800
|
+
}
|
2801
|
+
}
|
2802
|
+
},
|
2803
|
+
"aws-cdk-lib.aws_s3objectlambda": {
|
2804
|
+
"targets": {
|
2805
|
+
"dotnet": {
|
2806
|
+
"namespace": "Amazon.CDK.AWS.S3ObjectLambda"
|
2807
|
+
},
|
2808
|
+
"java": {
|
2809
|
+
"package": "software.amazon.awscdk.services.s3objectlambda"
|
2810
|
+
},
|
2811
|
+
"python": {
|
2812
|
+
"module": "aws_cdk.aws_s3objectlambda"
|
2813
|
+
}
|
2814
|
+
}
|
2815
|
+
},
|
2816
|
+
"aws-cdk-lib.aws_s3outposts": {
|
2817
|
+
"targets": {
|
2818
|
+
"dotnet": {
|
2819
|
+
"namespace": "Amazon.CDK.AWS.S3Outposts"
|
2820
|
+
},
|
2821
|
+
"java": {
|
2822
|
+
"package": "software.amazon.awscdk.services.s3outposts"
|
2823
|
+
},
|
2824
|
+
"python": {
|
2825
|
+
"module": "aws_cdk.aws_s3outposts"
|
2826
|
+
}
|
2827
|
+
}
|
2828
|
+
},
|
2829
|
+
"aws-cdk-lib.aws_sagemaker": {
|
2830
|
+
"targets": {
|
2831
|
+
"dotnet": {
|
2832
|
+
"namespace": "Amazon.CDK.AWS.Sagemaker"
|
2833
|
+
},
|
2834
|
+
"java": {
|
2835
|
+
"package": "software.amazon.awscdk.services.sagemaker"
|
2836
|
+
},
|
2837
|
+
"python": {
|
2838
|
+
"module": "aws_cdk.aws_sagemaker"
|
2839
|
+
}
|
2840
|
+
}
|
2841
|
+
},
|
2842
|
+
"aws-cdk-lib.aws_sam": {
|
2843
|
+
"targets": {
|
2844
|
+
"dotnet": {
|
2845
|
+
"namespace": "Amazon.CDK.AWS.SAM"
|
2846
|
+
},
|
2847
|
+
"java": {
|
2848
|
+
"package": "software.amazon.awscdk.services.sam"
|
2849
|
+
},
|
2850
|
+
"python": {
|
2851
|
+
"module": "aws_cdk.aws_sam"
|
2852
|
+
}
|
2853
|
+
}
|
2854
|
+
},
|
2855
|
+
"aws-cdk-lib.aws_scheduler": {
|
2856
|
+
"targets": {
|
2857
|
+
"dotnet": {
|
2858
|
+
"namespace": "Amazon.CDK.AWS.Scheduler"
|
2859
|
+
},
|
2860
|
+
"java": {
|
2861
|
+
"package": "software.amazon.awscdk.services.scheduler"
|
2862
|
+
},
|
2863
|
+
"python": {
|
2864
|
+
"module": "aws_cdk.aws_scheduler"
|
2865
|
+
}
|
2866
|
+
}
|
2867
|
+
},
|
2868
|
+
"aws-cdk-lib.aws_sdb": {
|
2869
|
+
"targets": {
|
2870
|
+
"dotnet": {
|
2871
|
+
"namespace": "Amazon.CDK.AWS.SDB"
|
2872
|
+
},
|
2873
|
+
"java": {
|
2874
|
+
"package": "software.amazon.awscdk.services.sdb"
|
2875
|
+
},
|
2876
|
+
"python": {
|
2877
|
+
"module": "aws_cdk.aws_sdb"
|
2878
|
+
}
|
2879
|
+
}
|
2880
|
+
},
|
2881
|
+
"aws-cdk-lib.aws_secretsmanager": {
|
2882
|
+
"targets": {
|
2883
|
+
"dotnet": {
|
2884
|
+
"namespace": "Amazon.CDK.AWS.SecretsManager"
|
2885
|
+
},
|
2886
|
+
"java": {
|
2887
|
+
"package": "software.amazon.awscdk.services.secretsmanager"
|
2888
|
+
},
|
2889
|
+
"python": {
|
2890
|
+
"module": "aws_cdk.aws_secretsmanager"
|
2891
|
+
}
|
2892
|
+
}
|
2893
|
+
},
|
2894
|
+
"aws-cdk-lib.aws_securityhub": {
|
2895
|
+
"targets": {
|
2896
|
+
"dotnet": {
|
2897
|
+
"namespace": "Amazon.CDK.AWS.SecurityHub"
|
2898
|
+
},
|
2899
|
+
"java": {
|
2900
|
+
"package": "software.amazon.awscdk.services.securityhub"
|
2901
|
+
},
|
2902
|
+
"python": {
|
2903
|
+
"module": "aws_cdk.aws_securityhub"
|
2904
|
+
}
|
2905
|
+
}
|
2906
|
+
},
|
2907
|
+
"aws-cdk-lib.aws_servicecatalog": {
|
2908
|
+
"targets": {
|
2909
|
+
"dotnet": {
|
2910
|
+
"namespace": "Amazon.CDK.AWS.Servicecatalog"
|
2911
|
+
},
|
2912
|
+
"java": {
|
2913
|
+
"package": "software.amazon.awscdk.services.servicecatalog"
|
2914
|
+
},
|
2915
|
+
"python": {
|
2916
|
+
"module": "aws_cdk.aws_servicecatalog"
|
2917
|
+
}
|
2918
|
+
}
|
2919
|
+
},
|
2920
|
+
"aws-cdk-lib.aws_servicecatalogappregistry": {
|
2921
|
+
"targets": {
|
2922
|
+
"dotnet": {
|
2923
|
+
"namespace": "Amazon.CDK.AWS.Servicecatalogappregistry"
|
2924
|
+
},
|
2925
|
+
"java": {
|
2926
|
+
"package": "software.amazon.awscdk.services.servicecatalogappregistry"
|
2927
|
+
},
|
2928
|
+
"python": {
|
2929
|
+
"module": "aws_cdk.aws_servicecatalogappregistry"
|
2930
|
+
}
|
2931
|
+
}
|
2932
|
+
},
|
2933
|
+
"aws-cdk-lib.aws_servicediscovery": {
|
2934
|
+
"targets": {
|
2935
|
+
"dotnet": {
|
2936
|
+
"namespace": "Amazon.CDK.AWS.ServiceDiscovery"
|
2937
|
+
},
|
2938
|
+
"java": {
|
2939
|
+
"package": "software.amazon.awscdk.services.servicediscovery"
|
2940
|
+
},
|
2941
|
+
"python": {
|
2942
|
+
"module": "aws_cdk.aws_servicediscovery"
|
2943
|
+
}
|
2944
|
+
}
|
2945
|
+
},
|
2946
|
+
"aws-cdk-lib.aws_ses": {
|
2947
|
+
"targets": {
|
2948
|
+
"dotnet": {
|
2949
|
+
"namespace": "Amazon.CDK.AWS.SES"
|
2950
|
+
},
|
2951
|
+
"java": {
|
2952
|
+
"package": "software.amazon.awscdk.services.ses"
|
2953
|
+
},
|
2954
|
+
"python": {
|
2955
|
+
"module": "aws_cdk.aws_ses"
|
2956
|
+
}
|
2957
|
+
}
|
2958
|
+
},
|
2959
|
+
"aws-cdk-lib.aws_ses_actions": {
|
2960
|
+
"targets": {
|
2961
|
+
"dotnet": {
|
2962
|
+
"namespace": "Amazon.CDK.AWS.SES.Actions"
|
2963
|
+
},
|
2964
|
+
"java": {
|
2965
|
+
"package": "software.amazon.awscdk.services.ses.actions"
|
2966
|
+
},
|
2967
|
+
"python": {
|
2968
|
+
"module": "aws_cdk.aws_ses_actions"
|
2969
|
+
}
|
2970
|
+
}
|
2971
|
+
},
|
2972
|
+
"aws-cdk-lib.aws_shield": {
|
2973
|
+
"targets": {
|
2974
|
+
"dotnet": {
|
2975
|
+
"package": "Amazon.CDK.AWS.Shield"
|
2976
|
+
},
|
2977
|
+
"java": {
|
2978
|
+
"package": "services.shield"
|
2979
|
+
},
|
2980
|
+
"python": {
|
2981
|
+
"module": "aws_cdk.aws_shield"
|
2982
|
+
}
|
2983
|
+
}
|
2984
|
+
},
|
2985
|
+
"aws-cdk-lib.aws_signer": {
|
2986
|
+
"targets": {
|
2987
|
+
"dotnet": {
|
2988
|
+
"namespace": "Amazon.CDK.AWS.Signer"
|
2989
|
+
},
|
2990
|
+
"java": {
|
2991
|
+
"package": "software.amazon.awscdk.services.signer"
|
2992
|
+
},
|
2993
|
+
"python": {
|
2994
|
+
"module": "aws_cdk.aws_signer"
|
2995
|
+
}
|
2996
|
+
}
|
2997
|
+
},
|
2998
|
+
"aws-cdk-lib.aws_simspaceweaver": {
|
2999
|
+
"targets": {
|
3000
|
+
"dotnet": {
|
3001
|
+
"namespace": "Amazon.CDK.AWS.SimSpaceWeaver"
|
3002
|
+
},
|
3003
|
+
"java": {
|
3004
|
+
"package": "software.amazon.awscdk.services.simspaceweaver"
|
3005
|
+
},
|
3006
|
+
"python": {
|
3007
|
+
"module": "aws_cdk.aws_simspaceweaver"
|
3008
|
+
}
|
3009
|
+
}
|
3010
|
+
},
|
3011
|
+
"aws-cdk-lib.aws_sns": {
|
3012
|
+
"targets": {
|
3013
|
+
"dotnet": {
|
3014
|
+
"namespace": "Amazon.CDK.AWS.SNS"
|
3015
|
+
},
|
3016
|
+
"java": {
|
3017
|
+
"package": "software.amazon.awscdk.services.sns"
|
3018
|
+
},
|
3019
|
+
"python": {
|
3020
|
+
"module": "aws_cdk.aws_sns"
|
3021
|
+
}
|
3022
|
+
}
|
3023
|
+
},
|
3024
|
+
"aws-cdk-lib.aws_sns_subscriptions": {
|
3025
|
+
"targets": {
|
3026
|
+
"dotnet": {
|
3027
|
+
"namespace": "Amazon.CDK.AWS.SNS.Subscriptions"
|
3028
|
+
},
|
3029
|
+
"java": {
|
3030
|
+
"package": "software.amazon.awscdk.services.sns.subscriptions"
|
3031
|
+
},
|
3032
|
+
"python": {
|
3033
|
+
"module": "aws_cdk.aws_sns_subscriptions"
|
3034
|
+
}
|
3035
|
+
}
|
3036
|
+
},
|
3037
|
+
"aws-cdk-lib.aws_sqs": {
|
3038
|
+
"targets": {
|
3039
|
+
"dotnet": {
|
3040
|
+
"namespace": "Amazon.CDK.AWS.SQS"
|
3041
|
+
},
|
3042
|
+
"java": {
|
3043
|
+
"package": "software.amazon.awscdk.services.sqs"
|
3044
|
+
},
|
3045
|
+
"python": {
|
3046
|
+
"module": "aws_cdk.aws_sqs"
|
3047
|
+
}
|
3048
|
+
}
|
3049
|
+
},
|
3050
|
+
"aws-cdk-lib.aws_ssm": {
|
3051
|
+
"targets": {
|
3052
|
+
"dotnet": {
|
3053
|
+
"namespace": "Amazon.CDK.AWS.SSM"
|
3054
|
+
},
|
3055
|
+
"java": {
|
3056
|
+
"package": "software.amazon.awscdk.services.ssm"
|
3057
|
+
},
|
3058
|
+
"python": {
|
3059
|
+
"module": "aws_cdk.aws_ssm"
|
3060
|
+
}
|
3061
|
+
}
|
3062
|
+
},
|
3063
|
+
"aws-cdk-lib.aws_ssmcontacts": {
|
3064
|
+
"targets": {
|
3065
|
+
"dotnet": {
|
3066
|
+
"namespace": "Amazon.CDK.AWS.SSMContacts"
|
3067
|
+
},
|
3068
|
+
"java": {
|
3069
|
+
"package": "software.amazon.awscdk.services.ssmcontacts"
|
3070
|
+
},
|
3071
|
+
"python": {
|
3072
|
+
"module": "aws_cdk.aws_ssmcontacts"
|
3073
|
+
}
|
3074
|
+
}
|
3075
|
+
},
|
3076
|
+
"aws-cdk-lib.aws_ssmincidents": {
|
3077
|
+
"targets": {
|
3078
|
+
"dotnet": {
|
3079
|
+
"namespace": "Amazon.CDK.AWS.SSMIncidents"
|
3080
|
+
},
|
3081
|
+
"java": {
|
3082
|
+
"package": "software.amazon.awscdk.services.ssmincidents"
|
3083
|
+
},
|
3084
|
+
"python": {
|
3085
|
+
"module": "aws_cdk.aws_ssmincidents"
|
3086
|
+
}
|
3087
|
+
}
|
3088
|
+
},
|
3089
|
+
"aws-cdk-lib.aws_sso": {
|
3090
|
+
"targets": {
|
3091
|
+
"dotnet": {
|
3092
|
+
"namespace": "Amazon.CDK.AWS.SSO"
|
3093
|
+
},
|
3094
|
+
"java": {
|
3095
|
+
"package": "software.amazon.awscdk.services.sso"
|
3096
|
+
},
|
3097
|
+
"python": {
|
3098
|
+
"module": "aws_cdk.aws_sso"
|
3099
|
+
}
|
3100
|
+
}
|
3101
|
+
},
|
3102
|
+
"aws-cdk-lib.aws_stepfunctions": {
|
3103
|
+
"targets": {
|
3104
|
+
"dotnet": {
|
3105
|
+
"namespace": "Amazon.CDK.AWS.StepFunctions"
|
3106
|
+
},
|
3107
|
+
"java": {
|
3108
|
+
"package": "software.amazon.awscdk.services.stepfunctions"
|
3109
|
+
},
|
3110
|
+
"python": {
|
3111
|
+
"module": "aws_cdk.aws_stepfunctions"
|
3112
|
+
}
|
3113
|
+
}
|
3114
|
+
},
|
3115
|
+
"aws-cdk-lib.aws_stepfunctions_tasks": {
|
3116
|
+
"targets": {
|
3117
|
+
"dotnet": {
|
3118
|
+
"namespace": "Amazon.CDK.AWS.StepFunctions.Tasks"
|
3119
|
+
},
|
3120
|
+
"java": {
|
3121
|
+
"package": "software.amazon.awscdk.services.stepfunctions.tasks"
|
3122
|
+
},
|
3123
|
+
"python": {
|
3124
|
+
"module": "aws_cdk.aws_stepfunctions_tasks"
|
3125
|
+
}
|
3126
|
+
}
|
3127
|
+
},
|
3128
|
+
"aws-cdk-lib.aws_supportapp": {
|
3129
|
+
"targets": {
|
3130
|
+
"dotnet": {
|
3131
|
+
"namespace": "Amazon.CDK.AWS.SupportApp"
|
3132
|
+
},
|
3133
|
+
"java": {
|
3134
|
+
"package": "software.amazon.awscdk.services.supportapp"
|
3135
|
+
},
|
3136
|
+
"python": {
|
3137
|
+
"module": "aws_cdk.aws_supportapp"
|
3138
|
+
}
|
3139
|
+
}
|
3140
|
+
},
|
3141
|
+
"aws-cdk-lib.aws_synthetics": {
|
3142
|
+
"targets": {
|
3143
|
+
"dotnet": {
|
3144
|
+
"namespace": "Amazon.CDK.AWS.Synthetics"
|
3145
|
+
},
|
3146
|
+
"java": {
|
3147
|
+
"package": "software.amazon.awscdk.services.synthetics"
|
3148
|
+
},
|
3149
|
+
"python": {
|
3150
|
+
"module": "aws_cdk.aws_synthetics"
|
3151
|
+
}
|
3152
|
+
}
|
3153
|
+
},
|
3154
|
+
"aws-cdk-lib.aws_systemsmanagersap": {
|
3155
|
+
"targets": {
|
3156
|
+
"dotnet": {
|
3157
|
+
"namespace": "Amazon.CDK.AWS.SystemsManagerSAP"
|
3158
|
+
},
|
3159
|
+
"java": {
|
3160
|
+
"package": "software.amazon.awscdk.services.systemsmanagersap"
|
3161
|
+
},
|
3162
|
+
"python": {
|
3163
|
+
"module": "aws_cdk.aws_systemsmanagersap"
|
3164
|
+
}
|
3165
|
+
}
|
3166
|
+
},
|
3167
|
+
"aws-cdk-lib.aws_timestream": {
|
3168
|
+
"targets": {
|
3169
|
+
"dotnet": {
|
3170
|
+
"namespace": "Amazon.CDK.AWS.Timestream"
|
3171
|
+
},
|
3172
|
+
"java": {
|
3173
|
+
"package": "software.amazon.awscdk.services.timestream"
|
3174
|
+
},
|
3175
|
+
"python": {
|
3176
|
+
"module": "aws_cdk.aws_timestream"
|
3177
|
+
}
|
3178
|
+
}
|
3179
|
+
},
|
3180
|
+
"aws-cdk-lib.aws_transfer": {
|
3181
|
+
"targets": {
|
3182
|
+
"dotnet": {
|
3183
|
+
"namespace": "Amazon.CDK.AWS.Transfer"
|
3184
|
+
},
|
3185
|
+
"java": {
|
3186
|
+
"package": "software.amazon.awscdk.services.transfer"
|
3187
|
+
},
|
3188
|
+
"python": {
|
3189
|
+
"module": "aws_cdk.aws_transfer"
|
3190
|
+
}
|
3191
|
+
}
|
3192
|
+
},
|
3193
|
+
"aws-cdk-lib.aws_verifiedpermissions": {
|
3194
|
+
"targets": {
|
3195
|
+
"dotnet": {
|
3196
|
+
"package": "Amazon.CDK.AWS.VerifiedPermissions"
|
3197
|
+
},
|
3198
|
+
"java": {
|
3199
|
+
"package": "services.verifiedpermissions"
|
3200
|
+
},
|
3201
|
+
"python": {
|
3202
|
+
"module": "aws_cdk.aws_verifiedpermissions"
|
3203
|
+
}
|
3204
|
+
}
|
3205
|
+
},
|
3206
|
+
"aws-cdk-lib.aws_voiceid": {
|
3207
|
+
"targets": {
|
3208
|
+
"dotnet": {
|
3209
|
+
"namespace": "Amazon.CDK.AWS.VoiceID"
|
3210
|
+
},
|
3211
|
+
"java": {
|
3212
|
+
"package": "software.amazon.awscdk.services.voiceid"
|
3213
|
+
},
|
3214
|
+
"python": {
|
3215
|
+
"module": "aws_cdk.aws_voiceid"
|
3216
|
+
}
|
3217
|
+
}
|
3218
|
+
},
|
3219
|
+
"aws-cdk-lib.aws_vpclattice": {
|
3220
|
+
"targets": {
|
3221
|
+
"dotnet": {
|
3222
|
+
"namespace": "Amazon.CDK.AWS.VpcLattice"
|
3223
|
+
},
|
3224
|
+
"java": {
|
3225
|
+
"package": "software.amazon.awscdk.services.vpclattice"
|
3226
|
+
},
|
3227
|
+
"python": {
|
3228
|
+
"module": "aws_cdk.aws_vpclattice"
|
3229
|
+
}
|
3230
|
+
}
|
3231
|
+
},
|
3232
|
+
"aws-cdk-lib.aws_waf": {
|
3233
|
+
"targets": {
|
3234
|
+
"dotnet": {
|
3235
|
+
"namespace": "Amazon.CDK.AWS.WAF"
|
3236
|
+
},
|
3237
|
+
"java": {
|
3238
|
+
"package": "software.amazon.awscdk.services.waf"
|
3239
|
+
},
|
3240
|
+
"python": {
|
3241
|
+
"module": "aws_cdk.aws_waf"
|
3242
|
+
}
|
3243
|
+
}
|
3244
|
+
},
|
3245
|
+
"aws-cdk-lib.aws_wafregional": {
|
3246
|
+
"targets": {
|
3247
|
+
"dotnet": {
|
3248
|
+
"namespace": "Amazon.CDK.AWS.WAFRegional"
|
3249
|
+
},
|
3250
|
+
"java": {
|
3251
|
+
"package": "software.amazon.awscdk.services.waf.regional"
|
3252
|
+
},
|
3253
|
+
"python": {
|
3254
|
+
"module": "aws_cdk.aws_wafregional"
|
3255
|
+
}
|
3256
|
+
}
|
3257
|
+
},
|
3258
|
+
"aws-cdk-lib.aws_wafv2": {
|
3259
|
+
"targets": {
|
3260
|
+
"dotnet": {
|
3261
|
+
"namespace": "Amazon.CDK.AWS.WAFv2"
|
3262
|
+
},
|
3263
|
+
"java": {
|
3264
|
+
"package": "software.amazon.awscdk.services.wafv2"
|
3265
|
+
},
|
3266
|
+
"python": {
|
3267
|
+
"module": "aws_cdk.aws_wafv2"
|
3268
|
+
}
|
3269
|
+
}
|
3270
|
+
},
|
3271
|
+
"aws-cdk-lib.aws_wisdom": {
|
3272
|
+
"targets": {
|
3273
|
+
"dotnet": {
|
3274
|
+
"namespace": "Amazon.CDK.AWS.Wisdom"
|
3275
|
+
},
|
3276
|
+
"java": {
|
3277
|
+
"package": "software.amazon.awscdk.services.wisdom"
|
3278
|
+
},
|
3279
|
+
"python": {
|
3280
|
+
"module": "aws_cdk.aws_wisdom"
|
3281
|
+
}
|
3282
|
+
}
|
3283
|
+
},
|
3284
|
+
"aws-cdk-lib.aws_workspaces": {
|
3285
|
+
"targets": {
|
3286
|
+
"dotnet": {
|
3287
|
+
"namespace": "Amazon.CDK.AWS.WorkSpaces"
|
3288
|
+
},
|
3289
|
+
"java": {
|
3290
|
+
"package": "software.amazon.awscdk.services.workspaces"
|
3291
|
+
},
|
3292
|
+
"python": {
|
3293
|
+
"module": "aws_cdk.aws_workspaces"
|
3294
|
+
}
|
3295
|
+
}
|
3296
|
+
},
|
3297
|
+
"aws-cdk-lib.aws_xray": {
|
3298
|
+
"targets": {
|
3299
|
+
"dotnet": {
|
3300
|
+
"namespace": "Amazon.CDK.AWS.XRay"
|
3301
|
+
},
|
3302
|
+
"java": {
|
3303
|
+
"package": "software.amazon.awscdk.services.xray"
|
3304
|
+
},
|
3305
|
+
"python": {
|
3306
|
+
"module": "aws_cdk.aws_xray"
|
3307
|
+
}
|
3308
|
+
}
|
3309
|
+
},
|
3310
|
+
"aws-cdk-lib.cloud_assembly_schema": {
|
3311
|
+
"targets": {
|
3312
|
+
"dotnet": {
|
3313
|
+
"namespace": "Amazon.CDK.CloudAssembly.Schema"
|
3314
|
+
},
|
3315
|
+
"java": {
|
3316
|
+
"package": "software.amazon.awscdk.cloudassembly.schema"
|
3317
|
+
},
|
3318
|
+
"python": {
|
3319
|
+
"module": "aws_cdk.cloud_assembly_schema"
|
3320
|
+
}
|
3321
|
+
}
|
3322
|
+
},
|
3323
|
+
"aws-cdk-lib.cloudformation_include": {
|
3324
|
+
"targets": {
|
3325
|
+
"dotnet": {
|
3326
|
+
"namespace": "Amazon.CDK.CloudFormation.Include"
|
3327
|
+
},
|
3328
|
+
"java": {
|
3329
|
+
"package": "software.amazon.awscdk.cloudformation.include"
|
3330
|
+
},
|
3331
|
+
"python": {
|
3332
|
+
"module": "aws_cdk.cloudformation_include"
|
3333
|
+
}
|
3334
|
+
}
|
3335
|
+
},
|
3336
|
+
"aws-cdk-lib.custom_resources": {
|
3337
|
+
"targets": {
|
3338
|
+
"dotnet": {
|
3339
|
+
"namespace": "Amazon.CDK.CustomResources"
|
3340
|
+
},
|
3341
|
+
"java": {
|
3342
|
+
"package": "software.amazon.awscdk.customresources"
|
3343
|
+
},
|
3344
|
+
"python": {
|
3345
|
+
"module": "aws_cdk.custom_resources"
|
3346
|
+
}
|
3347
|
+
}
|
3348
|
+
},
|
3349
|
+
"aws-cdk-lib.cx_api": {
|
3350
|
+
"targets": {
|
3351
|
+
"dotnet": {
|
3352
|
+
"namespace": "Amazon.CDK.CXAPI"
|
3353
|
+
},
|
3354
|
+
"java": {
|
3355
|
+
"package": "software.amazon.awscdk.cxapi"
|
3356
|
+
},
|
3357
|
+
"python": {
|
3358
|
+
"module": "aws_cdk.cx_api"
|
3359
|
+
}
|
3360
|
+
}
|
3361
|
+
},
|
3362
|
+
"aws-cdk-lib.lambda_layer_awscli": {
|
3363
|
+
"targets": {
|
3364
|
+
"dotnet": {
|
3365
|
+
"namespace": "Amazon.CDK.LambdaLayer.AwsCli"
|
3366
|
+
},
|
3367
|
+
"java": {
|
3368
|
+
"package": "software.amazon.awscdk.lambdalayer.awscli"
|
3369
|
+
},
|
3370
|
+
"python": {
|
3371
|
+
"module": "aws_cdk.lambda_layer_awscli"
|
3372
|
+
}
|
3373
|
+
}
|
3374
|
+
},
|
3375
|
+
"aws-cdk-lib.lambda_layer_kubectl": {
|
3376
|
+
"targets": {
|
3377
|
+
"dotnet": {
|
3378
|
+
"namespace": "Amazon.CDK.LambdaLayer.Kubectl"
|
3379
|
+
},
|
3380
|
+
"java": {
|
3381
|
+
"package": "software.amazon.awscdk.lambdalayer.kubectl"
|
3382
|
+
},
|
3383
|
+
"python": {
|
3384
|
+
"module": "aws_cdk.lambda_layer_kubectl"
|
3385
|
+
}
|
3386
|
+
}
|
3387
|
+
},
|
3388
|
+
"aws-cdk-lib.lambda_layer_node_proxy_agent": {
|
3389
|
+
"targets": {
|
3390
|
+
"dotnet": {
|
3391
|
+
"namespace": "Amazon.CDK.LambdaLayer.NodeProxyAgent"
|
3392
|
+
},
|
3393
|
+
"java": {
|
3394
|
+
"package": "software.amazon.awscdk.lambda.layer.node.proxy.agent"
|
3395
|
+
},
|
3396
|
+
"python": {
|
3397
|
+
"module": "aws_cdk.lambda_layer_node_proxy_agent"
|
3398
|
+
}
|
3399
|
+
}
|
3400
|
+
},
|
3401
|
+
"aws-cdk-lib.pipelines": {
|
3402
|
+
"targets": {
|
3403
|
+
"dotnet": {
|
3404
|
+
"namespace": "Amazon.CDK.Pipelines"
|
3405
|
+
},
|
3406
|
+
"java": {
|
3407
|
+
"package": "software.amazon.awscdk.pipelines"
|
3408
|
+
},
|
3409
|
+
"python": {
|
3410
|
+
"module": "aws_cdk.pipelines"
|
3411
|
+
}
|
3412
|
+
}
|
3413
|
+
},
|
3414
|
+
"aws-cdk-lib.region_info": {
|
3415
|
+
"targets": {
|
3416
|
+
"dotnet": {
|
3417
|
+
"namespace": "Amazon.CDK.RegionInfo"
|
3418
|
+
},
|
3419
|
+
"java": {
|
3420
|
+
"package": "software.amazon.awscdk.regioninfo"
|
3421
|
+
},
|
3422
|
+
"python": {
|
3423
|
+
"module": "aws_cdk.region_info"
|
3424
|
+
}
|
3425
|
+
}
|
3426
|
+
},
|
3427
|
+
"aws-cdk-lib.triggers": {
|
3428
|
+
"targets": {
|
3429
|
+
"dotnet": {
|
3430
|
+
"namespace": "Amazon.CDK.Triggers"
|
3431
|
+
},
|
3432
|
+
"java": {
|
3433
|
+
"package": "software.amazon.awscdk.triggers"
|
3434
|
+
},
|
3435
|
+
"python": {
|
3436
|
+
"module": "aws_cdk.triggers"
|
3437
|
+
}
|
3438
|
+
}
|
3439
|
+
}
|
3440
|
+
},
|
3441
|
+
"targets": {
|
3442
|
+
"dotnet": {
|
3443
|
+
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png",
|
3444
|
+
"namespace": "Amazon.CDK",
|
3445
|
+
"packageId": "Amazon.CDK.Lib"
|
3446
|
+
},
|
3447
|
+
"go": {
|
3448
|
+
"moduleName": "github.com/aws/aws-cdk-go",
|
3449
|
+
"packageName": "awscdk"
|
3450
|
+
},
|
3451
|
+
"java": {
|
3452
|
+
"maven": {
|
3453
|
+
"artifactId": "aws-cdk-lib",
|
3454
|
+
"groupId": "software.amazon.awscdk"
|
3455
|
+
},
|
3456
|
+
"package": "software.amazon.awscdk"
|
3457
|
+
},
|
3458
|
+
"js": {
|
3459
|
+
"npm": "aws-cdk-lib"
|
3460
|
+
},
|
3461
|
+
"python": {
|
3462
|
+
"distName": "aws-cdk-lib",
|
3463
|
+
"module": "aws_cdk"
|
3464
|
+
}
|
3465
|
+
}
|
3466
|
+
},
|
3467
|
+
"cdk8s": {
|
3468
|
+
"targets": {
|
3469
|
+
"dotnet": {
|
3470
|
+
"namespace": "Org.Cdk8s",
|
3471
|
+
"packageId": "Org.Cdk8s"
|
3472
|
+
},
|
3473
|
+
"go": {
|
3474
|
+
"moduleName": "github.com/cdk8s-team/cdk8s-core-go"
|
3475
|
+
},
|
3476
|
+
"java": {
|
3477
|
+
"maven": {
|
3478
|
+
"artifactId": "cdk8s",
|
3479
|
+
"groupId": "org.cdk8s"
|
3480
|
+
},
|
3481
|
+
"package": "org.cdk8s"
|
3482
|
+
},
|
3483
|
+
"js": {
|
3484
|
+
"npm": "cdk8s"
|
3485
|
+
},
|
3486
|
+
"python": {
|
3487
|
+
"distName": "cdk8s",
|
3488
|
+
"module": "cdk8s"
|
3489
|
+
}
|
3490
|
+
}
|
3491
|
+
},
|
3492
|
+
"constructs": {
|
3493
|
+
"targets": {
|
3494
|
+
"dotnet": {
|
3495
|
+
"namespace": "Constructs",
|
3496
|
+
"packageId": "Constructs"
|
3497
|
+
},
|
3498
|
+
"go": {
|
3499
|
+
"moduleName": "github.com/aws/constructs-go"
|
3500
|
+
},
|
3501
|
+
"java": {
|
3502
|
+
"maven": {
|
3503
|
+
"artifactId": "constructs",
|
3504
|
+
"groupId": "software.constructs"
|
3505
|
+
},
|
3506
|
+
"package": "software.constructs"
|
3507
|
+
},
|
3508
|
+
"js": {
|
3509
|
+
"npm": "constructs"
|
3510
|
+
},
|
3511
|
+
"python": {
|
3512
|
+
"distName": "constructs",
|
3513
|
+
"module": "constructs"
|
3514
|
+
}
|
3515
|
+
}
|
3516
|
+
}
|
3517
|
+
},
|
3518
|
+
"description": "@cdk8s/awscdk-resolver",
|
3519
|
+
"docs": {
|
3520
|
+
"stability": "stable"
|
3521
|
+
},
|
3522
|
+
"homepage": "https://github.com/cdk8s-team/cdk8s-awscdk-resolver.git",
|
3523
|
+
"jsiiVersion": "5.2.2 (build 11132c6)",
|
3524
|
+
"license": "Apache-2.0",
|
3525
|
+
"metadata": {
|
3526
|
+
"jsii": {
|
3527
|
+
"pacmak": {
|
3528
|
+
"hasDefaultInterfaces": true
|
3529
|
+
}
|
3530
|
+
},
|
3531
|
+
"tscRootDir": "src"
|
3532
|
+
},
|
3533
|
+
"name": "@cdk8s/awscdk-resolver",
|
3534
|
+
"readme": {
|
3535
|
+
"markdown": "# AWS CDK Resolver\n\nThe `AwsCdkResolver` is able to resolve any [`CfnOutput`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.CfnOutput.html)\ndefined by your AWS CDK application. In this example, we create an S3 `Bucket` with the AWS CDK, and pass its (deploy time generated)\nname as an environment variable to a Kubernetes `CronJob` resource.\n\n```ts\nimport * as aws from 'aws-cdk-lib';\nimport * as k8s from 'cdk8s';\nimport * as kplus from 'cdk8s-plus-27';\n\nimport { AwsCdkResolver } from '@cdk8s/awscdk-resolver';\n\nconst awsApp = new aws.App();\nconst stack = new aws.Stack(awsApp, 'aws');\n\nconst k8sApp = new k8s.App({ resolvers: [new AwsCdkResolver()] });\nconst manifest = new k8s.Chart(k8sApp, 'Manifest');\n\nconst bucket = new aws.aws_s3.Bucket(stack, 'Bucket');\nconst bucketName = new aws.CfnOutput(stack, 'BucketName', {\n value: bucket.bucketName,\n});\n\nnew kplus.CronJob(manifest, 'CronJob', {\n schedule: k8s.Cron.daily(),\n containers: [{\n image: 'job',\n envVariables: {\n // directly passing the value of the `CfnOutput` containing\n // the deploy time bucket name\n BUCKET_NAME: kplus.EnvValue.fromValue(bucketName.value),\n }\n }]\n});\n\nawsApp.synth();\nk8sApp.synth();\n```\n\nDuring cdk8s synthesis, the custom resolver will detect that `bucketName.value` is not a concrete value,\nbut rather a value of a `CfnOutput`. It will then perform AWS service calls in order to fetch the\nactual value from the deployed infrastructure in your account. This means that in order\nfor `cdk8s synth` to succeed, it must be executed *after* the AWS CDK resources\nhave been deployed. So your deployment workflow should (conceptually) be:\n\n1. `cdk deploy`\n2. `cdk8s synth`\n\n> Note that the `AwsCdkResolver` is **only** able to fetch tokens that have a `CfnOutput` defined for them.\n\n##### Permissions\n\nSince running `cdk8s synth` will now require performing AWS service calls, it must have access\nto a set of AWS credentials. Following are the set of actions the credentials must allow:\n\n- `cloudformation:DescribeStacks`\n\nNote that the actions cdk8s require are far more scoped down than those normally required for the\ndeployment of AWS CDK applications. It is therefore recommended to not reuse the same set of credentials,\nand instead create a scoped down `ReadOnly` role dedicated for cdk8s resolvers.\n\n## Cross Repository Workflow\n\nAs we've seen, your `cdk8s` application needs access to the objects defined in your cloud application. If both applications\nare defined within the same file, this is trivial to achieve. If they are in different files, a simple `import` statement will suffice.\nHowever, what if the applications are managed in two separate repositories? This makes it a little trickier, but still possible.\n\nIn this scenario, `cdk.ts` in the AWS CDK application, stored in a dedicated repository.\n\n```ts\nimport * as aws from 'aws-cdk-lib';\n\nconst awsApp = new aws.App();\nconst stack = new aws.Stack(awsApp, 'aws');\n\nconst bucket = new aws.aws_s3.Bucket(stack, 'Bucket');\nconst bucketName = new aws.CfnOutput(stack, 'BucketName', {\n value: bucket.bucketName,\n});\n\nawsApp.synth();\n```\n\nIn order for the `cdk8s` application to have cross repository access, the AWS CDK object instances that we want to expose need to be available\nvia a package repository. To do this, break up the AWS CDK application into the following files:\n\n`app.ts`\n\n```ts\nimport * as aws from 'aws-cdk-lib';\n\nconst awsApp = new aws.App();\nconst stack = new aws.Stack(awsApp, 'aws');\n\nconst bucket = new aws.aws_s3.Bucket(stack, 'Bucket');\n// export the thing we want to have available for cdk8s applications\nexport const bucketName = new aws.CfnOutput(stack, 'BucketName', {\n value: bucket.bucketName,\n});\n\n// note that we don't call awsApp.synth here\n```\n\n`main.ts`\n\n```ts\nimport { awsApp } from './app.ts'\n\nawsApp.synth();\n```\n\nNow, publish the `app.ts` file to a package manager, so that your `cdk8s` application can install and import it.\nThis approach might be somewhat counter intuitive, because normally we only publish classes to the package manager,\nnot instances. Indeed, these types of applications introduce a new use-case that requires the sharing of instances.\nConceptually, this is no different than writing state<sup>*</sup> to an SSM parameter or an S3 bucket, and it allows us to remain\nin the boundaries of our programming language, and the typing guarantees it provides.\n\n> <sup>*</sup> Actually, we are only publishing instructions for fetching state, not the state itself.\n\nAssuming `app.ts` was published as the `my-cdk-app` package, our `cdk8s` application will now look like so:\n\n```ts\nimport * as k8s from 'cdk8s';\nimport * as kplus from 'cdk8s-plus-27';\n\n// import the desired instance from the AWS CDK app.\nimport { bucketName } from 'my-cdk-app';\n\nimport { AwsCdkResolver } from '@cdk8s/awscdk-resolver';\n\nconst k8sApp = new k8s.App({ resolvers: [new AwsCdkResolver()] });\nconst manifest = new k8s.Chart(k8sApp, 'Manifest');\n\nnew kplus.CronJob(manifest, 'CronJob', {\n schedule: k8s.Cron.daily(),\n containers: [{\n image: 'job',\n envVariables: {\n // directly passing the value of the `CfnOutput` containing\n // the deploy time bucket name\n BUCKET_NAME: kplus.EnvValue.fromValue(bucketName.value),\n }\n }]\n});\n\nk8sApp.synth();\n```"
|
3536
|
+
},
|
3537
|
+
"repository": {
|
3538
|
+
"type": "git",
|
3539
|
+
"url": "https://github.com/cdk8s-team/cdk8s-awscdk-resolver.git"
|
3540
|
+
},
|
3541
|
+
"schema": "jsii/0.10.0",
|
3542
|
+
"targets": {
|
3543
|
+
"dotnet": {
|
3544
|
+
"namespace": "Org.Cdk8s.AwscdkResolver",
|
3545
|
+
"packageId": "Org.Cdk8s.AwscdkResolver"
|
3546
|
+
},
|
3547
|
+
"go": {
|
3548
|
+
"moduleName": "github.com/cdk8s-team/cdk8s-awscdk-resolver-go"
|
3549
|
+
},
|
3550
|
+
"java": {
|
3551
|
+
"maven": {
|
3552
|
+
"artifactId": "cdk8s-awscdk-resolver",
|
3553
|
+
"groupId": "org.cdk8s"
|
3554
|
+
},
|
3555
|
+
"package": "org.cdk8s.awscdkresolver"
|
3556
|
+
},
|
3557
|
+
"js": {
|
3558
|
+
"npm": "@cdk8s/awscdk-resolver"
|
3559
|
+
},
|
3560
|
+
"python": {
|
3561
|
+
"distName": "cdk8s-awscdk-resolver",
|
3562
|
+
"module": "cdk8s_awscdk_resolver"
|
3563
|
+
}
|
3564
|
+
},
|
3565
|
+
"types": {
|
3566
|
+
"@cdk8s/awscdk-resolver.AwsCdkResolver": {
|
3567
|
+
"assembly": "@cdk8s/awscdk-resolver",
|
3568
|
+
"docs": {
|
3569
|
+
"stability": "stable"
|
3570
|
+
},
|
3571
|
+
"fqn": "@cdk8s/awscdk-resolver.AwsCdkResolver",
|
3572
|
+
"initializer": {
|
3573
|
+
"docs": {
|
3574
|
+
"stability": "stable"
|
3575
|
+
}
|
3576
|
+
},
|
3577
|
+
"interfaces": [
|
3578
|
+
"cdk8s.IResolver"
|
3579
|
+
],
|
3580
|
+
"kind": "class",
|
3581
|
+
"locationInModule": {
|
3582
|
+
"filename": "src/resolve.ts",
|
3583
|
+
"line": 7
|
3584
|
+
},
|
3585
|
+
"methods": [
|
3586
|
+
{
|
3587
|
+
"docs": {
|
3588
|
+
"remarks": "To replace a value, implementations must invoke `context.replaceValue`.",
|
3589
|
+
"stability": "stable",
|
3590
|
+
"summary": "This function is invoked on every property during cdk8s synthesis."
|
3591
|
+
},
|
3592
|
+
"locationInModule": {
|
3593
|
+
"filename": "src/resolve.ts",
|
3594
|
+
"line": 9
|
3595
|
+
},
|
3596
|
+
"name": "resolve",
|
3597
|
+
"overrides": "cdk8s.IResolver",
|
3598
|
+
"parameters": [
|
3599
|
+
{
|
3600
|
+
"name": "context",
|
3601
|
+
"type": {
|
3602
|
+
"fqn": "cdk8s.ResolutionContext"
|
3603
|
+
}
|
3604
|
+
}
|
3605
|
+
]
|
3606
|
+
}
|
3607
|
+
],
|
3608
|
+
"name": "AwsCdkResolver",
|
3609
|
+
"symbolId": "src/resolve:AwsCdkResolver"
|
3610
|
+
}
|
3611
|
+
},
|
3612
|
+
"version": "0.0.1",
|
3613
|
+
"fingerprint": "JTJGSdrdD+ZYr2rrUC4gRvedyR4vqicu3Qg6HZclyds="
|
3614
|
+
}
|