@servicevic-oss/cdk-cleanup-certificate-validation-records 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3687 -0
- package/API.md +202 -0
- package/LICENSE +19 -0
- package/README.md +128 -0
- package/lib/cleanup-certificate-validation-records.handler.d.ts +9 -0
- package/lib/cleanup-certificate-validation-records.handler.js +69 -0
- package/lib/index.d.ts +25 -0
- package/lib/index.js +63 -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-acm/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-acm/README.md +328 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/ACM.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/ACMClient.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/commands/AddTagsToCertificateCommand.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/commands/DeleteCertificateCommand.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/commands/DescribeCertificateCommand.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/commands/ExportCertificateCommand.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/commands/GetAccountConfigurationCommand.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/commands/GetCertificateCommand.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/commands/ImportCertificateCommand.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/commands/ListCertificatesCommand.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/commands/ListTagsForCertificateCommand.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/commands/PutAccountConfigurationCommand.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/commands/RemoveTagsFromCertificateCommand.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/commands/RenewCertificateCommand.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/commands/RequestCertificateCommand.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/commands/ResendValidationEmailCommand.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/commands/UpdateCertificateOptionsCommand.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/endpoint/EndpointParameters.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/index.js +1701 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/models/ACMServiceException.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/pagination/Interfaces.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/pagination/ListCertificatesPaginator.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/pagination/index.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/protocols/Aws_json1_1.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/runtimeConfig.shared.js +34 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/runtimeExtensions.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/waiters/index.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-cjs/waiters/waitForCertificateValidated.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/ACM.js +37 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/ACMClient.js +52 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/AddTagsToCertificateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/DeleteCertificateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/DescribeCertificateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/ExportCertificateCommand.js +25 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/GetAccountConfigurationCommand.js +24 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/GetCertificateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/ImportCertificateCommand.js +25 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/ListCertificatesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/ListTagsForCertificateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/PutAccountConfigurationCommand.js +24 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/RemoveTagsFromCertificateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/RenewCertificateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/RequestCertificateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/ResendValidationEmailCommand.js +24 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/UpdateCertificateOptionsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/index.js +15 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/endpoint/EndpointParameters.js +14 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/endpoint/endpointResolver.js +8 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/index.js +8 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/models/ACMServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/models/models_0.js +321 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/pagination/Interfaces.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/pagination/ListCertificatesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/protocols/Aws_json1_1.js +641 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/runtimeConfig.js +44 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/runtimeConfig.shared.js +30 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/waiters/index.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/waiters/waitForCertificateValidated.js +66 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ACM.d.ts +117 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ACMClient.d.ts +188 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/AddTagsToCertificateCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/DeleteCertificateCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/DescribeCertificateCommand.d.ts +144 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/ExportCertificateCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/GetAccountConfigurationCommand.d.ts +64 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/GetCertificateCommand.d.ts +73 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/ImportCertificateCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/ListCertificatesCommand.d.ts +112 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/ListTagsForCertificateCommand.d.ts +72 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/PutAccountConfigurationCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/RemoveTagsFromCertificateCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/RenewCertificateCommand.d.ts +67 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/RequestCertificateCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/ResendValidationEmailCommand.d.ts +80 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/UpdateCertificateOptionsCommand.d.ts +75 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/index.d.ts +15 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/index.d.ts +18 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/models/ACMServiceException.d.ts +13 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/models/models_0.d.ts +1586 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/pagination/Interfaces.d.ts +8 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/pagination/ListCertificatesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/protocols/Aws_json1_1.d.ts +137 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/runtimeConfig.browser.d.ts +48 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/runtimeConfig.d.ts +48 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/runtimeConfig.native.d.ts +47 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/ACM.d.ts +260 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/ACMClient.d.ts +207 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/AddTagsToCertificateCommand.d.ts +25 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +25 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ExportCertificateCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/GetAccountConfigurationCommand.d.ts +26 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ListTagsForCertificateCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/PutAccountConfigurationCommand.d.ts +26 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RemoveTagsFromCertificateCommand.d.ts +26 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RenewCertificateCommand.d.ts +24 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RequestCertificateCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ResendValidationEmailCommand.d.ts +25 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/UpdateCertificateOptionsCommand.d.ts +26 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/index.d.ts +15 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/models/ACMServiceException.d.ts +8 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/models/models_0.d.ts +446 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +185 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/runtimeConfig.browser.d.ts +97 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/runtimeConfig.d.ts +101 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/waiters/waitForCertificateValidated.d.ts +11 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/waiters/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/waiters/waitForCertificateValidated.d.ts +14 -0
- package/node_modules/@aws-sdk/client-acm/package.json +102 -0
- package/node_modules/@aws-sdk/client-route-53/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-route-53/README.md +781 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/Route53.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/Route53Client.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ActivateKeySigningKeyCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ChangeCidrCollectionCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ChangeTagsForResourceCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/CreateCidrCollectionCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/CreateHealthCheckCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/CreateHostedZoneCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/CreateKeySigningKeyCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/CreateReusableDelegationSetCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/CreateTrafficPolicyCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/DeleteCidrCollectionCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/DeleteHealthCheckCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/DeleteHostedZoneCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/DeleteKeySigningKeyCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/DeleteTrafficPolicyCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetAccountLimitCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetChangeCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetCheckerIpRangesCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetDNSSECCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetGeoLocationCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetHealthCheckCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetHealthCheckCountCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetHealthCheckStatusCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetHostedZoneCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetHostedZoneCountCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetHostedZoneLimitCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetQueryLoggingConfigCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetReusableDelegationSetCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetTrafficPolicyCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListCidrBlocksCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListCidrCollectionsCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListCidrLocationsCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListGeoLocationsCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListHealthChecksCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListHostedZonesByNameCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListHostedZonesByVPCCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListHostedZonesCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListResourceRecordSetsCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListReusableDelegationSetsCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListTagsForResourceCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListTagsForResourcesCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListTrafficPoliciesCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/TestDNSAnswerCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/UpdateHealthCheckCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/endpoint/EndpointParameters.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/index.js +7970 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/models/Route53ServiceException.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/pagination/Interfaces.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/pagination/ListCidrBlocksPaginator.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/pagination/ListCidrCollectionsPaginator.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/pagination/ListCidrLocationsPaginator.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/pagination/ListHealthChecksPaginator.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/pagination/ListHostedZonesPaginator.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/pagination/ListQueryLoggingConfigsPaginator.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/pagination/index.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/protocols/Aws_restXml.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/runtimeConfig.shared.js +34 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/runtimeExtensions.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/waiters/index.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/waiters/waitForResourceRecordSetsChanged.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/Route53.js +147 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/Route53Client.js +52 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ActivateKeySigningKeyCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeCidrCollectionCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeResourceRecordSetsCommand.js +27 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeTagsForResourceCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateCidrCollectionCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateHealthCheckCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateHostedZoneCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateKeySigningKeyCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateQueryLoggingConfigCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateReusableDelegationSetCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyVersionCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeactivateKeySigningKeyCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteCidrCollectionCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteHealthCheckCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteHostedZoneCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteKeySigningKeyCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteQueryLoggingConfigCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteReusableDelegationSetCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteTrafficPolicyCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DisableHostedZoneDNSSECCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/EnableHostedZoneDNSSECCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetAccountLimitCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetChangeCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetCheckerIpRangesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetDNSSECCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetGeoLocationCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckCountCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckStatusCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneCountCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneLimitCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetQueryLoggingConfigCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetReusableDelegationSetCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetReusableDelegationSetLimitCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyInstanceCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrBlocksCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrCollectionsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrLocationsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListGeoLocationsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHealthChecksCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesByNameCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesByVPCCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListQueryLoggingConfigsCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListResourceRecordSetsCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListReusableDelegationSetsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTagsForResourceCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTagsForResourcesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPoliciesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyVersionsCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/TestDNSAnswerCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHealthCheckCommand.js +24 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHostedZoneCommentCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/index.js +70 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/endpoint/EndpointParameters.js +14 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/endpoint/endpointResolver.js +8 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/index.js +8 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/models/Route53ServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/models/models_0.js +1041 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/pagination/Interfaces.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListCidrBlocksPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListCidrCollectionsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListCidrLocationsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListHealthChecksPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListHostedZonesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/pagination/ListQueryLoggingConfigsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/pagination/index.js +7 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/protocols/Aws_restXml.js +4741 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.js +44 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.shared.js +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/waiters/index.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/waiters/waitForResourceRecordSetsChanged.js +31 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/Route53.d.ts +516 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/Route53Client.d.ts +257 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +184 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ChangeCidrCollectionCommand.d.ts +114 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +817 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ChangeTagsForResourceCommand.d.ts +112 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateCidrCollectionCommand.d.ts +80 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateHealthCheckCommand.d.ts +199 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateHostedZoneCommand.d.ts +227 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateKeySigningKeyCommand.d.ts +122 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +275 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +150 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateTrafficPolicyCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteCidrCollectionCommand.d.ts +70 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteHealthCheckCommand.d.ts +79 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteHostedZoneCommand.d.ts +123 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +69 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +76 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +86 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +74 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +134 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetAccountLimitCommand.d.ts +73 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetChangeCommand.d.ts +83 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetCheckerIpRangesCommand.d.ts +67 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetDNSSECCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetGeoLocationCommand.d.ts +100 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHealthCheckCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHealthCheckCountCommand.d.ts +56 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +73 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHealthCheckStatusCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHostedZoneCommand.d.ts +123 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHostedZoneCountCommand.d.ts +59 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHostedZoneLimitCommand.d.ts +76 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +70 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetReusableDelegationSetCommand.d.ts +74 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +73 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetTrafficPolicyCommand.d.ts +74 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +85 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +57 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListCidrBlocksCommand.d.ts +76 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListCidrCollectionsCommand.d.ts +71 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListCidrLocationsCommand.d.ts +72 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListGeoLocationsCommand.d.ts +86 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListHealthChecksCommand.d.ts +122 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListHostedZonesByNameCommand.d.ts +142 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListHostedZonesCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListResourceRecordSetsCommand.d.ts +184 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +75 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTagsForResourceCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTagsForResourcesCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPoliciesCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +100 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +80 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +81 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/TestDNSAnswerCommand.d.ts +85 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateHealthCheckCommand.d.ts +146 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +85 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +121 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/index.d.ts +70 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/index.d.ts +32 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/models/Route53ServiceException.d.ts +13 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/models/models_0.d.ts +7757 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/pagination/Interfaces.d.ts +8 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/pagination/ListCidrBlocksPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/pagination/ListCidrCollectionsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/pagination/ListCidrLocationsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/pagination/ListHealthChecksPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/pagination/ListHostedZonesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/pagination/ListQueryLoggingConfigsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/pagination/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/protocols/Aws_restXml.d.ts +632 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.browser.d.ts +48 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.d.ts +48 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.native.d.ts +47 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/Route53.d.ts +1219 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/Route53Client.d.ts +540 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetChangeCommand.d.ts +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/index.d.ts +70 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/models/Route53ServiceException.d.ts +8 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/models/models_0.d.ts +1556 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/pagination/ListCidrBlocksPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/pagination/ListCidrCollectionsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/pagination/ListCidrLocationsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/pagination/ListHealthChecksPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/pagination/ListHostedZonesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/pagination/ListQueryLoggingConfigsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/protocols/Aws_restXml.d.ts +845 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.browser.d.ts +97 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.d.ts +101 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +11 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/waiters/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/waiters/waitForResourceRecordSetsChanged.d.ts +14 -0
- package/node_modules/@aws-sdk/client-route-53/package.json +105 -0
- package/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-sso/README.md +252 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +68 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/EndpointParameters.js +1 -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/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +673 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +1 -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 +47 -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 +40 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeExtensions.js +1 -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 +52 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +62 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +25 -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 +14 -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/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +7 -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 +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +4 -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 +254 -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 +42 -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 +36 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +184 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +81 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +81 -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 +40 -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/extensionConfiguration.d.ts +9 -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 +55 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +55 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +54 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -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 +139 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +26 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +22 -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 +51 -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/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +10 -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 +119 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +119 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +110 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso/package.json +99 -0
- package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-sso-oidc/README.md +274 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +64 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenWithIAMCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/credentialDefaultProvider.js +29 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/EndpointParameters.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +1067 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +40 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeExtensions.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +15 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +52 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +58 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/credentialDefaultProvider.js +3 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +14 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +8 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +217 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +448 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +44 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +36 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +75 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +212 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +161 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +243 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +110 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/credentialDefaultProvider.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +51 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +13 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +734 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +56 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +55 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +73 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +144 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +26 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/credentialDefaultProvider.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +201 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +122 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +120 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +113 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +103 -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 +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +56 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +67 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/credentialDefaultProvider.js +29 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +20 -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/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +1491 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +1 -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 +63 -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 +40 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +25 -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 +52 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +60 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +24 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +24 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +24 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/credentialDefaultProvider.js +3 -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 +67 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +16 -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/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/index.js +7 -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 +917 -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 +58 -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 +36 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +21 -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 +182 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +71 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +256 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +281 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +290 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +114 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +74 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +115 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +229 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +153 -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/credentialDefaultProvider.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +23 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +43 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +46 -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/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +18 -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 +1213 -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 +57 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +60 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +56 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -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 +165 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +54 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +26 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +29 -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/credentialDefaultProvider.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +19 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +33 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +57 -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/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +10 -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 +128 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +129 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +119 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +51 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sts/package.json +105 -0
- package/node_modules/@aws-sdk/core/CHANGELOG.md +196 -0
- package/node_modules/@aws-sdk/core/README.md +5 -0
- package/node_modules/@aws-sdk/core/api-extractor.json +4 -0
- package/node_modules/@aws-sdk/core/dist-cjs/client/emitWarningIfUnsupportedVersion.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/client/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getDateHeader.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/isClockSkewed.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +322 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/coercing-serializers.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/awsExpectUnion.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/client/emitWarningIfUnsupportedVersion.js +13 -0
- package/node_modules/@aws-sdk/core/dist-es/client/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +55 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +82 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getDateHeader.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/index.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/isClockSkewed.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/coercing-serializers.js +53 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/json/awsExpectUnion.js +10 -0
- package/node_modules/@aws-sdk/core/dist-types/client/emitWarningIfUnsupportedVersion.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +17 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +95 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/coercing-serializers.d.ts +18 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/json/awsExpectUnion.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/emitWarningIfUnsupportedVersion.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +21 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +55 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/coercing-serializers.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/awsExpectUnion.d.ts +3 -0
- package/node_modules/@aws-sdk/core/jest.config.js +6 -0
- package/node_modules/@aws-sdk/core/package.json +57 -0
- package/node_modules/@aws-sdk/core/scripts/lint.js +24 -0
- package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +70 -0
- package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +25 -0
- package/node_modules/@aws-sdk/core/src/client/index.ts +1 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +132 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/index.ts +2 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts +244 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/index.ts +1 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getDateHeader.ts +7 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.spec.ts +17 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.ts +8 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.spec.ts +37 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.ts +18 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/index.ts +3 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.spec.ts +32 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.ts +12 -0
- package/node_modules/@aws-sdk/core/src/index.ts +3 -0
- package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.spec.ts +76 -0
- package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.ts +72 -0
- package/node_modules/@aws-sdk/core/src/protocols/index.ts +2 -0
- package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.spec.ts +30 -0
- package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.ts +17 -0
- package/node_modules/@aws-sdk/core/tsconfig.cjs.json +9 -0
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -0
- package/node_modules/@aws-sdk/core/tsconfig.es.json +9 -0
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -0
- package/node_modules/@aws-sdk/core/tsconfig.types.json +9 -0
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -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 +1 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +68 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +24 -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 +32 -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 +11 -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 +60 -0
- package/node_modules/@aws-sdk/credential-provider-http/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +32 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +65 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +59 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +42 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +27 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +59 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +53 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +69 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/package.json +67 -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 +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +211 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/loadSts.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveWebIdentityCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +7 -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/loadSts.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +53 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +5 -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 +13 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +45 -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/loadSts.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +44 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +16 -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 +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +19 -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 +27 -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/loadSts.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +10 -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 +8 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +15 -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 +67 -0
- package/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-node/README.md +104 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +125 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +39 -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 +17 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +57 -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 +10 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +23 -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 +69 -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 +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +98 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js +1 -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 +7 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +22 -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 +11 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +15 -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 +8 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +9 -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 +61 -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 +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +201 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/isSsoProfile.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +61 -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/loadSso.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +53 -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 +69 -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/loadSso.d.ts +3 -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 +20 -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/loadSso.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +12 -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 +63 -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 +26 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +50 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +27 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/loadSts.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +22 -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-es/loadSts.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +145 -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/loadSts.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +41 -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/dist-types/ts3.4/loadSts.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +69 -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 +70 -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 +55 -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 +79 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +1 -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 +56 -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 +67 -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 +55 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-cjs/change-resource-record-sets.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-cjs/constants.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-cjs/id-normalizer.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-cjs/index.js +121 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/change-resource-record-sets.js +46 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/id-normalizer.js +28 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/change-resource-record-sets.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/constants.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/id-normalizer.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/ts3.4/change-resource-record-sets.d.ts +25 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/ts3.4/constants.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/ts3.4/id-normalizer.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-route53/package.json +54 -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 +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +122 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +1 -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 +57 -0
- package/node_modules/@aws-sdk/region-config-resolver/LICENSE +201 -0
- package/node_modules/@aws-sdk/region-config-resolver/README.md +12 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +115 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/index.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +25 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +12 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +17 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +8 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +37 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +58 -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/constants.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +214 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/loadSsoOidc.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js +1 -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 +79 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -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 +3 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/loadSsoOidc.js +2 -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/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 +6 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +6 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/loadSsoOidc.d.ts +2 -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/constants.d.ts +3 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +9 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -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 +3 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/loadSsoOidc.d.ts +2 -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 +66 -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 +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/auth.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/client.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/command.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/connection.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/credentials.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/dns.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/encode.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/http.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +298 -0
- package/node_modules/@aws-sdk/types/dist-cjs/logger.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/profile.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/request.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/response.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/retry.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/serde.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/signature.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/stream.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/token.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/uri.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/util.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/waiter.js +1 -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/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/extensions/index.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 +32 -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/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 +49 -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/extensions/index.d.ts +8 -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 +1 -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 +32 -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/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 +12 -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/extensions/index.d.ts +5 -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 +1 -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 +32 -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 +56 -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/aws.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +404 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +216 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +5 -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 +216 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -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-types/aws.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +5 -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/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +5 -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/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -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 +12 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -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 +1 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +56 -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 +39 -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 +52 -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 +53 -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/crt-availability.js +1 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +94 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +1 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +39 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +7 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +9 -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/crt-availability.d.ts +3 -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 +63 -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/@aws-sdk/xml-builder/LICENSE +201 -0
- package/node_modules/@aws-sdk/xml-builder/README.md +10 -0
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/XmlNode.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/XmlText.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/escape-attribute.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/escape-element.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +170 -0
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/stringable.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +86 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +9 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +3 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +12 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +53 -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 +1 -0
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +1 -0
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +85 -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 +62 -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 +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +235 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +1 -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 +64 -0
- package/node_modules/@smithy/core/LICENSE +201 -0
- package/node_modules/@smithy/core/README.md +12 -0
- package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/index.js +493 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +1 -0
- package/node_modules/@smithy/core/dist-es/getSmithyContext.js +2 -0
- package/node_modules/@smithy/core/dist-es/index.js +7 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +18 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +18 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +40 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +16 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +24 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +2 -0
- package/node_modules/@smithy/core/dist-es/normalizeProvider.js +6 -0
- package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +38 -0
- package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +67 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +13 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +33 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +10 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +5 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +53 -0
- package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/index.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
- package/node_modules/@smithy/core/package.json +67 -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 +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +427 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +1 -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/error/InstanceMetadataV1FallbackError.js +9 -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 +132 -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/error/InstanceMetadataV1FallbackError.d.ts +12 -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 +40 -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/error/InstanceMetadataV1FallbackError.d.ts +12 -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 +40 -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 +70 -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 +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/HeaderMarshaller.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/Int64.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/Message.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageDecoderStream.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageEncoderStream.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/TestVectors.fixture.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +468 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/splitMessage.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/vectorTypes.fixture.js +1 -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 +61 -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 +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +220 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +111 -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 +33 -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 +33 -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 +79 -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 +66 -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 +64 -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 +41 -0
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +1 -0
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +1 -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 +57 -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 +32 -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 +60 -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 +71 -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 +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +5 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +254 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +32 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +3 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +45 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +31 -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 +32 -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/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +28 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +2 -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 +93 -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/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +1 -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/getEndpointUrlConfig.d.ts +2 -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 +93 -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 +73 -0
- package/node_modules/@smithy/middleware-retry/LICENSE +201 -0
- package/node_modules/@smithy/middleware-retry/README.md +11 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +424 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/util.js +1 -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/isStreamingPayload/isStreamingPayload.browser.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -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 +111 -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/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -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/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +5 -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 +78 -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 +1 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +97 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +1 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +1 -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 +1 -0
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +318 -0
- package/node_modules/@smithy/middleware-stack/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +281 -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 +63 -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 +1 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +1 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +1 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +1 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +87 -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 +22 -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 +65 -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 +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +626 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +1 -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 +146 -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 +159 -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 +25 -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 +57 -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 +25 -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 +57 -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 +67 -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 +1 -0
- package/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -0
- package/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -0
- package/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -0
- package/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -0
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +150 -0
- package/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -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 +21 -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 +60 -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 +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +237 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/types.js +1 -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/extensions/httpExtensionConfiguration.js +22 -0
- package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -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 +8 -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/extensions/httpExtensionConfiguration.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +18 -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 +8 -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/extensions/httpExtensionConfiguration.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +18 -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 +8 -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 +61 -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 +52 -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 +61 -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 +53 -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 +60 -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 +1 -0
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +92 -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/getConfigData.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +1 -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 +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +190 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +1 -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 +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -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 +22 -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 +5 -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 +27 -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 +52 -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/getConfigData.d.ts +8 -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/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 +22 -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/getConfigData.d.ts +8 -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/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 +22 -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 +72 -0
- package/node_modules/@smithy/signature-v4/LICENSE +201 -0
- package/node_modules/@smithy/signature-v4/README.md +11 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/cloneRequest.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +467 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +1 -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 +70 -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 +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/client.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/command.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1256 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +1 -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 +114 -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/extensions/checksum.js +31 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +15 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +16 -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 +22 -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 +112 -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/extensions/checksum.d.ts +25 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +15 -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 +23 -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 +112 -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/extensions/checksum.d.ts +25 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +15 -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 +23 -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 +80 -0
- package/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/index.js +149 -0
- package/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@smithy/types/dist-es/auth/index.js +6 -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/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -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 +4 -0
- package/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.js +36 -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 +6 -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/exact.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/no-undefined.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/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -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 +55 -0
- package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +65 -0
- package/node_modules/@smithy/types/dist-types/http.d.ts +105 -0
- package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +27 -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 +4 -0
- package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +36 -0
- package/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +510 -0
- package/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/profile.d.ts +30 -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 +33 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -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 +73 -0
- package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +62 -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/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -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 +55 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +64 -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/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +27 -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 +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +36 -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 +510 -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 +30 -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 +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -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 +84 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +82 -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 +61 -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 +49 -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 +58 -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 +27 -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 +1 -0
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +57 -0
- package/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +26 -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 +57 -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 +1 -0
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +53 -0
- package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +25 -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 +61 -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 +47 -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 +61 -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 +1 -0
- package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +64 -0
- package/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +1 -0
- package/node_modules/@smithy/util-config-provider/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +9 -0
- package/node_modules/@smithy/util-config-provider/dist-es/index.js +3 -0
- package/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +9 -0
- package/node_modules/@smithy/util-config-provider/dist-es/types.js +5 -0
- package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +10 -0
- package/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +9 -0
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +10 -0
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +9 -0
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +4 -0
- package/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +4 -0
- package/node_modules/@smithy/util-config-provider/package.json +62 -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 +25 -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 +66 -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 +1 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +119 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +1 -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 +66 -0
- package/node_modules/@smithy/util-endpoints/LICENSE +201 -0
- package/node_modules/@smithy/util-endpoints/README.md +10 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +484 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +2 -0
- package/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +12 -0
- package/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +21 -0
- package/node_modules/@smithy/util-endpoints/dist-es/index.js +5 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +11 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +25 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +9 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +2 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +13 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +51 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +9 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +37 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +6 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/index.js +7 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +11 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +12 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +14 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +22 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +27 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +14 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +16 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +27 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +36 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +13 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +12 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +5 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +21 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +15 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +7 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +25 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +11 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +8 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +8 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +25 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +11 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +8 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +8 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/package.json +67 -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 +67 -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 +60 -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/getSmithyContext.js +1 -0
- package/node_modules/@smithy/util-middleware/dist-cjs/index.js +45 -0
- package/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +1 -0
- package/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
- package/node_modules/@smithy/util-middleware/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +6 -0
- package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/util-middleware/package.json +66 -0
- package/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/node_modules/@smithy/util-retry/README.md +78 -0
- package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +347 -0
- package/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -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 +68 -0
- package/node_modules/@smithy/util-stream/LICENSE +201 -0
- package/node_modules/@smithy/util-stream/README.md +6 -0
- package/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +1 -0
- package/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +1 -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 +89 -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 +95 -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 +1 -0
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +1 -0
- package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +43 -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 +59 -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 +1 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +57 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -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 +66 -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 +1 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +155 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/poller.js +1 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +1 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +1 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +1 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +1 -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 +62 -0
- package/node_modules/async-await-retry/LICENSE +21 -0
- package/node_modules/async-await-retry/README.md +183 -0
- package/node_modules/async-await-retry/index.d.ts +2 -0
- package/node_modules/async-await-retry/index.js +84 -0
- package/node_modules/async-await-retry/package.json +53 -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 +138 -0
|
@@ -0,0 +1,4741 @@
|
|
|
1
|
+
import { XmlNode as __XmlNode } from "@aws-sdk/xml-builder";
|
|
2
|
+
import { requestBuilder as rb } from "@smithy/core";
|
|
3
|
+
import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, getArrayIfSingleItem as __getArrayIfSingleItem, getValueFromTextNode as __getValueFromTextNode, map, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, } from "@smithy/smithy-client";
|
|
4
|
+
import { XMLParser } from "fast-xml-parser";
|
|
5
|
+
import { CidrBlockInUseException, CidrCollectionAlreadyExistsException, CidrCollectionInUseException, CidrCollectionVersionMismatchException, ConcurrentModification, ConflictingDomainExists, ConflictingTypes, DelegationSetAlreadyCreated, DelegationSetAlreadyReusable, DelegationSetInUse, DelegationSetNotAvailable, DelegationSetNotReusable, DNSSECNotFound, HealthCheckAlreadyExists, HealthCheckInUse, HealthCheckVersionMismatch, HostedZoneAlreadyExists, HostedZoneNotEmpty, HostedZoneNotFound, HostedZoneNotPrivate, HostedZonePartiallyDelegated, IncompatibleVersion, InsufficientCloudWatchLogsResourcePolicy, InvalidArgument, InvalidChangeBatch, InvalidDomainName, InvalidInput, InvalidKeySigningKeyName, InvalidKeySigningKeyStatus, InvalidKMSArn, InvalidPaginationToken, InvalidSigningStatus, InvalidTrafficPolicyDocument, InvalidVPCId, KeySigningKeyAlreadyExists, KeySigningKeyInParentDSRecord, KeySigningKeyInUse, KeySigningKeyWithActiveStatusNotFound, LastVPCAssociation, LimitsExceeded, NoSuchChange, NoSuchCidrCollectionException, NoSuchCidrLocationException, NoSuchCloudWatchLogsLogGroup, NoSuchDelegationSet, NoSuchGeoLocation, NoSuchHealthCheck, NoSuchHostedZone, NoSuchKeySigningKey, NoSuchQueryLoggingConfig, NoSuchTrafficPolicy, NoSuchTrafficPolicyInstance, NotAuthorizedException, PriorRequestNotComplete, PublicZoneVPCAssociation, QueryLoggingConfigAlreadyExists, ThrottlingException, TooManyHealthChecks, TooManyHostedZones, TooManyKeySigningKeys, TooManyTrafficPolicies, TooManyTrafficPolicyInstances, TooManyTrafficPolicyVersionsForCurrentPolicy, TooManyVPCAssociationAuthorizations, TrafficPolicyAlreadyExists, TrafficPolicyInstanceAlreadyExists, TrafficPolicyInUse, VPCAssociationAuthorizationNotFound, VPCAssociationNotFound, } from "../models/models_0";
|
|
6
|
+
import { Route53ServiceException as __BaseException } from "../models/Route53ServiceException";
|
|
7
|
+
export const se_ActivateKeySigningKeyCommand = async (input, context) => {
|
|
8
|
+
const b = rb(input, context);
|
|
9
|
+
const headers = {};
|
|
10
|
+
b.bp("/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/activate");
|
|
11
|
+
b.p("HostedZoneId", () => input.HostedZoneId, "{HostedZoneId}", false);
|
|
12
|
+
b.p("Name", () => input.Name, "{Name}", false);
|
|
13
|
+
let body;
|
|
14
|
+
b.m("POST").h(headers).b(body);
|
|
15
|
+
return b.build();
|
|
16
|
+
};
|
|
17
|
+
export const se_AssociateVPCWithHostedZoneCommand = async (input, context) => {
|
|
18
|
+
const b = rb(input, context);
|
|
19
|
+
const headers = {
|
|
20
|
+
"content-type": "application/xml",
|
|
21
|
+
};
|
|
22
|
+
b.bp("/2013-04-01/hostedzone/{HostedZoneId}/associatevpc");
|
|
23
|
+
b.p("HostedZoneId", () => input.HostedZoneId, "{HostedZoneId}", false);
|
|
24
|
+
let body;
|
|
25
|
+
body = _ve;
|
|
26
|
+
const bn = new __XmlNode(_AVPCWHZR);
|
|
27
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
28
|
+
if (input[_C] != null) {
|
|
29
|
+
bn.c(__XmlNode.of(_AVPCC, input[_C]).n(_C));
|
|
30
|
+
}
|
|
31
|
+
if (input[_VPC] != null) {
|
|
32
|
+
bn.c(se_VPC(input[_VPC], context).n(_VPC));
|
|
33
|
+
}
|
|
34
|
+
body += bn.toString();
|
|
35
|
+
b.m("POST").h(headers).b(body);
|
|
36
|
+
return b.build();
|
|
37
|
+
};
|
|
38
|
+
export const se_ChangeCidrCollectionCommand = async (input, context) => {
|
|
39
|
+
const b = rb(input, context);
|
|
40
|
+
const headers = {
|
|
41
|
+
"content-type": "application/xml",
|
|
42
|
+
};
|
|
43
|
+
b.bp("/2013-04-01/cidrcollection/{Id}");
|
|
44
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
45
|
+
let body;
|
|
46
|
+
body = _ve;
|
|
47
|
+
const bn = new __XmlNode(_CCCR);
|
|
48
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
49
|
+
bn.lc(input, "Changes", "Changes", () => se_CidrCollectionChanges(input[_Ch], context));
|
|
50
|
+
if (input[_CV] != null) {
|
|
51
|
+
bn.c(__XmlNode.of(_CV, String(input[_CV])).n(_CV));
|
|
52
|
+
}
|
|
53
|
+
body += bn.toString();
|
|
54
|
+
b.m("POST").h(headers).b(body);
|
|
55
|
+
return b.build();
|
|
56
|
+
};
|
|
57
|
+
export const se_ChangeResourceRecordSetsCommand = async (input, context) => {
|
|
58
|
+
const b = rb(input, context);
|
|
59
|
+
const headers = {
|
|
60
|
+
"content-type": "application/xml",
|
|
61
|
+
};
|
|
62
|
+
b.bp("/2013-04-01/hostedzone/{HostedZoneId}/rrset");
|
|
63
|
+
b.p("HostedZoneId", () => input.HostedZoneId, "{HostedZoneId}", false);
|
|
64
|
+
let body;
|
|
65
|
+
body = _ve;
|
|
66
|
+
const bn = new __XmlNode(_CRRSR);
|
|
67
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
68
|
+
if (input[_CB] != null) {
|
|
69
|
+
bn.c(se_ChangeBatch(input[_CB], context).n(_CB));
|
|
70
|
+
}
|
|
71
|
+
body += bn.toString();
|
|
72
|
+
b.m("POST").h(headers).b(body);
|
|
73
|
+
return b.build();
|
|
74
|
+
};
|
|
75
|
+
export const se_ChangeTagsForResourceCommand = async (input, context) => {
|
|
76
|
+
const b = rb(input, context);
|
|
77
|
+
const headers = {
|
|
78
|
+
"content-type": "application/xml",
|
|
79
|
+
};
|
|
80
|
+
b.bp("/2013-04-01/tags/{ResourceType}/{ResourceId}");
|
|
81
|
+
b.p("ResourceType", () => input.ResourceType, "{ResourceType}", false);
|
|
82
|
+
b.p("ResourceId", () => input.ResourceId, "{ResourceId}", false);
|
|
83
|
+
let body;
|
|
84
|
+
body = _ve;
|
|
85
|
+
const bn = new __XmlNode(_CTFRR);
|
|
86
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
87
|
+
bn.lc(input, "AddTags", "AddTags", () => se_TagList(input[_AT], context));
|
|
88
|
+
bn.lc(input, "RemoveTagKeys", "RemoveTagKeys", () => se_TagKeyList(input[_RTK], context));
|
|
89
|
+
body += bn.toString();
|
|
90
|
+
b.m("POST").h(headers).b(body);
|
|
91
|
+
return b.build();
|
|
92
|
+
};
|
|
93
|
+
export const se_CreateCidrCollectionCommand = async (input, context) => {
|
|
94
|
+
const b = rb(input, context);
|
|
95
|
+
const headers = {
|
|
96
|
+
"content-type": "application/xml",
|
|
97
|
+
};
|
|
98
|
+
b.bp("/2013-04-01/cidrcollection");
|
|
99
|
+
let body;
|
|
100
|
+
body = _ve;
|
|
101
|
+
const bn = new __XmlNode(_CCCRr);
|
|
102
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
103
|
+
if (input[_CR] != null) {
|
|
104
|
+
bn.c(__XmlNode.of(_CN, input[_CR]).n(_CR));
|
|
105
|
+
}
|
|
106
|
+
if (input[_N] != null) {
|
|
107
|
+
bn.c(__XmlNode.of(_CNo, input[_N]).n(_N));
|
|
108
|
+
}
|
|
109
|
+
body += bn.toString();
|
|
110
|
+
b.m("POST").h(headers).b(body);
|
|
111
|
+
return b.build();
|
|
112
|
+
};
|
|
113
|
+
export const se_CreateHealthCheckCommand = async (input, context) => {
|
|
114
|
+
const b = rb(input, context);
|
|
115
|
+
const headers = {
|
|
116
|
+
"content-type": "application/xml",
|
|
117
|
+
};
|
|
118
|
+
b.bp("/2013-04-01/healthcheck");
|
|
119
|
+
let body;
|
|
120
|
+
body = _ve;
|
|
121
|
+
const bn = new __XmlNode(_CHCR);
|
|
122
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
123
|
+
if (input[_CR] != null) {
|
|
124
|
+
bn.c(__XmlNode.of(_HCN, input[_CR]).n(_CR));
|
|
125
|
+
}
|
|
126
|
+
if (input[_HCC] != null) {
|
|
127
|
+
bn.c(se_HealthCheckConfig(input[_HCC], context).n(_HCC));
|
|
128
|
+
}
|
|
129
|
+
body += bn.toString();
|
|
130
|
+
b.m("POST").h(headers).b(body);
|
|
131
|
+
return b.build();
|
|
132
|
+
};
|
|
133
|
+
export const se_CreateHostedZoneCommand = async (input, context) => {
|
|
134
|
+
const b = rb(input, context);
|
|
135
|
+
const headers = {
|
|
136
|
+
"content-type": "application/xml",
|
|
137
|
+
};
|
|
138
|
+
b.bp("/2013-04-01/hostedzone");
|
|
139
|
+
let body;
|
|
140
|
+
body = _ve;
|
|
141
|
+
const bn = new __XmlNode(_CHZR);
|
|
142
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
143
|
+
if (input[_CR] != null) {
|
|
144
|
+
bn.c(__XmlNode.of(_No, input[_CR]).n(_CR));
|
|
145
|
+
}
|
|
146
|
+
if (input[_DSI] != null) {
|
|
147
|
+
bn.c(__XmlNode.of(_RI, input[_DSI]).n(_DSI));
|
|
148
|
+
}
|
|
149
|
+
if (input[_HZC] != null) {
|
|
150
|
+
bn.c(se_HostedZoneConfig(input[_HZC], context).n(_HZC));
|
|
151
|
+
}
|
|
152
|
+
if (input[_N] != null) {
|
|
153
|
+
bn.c(__XmlNode.of(_DNSN, input[_N]).n(_N));
|
|
154
|
+
}
|
|
155
|
+
if (input[_VPC] != null) {
|
|
156
|
+
bn.c(se_VPC(input[_VPC], context).n(_VPC));
|
|
157
|
+
}
|
|
158
|
+
body += bn.toString();
|
|
159
|
+
b.m("POST").h(headers).b(body);
|
|
160
|
+
return b.build();
|
|
161
|
+
};
|
|
162
|
+
export const se_CreateKeySigningKeyCommand = async (input, context) => {
|
|
163
|
+
const b = rb(input, context);
|
|
164
|
+
const headers = {
|
|
165
|
+
"content-type": "application/xml",
|
|
166
|
+
};
|
|
167
|
+
b.bp("/2013-04-01/keysigningkey");
|
|
168
|
+
let body;
|
|
169
|
+
body = _ve;
|
|
170
|
+
const bn = new __XmlNode(_CKSKR);
|
|
171
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
172
|
+
if (input[_CR] != null) {
|
|
173
|
+
bn.c(__XmlNode.of(_No, input[_CR]).n(_CR));
|
|
174
|
+
}
|
|
175
|
+
if (input[_HZI] != null) {
|
|
176
|
+
bn.c(__XmlNode.of(_RI, input[_HZI]).n(_HZI));
|
|
177
|
+
}
|
|
178
|
+
if (input[_KMSA] != null) {
|
|
179
|
+
bn.c(__XmlNode.of(_SKS, input[_KMSA]).n(_KMSA));
|
|
180
|
+
}
|
|
181
|
+
if (input[_N] != null) {
|
|
182
|
+
bn.c(__XmlNode.of(_SKN, input[_N]).n(_N));
|
|
183
|
+
}
|
|
184
|
+
if (input[_S] != null) {
|
|
185
|
+
bn.c(__XmlNode.of(_SKSi, input[_S]).n(_S));
|
|
186
|
+
}
|
|
187
|
+
body += bn.toString();
|
|
188
|
+
b.m("POST").h(headers).b(body);
|
|
189
|
+
return b.build();
|
|
190
|
+
};
|
|
191
|
+
export const se_CreateQueryLoggingConfigCommand = async (input, context) => {
|
|
192
|
+
const b = rb(input, context);
|
|
193
|
+
const headers = {
|
|
194
|
+
"content-type": "application/xml",
|
|
195
|
+
};
|
|
196
|
+
b.bp("/2013-04-01/queryloggingconfig");
|
|
197
|
+
let body;
|
|
198
|
+
body = _ve;
|
|
199
|
+
const bn = new __XmlNode(_CQLCR);
|
|
200
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
201
|
+
bn.cc(input, _CWLLGA);
|
|
202
|
+
if (input[_HZI] != null) {
|
|
203
|
+
bn.c(__XmlNode.of(_RI, input[_HZI]).n(_HZI));
|
|
204
|
+
}
|
|
205
|
+
body += bn.toString();
|
|
206
|
+
b.m("POST").h(headers).b(body);
|
|
207
|
+
return b.build();
|
|
208
|
+
};
|
|
209
|
+
export const se_CreateReusableDelegationSetCommand = async (input, context) => {
|
|
210
|
+
const b = rb(input, context);
|
|
211
|
+
const headers = {
|
|
212
|
+
"content-type": "application/xml",
|
|
213
|
+
};
|
|
214
|
+
b.bp("/2013-04-01/delegationset");
|
|
215
|
+
let body;
|
|
216
|
+
body = _ve;
|
|
217
|
+
const bn = new __XmlNode(_CRDSR);
|
|
218
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
219
|
+
if (input[_CR] != null) {
|
|
220
|
+
bn.c(__XmlNode.of(_No, input[_CR]).n(_CR));
|
|
221
|
+
}
|
|
222
|
+
if (input[_HZI] != null) {
|
|
223
|
+
bn.c(__XmlNode.of(_RI, input[_HZI]).n(_HZI));
|
|
224
|
+
}
|
|
225
|
+
body += bn.toString();
|
|
226
|
+
b.m("POST").h(headers).b(body);
|
|
227
|
+
return b.build();
|
|
228
|
+
};
|
|
229
|
+
export const se_CreateTrafficPolicyCommand = async (input, context) => {
|
|
230
|
+
const b = rb(input, context);
|
|
231
|
+
const headers = {
|
|
232
|
+
"content-type": "application/xml",
|
|
233
|
+
};
|
|
234
|
+
b.bp("/2013-04-01/trafficpolicy");
|
|
235
|
+
let body;
|
|
236
|
+
body = _ve;
|
|
237
|
+
const bn = new __XmlNode(_CTPR);
|
|
238
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
239
|
+
if (input[_C] != null) {
|
|
240
|
+
bn.c(__XmlNode.of(_TPC, input[_C]).n(_C));
|
|
241
|
+
}
|
|
242
|
+
if (input[_D] != null) {
|
|
243
|
+
bn.c(__XmlNode.of(_TPD, input[_D]).n(_D));
|
|
244
|
+
}
|
|
245
|
+
if (input[_N] != null) {
|
|
246
|
+
bn.c(__XmlNode.of(_TPN, input[_N]).n(_N));
|
|
247
|
+
}
|
|
248
|
+
body += bn.toString();
|
|
249
|
+
b.m("POST").h(headers).b(body);
|
|
250
|
+
return b.build();
|
|
251
|
+
};
|
|
252
|
+
export const se_CreateTrafficPolicyInstanceCommand = async (input, context) => {
|
|
253
|
+
const b = rb(input, context);
|
|
254
|
+
const headers = {
|
|
255
|
+
"content-type": "application/xml",
|
|
256
|
+
};
|
|
257
|
+
b.bp("/2013-04-01/trafficpolicyinstance");
|
|
258
|
+
let body;
|
|
259
|
+
body = _ve;
|
|
260
|
+
const bn = new __XmlNode(_CTPIR);
|
|
261
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
262
|
+
if (input[_HZI] != null) {
|
|
263
|
+
bn.c(__XmlNode.of(_RI, input[_HZI]).n(_HZI));
|
|
264
|
+
}
|
|
265
|
+
if (input[_N] != null) {
|
|
266
|
+
bn.c(__XmlNode.of(_DNSN, input[_N]).n(_N));
|
|
267
|
+
}
|
|
268
|
+
if (input[_TTL] != null) {
|
|
269
|
+
bn.c(__XmlNode.of(_TTL, String(input[_TTL])).n(_TTL));
|
|
270
|
+
}
|
|
271
|
+
bn.cc(input, _TPI);
|
|
272
|
+
if (input[_TPV] != null) {
|
|
273
|
+
bn.c(__XmlNode.of(_TPV, String(input[_TPV])).n(_TPV));
|
|
274
|
+
}
|
|
275
|
+
body += bn.toString();
|
|
276
|
+
b.m("POST").h(headers).b(body);
|
|
277
|
+
return b.build();
|
|
278
|
+
};
|
|
279
|
+
export const se_CreateTrafficPolicyVersionCommand = async (input, context) => {
|
|
280
|
+
const b = rb(input, context);
|
|
281
|
+
const headers = {
|
|
282
|
+
"content-type": "application/xml",
|
|
283
|
+
};
|
|
284
|
+
b.bp("/2013-04-01/trafficpolicy/{Id}");
|
|
285
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
286
|
+
let body;
|
|
287
|
+
body = _ve;
|
|
288
|
+
const bn = new __XmlNode(_CTPVR);
|
|
289
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
290
|
+
if (input[_C] != null) {
|
|
291
|
+
bn.c(__XmlNode.of(_TPC, input[_C]).n(_C));
|
|
292
|
+
}
|
|
293
|
+
if (input[_D] != null) {
|
|
294
|
+
bn.c(__XmlNode.of(_TPD, input[_D]).n(_D));
|
|
295
|
+
}
|
|
296
|
+
body += bn.toString();
|
|
297
|
+
b.m("POST").h(headers).b(body);
|
|
298
|
+
return b.build();
|
|
299
|
+
};
|
|
300
|
+
export const se_CreateVPCAssociationAuthorizationCommand = async (input, context) => {
|
|
301
|
+
const b = rb(input, context);
|
|
302
|
+
const headers = {
|
|
303
|
+
"content-type": "application/xml",
|
|
304
|
+
};
|
|
305
|
+
b.bp("/2013-04-01/hostedzone/{HostedZoneId}/authorizevpcassociation");
|
|
306
|
+
b.p("HostedZoneId", () => input.HostedZoneId, "{HostedZoneId}", false);
|
|
307
|
+
let body;
|
|
308
|
+
body = _ve;
|
|
309
|
+
const bn = new __XmlNode(_CVPCAAR);
|
|
310
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
311
|
+
if (input[_VPC] != null) {
|
|
312
|
+
bn.c(se_VPC(input[_VPC], context).n(_VPC));
|
|
313
|
+
}
|
|
314
|
+
body += bn.toString();
|
|
315
|
+
b.m("POST").h(headers).b(body);
|
|
316
|
+
return b.build();
|
|
317
|
+
};
|
|
318
|
+
export const se_DeactivateKeySigningKeyCommand = async (input, context) => {
|
|
319
|
+
const b = rb(input, context);
|
|
320
|
+
const headers = {};
|
|
321
|
+
b.bp("/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/deactivate");
|
|
322
|
+
b.p("HostedZoneId", () => input.HostedZoneId, "{HostedZoneId}", false);
|
|
323
|
+
b.p("Name", () => input.Name, "{Name}", false);
|
|
324
|
+
let body;
|
|
325
|
+
b.m("POST").h(headers).b(body);
|
|
326
|
+
return b.build();
|
|
327
|
+
};
|
|
328
|
+
export const se_DeleteCidrCollectionCommand = async (input, context) => {
|
|
329
|
+
const b = rb(input, context);
|
|
330
|
+
const headers = {};
|
|
331
|
+
b.bp("/2013-04-01/cidrcollection/{Id}");
|
|
332
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
333
|
+
let body;
|
|
334
|
+
b.m("DELETE").h(headers).b(body);
|
|
335
|
+
return b.build();
|
|
336
|
+
};
|
|
337
|
+
export const se_DeleteHealthCheckCommand = async (input, context) => {
|
|
338
|
+
const b = rb(input, context);
|
|
339
|
+
const headers = {};
|
|
340
|
+
b.bp("/2013-04-01/healthcheck/{HealthCheckId}");
|
|
341
|
+
b.p("HealthCheckId", () => input.HealthCheckId, "{HealthCheckId}", false);
|
|
342
|
+
let body;
|
|
343
|
+
b.m("DELETE").h(headers).b(body);
|
|
344
|
+
return b.build();
|
|
345
|
+
};
|
|
346
|
+
export const se_DeleteHostedZoneCommand = async (input, context) => {
|
|
347
|
+
const b = rb(input, context);
|
|
348
|
+
const headers = {};
|
|
349
|
+
b.bp("/2013-04-01/hostedzone/{Id}");
|
|
350
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
351
|
+
let body;
|
|
352
|
+
b.m("DELETE").h(headers).b(body);
|
|
353
|
+
return b.build();
|
|
354
|
+
};
|
|
355
|
+
export const se_DeleteKeySigningKeyCommand = async (input, context) => {
|
|
356
|
+
const b = rb(input, context);
|
|
357
|
+
const headers = {};
|
|
358
|
+
b.bp("/2013-04-01/keysigningkey/{HostedZoneId}/{Name}");
|
|
359
|
+
b.p("HostedZoneId", () => input.HostedZoneId, "{HostedZoneId}", false);
|
|
360
|
+
b.p("Name", () => input.Name, "{Name}", false);
|
|
361
|
+
let body;
|
|
362
|
+
b.m("DELETE").h(headers).b(body);
|
|
363
|
+
return b.build();
|
|
364
|
+
};
|
|
365
|
+
export const se_DeleteQueryLoggingConfigCommand = async (input, context) => {
|
|
366
|
+
const b = rb(input, context);
|
|
367
|
+
const headers = {};
|
|
368
|
+
b.bp("/2013-04-01/queryloggingconfig/{Id}");
|
|
369
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
370
|
+
let body;
|
|
371
|
+
b.m("DELETE").h(headers).b(body);
|
|
372
|
+
return b.build();
|
|
373
|
+
};
|
|
374
|
+
export const se_DeleteReusableDelegationSetCommand = async (input, context) => {
|
|
375
|
+
const b = rb(input, context);
|
|
376
|
+
const headers = {};
|
|
377
|
+
b.bp("/2013-04-01/delegationset/{Id}");
|
|
378
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
379
|
+
let body;
|
|
380
|
+
b.m("DELETE").h(headers).b(body);
|
|
381
|
+
return b.build();
|
|
382
|
+
};
|
|
383
|
+
export const se_DeleteTrafficPolicyCommand = async (input, context) => {
|
|
384
|
+
const b = rb(input, context);
|
|
385
|
+
const headers = {};
|
|
386
|
+
b.bp("/2013-04-01/trafficpolicy/{Id}/{Version}");
|
|
387
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
388
|
+
b.p("Version", () => input.Version.toString(), "{Version}", false);
|
|
389
|
+
let body;
|
|
390
|
+
b.m("DELETE").h(headers).b(body);
|
|
391
|
+
return b.build();
|
|
392
|
+
};
|
|
393
|
+
export const se_DeleteTrafficPolicyInstanceCommand = async (input, context) => {
|
|
394
|
+
const b = rb(input, context);
|
|
395
|
+
const headers = {};
|
|
396
|
+
b.bp("/2013-04-01/trafficpolicyinstance/{Id}");
|
|
397
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
398
|
+
let body;
|
|
399
|
+
b.m("DELETE").h(headers).b(body);
|
|
400
|
+
return b.build();
|
|
401
|
+
};
|
|
402
|
+
export const se_DeleteVPCAssociationAuthorizationCommand = async (input, context) => {
|
|
403
|
+
const b = rb(input, context);
|
|
404
|
+
const headers = {
|
|
405
|
+
"content-type": "application/xml",
|
|
406
|
+
};
|
|
407
|
+
b.bp("/2013-04-01/hostedzone/{HostedZoneId}/deauthorizevpcassociation");
|
|
408
|
+
b.p("HostedZoneId", () => input.HostedZoneId, "{HostedZoneId}", false);
|
|
409
|
+
let body;
|
|
410
|
+
body = _ve;
|
|
411
|
+
const bn = new __XmlNode(_DVPCAAR);
|
|
412
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
413
|
+
if (input[_VPC] != null) {
|
|
414
|
+
bn.c(se_VPC(input[_VPC], context).n(_VPC));
|
|
415
|
+
}
|
|
416
|
+
body += bn.toString();
|
|
417
|
+
b.m("POST").h(headers).b(body);
|
|
418
|
+
return b.build();
|
|
419
|
+
};
|
|
420
|
+
export const se_DisableHostedZoneDNSSECCommand = async (input, context) => {
|
|
421
|
+
const b = rb(input, context);
|
|
422
|
+
const headers = {};
|
|
423
|
+
b.bp("/2013-04-01/hostedzone/{HostedZoneId}/disable-dnssec");
|
|
424
|
+
b.p("HostedZoneId", () => input.HostedZoneId, "{HostedZoneId}", false);
|
|
425
|
+
let body;
|
|
426
|
+
b.m("POST").h(headers).b(body);
|
|
427
|
+
return b.build();
|
|
428
|
+
};
|
|
429
|
+
export const se_DisassociateVPCFromHostedZoneCommand = async (input, context) => {
|
|
430
|
+
const b = rb(input, context);
|
|
431
|
+
const headers = {
|
|
432
|
+
"content-type": "application/xml",
|
|
433
|
+
};
|
|
434
|
+
b.bp("/2013-04-01/hostedzone/{HostedZoneId}/disassociatevpc");
|
|
435
|
+
b.p("HostedZoneId", () => input.HostedZoneId, "{HostedZoneId}", false);
|
|
436
|
+
let body;
|
|
437
|
+
body = _ve;
|
|
438
|
+
const bn = new __XmlNode(_DVPCFHZR);
|
|
439
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
440
|
+
if (input[_C] != null) {
|
|
441
|
+
bn.c(__XmlNode.of(_DVPCC, input[_C]).n(_C));
|
|
442
|
+
}
|
|
443
|
+
if (input[_VPC] != null) {
|
|
444
|
+
bn.c(se_VPC(input[_VPC], context).n(_VPC));
|
|
445
|
+
}
|
|
446
|
+
body += bn.toString();
|
|
447
|
+
b.m("POST").h(headers).b(body);
|
|
448
|
+
return b.build();
|
|
449
|
+
};
|
|
450
|
+
export const se_EnableHostedZoneDNSSECCommand = async (input, context) => {
|
|
451
|
+
const b = rb(input, context);
|
|
452
|
+
const headers = {};
|
|
453
|
+
b.bp("/2013-04-01/hostedzone/{HostedZoneId}/enable-dnssec");
|
|
454
|
+
b.p("HostedZoneId", () => input.HostedZoneId, "{HostedZoneId}", false);
|
|
455
|
+
let body;
|
|
456
|
+
b.m("POST").h(headers).b(body);
|
|
457
|
+
return b.build();
|
|
458
|
+
};
|
|
459
|
+
export const se_GetAccountLimitCommand = async (input, context) => {
|
|
460
|
+
const b = rb(input, context);
|
|
461
|
+
const headers = {};
|
|
462
|
+
b.bp("/2013-04-01/accountlimit/{Type}");
|
|
463
|
+
b.p("Type", () => input.Type, "{Type}", false);
|
|
464
|
+
let body;
|
|
465
|
+
b.m("GET").h(headers).b(body);
|
|
466
|
+
return b.build();
|
|
467
|
+
};
|
|
468
|
+
export const se_GetChangeCommand = async (input, context) => {
|
|
469
|
+
const b = rb(input, context);
|
|
470
|
+
const headers = {};
|
|
471
|
+
b.bp("/2013-04-01/change/{Id}");
|
|
472
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
473
|
+
let body;
|
|
474
|
+
b.m("GET").h(headers).b(body);
|
|
475
|
+
return b.build();
|
|
476
|
+
};
|
|
477
|
+
export const se_GetCheckerIpRangesCommand = async (input, context) => {
|
|
478
|
+
const b = rb(input, context);
|
|
479
|
+
const headers = {
|
|
480
|
+
"content-type": "application/xml",
|
|
481
|
+
};
|
|
482
|
+
b.bp("/2013-04-01/checkeripranges");
|
|
483
|
+
let body;
|
|
484
|
+
body = "";
|
|
485
|
+
b.m("GET").h(headers).b(body);
|
|
486
|
+
return b.build();
|
|
487
|
+
};
|
|
488
|
+
export const se_GetDNSSECCommand = async (input, context) => {
|
|
489
|
+
const b = rb(input, context);
|
|
490
|
+
const headers = {};
|
|
491
|
+
b.bp("/2013-04-01/hostedzone/{HostedZoneId}/dnssec");
|
|
492
|
+
b.p("HostedZoneId", () => input.HostedZoneId, "{HostedZoneId}", false);
|
|
493
|
+
let body;
|
|
494
|
+
b.m("GET").h(headers).b(body);
|
|
495
|
+
return b.build();
|
|
496
|
+
};
|
|
497
|
+
export const se_GetGeoLocationCommand = async (input, context) => {
|
|
498
|
+
const b = rb(input, context);
|
|
499
|
+
const headers = {};
|
|
500
|
+
b.bp("/2013-04-01/geolocation");
|
|
501
|
+
const query = map({
|
|
502
|
+
[_c]: [, input[_CC]],
|
|
503
|
+
[_co]: [, input[_CCo]],
|
|
504
|
+
[_s]: [, input[_SC]],
|
|
505
|
+
});
|
|
506
|
+
let body;
|
|
507
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
508
|
+
return b.build();
|
|
509
|
+
};
|
|
510
|
+
export const se_GetHealthCheckCommand = async (input, context) => {
|
|
511
|
+
const b = rb(input, context);
|
|
512
|
+
const headers = {};
|
|
513
|
+
b.bp("/2013-04-01/healthcheck/{HealthCheckId}");
|
|
514
|
+
b.p("HealthCheckId", () => input.HealthCheckId, "{HealthCheckId}", false);
|
|
515
|
+
let body;
|
|
516
|
+
b.m("GET").h(headers).b(body);
|
|
517
|
+
return b.build();
|
|
518
|
+
};
|
|
519
|
+
export const se_GetHealthCheckCountCommand = async (input, context) => {
|
|
520
|
+
const b = rb(input, context);
|
|
521
|
+
const headers = {
|
|
522
|
+
"content-type": "application/xml",
|
|
523
|
+
};
|
|
524
|
+
b.bp("/2013-04-01/healthcheckcount");
|
|
525
|
+
let body;
|
|
526
|
+
body = "";
|
|
527
|
+
b.m("GET").h(headers).b(body);
|
|
528
|
+
return b.build();
|
|
529
|
+
};
|
|
530
|
+
export const se_GetHealthCheckLastFailureReasonCommand = async (input, context) => {
|
|
531
|
+
const b = rb(input, context);
|
|
532
|
+
const headers = {};
|
|
533
|
+
b.bp("/2013-04-01/healthcheck/{HealthCheckId}/lastfailurereason");
|
|
534
|
+
b.p("HealthCheckId", () => input.HealthCheckId, "{HealthCheckId}", false);
|
|
535
|
+
let body;
|
|
536
|
+
b.m("GET").h(headers).b(body);
|
|
537
|
+
return b.build();
|
|
538
|
+
};
|
|
539
|
+
export const se_GetHealthCheckStatusCommand = async (input, context) => {
|
|
540
|
+
const b = rb(input, context);
|
|
541
|
+
const headers = {};
|
|
542
|
+
b.bp("/2013-04-01/healthcheck/{HealthCheckId}/status");
|
|
543
|
+
b.p("HealthCheckId", () => input.HealthCheckId, "{HealthCheckId}", false);
|
|
544
|
+
let body;
|
|
545
|
+
b.m("GET").h(headers).b(body);
|
|
546
|
+
return b.build();
|
|
547
|
+
};
|
|
548
|
+
export const se_GetHostedZoneCommand = async (input, context) => {
|
|
549
|
+
const b = rb(input, context);
|
|
550
|
+
const headers = {};
|
|
551
|
+
b.bp("/2013-04-01/hostedzone/{Id}");
|
|
552
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
553
|
+
let body;
|
|
554
|
+
b.m("GET").h(headers).b(body);
|
|
555
|
+
return b.build();
|
|
556
|
+
};
|
|
557
|
+
export const se_GetHostedZoneCountCommand = async (input, context) => {
|
|
558
|
+
const b = rb(input, context);
|
|
559
|
+
const headers = {
|
|
560
|
+
"content-type": "application/xml",
|
|
561
|
+
};
|
|
562
|
+
b.bp("/2013-04-01/hostedzonecount");
|
|
563
|
+
let body;
|
|
564
|
+
body = "";
|
|
565
|
+
b.m("GET").h(headers).b(body);
|
|
566
|
+
return b.build();
|
|
567
|
+
};
|
|
568
|
+
export const se_GetHostedZoneLimitCommand = async (input, context) => {
|
|
569
|
+
const b = rb(input, context);
|
|
570
|
+
const headers = {};
|
|
571
|
+
b.bp("/2013-04-01/hostedzonelimit/{HostedZoneId}/{Type}");
|
|
572
|
+
b.p("Type", () => input.Type, "{Type}", false);
|
|
573
|
+
b.p("HostedZoneId", () => input.HostedZoneId, "{HostedZoneId}", false);
|
|
574
|
+
let body;
|
|
575
|
+
b.m("GET").h(headers).b(body);
|
|
576
|
+
return b.build();
|
|
577
|
+
};
|
|
578
|
+
export const se_GetQueryLoggingConfigCommand = async (input, context) => {
|
|
579
|
+
const b = rb(input, context);
|
|
580
|
+
const headers = {};
|
|
581
|
+
b.bp("/2013-04-01/queryloggingconfig/{Id}");
|
|
582
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
583
|
+
let body;
|
|
584
|
+
b.m("GET").h(headers).b(body);
|
|
585
|
+
return b.build();
|
|
586
|
+
};
|
|
587
|
+
export const se_GetReusableDelegationSetCommand = async (input, context) => {
|
|
588
|
+
const b = rb(input, context);
|
|
589
|
+
const headers = {};
|
|
590
|
+
b.bp("/2013-04-01/delegationset/{Id}");
|
|
591
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
592
|
+
let body;
|
|
593
|
+
b.m("GET").h(headers).b(body);
|
|
594
|
+
return b.build();
|
|
595
|
+
};
|
|
596
|
+
export const se_GetReusableDelegationSetLimitCommand = async (input, context) => {
|
|
597
|
+
const b = rb(input, context);
|
|
598
|
+
const headers = {};
|
|
599
|
+
b.bp("/2013-04-01/reusabledelegationsetlimit/{DelegationSetId}/{Type}");
|
|
600
|
+
b.p("Type", () => input.Type, "{Type}", false);
|
|
601
|
+
b.p("DelegationSetId", () => input.DelegationSetId, "{DelegationSetId}", false);
|
|
602
|
+
let body;
|
|
603
|
+
b.m("GET").h(headers).b(body);
|
|
604
|
+
return b.build();
|
|
605
|
+
};
|
|
606
|
+
export const se_GetTrafficPolicyCommand = async (input, context) => {
|
|
607
|
+
const b = rb(input, context);
|
|
608
|
+
const headers = {};
|
|
609
|
+
b.bp("/2013-04-01/trafficpolicy/{Id}/{Version}");
|
|
610
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
611
|
+
b.p("Version", () => input.Version.toString(), "{Version}", false);
|
|
612
|
+
let body;
|
|
613
|
+
b.m("GET").h(headers).b(body);
|
|
614
|
+
return b.build();
|
|
615
|
+
};
|
|
616
|
+
export const se_GetTrafficPolicyInstanceCommand = async (input, context) => {
|
|
617
|
+
const b = rb(input, context);
|
|
618
|
+
const headers = {};
|
|
619
|
+
b.bp("/2013-04-01/trafficpolicyinstance/{Id}");
|
|
620
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
621
|
+
let body;
|
|
622
|
+
b.m("GET").h(headers).b(body);
|
|
623
|
+
return b.build();
|
|
624
|
+
};
|
|
625
|
+
export const se_GetTrafficPolicyInstanceCountCommand = async (input, context) => {
|
|
626
|
+
const b = rb(input, context);
|
|
627
|
+
const headers = {
|
|
628
|
+
"content-type": "application/xml",
|
|
629
|
+
};
|
|
630
|
+
b.bp("/2013-04-01/trafficpolicyinstancecount");
|
|
631
|
+
let body;
|
|
632
|
+
body = "";
|
|
633
|
+
b.m("GET").h(headers).b(body);
|
|
634
|
+
return b.build();
|
|
635
|
+
};
|
|
636
|
+
export const se_ListCidrBlocksCommand = async (input, context) => {
|
|
637
|
+
const b = rb(input, context);
|
|
638
|
+
const headers = {};
|
|
639
|
+
b.bp("/2013-04-01/cidrcollection/{CollectionId}/cidrblocks");
|
|
640
|
+
b.p("CollectionId", () => input.CollectionId, "{CollectionId}", false);
|
|
641
|
+
const query = map({
|
|
642
|
+
[_l]: [, input[_LN]],
|
|
643
|
+
[_n]: [, input[_NT]],
|
|
644
|
+
[_m]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
645
|
+
});
|
|
646
|
+
let body;
|
|
647
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
648
|
+
return b.build();
|
|
649
|
+
};
|
|
650
|
+
export const se_ListCidrCollectionsCommand = async (input, context) => {
|
|
651
|
+
const b = rb(input, context);
|
|
652
|
+
const headers = {};
|
|
653
|
+
b.bp("/2013-04-01/cidrcollection");
|
|
654
|
+
const query = map({
|
|
655
|
+
[_n]: [, input[_NT]],
|
|
656
|
+
[_m]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
657
|
+
});
|
|
658
|
+
let body;
|
|
659
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
660
|
+
return b.build();
|
|
661
|
+
};
|
|
662
|
+
export const se_ListCidrLocationsCommand = async (input, context) => {
|
|
663
|
+
const b = rb(input, context);
|
|
664
|
+
const headers = {};
|
|
665
|
+
b.bp("/2013-04-01/cidrcollection/{CollectionId}");
|
|
666
|
+
b.p("CollectionId", () => input.CollectionId, "{CollectionId}", false);
|
|
667
|
+
const query = map({
|
|
668
|
+
[_n]: [, input[_NT]],
|
|
669
|
+
[_m]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
670
|
+
});
|
|
671
|
+
let body;
|
|
672
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
673
|
+
return b.build();
|
|
674
|
+
};
|
|
675
|
+
export const se_ListGeoLocationsCommand = async (input, context) => {
|
|
676
|
+
const b = rb(input, context);
|
|
677
|
+
const headers = {};
|
|
678
|
+
b.bp("/2013-04-01/geolocations");
|
|
679
|
+
const query = map({
|
|
680
|
+
[_st]: [, input[_SCC]],
|
|
681
|
+
[_sta]: [, input[_SCCt]],
|
|
682
|
+
[_star]: [, input[_SSC]],
|
|
683
|
+
[_ma]: [() => input.MaxItems !== void 0, () => input[_MI].toString()],
|
|
684
|
+
});
|
|
685
|
+
let body;
|
|
686
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
687
|
+
return b.build();
|
|
688
|
+
};
|
|
689
|
+
export const se_ListHealthChecksCommand = async (input, context) => {
|
|
690
|
+
const b = rb(input, context);
|
|
691
|
+
const headers = {};
|
|
692
|
+
b.bp("/2013-04-01/healthcheck");
|
|
693
|
+
const query = map({
|
|
694
|
+
[_mar]: [, input[_M]],
|
|
695
|
+
[_ma]: [() => input.MaxItems !== void 0, () => input[_MI].toString()],
|
|
696
|
+
});
|
|
697
|
+
let body;
|
|
698
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
699
|
+
return b.build();
|
|
700
|
+
};
|
|
701
|
+
export const se_ListHostedZonesCommand = async (input, context) => {
|
|
702
|
+
const b = rb(input, context);
|
|
703
|
+
const headers = {};
|
|
704
|
+
b.bp("/2013-04-01/hostedzone");
|
|
705
|
+
const query = map({
|
|
706
|
+
[_mar]: [, input[_M]],
|
|
707
|
+
[_ma]: [() => input.MaxItems !== void 0, () => input[_MI].toString()],
|
|
708
|
+
[_d]: [, input[_DSI]],
|
|
709
|
+
[_h]: [, input[_HZT]],
|
|
710
|
+
});
|
|
711
|
+
let body;
|
|
712
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
713
|
+
return b.build();
|
|
714
|
+
};
|
|
715
|
+
export const se_ListHostedZonesByNameCommand = async (input, context) => {
|
|
716
|
+
const b = rb(input, context);
|
|
717
|
+
const headers = {};
|
|
718
|
+
b.bp("/2013-04-01/hostedzonesbyname");
|
|
719
|
+
const query = map({
|
|
720
|
+
[_dn]: [, input[_DNSN]],
|
|
721
|
+
[_ho]: [, input[_HZI]],
|
|
722
|
+
[_ma]: [() => input.MaxItems !== void 0, () => input[_MI].toString()],
|
|
723
|
+
});
|
|
724
|
+
let body;
|
|
725
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
726
|
+
return b.build();
|
|
727
|
+
};
|
|
728
|
+
export const se_ListHostedZonesByVPCCommand = async (input, context) => {
|
|
729
|
+
const b = rb(input, context);
|
|
730
|
+
const headers = {};
|
|
731
|
+
b.bp("/2013-04-01/hostedzonesbyvpc");
|
|
732
|
+
const query = map({
|
|
733
|
+
[_v]: [, __expectNonNull(input[_VPCI], `VPCId`)],
|
|
734
|
+
[_vp]: [, __expectNonNull(input[_VPCR], `VPCRegion`)],
|
|
735
|
+
[_ma]: [() => input.MaxItems !== void 0, () => input[_MI].toString()],
|
|
736
|
+
[_n]: [, input[_NT]],
|
|
737
|
+
});
|
|
738
|
+
let body;
|
|
739
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
740
|
+
return b.build();
|
|
741
|
+
};
|
|
742
|
+
export const se_ListQueryLoggingConfigsCommand = async (input, context) => {
|
|
743
|
+
const b = rb(input, context);
|
|
744
|
+
const headers = {};
|
|
745
|
+
b.bp("/2013-04-01/queryloggingconfig");
|
|
746
|
+
const query = map({
|
|
747
|
+
[_ho]: [, input[_HZI]],
|
|
748
|
+
[_n]: [, input[_NT]],
|
|
749
|
+
[_m]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
750
|
+
});
|
|
751
|
+
let body;
|
|
752
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
753
|
+
return b.build();
|
|
754
|
+
};
|
|
755
|
+
export const se_ListResourceRecordSetsCommand = async (input, context) => {
|
|
756
|
+
const b = rb(input, context);
|
|
757
|
+
const headers = {};
|
|
758
|
+
b.bp("/2013-04-01/hostedzone/{HostedZoneId}/rrset");
|
|
759
|
+
b.p("HostedZoneId", () => input.HostedZoneId, "{HostedZoneId}", false);
|
|
760
|
+
const query = map({
|
|
761
|
+
[_na]: [, input[_SRN]],
|
|
762
|
+
[_t]: [, input[_SRT]],
|
|
763
|
+
[_i]: [, input[_SRI]],
|
|
764
|
+
[_ma]: [() => input.MaxItems !== void 0, () => input[_MI].toString()],
|
|
765
|
+
});
|
|
766
|
+
let body;
|
|
767
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
768
|
+
return b.build();
|
|
769
|
+
};
|
|
770
|
+
export const se_ListReusableDelegationSetsCommand = async (input, context) => {
|
|
771
|
+
const b = rb(input, context);
|
|
772
|
+
const headers = {};
|
|
773
|
+
b.bp("/2013-04-01/delegationset");
|
|
774
|
+
const query = map({
|
|
775
|
+
[_mar]: [, input[_M]],
|
|
776
|
+
[_ma]: [() => input.MaxItems !== void 0, () => input[_MI].toString()],
|
|
777
|
+
});
|
|
778
|
+
let body;
|
|
779
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
780
|
+
return b.build();
|
|
781
|
+
};
|
|
782
|
+
export const se_ListTagsForResourceCommand = async (input, context) => {
|
|
783
|
+
const b = rb(input, context);
|
|
784
|
+
const headers = {};
|
|
785
|
+
b.bp("/2013-04-01/tags/{ResourceType}/{ResourceId}");
|
|
786
|
+
b.p("ResourceType", () => input.ResourceType, "{ResourceType}", false);
|
|
787
|
+
b.p("ResourceId", () => input.ResourceId, "{ResourceId}", false);
|
|
788
|
+
let body;
|
|
789
|
+
b.m("GET").h(headers).b(body);
|
|
790
|
+
return b.build();
|
|
791
|
+
};
|
|
792
|
+
export const se_ListTagsForResourcesCommand = async (input, context) => {
|
|
793
|
+
const b = rb(input, context);
|
|
794
|
+
const headers = {
|
|
795
|
+
"content-type": "application/xml",
|
|
796
|
+
};
|
|
797
|
+
b.bp("/2013-04-01/tags/{ResourceType}");
|
|
798
|
+
b.p("ResourceType", () => input.ResourceType, "{ResourceType}", false);
|
|
799
|
+
let body;
|
|
800
|
+
body = _ve;
|
|
801
|
+
const bn = new __XmlNode(_LTFRR);
|
|
802
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
803
|
+
bn.lc(input, "ResourceIds", "ResourceIds", () => se_TagResourceIdList(input[_RIe], context));
|
|
804
|
+
body += bn.toString();
|
|
805
|
+
b.m("POST").h(headers).b(body);
|
|
806
|
+
return b.build();
|
|
807
|
+
};
|
|
808
|
+
export const se_ListTrafficPoliciesCommand = async (input, context) => {
|
|
809
|
+
const b = rb(input, context);
|
|
810
|
+
const headers = {};
|
|
811
|
+
b.bp("/2013-04-01/trafficpolicies");
|
|
812
|
+
const query = map({
|
|
813
|
+
[_tr]: [, input[_TPIM]],
|
|
814
|
+
[_ma]: [() => input.MaxItems !== void 0, () => input[_MI].toString()],
|
|
815
|
+
});
|
|
816
|
+
let body;
|
|
817
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
818
|
+
return b.build();
|
|
819
|
+
};
|
|
820
|
+
export const se_ListTrafficPolicyInstancesCommand = async (input, context) => {
|
|
821
|
+
const b = rb(input, context);
|
|
822
|
+
const headers = {};
|
|
823
|
+
b.bp("/2013-04-01/trafficpolicyinstances");
|
|
824
|
+
const query = map({
|
|
825
|
+
[_ho]: [, input[_HZIM]],
|
|
826
|
+
[_tra]: [, input[_TPINM]],
|
|
827
|
+
[_traf]: [, input[_TPITM]],
|
|
828
|
+
[_ma]: [() => input.MaxItems !== void 0, () => input[_MI].toString()],
|
|
829
|
+
});
|
|
830
|
+
let body;
|
|
831
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
832
|
+
return b.build();
|
|
833
|
+
};
|
|
834
|
+
export const se_ListTrafficPolicyInstancesByHostedZoneCommand = async (input, context) => {
|
|
835
|
+
const b = rb(input, context);
|
|
836
|
+
const headers = {};
|
|
837
|
+
b.bp("/2013-04-01/trafficpolicyinstances/hostedzone");
|
|
838
|
+
const query = map({
|
|
839
|
+
[_id]: [, __expectNonNull(input[_HZI], `HostedZoneId`)],
|
|
840
|
+
[_tra]: [, input[_TPINM]],
|
|
841
|
+
[_traf]: [, input[_TPITM]],
|
|
842
|
+
[_ma]: [() => input.MaxItems !== void 0, () => input[_MI].toString()],
|
|
843
|
+
});
|
|
844
|
+
let body;
|
|
845
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
846
|
+
return b.build();
|
|
847
|
+
};
|
|
848
|
+
export const se_ListTrafficPolicyInstancesByPolicyCommand = async (input, context) => {
|
|
849
|
+
const b = rb(input, context);
|
|
850
|
+
const headers = {};
|
|
851
|
+
b.bp("/2013-04-01/trafficpolicyinstances/trafficpolicy");
|
|
852
|
+
const query = map({
|
|
853
|
+
[_id]: [, __expectNonNull(input[_TPI], `TrafficPolicyId`)],
|
|
854
|
+
[_ver]: [
|
|
855
|
+
__expectNonNull(input.TrafficPolicyVersion, `TrafficPolicyVersion`) != null,
|
|
856
|
+
() => input[_TPV].toString(),
|
|
857
|
+
],
|
|
858
|
+
[_ho]: [, input[_HZIM]],
|
|
859
|
+
[_tra]: [, input[_TPINM]],
|
|
860
|
+
[_traf]: [, input[_TPITM]],
|
|
861
|
+
[_ma]: [() => input.MaxItems !== void 0, () => input[_MI].toString()],
|
|
862
|
+
});
|
|
863
|
+
let body;
|
|
864
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
865
|
+
return b.build();
|
|
866
|
+
};
|
|
867
|
+
export const se_ListTrafficPolicyVersionsCommand = async (input, context) => {
|
|
868
|
+
const b = rb(input, context);
|
|
869
|
+
const headers = {};
|
|
870
|
+
b.bp("/2013-04-01/trafficpolicies/{Id}/versions");
|
|
871
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
872
|
+
const query = map({
|
|
873
|
+
[_traff]: [, input[_TPVM]],
|
|
874
|
+
[_ma]: [() => input.MaxItems !== void 0, () => input[_MI].toString()],
|
|
875
|
+
});
|
|
876
|
+
let body;
|
|
877
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
878
|
+
return b.build();
|
|
879
|
+
};
|
|
880
|
+
export const se_ListVPCAssociationAuthorizationsCommand = async (input, context) => {
|
|
881
|
+
const b = rb(input, context);
|
|
882
|
+
const headers = {};
|
|
883
|
+
b.bp("/2013-04-01/hostedzone/{HostedZoneId}/authorizevpcassociation");
|
|
884
|
+
b.p("HostedZoneId", () => input.HostedZoneId, "{HostedZoneId}", false);
|
|
885
|
+
const query = map({
|
|
886
|
+
[_n]: [, input[_NT]],
|
|
887
|
+
[_m]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
888
|
+
});
|
|
889
|
+
let body;
|
|
890
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
891
|
+
return b.build();
|
|
892
|
+
};
|
|
893
|
+
export const se_TestDNSAnswerCommand = async (input, context) => {
|
|
894
|
+
const b = rb(input, context);
|
|
895
|
+
const headers = {};
|
|
896
|
+
b.bp("/2013-04-01/testdnsanswer");
|
|
897
|
+
const query = map({
|
|
898
|
+
[_ho]: [, __expectNonNull(input[_HZI], `HostedZoneId`)],
|
|
899
|
+
[_r]: [, __expectNonNull(input[_RN], `RecordName`)],
|
|
900
|
+
[_re]: [, __expectNonNull(input[_RT], `RecordType`)],
|
|
901
|
+
[_res]: [, input[_RIP]],
|
|
902
|
+
[_e]: [, input[_EDNSCSIP]],
|
|
903
|
+
[_ed]: [, input[_EDNSCSM]],
|
|
904
|
+
});
|
|
905
|
+
let body;
|
|
906
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
907
|
+
return b.build();
|
|
908
|
+
};
|
|
909
|
+
export const se_UpdateHealthCheckCommand = async (input, context) => {
|
|
910
|
+
const b = rb(input, context);
|
|
911
|
+
const headers = {
|
|
912
|
+
"content-type": "application/xml",
|
|
913
|
+
};
|
|
914
|
+
b.bp("/2013-04-01/healthcheck/{HealthCheckId}");
|
|
915
|
+
b.p("HealthCheckId", () => input.HealthCheckId, "{HealthCheckId}", false);
|
|
916
|
+
let body;
|
|
917
|
+
body = _ve;
|
|
918
|
+
const bn = new __XmlNode(_UHCR);
|
|
919
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
920
|
+
if (input[_AI] != null) {
|
|
921
|
+
bn.c(se_AlarmIdentifier(input[_AI], context).n(_AI));
|
|
922
|
+
}
|
|
923
|
+
bn.lc(input, "ChildHealthChecks", "ChildHealthChecks", () => se_ChildHealthCheckList(input[_CHC], context));
|
|
924
|
+
if (input[_Di] != null) {
|
|
925
|
+
bn.c(__XmlNode.of(_Di, String(input[_Di])).n(_Di));
|
|
926
|
+
}
|
|
927
|
+
if (input[_ESNI] != null) {
|
|
928
|
+
bn.c(__XmlNode.of(_ESNI, String(input[_ESNI])).n(_ESNI));
|
|
929
|
+
}
|
|
930
|
+
if (input[_FT] != null) {
|
|
931
|
+
bn.c(__XmlNode.of(_FT, String(input[_FT])).n(_FT));
|
|
932
|
+
}
|
|
933
|
+
bn.cc(input, _FQDN);
|
|
934
|
+
if (input[_HCV] != null) {
|
|
935
|
+
bn.c(__XmlNode.of(_HCV, String(input[_HCV])).n(_HCV));
|
|
936
|
+
}
|
|
937
|
+
if (input[_HT] != null) {
|
|
938
|
+
bn.c(__XmlNode.of(_HT, String(input[_HT])).n(_HT));
|
|
939
|
+
}
|
|
940
|
+
bn.cc(input, _IPA);
|
|
941
|
+
bn.cc(input, _IDHS);
|
|
942
|
+
if (input[_I] != null) {
|
|
943
|
+
bn.c(__XmlNode.of(_I, String(input[_I])).n(_I));
|
|
944
|
+
}
|
|
945
|
+
if (input[_P] != null) {
|
|
946
|
+
bn.c(__XmlNode.of(_P, String(input[_P])).n(_P));
|
|
947
|
+
}
|
|
948
|
+
bn.lc(input, "Regions", "Regions", () => se_HealthCheckRegionList(input[_R], context));
|
|
949
|
+
bn.lc(input, "ResetElements", "ResetElements", () => se_ResettableElementNameList(input[_RE], context));
|
|
950
|
+
bn.cc(input, _RP);
|
|
951
|
+
bn.cc(input, _SS);
|
|
952
|
+
body += bn.toString();
|
|
953
|
+
b.m("POST").h(headers).b(body);
|
|
954
|
+
return b.build();
|
|
955
|
+
};
|
|
956
|
+
export const se_UpdateHostedZoneCommentCommand = async (input, context) => {
|
|
957
|
+
const b = rb(input, context);
|
|
958
|
+
const headers = {
|
|
959
|
+
"content-type": "application/xml",
|
|
960
|
+
};
|
|
961
|
+
b.bp("/2013-04-01/hostedzone/{Id}");
|
|
962
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
963
|
+
let body;
|
|
964
|
+
body = _ve;
|
|
965
|
+
const bn = new __XmlNode(_UHZCR);
|
|
966
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
967
|
+
if (input[_C] != null) {
|
|
968
|
+
bn.c(__XmlNode.of(_RD, input[_C]).n(_C));
|
|
969
|
+
}
|
|
970
|
+
body += bn.toString();
|
|
971
|
+
b.m("POST").h(headers).b(body);
|
|
972
|
+
return b.build();
|
|
973
|
+
};
|
|
974
|
+
export const se_UpdateTrafficPolicyCommentCommand = async (input, context) => {
|
|
975
|
+
const b = rb(input, context);
|
|
976
|
+
const headers = {
|
|
977
|
+
"content-type": "application/xml",
|
|
978
|
+
};
|
|
979
|
+
b.bp("/2013-04-01/trafficpolicy/{Id}/{Version}");
|
|
980
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
981
|
+
b.p("Version", () => input.Version.toString(), "{Version}", false);
|
|
982
|
+
let body;
|
|
983
|
+
body = _ve;
|
|
984
|
+
const bn = new __XmlNode(_UTPCR);
|
|
985
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
986
|
+
if (input[_C] != null) {
|
|
987
|
+
bn.c(__XmlNode.of(_TPC, input[_C]).n(_C));
|
|
988
|
+
}
|
|
989
|
+
body += bn.toString();
|
|
990
|
+
b.m("POST").h(headers).b(body);
|
|
991
|
+
return b.build();
|
|
992
|
+
};
|
|
993
|
+
export const se_UpdateTrafficPolicyInstanceCommand = async (input, context) => {
|
|
994
|
+
const b = rb(input, context);
|
|
995
|
+
const headers = {
|
|
996
|
+
"content-type": "application/xml",
|
|
997
|
+
};
|
|
998
|
+
b.bp("/2013-04-01/trafficpolicyinstance/{Id}");
|
|
999
|
+
b.p("Id", () => input.Id, "{Id}", false);
|
|
1000
|
+
let body;
|
|
1001
|
+
body = _ve;
|
|
1002
|
+
const bn = new __XmlNode(_UTPIR);
|
|
1003
|
+
bn.a("xmlns", "https://route53.amazonaws.com/doc/2013-04-01/");
|
|
1004
|
+
if (input[_TTL] != null) {
|
|
1005
|
+
bn.c(__XmlNode.of(_TTL, String(input[_TTL])).n(_TTL));
|
|
1006
|
+
}
|
|
1007
|
+
bn.cc(input, _TPI);
|
|
1008
|
+
if (input[_TPV] != null) {
|
|
1009
|
+
bn.c(__XmlNode.of(_TPV, String(input[_TPV])).n(_TPV));
|
|
1010
|
+
}
|
|
1011
|
+
body += bn.toString();
|
|
1012
|
+
b.m("POST").h(headers).b(body);
|
|
1013
|
+
return b.build();
|
|
1014
|
+
};
|
|
1015
|
+
export const de_ActivateKeySigningKeyCommand = async (output, context) => {
|
|
1016
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1017
|
+
return de_CommandError(output, context);
|
|
1018
|
+
}
|
|
1019
|
+
const contents = map({
|
|
1020
|
+
$metadata: deserializeMetadata(output),
|
|
1021
|
+
});
|
|
1022
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1023
|
+
if (data[_CI] != null) {
|
|
1024
|
+
contents[_CI] = de_ChangeInfo(data[_CI], context);
|
|
1025
|
+
}
|
|
1026
|
+
return contents;
|
|
1027
|
+
};
|
|
1028
|
+
export const de_AssociateVPCWithHostedZoneCommand = async (output, context) => {
|
|
1029
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1030
|
+
return de_CommandError(output, context);
|
|
1031
|
+
}
|
|
1032
|
+
const contents = map({
|
|
1033
|
+
$metadata: deserializeMetadata(output),
|
|
1034
|
+
});
|
|
1035
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1036
|
+
if (data[_CI] != null) {
|
|
1037
|
+
contents[_CI] = de_ChangeInfo(data[_CI], context);
|
|
1038
|
+
}
|
|
1039
|
+
return contents;
|
|
1040
|
+
};
|
|
1041
|
+
export const de_ChangeCidrCollectionCommand = async (output, context) => {
|
|
1042
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1043
|
+
return de_CommandError(output, context);
|
|
1044
|
+
}
|
|
1045
|
+
const contents = map({
|
|
1046
|
+
$metadata: deserializeMetadata(output),
|
|
1047
|
+
});
|
|
1048
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1049
|
+
if (data[_Id] != null) {
|
|
1050
|
+
contents[_Id] = __expectString(data[_Id]);
|
|
1051
|
+
}
|
|
1052
|
+
return contents;
|
|
1053
|
+
};
|
|
1054
|
+
export const de_ChangeResourceRecordSetsCommand = async (output, context) => {
|
|
1055
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1056
|
+
return de_CommandError(output, context);
|
|
1057
|
+
}
|
|
1058
|
+
const contents = map({
|
|
1059
|
+
$metadata: deserializeMetadata(output),
|
|
1060
|
+
});
|
|
1061
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1062
|
+
if (data[_CI] != null) {
|
|
1063
|
+
contents[_CI] = de_ChangeInfo(data[_CI], context);
|
|
1064
|
+
}
|
|
1065
|
+
return contents;
|
|
1066
|
+
};
|
|
1067
|
+
export const de_ChangeTagsForResourceCommand = async (output, context) => {
|
|
1068
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1069
|
+
return de_CommandError(output, context);
|
|
1070
|
+
}
|
|
1071
|
+
const contents = map({
|
|
1072
|
+
$metadata: deserializeMetadata(output),
|
|
1073
|
+
});
|
|
1074
|
+
await collectBody(output.body, context);
|
|
1075
|
+
return contents;
|
|
1076
|
+
};
|
|
1077
|
+
export const de_CreateCidrCollectionCommand = async (output, context) => {
|
|
1078
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1079
|
+
return de_CommandError(output, context);
|
|
1080
|
+
}
|
|
1081
|
+
const contents = map({
|
|
1082
|
+
$metadata: deserializeMetadata(output),
|
|
1083
|
+
[_L]: [, output.headers[_l]],
|
|
1084
|
+
});
|
|
1085
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1086
|
+
if (data[_Co] != null) {
|
|
1087
|
+
contents[_Co] = de_CidrCollection(data[_Co], context);
|
|
1088
|
+
}
|
|
1089
|
+
return contents;
|
|
1090
|
+
};
|
|
1091
|
+
export const de_CreateHealthCheckCommand = async (output, context) => {
|
|
1092
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1093
|
+
return de_CommandError(output, context);
|
|
1094
|
+
}
|
|
1095
|
+
const contents = map({
|
|
1096
|
+
$metadata: deserializeMetadata(output),
|
|
1097
|
+
[_L]: [, output.headers[_l]],
|
|
1098
|
+
});
|
|
1099
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1100
|
+
if (data[_HC] != null) {
|
|
1101
|
+
contents[_HC] = de_HealthCheck(data[_HC], context);
|
|
1102
|
+
}
|
|
1103
|
+
return contents;
|
|
1104
|
+
};
|
|
1105
|
+
export const de_CreateHostedZoneCommand = async (output, context) => {
|
|
1106
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1107
|
+
return de_CommandError(output, context);
|
|
1108
|
+
}
|
|
1109
|
+
const contents = map({
|
|
1110
|
+
$metadata: deserializeMetadata(output),
|
|
1111
|
+
[_L]: [, output.headers[_l]],
|
|
1112
|
+
});
|
|
1113
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1114
|
+
if (data[_CI] != null) {
|
|
1115
|
+
contents[_CI] = de_ChangeInfo(data[_CI], context);
|
|
1116
|
+
}
|
|
1117
|
+
if (data[_DS] != null) {
|
|
1118
|
+
contents[_DS] = de_DelegationSet(data[_DS], context);
|
|
1119
|
+
}
|
|
1120
|
+
if (data[_HZ] != null) {
|
|
1121
|
+
contents[_HZ] = de_HostedZone(data[_HZ], context);
|
|
1122
|
+
}
|
|
1123
|
+
if (data[_VPC] != null) {
|
|
1124
|
+
contents[_VPC] = de_VPC(data[_VPC], context);
|
|
1125
|
+
}
|
|
1126
|
+
return contents;
|
|
1127
|
+
};
|
|
1128
|
+
export const de_CreateKeySigningKeyCommand = async (output, context) => {
|
|
1129
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1130
|
+
return de_CommandError(output, context);
|
|
1131
|
+
}
|
|
1132
|
+
const contents = map({
|
|
1133
|
+
$metadata: deserializeMetadata(output),
|
|
1134
|
+
[_L]: [, output.headers[_l]],
|
|
1135
|
+
});
|
|
1136
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1137
|
+
if (data[_CI] != null) {
|
|
1138
|
+
contents[_CI] = de_ChangeInfo(data[_CI], context);
|
|
1139
|
+
}
|
|
1140
|
+
if (data[_KSK] != null) {
|
|
1141
|
+
contents[_KSK] = de_KeySigningKey(data[_KSK], context);
|
|
1142
|
+
}
|
|
1143
|
+
return contents;
|
|
1144
|
+
};
|
|
1145
|
+
export const de_CreateQueryLoggingConfigCommand = async (output, context) => {
|
|
1146
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1147
|
+
return de_CommandError(output, context);
|
|
1148
|
+
}
|
|
1149
|
+
const contents = map({
|
|
1150
|
+
$metadata: deserializeMetadata(output),
|
|
1151
|
+
[_L]: [, output.headers[_l]],
|
|
1152
|
+
});
|
|
1153
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1154
|
+
if (data[_QLC] != null) {
|
|
1155
|
+
contents[_QLC] = de_QueryLoggingConfig(data[_QLC], context);
|
|
1156
|
+
}
|
|
1157
|
+
return contents;
|
|
1158
|
+
};
|
|
1159
|
+
export const de_CreateReusableDelegationSetCommand = async (output, context) => {
|
|
1160
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1161
|
+
return de_CommandError(output, context);
|
|
1162
|
+
}
|
|
1163
|
+
const contents = map({
|
|
1164
|
+
$metadata: deserializeMetadata(output),
|
|
1165
|
+
[_L]: [, output.headers[_l]],
|
|
1166
|
+
});
|
|
1167
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1168
|
+
if (data[_DS] != null) {
|
|
1169
|
+
contents[_DS] = de_DelegationSet(data[_DS], context);
|
|
1170
|
+
}
|
|
1171
|
+
return contents;
|
|
1172
|
+
};
|
|
1173
|
+
export const de_CreateTrafficPolicyCommand = async (output, context) => {
|
|
1174
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1175
|
+
return de_CommandError(output, context);
|
|
1176
|
+
}
|
|
1177
|
+
const contents = map({
|
|
1178
|
+
$metadata: deserializeMetadata(output),
|
|
1179
|
+
[_L]: [, output.headers[_l]],
|
|
1180
|
+
});
|
|
1181
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1182
|
+
if (data[_TP] != null) {
|
|
1183
|
+
contents[_TP] = de_TrafficPolicy(data[_TP], context);
|
|
1184
|
+
}
|
|
1185
|
+
return contents;
|
|
1186
|
+
};
|
|
1187
|
+
export const de_CreateTrafficPolicyInstanceCommand = async (output, context) => {
|
|
1188
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1189
|
+
return de_CommandError(output, context);
|
|
1190
|
+
}
|
|
1191
|
+
const contents = map({
|
|
1192
|
+
$metadata: deserializeMetadata(output),
|
|
1193
|
+
[_L]: [, output.headers[_l]],
|
|
1194
|
+
});
|
|
1195
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1196
|
+
if (data[_TPIr] != null) {
|
|
1197
|
+
contents[_TPIr] = de_TrafficPolicyInstance(data[_TPIr], context);
|
|
1198
|
+
}
|
|
1199
|
+
return contents;
|
|
1200
|
+
};
|
|
1201
|
+
export const de_CreateTrafficPolicyVersionCommand = async (output, context) => {
|
|
1202
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1203
|
+
return de_CommandError(output, context);
|
|
1204
|
+
}
|
|
1205
|
+
const contents = map({
|
|
1206
|
+
$metadata: deserializeMetadata(output),
|
|
1207
|
+
[_L]: [, output.headers[_l]],
|
|
1208
|
+
});
|
|
1209
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1210
|
+
if (data[_TP] != null) {
|
|
1211
|
+
contents[_TP] = de_TrafficPolicy(data[_TP], context);
|
|
1212
|
+
}
|
|
1213
|
+
return contents;
|
|
1214
|
+
};
|
|
1215
|
+
export const de_CreateVPCAssociationAuthorizationCommand = async (output, context) => {
|
|
1216
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1217
|
+
return de_CommandError(output, context);
|
|
1218
|
+
}
|
|
1219
|
+
const contents = map({
|
|
1220
|
+
$metadata: deserializeMetadata(output),
|
|
1221
|
+
});
|
|
1222
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1223
|
+
if (data[_HZI] != null) {
|
|
1224
|
+
contents[_HZI] = __expectString(data[_HZI]);
|
|
1225
|
+
}
|
|
1226
|
+
if (data[_VPC] != null) {
|
|
1227
|
+
contents[_VPC] = de_VPC(data[_VPC], context);
|
|
1228
|
+
}
|
|
1229
|
+
return contents;
|
|
1230
|
+
};
|
|
1231
|
+
export const de_DeactivateKeySigningKeyCommand = async (output, context) => {
|
|
1232
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1233
|
+
return de_CommandError(output, context);
|
|
1234
|
+
}
|
|
1235
|
+
const contents = map({
|
|
1236
|
+
$metadata: deserializeMetadata(output),
|
|
1237
|
+
});
|
|
1238
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1239
|
+
if (data[_CI] != null) {
|
|
1240
|
+
contents[_CI] = de_ChangeInfo(data[_CI], context);
|
|
1241
|
+
}
|
|
1242
|
+
return contents;
|
|
1243
|
+
};
|
|
1244
|
+
export const de_DeleteCidrCollectionCommand = async (output, context) => {
|
|
1245
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1246
|
+
return de_CommandError(output, context);
|
|
1247
|
+
}
|
|
1248
|
+
const contents = map({
|
|
1249
|
+
$metadata: deserializeMetadata(output),
|
|
1250
|
+
});
|
|
1251
|
+
await collectBody(output.body, context);
|
|
1252
|
+
return contents;
|
|
1253
|
+
};
|
|
1254
|
+
export const de_DeleteHealthCheckCommand = async (output, context) => {
|
|
1255
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1256
|
+
return de_CommandError(output, context);
|
|
1257
|
+
}
|
|
1258
|
+
const contents = map({
|
|
1259
|
+
$metadata: deserializeMetadata(output),
|
|
1260
|
+
});
|
|
1261
|
+
await collectBody(output.body, context);
|
|
1262
|
+
return contents;
|
|
1263
|
+
};
|
|
1264
|
+
export const de_DeleteHostedZoneCommand = async (output, context) => {
|
|
1265
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1266
|
+
return de_CommandError(output, context);
|
|
1267
|
+
}
|
|
1268
|
+
const contents = map({
|
|
1269
|
+
$metadata: deserializeMetadata(output),
|
|
1270
|
+
});
|
|
1271
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1272
|
+
if (data[_CI] != null) {
|
|
1273
|
+
contents[_CI] = de_ChangeInfo(data[_CI], context);
|
|
1274
|
+
}
|
|
1275
|
+
return contents;
|
|
1276
|
+
};
|
|
1277
|
+
export const de_DeleteKeySigningKeyCommand = async (output, context) => {
|
|
1278
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1279
|
+
return de_CommandError(output, context);
|
|
1280
|
+
}
|
|
1281
|
+
const contents = map({
|
|
1282
|
+
$metadata: deserializeMetadata(output),
|
|
1283
|
+
});
|
|
1284
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1285
|
+
if (data[_CI] != null) {
|
|
1286
|
+
contents[_CI] = de_ChangeInfo(data[_CI], context);
|
|
1287
|
+
}
|
|
1288
|
+
return contents;
|
|
1289
|
+
};
|
|
1290
|
+
export const de_DeleteQueryLoggingConfigCommand = async (output, context) => {
|
|
1291
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1292
|
+
return de_CommandError(output, context);
|
|
1293
|
+
}
|
|
1294
|
+
const contents = map({
|
|
1295
|
+
$metadata: deserializeMetadata(output),
|
|
1296
|
+
});
|
|
1297
|
+
await collectBody(output.body, context);
|
|
1298
|
+
return contents;
|
|
1299
|
+
};
|
|
1300
|
+
export const de_DeleteReusableDelegationSetCommand = async (output, context) => {
|
|
1301
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1302
|
+
return de_CommandError(output, context);
|
|
1303
|
+
}
|
|
1304
|
+
const contents = map({
|
|
1305
|
+
$metadata: deserializeMetadata(output),
|
|
1306
|
+
});
|
|
1307
|
+
await collectBody(output.body, context);
|
|
1308
|
+
return contents;
|
|
1309
|
+
};
|
|
1310
|
+
export const de_DeleteTrafficPolicyCommand = async (output, context) => {
|
|
1311
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1312
|
+
return de_CommandError(output, context);
|
|
1313
|
+
}
|
|
1314
|
+
const contents = map({
|
|
1315
|
+
$metadata: deserializeMetadata(output),
|
|
1316
|
+
});
|
|
1317
|
+
await collectBody(output.body, context);
|
|
1318
|
+
return contents;
|
|
1319
|
+
};
|
|
1320
|
+
export const de_DeleteTrafficPolicyInstanceCommand = async (output, context) => {
|
|
1321
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1322
|
+
return de_CommandError(output, context);
|
|
1323
|
+
}
|
|
1324
|
+
const contents = map({
|
|
1325
|
+
$metadata: deserializeMetadata(output),
|
|
1326
|
+
});
|
|
1327
|
+
await collectBody(output.body, context);
|
|
1328
|
+
return contents;
|
|
1329
|
+
};
|
|
1330
|
+
export const de_DeleteVPCAssociationAuthorizationCommand = async (output, context) => {
|
|
1331
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1332
|
+
return de_CommandError(output, context);
|
|
1333
|
+
}
|
|
1334
|
+
const contents = map({
|
|
1335
|
+
$metadata: deserializeMetadata(output),
|
|
1336
|
+
});
|
|
1337
|
+
await collectBody(output.body, context);
|
|
1338
|
+
return contents;
|
|
1339
|
+
};
|
|
1340
|
+
export const de_DisableHostedZoneDNSSECCommand = async (output, context) => {
|
|
1341
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1342
|
+
return de_CommandError(output, context);
|
|
1343
|
+
}
|
|
1344
|
+
const contents = map({
|
|
1345
|
+
$metadata: deserializeMetadata(output),
|
|
1346
|
+
});
|
|
1347
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1348
|
+
if (data[_CI] != null) {
|
|
1349
|
+
contents[_CI] = de_ChangeInfo(data[_CI], context);
|
|
1350
|
+
}
|
|
1351
|
+
return contents;
|
|
1352
|
+
};
|
|
1353
|
+
export const de_DisassociateVPCFromHostedZoneCommand = async (output, context) => {
|
|
1354
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1355
|
+
return de_CommandError(output, context);
|
|
1356
|
+
}
|
|
1357
|
+
const contents = map({
|
|
1358
|
+
$metadata: deserializeMetadata(output),
|
|
1359
|
+
});
|
|
1360
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1361
|
+
if (data[_CI] != null) {
|
|
1362
|
+
contents[_CI] = de_ChangeInfo(data[_CI], context);
|
|
1363
|
+
}
|
|
1364
|
+
return contents;
|
|
1365
|
+
};
|
|
1366
|
+
export const de_EnableHostedZoneDNSSECCommand = async (output, context) => {
|
|
1367
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1368
|
+
return de_CommandError(output, context);
|
|
1369
|
+
}
|
|
1370
|
+
const contents = map({
|
|
1371
|
+
$metadata: deserializeMetadata(output),
|
|
1372
|
+
});
|
|
1373
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1374
|
+
if (data[_CI] != null) {
|
|
1375
|
+
contents[_CI] = de_ChangeInfo(data[_CI], context);
|
|
1376
|
+
}
|
|
1377
|
+
return contents;
|
|
1378
|
+
};
|
|
1379
|
+
export const de_GetAccountLimitCommand = async (output, context) => {
|
|
1380
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1381
|
+
return de_CommandError(output, context);
|
|
1382
|
+
}
|
|
1383
|
+
const contents = map({
|
|
1384
|
+
$metadata: deserializeMetadata(output),
|
|
1385
|
+
});
|
|
1386
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1387
|
+
if (data[_Cou] != null) {
|
|
1388
|
+
contents[_Cou] = __strictParseLong(data[_Cou]);
|
|
1389
|
+
}
|
|
1390
|
+
if (data[_Li] != null) {
|
|
1391
|
+
contents[_Li] = de_AccountLimit(data[_Li], context);
|
|
1392
|
+
}
|
|
1393
|
+
return contents;
|
|
1394
|
+
};
|
|
1395
|
+
export const de_GetChangeCommand = async (output, context) => {
|
|
1396
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1397
|
+
return de_CommandError(output, context);
|
|
1398
|
+
}
|
|
1399
|
+
const contents = map({
|
|
1400
|
+
$metadata: deserializeMetadata(output),
|
|
1401
|
+
});
|
|
1402
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1403
|
+
if (data[_CI] != null) {
|
|
1404
|
+
contents[_CI] = de_ChangeInfo(data[_CI], context);
|
|
1405
|
+
}
|
|
1406
|
+
return contents;
|
|
1407
|
+
};
|
|
1408
|
+
export const de_GetCheckerIpRangesCommand = async (output, context) => {
|
|
1409
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1410
|
+
return de_CommandError(output, context);
|
|
1411
|
+
}
|
|
1412
|
+
const contents = map({
|
|
1413
|
+
$metadata: deserializeMetadata(output),
|
|
1414
|
+
});
|
|
1415
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1416
|
+
if (data.CheckerIpRanges === "") {
|
|
1417
|
+
contents[_CIR] = [];
|
|
1418
|
+
}
|
|
1419
|
+
else if (data[_CIR] != null && data[_CIR][_me] != null) {
|
|
1420
|
+
contents[_CIR] = de_CheckerIpRanges(__getArrayIfSingleItem(data[_CIR][_me]), context);
|
|
1421
|
+
}
|
|
1422
|
+
return contents;
|
|
1423
|
+
};
|
|
1424
|
+
export const de_GetDNSSECCommand = async (output, context) => {
|
|
1425
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1426
|
+
return de_CommandError(output, context);
|
|
1427
|
+
}
|
|
1428
|
+
const contents = map({
|
|
1429
|
+
$metadata: deserializeMetadata(output),
|
|
1430
|
+
});
|
|
1431
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1432
|
+
if (data.KeySigningKeys === "") {
|
|
1433
|
+
contents[_KSKe] = [];
|
|
1434
|
+
}
|
|
1435
|
+
else if (data[_KSKe] != null && data[_KSKe][_me] != null) {
|
|
1436
|
+
contents[_KSKe] = de_KeySigningKeys(__getArrayIfSingleItem(data[_KSKe][_me]), context);
|
|
1437
|
+
}
|
|
1438
|
+
if (data[_S] != null) {
|
|
1439
|
+
contents[_S] = de_DNSSECStatus(data[_S], context);
|
|
1440
|
+
}
|
|
1441
|
+
return contents;
|
|
1442
|
+
};
|
|
1443
|
+
export const de_GetGeoLocationCommand = async (output, context) => {
|
|
1444
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1445
|
+
return de_CommandError(output, context);
|
|
1446
|
+
}
|
|
1447
|
+
const contents = map({
|
|
1448
|
+
$metadata: deserializeMetadata(output),
|
|
1449
|
+
});
|
|
1450
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1451
|
+
if (data[_GLD] != null) {
|
|
1452
|
+
contents[_GLD] = de_GeoLocationDetails(data[_GLD], context);
|
|
1453
|
+
}
|
|
1454
|
+
return contents;
|
|
1455
|
+
};
|
|
1456
|
+
export const de_GetHealthCheckCommand = async (output, context) => {
|
|
1457
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1458
|
+
return de_CommandError(output, context);
|
|
1459
|
+
}
|
|
1460
|
+
const contents = map({
|
|
1461
|
+
$metadata: deserializeMetadata(output),
|
|
1462
|
+
});
|
|
1463
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1464
|
+
if (data[_HC] != null) {
|
|
1465
|
+
contents[_HC] = de_HealthCheck(data[_HC], context);
|
|
1466
|
+
}
|
|
1467
|
+
return contents;
|
|
1468
|
+
};
|
|
1469
|
+
export const de_GetHealthCheckCountCommand = async (output, context) => {
|
|
1470
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1471
|
+
return de_CommandError(output, context);
|
|
1472
|
+
}
|
|
1473
|
+
const contents = map({
|
|
1474
|
+
$metadata: deserializeMetadata(output),
|
|
1475
|
+
});
|
|
1476
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1477
|
+
if (data[_HCCe] != null) {
|
|
1478
|
+
contents[_HCCe] = __strictParseLong(data[_HCCe]);
|
|
1479
|
+
}
|
|
1480
|
+
return contents;
|
|
1481
|
+
};
|
|
1482
|
+
export const de_GetHealthCheckLastFailureReasonCommand = async (output, context) => {
|
|
1483
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1484
|
+
return de_CommandError(output, context);
|
|
1485
|
+
}
|
|
1486
|
+
const contents = map({
|
|
1487
|
+
$metadata: deserializeMetadata(output),
|
|
1488
|
+
});
|
|
1489
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1490
|
+
if (data.HealthCheckObservations === "") {
|
|
1491
|
+
contents[_HCO] = [];
|
|
1492
|
+
}
|
|
1493
|
+
else if (data[_HCO] != null && data[_HCO][_HCOe] != null) {
|
|
1494
|
+
contents[_HCO] = de_HealthCheckObservations(__getArrayIfSingleItem(data[_HCO][_HCOe]), context);
|
|
1495
|
+
}
|
|
1496
|
+
return contents;
|
|
1497
|
+
};
|
|
1498
|
+
export const de_GetHealthCheckStatusCommand = async (output, context) => {
|
|
1499
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1500
|
+
return de_CommandError(output, context);
|
|
1501
|
+
}
|
|
1502
|
+
const contents = map({
|
|
1503
|
+
$metadata: deserializeMetadata(output),
|
|
1504
|
+
});
|
|
1505
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1506
|
+
if (data.HealthCheckObservations === "") {
|
|
1507
|
+
contents[_HCO] = [];
|
|
1508
|
+
}
|
|
1509
|
+
else if (data[_HCO] != null && data[_HCO][_HCOe] != null) {
|
|
1510
|
+
contents[_HCO] = de_HealthCheckObservations(__getArrayIfSingleItem(data[_HCO][_HCOe]), context);
|
|
1511
|
+
}
|
|
1512
|
+
return contents;
|
|
1513
|
+
};
|
|
1514
|
+
export const de_GetHostedZoneCommand = async (output, context) => {
|
|
1515
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1516
|
+
return de_CommandError(output, context);
|
|
1517
|
+
}
|
|
1518
|
+
const contents = map({
|
|
1519
|
+
$metadata: deserializeMetadata(output),
|
|
1520
|
+
});
|
|
1521
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1522
|
+
if (data[_DS] != null) {
|
|
1523
|
+
contents[_DS] = de_DelegationSet(data[_DS], context);
|
|
1524
|
+
}
|
|
1525
|
+
if (data[_HZ] != null) {
|
|
1526
|
+
contents[_HZ] = de_HostedZone(data[_HZ], context);
|
|
1527
|
+
}
|
|
1528
|
+
if (data.VPCs === "") {
|
|
1529
|
+
contents[_VPCs] = [];
|
|
1530
|
+
}
|
|
1531
|
+
else if (data[_VPCs] != null && data[_VPCs][_VPC] != null) {
|
|
1532
|
+
contents[_VPCs] = de_VPCs(__getArrayIfSingleItem(data[_VPCs][_VPC]), context);
|
|
1533
|
+
}
|
|
1534
|
+
return contents;
|
|
1535
|
+
};
|
|
1536
|
+
export const de_GetHostedZoneCountCommand = async (output, context) => {
|
|
1537
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1538
|
+
return de_CommandError(output, context);
|
|
1539
|
+
}
|
|
1540
|
+
const contents = map({
|
|
1541
|
+
$metadata: deserializeMetadata(output),
|
|
1542
|
+
});
|
|
1543
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1544
|
+
if (data[_HZCo] != null) {
|
|
1545
|
+
contents[_HZCo] = __strictParseLong(data[_HZCo]);
|
|
1546
|
+
}
|
|
1547
|
+
return contents;
|
|
1548
|
+
};
|
|
1549
|
+
export const de_GetHostedZoneLimitCommand = async (output, context) => {
|
|
1550
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1551
|
+
return de_CommandError(output, context);
|
|
1552
|
+
}
|
|
1553
|
+
const contents = map({
|
|
1554
|
+
$metadata: deserializeMetadata(output),
|
|
1555
|
+
});
|
|
1556
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1557
|
+
if (data[_Cou] != null) {
|
|
1558
|
+
contents[_Cou] = __strictParseLong(data[_Cou]);
|
|
1559
|
+
}
|
|
1560
|
+
if (data[_Li] != null) {
|
|
1561
|
+
contents[_Li] = de_HostedZoneLimit(data[_Li], context);
|
|
1562
|
+
}
|
|
1563
|
+
return contents;
|
|
1564
|
+
};
|
|
1565
|
+
export const de_GetQueryLoggingConfigCommand = async (output, context) => {
|
|
1566
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1567
|
+
return de_CommandError(output, context);
|
|
1568
|
+
}
|
|
1569
|
+
const contents = map({
|
|
1570
|
+
$metadata: deserializeMetadata(output),
|
|
1571
|
+
});
|
|
1572
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1573
|
+
if (data[_QLC] != null) {
|
|
1574
|
+
contents[_QLC] = de_QueryLoggingConfig(data[_QLC], context);
|
|
1575
|
+
}
|
|
1576
|
+
return contents;
|
|
1577
|
+
};
|
|
1578
|
+
export const de_GetReusableDelegationSetCommand = async (output, context) => {
|
|
1579
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1580
|
+
return de_CommandError(output, context);
|
|
1581
|
+
}
|
|
1582
|
+
const contents = map({
|
|
1583
|
+
$metadata: deserializeMetadata(output),
|
|
1584
|
+
});
|
|
1585
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1586
|
+
if (data[_DS] != null) {
|
|
1587
|
+
contents[_DS] = de_DelegationSet(data[_DS], context);
|
|
1588
|
+
}
|
|
1589
|
+
return contents;
|
|
1590
|
+
};
|
|
1591
|
+
export const de_GetReusableDelegationSetLimitCommand = async (output, context) => {
|
|
1592
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1593
|
+
return de_CommandError(output, context);
|
|
1594
|
+
}
|
|
1595
|
+
const contents = map({
|
|
1596
|
+
$metadata: deserializeMetadata(output),
|
|
1597
|
+
});
|
|
1598
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1599
|
+
if (data[_Cou] != null) {
|
|
1600
|
+
contents[_Cou] = __strictParseLong(data[_Cou]);
|
|
1601
|
+
}
|
|
1602
|
+
if (data[_Li] != null) {
|
|
1603
|
+
contents[_Li] = de_ReusableDelegationSetLimit(data[_Li], context);
|
|
1604
|
+
}
|
|
1605
|
+
return contents;
|
|
1606
|
+
};
|
|
1607
|
+
export const de_GetTrafficPolicyCommand = async (output, context) => {
|
|
1608
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1609
|
+
return de_CommandError(output, context);
|
|
1610
|
+
}
|
|
1611
|
+
const contents = map({
|
|
1612
|
+
$metadata: deserializeMetadata(output),
|
|
1613
|
+
});
|
|
1614
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1615
|
+
if (data[_TP] != null) {
|
|
1616
|
+
contents[_TP] = de_TrafficPolicy(data[_TP], context);
|
|
1617
|
+
}
|
|
1618
|
+
return contents;
|
|
1619
|
+
};
|
|
1620
|
+
export const de_GetTrafficPolicyInstanceCommand = async (output, context) => {
|
|
1621
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1622
|
+
return de_CommandError(output, context);
|
|
1623
|
+
}
|
|
1624
|
+
const contents = map({
|
|
1625
|
+
$metadata: deserializeMetadata(output),
|
|
1626
|
+
});
|
|
1627
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1628
|
+
if (data[_TPIr] != null) {
|
|
1629
|
+
contents[_TPIr] = de_TrafficPolicyInstance(data[_TPIr], context);
|
|
1630
|
+
}
|
|
1631
|
+
return contents;
|
|
1632
|
+
};
|
|
1633
|
+
export const de_GetTrafficPolicyInstanceCountCommand = async (output, context) => {
|
|
1634
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1635
|
+
return de_CommandError(output, context);
|
|
1636
|
+
}
|
|
1637
|
+
const contents = map({
|
|
1638
|
+
$metadata: deserializeMetadata(output),
|
|
1639
|
+
});
|
|
1640
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1641
|
+
if (data[_TPIC] != null) {
|
|
1642
|
+
contents[_TPIC] = __strictParseInt32(data[_TPIC]);
|
|
1643
|
+
}
|
|
1644
|
+
return contents;
|
|
1645
|
+
};
|
|
1646
|
+
export const de_ListCidrBlocksCommand = async (output, context) => {
|
|
1647
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1648
|
+
return de_CommandError(output, context);
|
|
1649
|
+
}
|
|
1650
|
+
const contents = map({
|
|
1651
|
+
$metadata: deserializeMetadata(output),
|
|
1652
|
+
});
|
|
1653
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1654
|
+
if (data.CidrBlocks === "") {
|
|
1655
|
+
contents[_CBi] = [];
|
|
1656
|
+
}
|
|
1657
|
+
else if (data[_CBi] != null && data[_CBi][_me] != null) {
|
|
1658
|
+
contents[_CBi] = de_CidrBlockSummaries(__getArrayIfSingleItem(data[_CBi][_me]), context);
|
|
1659
|
+
}
|
|
1660
|
+
if (data[_NT] != null) {
|
|
1661
|
+
contents[_NT] = __expectString(data[_NT]);
|
|
1662
|
+
}
|
|
1663
|
+
return contents;
|
|
1664
|
+
};
|
|
1665
|
+
export const de_ListCidrCollectionsCommand = async (output, context) => {
|
|
1666
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1667
|
+
return de_CommandError(output, context);
|
|
1668
|
+
}
|
|
1669
|
+
const contents = map({
|
|
1670
|
+
$metadata: deserializeMetadata(output),
|
|
1671
|
+
});
|
|
1672
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1673
|
+
if (data.CidrCollections === "") {
|
|
1674
|
+
contents[_CCi] = [];
|
|
1675
|
+
}
|
|
1676
|
+
else if (data[_CCi] != null && data[_CCi][_me] != null) {
|
|
1677
|
+
contents[_CCi] = de_CollectionSummaries(__getArrayIfSingleItem(data[_CCi][_me]), context);
|
|
1678
|
+
}
|
|
1679
|
+
if (data[_NT] != null) {
|
|
1680
|
+
contents[_NT] = __expectString(data[_NT]);
|
|
1681
|
+
}
|
|
1682
|
+
return contents;
|
|
1683
|
+
};
|
|
1684
|
+
export const de_ListCidrLocationsCommand = async (output, context) => {
|
|
1685
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1686
|
+
return de_CommandError(output, context);
|
|
1687
|
+
}
|
|
1688
|
+
const contents = map({
|
|
1689
|
+
$metadata: deserializeMetadata(output),
|
|
1690
|
+
});
|
|
1691
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1692
|
+
if (data.CidrLocations === "") {
|
|
1693
|
+
contents[_CL] = [];
|
|
1694
|
+
}
|
|
1695
|
+
else if (data[_CL] != null && data[_CL][_me] != null) {
|
|
1696
|
+
contents[_CL] = de_LocationSummaries(__getArrayIfSingleItem(data[_CL][_me]), context);
|
|
1697
|
+
}
|
|
1698
|
+
if (data[_NT] != null) {
|
|
1699
|
+
contents[_NT] = __expectString(data[_NT]);
|
|
1700
|
+
}
|
|
1701
|
+
return contents;
|
|
1702
|
+
};
|
|
1703
|
+
export const de_ListGeoLocationsCommand = async (output, context) => {
|
|
1704
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1705
|
+
return de_CommandError(output, context);
|
|
1706
|
+
}
|
|
1707
|
+
const contents = map({
|
|
1708
|
+
$metadata: deserializeMetadata(output),
|
|
1709
|
+
});
|
|
1710
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1711
|
+
if (data.GeoLocationDetailsList === "") {
|
|
1712
|
+
contents[_GLDL] = [];
|
|
1713
|
+
}
|
|
1714
|
+
else if (data[_GLDL] != null && data[_GLDL][_GLD] != null) {
|
|
1715
|
+
contents[_GLDL] = de_GeoLocationDetailsList(__getArrayIfSingleItem(data[_GLDL][_GLD]), context);
|
|
1716
|
+
}
|
|
1717
|
+
if (data[_IT] != null) {
|
|
1718
|
+
contents[_IT] = __parseBoolean(data[_IT]);
|
|
1719
|
+
}
|
|
1720
|
+
if (data[_MI] != null) {
|
|
1721
|
+
contents[_MI] = __strictParseInt32(data[_MI]);
|
|
1722
|
+
}
|
|
1723
|
+
if (data[_NCC] != null) {
|
|
1724
|
+
contents[_NCC] = __expectString(data[_NCC]);
|
|
1725
|
+
}
|
|
1726
|
+
if (data[_NCCe] != null) {
|
|
1727
|
+
contents[_NCCe] = __expectString(data[_NCCe]);
|
|
1728
|
+
}
|
|
1729
|
+
if (data[_NSC] != null) {
|
|
1730
|
+
contents[_NSC] = __expectString(data[_NSC]);
|
|
1731
|
+
}
|
|
1732
|
+
return contents;
|
|
1733
|
+
};
|
|
1734
|
+
export const de_ListHealthChecksCommand = async (output, context) => {
|
|
1735
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1736
|
+
return de_CommandError(output, context);
|
|
1737
|
+
}
|
|
1738
|
+
const contents = map({
|
|
1739
|
+
$metadata: deserializeMetadata(output),
|
|
1740
|
+
});
|
|
1741
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1742
|
+
if (data.HealthChecks === "") {
|
|
1743
|
+
contents[_HCe] = [];
|
|
1744
|
+
}
|
|
1745
|
+
else if (data[_HCe] != null && data[_HCe][_HC] != null) {
|
|
1746
|
+
contents[_HCe] = de_HealthChecks(__getArrayIfSingleItem(data[_HCe][_HC]), context);
|
|
1747
|
+
}
|
|
1748
|
+
if (data[_IT] != null) {
|
|
1749
|
+
contents[_IT] = __parseBoolean(data[_IT]);
|
|
1750
|
+
}
|
|
1751
|
+
if (data[_M] != null) {
|
|
1752
|
+
contents[_M] = __expectString(data[_M]);
|
|
1753
|
+
}
|
|
1754
|
+
if (data[_MI] != null) {
|
|
1755
|
+
contents[_MI] = __strictParseInt32(data[_MI]);
|
|
1756
|
+
}
|
|
1757
|
+
if (data[_NM] != null) {
|
|
1758
|
+
contents[_NM] = __expectString(data[_NM]);
|
|
1759
|
+
}
|
|
1760
|
+
return contents;
|
|
1761
|
+
};
|
|
1762
|
+
export const de_ListHostedZonesCommand = async (output, context) => {
|
|
1763
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1764
|
+
return de_CommandError(output, context);
|
|
1765
|
+
}
|
|
1766
|
+
const contents = map({
|
|
1767
|
+
$metadata: deserializeMetadata(output),
|
|
1768
|
+
});
|
|
1769
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1770
|
+
if (data.HostedZones === "") {
|
|
1771
|
+
contents[_HZo] = [];
|
|
1772
|
+
}
|
|
1773
|
+
else if (data[_HZo] != null && data[_HZo][_HZ] != null) {
|
|
1774
|
+
contents[_HZo] = de_HostedZones(__getArrayIfSingleItem(data[_HZo][_HZ]), context);
|
|
1775
|
+
}
|
|
1776
|
+
if (data[_IT] != null) {
|
|
1777
|
+
contents[_IT] = __parseBoolean(data[_IT]);
|
|
1778
|
+
}
|
|
1779
|
+
if (data[_M] != null) {
|
|
1780
|
+
contents[_M] = __expectString(data[_M]);
|
|
1781
|
+
}
|
|
1782
|
+
if (data[_MI] != null) {
|
|
1783
|
+
contents[_MI] = __strictParseInt32(data[_MI]);
|
|
1784
|
+
}
|
|
1785
|
+
if (data[_NM] != null) {
|
|
1786
|
+
contents[_NM] = __expectString(data[_NM]);
|
|
1787
|
+
}
|
|
1788
|
+
return contents;
|
|
1789
|
+
};
|
|
1790
|
+
export const de_ListHostedZonesByNameCommand = async (output, context) => {
|
|
1791
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1792
|
+
return de_CommandError(output, context);
|
|
1793
|
+
}
|
|
1794
|
+
const contents = map({
|
|
1795
|
+
$metadata: deserializeMetadata(output),
|
|
1796
|
+
});
|
|
1797
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1798
|
+
if (data[_DNSN] != null) {
|
|
1799
|
+
contents[_DNSN] = __expectString(data[_DNSN]);
|
|
1800
|
+
}
|
|
1801
|
+
if (data[_HZI] != null) {
|
|
1802
|
+
contents[_HZI] = __expectString(data[_HZI]);
|
|
1803
|
+
}
|
|
1804
|
+
if (data.HostedZones === "") {
|
|
1805
|
+
contents[_HZo] = [];
|
|
1806
|
+
}
|
|
1807
|
+
else if (data[_HZo] != null && data[_HZo][_HZ] != null) {
|
|
1808
|
+
contents[_HZo] = de_HostedZones(__getArrayIfSingleItem(data[_HZo][_HZ]), context);
|
|
1809
|
+
}
|
|
1810
|
+
if (data[_IT] != null) {
|
|
1811
|
+
contents[_IT] = __parseBoolean(data[_IT]);
|
|
1812
|
+
}
|
|
1813
|
+
if (data[_MI] != null) {
|
|
1814
|
+
contents[_MI] = __strictParseInt32(data[_MI]);
|
|
1815
|
+
}
|
|
1816
|
+
if (data[_NDNSN] != null) {
|
|
1817
|
+
contents[_NDNSN] = __expectString(data[_NDNSN]);
|
|
1818
|
+
}
|
|
1819
|
+
if (data[_NHZI] != null) {
|
|
1820
|
+
contents[_NHZI] = __expectString(data[_NHZI]);
|
|
1821
|
+
}
|
|
1822
|
+
return contents;
|
|
1823
|
+
};
|
|
1824
|
+
export const de_ListHostedZonesByVPCCommand = async (output, context) => {
|
|
1825
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1826
|
+
return de_CommandError(output, context);
|
|
1827
|
+
}
|
|
1828
|
+
const contents = map({
|
|
1829
|
+
$metadata: deserializeMetadata(output),
|
|
1830
|
+
});
|
|
1831
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1832
|
+
if (data.HostedZoneSummaries === "") {
|
|
1833
|
+
contents[_HZS] = [];
|
|
1834
|
+
}
|
|
1835
|
+
else if (data[_HZS] != null && data[_HZS][_HZSo] != null) {
|
|
1836
|
+
contents[_HZS] = de_HostedZoneSummaries(__getArrayIfSingleItem(data[_HZS][_HZSo]), context);
|
|
1837
|
+
}
|
|
1838
|
+
if (data[_MI] != null) {
|
|
1839
|
+
contents[_MI] = __strictParseInt32(data[_MI]);
|
|
1840
|
+
}
|
|
1841
|
+
if (data[_NT] != null) {
|
|
1842
|
+
contents[_NT] = __expectString(data[_NT]);
|
|
1843
|
+
}
|
|
1844
|
+
return contents;
|
|
1845
|
+
};
|
|
1846
|
+
export const de_ListQueryLoggingConfigsCommand = async (output, context) => {
|
|
1847
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1848
|
+
return de_CommandError(output, context);
|
|
1849
|
+
}
|
|
1850
|
+
const contents = map({
|
|
1851
|
+
$metadata: deserializeMetadata(output),
|
|
1852
|
+
});
|
|
1853
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1854
|
+
if (data[_NT] != null) {
|
|
1855
|
+
contents[_NT] = __expectString(data[_NT]);
|
|
1856
|
+
}
|
|
1857
|
+
if (data.QueryLoggingConfigs === "") {
|
|
1858
|
+
contents[_QLCu] = [];
|
|
1859
|
+
}
|
|
1860
|
+
else if (data[_QLCu] != null && data[_QLCu][_QLC] != null) {
|
|
1861
|
+
contents[_QLCu] = de_QueryLoggingConfigs(__getArrayIfSingleItem(data[_QLCu][_QLC]), context);
|
|
1862
|
+
}
|
|
1863
|
+
return contents;
|
|
1864
|
+
};
|
|
1865
|
+
export const de_ListResourceRecordSetsCommand = async (output, context) => {
|
|
1866
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1867
|
+
return de_CommandError(output, context);
|
|
1868
|
+
}
|
|
1869
|
+
const contents = map({
|
|
1870
|
+
$metadata: deserializeMetadata(output),
|
|
1871
|
+
});
|
|
1872
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1873
|
+
if (data[_IT] != null) {
|
|
1874
|
+
contents[_IT] = __parseBoolean(data[_IT]);
|
|
1875
|
+
}
|
|
1876
|
+
if (data[_MI] != null) {
|
|
1877
|
+
contents[_MI] = __strictParseInt32(data[_MI]);
|
|
1878
|
+
}
|
|
1879
|
+
if (data[_NRI] != null) {
|
|
1880
|
+
contents[_NRI] = __expectString(data[_NRI]);
|
|
1881
|
+
}
|
|
1882
|
+
if (data[_NRN] != null) {
|
|
1883
|
+
contents[_NRN] = __expectString(data[_NRN]);
|
|
1884
|
+
}
|
|
1885
|
+
if (data[_NRT] != null) {
|
|
1886
|
+
contents[_NRT] = __expectString(data[_NRT]);
|
|
1887
|
+
}
|
|
1888
|
+
if (data.ResourceRecordSets === "") {
|
|
1889
|
+
contents[_RRS] = [];
|
|
1890
|
+
}
|
|
1891
|
+
else if (data[_RRS] != null && data[_RRS][_RRSe] != null) {
|
|
1892
|
+
contents[_RRS] = de_ResourceRecordSets(__getArrayIfSingleItem(data[_RRS][_RRSe]), context);
|
|
1893
|
+
}
|
|
1894
|
+
return contents;
|
|
1895
|
+
};
|
|
1896
|
+
export const de_ListReusableDelegationSetsCommand = async (output, context) => {
|
|
1897
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1898
|
+
return de_CommandError(output, context);
|
|
1899
|
+
}
|
|
1900
|
+
const contents = map({
|
|
1901
|
+
$metadata: deserializeMetadata(output),
|
|
1902
|
+
});
|
|
1903
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1904
|
+
if (data.DelegationSets === "") {
|
|
1905
|
+
contents[_DSe] = [];
|
|
1906
|
+
}
|
|
1907
|
+
else if (data[_DSe] != null && data[_DSe][_DS] != null) {
|
|
1908
|
+
contents[_DSe] = de_DelegationSets(__getArrayIfSingleItem(data[_DSe][_DS]), context);
|
|
1909
|
+
}
|
|
1910
|
+
if (data[_IT] != null) {
|
|
1911
|
+
contents[_IT] = __parseBoolean(data[_IT]);
|
|
1912
|
+
}
|
|
1913
|
+
if (data[_M] != null) {
|
|
1914
|
+
contents[_M] = __expectString(data[_M]);
|
|
1915
|
+
}
|
|
1916
|
+
if (data[_MI] != null) {
|
|
1917
|
+
contents[_MI] = __strictParseInt32(data[_MI]);
|
|
1918
|
+
}
|
|
1919
|
+
if (data[_NM] != null) {
|
|
1920
|
+
contents[_NM] = __expectString(data[_NM]);
|
|
1921
|
+
}
|
|
1922
|
+
return contents;
|
|
1923
|
+
};
|
|
1924
|
+
export const de_ListTagsForResourceCommand = async (output, context) => {
|
|
1925
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1926
|
+
return de_CommandError(output, context);
|
|
1927
|
+
}
|
|
1928
|
+
const contents = map({
|
|
1929
|
+
$metadata: deserializeMetadata(output),
|
|
1930
|
+
});
|
|
1931
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1932
|
+
if (data[_RTS] != null) {
|
|
1933
|
+
contents[_RTS] = de_ResourceTagSet(data[_RTS], context);
|
|
1934
|
+
}
|
|
1935
|
+
return contents;
|
|
1936
|
+
};
|
|
1937
|
+
export const de_ListTagsForResourcesCommand = async (output, context) => {
|
|
1938
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1939
|
+
return de_CommandError(output, context);
|
|
1940
|
+
}
|
|
1941
|
+
const contents = map({
|
|
1942
|
+
$metadata: deserializeMetadata(output),
|
|
1943
|
+
});
|
|
1944
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1945
|
+
if (data.ResourceTagSets === "") {
|
|
1946
|
+
contents[_RTSe] = [];
|
|
1947
|
+
}
|
|
1948
|
+
else if (data[_RTSe] != null && data[_RTSe][_RTS] != null) {
|
|
1949
|
+
contents[_RTSe] = de_ResourceTagSetList(__getArrayIfSingleItem(data[_RTSe][_RTS]), context);
|
|
1950
|
+
}
|
|
1951
|
+
return contents;
|
|
1952
|
+
};
|
|
1953
|
+
export const de_ListTrafficPoliciesCommand = async (output, context) => {
|
|
1954
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1955
|
+
return de_CommandError(output, context);
|
|
1956
|
+
}
|
|
1957
|
+
const contents = map({
|
|
1958
|
+
$metadata: deserializeMetadata(output),
|
|
1959
|
+
});
|
|
1960
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1961
|
+
if (data[_IT] != null) {
|
|
1962
|
+
contents[_IT] = __parseBoolean(data[_IT]);
|
|
1963
|
+
}
|
|
1964
|
+
if (data[_MI] != null) {
|
|
1965
|
+
contents[_MI] = __strictParseInt32(data[_MI]);
|
|
1966
|
+
}
|
|
1967
|
+
if (data[_TPIM] != null) {
|
|
1968
|
+
contents[_TPIM] = __expectString(data[_TPIM]);
|
|
1969
|
+
}
|
|
1970
|
+
if (data.TrafficPolicySummaries === "") {
|
|
1971
|
+
contents[_TPS] = [];
|
|
1972
|
+
}
|
|
1973
|
+
else if (data[_TPS] != null && data[_TPS][_TPSr] != null) {
|
|
1974
|
+
contents[_TPS] = de_TrafficPolicySummaries(__getArrayIfSingleItem(data[_TPS][_TPSr]), context);
|
|
1975
|
+
}
|
|
1976
|
+
return contents;
|
|
1977
|
+
};
|
|
1978
|
+
export const de_ListTrafficPolicyInstancesCommand = async (output, context) => {
|
|
1979
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1980
|
+
return de_CommandError(output, context);
|
|
1981
|
+
}
|
|
1982
|
+
const contents = map({
|
|
1983
|
+
$metadata: deserializeMetadata(output),
|
|
1984
|
+
});
|
|
1985
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
1986
|
+
if (data[_HZIM] != null) {
|
|
1987
|
+
contents[_HZIM] = __expectString(data[_HZIM]);
|
|
1988
|
+
}
|
|
1989
|
+
if (data[_IT] != null) {
|
|
1990
|
+
contents[_IT] = __parseBoolean(data[_IT]);
|
|
1991
|
+
}
|
|
1992
|
+
if (data[_MI] != null) {
|
|
1993
|
+
contents[_MI] = __strictParseInt32(data[_MI]);
|
|
1994
|
+
}
|
|
1995
|
+
if (data[_TPINM] != null) {
|
|
1996
|
+
contents[_TPINM] = __expectString(data[_TPINM]);
|
|
1997
|
+
}
|
|
1998
|
+
if (data[_TPITM] != null) {
|
|
1999
|
+
contents[_TPITM] = __expectString(data[_TPITM]);
|
|
2000
|
+
}
|
|
2001
|
+
if (data.TrafficPolicyInstances === "") {
|
|
2002
|
+
contents[_TPIra] = [];
|
|
2003
|
+
}
|
|
2004
|
+
else if (data[_TPIra] != null && data[_TPIra][_TPIr] != null) {
|
|
2005
|
+
contents[_TPIra] = de_TrafficPolicyInstances(__getArrayIfSingleItem(data[_TPIra][_TPIr]), context);
|
|
2006
|
+
}
|
|
2007
|
+
return contents;
|
|
2008
|
+
};
|
|
2009
|
+
export const de_ListTrafficPolicyInstancesByHostedZoneCommand = async (output, context) => {
|
|
2010
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2011
|
+
return de_CommandError(output, context);
|
|
2012
|
+
}
|
|
2013
|
+
const contents = map({
|
|
2014
|
+
$metadata: deserializeMetadata(output),
|
|
2015
|
+
});
|
|
2016
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2017
|
+
if (data[_IT] != null) {
|
|
2018
|
+
contents[_IT] = __parseBoolean(data[_IT]);
|
|
2019
|
+
}
|
|
2020
|
+
if (data[_MI] != null) {
|
|
2021
|
+
contents[_MI] = __strictParseInt32(data[_MI]);
|
|
2022
|
+
}
|
|
2023
|
+
if (data[_TPINM] != null) {
|
|
2024
|
+
contents[_TPINM] = __expectString(data[_TPINM]);
|
|
2025
|
+
}
|
|
2026
|
+
if (data[_TPITM] != null) {
|
|
2027
|
+
contents[_TPITM] = __expectString(data[_TPITM]);
|
|
2028
|
+
}
|
|
2029
|
+
if (data.TrafficPolicyInstances === "") {
|
|
2030
|
+
contents[_TPIra] = [];
|
|
2031
|
+
}
|
|
2032
|
+
else if (data[_TPIra] != null && data[_TPIra][_TPIr] != null) {
|
|
2033
|
+
contents[_TPIra] = de_TrafficPolicyInstances(__getArrayIfSingleItem(data[_TPIra][_TPIr]), context);
|
|
2034
|
+
}
|
|
2035
|
+
return contents;
|
|
2036
|
+
};
|
|
2037
|
+
export const de_ListTrafficPolicyInstancesByPolicyCommand = async (output, context) => {
|
|
2038
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2039
|
+
return de_CommandError(output, context);
|
|
2040
|
+
}
|
|
2041
|
+
const contents = map({
|
|
2042
|
+
$metadata: deserializeMetadata(output),
|
|
2043
|
+
});
|
|
2044
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2045
|
+
if (data[_HZIM] != null) {
|
|
2046
|
+
contents[_HZIM] = __expectString(data[_HZIM]);
|
|
2047
|
+
}
|
|
2048
|
+
if (data[_IT] != null) {
|
|
2049
|
+
contents[_IT] = __parseBoolean(data[_IT]);
|
|
2050
|
+
}
|
|
2051
|
+
if (data[_MI] != null) {
|
|
2052
|
+
contents[_MI] = __strictParseInt32(data[_MI]);
|
|
2053
|
+
}
|
|
2054
|
+
if (data[_TPINM] != null) {
|
|
2055
|
+
contents[_TPINM] = __expectString(data[_TPINM]);
|
|
2056
|
+
}
|
|
2057
|
+
if (data[_TPITM] != null) {
|
|
2058
|
+
contents[_TPITM] = __expectString(data[_TPITM]);
|
|
2059
|
+
}
|
|
2060
|
+
if (data.TrafficPolicyInstances === "") {
|
|
2061
|
+
contents[_TPIra] = [];
|
|
2062
|
+
}
|
|
2063
|
+
else if (data[_TPIra] != null && data[_TPIra][_TPIr] != null) {
|
|
2064
|
+
contents[_TPIra] = de_TrafficPolicyInstances(__getArrayIfSingleItem(data[_TPIra][_TPIr]), context);
|
|
2065
|
+
}
|
|
2066
|
+
return contents;
|
|
2067
|
+
};
|
|
2068
|
+
export const de_ListTrafficPolicyVersionsCommand = async (output, context) => {
|
|
2069
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2070
|
+
return de_CommandError(output, context);
|
|
2071
|
+
}
|
|
2072
|
+
const contents = map({
|
|
2073
|
+
$metadata: deserializeMetadata(output),
|
|
2074
|
+
});
|
|
2075
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2076
|
+
if (data[_IT] != null) {
|
|
2077
|
+
contents[_IT] = __parseBoolean(data[_IT]);
|
|
2078
|
+
}
|
|
2079
|
+
if (data[_MI] != null) {
|
|
2080
|
+
contents[_MI] = __strictParseInt32(data[_MI]);
|
|
2081
|
+
}
|
|
2082
|
+
if (data.TrafficPolicies === "") {
|
|
2083
|
+
contents[_TPr] = [];
|
|
2084
|
+
}
|
|
2085
|
+
else if (data[_TPr] != null && data[_TPr][_TP] != null) {
|
|
2086
|
+
contents[_TPr] = de_TrafficPolicies(__getArrayIfSingleItem(data[_TPr][_TP]), context);
|
|
2087
|
+
}
|
|
2088
|
+
if (data[_TPVM] != null) {
|
|
2089
|
+
contents[_TPVM] = __expectString(data[_TPVM]);
|
|
2090
|
+
}
|
|
2091
|
+
return contents;
|
|
2092
|
+
};
|
|
2093
|
+
export const de_ListVPCAssociationAuthorizationsCommand = async (output, context) => {
|
|
2094
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2095
|
+
return de_CommandError(output, context);
|
|
2096
|
+
}
|
|
2097
|
+
const contents = map({
|
|
2098
|
+
$metadata: deserializeMetadata(output),
|
|
2099
|
+
});
|
|
2100
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2101
|
+
if (data[_HZI] != null) {
|
|
2102
|
+
contents[_HZI] = __expectString(data[_HZI]);
|
|
2103
|
+
}
|
|
2104
|
+
if (data[_NT] != null) {
|
|
2105
|
+
contents[_NT] = __expectString(data[_NT]);
|
|
2106
|
+
}
|
|
2107
|
+
if (data.VPCs === "") {
|
|
2108
|
+
contents[_VPCs] = [];
|
|
2109
|
+
}
|
|
2110
|
+
else if (data[_VPCs] != null && data[_VPCs][_VPC] != null) {
|
|
2111
|
+
contents[_VPCs] = de_VPCs(__getArrayIfSingleItem(data[_VPCs][_VPC]), context);
|
|
2112
|
+
}
|
|
2113
|
+
return contents;
|
|
2114
|
+
};
|
|
2115
|
+
export const de_TestDNSAnswerCommand = async (output, context) => {
|
|
2116
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2117
|
+
return de_CommandError(output, context);
|
|
2118
|
+
}
|
|
2119
|
+
const contents = map({
|
|
2120
|
+
$metadata: deserializeMetadata(output),
|
|
2121
|
+
});
|
|
2122
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2123
|
+
if (data[_Na] != null) {
|
|
2124
|
+
contents[_Na] = __expectString(data[_Na]);
|
|
2125
|
+
}
|
|
2126
|
+
if (data[_Pr] != null) {
|
|
2127
|
+
contents[_Pr] = __expectString(data[_Pr]);
|
|
2128
|
+
}
|
|
2129
|
+
if (data.RecordData === "") {
|
|
2130
|
+
contents[_RDe] = [];
|
|
2131
|
+
}
|
|
2132
|
+
else if (data[_RDe] != null && data[_RDe][_RDE] != null) {
|
|
2133
|
+
contents[_RDe] = de_RecordData(__getArrayIfSingleItem(data[_RDe][_RDE]), context);
|
|
2134
|
+
}
|
|
2135
|
+
if (data[_RN] != null) {
|
|
2136
|
+
contents[_RN] = __expectString(data[_RN]);
|
|
2137
|
+
}
|
|
2138
|
+
if (data[_RT] != null) {
|
|
2139
|
+
contents[_RT] = __expectString(data[_RT]);
|
|
2140
|
+
}
|
|
2141
|
+
if (data[_RC] != null) {
|
|
2142
|
+
contents[_RC] = __expectString(data[_RC]);
|
|
2143
|
+
}
|
|
2144
|
+
return contents;
|
|
2145
|
+
};
|
|
2146
|
+
export const de_UpdateHealthCheckCommand = async (output, context) => {
|
|
2147
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2148
|
+
return de_CommandError(output, context);
|
|
2149
|
+
}
|
|
2150
|
+
const contents = map({
|
|
2151
|
+
$metadata: deserializeMetadata(output),
|
|
2152
|
+
});
|
|
2153
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2154
|
+
if (data[_HC] != null) {
|
|
2155
|
+
contents[_HC] = de_HealthCheck(data[_HC], context);
|
|
2156
|
+
}
|
|
2157
|
+
return contents;
|
|
2158
|
+
};
|
|
2159
|
+
export const de_UpdateHostedZoneCommentCommand = async (output, context) => {
|
|
2160
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2161
|
+
return de_CommandError(output, context);
|
|
2162
|
+
}
|
|
2163
|
+
const contents = map({
|
|
2164
|
+
$metadata: deserializeMetadata(output),
|
|
2165
|
+
});
|
|
2166
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2167
|
+
if (data[_HZ] != null) {
|
|
2168
|
+
contents[_HZ] = de_HostedZone(data[_HZ], context);
|
|
2169
|
+
}
|
|
2170
|
+
return contents;
|
|
2171
|
+
};
|
|
2172
|
+
export const de_UpdateTrafficPolicyCommentCommand = async (output, context) => {
|
|
2173
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2174
|
+
return de_CommandError(output, context);
|
|
2175
|
+
}
|
|
2176
|
+
const contents = map({
|
|
2177
|
+
$metadata: deserializeMetadata(output),
|
|
2178
|
+
});
|
|
2179
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2180
|
+
if (data[_TP] != null) {
|
|
2181
|
+
contents[_TP] = de_TrafficPolicy(data[_TP], context);
|
|
2182
|
+
}
|
|
2183
|
+
return contents;
|
|
2184
|
+
};
|
|
2185
|
+
export const de_UpdateTrafficPolicyInstanceCommand = async (output, context) => {
|
|
2186
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2187
|
+
return de_CommandError(output, context);
|
|
2188
|
+
}
|
|
2189
|
+
const contents = map({
|
|
2190
|
+
$metadata: deserializeMetadata(output),
|
|
2191
|
+
});
|
|
2192
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2193
|
+
if (data[_TPIr] != null) {
|
|
2194
|
+
contents[_TPIr] = de_TrafficPolicyInstance(data[_TPIr], context);
|
|
2195
|
+
}
|
|
2196
|
+
return contents;
|
|
2197
|
+
};
|
|
2198
|
+
const de_CommandError = async (output, context) => {
|
|
2199
|
+
const parsedOutput = {
|
|
2200
|
+
...output,
|
|
2201
|
+
body: await parseErrorBody(output.body, context),
|
|
2202
|
+
};
|
|
2203
|
+
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
2204
|
+
switch (errorCode) {
|
|
2205
|
+
case "ConcurrentModification":
|
|
2206
|
+
case "com.amazonaws.route53#ConcurrentModification":
|
|
2207
|
+
throw await de_ConcurrentModificationRes(parsedOutput, context);
|
|
2208
|
+
case "InvalidInput":
|
|
2209
|
+
case "com.amazonaws.route53#InvalidInput":
|
|
2210
|
+
throw await de_InvalidInputRes(parsedOutput, context);
|
|
2211
|
+
case "InvalidKMSArn":
|
|
2212
|
+
case "com.amazonaws.route53#InvalidKMSArn":
|
|
2213
|
+
throw await de_InvalidKMSArnRes(parsedOutput, context);
|
|
2214
|
+
case "InvalidKeySigningKeyStatus":
|
|
2215
|
+
case "com.amazonaws.route53#InvalidKeySigningKeyStatus":
|
|
2216
|
+
throw await de_InvalidKeySigningKeyStatusRes(parsedOutput, context);
|
|
2217
|
+
case "InvalidSigningStatus":
|
|
2218
|
+
case "com.amazonaws.route53#InvalidSigningStatus":
|
|
2219
|
+
throw await de_InvalidSigningStatusRes(parsedOutput, context);
|
|
2220
|
+
case "NoSuchKeySigningKey":
|
|
2221
|
+
case "com.amazonaws.route53#NoSuchKeySigningKey":
|
|
2222
|
+
throw await de_NoSuchKeySigningKeyRes(parsedOutput, context);
|
|
2223
|
+
case "ConflictingDomainExists":
|
|
2224
|
+
case "com.amazonaws.route53#ConflictingDomainExists":
|
|
2225
|
+
throw await de_ConflictingDomainExistsRes(parsedOutput, context);
|
|
2226
|
+
case "InvalidVPCId":
|
|
2227
|
+
case "com.amazonaws.route53#InvalidVPCId":
|
|
2228
|
+
throw await de_InvalidVPCIdRes(parsedOutput, context);
|
|
2229
|
+
case "LimitsExceeded":
|
|
2230
|
+
case "com.amazonaws.route53#LimitsExceeded":
|
|
2231
|
+
throw await de_LimitsExceededRes(parsedOutput, context);
|
|
2232
|
+
case "NoSuchHostedZone":
|
|
2233
|
+
case "com.amazonaws.route53#NoSuchHostedZone":
|
|
2234
|
+
throw await de_NoSuchHostedZoneRes(parsedOutput, context);
|
|
2235
|
+
case "NotAuthorizedException":
|
|
2236
|
+
case "com.amazonaws.route53#NotAuthorizedException":
|
|
2237
|
+
throw await de_NotAuthorizedExceptionRes(parsedOutput, context);
|
|
2238
|
+
case "PriorRequestNotComplete":
|
|
2239
|
+
case "com.amazonaws.route53#PriorRequestNotComplete":
|
|
2240
|
+
throw await de_PriorRequestNotCompleteRes(parsedOutput, context);
|
|
2241
|
+
case "PublicZoneVPCAssociation":
|
|
2242
|
+
case "com.amazonaws.route53#PublicZoneVPCAssociation":
|
|
2243
|
+
throw await de_PublicZoneVPCAssociationRes(parsedOutput, context);
|
|
2244
|
+
case "CidrBlockInUseException":
|
|
2245
|
+
case "com.amazonaws.route53#CidrBlockInUseException":
|
|
2246
|
+
throw await de_CidrBlockInUseExceptionRes(parsedOutput, context);
|
|
2247
|
+
case "CidrCollectionVersionMismatchException":
|
|
2248
|
+
case "com.amazonaws.route53#CidrCollectionVersionMismatchException":
|
|
2249
|
+
throw await de_CidrCollectionVersionMismatchExceptionRes(parsedOutput, context);
|
|
2250
|
+
case "NoSuchCidrCollectionException":
|
|
2251
|
+
case "com.amazonaws.route53#NoSuchCidrCollectionException":
|
|
2252
|
+
throw await de_NoSuchCidrCollectionExceptionRes(parsedOutput, context);
|
|
2253
|
+
case "InvalidChangeBatch":
|
|
2254
|
+
case "com.amazonaws.route53#InvalidChangeBatch":
|
|
2255
|
+
throw await de_InvalidChangeBatchRes(parsedOutput, context);
|
|
2256
|
+
case "NoSuchHealthCheck":
|
|
2257
|
+
case "com.amazonaws.route53#NoSuchHealthCheck":
|
|
2258
|
+
throw await de_NoSuchHealthCheckRes(parsedOutput, context);
|
|
2259
|
+
case "ThrottlingException":
|
|
2260
|
+
case "com.amazonaws.route53#ThrottlingException":
|
|
2261
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
2262
|
+
case "CidrCollectionAlreadyExistsException":
|
|
2263
|
+
case "com.amazonaws.route53#CidrCollectionAlreadyExistsException":
|
|
2264
|
+
throw await de_CidrCollectionAlreadyExistsExceptionRes(parsedOutput, context);
|
|
2265
|
+
case "HealthCheckAlreadyExists":
|
|
2266
|
+
case "com.amazonaws.route53#HealthCheckAlreadyExists":
|
|
2267
|
+
throw await de_HealthCheckAlreadyExistsRes(parsedOutput, context);
|
|
2268
|
+
case "TooManyHealthChecks":
|
|
2269
|
+
case "com.amazonaws.route53#TooManyHealthChecks":
|
|
2270
|
+
throw await de_TooManyHealthChecksRes(parsedOutput, context);
|
|
2271
|
+
case "DelegationSetNotAvailable":
|
|
2272
|
+
case "com.amazonaws.route53#DelegationSetNotAvailable":
|
|
2273
|
+
throw await de_DelegationSetNotAvailableRes(parsedOutput, context);
|
|
2274
|
+
case "DelegationSetNotReusable":
|
|
2275
|
+
case "com.amazonaws.route53#DelegationSetNotReusable":
|
|
2276
|
+
throw await de_DelegationSetNotReusableRes(parsedOutput, context);
|
|
2277
|
+
case "HostedZoneAlreadyExists":
|
|
2278
|
+
case "com.amazonaws.route53#HostedZoneAlreadyExists":
|
|
2279
|
+
throw await de_HostedZoneAlreadyExistsRes(parsedOutput, context);
|
|
2280
|
+
case "InvalidDomainName":
|
|
2281
|
+
case "com.amazonaws.route53#InvalidDomainName":
|
|
2282
|
+
throw await de_InvalidDomainNameRes(parsedOutput, context);
|
|
2283
|
+
case "NoSuchDelegationSet":
|
|
2284
|
+
case "com.amazonaws.route53#NoSuchDelegationSet":
|
|
2285
|
+
throw await de_NoSuchDelegationSetRes(parsedOutput, context);
|
|
2286
|
+
case "TooManyHostedZones":
|
|
2287
|
+
case "com.amazonaws.route53#TooManyHostedZones":
|
|
2288
|
+
throw await de_TooManyHostedZonesRes(parsedOutput, context);
|
|
2289
|
+
case "InvalidArgument":
|
|
2290
|
+
case "com.amazonaws.route53#InvalidArgument":
|
|
2291
|
+
throw await de_InvalidArgumentRes(parsedOutput, context);
|
|
2292
|
+
case "InvalidKeySigningKeyName":
|
|
2293
|
+
case "com.amazonaws.route53#InvalidKeySigningKeyName":
|
|
2294
|
+
throw await de_InvalidKeySigningKeyNameRes(parsedOutput, context);
|
|
2295
|
+
case "KeySigningKeyAlreadyExists":
|
|
2296
|
+
case "com.amazonaws.route53#KeySigningKeyAlreadyExists":
|
|
2297
|
+
throw await de_KeySigningKeyAlreadyExistsRes(parsedOutput, context);
|
|
2298
|
+
case "TooManyKeySigningKeys":
|
|
2299
|
+
case "com.amazonaws.route53#TooManyKeySigningKeys":
|
|
2300
|
+
throw await de_TooManyKeySigningKeysRes(parsedOutput, context);
|
|
2301
|
+
case "InsufficientCloudWatchLogsResourcePolicy":
|
|
2302
|
+
case "com.amazonaws.route53#InsufficientCloudWatchLogsResourcePolicy":
|
|
2303
|
+
throw await de_InsufficientCloudWatchLogsResourcePolicyRes(parsedOutput, context);
|
|
2304
|
+
case "NoSuchCloudWatchLogsLogGroup":
|
|
2305
|
+
case "com.amazonaws.route53#NoSuchCloudWatchLogsLogGroup":
|
|
2306
|
+
throw await de_NoSuchCloudWatchLogsLogGroupRes(parsedOutput, context);
|
|
2307
|
+
case "QueryLoggingConfigAlreadyExists":
|
|
2308
|
+
case "com.amazonaws.route53#QueryLoggingConfigAlreadyExists":
|
|
2309
|
+
throw await de_QueryLoggingConfigAlreadyExistsRes(parsedOutput, context);
|
|
2310
|
+
case "DelegationSetAlreadyCreated":
|
|
2311
|
+
case "com.amazonaws.route53#DelegationSetAlreadyCreated":
|
|
2312
|
+
throw await de_DelegationSetAlreadyCreatedRes(parsedOutput, context);
|
|
2313
|
+
case "DelegationSetAlreadyReusable":
|
|
2314
|
+
case "com.amazonaws.route53#DelegationSetAlreadyReusable":
|
|
2315
|
+
throw await de_DelegationSetAlreadyReusableRes(parsedOutput, context);
|
|
2316
|
+
case "HostedZoneNotFound":
|
|
2317
|
+
case "com.amazonaws.route53#HostedZoneNotFound":
|
|
2318
|
+
throw await de_HostedZoneNotFoundRes(parsedOutput, context);
|
|
2319
|
+
case "InvalidTrafficPolicyDocument":
|
|
2320
|
+
case "com.amazonaws.route53#InvalidTrafficPolicyDocument":
|
|
2321
|
+
throw await de_InvalidTrafficPolicyDocumentRes(parsedOutput, context);
|
|
2322
|
+
case "TooManyTrafficPolicies":
|
|
2323
|
+
case "com.amazonaws.route53#TooManyTrafficPolicies":
|
|
2324
|
+
throw await de_TooManyTrafficPoliciesRes(parsedOutput, context);
|
|
2325
|
+
case "TrafficPolicyAlreadyExists":
|
|
2326
|
+
case "com.amazonaws.route53#TrafficPolicyAlreadyExists":
|
|
2327
|
+
throw await de_TrafficPolicyAlreadyExistsRes(parsedOutput, context);
|
|
2328
|
+
case "NoSuchTrafficPolicy":
|
|
2329
|
+
case "com.amazonaws.route53#NoSuchTrafficPolicy":
|
|
2330
|
+
throw await de_NoSuchTrafficPolicyRes(parsedOutput, context);
|
|
2331
|
+
case "TooManyTrafficPolicyInstances":
|
|
2332
|
+
case "com.amazonaws.route53#TooManyTrafficPolicyInstances":
|
|
2333
|
+
throw await de_TooManyTrafficPolicyInstancesRes(parsedOutput, context);
|
|
2334
|
+
case "TrafficPolicyInstanceAlreadyExists":
|
|
2335
|
+
case "com.amazonaws.route53#TrafficPolicyInstanceAlreadyExists":
|
|
2336
|
+
throw await de_TrafficPolicyInstanceAlreadyExistsRes(parsedOutput, context);
|
|
2337
|
+
case "TooManyTrafficPolicyVersionsForCurrentPolicy":
|
|
2338
|
+
case "com.amazonaws.route53#TooManyTrafficPolicyVersionsForCurrentPolicy":
|
|
2339
|
+
throw await de_TooManyTrafficPolicyVersionsForCurrentPolicyRes(parsedOutput, context);
|
|
2340
|
+
case "TooManyVPCAssociationAuthorizations":
|
|
2341
|
+
case "com.amazonaws.route53#TooManyVPCAssociationAuthorizations":
|
|
2342
|
+
throw await de_TooManyVPCAssociationAuthorizationsRes(parsedOutput, context);
|
|
2343
|
+
case "KeySigningKeyInParentDSRecord":
|
|
2344
|
+
case "com.amazonaws.route53#KeySigningKeyInParentDSRecord":
|
|
2345
|
+
throw await de_KeySigningKeyInParentDSRecordRes(parsedOutput, context);
|
|
2346
|
+
case "KeySigningKeyInUse":
|
|
2347
|
+
case "com.amazonaws.route53#KeySigningKeyInUse":
|
|
2348
|
+
throw await de_KeySigningKeyInUseRes(parsedOutput, context);
|
|
2349
|
+
case "CidrCollectionInUseException":
|
|
2350
|
+
case "com.amazonaws.route53#CidrCollectionInUseException":
|
|
2351
|
+
throw await de_CidrCollectionInUseExceptionRes(parsedOutput, context);
|
|
2352
|
+
case "HealthCheckInUse":
|
|
2353
|
+
case "com.amazonaws.route53#HealthCheckInUse":
|
|
2354
|
+
throw await de_HealthCheckInUseRes(parsedOutput, context);
|
|
2355
|
+
case "HostedZoneNotEmpty":
|
|
2356
|
+
case "com.amazonaws.route53#HostedZoneNotEmpty":
|
|
2357
|
+
throw await de_HostedZoneNotEmptyRes(parsedOutput, context);
|
|
2358
|
+
case "NoSuchQueryLoggingConfig":
|
|
2359
|
+
case "com.amazonaws.route53#NoSuchQueryLoggingConfig":
|
|
2360
|
+
throw await de_NoSuchQueryLoggingConfigRes(parsedOutput, context);
|
|
2361
|
+
case "DelegationSetInUse":
|
|
2362
|
+
case "com.amazonaws.route53#DelegationSetInUse":
|
|
2363
|
+
throw await de_DelegationSetInUseRes(parsedOutput, context);
|
|
2364
|
+
case "TrafficPolicyInUse":
|
|
2365
|
+
case "com.amazonaws.route53#TrafficPolicyInUse":
|
|
2366
|
+
throw await de_TrafficPolicyInUseRes(parsedOutput, context);
|
|
2367
|
+
case "NoSuchTrafficPolicyInstance":
|
|
2368
|
+
case "com.amazonaws.route53#NoSuchTrafficPolicyInstance":
|
|
2369
|
+
throw await de_NoSuchTrafficPolicyInstanceRes(parsedOutput, context);
|
|
2370
|
+
case "VPCAssociationAuthorizationNotFound":
|
|
2371
|
+
case "com.amazonaws.route53#VPCAssociationAuthorizationNotFound":
|
|
2372
|
+
throw await de_VPCAssociationAuthorizationNotFoundRes(parsedOutput, context);
|
|
2373
|
+
case "DNSSECNotFound":
|
|
2374
|
+
case "com.amazonaws.route53#DNSSECNotFound":
|
|
2375
|
+
throw await de_DNSSECNotFoundRes(parsedOutput, context);
|
|
2376
|
+
case "LastVPCAssociation":
|
|
2377
|
+
case "com.amazonaws.route53#LastVPCAssociation":
|
|
2378
|
+
throw await de_LastVPCAssociationRes(parsedOutput, context);
|
|
2379
|
+
case "VPCAssociationNotFound":
|
|
2380
|
+
case "com.amazonaws.route53#VPCAssociationNotFound":
|
|
2381
|
+
throw await de_VPCAssociationNotFoundRes(parsedOutput, context);
|
|
2382
|
+
case "HostedZonePartiallyDelegated":
|
|
2383
|
+
case "com.amazonaws.route53#HostedZonePartiallyDelegated":
|
|
2384
|
+
throw await de_HostedZonePartiallyDelegatedRes(parsedOutput, context);
|
|
2385
|
+
case "KeySigningKeyWithActiveStatusNotFound":
|
|
2386
|
+
case "com.amazonaws.route53#KeySigningKeyWithActiveStatusNotFound":
|
|
2387
|
+
throw await de_KeySigningKeyWithActiveStatusNotFoundRes(parsedOutput, context);
|
|
2388
|
+
case "NoSuchChange":
|
|
2389
|
+
case "com.amazonaws.route53#NoSuchChange":
|
|
2390
|
+
throw await de_NoSuchChangeRes(parsedOutput, context);
|
|
2391
|
+
case "NoSuchGeoLocation":
|
|
2392
|
+
case "com.amazonaws.route53#NoSuchGeoLocation":
|
|
2393
|
+
throw await de_NoSuchGeoLocationRes(parsedOutput, context);
|
|
2394
|
+
case "IncompatibleVersion":
|
|
2395
|
+
case "com.amazonaws.route53#IncompatibleVersion":
|
|
2396
|
+
throw await de_IncompatibleVersionRes(parsedOutput, context);
|
|
2397
|
+
case "HostedZoneNotPrivate":
|
|
2398
|
+
case "com.amazonaws.route53#HostedZoneNotPrivate":
|
|
2399
|
+
throw await de_HostedZoneNotPrivateRes(parsedOutput, context);
|
|
2400
|
+
case "NoSuchCidrLocationException":
|
|
2401
|
+
case "com.amazonaws.route53#NoSuchCidrLocationException":
|
|
2402
|
+
throw await de_NoSuchCidrLocationExceptionRes(parsedOutput, context);
|
|
2403
|
+
case "InvalidPaginationToken":
|
|
2404
|
+
case "com.amazonaws.route53#InvalidPaginationToken":
|
|
2405
|
+
throw await de_InvalidPaginationTokenRes(parsedOutput, context);
|
|
2406
|
+
case "HealthCheckVersionMismatch":
|
|
2407
|
+
case "com.amazonaws.route53#HealthCheckVersionMismatch":
|
|
2408
|
+
throw await de_HealthCheckVersionMismatchRes(parsedOutput, context);
|
|
2409
|
+
case "ConflictingTypes":
|
|
2410
|
+
case "com.amazonaws.route53#ConflictingTypes":
|
|
2411
|
+
throw await de_ConflictingTypesRes(parsedOutput, context);
|
|
2412
|
+
default:
|
|
2413
|
+
const parsedBody = parsedOutput.body;
|
|
2414
|
+
return throwDefaultError({
|
|
2415
|
+
output,
|
|
2416
|
+
parsedBody: parsedBody.Error,
|
|
2417
|
+
errorCode,
|
|
2418
|
+
});
|
|
2419
|
+
}
|
|
2420
|
+
};
|
|
2421
|
+
const throwDefaultError = withBaseException(__BaseException);
|
|
2422
|
+
const de_CidrBlockInUseExceptionRes = async (parsedOutput, context) => {
|
|
2423
|
+
const contents = map({});
|
|
2424
|
+
const data = parsedOutput.body.Error;
|
|
2425
|
+
if (data[_Me] != null) {
|
|
2426
|
+
contents[_Me] = __expectString(data[_Me]);
|
|
2427
|
+
}
|
|
2428
|
+
const exception = new CidrBlockInUseException({
|
|
2429
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2430
|
+
...contents,
|
|
2431
|
+
});
|
|
2432
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2433
|
+
};
|
|
2434
|
+
const de_CidrCollectionAlreadyExistsExceptionRes = async (parsedOutput, context) => {
|
|
2435
|
+
const contents = map({});
|
|
2436
|
+
const data = parsedOutput.body.Error;
|
|
2437
|
+
if (data[_Me] != null) {
|
|
2438
|
+
contents[_Me] = __expectString(data[_Me]);
|
|
2439
|
+
}
|
|
2440
|
+
const exception = new CidrCollectionAlreadyExistsException({
|
|
2441
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2442
|
+
...contents,
|
|
2443
|
+
});
|
|
2444
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2445
|
+
};
|
|
2446
|
+
const de_CidrCollectionInUseExceptionRes = async (parsedOutput, context) => {
|
|
2447
|
+
const contents = map({});
|
|
2448
|
+
const data = parsedOutput.body.Error;
|
|
2449
|
+
if (data[_Me] != null) {
|
|
2450
|
+
contents[_Me] = __expectString(data[_Me]);
|
|
2451
|
+
}
|
|
2452
|
+
const exception = new CidrCollectionInUseException({
|
|
2453
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2454
|
+
...contents,
|
|
2455
|
+
});
|
|
2456
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2457
|
+
};
|
|
2458
|
+
const de_CidrCollectionVersionMismatchExceptionRes = async (parsedOutput, context) => {
|
|
2459
|
+
const contents = map({});
|
|
2460
|
+
const data = parsedOutput.body.Error;
|
|
2461
|
+
if (data[_Me] != null) {
|
|
2462
|
+
contents[_Me] = __expectString(data[_Me]);
|
|
2463
|
+
}
|
|
2464
|
+
const exception = new CidrCollectionVersionMismatchException({
|
|
2465
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2466
|
+
...contents,
|
|
2467
|
+
});
|
|
2468
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2469
|
+
};
|
|
2470
|
+
const de_ConcurrentModificationRes = async (parsedOutput, context) => {
|
|
2471
|
+
const contents = map({});
|
|
2472
|
+
const data = parsedOutput.body.Error;
|
|
2473
|
+
if (data[_mes] != null) {
|
|
2474
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2475
|
+
}
|
|
2476
|
+
const exception = new ConcurrentModification({
|
|
2477
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2478
|
+
...contents,
|
|
2479
|
+
});
|
|
2480
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2481
|
+
};
|
|
2482
|
+
const de_ConflictingDomainExistsRes = async (parsedOutput, context) => {
|
|
2483
|
+
const contents = map({});
|
|
2484
|
+
const data = parsedOutput.body.Error;
|
|
2485
|
+
if (data[_mes] != null) {
|
|
2486
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2487
|
+
}
|
|
2488
|
+
const exception = new ConflictingDomainExists({
|
|
2489
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2490
|
+
...contents,
|
|
2491
|
+
});
|
|
2492
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2493
|
+
};
|
|
2494
|
+
const de_ConflictingTypesRes = async (parsedOutput, context) => {
|
|
2495
|
+
const contents = map({});
|
|
2496
|
+
const data = parsedOutput.body.Error;
|
|
2497
|
+
if (data[_mes] != null) {
|
|
2498
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2499
|
+
}
|
|
2500
|
+
const exception = new ConflictingTypes({
|
|
2501
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2502
|
+
...contents,
|
|
2503
|
+
});
|
|
2504
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2505
|
+
};
|
|
2506
|
+
const de_DelegationSetAlreadyCreatedRes = async (parsedOutput, context) => {
|
|
2507
|
+
const contents = map({});
|
|
2508
|
+
const data = parsedOutput.body.Error;
|
|
2509
|
+
if (data[_mes] != null) {
|
|
2510
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2511
|
+
}
|
|
2512
|
+
const exception = new DelegationSetAlreadyCreated({
|
|
2513
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2514
|
+
...contents,
|
|
2515
|
+
});
|
|
2516
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2517
|
+
};
|
|
2518
|
+
const de_DelegationSetAlreadyReusableRes = async (parsedOutput, context) => {
|
|
2519
|
+
const contents = map({});
|
|
2520
|
+
const data = parsedOutput.body.Error;
|
|
2521
|
+
if (data[_mes] != null) {
|
|
2522
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2523
|
+
}
|
|
2524
|
+
const exception = new DelegationSetAlreadyReusable({
|
|
2525
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2526
|
+
...contents,
|
|
2527
|
+
});
|
|
2528
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2529
|
+
};
|
|
2530
|
+
const de_DelegationSetInUseRes = async (parsedOutput, context) => {
|
|
2531
|
+
const contents = map({});
|
|
2532
|
+
const data = parsedOutput.body.Error;
|
|
2533
|
+
if (data[_mes] != null) {
|
|
2534
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2535
|
+
}
|
|
2536
|
+
const exception = new DelegationSetInUse({
|
|
2537
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2538
|
+
...contents,
|
|
2539
|
+
});
|
|
2540
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2541
|
+
};
|
|
2542
|
+
const de_DelegationSetNotAvailableRes = async (parsedOutput, context) => {
|
|
2543
|
+
const contents = map({});
|
|
2544
|
+
const data = parsedOutput.body.Error;
|
|
2545
|
+
if (data[_mes] != null) {
|
|
2546
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2547
|
+
}
|
|
2548
|
+
const exception = new DelegationSetNotAvailable({
|
|
2549
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2550
|
+
...contents,
|
|
2551
|
+
});
|
|
2552
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2553
|
+
};
|
|
2554
|
+
const de_DelegationSetNotReusableRes = async (parsedOutput, context) => {
|
|
2555
|
+
const contents = map({});
|
|
2556
|
+
const data = parsedOutput.body.Error;
|
|
2557
|
+
if (data[_mes] != null) {
|
|
2558
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2559
|
+
}
|
|
2560
|
+
const exception = new DelegationSetNotReusable({
|
|
2561
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2562
|
+
...contents,
|
|
2563
|
+
});
|
|
2564
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2565
|
+
};
|
|
2566
|
+
const de_DNSSECNotFoundRes = async (parsedOutput, context) => {
|
|
2567
|
+
const contents = map({});
|
|
2568
|
+
const data = parsedOutput.body.Error;
|
|
2569
|
+
if (data[_mes] != null) {
|
|
2570
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2571
|
+
}
|
|
2572
|
+
const exception = new DNSSECNotFound({
|
|
2573
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2574
|
+
...contents,
|
|
2575
|
+
});
|
|
2576
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2577
|
+
};
|
|
2578
|
+
const de_HealthCheckAlreadyExistsRes = async (parsedOutput, context) => {
|
|
2579
|
+
const contents = map({});
|
|
2580
|
+
const data = parsedOutput.body.Error;
|
|
2581
|
+
if (data[_mes] != null) {
|
|
2582
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2583
|
+
}
|
|
2584
|
+
const exception = new HealthCheckAlreadyExists({
|
|
2585
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2586
|
+
...contents,
|
|
2587
|
+
});
|
|
2588
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2589
|
+
};
|
|
2590
|
+
const de_HealthCheckInUseRes = async (parsedOutput, context) => {
|
|
2591
|
+
const contents = map({});
|
|
2592
|
+
const data = parsedOutput.body.Error;
|
|
2593
|
+
if (data[_mes] != null) {
|
|
2594
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2595
|
+
}
|
|
2596
|
+
const exception = new HealthCheckInUse({
|
|
2597
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2598
|
+
...contents,
|
|
2599
|
+
});
|
|
2600
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2601
|
+
};
|
|
2602
|
+
const de_HealthCheckVersionMismatchRes = async (parsedOutput, context) => {
|
|
2603
|
+
const contents = map({});
|
|
2604
|
+
const data = parsedOutput.body.Error;
|
|
2605
|
+
if (data[_mes] != null) {
|
|
2606
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2607
|
+
}
|
|
2608
|
+
const exception = new HealthCheckVersionMismatch({
|
|
2609
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2610
|
+
...contents,
|
|
2611
|
+
});
|
|
2612
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2613
|
+
};
|
|
2614
|
+
const de_HostedZoneAlreadyExistsRes = async (parsedOutput, context) => {
|
|
2615
|
+
const contents = map({});
|
|
2616
|
+
const data = parsedOutput.body.Error;
|
|
2617
|
+
if (data[_mes] != null) {
|
|
2618
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2619
|
+
}
|
|
2620
|
+
const exception = new HostedZoneAlreadyExists({
|
|
2621
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2622
|
+
...contents,
|
|
2623
|
+
});
|
|
2624
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2625
|
+
};
|
|
2626
|
+
const de_HostedZoneNotEmptyRes = async (parsedOutput, context) => {
|
|
2627
|
+
const contents = map({});
|
|
2628
|
+
const data = parsedOutput.body.Error;
|
|
2629
|
+
if (data[_mes] != null) {
|
|
2630
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2631
|
+
}
|
|
2632
|
+
const exception = new HostedZoneNotEmpty({
|
|
2633
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2634
|
+
...contents,
|
|
2635
|
+
});
|
|
2636
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2637
|
+
};
|
|
2638
|
+
const de_HostedZoneNotFoundRes = async (parsedOutput, context) => {
|
|
2639
|
+
const contents = map({});
|
|
2640
|
+
const data = parsedOutput.body.Error;
|
|
2641
|
+
if (data[_mes] != null) {
|
|
2642
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2643
|
+
}
|
|
2644
|
+
const exception = new HostedZoneNotFound({
|
|
2645
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2646
|
+
...contents,
|
|
2647
|
+
});
|
|
2648
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2649
|
+
};
|
|
2650
|
+
const de_HostedZoneNotPrivateRes = async (parsedOutput, context) => {
|
|
2651
|
+
const contents = map({});
|
|
2652
|
+
const data = parsedOutput.body.Error;
|
|
2653
|
+
if (data[_mes] != null) {
|
|
2654
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2655
|
+
}
|
|
2656
|
+
const exception = new HostedZoneNotPrivate({
|
|
2657
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2658
|
+
...contents,
|
|
2659
|
+
});
|
|
2660
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2661
|
+
};
|
|
2662
|
+
const de_HostedZonePartiallyDelegatedRes = async (parsedOutput, context) => {
|
|
2663
|
+
const contents = map({});
|
|
2664
|
+
const data = parsedOutput.body.Error;
|
|
2665
|
+
if (data[_mes] != null) {
|
|
2666
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2667
|
+
}
|
|
2668
|
+
const exception = new HostedZonePartiallyDelegated({
|
|
2669
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2670
|
+
...contents,
|
|
2671
|
+
});
|
|
2672
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2673
|
+
};
|
|
2674
|
+
const de_IncompatibleVersionRes = async (parsedOutput, context) => {
|
|
2675
|
+
const contents = map({});
|
|
2676
|
+
const data = parsedOutput.body.Error;
|
|
2677
|
+
if (data[_mes] != null) {
|
|
2678
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2679
|
+
}
|
|
2680
|
+
const exception = new IncompatibleVersion({
|
|
2681
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2682
|
+
...contents,
|
|
2683
|
+
});
|
|
2684
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2685
|
+
};
|
|
2686
|
+
const de_InsufficientCloudWatchLogsResourcePolicyRes = async (parsedOutput, context) => {
|
|
2687
|
+
const contents = map({});
|
|
2688
|
+
const data = parsedOutput.body.Error;
|
|
2689
|
+
if (data[_mes] != null) {
|
|
2690
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2691
|
+
}
|
|
2692
|
+
const exception = new InsufficientCloudWatchLogsResourcePolicy({
|
|
2693
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2694
|
+
...contents,
|
|
2695
|
+
});
|
|
2696
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2697
|
+
};
|
|
2698
|
+
const de_InvalidArgumentRes = async (parsedOutput, context) => {
|
|
2699
|
+
const contents = map({});
|
|
2700
|
+
const data = parsedOutput.body.Error;
|
|
2701
|
+
if (data[_mes] != null) {
|
|
2702
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2703
|
+
}
|
|
2704
|
+
const exception = new InvalidArgument({
|
|
2705
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2706
|
+
...contents,
|
|
2707
|
+
});
|
|
2708
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2709
|
+
};
|
|
2710
|
+
const de_InvalidChangeBatchRes = async (parsedOutput, context) => {
|
|
2711
|
+
const contents = map({});
|
|
2712
|
+
const data = parsedOutput.body.Error;
|
|
2713
|
+
if (data[_mes] != null) {
|
|
2714
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2715
|
+
}
|
|
2716
|
+
if (data.messages === "") {
|
|
2717
|
+
contents[_mess] = [];
|
|
2718
|
+
}
|
|
2719
|
+
else if (data[_mess] != null && data[_mess][_Me] != null) {
|
|
2720
|
+
contents[_mess] = de_ErrorMessages(__getArrayIfSingleItem(data[_mess][_Me]), context);
|
|
2721
|
+
}
|
|
2722
|
+
const exception = new InvalidChangeBatch({
|
|
2723
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2724
|
+
...contents,
|
|
2725
|
+
});
|
|
2726
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2727
|
+
};
|
|
2728
|
+
const de_InvalidDomainNameRes = async (parsedOutput, context) => {
|
|
2729
|
+
const contents = map({});
|
|
2730
|
+
const data = parsedOutput.body.Error;
|
|
2731
|
+
if (data[_mes] != null) {
|
|
2732
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2733
|
+
}
|
|
2734
|
+
const exception = new InvalidDomainName({
|
|
2735
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2736
|
+
...contents,
|
|
2737
|
+
});
|
|
2738
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2739
|
+
};
|
|
2740
|
+
const de_InvalidInputRes = async (parsedOutput, context) => {
|
|
2741
|
+
const contents = map({});
|
|
2742
|
+
const data = parsedOutput.body.Error;
|
|
2743
|
+
if (data[_mes] != null) {
|
|
2744
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2745
|
+
}
|
|
2746
|
+
const exception = new InvalidInput({
|
|
2747
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2748
|
+
...contents,
|
|
2749
|
+
});
|
|
2750
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2751
|
+
};
|
|
2752
|
+
const de_InvalidKeySigningKeyNameRes = async (parsedOutput, context) => {
|
|
2753
|
+
const contents = map({});
|
|
2754
|
+
const data = parsedOutput.body.Error;
|
|
2755
|
+
if (data[_mes] != null) {
|
|
2756
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2757
|
+
}
|
|
2758
|
+
const exception = new InvalidKeySigningKeyName({
|
|
2759
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2760
|
+
...contents,
|
|
2761
|
+
});
|
|
2762
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2763
|
+
};
|
|
2764
|
+
const de_InvalidKeySigningKeyStatusRes = async (parsedOutput, context) => {
|
|
2765
|
+
const contents = map({});
|
|
2766
|
+
const data = parsedOutput.body.Error;
|
|
2767
|
+
if (data[_mes] != null) {
|
|
2768
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2769
|
+
}
|
|
2770
|
+
const exception = new InvalidKeySigningKeyStatus({
|
|
2771
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2772
|
+
...contents,
|
|
2773
|
+
});
|
|
2774
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2775
|
+
};
|
|
2776
|
+
const de_InvalidKMSArnRes = async (parsedOutput, context) => {
|
|
2777
|
+
const contents = map({});
|
|
2778
|
+
const data = parsedOutput.body.Error;
|
|
2779
|
+
if (data[_mes] != null) {
|
|
2780
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2781
|
+
}
|
|
2782
|
+
const exception = new InvalidKMSArn({
|
|
2783
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2784
|
+
...contents,
|
|
2785
|
+
});
|
|
2786
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2787
|
+
};
|
|
2788
|
+
const de_InvalidPaginationTokenRes = async (parsedOutput, context) => {
|
|
2789
|
+
const contents = map({});
|
|
2790
|
+
const data = parsedOutput.body.Error;
|
|
2791
|
+
if (data[_mes] != null) {
|
|
2792
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2793
|
+
}
|
|
2794
|
+
const exception = new InvalidPaginationToken({
|
|
2795
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2796
|
+
...contents,
|
|
2797
|
+
});
|
|
2798
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2799
|
+
};
|
|
2800
|
+
const de_InvalidSigningStatusRes = async (parsedOutput, context) => {
|
|
2801
|
+
const contents = map({});
|
|
2802
|
+
const data = parsedOutput.body.Error;
|
|
2803
|
+
if (data[_mes] != null) {
|
|
2804
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2805
|
+
}
|
|
2806
|
+
const exception = new InvalidSigningStatus({
|
|
2807
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2808
|
+
...contents,
|
|
2809
|
+
});
|
|
2810
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2811
|
+
};
|
|
2812
|
+
const de_InvalidTrafficPolicyDocumentRes = async (parsedOutput, context) => {
|
|
2813
|
+
const contents = map({});
|
|
2814
|
+
const data = parsedOutput.body.Error;
|
|
2815
|
+
if (data[_mes] != null) {
|
|
2816
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2817
|
+
}
|
|
2818
|
+
const exception = new InvalidTrafficPolicyDocument({
|
|
2819
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2820
|
+
...contents,
|
|
2821
|
+
});
|
|
2822
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2823
|
+
};
|
|
2824
|
+
const de_InvalidVPCIdRes = async (parsedOutput, context) => {
|
|
2825
|
+
const contents = map({});
|
|
2826
|
+
const data = parsedOutput.body.Error;
|
|
2827
|
+
if (data[_mes] != null) {
|
|
2828
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2829
|
+
}
|
|
2830
|
+
const exception = new InvalidVPCId({
|
|
2831
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2832
|
+
...contents,
|
|
2833
|
+
});
|
|
2834
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2835
|
+
};
|
|
2836
|
+
const de_KeySigningKeyAlreadyExistsRes = async (parsedOutput, context) => {
|
|
2837
|
+
const contents = map({});
|
|
2838
|
+
const data = parsedOutput.body.Error;
|
|
2839
|
+
if (data[_mes] != null) {
|
|
2840
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2841
|
+
}
|
|
2842
|
+
const exception = new KeySigningKeyAlreadyExists({
|
|
2843
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2844
|
+
...contents,
|
|
2845
|
+
});
|
|
2846
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2847
|
+
};
|
|
2848
|
+
const de_KeySigningKeyInParentDSRecordRes = async (parsedOutput, context) => {
|
|
2849
|
+
const contents = map({});
|
|
2850
|
+
const data = parsedOutput.body.Error;
|
|
2851
|
+
if (data[_mes] != null) {
|
|
2852
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2853
|
+
}
|
|
2854
|
+
const exception = new KeySigningKeyInParentDSRecord({
|
|
2855
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2856
|
+
...contents,
|
|
2857
|
+
});
|
|
2858
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2859
|
+
};
|
|
2860
|
+
const de_KeySigningKeyInUseRes = async (parsedOutput, context) => {
|
|
2861
|
+
const contents = map({});
|
|
2862
|
+
const data = parsedOutput.body.Error;
|
|
2863
|
+
if (data[_mes] != null) {
|
|
2864
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2865
|
+
}
|
|
2866
|
+
const exception = new KeySigningKeyInUse({
|
|
2867
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2868
|
+
...contents,
|
|
2869
|
+
});
|
|
2870
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2871
|
+
};
|
|
2872
|
+
const de_KeySigningKeyWithActiveStatusNotFoundRes = async (parsedOutput, context) => {
|
|
2873
|
+
const contents = map({});
|
|
2874
|
+
const data = parsedOutput.body.Error;
|
|
2875
|
+
if (data[_mes] != null) {
|
|
2876
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2877
|
+
}
|
|
2878
|
+
const exception = new KeySigningKeyWithActiveStatusNotFound({
|
|
2879
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2880
|
+
...contents,
|
|
2881
|
+
});
|
|
2882
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2883
|
+
};
|
|
2884
|
+
const de_LastVPCAssociationRes = async (parsedOutput, context) => {
|
|
2885
|
+
const contents = map({});
|
|
2886
|
+
const data = parsedOutput.body.Error;
|
|
2887
|
+
if (data[_mes] != null) {
|
|
2888
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2889
|
+
}
|
|
2890
|
+
const exception = new LastVPCAssociation({
|
|
2891
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2892
|
+
...contents,
|
|
2893
|
+
});
|
|
2894
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2895
|
+
};
|
|
2896
|
+
const de_LimitsExceededRes = async (parsedOutput, context) => {
|
|
2897
|
+
const contents = map({});
|
|
2898
|
+
const data = parsedOutput.body.Error;
|
|
2899
|
+
if (data[_mes] != null) {
|
|
2900
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2901
|
+
}
|
|
2902
|
+
const exception = new LimitsExceeded({
|
|
2903
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2904
|
+
...contents,
|
|
2905
|
+
});
|
|
2906
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2907
|
+
};
|
|
2908
|
+
const de_NoSuchChangeRes = async (parsedOutput, context) => {
|
|
2909
|
+
const contents = map({});
|
|
2910
|
+
const data = parsedOutput.body.Error;
|
|
2911
|
+
if (data[_mes] != null) {
|
|
2912
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2913
|
+
}
|
|
2914
|
+
const exception = new NoSuchChange({
|
|
2915
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2916
|
+
...contents,
|
|
2917
|
+
});
|
|
2918
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2919
|
+
};
|
|
2920
|
+
const de_NoSuchCidrCollectionExceptionRes = async (parsedOutput, context) => {
|
|
2921
|
+
const contents = map({});
|
|
2922
|
+
const data = parsedOutput.body.Error;
|
|
2923
|
+
if (data[_Me] != null) {
|
|
2924
|
+
contents[_Me] = __expectString(data[_Me]);
|
|
2925
|
+
}
|
|
2926
|
+
const exception = new NoSuchCidrCollectionException({
|
|
2927
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2928
|
+
...contents,
|
|
2929
|
+
});
|
|
2930
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2931
|
+
};
|
|
2932
|
+
const de_NoSuchCidrLocationExceptionRes = async (parsedOutput, context) => {
|
|
2933
|
+
const contents = map({});
|
|
2934
|
+
const data = parsedOutput.body.Error;
|
|
2935
|
+
if (data[_Me] != null) {
|
|
2936
|
+
contents[_Me] = __expectString(data[_Me]);
|
|
2937
|
+
}
|
|
2938
|
+
const exception = new NoSuchCidrLocationException({
|
|
2939
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2940
|
+
...contents,
|
|
2941
|
+
});
|
|
2942
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2943
|
+
};
|
|
2944
|
+
const de_NoSuchCloudWatchLogsLogGroupRes = async (parsedOutput, context) => {
|
|
2945
|
+
const contents = map({});
|
|
2946
|
+
const data = parsedOutput.body.Error;
|
|
2947
|
+
if (data[_mes] != null) {
|
|
2948
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2949
|
+
}
|
|
2950
|
+
const exception = new NoSuchCloudWatchLogsLogGroup({
|
|
2951
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2952
|
+
...contents,
|
|
2953
|
+
});
|
|
2954
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2955
|
+
};
|
|
2956
|
+
const de_NoSuchDelegationSetRes = async (parsedOutput, context) => {
|
|
2957
|
+
const contents = map({});
|
|
2958
|
+
const data = parsedOutput.body.Error;
|
|
2959
|
+
if (data[_mes] != null) {
|
|
2960
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2961
|
+
}
|
|
2962
|
+
const exception = new NoSuchDelegationSet({
|
|
2963
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2964
|
+
...contents,
|
|
2965
|
+
});
|
|
2966
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2967
|
+
};
|
|
2968
|
+
const de_NoSuchGeoLocationRes = async (parsedOutput, context) => {
|
|
2969
|
+
const contents = map({});
|
|
2970
|
+
const data = parsedOutput.body.Error;
|
|
2971
|
+
if (data[_mes] != null) {
|
|
2972
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2973
|
+
}
|
|
2974
|
+
const exception = new NoSuchGeoLocation({
|
|
2975
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2976
|
+
...contents,
|
|
2977
|
+
});
|
|
2978
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2979
|
+
};
|
|
2980
|
+
const de_NoSuchHealthCheckRes = async (parsedOutput, context) => {
|
|
2981
|
+
const contents = map({});
|
|
2982
|
+
const data = parsedOutput.body.Error;
|
|
2983
|
+
if (data[_mes] != null) {
|
|
2984
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2985
|
+
}
|
|
2986
|
+
const exception = new NoSuchHealthCheck({
|
|
2987
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2988
|
+
...contents,
|
|
2989
|
+
});
|
|
2990
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
2991
|
+
};
|
|
2992
|
+
const de_NoSuchHostedZoneRes = async (parsedOutput, context) => {
|
|
2993
|
+
const contents = map({});
|
|
2994
|
+
const data = parsedOutput.body.Error;
|
|
2995
|
+
if (data[_mes] != null) {
|
|
2996
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
2997
|
+
}
|
|
2998
|
+
const exception = new NoSuchHostedZone({
|
|
2999
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3000
|
+
...contents,
|
|
3001
|
+
});
|
|
3002
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3003
|
+
};
|
|
3004
|
+
const de_NoSuchKeySigningKeyRes = async (parsedOutput, context) => {
|
|
3005
|
+
const contents = map({});
|
|
3006
|
+
const data = parsedOutput.body.Error;
|
|
3007
|
+
if (data[_mes] != null) {
|
|
3008
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3009
|
+
}
|
|
3010
|
+
const exception = new NoSuchKeySigningKey({
|
|
3011
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3012
|
+
...contents,
|
|
3013
|
+
});
|
|
3014
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3015
|
+
};
|
|
3016
|
+
const de_NoSuchQueryLoggingConfigRes = async (parsedOutput, context) => {
|
|
3017
|
+
const contents = map({});
|
|
3018
|
+
const data = parsedOutput.body.Error;
|
|
3019
|
+
if (data[_mes] != null) {
|
|
3020
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3021
|
+
}
|
|
3022
|
+
const exception = new NoSuchQueryLoggingConfig({
|
|
3023
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3024
|
+
...contents,
|
|
3025
|
+
});
|
|
3026
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3027
|
+
};
|
|
3028
|
+
const de_NoSuchTrafficPolicyRes = async (parsedOutput, context) => {
|
|
3029
|
+
const contents = map({});
|
|
3030
|
+
const data = parsedOutput.body.Error;
|
|
3031
|
+
if (data[_mes] != null) {
|
|
3032
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3033
|
+
}
|
|
3034
|
+
const exception = new NoSuchTrafficPolicy({
|
|
3035
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3036
|
+
...contents,
|
|
3037
|
+
});
|
|
3038
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3039
|
+
};
|
|
3040
|
+
const de_NoSuchTrafficPolicyInstanceRes = async (parsedOutput, context) => {
|
|
3041
|
+
const contents = map({});
|
|
3042
|
+
const data = parsedOutput.body.Error;
|
|
3043
|
+
if (data[_mes] != null) {
|
|
3044
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3045
|
+
}
|
|
3046
|
+
const exception = new NoSuchTrafficPolicyInstance({
|
|
3047
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3048
|
+
...contents,
|
|
3049
|
+
});
|
|
3050
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3051
|
+
};
|
|
3052
|
+
const de_NotAuthorizedExceptionRes = async (parsedOutput, context) => {
|
|
3053
|
+
const contents = map({});
|
|
3054
|
+
const data = parsedOutput.body.Error;
|
|
3055
|
+
if (data[_mes] != null) {
|
|
3056
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3057
|
+
}
|
|
3058
|
+
const exception = new NotAuthorizedException({
|
|
3059
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3060
|
+
...contents,
|
|
3061
|
+
});
|
|
3062
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3063
|
+
};
|
|
3064
|
+
const de_PriorRequestNotCompleteRes = async (parsedOutput, context) => {
|
|
3065
|
+
const contents = map({});
|
|
3066
|
+
const data = parsedOutput.body.Error;
|
|
3067
|
+
if (data[_mes] != null) {
|
|
3068
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3069
|
+
}
|
|
3070
|
+
const exception = new PriorRequestNotComplete({
|
|
3071
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3072
|
+
...contents,
|
|
3073
|
+
});
|
|
3074
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3075
|
+
};
|
|
3076
|
+
const de_PublicZoneVPCAssociationRes = async (parsedOutput, context) => {
|
|
3077
|
+
const contents = map({});
|
|
3078
|
+
const data = parsedOutput.body.Error;
|
|
3079
|
+
if (data[_mes] != null) {
|
|
3080
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3081
|
+
}
|
|
3082
|
+
const exception = new PublicZoneVPCAssociation({
|
|
3083
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3084
|
+
...contents,
|
|
3085
|
+
});
|
|
3086
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3087
|
+
};
|
|
3088
|
+
const de_QueryLoggingConfigAlreadyExistsRes = async (parsedOutput, context) => {
|
|
3089
|
+
const contents = map({});
|
|
3090
|
+
const data = parsedOutput.body.Error;
|
|
3091
|
+
if (data[_mes] != null) {
|
|
3092
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3093
|
+
}
|
|
3094
|
+
const exception = new QueryLoggingConfigAlreadyExists({
|
|
3095
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3096
|
+
...contents,
|
|
3097
|
+
});
|
|
3098
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3099
|
+
};
|
|
3100
|
+
const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
|
|
3101
|
+
const contents = map({});
|
|
3102
|
+
const data = parsedOutput.body.Error;
|
|
3103
|
+
if (data[_mes] != null) {
|
|
3104
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3105
|
+
}
|
|
3106
|
+
const exception = new ThrottlingException({
|
|
3107
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3108
|
+
...contents,
|
|
3109
|
+
});
|
|
3110
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3111
|
+
};
|
|
3112
|
+
const de_TooManyHealthChecksRes = async (parsedOutput, context) => {
|
|
3113
|
+
const contents = map({});
|
|
3114
|
+
const data = parsedOutput.body.Error;
|
|
3115
|
+
if (data[_mes] != null) {
|
|
3116
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3117
|
+
}
|
|
3118
|
+
const exception = new TooManyHealthChecks({
|
|
3119
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3120
|
+
...contents,
|
|
3121
|
+
});
|
|
3122
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3123
|
+
};
|
|
3124
|
+
const de_TooManyHostedZonesRes = async (parsedOutput, context) => {
|
|
3125
|
+
const contents = map({});
|
|
3126
|
+
const data = parsedOutput.body.Error;
|
|
3127
|
+
if (data[_mes] != null) {
|
|
3128
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3129
|
+
}
|
|
3130
|
+
const exception = new TooManyHostedZones({
|
|
3131
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3132
|
+
...contents,
|
|
3133
|
+
});
|
|
3134
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3135
|
+
};
|
|
3136
|
+
const de_TooManyKeySigningKeysRes = async (parsedOutput, context) => {
|
|
3137
|
+
const contents = map({});
|
|
3138
|
+
const data = parsedOutput.body.Error;
|
|
3139
|
+
if (data[_mes] != null) {
|
|
3140
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3141
|
+
}
|
|
3142
|
+
const exception = new TooManyKeySigningKeys({
|
|
3143
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3144
|
+
...contents,
|
|
3145
|
+
});
|
|
3146
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3147
|
+
};
|
|
3148
|
+
const de_TooManyTrafficPoliciesRes = async (parsedOutput, context) => {
|
|
3149
|
+
const contents = map({});
|
|
3150
|
+
const data = parsedOutput.body.Error;
|
|
3151
|
+
if (data[_mes] != null) {
|
|
3152
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3153
|
+
}
|
|
3154
|
+
const exception = new TooManyTrafficPolicies({
|
|
3155
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3156
|
+
...contents,
|
|
3157
|
+
});
|
|
3158
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3159
|
+
};
|
|
3160
|
+
const de_TooManyTrafficPolicyInstancesRes = async (parsedOutput, context) => {
|
|
3161
|
+
const contents = map({});
|
|
3162
|
+
const data = parsedOutput.body.Error;
|
|
3163
|
+
if (data[_mes] != null) {
|
|
3164
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3165
|
+
}
|
|
3166
|
+
const exception = new TooManyTrafficPolicyInstances({
|
|
3167
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3168
|
+
...contents,
|
|
3169
|
+
});
|
|
3170
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3171
|
+
};
|
|
3172
|
+
const de_TooManyTrafficPolicyVersionsForCurrentPolicyRes = async (parsedOutput, context) => {
|
|
3173
|
+
const contents = map({});
|
|
3174
|
+
const data = parsedOutput.body.Error;
|
|
3175
|
+
if (data[_mes] != null) {
|
|
3176
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3177
|
+
}
|
|
3178
|
+
const exception = new TooManyTrafficPolicyVersionsForCurrentPolicy({
|
|
3179
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3180
|
+
...contents,
|
|
3181
|
+
});
|
|
3182
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3183
|
+
};
|
|
3184
|
+
const de_TooManyVPCAssociationAuthorizationsRes = async (parsedOutput, context) => {
|
|
3185
|
+
const contents = map({});
|
|
3186
|
+
const data = parsedOutput.body.Error;
|
|
3187
|
+
if (data[_mes] != null) {
|
|
3188
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3189
|
+
}
|
|
3190
|
+
const exception = new TooManyVPCAssociationAuthorizations({
|
|
3191
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3192
|
+
...contents,
|
|
3193
|
+
});
|
|
3194
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3195
|
+
};
|
|
3196
|
+
const de_TrafficPolicyAlreadyExistsRes = async (parsedOutput, context) => {
|
|
3197
|
+
const contents = map({});
|
|
3198
|
+
const data = parsedOutput.body.Error;
|
|
3199
|
+
if (data[_mes] != null) {
|
|
3200
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3201
|
+
}
|
|
3202
|
+
const exception = new TrafficPolicyAlreadyExists({
|
|
3203
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3204
|
+
...contents,
|
|
3205
|
+
});
|
|
3206
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3207
|
+
};
|
|
3208
|
+
const de_TrafficPolicyInstanceAlreadyExistsRes = async (parsedOutput, context) => {
|
|
3209
|
+
const contents = map({});
|
|
3210
|
+
const data = parsedOutput.body.Error;
|
|
3211
|
+
if (data[_mes] != null) {
|
|
3212
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3213
|
+
}
|
|
3214
|
+
const exception = new TrafficPolicyInstanceAlreadyExists({
|
|
3215
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3216
|
+
...contents,
|
|
3217
|
+
});
|
|
3218
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3219
|
+
};
|
|
3220
|
+
const de_TrafficPolicyInUseRes = async (parsedOutput, context) => {
|
|
3221
|
+
const contents = map({});
|
|
3222
|
+
const data = parsedOutput.body.Error;
|
|
3223
|
+
if (data[_mes] != null) {
|
|
3224
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3225
|
+
}
|
|
3226
|
+
const exception = new TrafficPolicyInUse({
|
|
3227
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3228
|
+
...contents,
|
|
3229
|
+
});
|
|
3230
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3231
|
+
};
|
|
3232
|
+
const de_VPCAssociationAuthorizationNotFoundRes = async (parsedOutput, context) => {
|
|
3233
|
+
const contents = map({});
|
|
3234
|
+
const data = parsedOutput.body.Error;
|
|
3235
|
+
if (data[_mes] != null) {
|
|
3236
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3237
|
+
}
|
|
3238
|
+
const exception = new VPCAssociationAuthorizationNotFound({
|
|
3239
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3240
|
+
...contents,
|
|
3241
|
+
});
|
|
3242
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3243
|
+
};
|
|
3244
|
+
const de_VPCAssociationNotFoundRes = async (parsedOutput, context) => {
|
|
3245
|
+
const contents = map({});
|
|
3246
|
+
const data = parsedOutput.body.Error;
|
|
3247
|
+
if (data[_mes] != null) {
|
|
3248
|
+
contents[_mes] = __expectString(data[_mes]);
|
|
3249
|
+
}
|
|
3250
|
+
const exception = new VPCAssociationNotFound({
|
|
3251
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3252
|
+
...contents,
|
|
3253
|
+
});
|
|
3254
|
+
return __decorateServiceException(exception, parsedOutput.body.Error);
|
|
3255
|
+
};
|
|
3256
|
+
const se_AlarmIdentifier = (input, context) => {
|
|
3257
|
+
const bn = new __XmlNode(_AI);
|
|
3258
|
+
if (input[_Re] != null) {
|
|
3259
|
+
bn.c(__XmlNode.of(_CWR, input[_Re]).n(_Re));
|
|
3260
|
+
}
|
|
3261
|
+
if (input[_N] != null) {
|
|
3262
|
+
bn.c(__XmlNode.of(_AN, input[_N]).n(_N));
|
|
3263
|
+
}
|
|
3264
|
+
return bn;
|
|
3265
|
+
};
|
|
3266
|
+
const se_AliasTarget = (input, context) => {
|
|
3267
|
+
const bn = new __XmlNode(_ATl);
|
|
3268
|
+
if (input[_HZI] != null) {
|
|
3269
|
+
bn.c(__XmlNode.of(_RI, input[_HZI]).n(_HZI));
|
|
3270
|
+
}
|
|
3271
|
+
bn.cc(input, _DNSN);
|
|
3272
|
+
if (input[_ETH] != null) {
|
|
3273
|
+
bn.c(__XmlNode.of(_AHE, String(input[_ETH])).n(_ETH));
|
|
3274
|
+
}
|
|
3275
|
+
return bn;
|
|
3276
|
+
};
|
|
3277
|
+
const se_Change = (input, context) => {
|
|
3278
|
+
const bn = new __XmlNode(_Cha);
|
|
3279
|
+
if (input[_A] != null) {
|
|
3280
|
+
bn.c(__XmlNode.of(_CA, input[_A]).n(_A));
|
|
3281
|
+
}
|
|
3282
|
+
if (input[_RRSe] != null) {
|
|
3283
|
+
bn.c(se_ResourceRecordSet(input[_RRSe], context).n(_RRSe));
|
|
3284
|
+
}
|
|
3285
|
+
return bn;
|
|
3286
|
+
};
|
|
3287
|
+
const se_ChangeBatch = (input, context) => {
|
|
3288
|
+
const bn = new __XmlNode(_CB);
|
|
3289
|
+
if (input[_C] != null) {
|
|
3290
|
+
bn.c(__XmlNode.of(_RD, input[_C]).n(_C));
|
|
3291
|
+
}
|
|
3292
|
+
bn.lc(input, "Changes", "Changes", () => se_Changes(input[_Ch], context));
|
|
3293
|
+
return bn;
|
|
3294
|
+
};
|
|
3295
|
+
const se_Changes = (input, context) => {
|
|
3296
|
+
return input
|
|
3297
|
+
.filter((e) => e != null)
|
|
3298
|
+
.map((entry) => {
|
|
3299
|
+
const n = se_Change(entry, context);
|
|
3300
|
+
return n.n(_Cha);
|
|
3301
|
+
});
|
|
3302
|
+
};
|
|
3303
|
+
const se_ChildHealthCheckList = (input, context) => {
|
|
3304
|
+
return input
|
|
3305
|
+
.filter((e) => e != null)
|
|
3306
|
+
.map((entry) => {
|
|
3307
|
+
const n = __XmlNode.of(_HCI, entry);
|
|
3308
|
+
return n.n(_CHCh);
|
|
3309
|
+
});
|
|
3310
|
+
};
|
|
3311
|
+
const se_CidrCollectionChange = (input, context) => {
|
|
3312
|
+
const bn = new __XmlNode(_CCC);
|
|
3313
|
+
if (input[_LN] != null) {
|
|
3314
|
+
bn.c(__XmlNode.of(_CLNDNA, input[_LN]).n(_LN));
|
|
3315
|
+
}
|
|
3316
|
+
if (input[_A] != null) {
|
|
3317
|
+
bn.c(__XmlNode.of(_CCCA, input[_A]).n(_A));
|
|
3318
|
+
}
|
|
3319
|
+
bn.lc(input, "CidrList", "CidrList", () => se_CidrList(input[_CLi], context));
|
|
3320
|
+
return bn;
|
|
3321
|
+
};
|
|
3322
|
+
const se_CidrCollectionChanges = (input, context) => {
|
|
3323
|
+
return input
|
|
3324
|
+
.filter((e) => e != null)
|
|
3325
|
+
.map((entry) => {
|
|
3326
|
+
const n = se_CidrCollectionChange(entry, context);
|
|
3327
|
+
return n.n(_me);
|
|
3328
|
+
});
|
|
3329
|
+
};
|
|
3330
|
+
const se_CidrList = (input, context) => {
|
|
3331
|
+
return input
|
|
3332
|
+
.filter((e) => e != null)
|
|
3333
|
+
.map((entry) => {
|
|
3334
|
+
const n = __XmlNode.of(_Ci, entry);
|
|
3335
|
+
return n.n(_Ci);
|
|
3336
|
+
});
|
|
3337
|
+
};
|
|
3338
|
+
const se_CidrRoutingConfig = (input, context) => {
|
|
3339
|
+
const bn = new __XmlNode(_CRC);
|
|
3340
|
+
if (input[_CIo] != null) {
|
|
3341
|
+
bn.c(__XmlNode.of(_UUID, input[_CIo]).n(_CIo));
|
|
3342
|
+
}
|
|
3343
|
+
if (input[_LN] != null) {
|
|
3344
|
+
bn.c(__XmlNode.of(_CLNDA, input[_LN]).n(_LN));
|
|
3345
|
+
}
|
|
3346
|
+
return bn;
|
|
3347
|
+
};
|
|
3348
|
+
const se_Coordinates = (input, context) => {
|
|
3349
|
+
const bn = new __XmlNode(_Coo);
|
|
3350
|
+
bn.cc(input, _La);
|
|
3351
|
+
bn.cc(input, _Lo);
|
|
3352
|
+
return bn;
|
|
3353
|
+
};
|
|
3354
|
+
const se_GeoLocation = (input, context) => {
|
|
3355
|
+
const bn = new __XmlNode(_GL);
|
|
3356
|
+
if (input[_CC] != null) {
|
|
3357
|
+
bn.c(__XmlNode.of(_GLCC, input[_CC]).n(_CC));
|
|
3358
|
+
}
|
|
3359
|
+
if (input[_CCo] != null) {
|
|
3360
|
+
bn.c(__XmlNode.of(_GLCCe, input[_CCo]).n(_CCo));
|
|
3361
|
+
}
|
|
3362
|
+
if (input[_SC] != null) {
|
|
3363
|
+
bn.c(__XmlNode.of(_GLSC, input[_SC]).n(_SC));
|
|
3364
|
+
}
|
|
3365
|
+
return bn;
|
|
3366
|
+
};
|
|
3367
|
+
const se_GeoProximityLocation = (input, context) => {
|
|
3368
|
+
const bn = new __XmlNode(_GPL);
|
|
3369
|
+
bn.cc(input, _AWSR);
|
|
3370
|
+
bn.cc(input, _LZG);
|
|
3371
|
+
if (input[_Coo] != null) {
|
|
3372
|
+
bn.c(se_Coordinates(input[_Coo], context).n(_Coo));
|
|
3373
|
+
}
|
|
3374
|
+
if (input[_B] != null) {
|
|
3375
|
+
bn.c(__XmlNode.of(_B, String(input[_B])).n(_B));
|
|
3376
|
+
}
|
|
3377
|
+
return bn;
|
|
3378
|
+
};
|
|
3379
|
+
const se_HealthCheckConfig = (input, context) => {
|
|
3380
|
+
const bn = new __XmlNode(_HCC);
|
|
3381
|
+
bn.cc(input, _IPA);
|
|
3382
|
+
if (input[_P] != null) {
|
|
3383
|
+
bn.c(__XmlNode.of(_P, String(input[_P])).n(_P));
|
|
3384
|
+
}
|
|
3385
|
+
if (input[_T] != null) {
|
|
3386
|
+
bn.c(__XmlNode.of(_HCT, input[_T]).n(_T));
|
|
3387
|
+
}
|
|
3388
|
+
bn.cc(input, _RP);
|
|
3389
|
+
bn.cc(input, _FQDN);
|
|
3390
|
+
bn.cc(input, _SS);
|
|
3391
|
+
if (input[_RIeq] != null) {
|
|
3392
|
+
bn.c(__XmlNode.of(_RIeq, String(input[_RIeq])).n(_RIeq));
|
|
3393
|
+
}
|
|
3394
|
+
if (input[_FT] != null) {
|
|
3395
|
+
bn.c(__XmlNode.of(_FT, String(input[_FT])).n(_FT));
|
|
3396
|
+
}
|
|
3397
|
+
if (input[_ML] != null) {
|
|
3398
|
+
bn.c(__XmlNode.of(_ML, String(input[_ML])).n(_ML));
|
|
3399
|
+
}
|
|
3400
|
+
if (input[_I] != null) {
|
|
3401
|
+
bn.c(__XmlNode.of(_I, String(input[_I])).n(_I));
|
|
3402
|
+
}
|
|
3403
|
+
if (input[_Di] != null) {
|
|
3404
|
+
bn.c(__XmlNode.of(_Di, String(input[_Di])).n(_Di));
|
|
3405
|
+
}
|
|
3406
|
+
if (input[_HT] != null) {
|
|
3407
|
+
bn.c(__XmlNode.of(_HT, String(input[_HT])).n(_HT));
|
|
3408
|
+
}
|
|
3409
|
+
bn.lc(input, "ChildHealthChecks", "ChildHealthChecks", () => se_ChildHealthCheckList(input[_CHC], context));
|
|
3410
|
+
if (input[_ESNI] != null) {
|
|
3411
|
+
bn.c(__XmlNode.of(_ESNI, String(input[_ESNI])).n(_ESNI));
|
|
3412
|
+
}
|
|
3413
|
+
bn.lc(input, "Regions", "Regions", () => se_HealthCheckRegionList(input[_R], context));
|
|
3414
|
+
if (input[_AI] != null) {
|
|
3415
|
+
bn.c(se_AlarmIdentifier(input[_AI], context).n(_AI));
|
|
3416
|
+
}
|
|
3417
|
+
bn.cc(input, _IDHS);
|
|
3418
|
+
bn.cc(input, _RCA);
|
|
3419
|
+
return bn;
|
|
3420
|
+
};
|
|
3421
|
+
const se_HealthCheckRegionList = (input, context) => {
|
|
3422
|
+
return input
|
|
3423
|
+
.filter((e) => e != null)
|
|
3424
|
+
.map((entry) => {
|
|
3425
|
+
const n = __XmlNode.of(_HCR, entry);
|
|
3426
|
+
return n.n(_Re);
|
|
3427
|
+
});
|
|
3428
|
+
};
|
|
3429
|
+
const se_HostedZoneConfig = (input, context) => {
|
|
3430
|
+
const bn = new __XmlNode(_HZC);
|
|
3431
|
+
if (input[_C] != null) {
|
|
3432
|
+
bn.c(__XmlNode.of(_RD, input[_C]).n(_C));
|
|
3433
|
+
}
|
|
3434
|
+
if (input[_PZ] != null) {
|
|
3435
|
+
bn.c(__XmlNode.of(_IPZ, String(input[_PZ])).n(_PZ));
|
|
3436
|
+
}
|
|
3437
|
+
return bn;
|
|
3438
|
+
};
|
|
3439
|
+
const se_ResettableElementNameList = (input, context) => {
|
|
3440
|
+
return input
|
|
3441
|
+
.filter((e) => e != null)
|
|
3442
|
+
.map((entry) => {
|
|
3443
|
+
const n = __XmlNode.of(_REN, entry);
|
|
3444
|
+
return n.n(_REN);
|
|
3445
|
+
});
|
|
3446
|
+
};
|
|
3447
|
+
const se_ResourceRecord = (input, context) => {
|
|
3448
|
+
const bn = new __XmlNode(_RR);
|
|
3449
|
+
if (input[_V] != null) {
|
|
3450
|
+
bn.c(__XmlNode.of(_RDa, input[_V]).n(_V));
|
|
3451
|
+
}
|
|
3452
|
+
return bn;
|
|
3453
|
+
};
|
|
3454
|
+
const se_ResourceRecords = (input, context) => {
|
|
3455
|
+
return input
|
|
3456
|
+
.filter((e) => e != null)
|
|
3457
|
+
.map((entry) => {
|
|
3458
|
+
const n = se_ResourceRecord(entry, context);
|
|
3459
|
+
return n.n(_RR);
|
|
3460
|
+
});
|
|
3461
|
+
};
|
|
3462
|
+
const se_ResourceRecordSet = (input, context) => {
|
|
3463
|
+
const bn = new __XmlNode(_RRSe);
|
|
3464
|
+
if (input[_N] != null) {
|
|
3465
|
+
bn.c(__XmlNode.of(_DNSN, input[_N]).n(_N));
|
|
3466
|
+
}
|
|
3467
|
+
if (input[_T] != null) {
|
|
3468
|
+
bn.c(__XmlNode.of(_RRT, input[_T]).n(_T));
|
|
3469
|
+
}
|
|
3470
|
+
if (input[_SI] != null) {
|
|
3471
|
+
bn.c(__XmlNode.of(_RRSI, input[_SI]).n(_SI));
|
|
3472
|
+
}
|
|
3473
|
+
if (input[_W] != null) {
|
|
3474
|
+
bn.c(__XmlNode.of(_RRSW, String(input[_W])).n(_W));
|
|
3475
|
+
}
|
|
3476
|
+
if (input[_Re] != null) {
|
|
3477
|
+
bn.c(__XmlNode.of(_RRSR, input[_Re]).n(_Re));
|
|
3478
|
+
}
|
|
3479
|
+
if (input[_GL] != null) {
|
|
3480
|
+
bn.c(se_GeoLocation(input[_GL], context).n(_GL));
|
|
3481
|
+
}
|
|
3482
|
+
if (input[_F] != null) {
|
|
3483
|
+
bn.c(__XmlNode.of(_RRSF, input[_F]).n(_F));
|
|
3484
|
+
}
|
|
3485
|
+
if (input[_MVA] != null) {
|
|
3486
|
+
bn.c(__XmlNode.of(_RRSMVA, String(input[_MVA])).n(_MVA));
|
|
3487
|
+
}
|
|
3488
|
+
if (input[_TTL] != null) {
|
|
3489
|
+
bn.c(__XmlNode.of(_TTL, String(input[_TTL])).n(_TTL));
|
|
3490
|
+
}
|
|
3491
|
+
bn.lc(input, "ResourceRecords", "ResourceRecords", () => se_ResourceRecords(input[_RRe], context));
|
|
3492
|
+
if (input[_ATl] != null) {
|
|
3493
|
+
bn.c(se_AliasTarget(input[_ATl], context).n(_ATl));
|
|
3494
|
+
}
|
|
3495
|
+
bn.cc(input, _HCI);
|
|
3496
|
+
bn.cc(input, _TPII);
|
|
3497
|
+
if (input[_CRC] != null) {
|
|
3498
|
+
bn.c(se_CidrRoutingConfig(input[_CRC], context).n(_CRC));
|
|
3499
|
+
}
|
|
3500
|
+
if (input[_GPL] != null) {
|
|
3501
|
+
bn.c(se_GeoProximityLocation(input[_GPL], context).n(_GPL));
|
|
3502
|
+
}
|
|
3503
|
+
return bn;
|
|
3504
|
+
};
|
|
3505
|
+
const se_Tag = (input, context) => {
|
|
3506
|
+
const bn = new __XmlNode(_Ta);
|
|
3507
|
+
if (input[_K] != null) {
|
|
3508
|
+
bn.c(__XmlNode.of(_TK, input[_K]).n(_K));
|
|
3509
|
+
}
|
|
3510
|
+
if (input[_V] != null) {
|
|
3511
|
+
bn.c(__XmlNode.of(_TV, input[_V]).n(_V));
|
|
3512
|
+
}
|
|
3513
|
+
return bn;
|
|
3514
|
+
};
|
|
3515
|
+
const se_TagKeyList = (input, context) => {
|
|
3516
|
+
return input
|
|
3517
|
+
.filter((e) => e != null)
|
|
3518
|
+
.map((entry) => {
|
|
3519
|
+
const n = __XmlNode.of(_TK, entry);
|
|
3520
|
+
return n.n(_K);
|
|
3521
|
+
});
|
|
3522
|
+
};
|
|
3523
|
+
const se_TagList = (input, context) => {
|
|
3524
|
+
return input
|
|
3525
|
+
.filter((e) => e != null)
|
|
3526
|
+
.map((entry) => {
|
|
3527
|
+
const n = se_Tag(entry, context);
|
|
3528
|
+
return n.n(_Ta);
|
|
3529
|
+
});
|
|
3530
|
+
};
|
|
3531
|
+
const se_TagResourceIdList = (input, context) => {
|
|
3532
|
+
return input
|
|
3533
|
+
.filter((e) => e != null)
|
|
3534
|
+
.map((entry) => {
|
|
3535
|
+
const n = __XmlNode.of(_TRI, entry);
|
|
3536
|
+
return n.n(_RI);
|
|
3537
|
+
});
|
|
3538
|
+
};
|
|
3539
|
+
const se_VPC = (input, context) => {
|
|
3540
|
+
const bn = new __XmlNode(_VPC);
|
|
3541
|
+
bn.cc(input, _VPCR);
|
|
3542
|
+
bn.cc(input, _VPCI);
|
|
3543
|
+
return bn;
|
|
3544
|
+
};
|
|
3545
|
+
const de_AccountLimit = (output, context) => {
|
|
3546
|
+
const contents = {};
|
|
3547
|
+
if (output[_T] != null) {
|
|
3548
|
+
contents[_T] = __expectString(output[_T]);
|
|
3549
|
+
}
|
|
3550
|
+
if (output[_V] != null) {
|
|
3551
|
+
contents[_V] = __strictParseLong(output[_V]);
|
|
3552
|
+
}
|
|
3553
|
+
return contents;
|
|
3554
|
+
};
|
|
3555
|
+
const de_AlarmIdentifier = (output, context) => {
|
|
3556
|
+
const contents = {};
|
|
3557
|
+
if (output[_Re] != null) {
|
|
3558
|
+
contents[_Re] = __expectString(output[_Re]);
|
|
3559
|
+
}
|
|
3560
|
+
if (output[_N] != null) {
|
|
3561
|
+
contents[_N] = __expectString(output[_N]);
|
|
3562
|
+
}
|
|
3563
|
+
return contents;
|
|
3564
|
+
};
|
|
3565
|
+
const de_AliasTarget = (output, context) => {
|
|
3566
|
+
const contents = {};
|
|
3567
|
+
if (output[_HZI] != null) {
|
|
3568
|
+
contents[_HZI] = __expectString(output[_HZI]);
|
|
3569
|
+
}
|
|
3570
|
+
if (output[_DNSN] != null) {
|
|
3571
|
+
contents[_DNSN] = __expectString(output[_DNSN]);
|
|
3572
|
+
}
|
|
3573
|
+
if (output[_ETH] != null) {
|
|
3574
|
+
contents[_ETH] = __parseBoolean(output[_ETH]);
|
|
3575
|
+
}
|
|
3576
|
+
return contents;
|
|
3577
|
+
};
|
|
3578
|
+
const de_ChangeInfo = (output, context) => {
|
|
3579
|
+
const contents = {};
|
|
3580
|
+
if (output[_Id] != null) {
|
|
3581
|
+
contents[_Id] = __expectString(output[_Id]);
|
|
3582
|
+
}
|
|
3583
|
+
if (output[_S] != null) {
|
|
3584
|
+
contents[_S] = __expectString(output[_S]);
|
|
3585
|
+
}
|
|
3586
|
+
if (output[_SA] != null) {
|
|
3587
|
+
contents[_SA] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_SA]));
|
|
3588
|
+
}
|
|
3589
|
+
if (output[_C] != null) {
|
|
3590
|
+
contents[_C] = __expectString(output[_C]);
|
|
3591
|
+
}
|
|
3592
|
+
return contents;
|
|
3593
|
+
};
|
|
3594
|
+
const de_CheckerIpRanges = (output, context) => {
|
|
3595
|
+
return (output || [])
|
|
3596
|
+
.filter((e) => e != null)
|
|
3597
|
+
.map((entry) => {
|
|
3598
|
+
return __expectString(entry);
|
|
3599
|
+
});
|
|
3600
|
+
};
|
|
3601
|
+
const de_ChildHealthCheckList = (output, context) => {
|
|
3602
|
+
return (output || [])
|
|
3603
|
+
.filter((e) => e != null)
|
|
3604
|
+
.map((entry) => {
|
|
3605
|
+
return __expectString(entry);
|
|
3606
|
+
});
|
|
3607
|
+
};
|
|
3608
|
+
const de_CidrBlockSummaries = (output, context) => {
|
|
3609
|
+
return (output || [])
|
|
3610
|
+
.filter((e) => e != null)
|
|
3611
|
+
.map((entry) => {
|
|
3612
|
+
return de_CidrBlockSummary(entry, context);
|
|
3613
|
+
});
|
|
3614
|
+
};
|
|
3615
|
+
const de_CidrBlockSummary = (output, context) => {
|
|
3616
|
+
const contents = {};
|
|
3617
|
+
if (output[_CBid] != null) {
|
|
3618
|
+
contents[_CBid] = __expectString(output[_CBid]);
|
|
3619
|
+
}
|
|
3620
|
+
if (output[_LN] != null) {
|
|
3621
|
+
contents[_LN] = __expectString(output[_LN]);
|
|
3622
|
+
}
|
|
3623
|
+
return contents;
|
|
3624
|
+
};
|
|
3625
|
+
const de_CidrCollection = (output, context) => {
|
|
3626
|
+
const contents = {};
|
|
3627
|
+
if (output[_Ar] != null) {
|
|
3628
|
+
contents[_Ar] = __expectString(output[_Ar]);
|
|
3629
|
+
}
|
|
3630
|
+
if (output[_Id] != null) {
|
|
3631
|
+
contents[_Id] = __expectString(output[_Id]);
|
|
3632
|
+
}
|
|
3633
|
+
if (output[_N] != null) {
|
|
3634
|
+
contents[_N] = __expectString(output[_N]);
|
|
3635
|
+
}
|
|
3636
|
+
if (output[_Ve] != null) {
|
|
3637
|
+
contents[_Ve] = __strictParseLong(output[_Ve]);
|
|
3638
|
+
}
|
|
3639
|
+
return contents;
|
|
3640
|
+
};
|
|
3641
|
+
const de_CidrRoutingConfig = (output, context) => {
|
|
3642
|
+
const contents = {};
|
|
3643
|
+
if (output[_CIo] != null) {
|
|
3644
|
+
contents[_CIo] = __expectString(output[_CIo]);
|
|
3645
|
+
}
|
|
3646
|
+
if (output[_LN] != null) {
|
|
3647
|
+
contents[_LN] = __expectString(output[_LN]);
|
|
3648
|
+
}
|
|
3649
|
+
return contents;
|
|
3650
|
+
};
|
|
3651
|
+
const de_CloudWatchAlarmConfiguration = (output, context) => {
|
|
3652
|
+
const contents = {};
|
|
3653
|
+
if (output[_EP] != null) {
|
|
3654
|
+
contents[_EP] = __strictParseInt32(output[_EP]);
|
|
3655
|
+
}
|
|
3656
|
+
if (output[_Th] != null) {
|
|
3657
|
+
contents[_Th] = __strictParseFloat(output[_Th]);
|
|
3658
|
+
}
|
|
3659
|
+
if (output[_CO] != null) {
|
|
3660
|
+
contents[_CO] = __expectString(output[_CO]);
|
|
3661
|
+
}
|
|
3662
|
+
if (output[_Pe] != null) {
|
|
3663
|
+
contents[_Pe] = __strictParseInt32(output[_Pe]);
|
|
3664
|
+
}
|
|
3665
|
+
if (output[_MN] != null) {
|
|
3666
|
+
contents[_MN] = __expectString(output[_MN]);
|
|
3667
|
+
}
|
|
3668
|
+
if (output[_Nam] != null) {
|
|
3669
|
+
contents[_Nam] = __expectString(output[_Nam]);
|
|
3670
|
+
}
|
|
3671
|
+
if (output[_St] != null) {
|
|
3672
|
+
contents[_St] = __expectString(output[_St]);
|
|
3673
|
+
}
|
|
3674
|
+
if (output.Dimensions === "") {
|
|
3675
|
+
contents[_Dim] = [];
|
|
3676
|
+
}
|
|
3677
|
+
else if (output[_Dim] != null && output[_Dim][_Dime] != null) {
|
|
3678
|
+
contents[_Dim] = de_DimensionList(__getArrayIfSingleItem(output[_Dim][_Dime]), context);
|
|
3679
|
+
}
|
|
3680
|
+
return contents;
|
|
3681
|
+
};
|
|
3682
|
+
const de_CollectionSummaries = (output, context) => {
|
|
3683
|
+
return (output || [])
|
|
3684
|
+
.filter((e) => e != null)
|
|
3685
|
+
.map((entry) => {
|
|
3686
|
+
return de_CollectionSummary(entry, context);
|
|
3687
|
+
});
|
|
3688
|
+
};
|
|
3689
|
+
const de_CollectionSummary = (output, context) => {
|
|
3690
|
+
const contents = {};
|
|
3691
|
+
if (output[_Ar] != null) {
|
|
3692
|
+
contents[_Ar] = __expectString(output[_Ar]);
|
|
3693
|
+
}
|
|
3694
|
+
if (output[_Id] != null) {
|
|
3695
|
+
contents[_Id] = __expectString(output[_Id]);
|
|
3696
|
+
}
|
|
3697
|
+
if (output[_N] != null) {
|
|
3698
|
+
contents[_N] = __expectString(output[_N]);
|
|
3699
|
+
}
|
|
3700
|
+
if (output[_Ve] != null) {
|
|
3701
|
+
contents[_Ve] = __strictParseLong(output[_Ve]);
|
|
3702
|
+
}
|
|
3703
|
+
return contents;
|
|
3704
|
+
};
|
|
3705
|
+
const de_Coordinates = (output, context) => {
|
|
3706
|
+
const contents = {};
|
|
3707
|
+
if (output[_La] != null) {
|
|
3708
|
+
contents[_La] = __expectString(output[_La]);
|
|
3709
|
+
}
|
|
3710
|
+
if (output[_Lo] != null) {
|
|
3711
|
+
contents[_Lo] = __expectString(output[_Lo]);
|
|
3712
|
+
}
|
|
3713
|
+
return contents;
|
|
3714
|
+
};
|
|
3715
|
+
const de_DelegationSet = (output, context) => {
|
|
3716
|
+
const contents = {};
|
|
3717
|
+
if (output[_Id] != null) {
|
|
3718
|
+
contents[_Id] = __expectString(output[_Id]);
|
|
3719
|
+
}
|
|
3720
|
+
if (output[_CR] != null) {
|
|
3721
|
+
contents[_CR] = __expectString(output[_CR]);
|
|
3722
|
+
}
|
|
3723
|
+
if (output.NameServers === "") {
|
|
3724
|
+
contents[_NS] = [];
|
|
3725
|
+
}
|
|
3726
|
+
else if (output[_NS] != null && output[_NS][_NSa] != null) {
|
|
3727
|
+
contents[_NS] = de_DelegationSetNameServers(__getArrayIfSingleItem(output[_NS][_NSa]), context);
|
|
3728
|
+
}
|
|
3729
|
+
return contents;
|
|
3730
|
+
};
|
|
3731
|
+
const de_DelegationSetNameServers = (output, context) => {
|
|
3732
|
+
return (output || [])
|
|
3733
|
+
.filter((e) => e != null)
|
|
3734
|
+
.map((entry) => {
|
|
3735
|
+
return __expectString(entry);
|
|
3736
|
+
});
|
|
3737
|
+
};
|
|
3738
|
+
const de_DelegationSets = (output, context) => {
|
|
3739
|
+
return (output || [])
|
|
3740
|
+
.filter((e) => e != null)
|
|
3741
|
+
.map((entry) => {
|
|
3742
|
+
return de_DelegationSet(entry, context);
|
|
3743
|
+
});
|
|
3744
|
+
};
|
|
3745
|
+
const de_Dimension = (output, context) => {
|
|
3746
|
+
const contents = {};
|
|
3747
|
+
if (output[_N] != null) {
|
|
3748
|
+
contents[_N] = __expectString(output[_N]);
|
|
3749
|
+
}
|
|
3750
|
+
if (output[_V] != null) {
|
|
3751
|
+
contents[_V] = __expectString(output[_V]);
|
|
3752
|
+
}
|
|
3753
|
+
return contents;
|
|
3754
|
+
};
|
|
3755
|
+
const de_DimensionList = (output, context) => {
|
|
3756
|
+
return (output || [])
|
|
3757
|
+
.filter((e) => e != null)
|
|
3758
|
+
.map((entry) => {
|
|
3759
|
+
return de_Dimension(entry, context);
|
|
3760
|
+
});
|
|
3761
|
+
};
|
|
3762
|
+
const de_DNSSECStatus = (output, context) => {
|
|
3763
|
+
const contents = {};
|
|
3764
|
+
if (output[_SSe] != null) {
|
|
3765
|
+
contents[_SSe] = __expectString(output[_SSe]);
|
|
3766
|
+
}
|
|
3767
|
+
if (output[_SM] != null) {
|
|
3768
|
+
contents[_SM] = __expectString(output[_SM]);
|
|
3769
|
+
}
|
|
3770
|
+
return contents;
|
|
3771
|
+
};
|
|
3772
|
+
const de_ErrorMessages = (output, context) => {
|
|
3773
|
+
return (output || [])
|
|
3774
|
+
.filter((e) => e != null)
|
|
3775
|
+
.map((entry) => {
|
|
3776
|
+
return __expectString(entry);
|
|
3777
|
+
});
|
|
3778
|
+
};
|
|
3779
|
+
const de_GeoLocation = (output, context) => {
|
|
3780
|
+
const contents = {};
|
|
3781
|
+
if (output[_CC] != null) {
|
|
3782
|
+
contents[_CC] = __expectString(output[_CC]);
|
|
3783
|
+
}
|
|
3784
|
+
if (output[_CCo] != null) {
|
|
3785
|
+
contents[_CCo] = __expectString(output[_CCo]);
|
|
3786
|
+
}
|
|
3787
|
+
if (output[_SC] != null) {
|
|
3788
|
+
contents[_SC] = __expectString(output[_SC]);
|
|
3789
|
+
}
|
|
3790
|
+
return contents;
|
|
3791
|
+
};
|
|
3792
|
+
const de_GeoLocationDetails = (output, context) => {
|
|
3793
|
+
const contents = {};
|
|
3794
|
+
if (output[_CC] != null) {
|
|
3795
|
+
contents[_CC] = __expectString(output[_CC]);
|
|
3796
|
+
}
|
|
3797
|
+
if (output[_CNon] != null) {
|
|
3798
|
+
contents[_CNon] = __expectString(output[_CNon]);
|
|
3799
|
+
}
|
|
3800
|
+
if (output[_CCo] != null) {
|
|
3801
|
+
contents[_CCo] = __expectString(output[_CCo]);
|
|
3802
|
+
}
|
|
3803
|
+
if (output[_CNou] != null) {
|
|
3804
|
+
contents[_CNou] = __expectString(output[_CNou]);
|
|
3805
|
+
}
|
|
3806
|
+
if (output[_SC] != null) {
|
|
3807
|
+
contents[_SC] = __expectString(output[_SC]);
|
|
3808
|
+
}
|
|
3809
|
+
if (output[_SN] != null) {
|
|
3810
|
+
contents[_SN] = __expectString(output[_SN]);
|
|
3811
|
+
}
|
|
3812
|
+
return contents;
|
|
3813
|
+
};
|
|
3814
|
+
const de_GeoLocationDetailsList = (output, context) => {
|
|
3815
|
+
return (output || [])
|
|
3816
|
+
.filter((e) => e != null)
|
|
3817
|
+
.map((entry) => {
|
|
3818
|
+
return de_GeoLocationDetails(entry, context);
|
|
3819
|
+
});
|
|
3820
|
+
};
|
|
3821
|
+
const de_GeoProximityLocation = (output, context) => {
|
|
3822
|
+
const contents = {};
|
|
3823
|
+
if (output[_AWSR] != null) {
|
|
3824
|
+
contents[_AWSR] = __expectString(output[_AWSR]);
|
|
3825
|
+
}
|
|
3826
|
+
if (output[_LZG] != null) {
|
|
3827
|
+
contents[_LZG] = __expectString(output[_LZG]);
|
|
3828
|
+
}
|
|
3829
|
+
if (output[_Coo] != null) {
|
|
3830
|
+
contents[_Coo] = de_Coordinates(output[_Coo], context);
|
|
3831
|
+
}
|
|
3832
|
+
if (output[_B] != null) {
|
|
3833
|
+
contents[_B] = __strictParseInt32(output[_B]);
|
|
3834
|
+
}
|
|
3835
|
+
return contents;
|
|
3836
|
+
};
|
|
3837
|
+
const de_HealthCheck = (output, context) => {
|
|
3838
|
+
const contents = {};
|
|
3839
|
+
if (output[_Id] != null) {
|
|
3840
|
+
contents[_Id] = __expectString(output[_Id]);
|
|
3841
|
+
}
|
|
3842
|
+
if (output[_CR] != null) {
|
|
3843
|
+
contents[_CR] = __expectString(output[_CR]);
|
|
3844
|
+
}
|
|
3845
|
+
if (output[_LS] != null) {
|
|
3846
|
+
contents[_LS] = de_LinkedService(output[_LS], context);
|
|
3847
|
+
}
|
|
3848
|
+
if (output[_HCC] != null) {
|
|
3849
|
+
contents[_HCC] = de_HealthCheckConfig(output[_HCC], context);
|
|
3850
|
+
}
|
|
3851
|
+
if (output[_HCV] != null) {
|
|
3852
|
+
contents[_HCV] = __strictParseLong(output[_HCV]);
|
|
3853
|
+
}
|
|
3854
|
+
if (output[_CWAC] != null) {
|
|
3855
|
+
contents[_CWAC] = de_CloudWatchAlarmConfiguration(output[_CWAC], context);
|
|
3856
|
+
}
|
|
3857
|
+
return contents;
|
|
3858
|
+
};
|
|
3859
|
+
const de_HealthCheckConfig = (output, context) => {
|
|
3860
|
+
const contents = {};
|
|
3861
|
+
if (output[_IPA] != null) {
|
|
3862
|
+
contents[_IPA] = __expectString(output[_IPA]);
|
|
3863
|
+
}
|
|
3864
|
+
if (output[_P] != null) {
|
|
3865
|
+
contents[_P] = __strictParseInt32(output[_P]);
|
|
3866
|
+
}
|
|
3867
|
+
if (output[_T] != null) {
|
|
3868
|
+
contents[_T] = __expectString(output[_T]);
|
|
3869
|
+
}
|
|
3870
|
+
if (output[_RP] != null) {
|
|
3871
|
+
contents[_RP] = __expectString(output[_RP]);
|
|
3872
|
+
}
|
|
3873
|
+
if (output[_FQDN] != null) {
|
|
3874
|
+
contents[_FQDN] = __expectString(output[_FQDN]);
|
|
3875
|
+
}
|
|
3876
|
+
if (output[_SS] != null) {
|
|
3877
|
+
contents[_SS] = __expectString(output[_SS]);
|
|
3878
|
+
}
|
|
3879
|
+
if (output[_RIeq] != null) {
|
|
3880
|
+
contents[_RIeq] = __strictParseInt32(output[_RIeq]);
|
|
3881
|
+
}
|
|
3882
|
+
if (output[_FT] != null) {
|
|
3883
|
+
contents[_FT] = __strictParseInt32(output[_FT]);
|
|
3884
|
+
}
|
|
3885
|
+
if (output[_ML] != null) {
|
|
3886
|
+
contents[_ML] = __parseBoolean(output[_ML]);
|
|
3887
|
+
}
|
|
3888
|
+
if (output[_I] != null) {
|
|
3889
|
+
contents[_I] = __parseBoolean(output[_I]);
|
|
3890
|
+
}
|
|
3891
|
+
if (output[_Di] != null) {
|
|
3892
|
+
contents[_Di] = __parseBoolean(output[_Di]);
|
|
3893
|
+
}
|
|
3894
|
+
if (output[_HT] != null) {
|
|
3895
|
+
contents[_HT] = __strictParseInt32(output[_HT]);
|
|
3896
|
+
}
|
|
3897
|
+
if (output.ChildHealthChecks === "") {
|
|
3898
|
+
contents[_CHC] = [];
|
|
3899
|
+
}
|
|
3900
|
+
else if (output[_CHC] != null && output[_CHC][_CHCh] != null) {
|
|
3901
|
+
contents[_CHC] = de_ChildHealthCheckList(__getArrayIfSingleItem(output[_CHC][_CHCh]), context);
|
|
3902
|
+
}
|
|
3903
|
+
if (output[_ESNI] != null) {
|
|
3904
|
+
contents[_ESNI] = __parseBoolean(output[_ESNI]);
|
|
3905
|
+
}
|
|
3906
|
+
if (output.Regions === "") {
|
|
3907
|
+
contents[_R] = [];
|
|
3908
|
+
}
|
|
3909
|
+
else if (output[_R] != null && output[_R][_Re] != null) {
|
|
3910
|
+
contents[_R] = de_HealthCheckRegionList(__getArrayIfSingleItem(output[_R][_Re]), context);
|
|
3911
|
+
}
|
|
3912
|
+
if (output[_AI] != null) {
|
|
3913
|
+
contents[_AI] = de_AlarmIdentifier(output[_AI], context);
|
|
3914
|
+
}
|
|
3915
|
+
if (output[_IDHS] != null) {
|
|
3916
|
+
contents[_IDHS] = __expectString(output[_IDHS]);
|
|
3917
|
+
}
|
|
3918
|
+
if (output[_RCA] != null) {
|
|
3919
|
+
contents[_RCA] = __expectString(output[_RCA]);
|
|
3920
|
+
}
|
|
3921
|
+
return contents;
|
|
3922
|
+
};
|
|
3923
|
+
const de_HealthCheckObservation = (output, context) => {
|
|
3924
|
+
const contents = {};
|
|
3925
|
+
if (output[_Re] != null) {
|
|
3926
|
+
contents[_Re] = __expectString(output[_Re]);
|
|
3927
|
+
}
|
|
3928
|
+
if (output[_IPA] != null) {
|
|
3929
|
+
contents[_IPA] = __expectString(output[_IPA]);
|
|
3930
|
+
}
|
|
3931
|
+
if (output[_SR] != null) {
|
|
3932
|
+
contents[_SR] = de_StatusReport(output[_SR], context);
|
|
3933
|
+
}
|
|
3934
|
+
return contents;
|
|
3935
|
+
};
|
|
3936
|
+
const de_HealthCheckObservations = (output, context) => {
|
|
3937
|
+
return (output || [])
|
|
3938
|
+
.filter((e) => e != null)
|
|
3939
|
+
.map((entry) => {
|
|
3940
|
+
return de_HealthCheckObservation(entry, context);
|
|
3941
|
+
});
|
|
3942
|
+
};
|
|
3943
|
+
const de_HealthCheckRegionList = (output, context) => {
|
|
3944
|
+
return (output || [])
|
|
3945
|
+
.filter((e) => e != null)
|
|
3946
|
+
.map((entry) => {
|
|
3947
|
+
return __expectString(entry);
|
|
3948
|
+
});
|
|
3949
|
+
};
|
|
3950
|
+
const de_HealthChecks = (output, context) => {
|
|
3951
|
+
return (output || [])
|
|
3952
|
+
.filter((e) => e != null)
|
|
3953
|
+
.map((entry) => {
|
|
3954
|
+
return de_HealthCheck(entry, context);
|
|
3955
|
+
});
|
|
3956
|
+
};
|
|
3957
|
+
const de_HostedZone = (output, context) => {
|
|
3958
|
+
const contents = {};
|
|
3959
|
+
if (output[_Id] != null) {
|
|
3960
|
+
contents[_Id] = __expectString(output[_Id]);
|
|
3961
|
+
}
|
|
3962
|
+
if (output[_N] != null) {
|
|
3963
|
+
contents[_N] = __expectString(output[_N]);
|
|
3964
|
+
}
|
|
3965
|
+
if (output[_CR] != null) {
|
|
3966
|
+
contents[_CR] = __expectString(output[_CR]);
|
|
3967
|
+
}
|
|
3968
|
+
if (output[_Con] != null) {
|
|
3969
|
+
contents[_Con] = de_HostedZoneConfig(output[_Con], context);
|
|
3970
|
+
}
|
|
3971
|
+
if (output[_RRSC] != null) {
|
|
3972
|
+
contents[_RRSC] = __strictParseLong(output[_RRSC]);
|
|
3973
|
+
}
|
|
3974
|
+
if (output[_LS] != null) {
|
|
3975
|
+
contents[_LS] = de_LinkedService(output[_LS], context);
|
|
3976
|
+
}
|
|
3977
|
+
return contents;
|
|
3978
|
+
};
|
|
3979
|
+
const de_HostedZoneConfig = (output, context) => {
|
|
3980
|
+
const contents = {};
|
|
3981
|
+
if (output[_C] != null) {
|
|
3982
|
+
contents[_C] = __expectString(output[_C]);
|
|
3983
|
+
}
|
|
3984
|
+
if (output[_PZ] != null) {
|
|
3985
|
+
contents[_PZ] = __parseBoolean(output[_PZ]);
|
|
3986
|
+
}
|
|
3987
|
+
return contents;
|
|
3988
|
+
};
|
|
3989
|
+
const de_HostedZoneLimit = (output, context) => {
|
|
3990
|
+
const contents = {};
|
|
3991
|
+
if (output[_T] != null) {
|
|
3992
|
+
contents[_T] = __expectString(output[_T]);
|
|
3993
|
+
}
|
|
3994
|
+
if (output[_V] != null) {
|
|
3995
|
+
contents[_V] = __strictParseLong(output[_V]);
|
|
3996
|
+
}
|
|
3997
|
+
return contents;
|
|
3998
|
+
};
|
|
3999
|
+
const de_HostedZoneOwner = (output, context) => {
|
|
4000
|
+
const contents = {};
|
|
4001
|
+
if (output[_OA] != null) {
|
|
4002
|
+
contents[_OA] = __expectString(output[_OA]);
|
|
4003
|
+
}
|
|
4004
|
+
if (output[_OS] != null) {
|
|
4005
|
+
contents[_OS] = __expectString(output[_OS]);
|
|
4006
|
+
}
|
|
4007
|
+
return contents;
|
|
4008
|
+
};
|
|
4009
|
+
const de_HostedZones = (output, context) => {
|
|
4010
|
+
return (output || [])
|
|
4011
|
+
.filter((e) => e != null)
|
|
4012
|
+
.map((entry) => {
|
|
4013
|
+
return de_HostedZone(entry, context);
|
|
4014
|
+
});
|
|
4015
|
+
};
|
|
4016
|
+
const de_HostedZoneSummaries = (output, context) => {
|
|
4017
|
+
return (output || [])
|
|
4018
|
+
.filter((e) => e != null)
|
|
4019
|
+
.map((entry) => {
|
|
4020
|
+
return de_HostedZoneSummary(entry, context);
|
|
4021
|
+
});
|
|
4022
|
+
};
|
|
4023
|
+
const de_HostedZoneSummary = (output, context) => {
|
|
4024
|
+
const contents = {};
|
|
4025
|
+
if (output[_HZI] != null) {
|
|
4026
|
+
contents[_HZI] = __expectString(output[_HZI]);
|
|
4027
|
+
}
|
|
4028
|
+
if (output[_N] != null) {
|
|
4029
|
+
contents[_N] = __expectString(output[_N]);
|
|
4030
|
+
}
|
|
4031
|
+
if (output[_O] != null) {
|
|
4032
|
+
contents[_O] = de_HostedZoneOwner(output[_O], context);
|
|
4033
|
+
}
|
|
4034
|
+
return contents;
|
|
4035
|
+
};
|
|
4036
|
+
const de_KeySigningKey = (output, context) => {
|
|
4037
|
+
const contents = {};
|
|
4038
|
+
if (output[_N] != null) {
|
|
4039
|
+
contents[_N] = __expectString(output[_N]);
|
|
4040
|
+
}
|
|
4041
|
+
if (output[_KA] != null) {
|
|
4042
|
+
contents[_KA] = __expectString(output[_KA]);
|
|
4043
|
+
}
|
|
4044
|
+
if (output[_Fl] != null) {
|
|
4045
|
+
contents[_Fl] = __strictParseInt32(output[_Fl]);
|
|
4046
|
+
}
|
|
4047
|
+
if (output[_SAM] != null) {
|
|
4048
|
+
contents[_SAM] = __expectString(output[_SAM]);
|
|
4049
|
+
}
|
|
4050
|
+
if (output[_SAT] != null) {
|
|
4051
|
+
contents[_SAT] = __strictParseInt32(output[_SAT]);
|
|
4052
|
+
}
|
|
4053
|
+
if (output[_DAM] != null) {
|
|
4054
|
+
contents[_DAM] = __expectString(output[_DAM]);
|
|
4055
|
+
}
|
|
4056
|
+
if (output[_DAT] != null) {
|
|
4057
|
+
contents[_DAT] = __strictParseInt32(output[_DAT]);
|
|
4058
|
+
}
|
|
4059
|
+
if (output[_KT] != null) {
|
|
4060
|
+
contents[_KT] = __strictParseInt32(output[_KT]);
|
|
4061
|
+
}
|
|
4062
|
+
if (output[_DV] != null) {
|
|
4063
|
+
contents[_DV] = __expectString(output[_DV]);
|
|
4064
|
+
}
|
|
4065
|
+
if (output[_PK] != null) {
|
|
4066
|
+
contents[_PK] = __expectString(output[_PK]);
|
|
4067
|
+
}
|
|
4068
|
+
if (output[_DSR] != null) {
|
|
4069
|
+
contents[_DSR] = __expectString(output[_DSR]);
|
|
4070
|
+
}
|
|
4071
|
+
if (output[_DNSKEYR] != null) {
|
|
4072
|
+
contents[_DNSKEYR] = __expectString(output[_DNSKEYR]);
|
|
4073
|
+
}
|
|
4074
|
+
if (output[_S] != null) {
|
|
4075
|
+
contents[_S] = __expectString(output[_S]);
|
|
4076
|
+
}
|
|
4077
|
+
if (output[_SM] != null) {
|
|
4078
|
+
contents[_SM] = __expectString(output[_SM]);
|
|
4079
|
+
}
|
|
4080
|
+
if (output[_CD] != null) {
|
|
4081
|
+
contents[_CD] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CD]));
|
|
4082
|
+
}
|
|
4083
|
+
if (output[_LMD] != null) {
|
|
4084
|
+
contents[_LMD] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_LMD]));
|
|
4085
|
+
}
|
|
4086
|
+
return contents;
|
|
4087
|
+
};
|
|
4088
|
+
const de_KeySigningKeys = (output, context) => {
|
|
4089
|
+
return (output || [])
|
|
4090
|
+
.filter((e) => e != null)
|
|
4091
|
+
.map((entry) => {
|
|
4092
|
+
return de_KeySigningKey(entry, context);
|
|
4093
|
+
});
|
|
4094
|
+
};
|
|
4095
|
+
const de_LinkedService = (output, context) => {
|
|
4096
|
+
const contents = {};
|
|
4097
|
+
if (output[_SP] != null) {
|
|
4098
|
+
contents[_SP] = __expectString(output[_SP]);
|
|
4099
|
+
}
|
|
4100
|
+
if (output[_De] != null) {
|
|
4101
|
+
contents[_De] = __expectString(output[_De]);
|
|
4102
|
+
}
|
|
4103
|
+
return contents;
|
|
4104
|
+
};
|
|
4105
|
+
const de_LocationSummaries = (output, context) => {
|
|
4106
|
+
return (output || [])
|
|
4107
|
+
.filter((e) => e != null)
|
|
4108
|
+
.map((entry) => {
|
|
4109
|
+
return de_LocationSummary(entry, context);
|
|
4110
|
+
});
|
|
4111
|
+
};
|
|
4112
|
+
const de_LocationSummary = (output, context) => {
|
|
4113
|
+
const contents = {};
|
|
4114
|
+
if (output[_LN] != null) {
|
|
4115
|
+
contents[_LN] = __expectString(output[_LN]);
|
|
4116
|
+
}
|
|
4117
|
+
return contents;
|
|
4118
|
+
};
|
|
4119
|
+
const de_QueryLoggingConfig = (output, context) => {
|
|
4120
|
+
const contents = {};
|
|
4121
|
+
if (output[_Id] != null) {
|
|
4122
|
+
contents[_Id] = __expectString(output[_Id]);
|
|
4123
|
+
}
|
|
4124
|
+
if (output[_HZI] != null) {
|
|
4125
|
+
contents[_HZI] = __expectString(output[_HZI]);
|
|
4126
|
+
}
|
|
4127
|
+
if (output[_CWLLGA] != null) {
|
|
4128
|
+
contents[_CWLLGA] = __expectString(output[_CWLLGA]);
|
|
4129
|
+
}
|
|
4130
|
+
return contents;
|
|
4131
|
+
};
|
|
4132
|
+
const de_QueryLoggingConfigs = (output, context) => {
|
|
4133
|
+
return (output || [])
|
|
4134
|
+
.filter((e) => e != null)
|
|
4135
|
+
.map((entry) => {
|
|
4136
|
+
return de_QueryLoggingConfig(entry, context);
|
|
4137
|
+
});
|
|
4138
|
+
};
|
|
4139
|
+
const de_RecordData = (output, context) => {
|
|
4140
|
+
return (output || [])
|
|
4141
|
+
.filter((e) => e != null)
|
|
4142
|
+
.map((entry) => {
|
|
4143
|
+
return __expectString(entry);
|
|
4144
|
+
});
|
|
4145
|
+
};
|
|
4146
|
+
const de_ResourceRecord = (output, context) => {
|
|
4147
|
+
const contents = {};
|
|
4148
|
+
if (output[_V] != null) {
|
|
4149
|
+
contents[_V] = __expectString(output[_V]);
|
|
4150
|
+
}
|
|
4151
|
+
return contents;
|
|
4152
|
+
};
|
|
4153
|
+
const de_ResourceRecords = (output, context) => {
|
|
4154
|
+
return (output || [])
|
|
4155
|
+
.filter((e) => e != null)
|
|
4156
|
+
.map((entry) => {
|
|
4157
|
+
return de_ResourceRecord(entry, context);
|
|
4158
|
+
});
|
|
4159
|
+
};
|
|
4160
|
+
const de_ResourceRecordSet = (output, context) => {
|
|
4161
|
+
const contents = {};
|
|
4162
|
+
if (output[_N] != null) {
|
|
4163
|
+
contents[_N] = __expectString(output[_N]);
|
|
4164
|
+
}
|
|
4165
|
+
if (output[_T] != null) {
|
|
4166
|
+
contents[_T] = __expectString(output[_T]);
|
|
4167
|
+
}
|
|
4168
|
+
if (output[_SI] != null) {
|
|
4169
|
+
contents[_SI] = __expectString(output[_SI]);
|
|
4170
|
+
}
|
|
4171
|
+
if (output[_W] != null) {
|
|
4172
|
+
contents[_W] = __strictParseLong(output[_W]);
|
|
4173
|
+
}
|
|
4174
|
+
if (output[_Re] != null) {
|
|
4175
|
+
contents[_Re] = __expectString(output[_Re]);
|
|
4176
|
+
}
|
|
4177
|
+
if (output[_GL] != null) {
|
|
4178
|
+
contents[_GL] = de_GeoLocation(output[_GL], context);
|
|
4179
|
+
}
|
|
4180
|
+
if (output[_F] != null) {
|
|
4181
|
+
contents[_F] = __expectString(output[_F]);
|
|
4182
|
+
}
|
|
4183
|
+
if (output[_MVA] != null) {
|
|
4184
|
+
contents[_MVA] = __parseBoolean(output[_MVA]);
|
|
4185
|
+
}
|
|
4186
|
+
if (output[_TTL] != null) {
|
|
4187
|
+
contents[_TTL] = __strictParseLong(output[_TTL]);
|
|
4188
|
+
}
|
|
4189
|
+
if (output.ResourceRecords === "") {
|
|
4190
|
+
contents[_RRe] = [];
|
|
4191
|
+
}
|
|
4192
|
+
else if (output[_RRe] != null && output[_RRe][_RR] != null) {
|
|
4193
|
+
contents[_RRe] = de_ResourceRecords(__getArrayIfSingleItem(output[_RRe][_RR]), context);
|
|
4194
|
+
}
|
|
4195
|
+
if (output[_ATl] != null) {
|
|
4196
|
+
contents[_ATl] = de_AliasTarget(output[_ATl], context);
|
|
4197
|
+
}
|
|
4198
|
+
if (output[_HCI] != null) {
|
|
4199
|
+
contents[_HCI] = __expectString(output[_HCI]);
|
|
4200
|
+
}
|
|
4201
|
+
if (output[_TPII] != null) {
|
|
4202
|
+
contents[_TPII] = __expectString(output[_TPII]);
|
|
4203
|
+
}
|
|
4204
|
+
if (output[_CRC] != null) {
|
|
4205
|
+
contents[_CRC] = de_CidrRoutingConfig(output[_CRC], context);
|
|
4206
|
+
}
|
|
4207
|
+
if (output[_GPL] != null) {
|
|
4208
|
+
contents[_GPL] = de_GeoProximityLocation(output[_GPL], context);
|
|
4209
|
+
}
|
|
4210
|
+
return contents;
|
|
4211
|
+
};
|
|
4212
|
+
const de_ResourceRecordSets = (output, context) => {
|
|
4213
|
+
return (output || [])
|
|
4214
|
+
.filter((e) => e != null)
|
|
4215
|
+
.map((entry) => {
|
|
4216
|
+
return de_ResourceRecordSet(entry, context);
|
|
4217
|
+
});
|
|
4218
|
+
};
|
|
4219
|
+
const de_ResourceTagSet = (output, context) => {
|
|
4220
|
+
const contents = {};
|
|
4221
|
+
if (output[_RTe] != null) {
|
|
4222
|
+
contents[_RTe] = __expectString(output[_RTe]);
|
|
4223
|
+
}
|
|
4224
|
+
if (output[_RI] != null) {
|
|
4225
|
+
contents[_RI] = __expectString(output[_RI]);
|
|
4226
|
+
}
|
|
4227
|
+
if (output.Tags === "") {
|
|
4228
|
+
contents[_Tag] = [];
|
|
4229
|
+
}
|
|
4230
|
+
else if (output[_Tag] != null && output[_Tag][_Ta] != null) {
|
|
4231
|
+
contents[_Tag] = de_TagList(__getArrayIfSingleItem(output[_Tag][_Ta]), context);
|
|
4232
|
+
}
|
|
4233
|
+
return contents;
|
|
4234
|
+
};
|
|
4235
|
+
const de_ResourceTagSetList = (output, context) => {
|
|
4236
|
+
return (output || [])
|
|
4237
|
+
.filter((e) => e != null)
|
|
4238
|
+
.map((entry) => {
|
|
4239
|
+
return de_ResourceTagSet(entry, context);
|
|
4240
|
+
});
|
|
4241
|
+
};
|
|
4242
|
+
const de_ReusableDelegationSetLimit = (output, context) => {
|
|
4243
|
+
const contents = {};
|
|
4244
|
+
if (output[_T] != null) {
|
|
4245
|
+
contents[_T] = __expectString(output[_T]);
|
|
4246
|
+
}
|
|
4247
|
+
if (output[_V] != null) {
|
|
4248
|
+
contents[_V] = __strictParseLong(output[_V]);
|
|
4249
|
+
}
|
|
4250
|
+
return contents;
|
|
4251
|
+
};
|
|
4252
|
+
const de_StatusReport = (output, context) => {
|
|
4253
|
+
const contents = {};
|
|
4254
|
+
if (output[_S] != null) {
|
|
4255
|
+
contents[_S] = __expectString(output[_S]);
|
|
4256
|
+
}
|
|
4257
|
+
if (output[_CT] != null) {
|
|
4258
|
+
contents[_CT] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CT]));
|
|
4259
|
+
}
|
|
4260
|
+
return contents;
|
|
4261
|
+
};
|
|
4262
|
+
const de_Tag = (output, context) => {
|
|
4263
|
+
const contents = {};
|
|
4264
|
+
if (output[_K] != null) {
|
|
4265
|
+
contents[_K] = __expectString(output[_K]);
|
|
4266
|
+
}
|
|
4267
|
+
if (output[_V] != null) {
|
|
4268
|
+
contents[_V] = __expectString(output[_V]);
|
|
4269
|
+
}
|
|
4270
|
+
return contents;
|
|
4271
|
+
};
|
|
4272
|
+
const de_TagList = (output, context) => {
|
|
4273
|
+
return (output || [])
|
|
4274
|
+
.filter((e) => e != null)
|
|
4275
|
+
.map((entry) => {
|
|
4276
|
+
return de_Tag(entry, context);
|
|
4277
|
+
});
|
|
4278
|
+
};
|
|
4279
|
+
const de_TrafficPolicies = (output, context) => {
|
|
4280
|
+
return (output || [])
|
|
4281
|
+
.filter((e) => e != null)
|
|
4282
|
+
.map((entry) => {
|
|
4283
|
+
return de_TrafficPolicy(entry, context);
|
|
4284
|
+
});
|
|
4285
|
+
};
|
|
4286
|
+
const de_TrafficPolicy = (output, context) => {
|
|
4287
|
+
const contents = {};
|
|
4288
|
+
if (output[_Id] != null) {
|
|
4289
|
+
contents[_Id] = __expectString(output[_Id]);
|
|
4290
|
+
}
|
|
4291
|
+
if (output[_Ve] != null) {
|
|
4292
|
+
contents[_Ve] = __strictParseInt32(output[_Ve]);
|
|
4293
|
+
}
|
|
4294
|
+
if (output[_N] != null) {
|
|
4295
|
+
contents[_N] = __expectString(output[_N]);
|
|
4296
|
+
}
|
|
4297
|
+
if (output[_T] != null) {
|
|
4298
|
+
contents[_T] = __expectString(output[_T]);
|
|
4299
|
+
}
|
|
4300
|
+
if (output[_D] != null) {
|
|
4301
|
+
contents[_D] = __expectString(output[_D]);
|
|
4302
|
+
}
|
|
4303
|
+
if (output[_C] != null) {
|
|
4304
|
+
contents[_C] = __expectString(output[_C]);
|
|
4305
|
+
}
|
|
4306
|
+
return contents;
|
|
4307
|
+
};
|
|
4308
|
+
const de_TrafficPolicyInstance = (output, context) => {
|
|
4309
|
+
const contents = {};
|
|
4310
|
+
if (output[_Id] != null) {
|
|
4311
|
+
contents[_Id] = __expectString(output[_Id]);
|
|
4312
|
+
}
|
|
4313
|
+
if (output[_HZI] != null) {
|
|
4314
|
+
contents[_HZI] = __expectString(output[_HZI]);
|
|
4315
|
+
}
|
|
4316
|
+
if (output[_N] != null) {
|
|
4317
|
+
contents[_N] = __expectString(output[_N]);
|
|
4318
|
+
}
|
|
4319
|
+
if (output[_TTL] != null) {
|
|
4320
|
+
contents[_TTL] = __strictParseLong(output[_TTL]);
|
|
4321
|
+
}
|
|
4322
|
+
if (output[_Sta] != null) {
|
|
4323
|
+
contents[_Sta] = __expectString(output[_Sta]);
|
|
4324
|
+
}
|
|
4325
|
+
if (output[_Me] != null) {
|
|
4326
|
+
contents[_Me] = __expectString(output[_Me]);
|
|
4327
|
+
}
|
|
4328
|
+
if (output[_TPI] != null) {
|
|
4329
|
+
contents[_TPI] = __expectString(output[_TPI]);
|
|
4330
|
+
}
|
|
4331
|
+
if (output[_TPV] != null) {
|
|
4332
|
+
contents[_TPV] = __strictParseInt32(output[_TPV]);
|
|
4333
|
+
}
|
|
4334
|
+
if (output[_TPT] != null) {
|
|
4335
|
+
contents[_TPT] = __expectString(output[_TPT]);
|
|
4336
|
+
}
|
|
4337
|
+
return contents;
|
|
4338
|
+
};
|
|
4339
|
+
const de_TrafficPolicyInstances = (output, context) => {
|
|
4340
|
+
return (output || [])
|
|
4341
|
+
.filter((e) => e != null)
|
|
4342
|
+
.map((entry) => {
|
|
4343
|
+
return de_TrafficPolicyInstance(entry, context);
|
|
4344
|
+
});
|
|
4345
|
+
};
|
|
4346
|
+
const de_TrafficPolicySummaries = (output, context) => {
|
|
4347
|
+
return (output || [])
|
|
4348
|
+
.filter((e) => e != null)
|
|
4349
|
+
.map((entry) => {
|
|
4350
|
+
return de_TrafficPolicySummary(entry, context);
|
|
4351
|
+
});
|
|
4352
|
+
};
|
|
4353
|
+
const de_TrafficPolicySummary = (output, context) => {
|
|
4354
|
+
const contents = {};
|
|
4355
|
+
if (output[_Id] != null) {
|
|
4356
|
+
contents[_Id] = __expectString(output[_Id]);
|
|
4357
|
+
}
|
|
4358
|
+
if (output[_N] != null) {
|
|
4359
|
+
contents[_N] = __expectString(output[_N]);
|
|
4360
|
+
}
|
|
4361
|
+
if (output[_T] != null) {
|
|
4362
|
+
contents[_T] = __expectString(output[_T]);
|
|
4363
|
+
}
|
|
4364
|
+
if (output[_LV] != null) {
|
|
4365
|
+
contents[_LV] = __strictParseInt32(output[_LV]);
|
|
4366
|
+
}
|
|
4367
|
+
if (output[_TPCr] != null) {
|
|
4368
|
+
contents[_TPCr] = __strictParseInt32(output[_TPCr]);
|
|
4369
|
+
}
|
|
4370
|
+
return contents;
|
|
4371
|
+
};
|
|
4372
|
+
const de_VPC = (output, context) => {
|
|
4373
|
+
const contents = {};
|
|
4374
|
+
if (output[_VPCR] != null) {
|
|
4375
|
+
contents[_VPCR] = __expectString(output[_VPCR]);
|
|
4376
|
+
}
|
|
4377
|
+
if (output[_VPCI] != null) {
|
|
4378
|
+
contents[_VPCI] = __expectString(output[_VPCI]);
|
|
4379
|
+
}
|
|
4380
|
+
return contents;
|
|
4381
|
+
};
|
|
4382
|
+
const de_VPCs = (output, context) => {
|
|
4383
|
+
return (output || [])
|
|
4384
|
+
.filter((e) => e != null)
|
|
4385
|
+
.map((entry) => {
|
|
4386
|
+
return de_VPC(entry, context);
|
|
4387
|
+
});
|
|
4388
|
+
};
|
|
4389
|
+
const deserializeMetadata = (output) => ({
|
|
4390
|
+
httpStatusCode: output.statusCode,
|
|
4391
|
+
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
4392
|
+
extendedRequestId: output.headers["x-amz-id-2"],
|
|
4393
|
+
cfId: output.headers["x-amz-cf-id"],
|
|
4394
|
+
});
|
|
4395
|
+
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
4396
|
+
const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
4397
|
+
value !== null &&
|
|
4398
|
+
value !== "" &&
|
|
4399
|
+
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
|
|
4400
|
+
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);
|
|
4401
|
+
const _A = "Action";
|
|
4402
|
+
const _AHE = "AliasHealthEnabled";
|
|
4403
|
+
const _AI = "AlarmIdentifier";
|
|
4404
|
+
const _AN = "AlarmName";
|
|
4405
|
+
const _AT = "AddTags";
|
|
4406
|
+
const _ATl = "AliasTarget";
|
|
4407
|
+
const _AVPCC = "AssociateVPCComment";
|
|
4408
|
+
const _AVPCWHZR = "AssociateVPCWithHostedZoneRequest";
|
|
4409
|
+
const _AWSR = "AWSRegion";
|
|
4410
|
+
const _Ar = "Arn";
|
|
4411
|
+
const _B = "Bias";
|
|
4412
|
+
const _C = "Comment";
|
|
4413
|
+
const _CA = "ChangeAction";
|
|
4414
|
+
const _CB = "ChangeBatch";
|
|
4415
|
+
const _CBi = "CidrBlocks";
|
|
4416
|
+
const _CBid = "CidrBlock";
|
|
4417
|
+
const _CC = "ContinentCode";
|
|
4418
|
+
const _CCC = "CidrCollectionChange";
|
|
4419
|
+
const _CCCA = "CidrCollectionChangeAction";
|
|
4420
|
+
const _CCCR = "ChangeCidrCollectionRequest";
|
|
4421
|
+
const _CCCRr = "CreateCidrCollectionRequest";
|
|
4422
|
+
const _CCi = "CidrCollections";
|
|
4423
|
+
const _CCo = "CountryCode";
|
|
4424
|
+
const _CD = "CreatedDate";
|
|
4425
|
+
const _CHC = "ChildHealthChecks";
|
|
4426
|
+
const _CHCR = "CreateHealthCheckRequest";
|
|
4427
|
+
const _CHCh = "ChildHealthCheck";
|
|
4428
|
+
const _CHZR = "CreateHostedZoneRequest";
|
|
4429
|
+
const _CI = "ChangeInfo";
|
|
4430
|
+
const _CIR = "CheckerIpRanges";
|
|
4431
|
+
const _CIo = "CollectionId";
|
|
4432
|
+
const _CKSKR = "CreateKeySigningKeyRequest";
|
|
4433
|
+
const _CL = "CidrLocations";
|
|
4434
|
+
const _CLNDA = "CidrLocationNameDefaultAllowed";
|
|
4435
|
+
const _CLNDNA = "CidrLocationNameDefaultNotAllowed";
|
|
4436
|
+
const _CLi = "CidrList";
|
|
4437
|
+
const _CN = "CidrNonce";
|
|
4438
|
+
const _CNo = "CollectionName";
|
|
4439
|
+
const _CNon = "ContinentName";
|
|
4440
|
+
const _CNou = "CountryName";
|
|
4441
|
+
const _CO = "ComparisonOperator";
|
|
4442
|
+
const _CQLCR = "CreateQueryLoggingConfigRequest";
|
|
4443
|
+
const _CR = "CallerReference";
|
|
4444
|
+
const _CRC = "CidrRoutingConfig";
|
|
4445
|
+
const _CRDSR = "CreateReusableDelegationSetRequest";
|
|
4446
|
+
const _CRRSR = "ChangeResourceRecordSetsRequest";
|
|
4447
|
+
const _CT = "CheckedTime";
|
|
4448
|
+
const _CTFRR = "ChangeTagsForResourceRequest";
|
|
4449
|
+
const _CTPIR = "CreateTrafficPolicyInstanceRequest";
|
|
4450
|
+
const _CTPR = "CreateTrafficPolicyRequest";
|
|
4451
|
+
const _CTPVR = "CreateTrafficPolicyVersionRequest";
|
|
4452
|
+
const _CV = "CollectionVersion";
|
|
4453
|
+
const _CVPCAAR = "CreateVPCAssociationAuthorizationRequest";
|
|
4454
|
+
const _CWAC = "CloudWatchAlarmConfiguration";
|
|
4455
|
+
const _CWLLGA = "CloudWatchLogsLogGroupArn";
|
|
4456
|
+
const _CWR = "CloudWatchRegion";
|
|
4457
|
+
const _Ch = "Changes";
|
|
4458
|
+
const _Cha = "Change";
|
|
4459
|
+
const _Ci = "Cidr";
|
|
4460
|
+
const _Co = "Collection";
|
|
4461
|
+
const _Con = "Config";
|
|
4462
|
+
const _Coo = "Coordinates";
|
|
4463
|
+
const _Cou = "Count";
|
|
4464
|
+
const _D = "Document";
|
|
4465
|
+
const _DAM = "DigestAlgorithmMnemonic";
|
|
4466
|
+
const _DAT = "DigestAlgorithmType";
|
|
4467
|
+
const _DNSKEYR = "DNSKEYRecord";
|
|
4468
|
+
const _DNSN = "DNSName";
|
|
4469
|
+
const _DS = "DelegationSet";
|
|
4470
|
+
const _DSI = "DelegationSetId";
|
|
4471
|
+
const _DSR = "DSRecord";
|
|
4472
|
+
const _DSe = "DelegationSets";
|
|
4473
|
+
const _DV = "DigestValue";
|
|
4474
|
+
const _DVPCAAR = "DeleteVPCAssociationAuthorizationRequest";
|
|
4475
|
+
const _DVPCC = "DisassociateVPCComment";
|
|
4476
|
+
const _DVPCFHZR = "DisassociateVPCFromHostedZoneRequest";
|
|
4477
|
+
const _De = "Description";
|
|
4478
|
+
const _Di = "Disabled";
|
|
4479
|
+
const _Dim = "Dimensions";
|
|
4480
|
+
const _Dime = "Dimension";
|
|
4481
|
+
const _EDNSCSIP = "EDNS0ClientSubnetIP";
|
|
4482
|
+
const _EDNSCSM = "EDNS0ClientSubnetMask";
|
|
4483
|
+
const _EP = "EvaluationPeriods";
|
|
4484
|
+
const _ESNI = "EnableSNI";
|
|
4485
|
+
const _ETH = "EvaluateTargetHealth";
|
|
4486
|
+
const _F = "Failover";
|
|
4487
|
+
const _FQDN = "FullyQualifiedDomainName";
|
|
4488
|
+
const _FT = "FailureThreshold";
|
|
4489
|
+
const _Fl = "Flag";
|
|
4490
|
+
const _GL = "GeoLocation";
|
|
4491
|
+
const _GLCC = "GeoLocationContinentCode";
|
|
4492
|
+
const _GLCCe = "GeoLocationCountryCode";
|
|
4493
|
+
const _GLD = "GeoLocationDetails";
|
|
4494
|
+
const _GLDL = "GeoLocationDetailsList";
|
|
4495
|
+
const _GLSC = "GeoLocationSubdivisionCode";
|
|
4496
|
+
const _GPL = "GeoProximityLocation";
|
|
4497
|
+
const _HC = "HealthCheck";
|
|
4498
|
+
const _HCC = "HealthCheckConfig";
|
|
4499
|
+
const _HCCe = "HealthCheckCount";
|
|
4500
|
+
const _HCI = "HealthCheckId";
|
|
4501
|
+
const _HCN = "HealthCheckNonce";
|
|
4502
|
+
const _HCO = "HealthCheckObservations";
|
|
4503
|
+
const _HCOe = "HealthCheckObservation";
|
|
4504
|
+
const _HCR = "HealthCheckRegion";
|
|
4505
|
+
const _HCT = "HealthCheckType";
|
|
4506
|
+
const _HCV = "HealthCheckVersion";
|
|
4507
|
+
const _HCe = "HealthChecks";
|
|
4508
|
+
const _HT = "HealthThreshold";
|
|
4509
|
+
const _HZ = "HostedZone";
|
|
4510
|
+
const _HZC = "HostedZoneConfig";
|
|
4511
|
+
const _HZCo = "HostedZoneCount";
|
|
4512
|
+
const _HZI = "HostedZoneId";
|
|
4513
|
+
const _HZIM = "HostedZoneIdMarker";
|
|
4514
|
+
const _HZS = "HostedZoneSummaries";
|
|
4515
|
+
const _HZSo = "HostedZoneSummary";
|
|
4516
|
+
const _HZT = "HostedZoneType";
|
|
4517
|
+
const _HZo = "HostedZones";
|
|
4518
|
+
const _I = "Inverted";
|
|
4519
|
+
const _IDHS = "InsufficientDataHealthStatus";
|
|
4520
|
+
const _IPA = "IPAddress";
|
|
4521
|
+
const _IPZ = "IsPrivateZone";
|
|
4522
|
+
const _IT = "IsTruncated";
|
|
4523
|
+
const _Id = "Id";
|
|
4524
|
+
const _K = "Key";
|
|
4525
|
+
const _KA = "KmsArn";
|
|
4526
|
+
const _KMSA = "KeyManagementServiceArn";
|
|
4527
|
+
const _KSK = "KeySigningKey";
|
|
4528
|
+
const _KSKe = "KeySigningKeys";
|
|
4529
|
+
const _KT = "KeyTag";
|
|
4530
|
+
const _L = "Location";
|
|
4531
|
+
const _LMD = "LastModifiedDate";
|
|
4532
|
+
const _LN = "LocationName";
|
|
4533
|
+
const _LS = "LinkedService";
|
|
4534
|
+
const _LTFRR = "ListTagsForResourcesRequest";
|
|
4535
|
+
const _LV = "LatestVersion";
|
|
4536
|
+
const _LZG = "LocalZoneGroup";
|
|
4537
|
+
const _La = "Latitude";
|
|
4538
|
+
const _Li = "Limit";
|
|
4539
|
+
const _Lo = "Longitude";
|
|
4540
|
+
const _M = "Marker";
|
|
4541
|
+
const _MI = "MaxItems";
|
|
4542
|
+
const _ML = "MeasureLatency";
|
|
4543
|
+
const _MN = "MetricName";
|
|
4544
|
+
const _MR = "MaxResults";
|
|
4545
|
+
const _MVA = "MultiValueAnswer";
|
|
4546
|
+
const _Me = "Message";
|
|
4547
|
+
const _N = "Name";
|
|
4548
|
+
const _NCC = "NextContinentCode";
|
|
4549
|
+
const _NCCe = "NextCountryCode";
|
|
4550
|
+
const _NDNSN = "NextDNSName";
|
|
4551
|
+
const _NHZI = "NextHostedZoneId";
|
|
4552
|
+
const _NM = "NextMarker";
|
|
4553
|
+
const _NRI = "NextRecordIdentifier";
|
|
4554
|
+
const _NRN = "NextRecordName";
|
|
4555
|
+
const _NRT = "NextRecordType";
|
|
4556
|
+
const _NS = "NameServers";
|
|
4557
|
+
const _NSC = "NextSubdivisionCode";
|
|
4558
|
+
const _NSa = "NameServer";
|
|
4559
|
+
const _NT = "NextToken";
|
|
4560
|
+
const _Na = "Nameserver";
|
|
4561
|
+
const _Nam = "Namespace";
|
|
4562
|
+
const _No = "Nonce";
|
|
4563
|
+
const _O = "Owner";
|
|
4564
|
+
const _OA = "OwningAccount";
|
|
4565
|
+
const _OS = "OwningService";
|
|
4566
|
+
const _P = "Port";
|
|
4567
|
+
const _PK = "PublicKey";
|
|
4568
|
+
const _PZ = "PrivateZone";
|
|
4569
|
+
const _Pe = "Period";
|
|
4570
|
+
const _Pr = "Protocol";
|
|
4571
|
+
const _QLC = "QueryLoggingConfig";
|
|
4572
|
+
const _QLCu = "QueryLoggingConfigs";
|
|
4573
|
+
const _R = "Regions";
|
|
4574
|
+
const _RC = "ResponseCode";
|
|
4575
|
+
const _RCA = "RoutingControlArn";
|
|
4576
|
+
const _RD = "ResourceDescription";
|
|
4577
|
+
const _RDE = "RecordDataEntry";
|
|
4578
|
+
const _RDa = "RData";
|
|
4579
|
+
const _RDe = "RecordData";
|
|
4580
|
+
const _RE = "ResetElements";
|
|
4581
|
+
const _REN = "ResettableElementName";
|
|
4582
|
+
const _RI = "ResourceId";
|
|
4583
|
+
const _RIP = "ResolverIP";
|
|
4584
|
+
const _RIe = "ResourceIds";
|
|
4585
|
+
const _RIeq = "RequestInterval";
|
|
4586
|
+
const _RN = "RecordName";
|
|
4587
|
+
const _RP = "ResourcePath";
|
|
4588
|
+
const _RR = "ResourceRecord";
|
|
4589
|
+
const _RRS = "ResourceRecordSets";
|
|
4590
|
+
const _RRSC = "ResourceRecordSetCount";
|
|
4591
|
+
const _RRSF = "ResourceRecordSetFailover";
|
|
4592
|
+
const _RRSI = "ResourceRecordSetIdentifier";
|
|
4593
|
+
const _RRSMVA = "ResourceRecordSetMultiValueAnswer";
|
|
4594
|
+
const _RRSR = "ResourceRecordSetRegion";
|
|
4595
|
+
const _RRSW = "ResourceRecordSetWeight";
|
|
4596
|
+
const _RRSe = "ResourceRecordSet";
|
|
4597
|
+
const _RRT = "RRType";
|
|
4598
|
+
const _RRe = "ResourceRecords";
|
|
4599
|
+
const _RT = "RecordType";
|
|
4600
|
+
const _RTK = "RemoveTagKeys";
|
|
4601
|
+
const _RTS = "ResourceTagSet";
|
|
4602
|
+
const _RTSe = "ResourceTagSets";
|
|
4603
|
+
const _RTe = "ResourceType";
|
|
4604
|
+
const _Re = "Region";
|
|
4605
|
+
const _S = "Status";
|
|
4606
|
+
const _SA = "SubmittedAt";
|
|
4607
|
+
const _SAM = "SigningAlgorithmMnemonic";
|
|
4608
|
+
const _SAT = "SigningAlgorithmType";
|
|
4609
|
+
const _SC = "SubdivisionCode";
|
|
4610
|
+
const _SCC = "StartContinentCode";
|
|
4611
|
+
const _SCCt = "StartCountryCode";
|
|
4612
|
+
const _SI = "SetIdentifier";
|
|
4613
|
+
const _SKN = "SigningKeyName";
|
|
4614
|
+
const _SKS = "SigningKeyString";
|
|
4615
|
+
const _SKSi = "SigningKeyStatus";
|
|
4616
|
+
const _SM = "StatusMessage";
|
|
4617
|
+
const _SN = "SubdivisionName";
|
|
4618
|
+
const _SP = "ServicePrincipal";
|
|
4619
|
+
const _SR = "StatusReport";
|
|
4620
|
+
const _SRI = "StartRecordIdentifier";
|
|
4621
|
+
const _SRN = "StartRecordName";
|
|
4622
|
+
const _SRT = "StartRecordType";
|
|
4623
|
+
const _SS = "SearchString";
|
|
4624
|
+
const _SSC = "StartSubdivisionCode";
|
|
4625
|
+
const _SSe = "ServeSignature";
|
|
4626
|
+
const _St = "Statistic";
|
|
4627
|
+
const _Sta = "State";
|
|
4628
|
+
const _T = "Type";
|
|
4629
|
+
const _TK = "TagKey";
|
|
4630
|
+
const _TP = "TrafficPolicy";
|
|
4631
|
+
const _TPC = "TrafficPolicyComment";
|
|
4632
|
+
const _TPCr = "TrafficPolicyCount";
|
|
4633
|
+
const _TPD = "TrafficPolicyDocument";
|
|
4634
|
+
const _TPI = "TrafficPolicyId";
|
|
4635
|
+
const _TPIC = "TrafficPolicyInstanceCount";
|
|
4636
|
+
const _TPII = "TrafficPolicyInstanceId";
|
|
4637
|
+
const _TPIM = "TrafficPolicyIdMarker";
|
|
4638
|
+
const _TPINM = "TrafficPolicyInstanceNameMarker";
|
|
4639
|
+
const _TPITM = "TrafficPolicyInstanceTypeMarker";
|
|
4640
|
+
const _TPIr = "TrafficPolicyInstance";
|
|
4641
|
+
const _TPIra = "TrafficPolicyInstances";
|
|
4642
|
+
const _TPN = "TrafficPolicyName";
|
|
4643
|
+
const _TPS = "TrafficPolicySummaries";
|
|
4644
|
+
const _TPSr = "TrafficPolicySummary";
|
|
4645
|
+
const _TPT = "TrafficPolicyType";
|
|
4646
|
+
const _TPV = "TrafficPolicyVersion";
|
|
4647
|
+
const _TPVM = "TrafficPolicyVersionMarker";
|
|
4648
|
+
const _TPr = "TrafficPolicies";
|
|
4649
|
+
const _TRI = "TagResourceId";
|
|
4650
|
+
const _TTL = "TTL";
|
|
4651
|
+
const _TV = "TagValue";
|
|
4652
|
+
const _Ta = "Tag";
|
|
4653
|
+
const _Tag = "Tags";
|
|
4654
|
+
const _Th = "Threshold";
|
|
4655
|
+
const _UHCR = "UpdateHealthCheckRequest";
|
|
4656
|
+
const _UHZCR = "UpdateHostedZoneCommentRequest";
|
|
4657
|
+
const _UTPCR = "UpdateTrafficPolicyCommentRequest";
|
|
4658
|
+
const _UTPIR = "UpdateTrafficPolicyInstanceRequest";
|
|
4659
|
+
const _UUID = "UUID";
|
|
4660
|
+
const _V = "Value";
|
|
4661
|
+
const _VPC = "VPC";
|
|
4662
|
+
const _VPCI = "VPCId";
|
|
4663
|
+
const _VPCR = "VPCRegion";
|
|
4664
|
+
const _VPCs = "VPCs";
|
|
4665
|
+
const _Ve = "Version";
|
|
4666
|
+
const _W = "Weight";
|
|
4667
|
+
const _c = "continentcode";
|
|
4668
|
+
const _co = "countrycode";
|
|
4669
|
+
const _d = "delegationsetid";
|
|
4670
|
+
const _dn = "dnsname";
|
|
4671
|
+
const _e = "edns0clientsubnetip";
|
|
4672
|
+
const _ed = "edns0clientsubnetmask";
|
|
4673
|
+
const _h = "hostedzonetype";
|
|
4674
|
+
const _ho = "hostedzoneid";
|
|
4675
|
+
const _i = "identifier";
|
|
4676
|
+
const _id = "id";
|
|
4677
|
+
const _l = "location";
|
|
4678
|
+
const _m = "maxresults";
|
|
4679
|
+
const _ma = "maxitems";
|
|
4680
|
+
const _mar = "marker";
|
|
4681
|
+
const _me = "member";
|
|
4682
|
+
const _mes = "message";
|
|
4683
|
+
const _mess = "messages";
|
|
4684
|
+
const _n = "nexttoken";
|
|
4685
|
+
const _na = "name";
|
|
4686
|
+
const _r = "recordname";
|
|
4687
|
+
const _re = "recordtype";
|
|
4688
|
+
const _res = "resolverip";
|
|
4689
|
+
const _s = "subdivisioncode";
|
|
4690
|
+
const _st = "startcontinentcode";
|
|
4691
|
+
const _sta = "startcountrycode";
|
|
4692
|
+
const _star = "startsubdivisioncode";
|
|
4693
|
+
const _t = "type";
|
|
4694
|
+
const _tr = "trafficpolicyid";
|
|
4695
|
+
const _tra = "trafficpolicyinstancename";
|
|
4696
|
+
const _traf = "trafficpolicyinstancetype";
|
|
4697
|
+
const _traff = "trafficpolicyversion";
|
|
4698
|
+
const _v = "vpcid";
|
|
4699
|
+
const _ve = '<?xml version="1.0" encoding="UTF-8"?>';
|
|
4700
|
+
const _ver = "version";
|
|
4701
|
+
const _vp = "vpcregion";
|
|
4702
|
+
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
4703
|
+
if (encoded.length) {
|
|
4704
|
+
const parser = new XMLParser({
|
|
4705
|
+
attributeNamePrefix: "",
|
|
4706
|
+
htmlEntities: true,
|
|
4707
|
+
ignoreAttributes: false,
|
|
4708
|
+
ignoreDeclaration: true,
|
|
4709
|
+
parseTagValue: false,
|
|
4710
|
+
trimValues: false,
|
|
4711
|
+
tagValueProcessor: (_, val) => (val.trim() === "" && val.includes("\n") ? "" : undefined),
|
|
4712
|
+
});
|
|
4713
|
+
parser.addEntity("#xD", "\r");
|
|
4714
|
+
parser.addEntity("#10", "\n");
|
|
4715
|
+
const parsedObj = parser.parse(encoded);
|
|
4716
|
+
const textNodeName = "#text";
|
|
4717
|
+
const key = Object.keys(parsedObj)[0];
|
|
4718
|
+
const parsedObjToReturn = parsedObj[key];
|
|
4719
|
+
if (parsedObjToReturn[textNodeName]) {
|
|
4720
|
+
parsedObjToReturn[key] = parsedObjToReturn[textNodeName];
|
|
4721
|
+
delete parsedObjToReturn[textNodeName];
|
|
4722
|
+
}
|
|
4723
|
+
return __getValueFromTextNode(parsedObjToReturn);
|
|
4724
|
+
}
|
|
4725
|
+
return {};
|
|
4726
|
+
});
|
|
4727
|
+
const parseErrorBody = async (errorBody, context) => {
|
|
4728
|
+
const value = await parseBody(errorBody, context);
|
|
4729
|
+
if (value.Error) {
|
|
4730
|
+
value.Error.message = value.Error.message ?? value.Error.Message;
|
|
4731
|
+
}
|
|
4732
|
+
return value;
|
|
4733
|
+
};
|
|
4734
|
+
const loadRestXmlErrorCode = (output, data) => {
|
|
4735
|
+
if (data.Error?.Code !== undefined) {
|
|
4736
|
+
return data.Error.Code;
|
|
4737
|
+
}
|
|
4738
|
+
if (output.statusCode == 404) {
|
|
4739
|
+
return "NotFound";
|
|
4740
|
+
}
|
|
4741
|
+
};
|