@jzhuo3/dynamodb-lib 0.1.0
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/LICENSE +21 -0
- package/PUBLISHING.md +44 -0
- package/README.md +138 -0
- package/dist/cjs/index.d.ts +198 -0
- package/dist/cjs/index.js +2126 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/package.json +1 -0
- package/dist/esm/index.d.ts +198 -0
- package/dist/esm/index.js +2091 -0
- package/dist/esm/index.js.map +1 -0
- package/doc/README.md +35 -0
- package/doc/configuration.md +127 -0
- package/doc/examples.md +133 -0
- package/doc/examples.ts +97 -0
- package/doc/expressions.md +145 -0
- package/doc/service.md +194 -0
- package/doc/transactions.md +123 -0
- package/node_modules/@aws/lambda-invoke-store/LICENSE +175 -0
- package/node_modules/@aws/lambda-invoke-store/README.md +198 -0
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +119 -0
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +117 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +49 -0
- package/node_modules/@aws/lambda-invoke-store/package.json +55 -0
- package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +118 -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/main/constants.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js +43 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.d.ts +8 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +30 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/index.js +8 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js +11 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js +56 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +40 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +8 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +27 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/index.js +3 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +7 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +53 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +4 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +66 -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 +30 -0
- package/node_modules/@aws-crypto/sha256-browser/src/index.ts +2 -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 +10 -0
- package/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +106 -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/main/RawSha256.d.ts +17 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js +124 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/constants.d.ts +20 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/constants.js +98 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/index.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/index.js +5 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.d.ts +12 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js +85 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.d.ts +5 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js +322 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +17 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +121 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +20 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/constants.js +95 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/index.js +2 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +12 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +82 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +5 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +319 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/package.json +32 -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 +10 -0
- package/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +66 -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/main/index.d.ts +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +5 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.d.ts +4 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +69 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +2 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +4 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +62 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/package.json +28 -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 +10 -0
- package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/util/CHANGELOG.md +71 -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/main/convertToBuffer.d.ts +2 -0
- package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +24 -0
- package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/main/index.d.ts +4 -0
- package/node_modules/@aws-crypto/util/build/main/index.js +14 -0
- package/node_modules/@aws-crypto/util/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +2 -0
- package/node_modules/@aws-crypto/util/build/main/isEmptyData.js +13 -0
- package/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/main/numToUint8.d.ts +1 -0
- package/node_modules/@aws-crypto/util/build/main/numToUint8.js +15 -0
- package/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.d.ts +1 -0
- package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js +20 -0
- package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +2 -0
- package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +20 -0
- package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/module/index.d.ts +4 -0
- package/node_modules/@aws-crypto/util/build/module/index.js +7 -0
- package/node_modules/@aws-crypto/util/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +2 -0
- package/node_modules/@aws-crypto/util/build/module/isEmptyData.js +9 -0
- package/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +1 -0
- package/node_modules/@aws-crypto/util/build/module/numToUint8.js +11 -0
- package/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +1 -0
- package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +16 -0
- package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
- package/node_modules/@aws-crypto/util/package.json +32 -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 +9 -0
- package/node_modules/@aws-crypto/util/tsconfig.module.json +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-dynamodb/README.md +616 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +46 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/endpointResolver.js +27 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +4605 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +41 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +57 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +44 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +121 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +55 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +40 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +16 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +16 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +16 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +19 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/index.js +57 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/EndpointParameters.js +15 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/endpointResolver.js +23 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/DynamoDBServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/enums.js +240 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/errors.js +440 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/Interfaces.js +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListContributorInsightsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListExportsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListImportsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListTablesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/QueryPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ScanPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/index.js +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +36 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +52 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +40 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +2373 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/index.js +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableExists.js +34 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +25 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +433 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +272 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +234 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +366 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +414 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +151 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +210 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +390 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +197 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +296 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +145 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +336 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +175 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +124 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +132 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +178 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +165 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +165 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +267 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +164 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +86 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +128 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +130 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +251 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +535 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +152 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +264 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +124 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +275 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +109 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +110 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +310 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +147 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +338 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +371 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +405 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +337 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +145 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +497 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +660 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +140 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +111 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +178 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +286 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +323 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +127 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +455 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +246 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +149 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/index.d.ts +57 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +64 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +34 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/DynamoDBServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/enums.d.ts +576 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/errors.d.ts +804 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +9936 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/Interfaces.d.ts +8 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListContributorInsightsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListExportsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListImportsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListTablesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/QueryPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ScanPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +60 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +60 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +59 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +27 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/schemas/schemas_0.d.ts +318 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDB.d.ts +1000 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +472 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateTableCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/GetItemCommand.d.ts +41 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ImportTableCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListExportsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListImportsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTablesCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/PutItemCommand.d.ts +41 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +41 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +41 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TagResourceCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateKinesisStreamingDestinationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/index.d.ts +57 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +65 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/enums.d.ts +306 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/errors.d.ts +286 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +1543 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListContributorInsightsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListTablesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/QueryPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ScanPaginator.d.ts +8 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +114 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +111 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +118 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/schemas/schemas_0.d.ts +323 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForTableExists.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForTableNotExists.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForTableExists.d.ts +14 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForTableNotExists.d.ts +14 -0
- package/node_modules/@aws-sdk/client-dynamodb/package.json +105 -0
- package/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-sso/README.md +244 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +75 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +420 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +37 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +51 -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 +47 -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 +50 -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 +69 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +16 -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 +13 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +14 -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 +8 -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/errors.js +49 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -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/runtimeConfig.browser.js +32 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +46 -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 +43 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +152 -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 +200 -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 +75 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +100 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +97 -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 +50 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +8 -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 +31 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +189 -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/runtimeConfig.browser.d.ts +62 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +62 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +61 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -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 +138 -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 +46 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +41 -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 +11 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +45 -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/runtimeConfig.browser.d.ts +120 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +115 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +124 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +58 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +24 -0
- package/node_modules/@aws-sdk/client-sso/package.json +99 -0
- package/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/core/README.md +39 -0
- package/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
- package/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
- package/node_modules/@aws-sdk/core/client.d.ts +7 -0
- package/node_modules/@aws-sdk/core/client.js +5 -0
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +2193 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +55 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +51 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +299 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1848 -0
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +4 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +72 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +22 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +5 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +131 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +122 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +49 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +18 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +20 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +20 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +76 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +82 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +138 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +160 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +136 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +54 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +136 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +182 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +40 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +82 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +155 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +296 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +46 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +16 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +43 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +117 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +61 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +18 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +20 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +20 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +28 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +46 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +29 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -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/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +65 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +47 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +18 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +18 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +18 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +46 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +42 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +22 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +57 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +42 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
- package/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
- package/node_modules/@aws-sdk/core/package.json +121 -0
- package/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
- package/node_modules/@aws-sdk/core/protocols.js +5 -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/index.js +41 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +30 -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 +36 -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 +12 -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 +63 -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 +31 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +70 -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 +53 -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 +65 -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 +49 -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 +9 -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 +2 -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 +8 -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 +70 -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/index.js +224 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +80 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +30 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +32 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +25 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +18 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +16 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +55 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +48 -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/resolveLoginCredentials.d.ts +11 -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 +19 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +20 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +30 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +9 -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 +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +74 -0
- package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -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/index.js +150 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +73 -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-es/runtime/memoize-chain.js +54 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +59 -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 +11 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +26 -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 +7 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +72 -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/index.js +79 -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 +9 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +30 -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 +36 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +7 -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 +6 -0
- package/node_modules/@aws-sdk/credential-provider-process/package.json +64 -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/index.js +192 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +83 -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 +90 -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 +24 -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 +18 -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 +6 -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 +6 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -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 +34 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +62 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +19 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +30 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +25 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +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/ts3.4/fromTokenFile.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +73 -0
- package/node_modules/@aws-sdk/dynamodb-codec/LICENSE +201 -0
- package/node_modules/@aws-sdk/dynamodb-codec/README.md +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-cjs/index.js +91 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-es/codec/DynamoDBJsonCodec.js +86 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-types/codec/DynamoDBJsonCodec.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/codec/DynamoDBJsonCodec.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/package.json +61 -0
- package/node_modules/@aws-sdk/endpoint-cache/LICENSE +201 -0
- package/node_modules/@aws-sdk/endpoint-cache/README.md +17 -0
- package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +59 -0
- package/node_modules/@aws-sdk/endpoint-cache/dist-es/Endpoint.js +1 -0
- package/node_modules/@aws-sdk/endpoint-cache/dist-es/EndpointCache.js +54 -0
- package/node_modules/@aws-sdk/endpoint-cache/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/endpoint-cache/dist-types/Endpoint.d.ts +13 -0
- package/node_modules/@aws-sdk/endpoint-cache/dist-types/EndpointCache.d.ts +56 -0
- package/node_modules/@aws-sdk/endpoint-cache/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/Endpoint.d.ts +4 -0
- package/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/EndpointCache.d.ts +14 -0
- package/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/endpoint-cache/package.json +55 -0
- package/node_modules/@aws-sdk/lib-dynamodb/LICENSE +201 -0
- package/node_modules/@aws-sdk/lib-dynamodb/README.md +464 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/index.js +845 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/DynamoDBDocument.js +214 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/DynamoDBDocumentClient.js +20 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/baseCommand/DynamoDBDocumentClientCommand.js +32 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +39 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchGetCommand.js +45 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchWriteCommand.js +57 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/DeleteCommand.js +38 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ExecuteStatementCommand.js +31 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +36 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/GetCommand.js +28 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/PutCommand.js +38 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/QueryCommand.js +42 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ScanCommand.js +37 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/TransactGetCommand.js +38 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/TransactWriteCommand.js +53 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/UpdateCommand.js +43 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/index.js +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/utils.js +80 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/index.js +5 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/Interfaces.js +1 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/QueryPaginator.js +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/ScanPaginator.js +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/index.js +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/DynamoDBDocument.d.ts +195 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/DynamoDBDocumentClient.d.ts +96 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/baseCommand/DynamoDBDocumentClientCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +66 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchGetCommand.d.ts +70 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchWriteCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/DeleteCommand.d.ts +66 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +60 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/GetCommand.d.ts +48 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/PutCommand.d.ts +66 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/QueryCommand.d.ts +70 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ScanCommand.d.ts +62 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactGetCommand.d.ts +64 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactWriteCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/UpdateCommand.d.ts +74 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/index.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/utils.d.ts +33 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/Interfaces.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/QueryPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/ScanPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/DynamoDBDocument.d.ts +221 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/DynamoDBDocumentClient.d.ts +105 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/baseCommand/DynamoDBDocumentClientCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchGetCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +142 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/DeleteCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +61 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/GetCommand.d.ts +57 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/PutCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +80 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactGetCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactWriteCommand.d.ts +151 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/UpdateCommand.d.ts +113 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/utils.d.ts +17 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/index.d.ts +11 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/Interfaces.d.ts +8 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/QueryPaginator.d.ts +12 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/ScanPaginator.d.ts +9 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/node_modules/@aws-sdk/lib-dynamodb/package.json +68 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/index.js +188 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/configurations.js +27 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/endpointDiscoveryMiddleware.js +45 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/getCacheKey.js +13 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/getEndpointDiscoveryPlugin.js +22 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/resolveEndpointDiscoveryConfig.js +12 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/updateDiscoveredEndpointInCache.js +57 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/endpointDiscoveryMiddleware.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getCacheKey.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getEndpointDiscoveryPlugin.d.ts +29 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveEndpointDiscoveryConfig.d.ts +60 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/configurations.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/endpointDiscoveryMiddleware.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/getCacheKey.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/getEndpointDiscoveryPlugin.d.ts +41 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/resolveEndpointDiscoveryConfig.d.ts +28 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/updateDiscoveredEndpointInCache.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/updateDiscoveredEndpointInCache.d.ts +8 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +61 -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 +41 -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 +35 -0
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +29 -0
- package/node_modules/@aws-sdk/middleware-host-header/package.json +59 -0
- package/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +48 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +42 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-logger/package.json +59 -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 +25 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +33 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/configuration.js +7 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/getRecursionDetectionPlugin.js +7 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.browser.js +1 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +29 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.native.js +1 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/configuration.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.browser.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.native.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +63 -0
- package/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +194 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +28 -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/encode-features.js +18 -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 +82 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +44 -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/encode-features.d.ts +5 -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/check-features.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +21 -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/encode-features.d.ts +2 -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 +21 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +62 -0
- package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +344 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +499 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +19 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +480 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +67 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +43 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +114 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +43 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +133 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +55 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +44 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +186 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +189 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +63 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +63 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +220 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +176 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +109 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +85 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +270 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +290 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +19 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +588 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +64 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +63 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +123 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +118 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +129 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +121 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +120 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +115 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +124 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +20 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +128 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +57 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +59 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +129 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +111 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +133 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +24 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +127 -0
- package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sts.js +5 -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/index.js +49 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +15 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -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 +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -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 +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +62 -0
- package/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
- package/node_modules/@aws-sdk/token-providers/README.md +62 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +157 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +81 -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 +4 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +12 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +9 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +8 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +7 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +14 -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 +11 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +7 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/package.json +70 -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/index.js +22 -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/feature-ids.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/function.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 +34 -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 +52 -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/feature-ids.d.ts +67 -0
- package/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -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 +61 -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 +11 -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 +34 -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 +13 -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 +15 -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/feature-ids.d.ts +60 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -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 +31 -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 +6 -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 +34 -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 +47 -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 +57 -0
- package/node_modules/@aws-sdk/util-dynamodb/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-dynamodb/README.md +50 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-cjs/index.js +309 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-es/NumberValue.js +37 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-es/convertToAttr.js +175 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-es/convertToNative.js +61 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-es/marshall.js +21 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-es/models.js +1 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-es/unmarshall.js +7 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/NumberValue.d.ts +55 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/convertToAttr.d.ts +10 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/convertToNative.d.ts +10 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/marshall.d.ts +81 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/models.d.ts +38 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/NumberValue.d.ts +30 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/convertToAttr.d.ts +7 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/convertToNative.d.ts +7 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/marshall.d.ts +112 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/models.d.ts +46 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/unmarshall.d.ts +13 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/unmarshall.d.ts +31 -0
- package/node_modules/@aws-sdk/util-dynamodb/package.json +58 -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/index.js +415 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -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 +6 -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 +18 -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 +267 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -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 +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -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/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -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 +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -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/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -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 +60 -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 +14 -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 +54 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/README.md +29 -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/createUserAgentStringParsingProvider.js +57 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +58 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +22 -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/createUserAgentStringParsingProvider.js +20 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +53 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +18 -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/createUserAgentStringParsingProvider.d.ts +14 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +27 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +18 -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/createUserAgentStringParsingProvider.d.ts +9 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +22 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +17 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
- package/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +58 -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/defaultUserAgent.js +29 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -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-es/nodeAppIdConfigOptions.js +9 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +28 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -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/nodeAppIdConfigOptions.d.ts +13 -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/defaultUserAgent.d.ts +21 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -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/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +66 -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/index.js +124 -0
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +18 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -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 +3 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +57 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +15 -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 +12 -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 +3 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.browser.d.ts +9 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +4 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +63 -0
- package/node_modules/@nodable/entities/README.md +41 -0
- package/node_modules/@nodable/entities/package.json +57 -0
- package/node_modules/@nodable/entities/src/EntityDecoder.js +644 -0
- package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
- package/node_modules/@nodable/entities/src/entities.js +1159 -0
- package/node_modules/@nodable/entities/src/entityTries.js +49 -0
- package/node_modules/@nodable/entities/src/index.d.ts +341 -0
- package/node_modules/@nodable/entities/src/index.js +29 -0
- package/node_modules/@smithy/config-resolver/LICENSE +201 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +22 -0
- package/node_modules/@smithy/config-resolver/dist-es/index.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/config-resolver/package.json +37 -0
- package/node_modules/@smithy/core/LICENSE +201 -0
- package/node_modules/@smithy/core/README.md +56 -0
- package/node_modules/@smithy/core/cbor.d.ts +5 -0
- package/node_modules/@smithy/core/cbor.js +5 -0
- package/node_modules/@smithy/core/checksum.d.ts +5 -0
- package/node_modules/@smithy/core/checksum.js +5 -0
- package/node_modules/@smithy/core/client.d.ts +5 -0
- package/node_modules/@smithy/core/client.js +5 -0
- package/node_modules/@smithy/core/config.d.ts +5 -0
- package/node_modules/@smithy/core/config.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/index.js +344 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2565 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +413 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +577 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +440 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +1156 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +374 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +779 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +363 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +830 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +878 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +899 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +924 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1058 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +820 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +847 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +701 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +1400 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1748 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +1400 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +189 -0
- package/node_modules/@smithy/core/dist-es/index.js +8 -0
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +17 -0
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +17 -0
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +42 -0
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/getHttpSigningMiddleware.js +15 -0
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js +23 -0
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/index.js +2 -0
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/pagination/createPaginator.js +41 -0
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/DefaultIdentityProviderConfig.js +17 -0
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +34 -0
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +11 -0
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/noAuth.js +5 -0
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/memoizeIdentityProvider.js +55 -0
- package/node_modules/@smithy/core/dist-es/normalizeProvider.js +6 -0
- package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +98 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +37 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +498 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +317 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +25 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +23 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeDeserializer.js +122 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeSerializer.js +110 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeDeserializer2.js +650 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeSerializer2.js +620 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +102 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/chunked-blob-reader/chunked-blob-reader.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.js +27 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Js.js +30 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Node.js +24 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-blob-browser/blobHasher.js +8 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/HashCalculator.js +18 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/fileStreamHasher.js +24 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/readableStreamHasher.js +19 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/index.browser.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/index.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/index.native.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Js.js +92 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Node.js +29 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Js.js +179 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Node.js +59 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256WebCrypto.js +71 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/index.js +27 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/invalid-dependency/invalidFunction.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/invalid-dependency/invalidProvider.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/middleware-stack/MiddlewareStack.js +281 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/middleware-stack/types.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/NoOpLogger.js +7 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client-command-builder.js +17 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client.js +51 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/command.js +131 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/constants.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/create-aggregated-client.js +47 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/default-error-handler.js +22 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/defaults-mode.js +26 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/emitWarningIfUnsupportedVersion.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/exceptions.js +50 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/checksum.js +52 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/retry.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-array-if-single-item.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-value-from-text-node.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/is-serializable-header-value.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/object-mapping.js +97 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/schemaLogFilter.js +34 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/ser-utils.js +14 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/serde-json.js +22 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/circularReplacer.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/createWaiter.js +48 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/poller.js +87 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/utils/sleep.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/utils/validate.js +17 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/waiter.js +35 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveCustomEndpointsConfig.js +10 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.js +14 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/utils/getEndpointFromRegion.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/checkRegion.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/config.js +17 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.js +92 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/getRealRegion.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/isFipsRegion.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/resolveRegionConfig.js +24 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/EndpointVariant.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/EndpointVariantTag.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/PartitionHash.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/RegionHash.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getHostnameFromVariants.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getRegionInfo.js +29 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getResolvedHostname.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getResolvedPartition.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getResolvedSigningRegion.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/constants.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/defaultsModeConfig.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.js +30 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.js +45 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.js +19 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/index.browser.js +43 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/index.js +29 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/index.native.js +43 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/configLoader.js +10 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromEnv.js +14 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromSharedConfigFiles.js +24 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromStatic.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/getSelectorName.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/property-provider/CredentialsProviderError.js +8 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/property-provider/ProviderError.js +23 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/property-provider/TokenProviderError.js +8 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/property-provider/chain.js +21 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/property-provider/fromValue.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/property-provider/memoize.js +45 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/constants.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/externalDataInterceptor.js +16 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getConfigData.js +18 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getConfigFilepath.js +4 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getCredentialsFilepath.js +4 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getHomeDir.js +22 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getProfileName.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFilepath.js +8 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSsoSessionData.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/loadSharedConfigFiles.js +39 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/loadSsoSessionData.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/mergeConfigFiles.js +14 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/parseIni.js +52 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/parseKnownFiles.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/readFile.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/types.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/util-config-provider/booleanSelector.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/util-config-provider/numberSelector.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/util-config-provider/types.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.browser.js +22 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +22 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/createConfigValueProvider.js +50 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.browser.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.js +10 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.js +66 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.js +33 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.js +8 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +47 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/getEndpointPlugin.js +26 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js +26 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/s3.js +37 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/bdd/BinaryDecisionDiagram.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/cache/EndpointCache.js +50 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/debugId.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/index.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/toDebugString.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/decideEndpoint.js +42 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/booleanEquals.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/coalesce.js +8 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/getAttr.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/getAttrPathList.js +25 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/index.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/isIpAddress.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/isSet.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/ite.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/not.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/parseURL.js +51 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/split.js +13 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/stringEquals.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/substring.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/uriEncode.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/resolveEndpoint.js +25 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/EndpointError.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/EndpointFunctions.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/RuleSetObject.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/shared.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/callFunction.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/customEndpointFunctions.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/endpointFunctions.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateCondition.js +16 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateConditions.js +26 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateEndpointRule.js +28 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.js +17 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateExpression.js +46 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateRules.js +42 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateTemplate.js +33 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateTreeRule.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointProperties.js +28 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointProperty.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointUrl.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getReferenceValue.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/index.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +292 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/EventStreamCodec.js +67 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/HeaderMarshaller.js +187 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/Int64.js +44 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/Message.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/MessageDecoderStream.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/MessageEncoderStream.js +18 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/SmithyMessageDecoderStream.js +17 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/SmithyMessageEncoderStream.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/splitMessage.js +31 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.js +21 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/EventStreamMarshaller.js +45 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/utils.js +28 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde-config-resolver/EventStreamSerdeConfig.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.js +30 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde-universal/getChunkedStream.js +66 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde-universal/getUnmarshalledStream.js +47 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.browser.js +14 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +14 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +299 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +159 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +94 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/SerdeContext.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +25 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/middleware-content-length/contentLengthMiddleware.js +41 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/protocol-http/Field.js +26 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/protocol-http/Fields.js +20 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.js +24 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/protocol-http/httpHandler.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/protocol-http/types.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/querystring-builder/buildQueryString.js +21 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +69 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +64 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +42 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +33 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +90 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +19 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/util-uri-escape/escape-uri-path.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/util-uri-escape/escape-uri.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/index.browser.js +27 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/index.js +20 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/configurations.js +63 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.browser.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/longPollMiddleware.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/omitRetryHeadersMiddleware.js +22 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/parseRetryAfterHeader.js +52 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.js +22 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +95 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/defaultRetryQuota.js +27 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/delayDecider.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/retryDecider.js +7 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/types.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retryMiddleware.js +108 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/util.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/constants.js +29 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/service-error-classification.js +44 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/AdaptiveRetryStrategy.js +36 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/ConfiguredRetryStrategy.js +18 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +111 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRetryToken.js +28 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/StandardRetryStrategy.js +97 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/config.js +7 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/constants.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/retries-2026-config.js +18 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/types.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +101 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +14 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +64 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +18 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +14 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +303 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +14 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +20 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +18 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +14 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +26 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/concatBytes.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/date-utils.js +190 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/hash-node/hash-node.js +36 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +44 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +43 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +46 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/is-array-buffer/is-array-buffer.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/lazy-json.js +24 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js +58 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/serdePlugin.js +22 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/serializerMiddleware.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +236 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/quote-header.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +101 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/split-every.js +27 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/split-header.js +37 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/constants-for-browser.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/fromBase64.browser.js +36 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/fromBase64.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.browser.js +35 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-body-length/calculateBodyLength.browser.js +26 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-body-length/calculateBodyLength.js +27 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-buffer-from/buffer-from.js +13 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-hex-encoding/hex-encoding.js +33 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/ByteArrayCollector.js +32 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.js +23 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.browser.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +78 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.browser.js +35 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/createBufferedReadable.browser.js +95 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/createBufferedReadable.js +57 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/getAwsChunkedEncodingStream.browser.js +27 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/getAwsChunkedEncodingStream.js +38 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.browser.js +31 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.js +39 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.browser.js +64 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.js +50 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/splitStream.browser.js +7 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/splitStream.js +13 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js +27 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.js +33 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-type-check.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/fromUtf8.browser.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/fromUtf8.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.browser.js +13 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.js +13 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUtf8.browser.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUtf8.js +10 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/uuid/v4.js +32 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +25 -0
- package/node_modules/@smithy/core/dist-es/submodules/transport/getSmithyContext.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/transport/hasOwn.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/transport/httpRequest.js +64 -0
- package/node_modules/@smithy/core/dist-es/submodules/transport/httpResponse.js +18 -0
- package/node_modules/@smithy/core/dist-es/submodules/transport/index.js +10 -0
- package/node_modules/@smithy/core/dist-es/submodules/transport/isValidHostLabel.js +13 -0
- package/node_modules/@smithy/core/dist-es/submodules/transport/isValidHostname.js +4 -0
- package/node_modules/@smithy/core/dist-es/submodules/transport/normalizeProvider.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/transport/parseQueryString.js +23 -0
- package/node_modules/@smithy/core/dist-es/submodules/transport/parseUrl.js +18 -0
- package/node_modules/@smithy/core/dist-es/submodules/transport/toEndpointV1.js +20 -0
- package/node_modules/@smithy/core/dist-types/index.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-auth-scheme/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/memoizeIdentityProvider.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +62 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +35 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/chunked-blob-reader/chunked-blob-reader.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/crc32/Crc32Js.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/crc32/Crc32Node.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-blob-browser/blobHasher.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/HashCalculator.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/fileStreamHasher.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/readableStreamHasher.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/index.browser.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/index.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/index.native.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/md5/Md5Js.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/md5/Md5Node.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256Js.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256Node.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256WebCrypto.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/invalid-dependency/invalidFunction.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/invalid-dependency/invalidProvider.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/middleware-stack/MiddlewareStack.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/middleware-stack/types.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/NoOpLogger.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/client-command-builder.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/client.d.ts +84 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/command.d.ts +118 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/constants.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/create-aggregated-client.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/default-error-handler.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/defaults-mode.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/emitWarningIfUnsupportedVersion.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/exceptions.d.ts +42 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/checksum.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/object-mapping.d.ts +163 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/schemaLogFilter.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/ser-utils.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/serde-json.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/createWaiter.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/poller.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/utils/sleep.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/utils/validate.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/waiter.d.ts +49 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/resolveCustomEndpointsConfig.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/checkRegion.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/config.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionInfo/EndpointVariant.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionInfo/EndpointVariantTag.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionInfo/PartitionHash.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionInfo/RegionHash.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionInfo/getHostnameFromVariants.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionInfo/getRegionInfo.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionInfo/getResolvedHostname.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionInfo/getResolvedPartition.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionInfo/getResolvedSigningRegion.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/constants.d.ts +36 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/defaultsModeConfig.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/index.browser.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/index.d.ts +36 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/index.native.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/node-config-provider/configLoader.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/node-config-provider/fromEnv.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/node-config-provider/fromSharedConfigFiles.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/node-config-provider/fromStatic.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/node-config-provider/getSelectorName.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/CredentialsProviderError.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/ProviderError.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/TokenProviderError.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/chain.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/fromValue.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/memoize.d.ts +40 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/constants.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getConfigData.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getConfigFilepath.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getHomeDir.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getProfileName.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getSSOTokenFilepath.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.d.ts +53 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getSsoSessionData.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/loadSharedConfigFiles.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/loadSsoSessionData.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/parseIni.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/parseKnownFiles.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/readFile.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/types.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/util-config-provider/booleanSelector.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/util-config-provider/numberSelector.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/util-config-provider/types.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/createConfigValueProvider.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +122 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/service-customizations/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/service-customizations/s3.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/bdd/BinaryDecisionDiagram.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/cache/EndpointCache.d.ts +34 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/debug/debugId.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/debug/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/debug/toDebugString.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/decideEndpoint.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/booleanEquals.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/coalesce.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/getAttr.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/getAttrPathList.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/index.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/isIpAddress.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/isSet.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/ite.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/not.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/parseURL.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/split.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/stringEquals.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/substring.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/uriEncode.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/resolveEndpoint.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/EndpointError.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/EndpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/EndpointRuleObject.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/ErrorRuleObject.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/RuleSetObject.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/TreeRuleObject.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/index.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/shared.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/callFunction.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/customEndpointFunctions.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/endpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateEndpointRule.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateTemplate.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateTreeRule.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointProperty.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointUrl.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +80 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/EventStreamCodec.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/HeaderMarshaller.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/Int64.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/Message.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/MessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/MessageEncoderStream.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/SmithyMessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/SmithyMessageEncoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/splitMessage.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.d.ts +46 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/EventStreamMarshaller.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/utils.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde-config-resolver/EventStreamSerdeConfig.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde-universal/getChunkedStream.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde-universal/getUnmarshalledStream.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.browser.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +95 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/middleware-content-length/contentLengthMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/Field.d.ts +49 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/Fields.d.ts +44 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/httpHandler.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/types.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/querystring-builder/buildQueryString.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +52 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/util-uri-escape/escape-uri-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/util-uri-escape/escape-uri.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/index.browser.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/index.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/configurations.d.ts +71 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/longPollMiddleware.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/omitRetryHeadersMiddleware.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/parseRetryAfterHeader.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/retry-pre-sra-deprecated/delayDecider.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/retry-pre-sra-deprecated/retryDecider.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/retry-pre-sra-deprecated/types.d.ts +65 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/retryMiddleware.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/util.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/service-error-classification/constants.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/service-error-classification/service-error-classification.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/AdaptiveRetryStrategy.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/ConfiguredRetryStrategy.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/DefaultRateLimiter.d.ts +119 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/DefaultRetryToken.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/StandardRetryStrategy.d.ts +56 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/config.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/constants.d.ts +60 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/retries-2026-config.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/types.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +71 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +143 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/concatBytes.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/date-utils.d.ts +61 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/hash-node/hash-node.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +42 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +40 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +40 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/is-array-buffer/is-array-buffer.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +43 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/middleware-serde/deserializerMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/middleware-serde/serdePlugin.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/middleware-serde/serializerMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +250 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/quote-header.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/split-every.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/split-header.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-base64/constants-for-browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-base64/fromBase64.browser.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-base64/fromBase64.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-base64/toBase64.browser.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-base64/toBase64.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-body-length/calculateBodyLength.browser.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-body-length/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-buffer-from/buffer-from.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-hex-encoding/hex-encoding.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/ByteArrayCollector.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +82 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/createChecksumStream.browser.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/createChecksumStream.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/createBufferedReadable.browser.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/createBufferedReadable.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/getAwsChunkedEncodingStream.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/headStream.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/headStream.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/sdk-stream-mixin.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/sdk-stream-mixin.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/splitStream.browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/splitStream.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.browser.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-type-check.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-utf8/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-utf8/fromUtf8.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-utf8/toUint8Array.browser.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-utf8/toUint8Array.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-utf8/toUtf8.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-utf8/toUtf8.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/uuid/v4.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/submodules/transport/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/transport/hasOwn.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/transport/httpRequest.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/submodules/transport/httpResponse.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/submodules/transport/index.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/transport/isValidHostLabel.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/transport/isValidHostname.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/transport/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/transport/parseQueryString.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/transport/parseUrl.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/transport/toEndpointV1.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/memoizeIdentityProvider.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +65 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +35 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/chunked-blob-reader/chunked-blob-reader.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/crc32/Crc32Js.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/crc32/Crc32Node.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-blob-browser/blobHasher.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/HashCalculator.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/fileStreamHasher.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/readableStreamHasher.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.browser.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.native.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/md5/Md5Js.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/md5/Md5Node.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256Js.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256Node.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256WebCrypto.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/index.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/invalid-dependency/invalidFunction.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/invalid-dependency/invalidProvider.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/middleware-stack/MiddlewareStack.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/middleware-stack/types.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/NoOpLogger.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/client-command-builder.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/client.d.ts +84 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/command.d.ts +118 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/constants.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/create-aggregated-client.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/default-error-handler.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/defaults-mode.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/emitWarningIfUnsupportedVersion.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/exceptions.d.ts +42 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/checksum.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/object-mapping.d.ts +179 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/schemaLogFilter.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/ser-utils.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/serde-json.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/createWaiter.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/poller.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/utils/sleep.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/utils/validate.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/waiter.d.ts +49 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/resolveCustomEndpointsConfig.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/checkRegion.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/config.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/EndpointVariant.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/EndpointVariantTag.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/PartitionHash.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/RegionHash.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getHostnameFromVariants.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getRegionInfo.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedHostname.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedPartition.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedSigningRegion.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/constants.d.ts +36 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/defaultsModeConfig.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.browser.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.d.ts +36 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.native.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/configLoader.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromEnv.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromSharedConfigFiles.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromStatic.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/getSelectorName.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/CredentialsProviderError.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/ProviderError.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/TokenProviderError.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/chain.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/fromValue.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/memoize.d.ts +40 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/constants.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getConfigData.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getConfigFilepath.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getHomeDir.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getProfileName.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSSOTokenFilepath.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.d.ts +53 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSsoSessionData.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/loadSharedConfigFiles.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/loadSsoSessionData.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/parseIni.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/parseKnownFiles.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/readFile.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/types.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/booleanSelector.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/numberSelector.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/types.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.browser.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/createConfigValueProvider.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +122 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/service-customizations/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/service-customizations/s3.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/bdd/BinaryDecisionDiagram.d.ts +41 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/cache/EndpointCache.d.ts +34 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/debugId.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/toDebugString.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/decideEndpoint.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/booleanEquals.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/coalesce.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/getAttr.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/getAttrPathList.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/index.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/isIpAddress.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/isSet.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/ite.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/not.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/parseURL.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/split.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/stringEquals.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/substring.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/uriEncode.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/resolveEndpoint.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointError.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointRuleObject.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/ErrorRuleObject.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/RuleSetObject.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/TreeRuleObject.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/index.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/shared.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/callFunction.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/customEndpointFunctions.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/endpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateEndpointRule.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateTemplate.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateTreeRule.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointProperty.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointUrl.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +80 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/EventStreamCodec.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/HeaderMarshaller.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/Int64.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/Message.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/MessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/MessageEncoderStream.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/SmithyMessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/SmithyMessageEncoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/splitMessage.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.d.ts +46 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/EventStreamMarshaller.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/utils.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-config-resolver/EventStreamSerdeConfig.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/getChunkedStream.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/getUnmarshalledStream.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.browser.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +95 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/middleware-content-length/contentLengthMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/Field.d.ts +49 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/Fields.d.ts +44 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/httpHandler.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/types.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/querystring-builder/buildQueryString.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +52 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/util-uri-escape/escape-uri-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/util-uri-escape/escape-uri.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/index.browser.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/index.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/configurations.d.ts +71 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/longPollMiddleware.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/omitRetryHeadersMiddleware.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/parseRetryAfterHeader.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/delayDecider.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/retryDecider.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/types.d.ts +65 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retryMiddleware.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/util.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/service-error-classification/constants.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/service-error-classification/service-error-classification.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/AdaptiveRetryStrategy.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/ConfiguredRetryStrategy.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRateLimiter.d.ts +119 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRetryToken.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/StandardRetryStrategy.d.ts +56 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/config.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/constants.d.ts +60 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/retries-2026-config.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/types.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +71 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +146 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/concatBytes.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +61 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/hash-node/hash-node.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.browser.d.ts +42 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +40 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.native.d.ts +40 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/is-array-buffer/is-array-buffer.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +43 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/deserializerMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/serdePlugin.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/serializerMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +250 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/constants-for-browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/fromBase64.browser.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/fromBase64.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/toBase64.browser.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/toBase64.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-body-length/calculateBodyLength.browser.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-body-length/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-buffer-from/buffer-from.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-hex-encoding/hex-encoding.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/ByteArrayCollector.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +82 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/createChecksumStream.browser.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/createChecksumStream.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/createBufferedReadable.browser.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/createBufferedReadable.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/getAwsChunkedEncodingStream.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/headStream.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/headStream.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/sdk-stream-mixin.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/sdk-stream-mixin.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/splitStream.browser.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/splitStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-collector.browser.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-collector.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-type-check.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/fromUtf8.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUint8Array.browser.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUint8Array.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUtf8.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUtf8.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/uuid/v4.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/hasOwn.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/httpRequest.d.ts +52 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/httpResponse.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/index.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/isValidHostLabel.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/isValidHostname.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/parseQueryString.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/parseUrl.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/toEndpointV1.d.ts +6 -0
- package/node_modules/@smithy/core/endpoints.d.ts +5 -0
- package/node_modules/@smithy/core/endpoints.js +5 -0
- package/node_modules/@smithy/core/event-streams.d.ts +5 -0
- package/node_modules/@smithy/core/event-streams.js +5 -0
- package/node_modules/@smithy/core/package.json +249 -0
- package/node_modules/@smithy/core/protocols.d.ts +5 -0
- package/node_modules/@smithy/core/protocols.js +5 -0
- package/node_modules/@smithy/core/retry.d.ts +5 -0
- package/node_modules/@smithy/core/retry.js +5 -0
- package/node_modules/@smithy/core/schema.d.ts +5 -0
- package/node_modules/@smithy/core/schema.js +5 -0
- package/node_modules/@smithy/core/serde.d.ts +5 -0
- package/node_modules/@smithy/core/serde.js +5 -0
- package/node_modules/@smithy/core/transport.d.ts +5 -0
- package/node_modules/@smithy/core/transport.js +5 -0
- package/node_modules/@smithy/credential-provider-imds/LICENSE +201 -0
- package/node_modules/@smithy/credential-provider-imds/README.md +20 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +370 -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 +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +78 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +133 -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 +13 -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 +35 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.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 +29 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +19 -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 +5 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/node-http.d.ts +2 -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 +26 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +19 -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 +5 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/node-http.d.ts +2 -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 +15 -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 +15 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +57 -0
- package/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
- package/node_modules/@smithy/fetch-http-handler/README.md +11 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +178 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +158 -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-types/create-request.d.ts +7 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +41 -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/ts3.4/create-request.d.ts +7 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +38 -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/package.json +56 -0
- package/node_modules/@smithy/hash-node/LICENSE +201 -0
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/hash-node/dist-es/index.js +1 -0
- package/node_modules/@smithy/hash-node/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/hash-node/package.json +37 -0
- package/node_modules/@smithy/invalid-dependency/LICENSE +201 -0
- package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +6 -0
- package/node_modules/@smithy/invalid-dependency/dist-es/index.js +1 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/invalid-dependency/package.json +37 -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/dist-cjs/index.js +7 -0
- package/node_modules/@smithy/middleware-content-length/dist-es/index.js +1 -0
- package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/middleware-content-length/package.json +37 -0
- package/node_modules/@smithy/middleware-endpoint/LICENSE +201 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +12 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +37 -0
- package/node_modules/@smithy/middleware-retry/LICENSE +201 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +22 -0
- package/node_modules/@smithy/middleware-retry/dist-es/index.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/middleware-retry/package.json +37 -0
- package/node_modules/@smithy/middleware-serde/LICENSE +201 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +9 -0
- package/node_modules/@smithy/middleware-serde/dist-es/index.js +1 -0
- package/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/middleware-serde/package.json +37 -0
- package/node_modules/@smithy/middleware-stack/LICENSE +201 -0
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/middleware-stack/dist-es/index.js +1 -0
- package/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/middleware-stack/package.json +39 -0
- package/node_modules/@smithy/node-config-provider/LICENSE +201 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
- package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/node-config-provider/package.json +39 -0
- package/node_modules/@smithy/node-http-handler/LICENSE +201 -0
- package/node_modules/@smithy/node-http-handler/README.md +9 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +859 -0
- package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -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 +12 -0
- package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +51 -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 +251 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +135 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +46 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +180 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +2 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-https.js +2 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
- package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +63 -0
- package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -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/http2/ClientHttp2SessionRef.d.ts +46 -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 +47 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +46 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +36 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +76 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +2 -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-request-timeout.d.ts +6 -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/timing.d.ts +9 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +10 -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/http2/ClientHttp2SessionRef.d.ts +46 -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 +47 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +46 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +36 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +76 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-https.d.ts +2 -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-request-timeout.d.ts +6 -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/timing.d.ts +9 -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 +12 -0
- package/node_modules/@smithy/node-http-handler/package.json +56 -0
- package/node_modules/@smithy/property-provider/LICENSE +201 -0
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +10 -0
- package/node_modules/@smithy/property-provider/dist-es/index.js +1 -0
- package/node_modules/@smithy/property-provider/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/property-provider/package.json +37 -0
- package/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +11 -0
- package/node_modules/@smithy/protocol-http/dist-es/index.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/protocol-http/package.json +38 -0
- package/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/package.json +37 -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/index.js +582 -0
- package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +128 -0
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +140 -0
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +78 -0
- package/node_modules/@smithy/signature-v4/dist-es/constants.js +43 -0
- package/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +32 -0
- package/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +20 -0
- package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +32 -0
- package/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +21 -0
- package/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +33 -0
- package/node_modules/@smithy/signature-v4/dist-es/index.js +11 -0
- package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +20 -0
- package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +14 -0
- package/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
- package/node_modules/@smithy/signature-v4/dist-es/utilDate.js +15 -0
- package/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +25 -0
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +20 -0
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -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 +30 -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 +12 -0
- package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +10 -0
- package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +23 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +25 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +20 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -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 +30 -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 +12 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +10 -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/signature-v4a-container.d.ts +23 -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 +53 -0
- package/node_modules/@smithy/smithy-client/LICENSE +201 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +75 -0
- package/node_modules/@smithy/smithy-client/dist-es/index.js +3 -0
- package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/package.json +38 -0
- package/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@smithy/types/dist-cjs/index.js +96 -0
- package/node_modules/@smithy/types/dist-es/abort-handler.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 +2 -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 +1 -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/EndpointParameterInstructions.js +1 -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 +1 -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 +38 -0
- package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
- package/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/types/dist-es/extensions/index.js +2 -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/feature-ids.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 +1 -0
- package/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.js +7 -0
- package/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@smithy/types/dist-es/metrics.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/schema/schema-deprecated.js +1 -0
- package/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
- package/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
- package/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
- package/node_modules/@smithy/types/dist-es/schema/traits.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/mutable.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-handler.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/abort.d.ts +48 -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 +59 -0
- package/node_modules/@smithy/types/dist-types/auth/index.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +37 -0
- package/node_modules/@smithy/types/dist-types/checksum.d.ts +61 -0
- package/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
- package/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +15 -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 +34 -0
- package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
- package/node_modules/@smithy/types/dist-types/crypto.d.ts +58 -0
- package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +24 -0
- package/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
- package/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointParameterInstructions.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -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 +55 -0
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
- package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +32 -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 +6 -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/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +142 -0
- package/node_modules/@smithy/types/dist-types/http.d.ts +110 -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 +31 -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 +52 -0
- package/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@smithy/types/dist-types/metrics.d.ts +93 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +541 -0
- package/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -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 +162 -0
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +143 -0
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +236 -0
- package/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +99 -0
- package/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
- package/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +79 -0
- package/node_modules/@smithy/types/dist-types/signature.d.ts +172 -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 +28 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +54 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/transfer.d.ts +42 -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/mutable.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +39 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +45 -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 +59 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +37 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +61 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +15 -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 +34 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +58 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -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/EndpointParameterInstructions.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -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 +55 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +32 -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 +6 -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/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +142 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +110 -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 +31 -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 +52 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/metrics.d.ts +93 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +541 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -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 +162 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +149 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +251 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +118 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +79 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +172 -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 +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +54 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +42 -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 +77 -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/mutable.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +40 -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 +192 -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 +176 -0
- package/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@smithy/types/package.json +50 -0
- package/node_modules/@smithy/url-parser/LICENSE +201 -0
- package/node_modules/@smithy/url-parser/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/url-parser/dist-es/index.js +1 -0
- package/node_modules/@smithy/url-parser/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/url-parser/package.json +37 -0
- package/node_modules/@smithy/util-base64/LICENSE +201 -0
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +6 -0
- package/node_modules/@smithy/util-base64/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-base64/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-base64/package.json +38 -0
- package/node_modules/@smithy/util-body-length-browser/LICENSE +201 -0
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +5 -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/index.d.ts +2 -0
- package/node_modules/@smithy/util-body-length-browser/package.json +38 -0
- package/node_modules/@smithy/util-body-length-node/LICENSE +201 -0
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +5 -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/index.d.ts +2 -0
- package/node_modules/@smithy/util-body-length-node/package.json +38 -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-defaults-mode-browser/LICENSE +201 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +37 -0
- package/node_modules/@smithy/util-defaults-mode-node/LICENSE +201 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/util-defaults-mode-node/package.json +37 -0
- package/node_modules/@smithy/util-endpoints/LICENSE +201 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +12 -0
- package/node_modules/@smithy/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/package.json +41 -0
- package/node_modules/@smithy/util-middleware/LICENSE +201 -0
- package/node_modules/@smithy/util-middleware/dist-cjs/index.js +6 -0
- package/node_modules/@smithy/util-middleware/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-middleware/package.json +42 -0
- package/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +21 -0
- package/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-retry/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/util-retry/package.json +42 -0
- package/node_modules/@smithy/util-stream/LICENSE +201 -0
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +14 -0
- package/node_modules/@smithy/util-stream/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/util-stream/package.json +39 -0
- package/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +7 -0
- package/node_modules/@smithy/util-utf8/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/util-utf8/package.json +38 -0
- package/node_modules/@smithy/util-waiter/LICENSE +201 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +8 -0
- package/node_modules/@smithy/util-waiter/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-waiter/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/util-waiter/package.json +38 -0
- package/node_modules/anynum/LICENSE +21 -0
- package/node_modules/anynum/README.md +142 -0
- package/node_modules/anynum/anynum.js +135 -0
- package/node_modules/anynum/digitTable.js +116 -0
- package/node_modules/anynum/package.json +42 -0
- package/node_modules/bowser/LICENSE +39 -0
- package/node_modules/bowser/README.md +246 -0
- package/node_modules/bowser/bundled.js +1 -0
- package/node_modules/bowser/es5.js +1 -0
- package/node_modules/bowser/index.d.ts +353 -0
- package/node_modules/bowser/package.json +93 -0
- package/node_modules/bowser/src/bowser.js +93 -0
- package/node_modules/bowser/src/constants.js +177 -0
- package/node_modules/bowser/src/parser-browsers.js +1183 -0
- package/node_modules/bowser/src/parser-engines.js +120 -0
- package/node_modules/bowser/src/parser-os.js +211 -0
- package/node_modules/bowser/src/parser-platforms.js +566 -0
- package/node_modules/bowser/src/parser.js +592 -0
- package/node_modules/bowser/src/utils.js +327 -0
- package/node_modules/fast-xml-builder/CHANGELOG.md +52 -0
- package/node_modules/fast-xml-builder/LICENSE +21 -0
- package/node_modules/fast-xml-builder/README.md +77 -0
- package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
- package/node_modules/fast-xml-builder/lib/fxb.d.cts +270 -0
- package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
- package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
- package/node_modules/fast-xml-builder/package.json +77 -0
- package/node_modules/fast-xml-builder/src/fxb.d.ts +270 -0
- package/node_modules/fast-xml-builder/src/fxb.js +609 -0
- package/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
- package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +360 -0
- package/node_modules/fast-xml-builder/src/prettifyJs2Xml.js +0 -0
- package/node_modules/fast-xml-builder/src/util.js +23 -0
- package/node_modules/fast-xml-parser/CHANGELOG.md +812 -0
- package/node_modules/fast-xml-parser/LICENSE +21 -0
- package/node_modules/fast-xml-parser/README.md +205 -0
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +769 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
- package/node_modules/fast-xml-parser/package.json +95 -0
- package/node_modules/fast-xml-parser/src/cli/cli.js +97 -0
- package/node_modules/fast-xml-parser/src/cli/man.js +17 -0
- package/node_modules/fast-xml-parser/src/cli/read.js +43 -0
- package/node_modules/fast-xml-parser/src/fxp.d.ts +738 -0
- package/node_modules/fast-xml-parser/src/fxp.js +14 -0
- package/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
- package/node_modules/fast-xml-parser/src/util.js +61 -0
- package/node_modules/fast-xml-parser/src/v6/CharsSymbol.js +16 -0
- package/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +106 -0
- package/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +61 -0
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +69 -0
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +103 -0
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +100 -0
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +154 -0
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +94 -0
- package/node_modules/fast-xml-parser/src/v6/Report.js +0 -0
- package/node_modules/fast-xml-parser/src/v6/TagPath.js +81 -0
- package/node_modules/fast-xml-parser/src/v6/TagPathMatcher.js +13 -0
- package/node_modules/fast-xml-parser/src/v6/XMLParser.js +83 -0
- package/node_modules/fast-xml-parser/src/v6/Xml2JsParser.js +235 -0
- package/node_modules/fast-xml-parser/src/v6/XmlPartReader.js +210 -0
- package/node_modules/fast-xml-parser/src/v6/XmlSpecialTagsReader.js +111 -0
- package/node_modules/fast-xml-parser/src/v6/inputSource/BufferSource.js +116 -0
- package/node_modules/fast-xml-parser/src/v6/inputSource/StringSource.js +121 -0
- package/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +105 -0
- package/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParser.js +22 -0
- package/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParserExt.js +19 -0
- package/node_modules/fast-xml-parser/src/v6/valueParsers/currency.js +38 -0
- package/node_modules/fast-xml-parser/src/v6/valueParsers/join.js +13 -0
- package/node_modules/fast-xml-parser/src/v6/valueParsers/number.js +14 -0
- package/node_modules/fast-xml-parser/src/v6/valueParsers/trim.js +6 -0
- package/node_modules/fast-xml-parser/src/validator.js +425 -0
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +6 -0
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +407 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +163 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +835 -0
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +71 -0
- package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +173 -0
- package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +40 -0
- package/node_modules/mnemonist/LICENSE.txt +21 -0
- package/node_modules/mnemonist/README.md +112 -0
- package/node_modules/mnemonist/bi-map.d.ts +46 -0
- package/node_modules/mnemonist/bi-map.js +195 -0
- package/node_modules/mnemonist/bit-set.d.ts +29 -0
- package/node_modules/mnemonist/bit-set.js +379 -0
- package/node_modules/mnemonist/bit-vector.d.ts +42 -0
- package/node_modules/mnemonist/bit-vector.js +550 -0
- package/node_modules/mnemonist/bk-tree.d.ts +24 -0
- package/node_modules/mnemonist/bk-tree.js +180 -0
- package/node_modules/mnemonist/bloom-filter.d.ts +29 -0
- package/node_modules/mnemonist/bloom-filter.js +186 -0
- package/node_modules/mnemonist/circular-buffer.d.ts +34 -0
- package/node_modules/mnemonist/circular-buffer.js +131 -0
- package/node_modules/mnemonist/critbit-tree-map.js +515 -0
- package/node_modules/mnemonist/default-map.d.ts +29 -0
- package/node_modules/mnemonist/default-map.js +162 -0
- package/node_modules/mnemonist/default-weak-map.d.ts +18 -0
- package/node_modules/mnemonist/default-weak-map.js +108 -0
- package/node_modules/mnemonist/fibonacci-heap.d.ts +65 -0
- package/node_modules/mnemonist/fibonacci-heap.js +320 -0
- package/node_modules/mnemonist/fixed-critbit-tree-map.js +427 -0
- package/node_modules/mnemonist/fixed-deque.d.ts +34 -0
- package/node_modules/mnemonist/fixed-deque.js +351 -0
- package/node_modules/mnemonist/fixed-reverse-heap.d.ts +25 -0
- package/node_modules/mnemonist/fixed-reverse-heap.js +209 -0
- package/node_modules/mnemonist/fixed-stack.d.ts +36 -0
- package/node_modules/mnemonist/fixed-stack.js +242 -0
- package/node_modules/mnemonist/fuzzy-map.d.ts +33 -0
- package/node_modules/mnemonist/fuzzy-map.js +185 -0
- package/node_modules/mnemonist/fuzzy-multi-map.d.ts +36 -0
- package/node_modules/mnemonist/fuzzy-multi-map.js +196 -0
- package/node_modules/mnemonist/hashed-array-tree.d.ts +32 -0
- package/node_modules/mnemonist/hashed-array-tree.js +209 -0
- package/node_modules/mnemonist/heap.d.ts +84 -0
- package/node_modules/mnemonist/heap.js +576 -0
- package/node_modules/mnemonist/index.d.ts +46 -0
- package/node_modules/mnemonist/index.js +56 -0
- package/node_modules/mnemonist/inverted-index.d.ts +33 -0
- package/node_modules/mnemonist/inverted-index.js +249 -0
- package/node_modules/mnemonist/kd-tree.d.ts +25 -0
- package/node_modules/mnemonist/kd-tree.js +447 -0
- package/node_modules/mnemonist/linked-list.d.ts +29 -0
- package/node_modules/mnemonist/linked-list.js +261 -0
- package/node_modules/mnemonist/lru-cache.d.ts +43 -0
- package/node_modules/mnemonist/lru-cache.js +433 -0
- package/node_modules/mnemonist/lru-map.d.ts +43 -0
- package/node_modules/mnemonist/lru-map.js +258 -0
- package/node_modules/mnemonist/multi-array.js +447 -0
- package/node_modules/mnemonist/multi-map.d.ts +47 -0
- package/node_modules/mnemonist/multi-map.js +408 -0
- package/node_modules/mnemonist/multi-set.d.ts +37 -0
- package/node_modules/mnemonist/multi-set.js +440 -0
- package/node_modules/mnemonist/package.json +119 -0
- package/node_modules/mnemonist/passjoin-index.d.ts +54 -0
- package/node_modules/mnemonist/passjoin-index.js +518 -0
- package/node_modules/mnemonist/queue.d.ts +27 -0
- package/node_modules/mnemonist/queue.js +215 -0
- package/node_modules/mnemonist/semi-dynamic-trie.js +251 -0
- package/node_modules/mnemonist/set.d.ts +18 -0
- package/node_modules/mnemonist/set.js +356 -0
- package/node_modules/mnemonist/sort/insertion.d.ts +4 -0
- package/node_modules/mnemonist/sort/insertion.js +50 -0
- package/node_modules/mnemonist/sort/quick.d.ts +4 -0
- package/node_modules/mnemonist/sort/quick.js +116 -0
- package/node_modules/mnemonist/sparse-map.d.ts +26 -0
- package/node_modules/mnemonist/sparse-map.js +243 -0
- package/node_modules/mnemonist/sparse-queue-set.d.ts +24 -0
- package/node_modules/mnemonist/sparse-queue-set.js +218 -0
- package/node_modules/mnemonist/sparse-set.d.ts +23 -0
- package/node_modules/mnemonist/sparse-set.js +168 -0
- package/node_modules/mnemonist/stack.d.ts +27 -0
- package/node_modules/mnemonist/stack.js +210 -0
- package/node_modules/mnemonist/static-disjoint-set.d.ts +23 -0
- package/node_modules/mnemonist/static-disjoint-set.js +195 -0
- package/node_modules/mnemonist/static-interval-tree.d.ts +24 -0
- package/node_modules/mnemonist/static-interval-tree.js +387 -0
- package/node_modules/mnemonist/suffix-array.d.ts +37 -0
- package/node_modules/mnemonist/suffix-array.js +352 -0
- package/node_modules/mnemonist/symspell.d.ts +33 -0
- package/node_modules/mnemonist/symspell.js +547 -0
- package/node_modules/mnemonist/trie-map.d.ts +30 -0
- package/node_modules/mnemonist/trie-map.js +477 -0
- package/node_modules/mnemonist/trie.d.ts +26 -0
- package/node_modules/mnemonist/trie.js +167 -0
- package/node_modules/mnemonist/utils/binary-search.js +216 -0
- package/node_modules/mnemonist/utils/bitwise.js +109 -0
- package/node_modules/mnemonist/utils/comparators.js +79 -0
- package/node_modules/mnemonist/utils/hash-tables.js +107 -0
- package/node_modules/mnemonist/utils/iterables.js +93 -0
- package/node_modules/mnemonist/utils/merge.js +563 -0
- package/node_modules/mnemonist/utils/murmurhash3.js +87 -0
- package/node_modules/mnemonist/utils/typed-arrays.js +187 -0
- package/node_modules/mnemonist/utils/types.d.ts +16 -0
- package/node_modules/mnemonist/vector.d.ts +81 -0
- package/node_modules/mnemonist/vector.js +373 -0
- package/node_modules/mnemonist/vp-tree.d.ts +27 -0
- package/node_modules/mnemonist/vp-tree.js +367 -0
- package/node_modules/obliterator/LICENSE.txt +21 -0
- package/node_modules/obliterator/README.md +321 -0
- package/node_modules/obliterator/chain.d.ts +3 -0
- package/node_modules/obliterator/chain.js +39 -0
- package/node_modules/obliterator/combinations.d.ts +3 -0
- package/node_modules/obliterator/combinations.js +76 -0
- package/node_modules/obliterator/consume.d.ts +1 -0
- package/node_modules/obliterator/consume.js +32 -0
- package/node_modules/obliterator/filter.d.ts +5 -0
- package/node_modules/obliterator/filter.js +28 -0
- package/node_modules/obliterator/foreach.d.ts +1 -0
- package/node_modules/obliterator/foreach.js +156 -0
- package/node_modules/obliterator/index.d.ts +14 -0
- package/node_modules/obliterator/index.js +22 -0
- package/node_modules/obliterator/iterator.d.ts +19 -0
- package/node_modules/obliterator/iterator.js +104 -0
- package/node_modules/obliterator/map.d.ts +5 -0
- package/node_modules/obliterator/map.js +27 -0
- package/node_modules/obliterator/match.d.ts +3 -0
- package/node_modules/obliterator/match.js +42 -0
- package/node_modules/obliterator/package.json +45 -0
- package/node_modules/obliterator/permutations.d.ts +3 -0
- package/node_modules/obliterator/permutations.js +96 -0
- package/node_modules/obliterator/power-set.d.ts +3 -0
- package/node_modules/obliterator/power-set.js +28 -0
- package/node_modules/obliterator/range.d.ts +5 -0
- package/node_modules/obliterator/range.js +45 -0
- package/node_modules/obliterator/split.d.ts +3 -0
- package/node_modules/obliterator/split.js +68 -0
- package/node_modules/obliterator/take-into.d.ts +5 -0
- package/node_modules/obliterator/take-into.js +40 -0
- package/node_modules/obliterator/take.d.ts +3 -0
- package/node_modules/obliterator/take.js +40 -0
- package/node_modules/path-expression-matcher/LICENSE +21 -0
- package/node_modules/path-expression-matcher/README.md +947 -0
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
- package/node_modules/path-expression-matcher/lib/pem.d.cts +725 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
- package/node_modules/path-expression-matcher/package.json +79 -0
- package/node_modules/path-expression-matcher/src/Expression.js +232 -0
- package/node_modules/path-expression-matcher/src/ExpressionSet.js +225 -0
- package/node_modules/path-expression-matcher/src/Matcher.js +663 -0
- package/node_modules/path-expression-matcher/src/index.d.ts +589 -0
- package/node_modules/path-expression-matcher/src/index.js +30 -0
- package/node_modules/strnum/CHANGELOG.md +57 -0
- package/node_modules/strnum/LICENSE +21 -0
- package/node_modules/strnum/README.md +113 -0
- package/node_modules/strnum/package.json +36 -0
- package/node_modules/strnum/strnum.js +175 -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 +38 -0
- package/node_modules/tslib/modules/index.js +70 -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 +460 -0
- package/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/tslib/tslib.es6.js +402 -0
- package/node_modules/tslib/tslib.es6.mjs +401 -0
- package/node_modules/tslib/tslib.html +1 -0
- package/node_modules/tslib/tslib.js +484 -0
- package/node_modules/xml-naming/LICENSE +21 -0
- package/node_modules/xml-naming/README.md +287 -0
- package/node_modules/xml-naming/package.json +56 -0
- package/node_modules/xml-naming/src/index.d.ts +108 -0
- package/node_modules/xml-naming/src/index.js +382 -0
- package/package.json +76 -0
|
@@ -0,0 +1,4605 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var accountIdEndpoint = require('@aws-sdk/core/account-id-endpoint');
|
|
4
|
+
var middlewareEndpointDiscovery = require('@aws-sdk/middleware-endpoint-discovery');
|
|
5
|
+
var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
6
|
+
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
7
|
+
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
8
|
+
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
9
|
+
var configResolver = require('@smithy/config-resolver');
|
|
10
|
+
var core = require('@smithy/core');
|
|
11
|
+
var schema = require('@smithy/core/schema');
|
|
12
|
+
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
13
|
+
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
14
|
+
var middlewareRetry = require('@smithy/middleware-retry');
|
|
15
|
+
var smithyClient = require('@smithy/smithy-client');
|
|
16
|
+
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
17
|
+
var runtimeConfig = require('./runtimeConfig');
|
|
18
|
+
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
19
|
+
var protocolHttp = require('@smithy/protocol-http');
|
|
20
|
+
var utilWaiter = require('@smithy/util-waiter');
|
|
21
|
+
|
|
22
|
+
const resolveClientEndpointParameters = (options) => {
|
|
23
|
+
return Object.assign(options, {
|
|
24
|
+
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
25
|
+
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
26
|
+
defaultSigningName: "dynamodb",
|
|
27
|
+
});
|
|
28
|
+
};
|
|
29
|
+
const commonParams = {
|
|
30
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
31
|
+
AccountId: { type: "builtInParams", name: "accountId" },
|
|
32
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
33
|
+
Region: { type: "builtInParams", name: "region" },
|
|
34
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
35
|
+
AccountIdEndpointMode: { type: "builtInParams", name: "accountIdEndpointMode" },
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
class DynamoDBServiceException extends smithyClient.ServiceException {
|
|
39
|
+
constructor(options) {
|
|
40
|
+
super(options);
|
|
41
|
+
Object.setPrototypeOf(this, DynamoDBServiceException.prototype);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
class BackupInUseException extends DynamoDBServiceException {
|
|
46
|
+
name = "BackupInUseException";
|
|
47
|
+
$fault = "client";
|
|
48
|
+
constructor(opts) {
|
|
49
|
+
super({
|
|
50
|
+
name: "BackupInUseException",
|
|
51
|
+
$fault: "client",
|
|
52
|
+
...opts,
|
|
53
|
+
});
|
|
54
|
+
Object.setPrototypeOf(this, BackupInUseException.prototype);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
class BackupNotFoundException extends DynamoDBServiceException {
|
|
58
|
+
name = "BackupNotFoundException";
|
|
59
|
+
$fault = "client";
|
|
60
|
+
constructor(opts) {
|
|
61
|
+
super({
|
|
62
|
+
name: "BackupNotFoundException",
|
|
63
|
+
$fault: "client",
|
|
64
|
+
...opts,
|
|
65
|
+
});
|
|
66
|
+
Object.setPrototypeOf(this, BackupNotFoundException.prototype);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
class InternalServerError extends DynamoDBServiceException {
|
|
70
|
+
name = "InternalServerError";
|
|
71
|
+
$fault = "server";
|
|
72
|
+
constructor(opts) {
|
|
73
|
+
super({
|
|
74
|
+
name: "InternalServerError",
|
|
75
|
+
$fault: "server",
|
|
76
|
+
...opts,
|
|
77
|
+
});
|
|
78
|
+
Object.setPrototypeOf(this, InternalServerError.prototype);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
class RequestLimitExceeded extends DynamoDBServiceException {
|
|
82
|
+
name = "RequestLimitExceeded";
|
|
83
|
+
$fault = "client";
|
|
84
|
+
ThrottlingReasons;
|
|
85
|
+
constructor(opts) {
|
|
86
|
+
super({
|
|
87
|
+
name: "RequestLimitExceeded",
|
|
88
|
+
$fault: "client",
|
|
89
|
+
...opts,
|
|
90
|
+
});
|
|
91
|
+
Object.setPrototypeOf(this, RequestLimitExceeded.prototype);
|
|
92
|
+
this.ThrottlingReasons = opts.ThrottlingReasons;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
class ThrottlingException extends DynamoDBServiceException {
|
|
96
|
+
name = "ThrottlingException";
|
|
97
|
+
$fault = "client";
|
|
98
|
+
throttlingReasons;
|
|
99
|
+
constructor(opts) {
|
|
100
|
+
super({
|
|
101
|
+
name: "ThrottlingException",
|
|
102
|
+
$fault: "client",
|
|
103
|
+
...opts,
|
|
104
|
+
});
|
|
105
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
106
|
+
this.throttlingReasons = opts.throttlingReasons;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
class InvalidEndpointException extends DynamoDBServiceException {
|
|
110
|
+
name = "InvalidEndpointException";
|
|
111
|
+
$fault = "client";
|
|
112
|
+
Message;
|
|
113
|
+
constructor(opts) {
|
|
114
|
+
super({
|
|
115
|
+
name: "InvalidEndpointException",
|
|
116
|
+
$fault: "client",
|
|
117
|
+
...opts,
|
|
118
|
+
});
|
|
119
|
+
Object.setPrototypeOf(this, InvalidEndpointException.prototype);
|
|
120
|
+
this.Message = opts.Message;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
class ProvisionedThroughputExceededException extends DynamoDBServiceException {
|
|
124
|
+
name = "ProvisionedThroughputExceededException";
|
|
125
|
+
$fault = "client";
|
|
126
|
+
ThrottlingReasons;
|
|
127
|
+
constructor(opts) {
|
|
128
|
+
super({
|
|
129
|
+
name: "ProvisionedThroughputExceededException",
|
|
130
|
+
$fault: "client",
|
|
131
|
+
...opts,
|
|
132
|
+
});
|
|
133
|
+
Object.setPrototypeOf(this, ProvisionedThroughputExceededException.prototype);
|
|
134
|
+
this.ThrottlingReasons = opts.ThrottlingReasons;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
class ResourceNotFoundException extends DynamoDBServiceException {
|
|
138
|
+
name = "ResourceNotFoundException";
|
|
139
|
+
$fault = "client";
|
|
140
|
+
constructor(opts) {
|
|
141
|
+
super({
|
|
142
|
+
name: "ResourceNotFoundException",
|
|
143
|
+
$fault: "client",
|
|
144
|
+
...opts,
|
|
145
|
+
});
|
|
146
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
class ItemCollectionSizeLimitExceededException extends DynamoDBServiceException {
|
|
150
|
+
name = "ItemCollectionSizeLimitExceededException";
|
|
151
|
+
$fault = "client";
|
|
152
|
+
constructor(opts) {
|
|
153
|
+
super({
|
|
154
|
+
name: "ItemCollectionSizeLimitExceededException",
|
|
155
|
+
$fault: "client",
|
|
156
|
+
...opts,
|
|
157
|
+
});
|
|
158
|
+
Object.setPrototypeOf(this, ItemCollectionSizeLimitExceededException.prototype);
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
class ReplicatedWriteConflictException extends DynamoDBServiceException {
|
|
162
|
+
name = "ReplicatedWriteConflictException";
|
|
163
|
+
$fault = "client";
|
|
164
|
+
$retryable = {};
|
|
165
|
+
constructor(opts) {
|
|
166
|
+
super({
|
|
167
|
+
name: "ReplicatedWriteConflictException",
|
|
168
|
+
$fault: "client",
|
|
169
|
+
...opts,
|
|
170
|
+
});
|
|
171
|
+
Object.setPrototypeOf(this, ReplicatedWriteConflictException.prototype);
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
class ContinuousBackupsUnavailableException extends DynamoDBServiceException {
|
|
175
|
+
name = "ContinuousBackupsUnavailableException";
|
|
176
|
+
$fault = "client";
|
|
177
|
+
constructor(opts) {
|
|
178
|
+
super({
|
|
179
|
+
name: "ContinuousBackupsUnavailableException",
|
|
180
|
+
$fault: "client",
|
|
181
|
+
...opts,
|
|
182
|
+
});
|
|
183
|
+
Object.setPrototypeOf(this, ContinuousBackupsUnavailableException.prototype);
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
class LimitExceededException extends DynamoDBServiceException {
|
|
187
|
+
name = "LimitExceededException";
|
|
188
|
+
$fault = "client";
|
|
189
|
+
constructor(opts) {
|
|
190
|
+
super({
|
|
191
|
+
name: "LimitExceededException",
|
|
192
|
+
$fault: "client",
|
|
193
|
+
...opts,
|
|
194
|
+
});
|
|
195
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
class TableInUseException extends DynamoDBServiceException {
|
|
199
|
+
name = "TableInUseException";
|
|
200
|
+
$fault = "client";
|
|
201
|
+
constructor(opts) {
|
|
202
|
+
super({
|
|
203
|
+
name: "TableInUseException",
|
|
204
|
+
$fault: "client",
|
|
205
|
+
...opts,
|
|
206
|
+
});
|
|
207
|
+
Object.setPrototypeOf(this, TableInUseException.prototype);
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
class TableNotFoundException extends DynamoDBServiceException {
|
|
211
|
+
name = "TableNotFoundException";
|
|
212
|
+
$fault = "client";
|
|
213
|
+
constructor(opts) {
|
|
214
|
+
super({
|
|
215
|
+
name: "TableNotFoundException",
|
|
216
|
+
$fault: "client",
|
|
217
|
+
...opts,
|
|
218
|
+
});
|
|
219
|
+
Object.setPrototypeOf(this, TableNotFoundException.prototype);
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
class GlobalTableAlreadyExistsException extends DynamoDBServiceException {
|
|
223
|
+
name = "GlobalTableAlreadyExistsException";
|
|
224
|
+
$fault = "client";
|
|
225
|
+
constructor(opts) {
|
|
226
|
+
super({
|
|
227
|
+
name: "GlobalTableAlreadyExistsException",
|
|
228
|
+
$fault: "client",
|
|
229
|
+
...opts,
|
|
230
|
+
});
|
|
231
|
+
Object.setPrototypeOf(this, GlobalTableAlreadyExistsException.prototype);
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
class ResourceInUseException extends DynamoDBServiceException {
|
|
235
|
+
name = "ResourceInUseException";
|
|
236
|
+
$fault = "client";
|
|
237
|
+
constructor(opts) {
|
|
238
|
+
super({
|
|
239
|
+
name: "ResourceInUseException",
|
|
240
|
+
$fault: "client",
|
|
241
|
+
...opts,
|
|
242
|
+
});
|
|
243
|
+
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
class TransactionConflictException extends DynamoDBServiceException {
|
|
247
|
+
name = "TransactionConflictException";
|
|
248
|
+
$fault = "client";
|
|
249
|
+
constructor(opts) {
|
|
250
|
+
super({
|
|
251
|
+
name: "TransactionConflictException",
|
|
252
|
+
$fault: "client",
|
|
253
|
+
...opts,
|
|
254
|
+
});
|
|
255
|
+
Object.setPrototypeOf(this, TransactionConflictException.prototype);
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
class PolicyNotFoundException extends DynamoDBServiceException {
|
|
259
|
+
name = "PolicyNotFoundException";
|
|
260
|
+
$fault = "client";
|
|
261
|
+
constructor(opts) {
|
|
262
|
+
super({
|
|
263
|
+
name: "PolicyNotFoundException",
|
|
264
|
+
$fault: "client",
|
|
265
|
+
...opts,
|
|
266
|
+
});
|
|
267
|
+
Object.setPrototypeOf(this, PolicyNotFoundException.prototype);
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
class ExportNotFoundException extends DynamoDBServiceException {
|
|
271
|
+
name = "ExportNotFoundException";
|
|
272
|
+
$fault = "client";
|
|
273
|
+
constructor(opts) {
|
|
274
|
+
super({
|
|
275
|
+
name: "ExportNotFoundException",
|
|
276
|
+
$fault: "client",
|
|
277
|
+
...opts,
|
|
278
|
+
});
|
|
279
|
+
Object.setPrototypeOf(this, ExportNotFoundException.prototype);
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
class GlobalTableNotFoundException extends DynamoDBServiceException {
|
|
283
|
+
name = "GlobalTableNotFoundException";
|
|
284
|
+
$fault = "client";
|
|
285
|
+
constructor(opts) {
|
|
286
|
+
super({
|
|
287
|
+
name: "GlobalTableNotFoundException",
|
|
288
|
+
$fault: "client",
|
|
289
|
+
...opts,
|
|
290
|
+
});
|
|
291
|
+
Object.setPrototypeOf(this, GlobalTableNotFoundException.prototype);
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
class ImportNotFoundException extends DynamoDBServiceException {
|
|
295
|
+
name = "ImportNotFoundException";
|
|
296
|
+
$fault = "client";
|
|
297
|
+
constructor(opts) {
|
|
298
|
+
super({
|
|
299
|
+
name: "ImportNotFoundException",
|
|
300
|
+
$fault: "client",
|
|
301
|
+
...opts,
|
|
302
|
+
});
|
|
303
|
+
Object.setPrototypeOf(this, ImportNotFoundException.prototype);
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
class DuplicateItemException extends DynamoDBServiceException {
|
|
307
|
+
name = "DuplicateItemException";
|
|
308
|
+
$fault = "client";
|
|
309
|
+
constructor(opts) {
|
|
310
|
+
super({
|
|
311
|
+
name: "DuplicateItemException",
|
|
312
|
+
$fault: "client",
|
|
313
|
+
...opts,
|
|
314
|
+
});
|
|
315
|
+
Object.setPrototypeOf(this, DuplicateItemException.prototype);
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
class IdempotentParameterMismatchException extends DynamoDBServiceException {
|
|
319
|
+
name = "IdempotentParameterMismatchException";
|
|
320
|
+
$fault = "client";
|
|
321
|
+
Message;
|
|
322
|
+
constructor(opts) {
|
|
323
|
+
super({
|
|
324
|
+
name: "IdempotentParameterMismatchException",
|
|
325
|
+
$fault: "client",
|
|
326
|
+
...opts,
|
|
327
|
+
});
|
|
328
|
+
Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);
|
|
329
|
+
this.Message = opts.Message;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
class TransactionInProgressException extends DynamoDBServiceException {
|
|
333
|
+
name = "TransactionInProgressException";
|
|
334
|
+
$fault = "client";
|
|
335
|
+
Message;
|
|
336
|
+
constructor(opts) {
|
|
337
|
+
super({
|
|
338
|
+
name: "TransactionInProgressException",
|
|
339
|
+
$fault: "client",
|
|
340
|
+
...opts,
|
|
341
|
+
});
|
|
342
|
+
Object.setPrototypeOf(this, TransactionInProgressException.prototype);
|
|
343
|
+
this.Message = opts.Message;
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
class ExportConflictException extends DynamoDBServiceException {
|
|
347
|
+
name = "ExportConflictException";
|
|
348
|
+
$fault = "client";
|
|
349
|
+
constructor(opts) {
|
|
350
|
+
super({
|
|
351
|
+
name: "ExportConflictException",
|
|
352
|
+
$fault: "client",
|
|
353
|
+
...opts,
|
|
354
|
+
});
|
|
355
|
+
Object.setPrototypeOf(this, ExportConflictException.prototype);
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
class InvalidExportTimeException extends DynamoDBServiceException {
|
|
359
|
+
name = "InvalidExportTimeException";
|
|
360
|
+
$fault = "client";
|
|
361
|
+
constructor(opts) {
|
|
362
|
+
super({
|
|
363
|
+
name: "InvalidExportTimeException",
|
|
364
|
+
$fault: "client",
|
|
365
|
+
...opts,
|
|
366
|
+
});
|
|
367
|
+
Object.setPrototypeOf(this, InvalidExportTimeException.prototype);
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
class PointInTimeRecoveryUnavailableException extends DynamoDBServiceException {
|
|
371
|
+
name = "PointInTimeRecoveryUnavailableException";
|
|
372
|
+
$fault = "client";
|
|
373
|
+
constructor(opts) {
|
|
374
|
+
super({
|
|
375
|
+
name: "PointInTimeRecoveryUnavailableException",
|
|
376
|
+
$fault: "client",
|
|
377
|
+
...opts,
|
|
378
|
+
});
|
|
379
|
+
Object.setPrototypeOf(this, PointInTimeRecoveryUnavailableException.prototype);
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
class ImportConflictException extends DynamoDBServiceException {
|
|
383
|
+
name = "ImportConflictException";
|
|
384
|
+
$fault = "client";
|
|
385
|
+
constructor(opts) {
|
|
386
|
+
super({
|
|
387
|
+
name: "ImportConflictException",
|
|
388
|
+
$fault: "client",
|
|
389
|
+
...opts,
|
|
390
|
+
});
|
|
391
|
+
Object.setPrototypeOf(this, ImportConflictException.prototype);
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
class TableAlreadyExistsException extends DynamoDBServiceException {
|
|
395
|
+
name = "TableAlreadyExistsException";
|
|
396
|
+
$fault = "client";
|
|
397
|
+
constructor(opts) {
|
|
398
|
+
super({
|
|
399
|
+
name: "TableAlreadyExistsException",
|
|
400
|
+
$fault: "client",
|
|
401
|
+
...opts,
|
|
402
|
+
});
|
|
403
|
+
Object.setPrototypeOf(this, TableAlreadyExistsException.prototype);
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
class InvalidRestoreTimeException extends DynamoDBServiceException {
|
|
407
|
+
name = "InvalidRestoreTimeException";
|
|
408
|
+
$fault = "client";
|
|
409
|
+
constructor(opts) {
|
|
410
|
+
super({
|
|
411
|
+
name: "InvalidRestoreTimeException",
|
|
412
|
+
$fault: "client",
|
|
413
|
+
...opts,
|
|
414
|
+
});
|
|
415
|
+
Object.setPrototypeOf(this, InvalidRestoreTimeException.prototype);
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
class ReplicaAlreadyExistsException extends DynamoDBServiceException {
|
|
419
|
+
name = "ReplicaAlreadyExistsException";
|
|
420
|
+
$fault = "client";
|
|
421
|
+
constructor(opts) {
|
|
422
|
+
super({
|
|
423
|
+
name: "ReplicaAlreadyExistsException",
|
|
424
|
+
$fault: "client",
|
|
425
|
+
...opts,
|
|
426
|
+
});
|
|
427
|
+
Object.setPrototypeOf(this, ReplicaAlreadyExistsException.prototype);
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
class ReplicaNotFoundException extends DynamoDBServiceException {
|
|
431
|
+
name = "ReplicaNotFoundException";
|
|
432
|
+
$fault = "client";
|
|
433
|
+
constructor(opts) {
|
|
434
|
+
super({
|
|
435
|
+
name: "ReplicaNotFoundException",
|
|
436
|
+
$fault: "client",
|
|
437
|
+
...opts,
|
|
438
|
+
});
|
|
439
|
+
Object.setPrototypeOf(this, ReplicaNotFoundException.prototype);
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
class IndexNotFoundException extends DynamoDBServiceException {
|
|
443
|
+
name = "IndexNotFoundException";
|
|
444
|
+
$fault = "client";
|
|
445
|
+
constructor(opts) {
|
|
446
|
+
super({
|
|
447
|
+
name: "IndexNotFoundException",
|
|
448
|
+
$fault: "client",
|
|
449
|
+
...opts,
|
|
450
|
+
});
|
|
451
|
+
Object.setPrototypeOf(this, IndexNotFoundException.prototype);
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
class ConditionalCheckFailedException extends DynamoDBServiceException {
|
|
455
|
+
name = "ConditionalCheckFailedException";
|
|
456
|
+
$fault = "client";
|
|
457
|
+
Item;
|
|
458
|
+
constructor(opts) {
|
|
459
|
+
super({
|
|
460
|
+
name: "ConditionalCheckFailedException",
|
|
461
|
+
$fault: "client",
|
|
462
|
+
...opts,
|
|
463
|
+
});
|
|
464
|
+
Object.setPrototypeOf(this, ConditionalCheckFailedException.prototype);
|
|
465
|
+
this.Item = opts.Item;
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
class TransactionCanceledException extends DynamoDBServiceException {
|
|
469
|
+
name = "TransactionCanceledException";
|
|
470
|
+
$fault = "client";
|
|
471
|
+
Message;
|
|
472
|
+
CancellationReasons;
|
|
473
|
+
constructor(opts) {
|
|
474
|
+
super({
|
|
475
|
+
name: "TransactionCanceledException",
|
|
476
|
+
$fault: "client",
|
|
477
|
+
...opts,
|
|
478
|
+
});
|
|
479
|
+
Object.setPrototypeOf(this, TransactionCanceledException.prototype);
|
|
480
|
+
this.Message = opts.Message;
|
|
481
|
+
this.CancellationReasons = opts.CancellationReasons;
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
const _A = "Action";
|
|
486
|
+
const _ABA = "ArchivalBackupArn";
|
|
487
|
+
const _ACDTP = "ApproximateCreationDateTimePrecision";
|
|
488
|
+
const _AD = "AttributeDefinition";
|
|
489
|
+
const _ADT = "ArchivalDateTime";
|
|
490
|
+
const _ADt = "AttributeDefinitions";
|
|
491
|
+
const _AM = "AttributeMap";
|
|
492
|
+
const _AMRCU = "AccountMaxReadCapacityUnits";
|
|
493
|
+
const _AMWCU = "AccountMaxWriteCapacityUnits";
|
|
494
|
+
const _AN = "AttributeName";
|
|
495
|
+
const _AR = "ArchivalReason";
|
|
496
|
+
const _AS = "ArchivalSummary";
|
|
497
|
+
const _ASD = "AutoScalingDisabled";
|
|
498
|
+
const _ASPD = "AutoScalingPolicyDescription";
|
|
499
|
+
const _ASPDL = "AutoScalingPolicyDescriptionList";
|
|
500
|
+
const _ASPU = "AutoScalingPolicyUpdate";
|
|
501
|
+
const _ASRA = "AutoScalingRoleArn";
|
|
502
|
+
const _ASSD = "AutoScalingSettingsDescription";
|
|
503
|
+
const _ASSU = "AutoScalingSettingsUpdate";
|
|
504
|
+
const _ASTTSPCD = "AutoScalingTargetTrackingScalingPolicyConfigurationDescription";
|
|
505
|
+
const _ASTTSPCU = "AutoScalingTargetTrackingScalingPolicyConfigurationUpdate";
|
|
506
|
+
const _AT = "AttributeType";
|
|
507
|
+
const _ATG = "AttributesToGet";
|
|
508
|
+
const _AU = "AttributeUpdates";
|
|
509
|
+
const _AV = "AttributeValue";
|
|
510
|
+
const _AVL = "AttributeValueList";
|
|
511
|
+
const _AVU = "AttributeValueUpdate";
|
|
512
|
+
const _Ad = "Address";
|
|
513
|
+
const _At = "Attributes";
|
|
514
|
+
const _B = "Backfilling";
|
|
515
|
+
const _BA = "BackupArn";
|
|
516
|
+
const _BCDT = "BackupCreationDateTime";
|
|
517
|
+
const _BD = "BackupDescription";
|
|
518
|
+
const _BDa = "BackupDetails";
|
|
519
|
+
const _BEDT = "BackupExpiryDateTime";
|
|
520
|
+
const _BES = "BatchExecuteStatement";
|
|
521
|
+
const _BESI = "BatchExecuteStatementInput";
|
|
522
|
+
const _BESO = "BatchExecuteStatementOutput";
|
|
523
|
+
const _BGI = "BatchGetItem";
|
|
524
|
+
const _BGII = "BatchGetItemInput";
|
|
525
|
+
const _BGIO = "BatchGetItemOutput";
|
|
526
|
+
const _BGRM = "BatchGetResponseMap";
|
|
527
|
+
const _BGRMa = "BatchGetRequestMap";
|
|
528
|
+
const _BIUE = "BackupInUseException";
|
|
529
|
+
const _BM = "BillingMode";
|
|
530
|
+
const _BMO = "BillingModeOverride";
|
|
531
|
+
const _BMS = "BillingModeSummary";
|
|
532
|
+
const _BN = "BackupName";
|
|
533
|
+
const _BNFE = "BackupNotFoundException";
|
|
534
|
+
const _BOOL = "BOOL";
|
|
535
|
+
const _BS = "BackupStatus";
|
|
536
|
+
const _BSB = "BackupSizeBytes";
|
|
537
|
+
const _BSBi = "BilledSizeBytes";
|
|
538
|
+
const _BSE = "BatchStatementError";
|
|
539
|
+
const _BSR = "BatchStatementRequest";
|
|
540
|
+
const _BSRa = "BatchStatementResponse";
|
|
541
|
+
const _BS_ = "BS";
|
|
542
|
+
const _BSa = "BackupSummary";
|
|
543
|
+
const _BSac = "BackupSummaries";
|
|
544
|
+
const _BT = "BackupType";
|
|
545
|
+
const _BWI = "BatchWriteItem";
|
|
546
|
+
const _BWII = "BatchWriteItemInput";
|
|
547
|
+
const _BWIO = "BatchWriteItemOutput";
|
|
548
|
+
const _BWIRM = "BatchWriteItemRequestMap";
|
|
549
|
+
const _B_ = "B";
|
|
550
|
+
const _C = "Code";
|
|
551
|
+
const _CB = "CreateBackup";
|
|
552
|
+
const _CBD = "ContinuousBackupsDescription";
|
|
553
|
+
const _CBI = "CreateBackupInput";
|
|
554
|
+
const _CBO = "CreateBackupOutput";
|
|
555
|
+
const _CBS = "ContinuousBackupsStatus";
|
|
556
|
+
const _CBUE = "ContinuousBackupsUnavailableException";
|
|
557
|
+
const _CC = "ConsumedCapacity";
|
|
558
|
+
const _CCFE = "ConditionalCheckFailedException";
|
|
559
|
+
const _CCM = "ConsumedCapacityMultiple";
|
|
560
|
+
const _CCo = "ConditionCheck";
|
|
561
|
+
const _CDT = "CreationDateTime";
|
|
562
|
+
const _CE = "ConditionExpression";
|
|
563
|
+
const _CGSIA = "CreateGlobalSecondaryIndexAction";
|
|
564
|
+
const _CGT = "CreateGlobalTable";
|
|
565
|
+
const _CGTI = "CreateGlobalTableInput";
|
|
566
|
+
const _CGTO = "CreateGlobalTableOutput";
|
|
567
|
+
const _CGTWGMA = "CreateGlobalTableWitnessGroupMemberAction";
|
|
568
|
+
const _CIA = "ContributorInsightsAction";
|
|
569
|
+
const _CIM = "ContributorInsightsMode";
|
|
570
|
+
const _CIRL = "ContributorInsightsRuleList";
|
|
571
|
+
const _CIS = "ContributorInsightsSummary";
|
|
572
|
+
const _CISo = "ContributorInsightsStatus";
|
|
573
|
+
const _CISon = "ContributorInsightsSummaries";
|
|
574
|
+
const _CO = "ComparisonOperator";
|
|
575
|
+
const _COo = "ConditionalOperator";
|
|
576
|
+
const _COs = "CsvOptions";
|
|
577
|
+
const _CPIM = "CachePeriodInMinutes";
|
|
578
|
+
const _CR = "ConsistentRead";
|
|
579
|
+
const _CRA = "CreateReplicaAction";
|
|
580
|
+
const _CRGMA = "CreateReplicationGroupMemberAction";
|
|
581
|
+
const _CRL = "CancellationReasonList";
|
|
582
|
+
const _CRSRA = "ConfirmRemoveSelfResourceAccess";
|
|
583
|
+
const _CRT = "ClientRequestToken";
|
|
584
|
+
const _CRa = "CancellationReason";
|
|
585
|
+
const _CRan = "CancellationReasons";
|
|
586
|
+
const _CT = "ClientToken";
|
|
587
|
+
const _CTI = "CreateTableInput";
|
|
588
|
+
const _CTO = "CreateTableOutput";
|
|
589
|
+
const _CTr = "CreateTable";
|
|
590
|
+
const _CU = "CapacityUnits";
|
|
591
|
+
const _CWLGA = "CloudWatchLogGroupArn";
|
|
592
|
+
const _Ca = "Capacity";
|
|
593
|
+
const _Co = "Condition";
|
|
594
|
+
const _Cou = "Count";
|
|
595
|
+
const _Cr = "Create";
|
|
596
|
+
const _Cs = "Csv";
|
|
597
|
+
const _D = "Delimiter";
|
|
598
|
+
const _DB = "DeleteBackup";
|
|
599
|
+
const _DBI = "DeleteBackupInput";
|
|
600
|
+
const _DBIe = "DescribeBackupInput";
|
|
601
|
+
const _DBO = "DeleteBackupOutput";
|
|
602
|
+
const _DBOe = "DescribeBackupOutput";
|
|
603
|
+
const _DBe = "DescribeBackup";
|
|
604
|
+
const _DCB = "DescribeContinuousBackups";
|
|
605
|
+
const _DCBI = "DescribeContinuousBackupsInput";
|
|
606
|
+
const _DCBO = "DescribeContinuousBackupsOutput";
|
|
607
|
+
const _DCI = "DescribeContributorInsights";
|
|
608
|
+
const _DCII = "DescribeContributorInsightsInput";
|
|
609
|
+
const _DCIO = "DescribeContributorInsightsOutput";
|
|
610
|
+
const _DE = "DescribeEndpoints";
|
|
611
|
+
const _DEI = "DescribeExportInput";
|
|
612
|
+
const _DEO = "DescribeExportOutput";
|
|
613
|
+
const _DER = "DescribeEndpointsRequest";
|
|
614
|
+
const _DERe = "DescribeEndpointsResponse";
|
|
615
|
+
const _DEe = "DescribeExport";
|
|
616
|
+
const _DGSIA = "DeleteGlobalSecondaryIndexAction";
|
|
617
|
+
const _DGT = "DescribeGlobalTable";
|
|
618
|
+
const _DGTI = "DescribeGlobalTableInput";
|
|
619
|
+
const _DGTO = "DescribeGlobalTableOutput";
|
|
620
|
+
const _DGTS = "DescribeGlobalTableSettings";
|
|
621
|
+
const _DGTSI = "DescribeGlobalTableSettingsInput";
|
|
622
|
+
const _DGTSO = "DescribeGlobalTableSettingsOutput";
|
|
623
|
+
const _DGTWGMA = "DeleteGlobalTableWitnessGroupMemberAction";
|
|
624
|
+
const _DI = "DeleteItem";
|
|
625
|
+
const _DIE = "DuplicateItemException";
|
|
626
|
+
const _DII = "DeleteItemInput";
|
|
627
|
+
const _DIIe = "DescribeImportInput";
|
|
628
|
+
const _DIO = "DeleteItemOutput";
|
|
629
|
+
const _DIOe = "DescribeImportOutput";
|
|
630
|
+
const _DIe = "DescribeImport";
|
|
631
|
+
const _DKSD = "DescribeKinesisStreamingDestination";
|
|
632
|
+
const _DKSDI = "DescribeKinesisStreamingDestinationInput";
|
|
633
|
+
const _DKSDO = "DescribeKinesisStreamingDestinationOutput";
|
|
634
|
+
const _DKSDi = "DisableKinesisStreamingDestination";
|
|
635
|
+
const _DL = "DescribeLimits";
|
|
636
|
+
const _DLI = "DescribeLimitsInput";
|
|
637
|
+
const _DLO = "DescribeLimitsOutput";
|
|
638
|
+
const _DPE = "DeletionProtectionEnabled";
|
|
639
|
+
const _DR = "DeleteRequest";
|
|
640
|
+
const _DRA = "DeleteReplicaAction";
|
|
641
|
+
const _DRGMA = "DeleteReplicationGroupMemberAction";
|
|
642
|
+
const _DRP = "DeleteResourcePolicy";
|
|
643
|
+
const _DRPI = "DeleteResourcePolicyInput";
|
|
644
|
+
const _DRPO = "DeleteResourcePolicyOutput";
|
|
645
|
+
const _DS = "DestinationStatus";
|
|
646
|
+
const _DSD = "DestinationStatusDescription";
|
|
647
|
+
const _DSI = "DisableScaleIn";
|
|
648
|
+
const _DT = "DeleteTable";
|
|
649
|
+
const _DTI = "DeleteTableInput";
|
|
650
|
+
const _DTIe = "DescribeTableInput";
|
|
651
|
+
const _DTO = "DeleteTableOutput";
|
|
652
|
+
const _DTOe = "DescribeTableOutput";
|
|
653
|
+
const _DTRAS = "DescribeTableReplicaAutoScaling";
|
|
654
|
+
const _DTRASI = "DescribeTableReplicaAutoScalingInput";
|
|
655
|
+
const _DTRASO = "DescribeTableReplicaAutoScalingOutput";
|
|
656
|
+
const _DTTL = "DescribeTimeToLive";
|
|
657
|
+
const _DTTLI = "DescribeTimeToLiveInput";
|
|
658
|
+
const _DTTLO = "DescribeTimeToLiveOutput";
|
|
659
|
+
const _DTe = "DescribeTable";
|
|
660
|
+
const _De = "Delete";
|
|
661
|
+
const _E = "Error";
|
|
662
|
+
const _EA = "ExportArn";
|
|
663
|
+
const _EAM = "ExpectedAttributeMap";
|
|
664
|
+
const _EAN = "ExpressionAttributeNames";
|
|
665
|
+
const _EAV = "ExpressionAttributeValues";
|
|
666
|
+
const _EAVM = "ExpressionAttributeValueMap";
|
|
667
|
+
const _EAVx = "ExpectedAttributeValue";
|
|
668
|
+
const _EC = "ErrorCount";
|
|
669
|
+
const _ECE = "ExportConflictException";
|
|
670
|
+
const _ED = "ExportDescription";
|
|
671
|
+
const _EDx = "ExceptionDescription";
|
|
672
|
+
const _EF = "ExportFormat";
|
|
673
|
+
const _EFT = "ExportFromTime";
|
|
674
|
+
const _EKSC = "EnableKinesisStreamingConfiguration";
|
|
675
|
+
const _EKSD = "EnableKinesisStreamingDestination";
|
|
676
|
+
const _EM = "ExportManifest";
|
|
677
|
+
const _EN = "ExceptionName";
|
|
678
|
+
const _ENFE = "ExportNotFoundException";
|
|
679
|
+
const _ERDT = "EarliestRestorableDateTime";
|
|
680
|
+
const _ERI = "ExpectedRevisionId";
|
|
681
|
+
const _ES = "ExportStatus";
|
|
682
|
+
const _ESBA = "ExclusiveStartBackupArn";
|
|
683
|
+
const _ESGTN = "ExclusiveStartGlobalTableName";
|
|
684
|
+
const _ESI = "ExecuteStatementInput";
|
|
685
|
+
const _ESK = "ExclusiveStartKey";
|
|
686
|
+
const _ESO = "ExecuteStatementOutput";
|
|
687
|
+
const _ESTN = "ExclusiveStartTableName";
|
|
688
|
+
const _ESx = "ExportSummary";
|
|
689
|
+
const _ESxe = "ExecuteStatement";
|
|
690
|
+
const _ESxp = "ExportSummaries";
|
|
691
|
+
const _ET = "EndTime";
|
|
692
|
+
const _ETI = "ExecuteTransactionInput";
|
|
693
|
+
const _ETO = "ExecuteTransactionOutput";
|
|
694
|
+
const _ETT = "ExportToTime";
|
|
695
|
+
const _ETTPIT = "ExportTableToPointInTime";
|
|
696
|
+
const _ETTPITI = "ExportTableToPointInTimeInput";
|
|
697
|
+
const _ETTPITO = "ExportTableToPointInTimeOutput";
|
|
698
|
+
const _ETx = "ExportTime";
|
|
699
|
+
const _ETxe = "ExecuteTransaction";
|
|
700
|
+
const _ETxp = "ExportType";
|
|
701
|
+
const _EVT = "ExportViewType";
|
|
702
|
+
const _En = "Endpoints";
|
|
703
|
+
const _Ena = "Enabled";
|
|
704
|
+
const _End = "Endpoint";
|
|
705
|
+
const _Ex = "Expected";
|
|
706
|
+
const _Exi = "Exists";
|
|
707
|
+
const _FC = "FailureCode";
|
|
708
|
+
const _FCM = "FilterConditionMap";
|
|
709
|
+
const _FE = "FailureException";
|
|
710
|
+
const _FEi = "FilterExpression";
|
|
711
|
+
const _FM = "FailureMessage";
|
|
712
|
+
const _G = "Get";
|
|
713
|
+
const _GI = "GetItem";
|
|
714
|
+
const _GII = "GetItemInput";
|
|
715
|
+
const _GIO = "GetItemOutput";
|
|
716
|
+
const _GRP = "GetResourcePolicy";
|
|
717
|
+
const _GRPI = "GetResourcePolicyInput";
|
|
718
|
+
const _GRPO = "GetResourcePolicyOutput";
|
|
719
|
+
const _GSI = "GlobalSecondaryIndexes";
|
|
720
|
+
const _GSIASU = "GlobalSecondaryIndexAutoScalingUpdate";
|
|
721
|
+
const _GSIASUL = "GlobalSecondaryIndexAutoScalingUpdateList";
|
|
722
|
+
const _GSID = "GlobalSecondaryIndexDescription";
|
|
723
|
+
const _GSIDL = "GlobalSecondaryIndexDescriptionList";
|
|
724
|
+
const _GSII = "GlobalSecondaryIndexInfo";
|
|
725
|
+
const _GSIL = "GlobalSecondaryIndexList";
|
|
726
|
+
const _GSIO = "GlobalSecondaryIndexOverride";
|
|
727
|
+
const _GSIU = "GlobalSecondaryIndexUpdate";
|
|
728
|
+
const _GSIUL = "GlobalSecondaryIndexUpdateList";
|
|
729
|
+
const _GSIUl = "GlobalSecondaryIndexUpdates";
|
|
730
|
+
const _GSIWTD = "GlobalSecondaryIndexWarmThroughputDescription";
|
|
731
|
+
const _GSIl = "GlobalSecondaryIndex";
|
|
732
|
+
const _GT = "GlobalTable";
|
|
733
|
+
const _GTA = "GlobalTableArn";
|
|
734
|
+
const _GTAEE = "GlobalTableAlreadyExistsException";
|
|
735
|
+
const _GTBM = "GlobalTableBillingMode";
|
|
736
|
+
const _GTD = "GlobalTableDescription";
|
|
737
|
+
const _GTGSISU = "GlobalTableGlobalSecondaryIndexSettingsUpdate";
|
|
738
|
+
const _GTGSISUL = "GlobalTableGlobalSecondaryIndexSettingsUpdateList";
|
|
739
|
+
const _GTL = "GlobalTableList";
|
|
740
|
+
const _GTN = "GlobalTableName";
|
|
741
|
+
const _GTNFE = "GlobalTableNotFoundException";
|
|
742
|
+
const _GTPWCASSU = "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate";
|
|
743
|
+
const _GTPWCU = "GlobalTableProvisionedWriteCapacityUnits";
|
|
744
|
+
const _GTS = "GlobalTableStatus";
|
|
745
|
+
const _GTV = "GlobalTableVersion";
|
|
746
|
+
const _GTW = "GlobalTableWitnesses";
|
|
747
|
+
const _GTWD = "GlobalTableWitnessDescription";
|
|
748
|
+
const _GTWDL = "GlobalTableWitnessDescriptionList";
|
|
749
|
+
const _GTWGU = "GlobalTableWitnessGroupUpdate";
|
|
750
|
+
const _GTWGUL = "GlobalTableWitnessGroupUpdateList";
|
|
751
|
+
const _GTWU = "GlobalTableWitnessUpdates";
|
|
752
|
+
const _GTl = "GlobalTables";
|
|
753
|
+
const _HL = "HeaderList";
|
|
754
|
+
const _I = "Item";
|
|
755
|
+
const _IA = "ImportArn";
|
|
756
|
+
const _IAn = "IndexArn";
|
|
757
|
+
const _IC = "ItemCount";
|
|
758
|
+
const _ICE = "ImportConflictException";
|
|
759
|
+
const _ICK = "ItemCollectionKey";
|
|
760
|
+
const _ICKAM = "ItemCollectionKeyAttributeMap";
|
|
761
|
+
const _ICM = "ItemCollectionMetrics";
|
|
762
|
+
const _ICMM = "ItemCollectionMetricsMultiple";
|
|
763
|
+
const _ICMPT = "ItemCollectionMetricsPerTable";
|
|
764
|
+
const _ICSLEE = "ItemCollectionSizeLimitExceededException";
|
|
765
|
+
const _ICT = "InputCompressionType";
|
|
766
|
+
const _IEDT = "InaccessibleEncryptionDateTime";
|
|
767
|
+
const _IEE = "InvalidEndpointException";
|
|
768
|
+
const _IES = "IncrementalExportSpecification";
|
|
769
|
+
const _IETE = "InvalidExportTimeException";
|
|
770
|
+
const _IF = "InputFormat";
|
|
771
|
+
const _IFO = "InputFormatOptions";
|
|
772
|
+
const _IIC = "ImportedItemCount";
|
|
773
|
+
const _IL = "ItemList";
|
|
774
|
+
const _IN = "IndexName";
|
|
775
|
+
const _INFE = "ImportNotFoundException";
|
|
776
|
+
const _INFEn = "IndexNotFoundException";
|
|
777
|
+
const _IPME = "IdempotentParameterMismatchException";
|
|
778
|
+
const _IR = "ItemResponse";
|
|
779
|
+
const _IRL = "ItemResponseList";
|
|
780
|
+
const _IRTE = "InvalidRestoreTimeException";
|
|
781
|
+
const _IS = "IndexStatus";
|
|
782
|
+
const _ISB = "IndexSizeBytes";
|
|
783
|
+
const _ISE = "InternalServerError";
|
|
784
|
+
const _ISL = "ImportSummaryList";
|
|
785
|
+
const _ISm = "ImportSummary";
|
|
786
|
+
const _ISmp = "ImportStatus";
|
|
787
|
+
const _IT = "ImportTable";
|
|
788
|
+
const _ITD = "ImportTableDescription";
|
|
789
|
+
const _ITI = "ImportTableInput";
|
|
790
|
+
const _ITO = "ImportTableOutput";
|
|
791
|
+
const _It = "Items";
|
|
792
|
+
const _K = "Key";
|
|
793
|
+
const _KAA = "KeysAndAttributes";
|
|
794
|
+
const _KC = "KeyConditions";
|
|
795
|
+
const _KCE = "KeyConditionExpression";
|
|
796
|
+
const _KDSD = "KinesisDataStreamDestinations";
|
|
797
|
+
const _KDSDi = "KinesisDataStreamDestination";
|
|
798
|
+
const _KL = "KeyList";
|
|
799
|
+
const _KMSMKA = "KMSMasterKeyArn";
|
|
800
|
+
const _KMSMKI = "KMSMasterKeyId";
|
|
801
|
+
const _KS = "KeySchema";
|
|
802
|
+
const _KSDI = "KinesisStreamingDestinationInput";
|
|
803
|
+
const _KSDO = "KinesisStreamingDestinationOutput";
|
|
804
|
+
const _KSE = "KeySchemaElement";
|
|
805
|
+
const _KT = "KeyType";
|
|
806
|
+
const _Ke = "Keys";
|
|
807
|
+
const _L = "Limit";
|
|
808
|
+
const _LAV = "ListAttributeValue";
|
|
809
|
+
const _LB = "ListBackups";
|
|
810
|
+
const _LBI = "ListBackupsInput";
|
|
811
|
+
const _LBO = "ListBackupsOutput";
|
|
812
|
+
const _LCI = "ListContributorInsights";
|
|
813
|
+
const _LCII = "ListContributorInsightsInput";
|
|
814
|
+
const _LCIO = "ListContributorInsightsOutput";
|
|
815
|
+
const _LDDT = "LastDecreaseDateTime";
|
|
816
|
+
const _LE = "ListExports";
|
|
817
|
+
const _LEBA = "LastEvaluatedBackupArn";
|
|
818
|
+
const _LEE = "LimitExceededException";
|
|
819
|
+
const _LEGTN = "LastEvaluatedGlobalTableName";
|
|
820
|
+
const _LEI = "ListExportsInput";
|
|
821
|
+
const _LEK = "LastEvaluatedKey";
|
|
822
|
+
const _LEO = "ListExportsOutput";
|
|
823
|
+
const _LETN = "LastEvaluatedTableName";
|
|
824
|
+
const _LGT = "ListGlobalTables";
|
|
825
|
+
const _LGTI = "ListGlobalTablesInput";
|
|
826
|
+
const _LGTO = "ListGlobalTablesOutput";
|
|
827
|
+
const _LI = "ListImports";
|
|
828
|
+
const _LIDT = "LastIncreaseDateTime";
|
|
829
|
+
const _LII = "ListImportsInput";
|
|
830
|
+
const _LIO = "ListImportsOutput";
|
|
831
|
+
const _LRDT = "LatestRestorableDateTime";
|
|
832
|
+
const _LSA = "LatestStreamArn";
|
|
833
|
+
const _LSI = "LocalSecondaryIndexes";
|
|
834
|
+
const _LSID = "LocalSecondaryIndexDescription";
|
|
835
|
+
const _LSIDL = "LocalSecondaryIndexDescriptionList";
|
|
836
|
+
const _LSII = "LocalSecondaryIndexInfo";
|
|
837
|
+
const _LSIL = "LocalSecondaryIndexList";
|
|
838
|
+
const _LSIO = "LocalSecondaryIndexOverride";
|
|
839
|
+
const _LSIo = "LocalSecondaryIndex";
|
|
840
|
+
const _LSL = "LatestStreamLabel";
|
|
841
|
+
const _LT = "ListTables";
|
|
842
|
+
const _LTI = "ListTablesInput";
|
|
843
|
+
const _LTO = "ListTablesOutput";
|
|
844
|
+
const _LTOR = "ListTagsOfResource";
|
|
845
|
+
const _LTORI = "ListTagsOfResourceInput";
|
|
846
|
+
const _LTORO = "ListTagsOfResourceOutput";
|
|
847
|
+
const _LUDT = "LastUpdateDateTime";
|
|
848
|
+
const _LUTPPRDT = "LastUpdateToPayPerRequestDateTime";
|
|
849
|
+
const _L_ = "L";
|
|
850
|
+
const _M = "Message";
|
|
851
|
+
const _MAV = "MapAttributeValue";
|
|
852
|
+
const _MR = "MaxResults";
|
|
853
|
+
const _MRC = "MultiRegionConsistency";
|
|
854
|
+
const _MRRU = "MaxReadRequestUnits";
|
|
855
|
+
const _MU = "MinimumUnits";
|
|
856
|
+
const _MUa = "MaximumUnits";
|
|
857
|
+
const _MWRU = "MaxWriteRequestUnits";
|
|
858
|
+
const _M_ = "M";
|
|
859
|
+
const _N = "N";
|
|
860
|
+
const _NKA = "NonKeyAttributes";
|
|
861
|
+
const _NODT = "NumberOfDecreasesToday";
|
|
862
|
+
const _NS = "NS";
|
|
863
|
+
const _NT = "NextToken";
|
|
864
|
+
const _NULL = "NULL";
|
|
865
|
+
const _ODT = "OnDemandThroughput";
|
|
866
|
+
const _ODTO = "OnDemandThroughputOverride";
|
|
867
|
+
const _P = "Parameters";
|
|
868
|
+
const _PE = "ProjectionExpression";
|
|
869
|
+
const _PI = "PutItem";
|
|
870
|
+
const _PIC = "ProcessedItemCount";
|
|
871
|
+
const _PII = "PutItemInput";
|
|
872
|
+
const _PIIAM = "PutItemInputAttributeMap";
|
|
873
|
+
const _PIO = "PutItemOutput";
|
|
874
|
+
const _PITRD = "PointInTimeRecoveryDescription";
|
|
875
|
+
const _PITRE = "PointInTimeRecoveryEnabled";
|
|
876
|
+
const _PITRS = "PointInTimeRecoveryStatus";
|
|
877
|
+
const _PITRSo = "PointInTimeRecoverySpecification";
|
|
878
|
+
const _PITRUE = "PointInTimeRecoveryUnavailableException";
|
|
879
|
+
const _PN = "PolicyName";
|
|
880
|
+
const _PNFE = "PolicyNotFoundException";
|
|
881
|
+
const _PQLBR = "PartiQLBatchRequest";
|
|
882
|
+
const _PQLBRa = "PartiQLBatchResponse";
|
|
883
|
+
const _PR = "PutRequest";
|
|
884
|
+
const _PRCASS = "ProvisionedReadCapacityAutoScalingSettings";
|
|
885
|
+
const _PRCASSU = "ProvisionedReadCapacityAutoScalingSettingsUpdate";
|
|
886
|
+
const _PRCASU = "ProvisionedReadCapacityAutoScalingUpdate";
|
|
887
|
+
const _PRCU = "ProvisionedReadCapacityUnits";
|
|
888
|
+
const _PRP = "PutResourcePolicy";
|
|
889
|
+
const _PRPI = "PutResourcePolicyInput";
|
|
890
|
+
const _PRPO = "PutResourcePolicyOutput";
|
|
891
|
+
const _PS = "PageSize";
|
|
892
|
+
const _PSB = "ProcessedSizeBytes";
|
|
893
|
+
const _PSP = "PreparedStatementParameters";
|
|
894
|
+
const _PSa = "ParameterizedStatement";
|
|
895
|
+
const _PSar = "ParameterizedStatements";
|
|
896
|
+
const _PT = "ProvisionedThroughput";
|
|
897
|
+
const _PTD = "ProvisionedThroughputDescription";
|
|
898
|
+
const _PTEE = "ProvisionedThroughputExceededException";
|
|
899
|
+
const _PTO = "ProvisionedThroughputOverride";
|
|
900
|
+
const _PTr = "ProjectionType";
|
|
901
|
+
const _PWCASS = "ProvisionedWriteCapacityAutoScalingSettings";
|
|
902
|
+
const _PWCASSU = "ProvisionedWriteCapacityAutoScalingSettingsUpdate";
|
|
903
|
+
const _PWCASU = "ProvisionedWriteCapacityAutoScalingUpdate";
|
|
904
|
+
const _PWCU = "ProvisionedWriteCapacityUnits";
|
|
905
|
+
const _Po = "Policy";
|
|
906
|
+
const _Pr = "Projection";
|
|
907
|
+
const _Pu = "Put";
|
|
908
|
+
const _Q = "Query";
|
|
909
|
+
const _QF = "QueryFilter";
|
|
910
|
+
const _QI = "QueryInput";
|
|
911
|
+
const _QO = "QueryOutput";
|
|
912
|
+
const _R = "Responses";
|
|
913
|
+
const _RA = "ResourceArn";
|
|
914
|
+
const _RAEE = "ReplicaAlreadyExistsException";
|
|
915
|
+
const _RASD = "ReplicaAutoScalingDescription";
|
|
916
|
+
const _RASDL = "ReplicaAutoScalingDescriptionList";
|
|
917
|
+
const _RASU = "ReplicaAutoScalingUpdate";
|
|
918
|
+
const _RASUL = "ReplicaAutoScalingUpdateList";
|
|
919
|
+
const _RBMS = "ReplicaBillingModeSummary";
|
|
920
|
+
const _RCC = "ReturnConsumedCapacity";
|
|
921
|
+
const _RCU = "ReadCapacityUnits";
|
|
922
|
+
const _RD = "ReplicaDescription";
|
|
923
|
+
const _RDL = "ReplicaDescriptionList";
|
|
924
|
+
const _RDT = "RestoreDateTime";
|
|
925
|
+
const _RG = "ReplicationGroup";
|
|
926
|
+
const _RGSI = "ReplicaGlobalSecondaryIndex";
|
|
927
|
+
const _RGSIASD = "ReplicaGlobalSecondaryIndexAutoScalingDescription";
|
|
928
|
+
const _RGSIASDL = "ReplicaGlobalSecondaryIndexAutoScalingDescriptionList";
|
|
929
|
+
const _RGSIASU = "ReplicaGlobalSecondaryIndexAutoScalingUpdate";
|
|
930
|
+
const _RGSIASUL = "ReplicaGlobalSecondaryIndexAutoScalingUpdateList";
|
|
931
|
+
const _RGSID = "ReplicaGlobalSecondaryIndexDescription";
|
|
932
|
+
const _RGSIDL = "ReplicaGlobalSecondaryIndexDescriptionList";
|
|
933
|
+
const _RGSIL = "ReplicaGlobalSecondaryIndexList";
|
|
934
|
+
const _RGSIS = "ReplicaGlobalSecondaryIndexSettings";
|
|
935
|
+
const _RGSISD = "ReplicaGlobalSecondaryIndexSettingsDescription";
|
|
936
|
+
const _RGSISDL = "ReplicaGlobalSecondaryIndexSettingsDescriptionList";
|
|
937
|
+
const _RGSISU = "ReplicaGlobalSecondaryIndexSettingsUpdate";
|
|
938
|
+
const _RGSISUL = "ReplicaGlobalSecondaryIndexSettingsUpdateList";
|
|
939
|
+
const _RGSIU = "ReplicaGlobalSecondaryIndexUpdates";
|
|
940
|
+
const _RGU = "ReplicationGroupUpdate";
|
|
941
|
+
const _RGUL = "ReplicationGroupUpdateList";
|
|
942
|
+
const _RI = "RequestItems";
|
|
943
|
+
const _RICM = "ReturnItemCollectionMetrics";
|
|
944
|
+
const _RIDT = "ReplicaInaccessibleDateTime";
|
|
945
|
+
const _RIP = "RestoreInProgress";
|
|
946
|
+
const _RIUE = "ResourceInUseException";
|
|
947
|
+
const _RIe = "RevisionId";
|
|
948
|
+
const _RL = "ReplicaList";
|
|
949
|
+
const _RLE = "RequestLimitExceeded";
|
|
950
|
+
const _RN = "RegionName";
|
|
951
|
+
const _RNFE = "ReplicaNotFoundException";
|
|
952
|
+
const _RNFEe = "ResourceNotFoundException";
|
|
953
|
+
const _RP = "ResourcePolicy";
|
|
954
|
+
const _RPID = "RecoveryPeriodInDays";
|
|
955
|
+
const _RPRCASS = "ReplicaProvisionedReadCapacityAutoScalingSettings";
|
|
956
|
+
const _RPRCASSU = "ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate";
|
|
957
|
+
const _RPRCASU = "ReplicaProvisionedReadCapacityAutoScalingUpdate";
|
|
958
|
+
const _RPRCU = "ReplicaProvisionedReadCapacityUnits";
|
|
959
|
+
const _RPWCASS = "ReplicaProvisionedWriteCapacityAutoScalingSettings";
|
|
960
|
+
const _RPWCU = "ReplicaProvisionedWriteCapacityUnits";
|
|
961
|
+
const _RS = "ReplicaSettings";
|
|
962
|
+
const _RSD = "ReplicaStatusDescription";
|
|
963
|
+
const _RSDL = "ReplicaSettingsDescriptionList";
|
|
964
|
+
const _RSDe = "ReplicaSettingsDescription";
|
|
965
|
+
const _RSPP = "ReplicaStatusPercentProgress";
|
|
966
|
+
const _RSU = "ReplicaSettingsUpdate";
|
|
967
|
+
const _RSUL = "ReplicaSettingsUpdateList";
|
|
968
|
+
const _RSe = "ReplicaStatus";
|
|
969
|
+
const _RSes = "RestoreSummary";
|
|
970
|
+
const _RTC = "ReplicaTableClass";
|
|
971
|
+
const _RTCS = "ReplicaTableClassSummary";
|
|
972
|
+
const _RTFB = "RestoreTableFromBackup";
|
|
973
|
+
const _RTFBI = "RestoreTableFromBackupInput";
|
|
974
|
+
const _RTFBO = "RestoreTableFromBackupOutput";
|
|
975
|
+
const _RTTPIT = "RestoreTableToPointInTime";
|
|
976
|
+
const _RTTPITI = "RestoreTableToPointInTimeInput";
|
|
977
|
+
const _RTTPITO = "RestoreTableToPointInTimeOutput";
|
|
978
|
+
const _RU = "ReplicaUpdate";
|
|
979
|
+
const _RUL = "ReplicaUpdateList";
|
|
980
|
+
const _RUPS = "ReadUnitsPerSecond";
|
|
981
|
+
const _RUe = "ReplicaUpdates";
|
|
982
|
+
const _RV = "ReturnValues";
|
|
983
|
+
const _RVOCCF = "ReturnValuesOnConditionCheckFailure";
|
|
984
|
+
const _RWCE = "ReplicatedWriteConflictException";
|
|
985
|
+
const _Re = "Replica";
|
|
986
|
+
const _Rep = "Replicas";
|
|
987
|
+
const _S = "Statements";
|
|
988
|
+
const _SA = "StreamArn";
|
|
989
|
+
const _SB = "S3Bucket";
|
|
990
|
+
const _SBA = "SourceBackupArn";
|
|
991
|
+
const _SBO = "S3BucketOwner";
|
|
992
|
+
const _SBS = "S3BucketSource";
|
|
993
|
+
const _SC = "ScannedCount";
|
|
994
|
+
const _SD = "StreamDescription";
|
|
995
|
+
const _SE = "StreamEnabled";
|
|
996
|
+
const _SERGB = "SizeEstimateRangeGB";
|
|
997
|
+
const _SF = "ScanFilter";
|
|
998
|
+
const _SI = "ScanInput";
|
|
999
|
+
const _SIC = "ScaleInCooldown";
|
|
1000
|
+
const _SICM = "SecondaryIndexesCapacityMap";
|
|
1001
|
+
const _SIF = "ScanIndexForward";
|
|
1002
|
+
const _SKP = "S3KeyPrefix";
|
|
1003
|
+
const _SO = "ScanOutput";
|
|
1004
|
+
const _SOC = "ScaleOutCooldown";
|
|
1005
|
+
const _SP = "ScalingPolicies";
|
|
1006
|
+
const _SPU = "ScalingPolicyUpdate";
|
|
1007
|
+
const _SPr = "S3Prefix";
|
|
1008
|
+
const _SS = "StreamSpecification";
|
|
1009
|
+
const _SSA = "S3SseAlgorithm";
|
|
1010
|
+
const _SSED = "SSEDescription";
|
|
1011
|
+
const _SSES = "SSESpecification";
|
|
1012
|
+
const _SSESO = "SSESpecificationOverride";
|
|
1013
|
+
const _SSET = "SSEType";
|
|
1014
|
+
const _SSKKI = "S3SseKmsKeyId";
|
|
1015
|
+
const _SS_ = "SS";
|
|
1016
|
+
const _ST = "StartTime";
|
|
1017
|
+
const _STA = "SourceTableArn";
|
|
1018
|
+
const _STD = "SourceTableDetails";
|
|
1019
|
+
const _STFD = "SourceTableFeatureDetails";
|
|
1020
|
+
const _STN = "SourceTableName";
|
|
1021
|
+
const _SVT = "StreamViewType";
|
|
1022
|
+
const _S_ = "S";
|
|
1023
|
+
const _Sc = "Scan";
|
|
1024
|
+
const _Se = "Select";
|
|
1025
|
+
const _Seg = "Segment";
|
|
1026
|
+
const _St = "Statement";
|
|
1027
|
+
const _Sta = "Status";
|
|
1028
|
+
const _T = "Table";
|
|
1029
|
+
const _TA = "TableArn";
|
|
1030
|
+
const _TAEE = "TableAlreadyExistsException";
|
|
1031
|
+
const _TASD = "TableAutoScalingDescription";
|
|
1032
|
+
const _TC = "TableClass";
|
|
1033
|
+
const _TCDT = "TableCreationDateTime";
|
|
1034
|
+
const _TCE = "TransactionCanceledException";
|
|
1035
|
+
const _TCEr = "TransactionConflictException";
|
|
1036
|
+
const _TCO = "TableClassOverride";
|
|
1037
|
+
const _TCP = "TableCreationParameters";
|
|
1038
|
+
const _TCS = "TableClassSummary";
|
|
1039
|
+
const _TD = "TableDescription";
|
|
1040
|
+
const _TE = "ThrottlingException";
|
|
1041
|
+
const _TGI = "TransactGetItem";
|
|
1042
|
+
const _TGII = "TransactGetItemsInput";
|
|
1043
|
+
const _TGIL = "TransactGetItemList";
|
|
1044
|
+
const _TGIO = "TransactGetItemsOutput";
|
|
1045
|
+
const _TGIr = "TransactGetItems";
|
|
1046
|
+
const _TI = "TableId";
|
|
1047
|
+
const _TIPE = "TransactionInProgressException";
|
|
1048
|
+
const _TIUE = "TableInUseException";
|
|
1049
|
+
const _TIr = "TransactItems";
|
|
1050
|
+
const _TK = "TagKeys";
|
|
1051
|
+
const _TL = "TagList";
|
|
1052
|
+
const _TMRCU = "TableMaxReadCapacityUnits";
|
|
1053
|
+
const _TMWCU = "TableMaxWriteCapacityUnits";
|
|
1054
|
+
const _TN = "TableName";
|
|
1055
|
+
const _TNFE = "TableNotFoundException";
|
|
1056
|
+
const _TNa = "TableNames";
|
|
1057
|
+
const _TR = "ThrottlingReasons";
|
|
1058
|
+
const _TRI = "TagResourceInput";
|
|
1059
|
+
const _TRL = "ThrottlingReasonList";
|
|
1060
|
+
const _TRLB = "TimeRangeLowerBound";
|
|
1061
|
+
const _TRUB = "TimeRangeUpperBound";
|
|
1062
|
+
const _TRa = "TagResource";
|
|
1063
|
+
const _TRh = "ThrottlingReason";
|
|
1064
|
+
const _TS = "TransactStatements";
|
|
1065
|
+
const _TSB = "TableSizeBytes";
|
|
1066
|
+
const _TSa = "TableStatus";
|
|
1067
|
+
const _TSo = "TotalSegments";
|
|
1068
|
+
const _TTLD = "TimeToLiveDescription";
|
|
1069
|
+
const _TTLS = "TimeToLiveStatus";
|
|
1070
|
+
const _TTLSi = "TimeToLiveSpecification";
|
|
1071
|
+
const _TTN = "TargetTableName";
|
|
1072
|
+
const _TTSPC = "TargetTrackingScalingPolicyConfiguration";
|
|
1073
|
+
const _TV = "TargetValue";
|
|
1074
|
+
const _TWI = "TransactWriteItem";
|
|
1075
|
+
const _TWII = "TransactWriteItemsInput";
|
|
1076
|
+
const _TWIL = "TransactWriteItemList";
|
|
1077
|
+
const _TWIO = "TransactWriteItemsOutput";
|
|
1078
|
+
const _TWIr = "TransactWriteItems";
|
|
1079
|
+
const _TWTD = "TableWarmThroughputDescription";
|
|
1080
|
+
const _Ta = "Tags";
|
|
1081
|
+
const _Tag = "Tag";
|
|
1082
|
+
const _U = "Update";
|
|
1083
|
+
const _UCB = "UpdateContinuousBackups";
|
|
1084
|
+
const _UCBI = "UpdateContinuousBackupsInput";
|
|
1085
|
+
const _UCBO = "UpdateContinuousBackupsOutput";
|
|
1086
|
+
const _UCI = "UpdateContributorInsights";
|
|
1087
|
+
const _UCII = "UpdateContributorInsightsInput";
|
|
1088
|
+
const _UCIO = "UpdateContributorInsightsOutput";
|
|
1089
|
+
const _UE = "UpdateExpression";
|
|
1090
|
+
const _UGSIA = "UpdateGlobalSecondaryIndexAction";
|
|
1091
|
+
const _UGT = "UpdateGlobalTable";
|
|
1092
|
+
const _UGTI = "UpdateGlobalTableInput";
|
|
1093
|
+
const _UGTO = "UpdateGlobalTableOutput";
|
|
1094
|
+
const _UGTS = "UpdateGlobalTableSettings";
|
|
1095
|
+
const _UGTSI = "UpdateGlobalTableSettingsInput";
|
|
1096
|
+
const _UGTSO = "UpdateGlobalTableSettingsOutput";
|
|
1097
|
+
const _UI = "UnprocessedItems";
|
|
1098
|
+
const _UII = "UpdateItemInput";
|
|
1099
|
+
const _UIO = "UpdateItemOutput";
|
|
1100
|
+
const _UIp = "UpdateItem";
|
|
1101
|
+
const _UK = "UnprocessedKeys";
|
|
1102
|
+
const _UKSC = "UpdateKinesisStreamingConfiguration";
|
|
1103
|
+
const _UKSD = "UpdateKinesisStreamingDestination";
|
|
1104
|
+
const _UKSDI = "UpdateKinesisStreamingDestinationInput";
|
|
1105
|
+
const _UKSDO = "UpdateKinesisStreamingDestinationOutput";
|
|
1106
|
+
const _ULRT = "UseLatestRestorableTime";
|
|
1107
|
+
const _UR = "UntagResource";
|
|
1108
|
+
const _URGMA = "UpdateReplicationGroupMemberAction";
|
|
1109
|
+
const _URI = "UntagResourceInput";
|
|
1110
|
+
const _UT = "UpdateTable";
|
|
1111
|
+
const _UTI = "UpdateTableInput";
|
|
1112
|
+
const _UTO = "UpdateTableOutput";
|
|
1113
|
+
const _UTRAS = "UpdateTableReplicaAutoScaling";
|
|
1114
|
+
const _UTRASI = "UpdateTableReplicaAutoScalingInput";
|
|
1115
|
+
const _UTRASO = "UpdateTableReplicaAutoScalingOutput";
|
|
1116
|
+
const _UTTL = "UpdateTimeToLive";
|
|
1117
|
+
const _UTTLI = "UpdateTimeToLiveInput";
|
|
1118
|
+
const _UTTLO = "UpdateTimeToLiveOutput";
|
|
1119
|
+
const _V = "Value";
|
|
1120
|
+
const _WCU = "WriteCapacityUnits";
|
|
1121
|
+
const _WR = "WriteRequest";
|
|
1122
|
+
const _WRr = "WriteRequests";
|
|
1123
|
+
const _WS = "WitnessStatus";
|
|
1124
|
+
const _WT = "WarmThroughput";
|
|
1125
|
+
const _WUPS = "WriteUnitsPerSecond";
|
|
1126
|
+
const _aQE = "awsQueryError";
|
|
1127
|
+
const _c = "client";
|
|
1128
|
+
const _e = "error";
|
|
1129
|
+
const _hE = "httpError";
|
|
1130
|
+
const _hH = "httpHeader";
|
|
1131
|
+
const _m = "message";
|
|
1132
|
+
const _r = "reason";
|
|
1133
|
+
const _re = "resource";
|
|
1134
|
+
const _s = "server";
|
|
1135
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.dynamodb";
|
|
1136
|
+
const _tR = "throttlingReasons";
|
|
1137
|
+
const _xacrsra = "x-amz-confirm-remove-self-resource-access";
|
|
1138
|
+
const n0 = "com.amazonaws.dynamodb";
|
|
1139
|
+
var ArchivalSummary$ = [3, n0, _AS,
|
|
1140
|
+
0,
|
|
1141
|
+
[_ADT, _AR, _ABA],
|
|
1142
|
+
[4, 0, 0]
|
|
1143
|
+
];
|
|
1144
|
+
var AttributeDefinition$ = [3, n0, _AD,
|
|
1145
|
+
0,
|
|
1146
|
+
[_AN, _AT],
|
|
1147
|
+
[0, 0]
|
|
1148
|
+
];
|
|
1149
|
+
var AttributeValueUpdate$ = [3, n0, _AVU,
|
|
1150
|
+
0,
|
|
1151
|
+
[_V, _A],
|
|
1152
|
+
[() => AttributeValue$, 0]
|
|
1153
|
+
];
|
|
1154
|
+
var AutoScalingPolicyDescription$ = [3, n0, _ASPD,
|
|
1155
|
+
0,
|
|
1156
|
+
[_PN, _TTSPC],
|
|
1157
|
+
[0, () => AutoScalingTargetTrackingScalingPolicyConfigurationDescription$]
|
|
1158
|
+
];
|
|
1159
|
+
var AutoScalingPolicyUpdate$ = [3, n0, _ASPU,
|
|
1160
|
+
0,
|
|
1161
|
+
[_PN, _TTSPC],
|
|
1162
|
+
[0, () => AutoScalingTargetTrackingScalingPolicyConfigurationUpdate$]
|
|
1163
|
+
];
|
|
1164
|
+
var AutoScalingSettingsDescription$ = [3, n0, _ASSD,
|
|
1165
|
+
0,
|
|
1166
|
+
[_MU, _MUa, _ASD, _ASRA, _SP],
|
|
1167
|
+
[1, 1, 2, 0, () => AutoScalingPolicyDescriptionList]
|
|
1168
|
+
];
|
|
1169
|
+
var AutoScalingSettingsUpdate$ = [3, n0, _ASSU,
|
|
1170
|
+
0,
|
|
1171
|
+
[_MU, _MUa, _ASD, _ASRA, _SPU],
|
|
1172
|
+
[1, 1, 2, 0, () => AutoScalingPolicyUpdate$]
|
|
1173
|
+
];
|
|
1174
|
+
var AutoScalingTargetTrackingScalingPolicyConfigurationDescription$ = [3, n0, _ASTTSPCD,
|
|
1175
|
+
0,
|
|
1176
|
+
[_DSI, _SIC, _SOC, _TV],
|
|
1177
|
+
[2, 1, 1, 1]
|
|
1178
|
+
];
|
|
1179
|
+
var AutoScalingTargetTrackingScalingPolicyConfigurationUpdate$ = [3, n0, _ASTTSPCU,
|
|
1180
|
+
0,
|
|
1181
|
+
[_DSI, _SIC, _SOC, _TV],
|
|
1182
|
+
[2, 1, 1, 1]
|
|
1183
|
+
];
|
|
1184
|
+
var BackupDescription$ = [3, n0, _BD,
|
|
1185
|
+
0,
|
|
1186
|
+
[_BDa, _STD, _STFD],
|
|
1187
|
+
[() => BackupDetails$, () => SourceTableDetails$, () => SourceTableFeatureDetails$]
|
|
1188
|
+
];
|
|
1189
|
+
var BackupDetails$ = [3, n0, _BDa,
|
|
1190
|
+
0,
|
|
1191
|
+
[_BA, _BN, _BSB, _BS, _BT, _BCDT, _BEDT],
|
|
1192
|
+
[0, 0, 1, 0, 0, 4, 4]
|
|
1193
|
+
];
|
|
1194
|
+
var BackupInUseException$ = [-3, n0, _BIUE,
|
|
1195
|
+
{ [_e]: _c },
|
|
1196
|
+
[_m],
|
|
1197
|
+
[0]
|
|
1198
|
+
];
|
|
1199
|
+
schema.TypeRegistry.for(n0).registerError(BackupInUseException$, BackupInUseException);
|
|
1200
|
+
var BackupNotFoundException$ = [-3, n0, _BNFE,
|
|
1201
|
+
{ [_e]: _c },
|
|
1202
|
+
[_m],
|
|
1203
|
+
[0]
|
|
1204
|
+
];
|
|
1205
|
+
schema.TypeRegistry.for(n0).registerError(BackupNotFoundException$, BackupNotFoundException);
|
|
1206
|
+
var BackupSummary$ = [3, n0, _BSa,
|
|
1207
|
+
0,
|
|
1208
|
+
[_TN, _TI, _TA, _BA, _BN, _BCDT, _BEDT, _BS, _BT, _BSB],
|
|
1209
|
+
[0, 0, 0, 0, 0, 4, 4, 0, 0, 1]
|
|
1210
|
+
];
|
|
1211
|
+
var BatchExecuteStatementInput$ = [3, n0, _BESI,
|
|
1212
|
+
0,
|
|
1213
|
+
[_S, _RCC],
|
|
1214
|
+
[() => PartiQLBatchRequest, 0]
|
|
1215
|
+
];
|
|
1216
|
+
var BatchExecuteStatementOutput$ = [3, n0, _BESO,
|
|
1217
|
+
0,
|
|
1218
|
+
[_R, _CC],
|
|
1219
|
+
[() => PartiQLBatchResponse, () => ConsumedCapacityMultiple]
|
|
1220
|
+
];
|
|
1221
|
+
var BatchGetItemInput$ = [3, n0, _BGII,
|
|
1222
|
+
0,
|
|
1223
|
+
[_RI, _RCC],
|
|
1224
|
+
[() => BatchGetRequestMap, 0]
|
|
1225
|
+
];
|
|
1226
|
+
var BatchGetItemOutput$ = [3, n0, _BGIO,
|
|
1227
|
+
0,
|
|
1228
|
+
[_R, _UK, _CC],
|
|
1229
|
+
[() => BatchGetResponseMap, () => BatchGetRequestMap, () => ConsumedCapacityMultiple]
|
|
1230
|
+
];
|
|
1231
|
+
var BatchStatementError$ = [3, n0, _BSE,
|
|
1232
|
+
0,
|
|
1233
|
+
[_C, _M, _I],
|
|
1234
|
+
[0, 0, () => AttributeMap]
|
|
1235
|
+
];
|
|
1236
|
+
var BatchStatementRequest$ = [3, n0, _BSR,
|
|
1237
|
+
0,
|
|
1238
|
+
[_St, _P, _CR, _RVOCCF],
|
|
1239
|
+
[0, () => PreparedStatementParameters, 2, 0]
|
|
1240
|
+
];
|
|
1241
|
+
var BatchStatementResponse$ = [3, n0, _BSRa,
|
|
1242
|
+
0,
|
|
1243
|
+
[_E, _TN, _I],
|
|
1244
|
+
[() => BatchStatementError$, 0, () => AttributeMap]
|
|
1245
|
+
];
|
|
1246
|
+
var BatchWriteItemInput$ = [3, n0, _BWII,
|
|
1247
|
+
0,
|
|
1248
|
+
[_RI, _RCC, _RICM],
|
|
1249
|
+
[() => BatchWriteItemRequestMap, 0, 0]
|
|
1250
|
+
];
|
|
1251
|
+
var BatchWriteItemOutput$ = [3, n0, _BWIO,
|
|
1252
|
+
0,
|
|
1253
|
+
[_UI, _ICM, _CC],
|
|
1254
|
+
[() => BatchWriteItemRequestMap, () => ItemCollectionMetricsPerTable, () => ConsumedCapacityMultiple]
|
|
1255
|
+
];
|
|
1256
|
+
var BillingModeSummary$ = [3, n0, _BMS,
|
|
1257
|
+
0,
|
|
1258
|
+
[_BM, _LUTPPRDT],
|
|
1259
|
+
[0, 4]
|
|
1260
|
+
];
|
|
1261
|
+
var CancellationReason$ = [3, n0, _CRa,
|
|
1262
|
+
0,
|
|
1263
|
+
[_I, _C, _M],
|
|
1264
|
+
[() => AttributeMap, 0, 0]
|
|
1265
|
+
];
|
|
1266
|
+
var Capacity$ = [3, n0, _Ca,
|
|
1267
|
+
0,
|
|
1268
|
+
[_RCU, _WCU, _CU],
|
|
1269
|
+
[1, 1, 1]
|
|
1270
|
+
];
|
|
1271
|
+
var Condition$ = [3, n0, _Co,
|
|
1272
|
+
0,
|
|
1273
|
+
[_AVL, _CO],
|
|
1274
|
+
[() => AttributeValueList, 0]
|
|
1275
|
+
];
|
|
1276
|
+
var ConditionalCheckFailedException$ = [-3, n0, _CCFE,
|
|
1277
|
+
{ [_e]: _c },
|
|
1278
|
+
[_m, _I],
|
|
1279
|
+
[0, () => AttributeMap]
|
|
1280
|
+
];
|
|
1281
|
+
schema.TypeRegistry.for(n0).registerError(ConditionalCheckFailedException$, ConditionalCheckFailedException);
|
|
1282
|
+
var ConditionCheck$ = [3, n0, _CCo,
|
|
1283
|
+
0,
|
|
1284
|
+
[_K, _TN, _CE, _EAN, _EAV, _RVOCCF],
|
|
1285
|
+
[() => Key, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0]
|
|
1286
|
+
];
|
|
1287
|
+
var ConsumedCapacity$ = [3, n0, _CC,
|
|
1288
|
+
0,
|
|
1289
|
+
[_TN, _CU, _RCU, _WCU, _T, _LSI, _GSI],
|
|
1290
|
+
[0, 1, 1, 1, () => Capacity$, () => SecondaryIndexesCapacityMap, () => SecondaryIndexesCapacityMap]
|
|
1291
|
+
];
|
|
1292
|
+
var ContinuousBackupsDescription$ = [3, n0, _CBD,
|
|
1293
|
+
0,
|
|
1294
|
+
[_CBS, _PITRD],
|
|
1295
|
+
[0, () => PointInTimeRecoveryDescription$]
|
|
1296
|
+
];
|
|
1297
|
+
var ContinuousBackupsUnavailableException$ = [-3, n0, _CBUE,
|
|
1298
|
+
{ [_e]: _c },
|
|
1299
|
+
[_m],
|
|
1300
|
+
[0]
|
|
1301
|
+
];
|
|
1302
|
+
schema.TypeRegistry.for(n0).registerError(ContinuousBackupsUnavailableException$, ContinuousBackupsUnavailableException);
|
|
1303
|
+
var ContributorInsightsSummary$ = [3, n0, _CIS,
|
|
1304
|
+
0,
|
|
1305
|
+
[_TN, _IN, _CISo, _CIM],
|
|
1306
|
+
[0, 0, 0, 0]
|
|
1307
|
+
];
|
|
1308
|
+
var CreateBackupInput$ = [3, n0, _CBI,
|
|
1309
|
+
0,
|
|
1310
|
+
[_TN, _BN],
|
|
1311
|
+
[0, 0]
|
|
1312
|
+
];
|
|
1313
|
+
var CreateBackupOutput$ = [3, n0, _CBO,
|
|
1314
|
+
0,
|
|
1315
|
+
[_BDa],
|
|
1316
|
+
[() => BackupDetails$]
|
|
1317
|
+
];
|
|
1318
|
+
var CreateGlobalSecondaryIndexAction$ = [3, n0, _CGSIA,
|
|
1319
|
+
0,
|
|
1320
|
+
[_IN, _KS, _Pr, _PT, _ODT, _WT],
|
|
1321
|
+
[0, () => KeySchema, () => Projection$, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => WarmThroughput$]
|
|
1322
|
+
];
|
|
1323
|
+
var CreateGlobalTableInput$ = [3, n0, _CGTI,
|
|
1324
|
+
0,
|
|
1325
|
+
[_GTN, _RG],
|
|
1326
|
+
[0, () => ReplicaList]
|
|
1327
|
+
];
|
|
1328
|
+
var CreateGlobalTableOutput$ = [3, n0, _CGTO,
|
|
1329
|
+
0,
|
|
1330
|
+
[_GTD],
|
|
1331
|
+
[() => GlobalTableDescription$]
|
|
1332
|
+
];
|
|
1333
|
+
var CreateGlobalTableWitnessGroupMemberAction$ = [3, n0, _CGTWGMA,
|
|
1334
|
+
0,
|
|
1335
|
+
[_RN],
|
|
1336
|
+
[0]
|
|
1337
|
+
];
|
|
1338
|
+
var CreateReplicaAction$ = [3, n0, _CRA,
|
|
1339
|
+
0,
|
|
1340
|
+
[_RN],
|
|
1341
|
+
[0]
|
|
1342
|
+
];
|
|
1343
|
+
var CreateReplicationGroupMemberAction$ = [3, n0, _CRGMA,
|
|
1344
|
+
0,
|
|
1345
|
+
[_RN, _KMSMKI, _PTO, _ODTO, _GSI, _TCO],
|
|
1346
|
+
[0, 0, () => ProvisionedThroughputOverride$, () => OnDemandThroughputOverride$, () => ReplicaGlobalSecondaryIndexList, 0]
|
|
1347
|
+
];
|
|
1348
|
+
var CreateTableInput$ = [3, n0, _CTI,
|
|
1349
|
+
0,
|
|
1350
|
+
[_ADt, _TN, _KS, _LSI, _GSI, _BM, _PT, _SS, _SSES, _Ta, _TC, _DPE, _WT, _RP, _ODT],
|
|
1351
|
+
[() => AttributeDefinitions, 0, () => KeySchema, () => LocalSecondaryIndexList, () => GlobalSecondaryIndexList, 0, () => ProvisionedThroughput$, () => StreamSpecification$, () => SSESpecification$, () => TagList, 0, 2, () => WarmThroughput$, 0, () => OnDemandThroughput$]
|
|
1352
|
+
];
|
|
1353
|
+
var CreateTableOutput$ = [3, n0, _CTO,
|
|
1354
|
+
0,
|
|
1355
|
+
[_TD],
|
|
1356
|
+
[() => TableDescription$]
|
|
1357
|
+
];
|
|
1358
|
+
var CsvOptions$ = [3, n0, _COs,
|
|
1359
|
+
0,
|
|
1360
|
+
[_D, _HL],
|
|
1361
|
+
[0, 64 | 0]
|
|
1362
|
+
];
|
|
1363
|
+
var Delete$ = [3, n0, _De,
|
|
1364
|
+
0,
|
|
1365
|
+
[_K, _TN, _CE, _EAN, _EAV, _RVOCCF],
|
|
1366
|
+
[() => Key, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0]
|
|
1367
|
+
];
|
|
1368
|
+
var DeleteBackupInput$ = [3, n0, _DBI,
|
|
1369
|
+
0,
|
|
1370
|
+
[_BA],
|
|
1371
|
+
[0]
|
|
1372
|
+
];
|
|
1373
|
+
var DeleteBackupOutput$ = [3, n0, _DBO,
|
|
1374
|
+
0,
|
|
1375
|
+
[_BD],
|
|
1376
|
+
[() => BackupDescription$]
|
|
1377
|
+
];
|
|
1378
|
+
var DeleteGlobalSecondaryIndexAction$ = [3, n0, _DGSIA,
|
|
1379
|
+
0,
|
|
1380
|
+
[_IN],
|
|
1381
|
+
[0]
|
|
1382
|
+
];
|
|
1383
|
+
var DeleteGlobalTableWitnessGroupMemberAction$ = [3, n0, _DGTWGMA,
|
|
1384
|
+
0,
|
|
1385
|
+
[_RN],
|
|
1386
|
+
[0]
|
|
1387
|
+
];
|
|
1388
|
+
var DeleteItemInput$ = [3, n0, _DII,
|
|
1389
|
+
0,
|
|
1390
|
+
[_TN, _K, _Ex, _COo, _RV, _RCC, _RICM, _CE, _EAN, _EAV, _RVOCCF],
|
|
1391
|
+
[0, () => Key, () => ExpectedAttributeMap, 0, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0]
|
|
1392
|
+
];
|
|
1393
|
+
var DeleteItemOutput$ = [3, n0, _DIO,
|
|
1394
|
+
0,
|
|
1395
|
+
[_At, _CC, _ICM],
|
|
1396
|
+
[() => AttributeMap, () => ConsumedCapacity$, () => ItemCollectionMetrics$]
|
|
1397
|
+
];
|
|
1398
|
+
var DeleteReplicaAction$ = [3, n0, _DRA,
|
|
1399
|
+
0,
|
|
1400
|
+
[_RN],
|
|
1401
|
+
[0]
|
|
1402
|
+
];
|
|
1403
|
+
var DeleteReplicationGroupMemberAction$ = [3, n0, _DRGMA,
|
|
1404
|
+
0,
|
|
1405
|
+
[_RN],
|
|
1406
|
+
[0]
|
|
1407
|
+
];
|
|
1408
|
+
var DeleteRequest$ = [3, n0, _DR,
|
|
1409
|
+
0,
|
|
1410
|
+
[_K],
|
|
1411
|
+
[() => Key]
|
|
1412
|
+
];
|
|
1413
|
+
var DeleteResourcePolicyInput$ = [3, n0, _DRPI,
|
|
1414
|
+
0,
|
|
1415
|
+
[_RA, _ERI],
|
|
1416
|
+
[0, 0]
|
|
1417
|
+
];
|
|
1418
|
+
var DeleteResourcePolicyOutput$ = [3, n0, _DRPO,
|
|
1419
|
+
0,
|
|
1420
|
+
[_RIe],
|
|
1421
|
+
[0]
|
|
1422
|
+
];
|
|
1423
|
+
var DeleteTableInput$ = [3, n0, _DTI,
|
|
1424
|
+
0,
|
|
1425
|
+
[_TN],
|
|
1426
|
+
[0]
|
|
1427
|
+
];
|
|
1428
|
+
var DeleteTableOutput$ = [3, n0, _DTO,
|
|
1429
|
+
0,
|
|
1430
|
+
[_TD],
|
|
1431
|
+
[() => TableDescription$]
|
|
1432
|
+
];
|
|
1433
|
+
var DescribeBackupInput$ = [3, n0, _DBIe,
|
|
1434
|
+
0,
|
|
1435
|
+
[_BA],
|
|
1436
|
+
[0]
|
|
1437
|
+
];
|
|
1438
|
+
var DescribeBackupOutput$ = [3, n0, _DBOe,
|
|
1439
|
+
0,
|
|
1440
|
+
[_BD],
|
|
1441
|
+
[() => BackupDescription$]
|
|
1442
|
+
];
|
|
1443
|
+
var DescribeContinuousBackupsInput$ = [3, n0, _DCBI,
|
|
1444
|
+
0,
|
|
1445
|
+
[_TN],
|
|
1446
|
+
[0]
|
|
1447
|
+
];
|
|
1448
|
+
var DescribeContinuousBackupsOutput$ = [3, n0, _DCBO,
|
|
1449
|
+
0,
|
|
1450
|
+
[_CBD],
|
|
1451
|
+
[() => ContinuousBackupsDescription$]
|
|
1452
|
+
];
|
|
1453
|
+
var DescribeContributorInsightsInput$ = [3, n0, _DCII,
|
|
1454
|
+
0,
|
|
1455
|
+
[_TN, _IN],
|
|
1456
|
+
[0, 0]
|
|
1457
|
+
];
|
|
1458
|
+
var DescribeContributorInsightsOutput$ = [3, n0, _DCIO,
|
|
1459
|
+
0,
|
|
1460
|
+
[_TN, _IN, _CIRL, _CISo, _LUDT, _FE, _CIM],
|
|
1461
|
+
[0, 0, 64 | 0, 0, 4, () => FailureException$, 0]
|
|
1462
|
+
];
|
|
1463
|
+
var DescribeEndpointsRequest$ = [3, n0, _DER,
|
|
1464
|
+
0,
|
|
1465
|
+
[],
|
|
1466
|
+
[]
|
|
1467
|
+
];
|
|
1468
|
+
var DescribeEndpointsResponse$ = [3, n0, _DERe,
|
|
1469
|
+
0,
|
|
1470
|
+
[_En],
|
|
1471
|
+
[() => Endpoints]
|
|
1472
|
+
];
|
|
1473
|
+
var DescribeExportInput$ = [3, n0, _DEI,
|
|
1474
|
+
0,
|
|
1475
|
+
[_EA],
|
|
1476
|
+
[0]
|
|
1477
|
+
];
|
|
1478
|
+
var DescribeExportOutput$ = [3, n0, _DEO,
|
|
1479
|
+
0,
|
|
1480
|
+
[_ED],
|
|
1481
|
+
[() => ExportDescription$]
|
|
1482
|
+
];
|
|
1483
|
+
var DescribeGlobalTableInput$ = [3, n0, _DGTI,
|
|
1484
|
+
0,
|
|
1485
|
+
[_GTN],
|
|
1486
|
+
[0]
|
|
1487
|
+
];
|
|
1488
|
+
var DescribeGlobalTableOutput$ = [3, n0, _DGTO,
|
|
1489
|
+
0,
|
|
1490
|
+
[_GTD],
|
|
1491
|
+
[() => GlobalTableDescription$]
|
|
1492
|
+
];
|
|
1493
|
+
var DescribeGlobalTableSettingsInput$ = [3, n0, _DGTSI,
|
|
1494
|
+
0,
|
|
1495
|
+
[_GTN],
|
|
1496
|
+
[0]
|
|
1497
|
+
];
|
|
1498
|
+
var DescribeGlobalTableSettingsOutput$ = [3, n0, _DGTSO,
|
|
1499
|
+
0,
|
|
1500
|
+
[_GTN, _RS],
|
|
1501
|
+
[0, () => ReplicaSettingsDescriptionList]
|
|
1502
|
+
];
|
|
1503
|
+
var DescribeImportInput$ = [3, n0, _DIIe,
|
|
1504
|
+
0,
|
|
1505
|
+
[_IA],
|
|
1506
|
+
[0]
|
|
1507
|
+
];
|
|
1508
|
+
var DescribeImportOutput$ = [3, n0, _DIOe,
|
|
1509
|
+
0,
|
|
1510
|
+
[_ITD],
|
|
1511
|
+
[() => ImportTableDescription$]
|
|
1512
|
+
];
|
|
1513
|
+
var DescribeKinesisStreamingDestinationInput$ = [3, n0, _DKSDI,
|
|
1514
|
+
0,
|
|
1515
|
+
[_TN],
|
|
1516
|
+
[0]
|
|
1517
|
+
];
|
|
1518
|
+
var DescribeKinesisStreamingDestinationOutput$ = [3, n0, _DKSDO,
|
|
1519
|
+
0,
|
|
1520
|
+
[_TN, _KDSD],
|
|
1521
|
+
[0, () => KinesisDataStreamDestinations]
|
|
1522
|
+
];
|
|
1523
|
+
var DescribeLimitsInput$ = [3, n0, _DLI,
|
|
1524
|
+
0,
|
|
1525
|
+
[],
|
|
1526
|
+
[]
|
|
1527
|
+
];
|
|
1528
|
+
var DescribeLimitsOutput$ = [3, n0, _DLO,
|
|
1529
|
+
0,
|
|
1530
|
+
[_AMRCU, _AMWCU, _TMRCU, _TMWCU],
|
|
1531
|
+
[1, 1, 1, 1]
|
|
1532
|
+
];
|
|
1533
|
+
var DescribeTableInput$ = [3, n0, _DTIe,
|
|
1534
|
+
0,
|
|
1535
|
+
[_TN],
|
|
1536
|
+
[0]
|
|
1537
|
+
];
|
|
1538
|
+
var DescribeTableOutput$ = [3, n0, _DTOe,
|
|
1539
|
+
0,
|
|
1540
|
+
[_T],
|
|
1541
|
+
[() => TableDescription$]
|
|
1542
|
+
];
|
|
1543
|
+
var DescribeTableReplicaAutoScalingInput$ = [3, n0, _DTRASI,
|
|
1544
|
+
0,
|
|
1545
|
+
[_TN],
|
|
1546
|
+
[0]
|
|
1547
|
+
];
|
|
1548
|
+
var DescribeTableReplicaAutoScalingOutput$ = [3, n0, _DTRASO,
|
|
1549
|
+
0,
|
|
1550
|
+
[_TASD],
|
|
1551
|
+
[() => TableAutoScalingDescription$]
|
|
1552
|
+
];
|
|
1553
|
+
var DescribeTimeToLiveInput$ = [3, n0, _DTTLI,
|
|
1554
|
+
0,
|
|
1555
|
+
[_TN],
|
|
1556
|
+
[0]
|
|
1557
|
+
];
|
|
1558
|
+
var DescribeTimeToLiveOutput$ = [3, n0, _DTTLO,
|
|
1559
|
+
0,
|
|
1560
|
+
[_TTLD],
|
|
1561
|
+
[() => TimeToLiveDescription$]
|
|
1562
|
+
];
|
|
1563
|
+
var DuplicateItemException$ = [-3, n0, _DIE,
|
|
1564
|
+
{ [_e]: _c },
|
|
1565
|
+
[_m],
|
|
1566
|
+
[0]
|
|
1567
|
+
];
|
|
1568
|
+
schema.TypeRegistry.for(n0).registerError(DuplicateItemException$, DuplicateItemException);
|
|
1569
|
+
var EnableKinesisStreamingConfiguration$ = [3, n0, _EKSC,
|
|
1570
|
+
0,
|
|
1571
|
+
[_ACDTP],
|
|
1572
|
+
[0]
|
|
1573
|
+
];
|
|
1574
|
+
var Endpoint$ = [3, n0, _End,
|
|
1575
|
+
0,
|
|
1576
|
+
[_Ad, _CPIM],
|
|
1577
|
+
[0, 1]
|
|
1578
|
+
];
|
|
1579
|
+
var ExecuteStatementInput$ = [3, n0, _ESI,
|
|
1580
|
+
0,
|
|
1581
|
+
[_St, _P, _CR, _NT, _RCC, _L, _RVOCCF],
|
|
1582
|
+
[0, () => PreparedStatementParameters, 2, 0, 0, 1, 0]
|
|
1583
|
+
];
|
|
1584
|
+
var ExecuteStatementOutput$ = [3, n0, _ESO,
|
|
1585
|
+
0,
|
|
1586
|
+
[_It, _NT, _CC, _LEK],
|
|
1587
|
+
[() => ItemList, 0, () => ConsumedCapacity$, () => Key]
|
|
1588
|
+
];
|
|
1589
|
+
var ExecuteTransactionInput$ = [3, n0, _ETI,
|
|
1590
|
+
0,
|
|
1591
|
+
[_TS, _CRT, _RCC],
|
|
1592
|
+
[() => ParameterizedStatements, [0, 4], 0]
|
|
1593
|
+
];
|
|
1594
|
+
var ExecuteTransactionOutput$ = [3, n0, _ETO,
|
|
1595
|
+
0,
|
|
1596
|
+
[_R, _CC],
|
|
1597
|
+
[() => ItemResponseList, () => ConsumedCapacityMultiple]
|
|
1598
|
+
];
|
|
1599
|
+
var ExpectedAttributeValue$ = [3, n0, _EAVx,
|
|
1600
|
+
0,
|
|
1601
|
+
[_V, _Exi, _CO, _AVL],
|
|
1602
|
+
[() => AttributeValue$, 2, 0, () => AttributeValueList]
|
|
1603
|
+
];
|
|
1604
|
+
var ExportConflictException$ = [-3, n0, _ECE,
|
|
1605
|
+
{ [_e]: _c },
|
|
1606
|
+
[_m],
|
|
1607
|
+
[0]
|
|
1608
|
+
];
|
|
1609
|
+
schema.TypeRegistry.for(n0).registerError(ExportConflictException$, ExportConflictException);
|
|
1610
|
+
var ExportDescription$ = [3, n0, _ED,
|
|
1611
|
+
0,
|
|
1612
|
+
[_EA, _ES, _ST, _ET, _EM, _TA, _TI, _ETx, _CT, _SB, _SBO, _SPr, _SSA, _SSKKI, _FC, _FM, _EF, _BSBi, _IC, _ETxp, _IES],
|
|
1613
|
+
[0, 0, 4, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, () => IncrementalExportSpecification$]
|
|
1614
|
+
];
|
|
1615
|
+
var ExportNotFoundException$ = [-3, n0, _ENFE,
|
|
1616
|
+
{ [_e]: _c },
|
|
1617
|
+
[_m],
|
|
1618
|
+
[0]
|
|
1619
|
+
];
|
|
1620
|
+
schema.TypeRegistry.for(n0).registerError(ExportNotFoundException$, ExportNotFoundException);
|
|
1621
|
+
var ExportSummary$ = [3, n0, _ESx,
|
|
1622
|
+
0,
|
|
1623
|
+
[_EA, _ES, _ETxp],
|
|
1624
|
+
[0, 0, 0]
|
|
1625
|
+
];
|
|
1626
|
+
var ExportTableToPointInTimeInput$ = [3, n0, _ETTPITI,
|
|
1627
|
+
0,
|
|
1628
|
+
[_TA, _ETx, _CT, _SB, _SBO, _SPr, _SSA, _SSKKI, _EF, _ETxp, _IES],
|
|
1629
|
+
[0, 4, [0, 4], 0, 0, 0, 0, 0, 0, 0, () => IncrementalExportSpecification$]
|
|
1630
|
+
];
|
|
1631
|
+
var ExportTableToPointInTimeOutput$ = [3, n0, _ETTPITO,
|
|
1632
|
+
0,
|
|
1633
|
+
[_ED],
|
|
1634
|
+
[() => ExportDescription$]
|
|
1635
|
+
];
|
|
1636
|
+
var FailureException$ = [3, n0, _FE,
|
|
1637
|
+
0,
|
|
1638
|
+
[_EN, _EDx],
|
|
1639
|
+
[0, 0]
|
|
1640
|
+
];
|
|
1641
|
+
var Get$ = [3, n0, _G,
|
|
1642
|
+
0,
|
|
1643
|
+
[_K, _TN, _PE, _EAN],
|
|
1644
|
+
[() => Key, 0, 0, 128 | 0]
|
|
1645
|
+
];
|
|
1646
|
+
var GetItemInput$ = [3, n0, _GII,
|
|
1647
|
+
0,
|
|
1648
|
+
[_TN, _K, _ATG, _CR, _RCC, _PE, _EAN],
|
|
1649
|
+
[0, () => Key, 64 | 0, 2, 0, 0, 128 | 0]
|
|
1650
|
+
];
|
|
1651
|
+
var GetItemOutput$ = [3, n0, _GIO,
|
|
1652
|
+
0,
|
|
1653
|
+
[_I, _CC],
|
|
1654
|
+
[() => AttributeMap, () => ConsumedCapacity$]
|
|
1655
|
+
];
|
|
1656
|
+
var GetResourcePolicyInput$ = [3, n0, _GRPI,
|
|
1657
|
+
0,
|
|
1658
|
+
[_RA],
|
|
1659
|
+
[0]
|
|
1660
|
+
];
|
|
1661
|
+
var GetResourcePolicyOutput$ = [3, n0, _GRPO,
|
|
1662
|
+
0,
|
|
1663
|
+
[_Po, _RIe],
|
|
1664
|
+
[0, 0]
|
|
1665
|
+
];
|
|
1666
|
+
var GlobalSecondaryIndex$ = [3, n0, _GSIl,
|
|
1667
|
+
0,
|
|
1668
|
+
[_IN, _KS, _Pr, _PT, _ODT, _WT],
|
|
1669
|
+
[0, () => KeySchema, () => Projection$, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => WarmThroughput$]
|
|
1670
|
+
];
|
|
1671
|
+
var GlobalSecondaryIndexAutoScalingUpdate$ = [3, n0, _GSIASU,
|
|
1672
|
+
0,
|
|
1673
|
+
[_IN, _PWCASU],
|
|
1674
|
+
[0, () => AutoScalingSettingsUpdate$]
|
|
1675
|
+
];
|
|
1676
|
+
var GlobalSecondaryIndexDescription$ = [3, n0, _GSID,
|
|
1677
|
+
0,
|
|
1678
|
+
[_IN, _KS, _Pr, _IS, _B, _PT, _ISB, _IC, _IAn, _ODT, _WT],
|
|
1679
|
+
[0, () => KeySchema, () => Projection$, 0, 2, () => ProvisionedThroughputDescription$, 1, 1, 0, () => OnDemandThroughput$, () => GlobalSecondaryIndexWarmThroughputDescription$]
|
|
1680
|
+
];
|
|
1681
|
+
var GlobalSecondaryIndexInfo$ = [3, n0, _GSII,
|
|
1682
|
+
0,
|
|
1683
|
+
[_IN, _KS, _Pr, _PT, _ODT],
|
|
1684
|
+
[0, () => KeySchema, () => Projection$, () => ProvisionedThroughput$, () => OnDemandThroughput$]
|
|
1685
|
+
];
|
|
1686
|
+
var GlobalSecondaryIndexUpdate$ = [3, n0, _GSIU,
|
|
1687
|
+
0,
|
|
1688
|
+
[_U, _Cr, _De],
|
|
1689
|
+
[() => UpdateGlobalSecondaryIndexAction$, () => CreateGlobalSecondaryIndexAction$, () => DeleteGlobalSecondaryIndexAction$]
|
|
1690
|
+
];
|
|
1691
|
+
var GlobalSecondaryIndexWarmThroughputDescription$ = [3, n0, _GSIWTD,
|
|
1692
|
+
0,
|
|
1693
|
+
[_RUPS, _WUPS, _Sta],
|
|
1694
|
+
[1, 1, 0]
|
|
1695
|
+
];
|
|
1696
|
+
var GlobalTable$ = [3, n0, _GT,
|
|
1697
|
+
0,
|
|
1698
|
+
[_GTN, _RG],
|
|
1699
|
+
[0, () => ReplicaList]
|
|
1700
|
+
];
|
|
1701
|
+
var GlobalTableAlreadyExistsException$ = [-3, n0, _GTAEE,
|
|
1702
|
+
{ [_e]: _c },
|
|
1703
|
+
[_m],
|
|
1704
|
+
[0]
|
|
1705
|
+
];
|
|
1706
|
+
schema.TypeRegistry.for(n0).registerError(GlobalTableAlreadyExistsException$, GlobalTableAlreadyExistsException);
|
|
1707
|
+
var GlobalTableDescription$ = [3, n0, _GTD,
|
|
1708
|
+
0,
|
|
1709
|
+
[_RG, _GTA, _CDT, _GTS, _GTN],
|
|
1710
|
+
[() => ReplicaDescriptionList, 0, 4, 0, 0]
|
|
1711
|
+
];
|
|
1712
|
+
var GlobalTableGlobalSecondaryIndexSettingsUpdate$ = [3, n0, _GTGSISU,
|
|
1713
|
+
0,
|
|
1714
|
+
[_IN, _PWCU, _PWCASSU],
|
|
1715
|
+
[0, 1, () => AutoScalingSettingsUpdate$]
|
|
1716
|
+
];
|
|
1717
|
+
var GlobalTableNotFoundException$ = [-3, n0, _GTNFE,
|
|
1718
|
+
{ [_e]: _c },
|
|
1719
|
+
[_m],
|
|
1720
|
+
[0]
|
|
1721
|
+
];
|
|
1722
|
+
schema.TypeRegistry.for(n0).registerError(GlobalTableNotFoundException$, GlobalTableNotFoundException);
|
|
1723
|
+
var GlobalTableWitnessDescription$ = [3, n0, _GTWD,
|
|
1724
|
+
0,
|
|
1725
|
+
[_RN, _WS],
|
|
1726
|
+
[0, 0]
|
|
1727
|
+
];
|
|
1728
|
+
var GlobalTableWitnessGroupUpdate$ = [3, n0, _GTWGU,
|
|
1729
|
+
0,
|
|
1730
|
+
[_Cr, _De],
|
|
1731
|
+
[() => CreateGlobalTableWitnessGroupMemberAction$, () => DeleteGlobalTableWitnessGroupMemberAction$]
|
|
1732
|
+
];
|
|
1733
|
+
var IdempotentParameterMismatchException$ = [-3, n0, _IPME,
|
|
1734
|
+
{ [_e]: _c },
|
|
1735
|
+
[_M],
|
|
1736
|
+
[0]
|
|
1737
|
+
];
|
|
1738
|
+
schema.TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
|
|
1739
|
+
var ImportConflictException$ = [-3, n0, _ICE,
|
|
1740
|
+
{ [_e]: _c },
|
|
1741
|
+
[_m],
|
|
1742
|
+
[0]
|
|
1743
|
+
];
|
|
1744
|
+
schema.TypeRegistry.for(n0).registerError(ImportConflictException$, ImportConflictException);
|
|
1745
|
+
var ImportNotFoundException$ = [-3, n0, _INFE,
|
|
1746
|
+
{ [_e]: _c },
|
|
1747
|
+
[_m],
|
|
1748
|
+
[0]
|
|
1749
|
+
];
|
|
1750
|
+
schema.TypeRegistry.for(n0).registerError(ImportNotFoundException$, ImportNotFoundException);
|
|
1751
|
+
var ImportSummary$ = [3, n0, _ISm,
|
|
1752
|
+
0,
|
|
1753
|
+
[_IA, _ISmp, _TA, _SBS, _CWLGA, _IF, _ST, _ET],
|
|
1754
|
+
[0, 0, 0, () => S3BucketSource$, 0, 0, 4, 4]
|
|
1755
|
+
];
|
|
1756
|
+
var ImportTableDescription$ = [3, n0, _ITD,
|
|
1757
|
+
0,
|
|
1758
|
+
[_IA, _ISmp, _TA, _TI, _CT, _SBS, _EC, _CWLGA, _IF, _IFO, _ICT, _TCP, _ST, _ET, _PSB, _PIC, _IIC, _FC, _FM],
|
|
1759
|
+
[0, 0, 0, 0, 0, () => S3BucketSource$, 1, 0, 0, () => InputFormatOptions$, 0, () => TableCreationParameters$, 4, 4, 1, 1, 1, 0, 0]
|
|
1760
|
+
];
|
|
1761
|
+
var ImportTableInput$ = [3, n0, _ITI,
|
|
1762
|
+
0,
|
|
1763
|
+
[_CT, _SBS, _IF, _IFO, _ICT, _TCP],
|
|
1764
|
+
[[0, 4], () => S3BucketSource$, 0, () => InputFormatOptions$, 0, () => TableCreationParameters$]
|
|
1765
|
+
];
|
|
1766
|
+
var ImportTableOutput$ = [3, n0, _ITO,
|
|
1767
|
+
0,
|
|
1768
|
+
[_ITD],
|
|
1769
|
+
[() => ImportTableDescription$]
|
|
1770
|
+
];
|
|
1771
|
+
var IncrementalExportSpecification$ = [3, n0, _IES,
|
|
1772
|
+
0,
|
|
1773
|
+
[_EFT, _ETT, _EVT],
|
|
1774
|
+
[4, 4, 0]
|
|
1775
|
+
];
|
|
1776
|
+
var IndexNotFoundException$ = [-3, n0, _INFEn,
|
|
1777
|
+
{ [_e]: _c },
|
|
1778
|
+
[_m],
|
|
1779
|
+
[0]
|
|
1780
|
+
];
|
|
1781
|
+
schema.TypeRegistry.for(n0).registerError(IndexNotFoundException$, IndexNotFoundException);
|
|
1782
|
+
var InputFormatOptions$ = [3, n0, _IFO,
|
|
1783
|
+
0,
|
|
1784
|
+
[_Cs],
|
|
1785
|
+
[() => CsvOptions$]
|
|
1786
|
+
];
|
|
1787
|
+
var InternalServerError$ = [-3, n0, _ISE,
|
|
1788
|
+
{ [_e]: _s },
|
|
1789
|
+
[_m],
|
|
1790
|
+
[0]
|
|
1791
|
+
];
|
|
1792
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
|
|
1793
|
+
var InvalidEndpointException$ = [-3, n0, _IEE,
|
|
1794
|
+
{ [_e]: _c, [_hE]: 421 },
|
|
1795
|
+
[_M],
|
|
1796
|
+
[0]
|
|
1797
|
+
];
|
|
1798
|
+
schema.TypeRegistry.for(n0).registerError(InvalidEndpointException$, InvalidEndpointException);
|
|
1799
|
+
var InvalidExportTimeException$ = [-3, n0, _IETE,
|
|
1800
|
+
{ [_e]: _c },
|
|
1801
|
+
[_m],
|
|
1802
|
+
[0]
|
|
1803
|
+
];
|
|
1804
|
+
schema.TypeRegistry.for(n0).registerError(InvalidExportTimeException$, InvalidExportTimeException);
|
|
1805
|
+
var InvalidRestoreTimeException$ = [-3, n0, _IRTE,
|
|
1806
|
+
{ [_e]: _c },
|
|
1807
|
+
[_m],
|
|
1808
|
+
[0]
|
|
1809
|
+
];
|
|
1810
|
+
schema.TypeRegistry.for(n0).registerError(InvalidRestoreTimeException$, InvalidRestoreTimeException);
|
|
1811
|
+
var ItemCollectionMetrics$ = [3, n0, _ICM,
|
|
1812
|
+
0,
|
|
1813
|
+
[_ICK, _SERGB],
|
|
1814
|
+
[() => ItemCollectionKeyAttributeMap, 64 | 1]
|
|
1815
|
+
];
|
|
1816
|
+
var ItemCollectionSizeLimitExceededException$ = [-3, n0, _ICSLEE,
|
|
1817
|
+
{ [_e]: _c },
|
|
1818
|
+
[_m],
|
|
1819
|
+
[0]
|
|
1820
|
+
];
|
|
1821
|
+
schema.TypeRegistry.for(n0).registerError(ItemCollectionSizeLimitExceededException$, ItemCollectionSizeLimitExceededException);
|
|
1822
|
+
var ItemResponse$ = [3, n0, _IR,
|
|
1823
|
+
0,
|
|
1824
|
+
[_I],
|
|
1825
|
+
[() => AttributeMap]
|
|
1826
|
+
];
|
|
1827
|
+
var KeysAndAttributes$ = [3, n0, _KAA,
|
|
1828
|
+
0,
|
|
1829
|
+
[_Ke, _ATG, _CR, _PE, _EAN],
|
|
1830
|
+
[() => KeyList, 64 | 0, 2, 0, 128 | 0]
|
|
1831
|
+
];
|
|
1832
|
+
var KeySchemaElement$ = [3, n0, _KSE,
|
|
1833
|
+
0,
|
|
1834
|
+
[_AN, _KT],
|
|
1835
|
+
[0, 0]
|
|
1836
|
+
];
|
|
1837
|
+
var KinesisDataStreamDestination$ = [3, n0, _KDSDi,
|
|
1838
|
+
0,
|
|
1839
|
+
[_SA, _DS, _DSD, _ACDTP],
|
|
1840
|
+
[0, 0, 0, 0]
|
|
1841
|
+
];
|
|
1842
|
+
var KinesisStreamingDestinationInput$ = [3, n0, _KSDI,
|
|
1843
|
+
0,
|
|
1844
|
+
[_TN, _SA, _EKSC],
|
|
1845
|
+
[0, 0, () => EnableKinesisStreamingConfiguration$]
|
|
1846
|
+
];
|
|
1847
|
+
var KinesisStreamingDestinationOutput$ = [3, n0, _KSDO,
|
|
1848
|
+
0,
|
|
1849
|
+
[_TN, _SA, _DS, _EKSC],
|
|
1850
|
+
[0, 0, 0, () => EnableKinesisStreamingConfiguration$]
|
|
1851
|
+
];
|
|
1852
|
+
var LimitExceededException$ = [-3, n0, _LEE,
|
|
1853
|
+
{ [_e]: _c },
|
|
1854
|
+
[_m],
|
|
1855
|
+
[0]
|
|
1856
|
+
];
|
|
1857
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1858
|
+
var ListBackupsInput$ = [3, n0, _LBI,
|
|
1859
|
+
0,
|
|
1860
|
+
[_TN, _L, _TRLB, _TRUB, _ESBA, _BT],
|
|
1861
|
+
[0, 1, 4, 4, 0, 0]
|
|
1862
|
+
];
|
|
1863
|
+
var ListBackupsOutput$ = [3, n0, _LBO,
|
|
1864
|
+
0,
|
|
1865
|
+
[_BSac, _LEBA],
|
|
1866
|
+
[() => BackupSummaries, 0]
|
|
1867
|
+
];
|
|
1868
|
+
var ListContributorInsightsInput$ = [3, n0, _LCII,
|
|
1869
|
+
0,
|
|
1870
|
+
[_TN, _NT, _MR],
|
|
1871
|
+
[0, 0, 1]
|
|
1872
|
+
];
|
|
1873
|
+
var ListContributorInsightsOutput$ = [3, n0, _LCIO,
|
|
1874
|
+
0,
|
|
1875
|
+
[_CISon, _NT],
|
|
1876
|
+
[() => ContributorInsightsSummaries, 0]
|
|
1877
|
+
];
|
|
1878
|
+
var ListExportsInput$ = [3, n0, _LEI,
|
|
1879
|
+
0,
|
|
1880
|
+
[_TA, _MR, _NT],
|
|
1881
|
+
[0, 1, 0]
|
|
1882
|
+
];
|
|
1883
|
+
var ListExportsOutput$ = [3, n0, _LEO,
|
|
1884
|
+
0,
|
|
1885
|
+
[_ESxp, _NT],
|
|
1886
|
+
[() => ExportSummaries, 0]
|
|
1887
|
+
];
|
|
1888
|
+
var ListGlobalTablesInput$ = [3, n0, _LGTI,
|
|
1889
|
+
0,
|
|
1890
|
+
[_ESGTN, _L, _RN],
|
|
1891
|
+
[0, 1, 0]
|
|
1892
|
+
];
|
|
1893
|
+
var ListGlobalTablesOutput$ = [3, n0, _LGTO,
|
|
1894
|
+
0,
|
|
1895
|
+
[_GTl, _LEGTN],
|
|
1896
|
+
[() => GlobalTableList, 0]
|
|
1897
|
+
];
|
|
1898
|
+
var ListImportsInput$ = [3, n0, _LII,
|
|
1899
|
+
0,
|
|
1900
|
+
[_TA, _PS, _NT],
|
|
1901
|
+
[0, 1, 0]
|
|
1902
|
+
];
|
|
1903
|
+
var ListImportsOutput$ = [3, n0, _LIO,
|
|
1904
|
+
0,
|
|
1905
|
+
[_ISL, _NT],
|
|
1906
|
+
[() => ImportSummaryList, 0]
|
|
1907
|
+
];
|
|
1908
|
+
var ListTablesInput$ = [3, n0, _LTI,
|
|
1909
|
+
0,
|
|
1910
|
+
[_ESTN, _L],
|
|
1911
|
+
[0, 1]
|
|
1912
|
+
];
|
|
1913
|
+
var ListTablesOutput$ = [3, n0, _LTO,
|
|
1914
|
+
0,
|
|
1915
|
+
[_TNa, _LETN],
|
|
1916
|
+
[64 | 0, 0]
|
|
1917
|
+
];
|
|
1918
|
+
var ListTagsOfResourceInput$ = [3, n0, _LTORI,
|
|
1919
|
+
0,
|
|
1920
|
+
[_RA, _NT],
|
|
1921
|
+
[0, 0]
|
|
1922
|
+
];
|
|
1923
|
+
var ListTagsOfResourceOutput$ = [3, n0, _LTORO,
|
|
1924
|
+
0,
|
|
1925
|
+
[_Ta, _NT],
|
|
1926
|
+
[() => TagList, 0]
|
|
1927
|
+
];
|
|
1928
|
+
var LocalSecondaryIndex$ = [3, n0, _LSIo,
|
|
1929
|
+
0,
|
|
1930
|
+
[_IN, _KS, _Pr],
|
|
1931
|
+
[0, () => KeySchema, () => Projection$]
|
|
1932
|
+
];
|
|
1933
|
+
var LocalSecondaryIndexDescription$ = [3, n0, _LSID,
|
|
1934
|
+
0,
|
|
1935
|
+
[_IN, _KS, _Pr, _ISB, _IC, _IAn],
|
|
1936
|
+
[0, () => KeySchema, () => Projection$, 1, 1, 0]
|
|
1937
|
+
];
|
|
1938
|
+
var LocalSecondaryIndexInfo$ = [3, n0, _LSII,
|
|
1939
|
+
0,
|
|
1940
|
+
[_IN, _KS, _Pr],
|
|
1941
|
+
[0, () => KeySchema, () => Projection$]
|
|
1942
|
+
];
|
|
1943
|
+
var OnDemandThroughput$ = [3, n0, _ODT,
|
|
1944
|
+
0,
|
|
1945
|
+
[_MRRU, _MWRU],
|
|
1946
|
+
[1, 1]
|
|
1947
|
+
];
|
|
1948
|
+
var OnDemandThroughputOverride$ = [3, n0, _ODTO,
|
|
1949
|
+
0,
|
|
1950
|
+
[_MRRU],
|
|
1951
|
+
[1]
|
|
1952
|
+
];
|
|
1953
|
+
var ParameterizedStatement$ = [3, n0, _PSa,
|
|
1954
|
+
0,
|
|
1955
|
+
[_St, _P, _RVOCCF],
|
|
1956
|
+
[0, () => PreparedStatementParameters, 0]
|
|
1957
|
+
];
|
|
1958
|
+
var PointInTimeRecoveryDescription$ = [3, n0, _PITRD,
|
|
1959
|
+
0,
|
|
1960
|
+
[_PITRS, _RPID, _ERDT, _LRDT],
|
|
1961
|
+
[0, 1, 4, 4]
|
|
1962
|
+
];
|
|
1963
|
+
var PointInTimeRecoverySpecification$ = [3, n0, _PITRSo,
|
|
1964
|
+
0,
|
|
1965
|
+
[_PITRE, _RPID],
|
|
1966
|
+
[2, 1]
|
|
1967
|
+
];
|
|
1968
|
+
var PointInTimeRecoveryUnavailableException$ = [-3, n0, _PITRUE,
|
|
1969
|
+
{ [_e]: _c },
|
|
1970
|
+
[_m],
|
|
1971
|
+
[0]
|
|
1972
|
+
];
|
|
1973
|
+
schema.TypeRegistry.for(n0).registerError(PointInTimeRecoveryUnavailableException$, PointInTimeRecoveryUnavailableException);
|
|
1974
|
+
var PolicyNotFoundException$ = [-3, n0, _PNFE,
|
|
1975
|
+
{ [_e]: _c },
|
|
1976
|
+
[_m],
|
|
1977
|
+
[0]
|
|
1978
|
+
];
|
|
1979
|
+
schema.TypeRegistry.for(n0).registerError(PolicyNotFoundException$, PolicyNotFoundException);
|
|
1980
|
+
var Projection$ = [3, n0, _Pr,
|
|
1981
|
+
0,
|
|
1982
|
+
[_PTr, _NKA],
|
|
1983
|
+
[0, 64 | 0]
|
|
1984
|
+
];
|
|
1985
|
+
var ProvisionedThroughput$ = [3, n0, _PT,
|
|
1986
|
+
0,
|
|
1987
|
+
[_RCU, _WCU],
|
|
1988
|
+
[1, 1]
|
|
1989
|
+
];
|
|
1990
|
+
var ProvisionedThroughputDescription$ = [3, n0, _PTD,
|
|
1991
|
+
0,
|
|
1992
|
+
[_LIDT, _LDDT, _NODT, _RCU, _WCU],
|
|
1993
|
+
[4, 4, 1, 1, 1]
|
|
1994
|
+
];
|
|
1995
|
+
var ProvisionedThroughputExceededException$ = [-3, n0, _PTEE,
|
|
1996
|
+
{ [_e]: _c },
|
|
1997
|
+
[_m, _TR],
|
|
1998
|
+
[0, () => ThrottlingReasonList]
|
|
1999
|
+
];
|
|
2000
|
+
schema.TypeRegistry.for(n0).registerError(ProvisionedThroughputExceededException$, ProvisionedThroughputExceededException);
|
|
2001
|
+
var ProvisionedThroughputOverride$ = [3, n0, _PTO,
|
|
2002
|
+
0,
|
|
2003
|
+
[_RCU],
|
|
2004
|
+
[1]
|
|
2005
|
+
];
|
|
2006
|
+
var Put$ = [3, n0, _Pu,
|
|
2007
|
+
0,
|
|
2008
|
+
[_I, _TN, _CE, _EAN, _EAV, _RVOCCF],
|
|
2009
|
+
[() => PutItemInputAttributeMap, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0]
|
|
2010
|
+
];
|
|
2011
|
+
var PutItemInput$ = [3, n0, _PII,
|
|
2012
|
+
0,
|
|
2013
|
+
[_TN, _I, _Ex, _RV, _RCC, _RICM, _COo, _CE, _EAN, _EAV, _RVOCCF],
|
|
2014
|
+
[0, () => PutItemInputAttributeMap, () => ExpectedAttributeMap, 0, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0]
|
|
2015
|
+
];
|
|
2016
|
+
var PutItemOutput$ = [3, n0, _PIO,
|
|
2017
|
+
0,
|
|
2018
|
+
[_At, _CC, _ICM],
|
|
2019
|
+
[() => AttributeMap, () => ConsumedCapacity$, () => ItemCollectionMetrics$]
|
|
2020
|
+
];
|
|
2021
|
+
var PutRequest$ = [3, n0, _PR,
|
|
2022
|
+
0,
|
|
2023
|
+
[_I],
|
|
2024
|
+
[() => PutItemInputAttributeMap]
|
|
2025
|
+
];
|
|
2026
|
+
var PutResourcePolicyInput$ = [3, n0, _PRPI,
|
|
2027
|
+
0,
|
|
2028
|
+
[_RA, _Po, _ERI, _CRSRA],
|
|
2029
|
+
[0, 0, 0, [2, { [_hH]: _xacrsra }]]
|
|
2030
|
+
];
|
|
2031
|
+
var PutResourcePolicyOutput$ = [3, n0, _PRPO,
|
|
2032
|
+
0,
|
|
2033
|
+
[_RIe],
|
|
2034
|
+
[0]
|
|
2035
|
+
];
|
|
2036
|
+
var QueryInput$ = [3, n0, _QI,
|
|
2037
|
+
0,
|
|
2038
|
+
[_TN, _IN, _Se, _ATG, _L, _CR, _KC, _QF, _COo, _SIF, _ESK, _RCC, _PE, _FEi, _KCE, _EAN, _EAV],
|
|
2039
|
+
[0, 0, 0, 64 | 0, 1, 2, () => KeyConditions, () => FilterConditionMap, 0, 2, () => Key, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap]
|
|
2040
|
+
];
|
|
2041
|
+
var QueryOutput$ = [3, n0, _QO,
|
|
2042
|
+
0,
|
|
2043
|
+
[_It, _Cou, _SC, _LEK, _CC],
|
|
2044
|
+
[() => ItemList, 1, 1, () => Key, () => ConsumedCapacity$]
|
|
2045
|
+
];
|
|
2046
|
+
var Replica$ = [3, n0, _Re,
|
|
2047
|
+
0,
|
|
2048
|
+
[_RN],
|
|
2049
|
+
[0]
|
|
2050
|
+
];
|
|
2051
|
+
var ReplicaAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
2052
|
+
{ [_e]: _c },
|
|
2053
|
+
[_m],
|
|
2054
|
+
[0]
|
|
2055
|
+
];
|
|
2056
|
+
schema.TypeRegistry.for(n0).registerError(ReplicaAlreadyExistsException$, ReplicaAlreadyExistsException);
|
|
2057
|
+
var ReplicaAutoScalingDescription$ = [3, n0, _RASD,
|
|
2058
|
+
0,
|
|
2059
|
+
[_RN, _GSI, _RPRCASS, _RPWCASS, _RSe],
|
|
2060
|
+
[0, () => ReplicaGlobalSecondaryIndexAutoScalingDescriptionList, () => AutoScalingSettingsDescription$, () => AutoScalingSettingsDescription$, 0]
|
|
2061
|
+
];
|
|
2062
|
+
var ReplicaAutoScalingUpdate$ = [3, n0, _RASU,
|
|
2063
|
+
0,
|
|
2064
|
+
[_RN, _RGSIU, _RPRCASU],
|
|
2065
|
+
[0, () => ReplicaGlobalSecondaryIndexAutoScalingUpdateList, () => AutoScalingSettingsUpdate$]
|
|
2066
|
+
];
|
|
2067
|
+
var ReplicaDescription$ = [3, n0, _RD,
|
|
2068
|
+
0,
|
|
2069
|
+
[_RN, _RSe, _RSD, _RSPP, _KMSMKI, _PTO, _ODTO, _WT, _GSI, _RIDT, _RTCS],
|
|
2070
|
+
[0, 0, 0, 0, 0, () => ProvisionedThroughputOverride$, () => OnDemandThroughputOverride$, () => TableWarmThroughputDescription$, () => ReplicaGlobalSecondaryIndexDescriptionList, 4, () => TableClassSummary$]
|
|
2071
|
+
];
|
|
2072
|
+
var ReplicaGlobalSecondaryIndex$ = [3, n0, _RGSI,
|
|
2073
|
+
0,
|
|
2074
|
+
[_IN, _PTO, _ODTO],
|
|
2075
|
+
[0, () => ProvisionedThroughputOverride$, () => OnDemandThroughputOverride$]
|
|
2076
|
+
];
|
|
2077
|
+
var ReplicaGlobalSecondaryIndexAutoScalingDescription$ = [3, n0, _RGSIASD,
|
|
2078
|
+
0,
|
|
2079
|
+
[_IN, _IS, _PRCASS, _PWCASS],
|
|
2080
|
+
[0, 0, () => AutoScalingSettingsDescription$, () => AutoScalingSettingsDescription$]
|
|
2081
|
+
];
|
|
2082
|
+
var ReplicaGlobalSecondaryIndexAutoScalingUpdate$ = [3, n0, _RGSIASU,
|
|
2083
|
+
0,
|
|
2084
|
+
[_IN, _PRCASU],
|
|
2085
|
+
[0, () => AutoScalingSettingsUpdate$]
|
|
2086
|
+
];
|
|
2087
|
+
var ReplicaGlobalSecondaryIndexDescription$ = [3, n0, _RGSID,
|
|
2088
|
+
0,
|
|
2089
|
+
[_IN, _PTO, _ODTO, _WT],
|
|
2090
|
+
[0, () => ProvisionedThroughputOverride$, () => OnDemandThroughputOverride$, () => GlobalSecondaryIndexWarmThroughputDescription$]
|
|
2091
|
+
];
|
|
2092
|
+
var ReplicaGlobalSecondaryIndexSettingsDescription$ = [3, n0, _RGSISD,
|
|
2093
|
+
0,
|
|
2094
|
+
[_IN, _IS, _PRCU, _PRCASS, _PWCU, _PWCASS],
|
|
2095
|
+
[0, 0, 1, () => AutoScalingSettingsDescription$, 1, () => AutoScalingSettingsDescription$]
|
|
2096
|
+
];
|
|
2097
|
+
var ReplicaGlobalSecondaryIndexSettingsUpdate$ = [3, n0, _RGSISU,
|
|
2098
|
+
0,
|
|
2099
|
+
[_IN, _PRCU, _PRCASSU],
|
|
2100
|
+
[0, 1, () => AutoScalingSettingsUpdate$]
|
|
2101
|
+
];
|
|
2102
|
+
var ReplicaNotFoundException$ = [-3, n0, _RNFE,
|
|
2103
|
+
{ [_e]: _c },
|
|
2104
|
+
[_m],
|
|
2105
|
+
[0]
|
|
2106
|
+
];
|
|
2107
|
+
schema.TypeRegistry.for(n0).registerError(ReplicaNotFoundException$, ReplicaNotFoundException);
|
|
2108
|
+
var ReplicaSettingsDescription$ = [3, n0, _RSDe,
|
|
2109
|
+
0,
|
|
2110
|
+
[_RN, _RSe, _RBMS, _RPRCU, _RPRCASS, _RPWCU, _RPWCASS, _RGSIS, _RTCS],
|
|
2111
|
+
[0, 0, () => BillingModeSummary$, 1, () => AutoScalingSettingsDescription$, 1, () => AutoScalingSettingsDescription$, () => ReplicaGlobalSecondaryIndexSettingsDescriptionList, () => TableClassSummary$]
|
|
2112
|
+
];
|
|
2113
|
+
var ReplicaSettingsUpdate$ = [3, n0, _RSU,
|
|
2114
|
+
0,
|
|
2115
|
+
[_RN, _RPRCU, _RPRCASSU, _RGSISU, _RTC],
|
|
2116
|
+
[0, 1, () => AutoScalingSettingsUpdate$, () => ReplicaGlobalSecondaryIndexSettingsUpdateList, 0]
|
|
2117
|
+
];
|
|
2118
|
+
var ReplicatedWriteConflictException$ = [-3, n0, _RWCE,
|
|
2119
|
+
{ [_e]: _c },
|
|
2120
|
+
[_m],
|
|
2121
|
+
[0]
|
|
2122
|
+
];
|
|
2123
|
+
schema.TypeRegistry.for(n0).registerError(ReplicatedWriteConflictException$, ReplicatedWriteConflictException);
|
|
2124
|
+
var ReplicationGroupUpdate$ = [3, n0, _RGU,
|
|
2125
|
+
0,
|
|
2126
|
+
[_Cr, _U, _De],
|
|
2127
|
+
[() => CreateReplicationGroupMemberAction$, () => UpdateReplicationGroupMemberAction$, () => DeleteReplicationGroupMemberAction$]
|
|
2128
|
+
];
|
|
2129
|
+
var ReplicaUpdate$ = [3, n0, _RU,
|
|
2130
|
+
0,
|
|
2131
|
+
[_Cr, _De],
|
|
2132
|
+
[() => CreateReplicaAction$, () => DeleteReplicaAction$]
|
|
2133
|
+
];
|
|
2134
|
+
var RequestLimitExceeded$ = [-3, n0, _RLE,
|
|
2135
|
+
{ [_e]: _c },
|
|
2136
|
+
[_m, _TR],
|
|
2137
|
+
[0, () => ThrottlingReasonList]
|
|
2138
|
+
];
|
|
2139
|
+
schema.TypeRegistry.for(n0).registerError(RequestLimitExceeded$, RequestLimitExceeded);
|
|
2140
|
+
var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
2141
|
+
{ [_e]: _c },
|
|
2142
|
+
[_m],
|
|
2143
|
+
[0]
|
|
2144
|
+
];
|
|
2145
|
+
schema.TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
|
|
2146
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFEe,
|
|
2147
|
+
{ [_e]: _c },
|
|
2148
|
+
[_m],
|
|
2149
|
+
[0]
|
|
2150
|
+
];
|
|
2151
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
2152
|
+
var RestoreSummary$ = [3, n0, _RSes,
|
|
2153
|
+
0,
|
|
2154
|
+
[_SBA, _STA, _RDT, _RIP],
|
|
2155
|
+
[0, 0, 4, 2]
|
|
2156
|
+
];
|
|
2157
|
+
var RestoreTableFromBackupInput$ = [3, n0, _RTFBI,
|
|
2158
|
+
0,
|
|
2159
|
+
[_TTN, _BA, _BMO, _GSIO, _LSIO, _PTO, _ODTO, _SSESO],
|
|
2160
|
+
[0, 0, 0, () => GlobalSecondaryIndexList, () => LocalSecondaryIndexList, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => SSESpecification$]
|
|
2161
|
+
];
|
|
2162
|
+
var RestoreTableFromBackupOutput$ = [3, n0, _RTFBO,
|
|
2163
|
+
0,
|
|
2164
|
+
[_TD],
|
|
2165
|
+
[() => TableDescription$]
|
|
2166
|
+
];
|
|
2167
|
+
var RestoreTableToPointInTimeInput$ = [3, n0, _RTTPITI,
|
|
2168
|
+
0,
|
|
2169
|
+
[_STA, _STN, _TTN, _ULRT, _RDT, _BMO, _GSIO, _LSIO, _PTO, _ODTO, _SSESO],
|
|
2170
|
+
[0, 0, 0, 2, 4, 0, () => GlobalSecondaryIndexList, () => LocalSecondaryIndexList, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => SSESpecification$]
|
|
2171
|
+
];
|
|
2172
|
+
var RestoreTableToPointInTimeOutput$ = [3, n0, _RTTPITO,
|
|
2173
|
+
0,
|
|
2174
|
+
[_TD],
|
|
2175
|
+
[() => TableDescription$]
|
|
2176
|
+
];
|
|
2177
|
+
var S3BucketSource$ = [3, n0, _SBS,
|
|
2178
|
+
0,
|
|
2179
|
+
[_SBO, _SB, _SKP],
|
|
2180
|
+
[0, 0, 0]
|
|
2181
|
+
];
|
|
2182
|
+
var ScanInput$ = [3, n0, _SI,
|
|
2183
|
+
0,
|
|
2184
|
+
[_TN, _IN, _ATG, _L, _Se, _SF, _COo, _ESK, _RCC, _TSo, _Seg, _PE, _FEi, _EAN, _EAV, _CR],
|
|
2185
|
+
[0, 0, 64 | 0, 1, 0, () => FilterConditionMap, 0, () => Key, 0, 1, 1, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 2]
|
|
2186
|
+
];
|
|
2187
|
+
var ScanOutput$ = [3, n0, _SO,
|
|
2188
|
+
0,
|
|
2189
|
+
[_It, _Cou, _SC, _LEK, _CC],
|
|
2190
|
+
[() => ItemList, 1, 1, () => Key, () => ConsumedCapacity$]
|
|
2191
|
+
];
|
|
2192
|
+
var SourceTableDetails$ = [3, n0, _STD,
|
|
2193
|
+
0,
|
|
2194
|
+
[_TN, _TI, _TA, _TSB, _KS, _TCDT, _PT, _ODT, _IC, _BM],
|
|
2195
|
+
[0, 0, 0, 1, () => KeySchema, 4, () => ProvisionedThroughput$, () => OnDemandThroughput$, 1, 0]
|
|
2196
|
+
];
|
|
2197
|
+
var SourceTableFeatureDetails$ = [3, n0, _STFD,
|
|
2198
|
+
0,
|
|
2199
|
+
[_LSI, _GSI, _SD, _TTLD, _SSED],
|
|
2200
|
+
[() => LocalSecondaryIndexes, () => GlobalSecondaryIndexes, () => StreamSpecification$, () => TimeToLiveDescription$, () => SSEDescription$]
|
|
2201
|
+
];
|
|
2202
|
+
var SSEDescription$ = [3, n0, _SSED,
|
|
2203
|
+
0,
|
|
2204
|
+
[_Sta, _SSET, _KMSMKA, _IEDT],
|
|
2205
|
+
[0, 0, 0, 4]
|
|
2206
|
+
];
|
|
2207
|
+
var SSESpecification$ = [3, n0, _SSES,
|
|
2208
|
+
0,
|
|
2209
|
+
[_Ena, _SSET, _KMSMKI],
|
|
2210
|
+
[2, 0, 0]
|
|
2211
|
+
];
|
|
2212
|
+
var StreamSpecification$ = [3, n0, _SS,
|
|
2213
|
+
0,
|
|
2214
|
+
[_SE, _SVT],
|
|
2215
|
+
[2, 0]
|
|
2216
|
+
];
|
|
2217
|
+
var TableAlreadyExistsException$ = [-3, n0, _TAEE,
|
|
2218
|
+
{ [_e]: _c },
|
|
2219
|
+
[_m],
|
|
2220
|
+
[0]
|
|
2221
|
+
];
|
|
2222
|
+
schema.TypeRegistry.for(n0).registerError(TableAlreadyExistsException$, TableAlreadyExistsException);
|
|
2223
|
+
var TableAutoScalingDescription$ = [3, n0, _TASD,
|
|
2224
|
+
0,
|
|
2225
|
+
[_TN, _TSa, _Rep],
|
|
2226
|
+
[0, 0, () => ReplicaAutoScalingDescriptionList]
|
|
2227
|
+
];
|
|
2228
|
+
var TableClassSummary$ = [3, n0, _TCS,
|
|
2229
|
+
0,
|
|
2230
|
+
[_TC, _LUDT],
|
|
2231
|
+
[0, 4]
|
|
2232
|
+
];
|
|
2233
|
+
var TableCreationParameters$ = [3, n0, _TCP,
|
|
2234
|
+
0,
|
|
2235
|
+
[_TN, _ADt, _KS, _BM, _PT, _ODT, _SSES, _GSI],
|
|
2236
|
+
[0, () => AttributeDefinitions, () => KeySchema, 0, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => SSESpecification$, () => GlobalSecondaryIndexList]
|
|
2237
|
+
];
|
|
2238
|
+
var TableDescription$ = [3, n0, _TD,
|
|
2239
|
+
0,
|
|
2240
|
+
[_ADt, _TN, _KS, _TSa, _CDT, _PT, _TSB, _IC, _TA, _TI, _BMS, _LSI, _GSI, _SS, _LSL, _LSA, _GTV, _Rep, _GTW, _RSes, _SSED, _AS, _TCS, _DPE, _ODT, _WT, _MRC],
|
|
2241
|
+
[() => AttributeDefinitions, 0, () => KeySchema, 0, 4, () => ProvisionedThroughputDescription$, 1, 1, 0, 0, () => BillingModeSummary$, () => LocalSecondaryIndexDescriptionList, () => GlobalSecondaryIndexDescriptionList, () => StreamSpecification$, 0, 0, 0, () => ReplicaDescriptionList, () => GlobalTableWitnessDescriptionList, () => RestoreSummary$, () => SSEDescription$, () => ArchivalSummary$, () => TableClassSummary$, 2, () => OnDemandThroughput$, () => TableWarmThroughputDescription$, 0]
|
|
2242
|
+
];
|
|
2243
|
+
var TableInUseException$ = [-3, n0, _TIUE,
|
|
2244
|
+
{ [_e]: _c },
|
|
2245
|
+
[_m],
|
|
2246
|
+
[0]
|
|
2247
|
+
];
|
|
2248
|
+
schema.TypeRegistry.for(n0).registerError(TableInUseException$, TableInUseException);
|
|
2249
|
+
var TableNotFoundException$ = [-3, n0, _TNFE,
|
|
2250
|
+
{ [_e]: _c },
|
|
2251
|
+
[_m],
|
|
2252
|
+
[0]
|
|
2253
|
+
];
|
|
2254
|
+
schema.TypeRegistry.for(n0).registerError(TableNotFoundException$, TableNotFoundException);
|
|
2255
|
+
var TableWarmThroughputDescription$ = [3, n0, _TWTD,
|
|
2256
|
+
0,
|
|
2257
|
+
[_RUPS, _WUPS, _Sta],
|
|
2258
|
+
[1, 1, 0]
|
|
2259
|
+
];
|
|
2260
|
+
var Tag$ = [3, n0, _Tag,
|
|
2261
|
+
0,
|
|
2262
|
+
[_K, _V],
|
|
2263
|
+
[0, 0]
|
|
2264
|
+
];
|
|
2265
|
+
var TagResourceInput$ = [3, n0, _TRI,
|
|
2266
|
+
0,
|
|
2267
|
+
[_RA, _Ta],
|
|
2268
|
+
[0, () => TagList]
|
|
2269
|
+
];
|
|
2270
|
+
var ThrottlingException$ = [-3, n0, _TE,
|
|
2271
|
+
{ [_aQE]: [`Throttling`, 400], [_e]: _c, [_hE]: 400 },
|
|
2272
|
+
[_m, _tR],
|
|
2273
|
+
[0, () => ThrottlingReasonList]
|
|
2274
|
+
];
|
|
2275
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
2276
|
+
var ThrottlingReason$ = [3, n0, _TRh,
|
|
2277
|
+
0,
|
|
2278
|
+
[_r, _re],
|
|
2279
|
+
[0, 0]
|
|
2280
|
+
];
|
|
2281
|
+
var TimeToLiveDescription$ = [3, n0, _TTLD,
|
|
2282
|
+
0,
|
|
2283
|
+
[_TTLS, _AN],
|
|
2284
|
+
[0, 0]
|
|
2285
|
+
];
|
|
2286
|
+
var TimeToLiveSpecification$ = [3, n0, _TTLSi,
|
|
2287
|
+
0,
|
|
2288
|
+
[_Ena, _AN],
|
|
2289
|
+
[2, 0]
|
|
2290
|
+
];
|
|
2291
|
+
var TransactGetItem$ = [3, n0, _TGI,
|
|
2292
|
+
0,
|
|
2293
|
+
[_G],
|
|
2294
|
+
[() => Get$]
|
|
2295
|
+
];
|
|
2296
|
+
var TransactGetItemsInput$ = [3, n0, _TGII,
|
|
2297
|
+
0,
|
|
2298
|
+
[_TIr, _RCC],
|
|
2299
|
+
[() => TransactGetItemList, 0]
|
|
2300
|
+
];
|
|
2301
|
+
var TransactGetItemsOutput$ = [3, n0, _TGIO,
|
|
2302
|
+
0,
|
|
2303
|
+
[_CC, _R],
|
|
2304
|
+
[() => ConsumedCapacityMultiple, () => ItemResponseList]
|
|
2305
|
+
];
|
|
2306
|
+
var TransactionCanceledException$ = [-3, n0, _TCE,
|
|
2307
|
+
{ [_e]: _c },
|
|
2308
|
+
[_M, _CRan],
|
|
2309
|
+
[0, () => CancellationReasonList]
|
|
2310
|
+
];
|
|
2311
|
+
schema.TypeRegistry.for(n0).registerError(TransactionCanceledException$, TransactionCanceledException);
|
|
2312
|
+
var TransactionConflictException$ = [-3, n0, _TCEr,
|
|
2313
|
+
{ [_e]: _c },
|
|
2314
|
+
[_m],
|
|
2315
|
+
[0]
|
|
2316
|
+
];
|
|
2317
|
+
schema.TypeRegistry.for(n0).registerError(TransactionConflictException$, TransactionConflictException);
|
|
2318
|
+
var TransactionInProgressException$ = [-3, n0, _TIPE,
|
|
2319
|
+
{ [_e]: _c },
|
|
2320
|
+
[_M],
|
|
2321
|
+
[0]
|
|
2322
|
+
];
|
|
2323
|
+
schema.TypeRegistry.for(n0).registerError(TransactionInProgressException$, TransactionInProgressException);
|
|
2324
|
+
var TransactWriteItem$ = [3, n0, _TWI,
|
|
2325
|
+
0,
|
|
2326
|
+
[_CCo, _Pu, _De, _U],
|
|
2327
|
+
[() => ConditionCheck$, () => Put$, () => Delete$, () => Update$]
|
|
2328
|
+
];
|
|
2329
|
+
var TransactWriteItemsInput$ = [3, n0, _TWII,
|
|
2330
|
+
0,
|
|
2331
|
+
[_TIr, _RCC, _RICM, _CRT],
|
|
2332
|
+
[() => TransactWriteItemList, 0, 0, [0, 4]]
|
|
2333
|
+
];
|
|
2334
|
+
var TransactWriteItemsOutput$ = [3, n0, _TWIO,
|
|
2335
|
+
0,
|
|
2336
|
+
[_CC, _ICM],
|
|
2337
|
+
[() => ConsumedCapacityMultiple, () => ItemCollectionMetricsPerTable]
|
|
2338
|
+
];
|
|
2339
|
+
var UntagResourceInput$ = [3, n0, _URI,
|
|
2340
|
+
0,
|
|
2341
|
+
[_RA, _TK],
|
|
2342
|
+
[0, 64 | 0]
|
|
2343
|
+
];
|
|
2344
|
+
var Update$ = [3, n0, _U,
|
|
2345
|
+
0,
|
|
2346
|
+
[_K, _UE, _TN, _CE, _EAN, _EAV, _RVOCCF],
|
|
2347
|
+
[() => Key, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0]
|
|
2348
|
+
];
|
|
2349
|
+
var UpdateContinuousBackupsInput$ = [3, n0, _UCBI,
|
|
2350
|
+
0,
|
|
2351
|
+
[_TN, _PITRSo],
|
|
2352
|
+
[0, () => PointInTimeRecoverySpecification$]
|
|
2353
|
+
];
|
|
2354
|
+
var UpdateContinuousBackupsOutput$ = [3, n0, _UCBO,
|
|
2355
|
+
0,
|
|
2356
|
+
[_CBD],
|
|
2357
|
+
[() => ContinuousBackupsDescription$]
|
|
2358
|
+
];
|
|
2359
|
+
var UpdateContributorInsightsInput$ = [3, n0, _UCII,
|
|
2360
|
+
0,
|
|
2361
|
+
[_TN, _IN, _CIA, _CIM],
|
|
2362
|
+
[0, 0, 0, 0]
|
|
2363
|
+
];
|
|
2364
|
+
var UpdateContributorInsightsOutput$ = [3, n0, _UCIO,
|
|
2365
|
+
0,
|
|
2366
|
+
[_TN, _IN, _CISo, _CIM],
|
|
2367
|
+
[0, 0, 0, 0]
|
|
2368
|
+
];
|
|
2369
|
+
var UpdateGlobalSecondaryIndexAction$ = [3, n0, _UGSIA,
|
|
2370
|
+
0,
|
|
2371
|
+
[_IN, _PT, _ODT, _WT],
|
|
2372
|
+
[0, () => ProvisionedThroughput$, () => OnDemandThroughput$, () => WarmThroughput$]
|
|
2373
|
+
];
|
|
2374
|
+
var UpdateGlobalTableInput$ = [3, n0, _UGTI,
|
|
2375
|
+
0,
|
|
2376
|
+
[_GTN, _RUe],
|
|
2377
|
+
[0, () => ReplicaUpdateList]
|
|
2378
|
+
];
|
|
2379
|
+
var UpdateGlobalTableOutput$ = [3, n0, _UGTO,
|
|
2380
|
+
0,
|
|
2381
|
+
[_GTD],
|
|
2382
|
+
[() => GlobalTableDescription$]
|
|
2383
|
+
];
|
|
2384
|
+
var UpdateGlobalTableSettingsInput$ = [3, n0, _UGTSI,
|
|
2385
|
+
0,
|
|
2386
|
+
[_GTN, _GTBM, _GTPWCU, _GTPWCASSU, _GTGSISU, _RSU],
|
|
2387
|
+
[0, 0, 1, () => AutoScalingSettingsUpdate$, () => GlobalTableGlobalSecondaryIndexSettingsUpdateList, () => ReplicaSettingsUpdateList]
|
|
2388
|
+
];
|
|
2389
|
+
var UpdateGlobalTableSettingsOutput$ = [3, n0, _UGTSO,
|
|
2390
|
+
0,
|
|
2391
|
+
[_GTN, _RS],
|
|
2392
|
+
[0, () => ReplicaSettingsDescriptionList]
|
|
2393
|
+
];
|
|
2394
|
+
var UpdateItemInput$ = [3, n0, _UII,
|
|
2395
|
+
0,
|
|
2396
|
+
[_TN, _K, _AU, _Ex, _COo, _RV, _RCC, _RICM, _UE, _CE, _EAN, _EAV, _RVOCCF],
|
|
2397
|
+
[0, () => Key, () => AttributeUpdates, () => ExpectedAttributeMap, 0, 0, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 0]
|
|
2398
|
+
];
|
|
2399
|
+
var UpdateItemOutput$ = [3, n0, _UIO,
|
|
2400
|
+
0,
|
|
2401
|
+
[_At, _CC, _ICM],
|
|
2402
|
+
[() => AttributeMap, () => ConsumedCapacity$, () => ItemCollectionMetrics$]
|
|
2403
|
+
];
|
|
2404
|
+
var UpdateKinesisStreamingConfiguration$ = [3, n0, _UKSC,
|
|
2405
|
+
0,
|
|
2406
|
+
[_ACDTP],
|
|
2407
|
+
[0]
|
|
2408
|
+
];
|
|
2409
|
+
var UpdateKinesisStreamingDestinationInput$ = [3, n0, _UKSDI,
|
|
2410
|
+
0,
|
|
2411
|
+
[_TN, _SA, _UKSC],
|
|
2412
|
+
[0, 0, () => UpdateKinesisStreamingConfiguration$]
|
|
2413
|
+
];
|
|
2414
|
+
var UpdateKinesisStreamingDestinationOutput$ = [3, n0, _UKSDO,
|
|
2415
|
+
0,
|
|
2416
|
+
[_TN, _SA, _DS, _UKSC],
|
|
2417
|
+
[0, 0, 0, () => UpdateKinesisStreamingConfiguration$]
|
|
2418
|
+
];
|
|
2419
|
+
var UpdateReplicationGroupMemberAction$ = [3, n0, _URGMA,
|
|
2420
|
+
0,
|
|
2421
|
+
[_RN, _KMSMKI, _PTO, _ODTO, _GSI, _TCO],
|
|
2422
|
+
[0, 0, () => ProvisionedThroughputOverride$, () => OnDemandThroughputOverride$, () => ReplicaGlobalSecondaryIndexList, 0]
|
|
2423
|
+
];
|
|
2424
|
+
var UpdateTableInput$ = [3, n0, _UTI,
|
|
2425
|
+
0,
|
|
2426
|
+
[_ADt, _TN, _BM, _PT, _GSIUl, _SS, _SSES, _RUe, _TC, _DPE, _MRC, _GTWU, _ODT, _WT],
|
|
2427
|
+
[() => AttributeDefinitions, 0, 0, () => ProvisionedThroughput$, () => GlobalSecondaryIndexUpdateList, () => StreamSpecification$, () => SSESpecification$, () => ReplicationGroupUpdateList, 0, 2, 0, () => GlobalTableWitnessGroupUpdateList, () => OnDemandThroughput$, () => WarmThroughput$]
|
|
2428
|
+
];
|
|
2429
|
+
var UpdateTableOutput$ = [3, n0, _UTO,
|
|
2430
|
+
0,
|
|
2431
|
+
[_TD],
|
|
2432
|
+
[() => TableDescription$]
|
|
2433
|
+
];
|
|
2434
|
+
var UpdateTableReplicaAutoScalingInput$ = [3, n0, _UTRASI,
|
|
2435
|
+
0,
|
|
2436
|
+
[_GSIUl, _TN, _PWCASU, _RUe],
|
|
2437
|
+
[() => GlobalSecondaryIndexAutoScalingUpdateList, 0, () => AutoScalingSettingsUpdate$, () => ReplicaAutoScalingUpdateList]
|
|
2438
|
+
];
|
|
2439
|
+
var UpdateTableReplicaAutoScalingOutput$ = [3, n0, _UTRASO,
|
|
2440
|
+
0,
|
|
2441
|
+
[_TASD],
|
|
2442
|
+
[() => TableAutoScalingDescription$]
|
|
2443
|
+
];
|
|
2444
|
+
var UpdateTimeToLiveInput$ = [3, n0, _UTTLI,
|
|
2445
|
+
0,
|
|
2446
|
+
[_TN, _TTLSi],
|
|
2447
|
+
[0, () => TimeToLiveSpecification$]
|
|
2448
|
+
];
|
|
2449
|
+
var UpdateTimeToLiveOutput$ = [3, n0, _UTTLO,
|
|
2450
|
+
0,
|
|
2451
|
+
[_TTLSi],
|
|
2452
|
+
[() => TimeToLiveSpecification$]
|
|
2453
|
+
];
|
|
2454
|
+
var WarmThroughput$ = [3, n0, _WT,
|
|
2455
|
+
0,
|
|
2456
|
+
[_RUPS, _WUPS],
|
|
2457
|
+
[1, 1]
|
|
2458
|
+
];
|
|
2459
|
+
var WriteRequest$ = [3, n0, _WR,
|
|
2460
|
+
0,
|
|
2461
|
+
[_PR, _DR],
|
|
2462
|
+
[() => PutRequest$, () => DeleteRequest$]
|
|
2463
|
+
];
|
|
2464
|
+
var __Unit = "unit";
|
|
2465
|
+
var DynamoDBServiceException$ = [-3, _sm, "DynamoDBServiceException", 0, [], []];
|
|
2466
|
+
schema.TypeRegistry.for(_sm).registerError(DynamoDBServiceException$, DynamoDBServiceException);
|
|
2467
|
+
var AttributeDefinitions = [1, n0, _ADt,
|
|
2468
|
+
0, () => AttributeDefinition$
|
|
2469
|
+
];
|
|
2470
|
+
var AttributeValueList = [1, n0, _AVL,
|
|
2471
|
+
0, () => AttributeValue$
|
|
2472
|
+
];
|
|
2473
|
+
var AutoScalingPolicyDescriptionList = [1, n0, _ASPDL,
|
|
2474
|
+
0, () => AutoScalingPolicyDescription$
|
|
2475
|
+
];
|
|
2476
|
+
var BackupSummaries = [1, n0, _BSac,
|
|
2477
|
+
0, () => BackupSummary$
|
|
2478
|
+
];
|
|
2479
|
+
var CancellationReasonList = [1, n0, _CRL,
|
|
2480
|
+
0, () => CancellationReason$
|
|
2481
|
+
];
|
|
2482
|
+
var ConsumedCapacityMultiple = [1, n0, _CCM,
|
|
2483
|
+
0, () => ConsumedCapacity$
|
|
2484
|
+
];
|
|
2485
|
+
var ContributorInsightsSummaries = [1, n0, _CISon,
|
|
2486
|
+
0, () => ContributorInsightsSummary$
|
|
2487
|
+
];
|
|
2488
|
+
var Endpoints = [1, n0, _En,
|
|
2489
|
+
0, () => Endpoint$
|
|
2490
|
+
];
|
|
2491
|
+
var ExportSummaries = [1, n0, _ESxp,
|
|
2492
|
+
0, () => ExportSummary$
|
|
2493
|
+
];
|
|
2494
|
+
var GlobalSecondaryIndexAutoScalingUpdateList = [1, n0, _GSIASUL,
|
|
2495
|
+
0, () => GlobalSecondaryIndexAutoScalingUpdate$
|
|
2496
|
+
];
|
|
2497
|
+
var GlobalSecondaryIndexDescriptionList = [1, n0, _GSIDL,
|
|
2498
|
+
0, () => GlobalSecondaryIndexDescription$
|
|
2499
|
+
];
|
|
2500
|
+
var GlobalSecondaryIndexes = [1, n0, _GSI,
|
|
2501
|
+
0, () => GlobalSecondaryIndexInfo$
|
|
2502
|
+
];
|
|
2503
|
+
var GlobalSecondaryIndexList = [1, n0, _GSIL,
|
|
2504
|
+
0, () => GlobalSecondaryIndex$
|
|
2505
|
+
];
|
|
2506
|
+
var GlobalSecondaryIndexUpdateList = [1, n0, _GSIUL,
|
|
2507
|
+
0, () => GlobalSecondaryIndexUpdate$
|
|
2508
|
+
];
|
|
2509
|
+
var GlobalTableGlobalSecondaryIndexSettingsUpdateList = [1, n0, _GTGSISUL,
|
|
2510
|
+
0, () => GlobalTableGlobalSecondaryIndexSettingsUpdate$
|
|
2511
|
+
];
|
|
2512
|
+
var GlobalTableList = [1, n0, _GTL,
|
|
2513
|
+
0, () => GlobalTable$
|
|
2514
|
+
];
|
|
2515
|
+
var GlobalTableWitnessDescriptionList = [1, n0, _GTWDL,
|
|
2516
|
+
0, () => GlobalTableWitnessDescription$
|
|
2517
|
+
];
|
|
2518
|
+
var GlobalTableWitnessGroupUpdateList = [1, n0, _GTWGUL,
|
|
2519
|
+
0, () => GlobalTableWitnessGroupUpdate$
|
|
2520
|
+
];
|
|
2521
|
+
var ImportSummaryList = [1, n0, _ISL,
|
|
2522
|
+
0, () => ImportSummary$
|
|
2523
|
+
];
|
|
2524
|
+
var ItemCollectionMetricsMultiple = [1, n0, _ICMM,
|
|
2525
|
+
0, () => ItemCollectionMetrics$
|
|
2526
|
+
];
|
|
2527
|
+
var ItemList = [1, n0, _IL,
|
|
2528
|
+
0, () => AttributeMap
|
|
2529
|
+
];
|
|
2530
|
+
var ItemResponseList = [1, n0, _IRL,
|
|
2531
|
+
0, () => ItemResponse$
|
|
2532
|
+
];
|
|
2533
|
+
var KeyList = [1, n0, _KL,
|
|
2534
|
+
0, () => Key
|
|
2535
|
+
];
|
|
2536
|
+
var KeySchema = [1, n0, _KS,
|
|
2537
|
+
0, () => KeySchemaElement$
|
|
2538
|
+
];
|
|
2539
|
+
var KinesisDataStreamDestinations = [1, n0, _KDSD,
|
|
2540
|
+
0, () => KinesisDataStreamDestination$
|
|
2541
|
+
];
|
|
2542
|
+
var ListAttributeValue = [1, n0, _LAV,
|
|
2543
|
+
0, () => AttributeValue$
|
|
2544
|
+
];
|
|
2545
|
+
var LocalSecondaryIndexDescriptionList = [1, n0, _LSIDL,
|
|
2546
|
+
0, () => LocalSecondaryIndexDescription$
|
|
2547
|
+
];
|
|
2548
|
+
var LocalSecondaryIndexes = [1, n0, _LSI,
|
|
2549
|
+
0, () => LocalSecondaryIndexInfo$
|
|
2550
|
+
];
|
|
2551
|
+
var LocalSecondaryIndexList = [1, n0, _LSIL,
|
|
2552
|
+
0, () => LocalSecondaryIndex$
|
|
2553
|
+
];
|
|
2554
|
+
var ParameterizedStatements = [1, n0, _PSar,
|
|
2555
|
+
0, () => ParameterizedStatement$
|
|
2556
|
+
];
|
|
2557
|
+
var PartiQLBatchRequest = [1, n0, _PQLBR,
|
|
2558
|
+
0, () => BatchStatementRequest$
|
|
2559
|
+
];
|
|
2560
|
+
var PartiQLBatchResponse = [1, n0, _PQLBRa,
|
|
2561
|
+
0, () => BatchStatementResponse$
|
|
2562
|
+
];
|
|
2563
|
+
var PreparedStatementParameters = [1, n0, _PSP,
|
|
2564
|
+
0, () => AttributeValue$
|
|
2565
|
+
];
|
|
2566
|
+
var ReplicaAutoScalingDescriptionList = [1, n0, _RASDL,
|
|
2567
|
+
0, () => ReplicaAutoScalingDescription$
|
|
2568
|
+
];
|
|
2569
|
+
var ReplicaAutoScalingUpdateList = [1, n0, _RASUL,
|
|
2570
|
+
0, () => ReplicaAutoScalingUpdate$
|
|
2571
|
+
];
|
|
2572
|
+
var ReplicaDescriptionList = [1, n0, _RDL,
|
|
2573
|
+
0, () => ReplicaDescription$
|
|
2574
|
+
];
|
|
2575
|
+
var ReplicaGlobalSecondaryIndexAutoScalingDescriptionList = [1, n0, _RGSIASDL,
|
|
2576
|
+
0, () => ReplicaGlobalSecondaryIndexAutoScalingDescription$
|
|
2577
|
+
];
|
|
2578
|
+
var ReplicaGlobalSecondaryIndexAutoScalingUpdateList = [1, n0, _RGSIASUL,
|
|
2579
|
+
0, () => ReplicaGlobalSecondaryIndexAutoScalingUpdate$
|
|
2580
|
+
];
|
|
2581
|
+
var ReplicaGlobalSecondaryIndexDescriptionList = [1, n0, _RGSIDL,
|
|
2582
|
+
0, () => ReplicaGlobalSecondaryIndexDescription$
|
|
2583
|
+
];
|
|
2584
|
+
var ReplicaGlobalSecondaryIndexList = [1, n0, _RGSIL,
|
|
2585
|
+
0, () => ReplicaGlobalSecondaryIndex$
|
|
2586
|
+
];
|
|
2587
|
+
var ReplicaGlobalSecondaryIndexSettingsDescriptionList = [1, n0, _RGSISDL,
|
|
2588
|
+
0, () => ReplicaGlobalSecondaryIndexSettingsDescription$
|
|
2589
|
+
];
|
|
2590
|
+
var ReplicaGlobalSecondaryIndexSettingsUpdateList = [1, n0, _RGSISUL,
|
|
2591
|
+
0, () => ReplicaGlobalSecondaryIndexSettingsUpdate$
|
|
2592
|
+
];
|
|
2593
|
+
var ReplicaList = [1, n0, _RL,
|
|
2594
|
+
0, () => Replica$
|
|
2595
|
+
];
|
|
2596
|
+
var ReplicaSettingsDescriptionList = [1, n0, _RSDL,
|
|
2597
|
+
0, () => ReplicaSettingsDescription$
|
|
2598
|
+
];
|
|
2599
|
+
var ReplicaSettingsUpdateList = [1, n0, _RSUL,
|
|
2600
|
+
0, () => ReplicaSettingsUpdate$
|
|
2601
|
+
];
|
|
2602
|
+
var ReplicationGroupUpdateList = [1, n0, _RGUL,
|
|
2603
|
+
0, () => ReplicationGroupUpdate$
|
|
2604
|
+
];
|
|
2605
|
+
var ReplicaUpdateList = [1, n0, _RUL,
|
|
2606
|
+
0, () => ReplicaUpdate$
|
|
2607
|
+
];
|
|
2608
|
+
var TagList = [1, n0, _TL,
|
|
2609
|
+
0, () => Tag$
|
|
2610
|
+
];
|
|
2611
|
+
var ThrottlingReasonList = [1, n0, _TRL,
|
|
2612
|
+
0, () => ThrottlingReason$
|
|
2613
|
+
];
|
|
2614
|
+
var TransactGetItemList = [1, n0, _TGIL,
|
|
2615
|
+
0, () => TransactGetItem$
|
|
2616
|
+
];
|
|
2617
|
+
var TransactWriteItemList = [1, n0, _TWIL,
|
|
2618
|
+
0, () => TransactWriteItem$
|
|
2619
|
+
];
|
|
2620
|
+
var WriteRequests = [1, n0, _WRr,
|
|
2621
|
+
0, () => WriteRequest$
|
|
2622
|
+
];
|
|
2623
|
+
var AttributeMap = [2, n0, _AM,
|
|
2624
|
+
0, 0, () => AttributeValue$
|
|
2625
|
+
];
|
|
2626
|
+
var AttributeUpdates = [2, n0, _AU,
|
|
2627
|
+
0, 0, () => AttributeValueUpdate$
|
|
2628
|
+
];
|
|
2629
|
+
var BatchGetRequestMap = [2, n0, _BGRMa,
|
|
2630
|
+
0, 0, () => KeysAndAttributes$
|
|
2631
|
+
];
|
|
2632
|
+
var BatchGetResponseMap = [2, n0, _BGRM,
|
|
2633
|
+
0, 0, () => ItemList
|
|
2634
|
+
];
|
|
2635
|
+
var BatchWriteItemRequestMap = [2, n0, _BWIRM,
|
|
2636
|
+
0, 0, () => WriteRequests
|
|
2637
|
+
];
|
|
2638
|
+
var ExpectedAttributeMap = [2, n0, _EAM,
|
|
2639
|
+
0, 0, () => ExpectedAttributeValue$
|
|
2640
|
+
];
|
|
2641
|
+
var ExpressionAttributeValueMap = [2, n0, _EAVM,
|
|
2642
|
+
0, 0, () => AttributeValue$
|
|
2643
|
+
];
|
|
2644
|
+
var FilterConditionMap = [2, n0, _FCM,
|
|
2645
|
+
0, 0, () => Condition$
|
|
2646
|
+
];
|
|
2647
|
+
var ItemCollectionKeyAttributeMap = [2, n0, _ICKAM,
|
|
2648
|
+
0, 0, () => AttributeValue$
|
|
2649
|
+
];
|
|
2650
|
+
var ItemCollectionMetricsPerTable = [2, n0, _ICMPT,
|
|
2651
|
+
0, 0, () => ItemCollectionMetricsMultiple
|
|
2652
|
+
];
|
|
2653
|
+
var Key = [2, n0, _K,
|
|
2654
|
+
0, 0, () => AttributeValue$
|
|
2655
|
+
];
|
|
2656
|
+
var KeyConditions = [2, n0, _KC,
|
|
2657
|
+
0, 0, () => Condition$
|
|
2658
|
+
];
|
|
2659
|
+
var MapAttributeValue = [2, n0, _MAV,
|
|
2660
|
+
0, 0, () => AttributeValue$
|
|
2661
|
+
];
|
|
2662
|
+
var PutItemInputAttributeMap = [2, n0, _PIIAM,
|
|
2663
|
+
0, 0, () => AttributeValue$
|
|
2664
|
+
];
|
|
2665
|
+
var SecondaryIndexesCapacityMap = [2, n0, _SICM,
|
|
2666
|
+
0, 0, () => Capacity$
|
|
2667
|
+
];
|
|
2668
|
+
var AttributeValue$ = [4, n0, _AV,
|
|
2669
|
+
0,
|
|
2670
|
+
[_S_, _N, _B_, _SS_, _NS, _BS_, _M_, _L_, _NULL, _BOOL],
|
|
2671
|
+
[0, 0, 21, 64 | 0, 64 | 0, 64 | 21, () => MapAttributeValue, () => ListAttributeValue, 2, 2]
|
|
2672
|
+
];
|
|
2673
|
+
var BatchExecuteStatement$ = [9, n0, _BES,
|
|
2674
|
+
0, () => BatchExecuteStatementInput$, () => BatchExecuteStatementOutput$
|
|
2675
|
+
];
|
|
2676
|
+
var BatchGetItem$ = [9, n0, _BGI,
|
|
2677
|
+
0, () => BatchGetItemInput$, () => BatchGetItemOutput$
|
|
2678
|
+
];
|
|
2679
|
+
var BatchWriteItem$ = [9, n0, _BWI,
|
|
2680
|
+
0, () => BatchWriteItemInput$, () => BatchWriteItemOutput$
|
|
2681
|
+
];
|
|
2682
|
+
var CreateBackup$ = [9, n0, _CB,
|
|
2683
|
+
0, () => CreateBackupInput$, () => CreateBackupOutput$
|
|
2684
|
+
];
|
|
2685
|
+
var CreateGlobalTable$ = [9, n0, _CGT,
|
|
2686
|
+
0, () => CreateGlobalTableInput$, () => CreateGlobalTableOutput$
|
|
2687
|
+
];
|
|
2688
|
+
var CreateTable$ = [9, n0, _CTr,
|
|
2689
|
+
0, () => CreateTableInput$, () => CreateTableOutput$
|
|
2690
|
+
];
|
|
2691
|
+
var DeleteBackup$ = [9, n0, _DB,
|
|
2692
|
+
0, () => DeleteBackupInput$, () => DeleteBackupOutput$
|
|
2693
|
+
];
|
|
2694
|
+
var DeleteItem$ = [9, n0, _DI,
|
|
2695
|
+
0, () => DeleteItemInput$, () => DeleteItemOutput$
|
|
2696
|
+
];
|
|
2697
|
+
var DeleteResourcePolicy$ = [9, n0, _DRP,
|
|
2698
|
+
0, () => DeleteResourcePolicyInput$, () => DeleteResourcePolicyOutput$
|
|
2699
|
+
];
|
|
2700
|
+
var DeleteTable$ = [9, n0, _DT,
|
|
2701
|
+
0, () => DeleteTableInput$, () => DeleteTableOutput$
|
|
2702
|
+
];
|
|
2703
|
+
var DescribeBackup$ = [9, n0, _DBe,
|
|
2704
|
+
0, () => DescribeBackupInput$, () => DescribeBackupOutput$
|
|
2705
|
+
];
|
|
2706
|
+
var DescribeContinuousBackups$ = [9, n0, _DCB,
|
|
2707
|
+
0, () => DescribeContinuousBackupsInput$, () => DescribeContinuousBackupsOutput$
|
|
2708
|
+
];
|
|
2709
|
+
var DescribeContributorInsights$ = [9, n0, _DCI,
|
|
2710
|
+
0, () => DescribeContributorInsightsInput$, () => DescribeContributorInsightsOutput$
|
|
2711
|
+
];
|
|
2712
|
+
var DescribeEndpoints$ = [9, n0, _DE,
|
|
2713
|
+
0, () => DescribeEndpointsRequest$, () => DescribeEndpointsResponse$
|
|
2714
|
+
];
|
|
2715
|
+
var DescribeExport$ = [9, n0, _DEe,
|
|
2716
|
+
0, () => DescribeExportInput$, () => DescribeExportOutput$
|
|
2717
|
+
];
|
|
2718
|
+
var DescribeGlobalTable$ = [9, n0, _DGT,
|
|
2719
|
+
0, () => DescribeGlobalTableInput$, () => DescribeGlobalTableOutput$
|
|
2720
|
+
];
|
|
2721
|
+
var DescribeGlobalTableSettings$ = [9, n0, _DGTS,
|
|
2722
|
+
0, () => DescribeGlobalTableSettingsInput$, () => DescribeGlobalTableSettingsOutput$
|
|
2723
|
+
];
|
|
2724
|
+
var DescribeImport$ = [9, n0, _DIe,
|
|
2725
|
+
0, () => DescribeImportInput$, () => DescribeImportOutput$
|
|
2726
|
+
];
|
|
2727
|
+
var DescribeKinesisStreamingDestination$ = [9, n0, _DKSD,
|
|
2728
|
+
0, () => DescribeKinesisStreamingDestinationInput$, () => DescribeKinesisStreamingDestinationOutput$
|
|
2729
|
+
];
|
|
2730
|
+
var DescribeLimits$ = [9, n0, _DL,
|
|
2731
|
+
0, () => DescribeLimitsInput$, () => DescribeLimitsOutput$
|
|
2732
|
+
];
|
|
2733
|
+
var DescribeTable$ = [9, n0, _DTe,
|
|
2734
|
+
0, () => DescribeTableInput$, () => DescribeTableOutput$
|
|
2735
|
+
];
|
|
2736
|
+
var DescribeTableReplicaAutoScaling$ = [9, n0, _DTRAS,
|
|
2737
|
+
0, () => DescribeTableReplicaAutoScalingInput$, () => DescribeTableReplicaAutoScalingOutput$
|
|
2738
|
+
];
|
|
2739
|
+
var DescribeTimeToLive$ = [9, n0, _DTTL,
|
|
2740
|
+
0, () => DescribeTimeToLiveInput$, () => DescribeTimeToLiveOutput$
|
|
2741
|
+
];
|
|
2742
|
+
var DisableKinesisStreamingDestination$ = [9, n0, _DKSDi,
|
|
2743
|
+
0, () => KinesisStreamingDestinationInput$, () => KinesisStreamingDestinationOutput$
|
|
2744
|
+
];
|
|
2745
|
+
var EnableKinesisStreamingDestination$ = [9, n0, _EKSD,
|
|
2746
|
+
0, () => KinesisStreamingDestinationInput$, () => KinesisStreamingDestinationOutput$
|
|
2747
|
+
];
|
|
2748
|
+
var ExecuteStatement$ = [9, n0, _ESxe,
|
|
2749
|
+
0, () => ExecuteStatementInput$, () => ExecuteStatementOutput$
|
|
2750
|
+
];
|
|
2751
|
+
var ExecuteTransaction$ = [9, n0, _ETxe,
|
|
2752
|
+
0, () => ExecuteTransactionInput$, () => ExecuteTransactionOutput$
|
|
2753
|
+
];
|
|
2754
|
+
var ExportTableToPointInTime$ = [9, n0, _ETTPIT,
|
|
2755
|
+
0, () => ExportTableToPointInTimeInput$, () => ExportTableToPointInTimeOutput$
|
|
2756
|
+
];
|
|
2757
|
+
var GetItem$ = [9, n0, _GI,
|
|
2758
|
+
0, () => GetItemInput$, () => GetItemOutput$
|
|
2759
|
+
];
|
|
2760
|
+
var GetResourcePolicy$ = [9, n0, _GRP,
|
|
2761
|
+
0, () => GetResourcePolicyInput$, () => GetResourcePolicyOutput$
|
|
2762
|
+
];
|
|
2763
|
+
var ImportTable$ = [9, n0, _IT,
|
|
2764
|
+
0, () => ImportTableInput$, () => ImportTableOutput$
|
|
2765
|
+
];
|
|
2766
|
+
var ListBackups$ = [9, n0, _LB,
|
|
2767
|
+
0, () => ListBackupsInput$, () => ListBackupsOutput$
|
|
2768
|
+
];
|
|
2769
|
+
var ListContributorInsights$ = [9, n0, _LCI,
|
|
2770
|
+
0, () => ListContributorInsightsInput$, () => ListContributorInsightsOutput$
|
|
2771
|
+
];
|
|
2772
|
+
var ListExports$ = [9, n0, _LE,
|
|
2773
|
+
0, () => ListExportsInput$, () => ListExportsOutput$
|
|
2774
|
+
];
|
|
2775
|
+
var ListGlobalTables$ = [9, n0, _LGT,
|
|
2776
|
+
0, () => ListGlobalTablesInput$, () => ListGlobalTablesOutput$
|
|
2777
|
+
];
|
|
2778
|
+
var ListImports$ = [9, n0, _LI,
|
|
2779
|
+
0, () => ListImportsInput$, () => ListImportsOutput$
|
|
2780
|
+
];
|
|
2781
|
+
var ListTables$ = [9, n0, _LT,
|
|
2782
|
+
0, () => ListTablesInput$, () => ListTablesOutput$
|
|
2783
|
+
];
|
|
2784
|
+
var ListTagsOfResource$ = [9, n0, _LTOR,
|
|
2785
|
+
0, () => ListTagsOfResourceInput$, () => ListTagsOfResourceOutput$
|
|
2786
|
+
];
|
|
2787
|
+
var PutItem$ = [9, n0, _PI,
|
|
2788
|
+
0, () => PutItemInput$, () => PutItemOutput$
|
|
2789
|
+
];
|
|
2790
|
+
var PutResourcePolicy$ = [9, n0, _PRP,
|
|
2791
|
+
0, () => PutResourcePolicyInput$, () => PutResourcePolicyOutput$
|
|
2792
|
+
];
|
|
2793
|
+
var Query$ = [9, n0, _Q,
|
|
2794
|
+
0, () => QueryInput$, () => QueryOutput$
|
|
2795
|
+
];
|
|
2796
|
+
var RestoreTableFromBackup$ = [9, n0, _RTFB,
|
|
2797
|
+
0, () => RestoreTableFromBackupInput$, () => RestoreTableFromBackupOutput$
|
|
2798
|
+
];
|
|
2799
|
+
var RestoreTableToPointInTime$ = [9, n0, _RTTPIT,
|
|
2800
|
+
0, () => RestoreTableToPointInTimeInput$, () => RestoreTableToPointInTimeOutput$
|
|
2801
|
+
];
|
|
2802
|
+
var Scan$ = [9, n0, _Sc,
|
|
2803
|
+
0, () => ScanInput$, () => ScanOutput$
|
|
2804
|
+
];
|
|
2805
|
+
var TagResource$ = [9, n0, _TRa,
|
|
2806
|
+
0, () => TagResourceInput$, () => __Unit
|
|
2807
|
+
];
|
|
2808
|
+
var TransactGetItems$ = [9, n0, _TGIr,
|
|
2809
|
+
0, () => TransactGetItemsInput$, () => TransactGetItemsOutput$
|
|
2810
|
+
];
|
|
2811
|
+
var TransactWriteItems$ = [9, n0, _TWIr,
|
|
2812
|
+
0, () => TransactWriteItemsInput$, () => TransactWriteItemsOutput$
|
|
2813
|
+
];
|
|
2814
|
+
var UntagResource$ = [9, n0, _UR,
|
|
2815
|
+
0, () => UntagResourceInput$, () => __Unit
|
|
2816
|
+
];
|
|
2817
|
+
var UpdateContinuousBackups$ = [9, n0, _UCB,
|
|
2818
|
+
0, () => UpdateContinuousBackupsInput$, () => UpdateContinuousBackupsOutput$
|
|
2819
|
+
];
|
|
2820
|
+
var UpdateContributorInsights$ = [9, n0, _UCI,
|
|
2821
|
+
0, () => UpdateContributorInsightsInput$, () => UpdateContributorInsightsOutput$
|
|
2822
|
+
];
|
|
2823
|
+
var UpdateGlobalTable$ = [9, n0, _UGT,
|
|
2824
|
+
0, () => UpdateGlobalTableInput$, () => UpdateGlobalTableOutput$
|
|
2825
|
+
];
|
|
2826
|
+
var UpdateGlobalTableSettings$ = [9, n0, _UGTS,
|
|
2827
|
+
0, () => UpdateGlobalTableSettingsInput$, () => UpdateGlobalTableSettingsOutput$
|
|
2828
|
+
];
|
|
2829
|
+
var UpdateItem$ = [9, n0, _UIp,
|
|
2830
|
+
0, () => UpdateItemInput$, () => UpdateItemOutput$
|
|
2831
|
+
];
|
|
2832
|
+
var UpdateKinesisStreamingDestination$ = [9, n0, _UKSD,
|
|
2833
|
+
0, () => UpdateKinesisStreamingDestinationInput$, () => UpdateKinesisStreamingDestinationOutput$
|
|
2834
|
+
];
|
|
2835
|
+
var UpdateTable$ = [9, n0, _UT,
|
|
2836
|
+
0, () => UpdateTableInput$, () => UpdateTableOutput$
|
|
2837
|
+
];
|
|
2838
|
+
var UpdateTableReplicaAutoScaling$ = [9, n0, _UTRAS,
|
|
2839
|
+
0, () => UpdateTableReplicaAutoScalingInput$, () => UpdateTableReplicaAutoScalingOutput$
|
|
2840
|
+
];
|
|
2841
|
+
var UpdateTimeToLive$ = [9, n0, _UTTL,
|
|
2842
|
+
0, () => UpdateTimeToLiveInput$, () => UpdateTimeToLiveOutput$
|
|
2843
|
+
];
|
|
2844
|
+
|
|
2845
|
+
class DescribeEndpointsCommand extends smithyClient.Command
|
|
2846
|
+
.classBuilder()
|
|
2847
|
+
.ep(commonParams)
|
|
2848
|
+
.m(function (Command, cs, config, o) {
|
|
2849
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2850
|
+
})
|
|
2851
|
+
.s("DynamoDB_20120810", "DescribeEndpoints", {})
|
|
2852
|
+
.n("DynamoDBClient", "DescribeEndpointsCommand")
|
|
2853
|
+
.sc(DescribeEndpoints$)
|
|
2854
|
+
.build() {
|
|
2855
|
+
}
|
|
2856
|
+
|
|
2857
|
+
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
2858
|
+
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
2859
|
+
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
2860
|
+
let _credentials = runtimeConfig.credentials;
|
|
2861
|
+
return {
|
|
2862
|
+
setHttpAuthScheme(httpAuthScheme) {
|
|
2863
|
+
const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
|
|
2864
|
+
if (index === -1) {
|
|
2865
|
+
_httpAuthSchemes.push(httpAuthScheme);
|
|
2866
|
+
}
|
|
2867
|
+
else {
|
|
2868
|
+
_httpAuthSchemes.splice(index, 1, httpAuthScheme);
|
|
2869
|
+
}
|
|
2870
|
+
},
|
|
2871
|
+
httpAuthSchemes() {
|
|
2872
|
+
return _httpAuthSchemes;
|
|
2873
|
+
},
|
|
2874
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
|
|
2875
|
+
_httpAuthSchemeProvider = httpAuthSchemeProvider;
|
|
2876
|
+
},
|
|
2877
|
+
httpAuthSchemeProvider() {
|
|
2878
|
+
return _httpAuthSchemeProvider;
|
|
2879
|
+
},
|
|
2880
|
+
setCredentials(credentials) {
|
|
2881
|
+
_credentials = credentials;
|
|
2882
|
+
},
|
|
2883
|
+
credentials() {
|
|
2884
|
+
return _credentials;
|
|
2885
|
+
},
|
|
2886
|
+
};
|
|
2887
|
+
};
|
|
2888
|
+
const resolveHttpAuthRuntimeConfig = (config) => {
|
|
2889
|
+
return {
|
|
2890
|
+
httpAuthSchemes: config.httpAuthSchemes(),
|
|
2891
|
+
httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
|
|
2892
|
+
credentials: config.credentials(),
|
|
2893
|
+
};
|
|
2894
|
+
};
|
|
2895
|
+
|
|
2896
|
+
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
2897
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
2898
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
2899
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
2900
|
+
};
|
|
2901
|
+
|
|
2902
|
+
class DynamoDBClient extends smithyClient.Client {
|
|
2903
|
+
config;
|
|
2904
|
+
constructor(...[configuration]) {
|
|
2905
|
+
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
2906
|
+
super(_config_0);
|
|
2907
|
+
this.initConfig = _config_0;
|
|
2908
|
+
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
2909
|
+
const _config_2 = accountIdEndpoint.resolveAccountIdEndpointModeConfig(_config_1);
|
|
2910
|
+
const _config_3 = middlewareUserAgent.resolveUserAgentConfig(_config_2);
|
|
2911
|
+
const _config_4 = middlewareRetry.resolveRetryConfig(_config_3);
|
|
2912
|
+
const _config_5 = configResolver.resolveRegionConfig(_config_4);
|
|
2913
|
+
const _config_6 = middlewareHostHeader.resolveHostHeaderConfig(_config_5);
|
|
2914
|
+
const _config_7 = middlewareEndpoint.resolveEndpointConfig(_config_6);
|
|
2915
|
+
const _config_8 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_7);
|
|
2916
|
+
const _config_9 = middlewareEndpointDiscovery.resolveEndpointDiscoveryConfig(_config_8, { endpointDiscoveryCommandCtor: DescribeEndpointsCommand });
|
|
2917
|
+
const _config_10 = resolveRuntimeExtensions(_config_9, configuration?.extensions || []);
|
|
2918
|
+
this.config = _config_10;
|
|
2919
|
+
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
2920
|
+
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
2921
|
+
this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
|
|
2922
|
+
this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
|
|
2923
|
+
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
2924
|
+
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
2925
|
+
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
2926
|
+
this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
|
|
2927
|
+
httpAuthSchemeParametersProvider: httpAuthSchemeProvider.defaultDynamoDBHttpAuthSchemeParametersProvider,
|
|
2928
|
+
identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({
|
|
2929
|
+
"aws.auth#sigv4": config.credentials,
|
|
2930
|
+
}),
|
|
2931
|
+
}));
|
|
2932
|
+
this.middlewareStack.use(core.getHttpSigningPlugin(this.config));
|
|
2933
|
+
}
|
|
2934
|
+
destroy() {
|
|
2935
|
+
super.destroy();
|
|
2936
|
+
}
|
|
2937
|
+
}
|
|
2938
|
+
|
|
2939
|
+
class BatchExecuteStatementCommand extends smithyClient.Command
|
|
2940
|
+
.classBuilder()
|
|
2941
|
+
.ep(commonParams)
|
|
2942
|
+
.m(function (Command, cs, config, o) {
|
|
2943
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2944
|
+
})
|
|
2945
|
+
.s("DynamoDB_20120810", "BatchExecuteStatement", {})
|
|
2946
|
+
.n("DynamoDBClient", "BatchExecuteStatementCommand")
|
|
2947
|
+
.sc(BatchExecuteStatement$)
|
|
2948
|
+
.build() {
|
|
2949
|
+
}
|
|
2950
|
+
|
|
2951
|
+
class BatchGetItemCommand extends smithyClient.Command
|
|
2952
|
+
.classBuilder()
|
|
2953
|
+
.ep({
|
|
2954
|
+
...commonParams,
|
|
2955
|
+
ResourceArnList: { type: "operationContextParams", get: (input) => Object.keys(input?.RequestItems ?? {}) },
|
|
2956
|
+
})
|
|
2957
|
+
.m(function (Command, cs, config, o) {
|
|
2958
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2959
|
+
})
|
|
2960
|
+
.s("DynamoDB_20120810", "BatchGetItem", {})
|
|
2961
|
+
.n("DynamoDBClient", "BatchGetItemCommand")
|
|
2962
|
+
.sc(BatchGetItem$)
|
|
2963
|
+
.build() {
|
|
2964
|
+
}
|
|
2965
|
+
|
|
2966
|
+
class BatchWriteItemCommand extends smithyClient.Command
|
|
2967
|
+
.classBuilder()
|
|
2968
|
+
.ep({
|
|
2969
|
+
...commonParams,
|
|
2970
|
+
ResourceArnList: { type: "operationContextParams", get: (input) => Object.keys(input?.RequestItems ?? {}) },
|
|
2971
|
+
})
|
|
2972
|
+
.m(function (Command, cs, config, o) {
|
|
2973
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2974
|
+
})
|
|
2975
|
+
.s("DynamoDB_20120810", "BatchWriteItem", {})
|
|
2976
|
+
.n("DynamoDBClient", "BatchWriteItemCommand")
|
|
2977
|
+
.sc(BatchWriteItem$)
|
|
2978
|
+
.build() {
|
|
2979
|
+
}
|
|
2980
|
+
|
|
2981
|
+
class CreateBackupCommand extends smithyClient.Command
|
|
2982
|
+
.classBuilder()
|
|
2983
|
+
.ep({
|
|
2984
|
+
...commonParams,
|
|
2985
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
2986
|
+
})
|
|
2987
|
+
.m(function (Command, cs, config, o) {
|
|
2988
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2989
|
+
})
|
|
2990
|
+
.s("DynamoDB_20120810", "CreateBackup", {})
|
|
2991
|
+
.n("DynamoDBClient", "CreateBackupCommand")
|
|
2992
|
+
.sc(CreateBackup$)
|
|
2993
|
+
.build() {
|
|
2994
|
+
}
|
|
2995
|
+
|
|
2996
|
+
class CreateGlobalTableCommand extends smithyClient.Command
|
|
2997
|
+
.classBuilder()
|
|
2998
|
+
.ep({
|
|
2999
|
+
...commonParams,
|
|
3000
|
+
ResourceArn: { type: "contextParams", name: "GlobalTableName" },
|
|
3001
|
+
})
|
|
3002
|
+
.m(function (Command, cs, config, o) {
|
|
3003
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3004
|
+
})
|
|
3005
|
+
.s("DynamoDB_20120810", "CreateGlobalTable", {})
|
|
3006
|
+
.n("DynamoDBClient", "CreateGlobalTableCommand")
|
|
3007
|
+
.sc(CreateGlobalTable$)
|
|
3008
|
+
.build() {
|
|
3009
|
+
}
|
|
3010
|
+
|
|
3011
|
+
class CreateTableCommand extends smithyClient.Command
|
|
3012
|
+
.classBuilder()
|
|
3013
|
+
.ep({
|
|
3014
|
+
...commonParams,
|
|
3015
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3016
|
+
})
|
|
3017
|
+
.m(function (Command, cs, config, o) {
|
|
3018
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3019
|
+
})
|
|
3020
|
+
.s("DynamoDB_20120810", "CreateTable", {})
|
|
3021
|
+
.n("DynamoDBClient", "CreateTableCommand")
|
|
3022
|
+
.sc(CreateTable$)
|
|
3023
|
+
.build() {
|
|
3024
|
+
}
|
|
3025
|
+
|
|
3026
|
+
class DeleteBackupCommand extends smithyClient.Command
|
|
3027
|
+
.classBuilder()
|
|
3028
|
+
.ep({
|
|
3029
|
+
...commonParams,
|
|
3030
|
+
ResourceArn: { type: "contextParams", name: "BackupArn" },
|
|
3031
|
+
})
|
|
3032
|
+
.m(function (Command, cs, config, o) {
|
|
3033
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3034
|
+
})
|
|
3035
|
+
.s("DynamoDB_20120810", "DeleteBackup", {})
|
|
3036
|
+
.n("DynamoDBClient", "DeleteBackupCommand")
|
|
3037
|
+
.sc(DeleteBackup$)
|
|
3038
|
+
.build() {
|
|
3039
|
+
}
|
|
3040
|
+
|
|
3041
|
+
class DeleteItemCommand extends smithyClient.Command
|
|
3042
|
+
.classBuilder()
|
|
3043
|
+
.ep({
|
|
3044
|
+
...commonParams,
|
|
3045
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3046
|
+
})
|
|
3047
|
+
.m(function (Command, cs, config, o) {
|
|
3048
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3049
|
+
})
|
|
3050
|
+
.s("DynamoDB_20120810", "DeleteItem", {})
|
|
3051
|
+
.n("DynamoDBClient", "DeleteItemCommand")
|
|
3052
|
+
.sc(DeleteItem$)
|
|
3053
|
+
.build() {
|
|
3054
|
+
}
|
|
3055
|
+
|
|
3056
|
+
class DeleteResourcePolicyCommand extends smithyClient.Command
|
|
3057
|
+
.classBuilder()
|
|
3058
|
+
.ep({
|
|
3059
|
+
...commonParams,
|
|
3060
|
+
ResourceArn: { type: "contextParams", name: "ResourceArn" },
|
|
3061
|
+
})
|
|
3062
|
+
.m(function (Command, cs, config, o) {
|
|
3063
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3064
|
+
})
|
|
3065
|
+
.s("DynamoDB_20120810", "DeleteResourcePolicy", {})
|
|
3066
|
+
.n("DynamoDBClient", "DeleteResourcePolicyCommand")
|
|
3067
|
+
.sc(DeleteResourcePolicy$)
|
|
3068
|
+
.build() {
|
|
3069
|
+
}
|
|
3070
|
+
|
|
3071
|
+
class DeleteTableCommand extends smithyClient.Command
|
|
3072
|
+
.classBuilder()
|
|
3073
|
+
.ep({
|
|
3074
|
+
...commonParams,
|
|
3075
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3076
|
+
})
|
|
3077
|
+
.m(function (Command, cs, config, o) {
|
|
3078
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3079
|
+
})
|
|
3080
|
+
.s("DynamoDB_20120810", "DeleteTable", {})
|
|
3081
|
+
.n("DynamoDBClient", "DeleteTableCommand")
|
|
3082
|
+
.sc(DeleteTable$)
|
|
3083
|
+
.build() {
|
|
3084
|
+
}
|
|
3085
|
+
|
|
3086
|
+
class DescribeBackupCommand extends smithyClient.Command
|
|
3087
|
+
.classBuilder()
|
|
3088
|
+
.ep({
|
|
3089
|
+
...commonParams,
|
|
3090
|
+
ResourceArn: { type: "contextParams", name: "BackupArn" },
|
|
3091
|
+
})
|
|
3092
|
+
.m(function (Command, cs, config, o) {
|
|
3093
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3094
|
+
})
|
|
3095
|
+
.s("DynamoDB_20120810", "DescribeBackup", {})
|
|
3096
|
+
.n("DynamoDBClient", "DescribeBackupCommand")
|
|
3097
|
+
.sc(DescribeBackup$)
|
|
3098
|
+
.build() {
|
|
3099
|
+
}
|
|
3100
|
+
|
|
3101
|
+
class DescribeContinuousBackupsCommand extends smithyClient.Command
|
|
3102
|
+
.classBuilder()
|
|
3103
|
+
.ep({
|
|
3104
|
+
...commonParams,
|
|
3105
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3106
|
+
})
|
|
3107
|
+
.m(function (Command, cs, config, o) {
|
|
3108
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3109
|
+
})
|
|
3110
|
+
.s("DynamoDB_20120810", "DescribeContinuousBackups", {})
|
|
3111
|
+
.n("DynamoDBClient", "DescribeContinuousBackupsCommand")
|
|
3112
|
+
.sc(DescribeContinuousBackups$)
|
|
3113
|
+
.build() {
|
|
3114
|
+
}
|
|
3115
|
+
|
|
3116
|
+
class DescribeContributorInsightsCommand extends smithyClient.Command
|
|
3117
|
+
.classBuilder()
|
|
3118
|
+
.ep({
|
|
3119
|
+
...commonParams,
|
|
3120
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3121
|
+
})
|
|
3122
|
+
.m(function (Command, cs, config, o) {
|
|
3123
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3124
|
+
})
|
|
3125
|
+
.s("DynamoDB_20120810", "DescribeContributorInsights", {})
|
|
3126
|
+
.n("DynamoDBClient", "DescribeContributorInsightsCommand")
|
|
3127
|
+
.sc(DescribeContributorInsights$)
|
|
3128
|
+
.build() {
|
|
3129
|
+
}
|
|
3130
|
+
|
|
3131
|
+
class DescribeExportCommand extends smithyClient.Command
|
|
3132
|
+
.classBuilder()
|
|
3133
|
+
.ep({
|
|
3134
|
+
...commonParams,
|
|
3135
|
+
ResourceArn: { type: "contextParams", name: "ExportArn" },
|
|
3136
|
+
})
|
|
3137
|
+
.m(function (Command, cs, config, o) {
|
|
3138
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3139
|
+
})
|
|
3140
|
+
.s("DynamoDB_20120810", "DescribeExport", {})
|
|
3141
|
+
.n("DynamoDBClient", "DescribeExportCommand")
|
|
3142
|
+
.sc(DescribeExport$)
|
|
3143
|
+
.build() {
|
|
3144
|
+
}
|
|
3145
|
+
|
|
3146
|
+
class DescribeGlobalTableCommand extends smithyClient.Command
|
|
3147
|
+
.classBuilder()
|
|
3148
|
+
.ep({
|
|
3149
|
+
...commonParams,
|
|
3150
|
+
ResourceArn: { type: "contextParams", name: "GlobalTableName" },
|
|
3151
|
+
})
|
|
3152
|
+
.m(function (Command, cs, config, o) {
|
|
3153
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3154
|
+
})
|
|
3155
|
+
.s("DynamoDB_20120810", "DescribeGlobalTable", {})
|
|
3156
|
+
.n("DynamoDBClient", "DescribeGlobalTableCommand")
|
|
3157
|
+
.sc(DescribeGlobalTable$)
|
|
3158
|
+
.build() {
|
|
3159
|
+
}
|
|
3160
|
+
|
|
3161
|
+
class DescribeGlobalTableSettingsCommand extends smithyClient.Command
|
|
3162
|
+
.classBuilder()
|
|
3163
|
+
.ep({
|
|
3164
|
+
...commonParams,
|
|
3165
|
+
ResourceArn: { type: "contextParams", name: "GlobalTableName" },
|
|
3166
|
+
})
|
|
3167
|
+
.m(function (Command, cs, config, o) {
|
|
3168
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3169
|
+
})
|
|
3170
|
+
.s("DynamoDB_20120810", "DescribeGlobalTableSettings", {})
|
|
3171
|
+
.n("DynamoDBClient", "DescribeGlobalTableSettingsCommand")
|
|
3172
|
+
.sc(DescribeGlobalTableSettings$)
|
|
3173
|
+
.build() {
|
|
3174
|
+
}
|
|
3175
|
+
|
|
3176
|
+
class DescribeImportCommand extends smithyClient.Command
|
|
3177
|
+
.classBuilder()
|
|
3178
|
+
.ep({
|
|
3179
|
+
...commonParams,
|
|
3180
|
+
ResourceArn: { type: "contextParams", name: "ImportArn" },
|
|
3181
|
+
})
|
|
3182
|
+
.m(function (Command, cs, config, o) {
|
|
3183
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3184
|
+
})
|
|
3185
|
+
.s("DynamoDB_20120810", "DescribeImport", {})
|
|
3186
|
+
.n("DynamoDBClient", "DescribeImportCommand")
|
|
3187
|
+
.sc(DescribeImport$)
|
|
3188
|
+
.build() {
|
|
3189
|
+
}
|
|
3190
|
+
|
|
3191
|
+
class DescribeKinesisStreamingDestinationCommand extends smithyClient.Command
|
|
3192
|
+
.classBuilder()
|
|
3193
|
+
.ep({
|
|
3194
|
+
...commonParams,
|
|
3195
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3196
|
+
})
|
|
3197
|
+
.m(function (Command, cs, config, o) {
|
|
3198
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3199
|
+
})
|
|
3200
|
+
.s("DynamoDB_20120810", "DescribeKinesisStreamingDestination", {})
|
|
3201
|
+
.n("DynamoDBClient", "DescribeKinesisStreamingDestinationCommand")
|
|
3202
|
+
.sc(DescribeKinesisStreamingDestination$)
|
|
3203
|
+
.build() {
|
|
3204
|
+
}
|
|
3205
|
+
|
|
3206
|
+
class DescribeLimitsCommand extends smithyClient.Command
|
|
3207
|
+
.classBuilder()
|
|
3208
|
+
.ep(commonParams)
|
|
3209
|
+
.m(function (Command, cs, config, o) {
|
|
3210
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3211
|
+
})
|
|
3212
|
+
.s("DynamoDB_20120810", "DescribeLimits", {})
|
|
3213
|
+
.n("DynamoDBClient", "DescribeLimitsCommand")
|
|
3214
|
+
.sc(DescribeLimits$)
|
|
3215
|
+
.build() {
|
|
3216
|
+
}
|
|
3217
|
+
|
|
3218
|
+
class DescribeTableCommand extends smithyClient.Command
|
|
3219
|
+
.classBuilder()
|
|
3220
|
+
.ep({
|
|
3221
|
+
...commonParams,
|
|
3222
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3223
|
+
})
|
|
3224
|
+
.m(function (Command, cs, config, o) {
|
|
3225
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3226
|
+
})
|
|
3227
|
+
.s("DynamoDB_20120810", "DescribeTable", {})
|
|
3228
|
+
.n("DynamoDBClient", "DescribeTableCommand")
|
|
3229
|
+
.sc(DescribeTable$)
|
|
3230
|
+
.build() {
|
|
3231
|
+
}
|
|
3232
|
+
|
|
3233
|
+
class DescribeTableReplicaAutoScalingCommand extends smithyClient.Command
|
|
3234
|
+
.classBuilder()
|
|
3235
|
+
.ep({
|
|
3236
|
+
...commonParams,
|
|
3237
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3238
|
+
})
|
|
3239
|
+
.m(function (Command, cs, config, o) {
|
|
3240
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3241
|
+
})
|
|
3242
|
+
.s("DynamoDB_20120810", "DescribeTableReplicaAutoScaling", {})
|
|
3243
|
+
.n("DynamoDBClient", "DescribeTableReplicaAutoScalingCommand")
|
|
3244
|
+
.sc(DescribeTableReplicaAutoScaling$)
|
|
3245
|
+
.build() {
|
|
3246
|
+
}
|
|
3247
|
+
|
|
3248
|
+
class DescribeTimeToLiveCommand extends smithyClient.Command
|
|
3249
|
+
.classBuilder()
|
|
3250
|
+
.ep({
|
|
3251
|
+
...commonParams,
|
|
3252
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3253
|
+
})
|
|
3254
|
+
.m(function (Command, cs, config, o) {
|
|
3255
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3256
|
+
})
|
|
3257
|
+
.s("DynamoDB_20120810", "DescribeTimeToLive", {})
|
|
3258
|
+
.n("DynamoDBClient", "DescribeTimeToLiveCommand")
|
|
3259
|
+
.sc(DescribeTimeToLive$)
|
|
3260
|
+
.build() {
|
|
3261
|
+
}
|
|
3262
|
+
|
|
3263
|
+
class DisableKinesisStreamingDestinationCommand extends smithyClient.Command
|
|
3264
|
+
.classBuilder()
|
|
3265
|
+
.ep({
|
|
3266
|
+
...commonParams,
|
|
3267
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3268
|
+
})
|
|
3269
|
+
.m(function (Command, cs, config, o) {
|
|
3270
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3271
|
+
})
|
|
3272
|
+
.s("DynamoDB_20120810", "DisableKinesisStreamingDestination", {})
|
|
3273
|
+
.n("DynamoDBClient", "DisableKinesisStreamingDestinationCommand")
|
|
3274
|
+
.sc(DisableKinesisStreamingDestination$)
|
|
3275
|
+
.build() {
|
|
3276
|
+
}
|
|
3277
|
+
|
|
3278
|
+
class EnableKinesisStreamingDestinationCommand extends smithyClient.Command
|
|
3279
|
+
.classBuilder()
|
|
3280
|
+
.ep({
|
|
3281
|
+
...commonParams,
|
|
3282
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3283
|
+
})
|
|
3284
|
+
.m(function (Command, cs, config, o) {
|
|
3285
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3286
|
+
})
|
|
3287
|
+
.s("DynamoDB_20120810", "EnableKinesisStreamingDestination", {})
|
|
3288
|
+
.n("DynamoDBClient", "EnableKinesisStreamingDestinationCommand")
|
|
3289
|
+
.sc(EnableKinesisStreamingDestination$)
|
|
3290
|
+
.build() {
|
|
3291
|
+
}
|
|
3292
|
+
|
|
3293
|
+
class ExecuteStatementCommand extends smithyClient.Command
|
|
3294
|
+
.classBuilder()
|
|
3295
|
+
.ep(commonParams)
|
|
3296
|
+
.m(function (Command, cs, config, o) {
|
|
3297
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3298
|
+
})
|
|
3299
|
+
.s("DynamoDB_20120810", "ExecuteStatement", {})
|
|
3300
|
+
.n("DynamoDBClient", "ExecuteStatementCommand")
|
|
3301
|
+
.sc(ExecuteStatement$)
|
|
3302
|
+
.build() {
|
|
3303
|
+
}
|
|
3304
|
+
|
|
3305
|
+
class ExecuteTransactionCommand extends smithyClient.Command
|
|
3306
|
+
.classBuilder()
|
|
3307
|
+
.ep(commonParams)
|
|
3308
|
+
.m(function (Command, cs, config, o) {
|
|
3309
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3310
|
+
})
|
|
3311
|
+
.s("DynamoDB_20120810", "ExecuteTransaction", {})
|
|
3312
|
+
.n("DynamoDBClient", "ExecuteTransactionCommand")
|
|
3313
|
+
.sc(ExecuteTransaction$)
|
|
3314
|
+
.build() {
|
|
3315
|
+
}
|
|
3316
|
+
|
|
3317
|
+
class ExportTableToPointInTimeCommand extends smithyClient.Command
|
|
3318
|
+
.classBuilder()
|
|
3319
|
+
.ep({
|
|
3320
|
+
...commonParams,
|
|
3321
|
+
ResourceArn: { type: "contextParams", name: "TableArn" },
|
|
3322
|
+
})
|
|
3323
|
+
.m(function (Command, cs, config, o) {
|
|
3324
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3325
|
+
})
|
|
3326
|
+
.s("DynamoDB_20120810", "ExportTableToPointInTime", {})
|
|
3327
|
+
.n("DynamoDBClient", "ExportTableToPointInTimeCommand")
|
|
3328
|
+
.sc(ExportTableToPointInTime$)
|
|
3329
|
+
.build() {
|
|
3330
|
+
}
|
|
3331
|
+
|
|
3332
|
+
class GetItemCommand extends smithyClient.Command
|
|
3333
|
+
.classBuilder()
|
|
3334
|
+
.ep({
|
|
3335
|
+
...commonParams,
|
|
3336
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3337
|
+
})
|
|
3338
|
+
.m(function (Command, cs, config, o) {
|
|
3339
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3340
|
+
})
|
|
3341
|
+
.s("DynamoDB_20120810", "GetItem", {})
|
|
3342
|
+
.n("DynamoDBClient", "GetItemCommand")
|
|
3343
|
+
.sc(GetItem$)
|
|
3344
|
+
.build() {
|
|
3345
|
+
}
|
|
3346
|
+
|
|
3347
|
+
class GetResourcePolicyCommand extends smithyClient.Command
|
|
3348
|
+
.classBuilder()
|
|
3349
|
+
.ep({
|
|
3350
|
+
...commonParams,
|
|
3351
|
+
ResourceArn: { type: "contextParams", name: "ResourceArn" },
|
|
3352
|
+
})
|
|
3353
|
+
.m(function (Command, cs, config, o) {
|
|
3354
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3355
|
+
})
|
|
3356
|
+
.s("DynamoDB_20120810", "GetResourcePolicy", {})
|
|
3357
|
+
.n("DynamoDBClient", "GetResourcePolicyCommand")
|
|
3358
|
+
.sc(GetResourcePolicy$)
|
|
3359
|
+
.build() {
|
|
3360
|
+
}
|
|
3361
|
+
|
|
3362
|
+
class ImportTableCommand extends smithyClient.Command
|
|
3363
|
+
.classBuilder()
|
|
3364
|
+
.ep({
|
|
3365
|
+
...commonParams,
|
|
3366
|
+
ResourceArn: { type: "operationContextParams", get: (input) => input?.TableCreationParameters?.TableName },
|
|
3367
|
+
})
|
|
3368
|
+
.m(function (Command, cs, config, o) {
|
|
3369
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3370
|
+
})
|
|
3371
|
+
.s("DynamoDB_20120810", "ImportTable", {})
|
|
3372
|
+
.n("DynamoDBClient", "ImportTableCommand")
|
|
3373
|
+
.sc(ImportTable$)
|
|
3374
|
+
.build() {
|
|
3375
|
+
}
|
|
3376
|
+
|
|
3377
|
+
class ListBackupsCommand extends smithyClient.Command
|
|
3378
|
+
.classBuilder()
|
|
3379
|
+
.ep({
|
|
3380
|
+
...commonParams,
|
|
3381
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3382
|
+
})
|
|
3383
|
+
.m(function (Command, cs, config, o) {
|
|
3384
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3385
|
+
})
|
|
3386
|
+
.s("DynamoDB_20120810", "ListBackups", {})
|
|
3387
|
+
.n("DynamoDBClient", "ListBackupsCommand")
|
|
3388
|
+
.sc(ListBackups$)
|
|
3389
|
+
.build() {
|
|
3390
|
+
}
|
|
3391
|
+
|
|
3392
|
+
class ListContributorInsightsCommand extends smithyClient.Command
|
|
3393
|
+
.classBuilder()
|
|
3394
|
+
.ep({
|
|
3395
|
+
...commonParams,
|
|
3396
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3397
|
+
})
|
|
3398
|
+
.m(function (Command, cs, config, o) {
|
|
3399
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3400
|
+
})
|
|
3401
|
+
.s("DynamoDB_20120810", "ListContributorInsights", {})
|
|
3402
|
+
.n("DynamoDBClient", "ListContributorInsightsCommand")
|
|
3403
|
+
.sc(ListContributorInsights$)
|
|
3404
|
+
.build() {
|
|
3405
|
+
}
|
|
3406
|
+
|
|
3407
|
+
class ListExportsCommand extends smithyClient.Command
|
|
3408
|
+
.classBuilder()
|
|
3409
|
+
.ep({
|
|
3410
|
+
...commonParams,
|
|
3411
|
+
ResourceArn: { type: "contextParams", name: "TableArn" },
|
|
3412
|
+
})
|
|
3413
|
+
.m(function (Command, cs, config, o) {
|
|
3414
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3415
|
+
})
|
|
3416
|
+
.s("DynamoDB_20120810", "ListExports", {})
|
|
3417
|
+
.n("DynamoDBClient", "ListExportsCommand")
|
|
3418
|
+
.sc(ListExports$)
|
|
3419
|
+
.build() {
|
|
3420
|
+
}
|
|
3421
|
+
|
|
3422
|
+
class ListGlobalTablesCommand extends smithyClient.Command
|
|
3423
|
+
.classBuilder()
|
|
3424
|
+
.ep(commonParams)
|
|
3425
|
+
.m(function (Command, cs, config, o) {
|
|
3426
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3427
|
+
})
|
|
3428
|
+
.s("DynamoDB_20120810", "ListGlobalTables", {})
|
|
3429
|
+
.n("DynamoDBClient", "ListGlobalTablesCommand")
|
|
3430
|
+
.sc(ListGlobalTables$)
|
|
3431
|
+
.build() {
|
|
3432
|
+
}
|
|
3433
|
+
|
|
3434
|
+
class ListImportsCommand extends smithyClient.Command
|
|
3435
|
+
.classBuilder()
|
|
3436
|
+
.ep({
|
|
3437
|
+
...commonParams,
|
|
3438
|
+
ResourceArn: { type: "contextParams", name: "TableArn" },
|
|
3439
|
+
})
|
|
3440
|
+
.m(function (Command, cs, config, o) {
|
|
3441
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3442
|
+
})
|
|
3443
|
+
.s("DynamoDB_20120810", "ListImports", {})
|
|
3444
|
+
.n("DynamoDBClient", "ListImportsCommand")
|
|
3445
|
+
.sc(ListImports$)
|
|
3446
|
+
.build() {
|
|
3447
|
+
}
|
|
3448
|
+
|
|
3449
|
+
class ListTablesCommand extends smithyClient.Command
|
|
3450
|
+
.classBuilder()
|
|
3451
|
+
.ep(commonParams)
|
|
3452
|
+
.m(function (Command, cs, config, o) {
|
|
3453
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3454
|
+
})
|
|
3455
|
+
.s("DynamoDB_20120810", "ListTables", {})
|
|
3456
|
+
.n("DynamoDBClient", "ListTablesCommand")
|
|
3457
|
+
.sc(ListTables$)
|
|
3458
|
+
.build() {
|
|
3459
|
+
}
|
|
3460
|
+
|
|
3461
|
+
class ListTagsOfResourceCommand extends smithyClient.Command
|
|
3462
|
+
.classBuilder()
|
|
3463
|
+
.ep({
|
|
3464
|
+
...commonParams,
|
|
3465
|
+
ResourceArn: { type: "contextParams", name: "ResourceArn" },
|
|
3466
|
+
})
|
|
3467
|
+
.m(function (Command, cs, config, o) {
|
|
3468
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3469
|
+
})
|
|
3470
|
+
.s("DynamoDB_20120810", "ListTagsOfResource", {})
|
|
3471
|
+
.n("DynamoDBClient", "ListTagsOfResourceCommand")
|
|
3472
|
+
.sc(ListTagsOfResource$)
|
|
3473
|
+
.build() {
|
|
3474
|
+
}
|
|
3475
|
+
|
|
3476
|
+
class PutItemCommand extends smithyClient.Command
|
|
3477
|
+
.classBuilder()
|
|
3478
|
+
.ep({
|
|
3479
|
+
...commonParams,
|
|
3480
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3481
|
+
})
|
|
3482
|
+
.m(function (Command, cs, config, o) {
|
|
3483
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3484
|
+
})
|
|
3485
|
+
.s("DynamoDB_20120810", "PutItem", {})
|
|
3486
|
+
.n("DynamoDBClient", "PutItemCommand")
|
|
3487
|
+
.sc(PutItem$)
|
|
3488
|
+
.build() {
|
|
3489
|
+
}
|
|
3490
|
+
|
|
3491
|
+
class PutResourcePolicyCommand extends smithyClient.Command
|
|
3492
|
+
.classBuilder()
|
|
3493
|
+
.ep({
|
|
3494
|
+
...commonParams,
|
|
3495
|
+
ResourceArn: { type: "contextParams", name: "ResourceArn" },
|
|
3496
|
+
})
|
|
3497
|
+
.m(function (Command, cs, config, o) {
|
|
3498
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3499
|
+
})
|
|
3500
|
+
.s("DynamoDB_20120810", "PutResourcePolicy", {})
|
|
3501
|
+
.n("DynamoDBClient", "PutResourcePolicyCommand")
|
|
3502
|
+
.sc(PutResourcePolicy$)
|
|
3503
|
+
.build() {
|
|
3504
|
+
}
|
|
3505
|
+
|
|
3506
|
+
class QueryCommand extends smithyClient.Command
|
|
3507
|
+
.classBuilder()
|
|
3508
|
+
.ep({
|
|
3509
|
+
...commonParams,
|
|
3510
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3511
|
+
})
|
|
3512
|
+
.m(function (Command, cs, config, o) {
|
|
3513
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3514
|
+
})
|
|
3515
|
+
.s("DynamoDB_20120810", "Query", {})
|
|
3516
|
+
.n("DynamoDBClient", "QueryCommand")
|
|
3517
|
+
.sc(Query$)
|
|
3518
|
+
.build() {
|
|
3519
|
+
}
|
|
3520
|
+
|
|
3521
|
+
class RestoreTableFromBackupCommand extends smithyClient.Command
|
|
3522
|
+
.classBuilder()
|
|
3523
|
+
.ep({
|
|
3524
|
+
...commonParams,
|
|
3525
|
+
ResourceArn: { type: "contextParams", name: "TargetTableName" },
|
|
3526
|
+
})
|
|
3527
|
+
.m(function (Command, cs, config, o) {
|
|
3528
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3529
|
+
})
|
|
3530
|
+
.s("DynamoDB_20120810", "RestoreTableFromBackup", {})
|
|
3531
|
+
.n("DynamoDBClient", "RestoreTableFromBackupCommand")
|
|
3532
|
+
.sc(RestoreTableFromBackup$)
|
|
3533
|
+
.build() {
|
|
3534
|
+
}
|
|
3535
|
+
|
|
3536
|
+
class RestoreTableToPointInTimeCommand extends smithyClient.Command
|
|
3537
|
+
.classBuilder()
|
|
3538
|
+
.ep({
|
|
3539
|
+
...commonParams,
|
|
3540
|
+
ResourceArn: { type: "contextParams", name: "TargetTableName" },
|
|
3541
|
+
})
|
|
3542
|
+
.m(function (Command, cs, config, o) {
|
|
3543
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3544
|
+
})
|
|
3545
|
+
.s("DynamoDB_20120810", "RestoreTableToPointInTime", {})
|
|
3546
|
+
.n("DynamoDBClient", "RestoreTableToPointInTimeCommand")
|
|
3547
|
+
.sc(RestoreTableToPointInTime$)
|
|
3548
|
+
.build() {
|
|
3549
|
+
}
|
|
3550
|
+
|
|
3551
|
+
class ScanCommand extends smithyClient.Command
|
|
3552
|
+
.classBuilder()
|
|
3553
|
+
.ep({
|
|
3554
|
+
...commonParams,
|
|
3555
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3556
|
+
})
|
|
3557
|
+
.m(function (Command, cs, config, o) {
|
|
3558
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3559
|
+
})
|
|
3560
|
+
.s("DynamoDB_20120810", "Scan", {})
|
|
3561
|
+
.n("DynamoDBClient", "ScanCommand")
|
|
3562
|
+
.sc(Scan$)
|
|
3563
|
+
.build() {
|
|
3564
|
+
}
|
|
3565
|
+
|
|
3566
|
+
class TagResourceCommand extends smithyClient.Command
|
|
3567
|
+
.classBuilder()
|
|
3568
|
+
.ep({
|
|
3569
|
+
...commonParams,
|
|
3570
|
+
ResourceArn: { type: "contextParams", name: "ResourceArn" },
|
|
3571
|
+
})
|
|
3572
|
+
.m(function (Command, cs, config, o) {
|
|
3573
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3574
|
+
})
|
|
3575
|
+
.s("DynamoDB_20120810", "TagResource", {})
|
|
3576
|
+
.n("DynamoDBClient", "TagResourceCommand")
|
|
3577
|
+
.sc(TagResource$)
|
|
3578
|
+
.build() {
|
|
3579
|
+
}
|
|
3580
|
+
|
|
3581
|
+
class TransactGetItemsCommand extends smithyClient.Command
|
|
3582
|
+
.classBuilder()
|
|
3583
|
+
.ep({
|
|
3584
|
+
...commonParams,
|
|
3585
|
+
ResourceArnList: { type: "operationContextParams", get: (input) => input?.TransactItems?.map((obj) => obj?.Get?.TableName) },
|
|
3586
|
+
})
|
|
3587
|
+
.m(function (Command, cs, config, o) {
|
|
3588
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3589
|
+
})
|
|
3590
|
+
.s("DynamoDB_20120810", "TransactGetItems", {})
|
|
3591
|
+
.n("DynamoDBClient", "TransactGetItemsCommand")
|
|
3592
|
+
.sc(TransactGetItems$)
|
|
3593
|
+
.build() {
|
|
3594
|
+
}
|
|
3595
|
+
|
|
3596
|
+
class TransactWriteItemsCommand extends smithyClient.Command
|
|
3597
|
+
.classBuilder()
|
|
3598
|
+
.ep({
|
|
3599
|
+
...commonParams,
|
|
3600
|
+
ResourceArnList: { type: "operationContextParams", get: (input) => input?.TransactItems?.map((obj) => [obj?.ConditionCheck?.TableName, obj?.Put?.TableName, obj?.Delete?.TableName, obj?.Update?.TableName].filter((i) => i)).flat() },
|
|
3601
|
+
})
|
|
3602
|
+
.m(function (Command, cs, config, o) {
|
|
3603
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3604
|
+
})
|
|
3605
|
+
.s("DynamoDB_20120810", "TransactWriteItems", {})
|
|
3606
|
+
.n("DynamoDBClient", "TransactWriteItemsCommand")
|
|
3607
|
+
.sc(TransactWriteItems$)
|
|
3608
|
+
.build() {
|
|
3609
|
+
}
|
|
3610
|
+
|
|
3611
|
+
class UntagResourceCommand extends smithyClient.Command
|
|
3612
|
+
.classBuilder()
|
|
3613
|
+
.ep({
|
|
3614
|
+
...commonParams,
|
|
3615
|
+
ResourceArn: { type: "contextParams", name: "ResourceArn" },
|
|
3616
|
+
})
|
|
3617
|
+
.m(function (Command, cs, config, o) {
|
|
3618
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3619
|
+
})
|
|
3620
|
+
.s("DynamoDB_20120810", "UntagResource", {})
|
|
3621
|
+
.n("DynamoDBClient", "UntagResourceCommand")
|
|
3622
|
+
.sc(UntagResource$)
|
|
3623
|
+
.build() {
|
|
3624
|
+
}
|
|
3625
|
+
|
|
3626
|
+
class UpdateContinuousBackupsCommand extends smithyClient.Command
|
|
3627
|
+
.classBuilder()
|
|
3628
|
+
.ep({
|
|
3629
|
+
...commonParams,
|
|
3630
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3631
|
+
})
|
|
3632
|
+
.m(function (Command, cs, config, o) {
|
|
3633
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3634
|
+
})
|
|
3635
|
+
.s("DynamoDB_20120810", "UpdateContinuousBackups", {})
|
|
3636
|
+
.n("DynamoDBClient", "UpdateContinuousBackupsCommand")
|
|
3637
|
+
.sc(UpdateContinuousBackups$)
|
|
3638
|
+
.build() {
|
|
3639
|
+
}
|
|
3640
|
+
|
|
3641
|
+
class UpdateContributorInsightsCommand extends smithyClient.Command
|
|
3642
|
+
.classBuilder()
|
|
3643
|
+
.ep({
|
|
3644
|
+
...commonParams,
|
|
3645
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3646
|
+
})
|
|
3647
|
+
.m(function (Command, cs, config, o) {
|
|
3648
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3649
|
+
})
|
|
3650
|
+
.s("DynamoDB_20120810", "UpdateContributorInsights", {})
|
|
3651
|
+
.n("DynamoDBClient", "UpdateContributorInsightsCommand")
|
|
3652
|
+
.sc(UpdateContributorInsights$)
|
|
3653
|
+
.build() {
|
|
3654
|
+
}
|
|
3655
|
+
|
|
3656
|
+
class UpdateGlobalTableCommand extends smithyClient.Command
|
|
3657
|
+
.classBuilder()
|
|
3658
|
+
.ep({
|
|
3659
|
+
...commonParams,
|
|
3660
|
+
ResourceArn: { type: "contextParams", name: "GlobalTableName" },
|
|
3661
|
+
})
|
|
3662
|
+
.m(function (Command, cs, config, o) {
|
|
3663
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3664
|
+
})
|
|
3665
|
+
.s("DynamoDB_20120810", "UpdateGlobalTable", {})
|
|
3666
|
+
.n("DynamoDBClient", "UpdateGlobalTableCommand")
|
|
3667
|
+
.sc(UpdateGlobalTable$)
|
|
3668
|
+
.build() {
|
|
3669
|
+
}
|
|
3670
|
+
|
|
3671
|
+
class UpdateGlobalTableSettingsCommand extends smithyClient.Command
|
|
3672
|
+
.classBuilder()
|
|
3673
|
+
.ep({
|
|
3674
|
+
...commonParams,
|
|
3675
|
+
ResourceArn: { type: "contextParams", name: "GlobalTableName" },
|
|
3676
|
+
})
|
|
3677
|
+
.m(function (Command, cs, config, o) {
|
|
3678
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3679
|
+
})
|
|
3680
|
+
.s("DynamoDB_20120810", "UpdateGlobalTableSettings", {})
|
|
3681
|
+
.n("DynamoDBClient", "UpdateGlobalTableSettingsCommand")
|
|
3682
|
+
.sc(UpdateGlobalTableSettings$)
|
|
3683
|
+
.build() {
|
|
3684
|
+
}
|
|
3685
|
+
|
|
3686
|
+
class UpdateItemCommand extends smithyClient.Command
|
|
3687
|
+
.classBuilder()
|
|
3688
|
+
.ep({
|
|
3689
|
+
...commonParams,
|
|
3690
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3691
|
+
})
|
|
3692
|
+
.m(function (Command, cs, config, o) {
|
|
3693
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3694
|
+
})
|
|
3695
|
+
.s("DynamoDB_20120810", "UpdateItem", {})
|
|
3696
|
+
.n("DynamoDBClient", "UpdateItemCommand")
|
|
3697
|
+
.sc(UpdateItem$)
|
|
3698
|
+
.build() {
|
|
3699
|
+
}
|
|
3700
|
+
|
|
3701
|
+
class UpdateKinesisStreamingDestinationCommand extends smithyClient.Command
|
|
3702
|
+
.classBuilder()
|
|
3703
|
+
.ep({
|
|
3704
|
+
...commonParams,
|
|
3705
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3706
|
+
})
|
|
3707
|
+
.m(function (Command, cs, config, o) {
|
|
3708
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3709
|
+
})
|
|
3710
|
+
.s("DynamoDB_20120810", "UpdateKinesisStreamingDestination", {})
|
|
3711
|
+
.n("DynamoDBClient", "UpdateKinesisStreamingDestinationCommand")
|
|
3712
|
+
.sc(UpdateKinesisStreamingDestination$)
|
|
3713
|
+
.build() {
|
|
3714
|
+
}
|
|
3715
|
+
|
|
3716
|
+
class UpdateTableCommand extends smithyClient.Command
|
|
3717
|
+
.classBuilder()
|
|
3718
|
+
.ep({
|
|
3719
|
+
...commonParams,
|
|
3720
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3721
|
+
})
|
|
3722
|
+
.m(function (Command, cs, config, o) {
|
|
3723
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3724
|
+
})
|
|
3725
|
+
.s("DynamoDB_20120810", "UpdateTable", {})
|
|
3726
|
+
.n("DynamoDBClient", "UpdateTableCommand")
|
|
3727
|
+
.sc(UpdateTable$)
|
|
3728
|
+
.build() {
|
|
3729
|
+
}
|
|
3730
|
+
|
|
3731
|
+
class UpdateTableReplicaAutoScalingCommand extends smithyClient.Command
|
|
3732
|
+
.classBuilder()
|
|
3733
|
+
.ep({
|
|
3734
|
+
...commonParams,
|
|
3735
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3736
|
+
})
|
|
3737
|
+
.m(function (Command, cs, config, o) {
|
|
3738
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3739
|
+
})
|
|
3740
|
+
.s("DynamoDB_20120810", "UpdateTableReplicaAutoScaling", {})
|
|
3741
|
+
.n("DynamoDBClient", "UpdateTableReplicaAutoScalingCommand")
|
|
3742
|
+
.sc(UpdateTableReplicaAutoScaling$)
|
|
3743
|
+
.build() {
|
|
3744
|
+
}
|
|
3745
|
+
|
|
3746
|
+
class UpdateTimeToLiveCommand extends smithyClient.Command
|
|
3747
|
+
.classBuilder()
|
|
3748
|
+
.ep({
|
|
3749
|
+
...commonParams,
|
|
3750
|
+
ResourceArn: { type: "contextParams", name: "TableName" },
|
|
3751
|
+
})
|
|
3752
|
+
.m(function (Command, cs, config, o) {
|
|
3753
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3754
|
+
})
|
|
3755
|
+
.s("DynamoDB_20120810", "UpdateTimeToLive", {})
|
|
3756
|
+
.n("DynamoDBClient", "UpdateTimeToLiveCommand")
|
|
3757
|
+
.sc(UpdateTimeToLive$)
|
|
3758
|
+
.build() {
|
|
3759
|
+
}
|
|
3760
|
+
|
|
3761
|
+
const commands = {
|
|
3762
|
+
BatchExecuteStatementCommand,
|
|
3763
|
+
BatchGetItemCommand,
|
|
3764
|
+
BatchWriteItemCommand,
|
|
3765
|
+
CreateBackupCommand,
|
|
3766
|
+
CreateGlobalTableCommand,
|
|
3767
|
+
CreateTableCommand,
|
|
3768
|
+
DeleteBackupCommand,
|
|
3769
|
+
DeleteItemCommand,
|
|
3770
|
+
DeleteResourcePolicyCommand,
|
|
3771
|
+
DeleteTableCommand,
|
|
3772
|
+
DescribeBackupCommand,
|
|
3773
|
+
DescribeContinuousBackupsCommand,
|
|
3774
|
+
DescribeContributorInsightsCommand,
|
|
3775
|
+
DescribeEndpointsCommand,
|
|
3776
|
+
DescribeExportCommand,
|
|
3777
|
+
DescribeGlobalTableCommand,
|
|
3778
|
+
DescribeGlobalTableSettingsCommand,
|
|
3779
|
+
DescribeImportCommand,
|
|
3780
|
+
DescribeKinesisStreamingDestinationCommand,
|
|
3781
|
+
DescribeLimitsCommand,
|
|
3782
|
+
DescribeTableCommand,
|
|
3783
|
+
DescribeTableReplicaAutoScalingCommand,
|
|
3784
|
+
DescribeTimeToLiveCommand,
|
|
3785
|
+
DisableKinesisStreamingDestinationCommand,
|
|
3786
|
+
EnableKinesisStreamingDestinationCommand,
|
|
3787
|
+
ExecuteStatementCommand,
|
|
3788
|
+
ExecuteTransactionCommand,
|
|
3789
|
+
ExportTableToPointInTimeCommand,
|
|
3790
|
+
GetItemCommand,
|
|
3791
|
+
GetResourcePolicyCommand,
|
|
3792
|
+
ImportTableCommand,
|
|
3793
|
+
ListBackupsCommand,
|
|
3794
|
+
ListContributorInsightsCommand,
|
|
3795
|
+
ListExportsCommand,
|
|
3796
|
+
ListGlobalTablesCommand,
|
|
3797
|
+
ListImportsCommand,
|
|
3798
|
+
ListTablesCommand,
|
|
3799
|
+
ListTagsOfResourceCommand,
|
|
3800
|
+
PutItemCommand,
|
|
3801
|
+
PutResourcePolicyCommand,
|
|
3802
|
+
QueryCommand,
|
|
3803
|
+
RestoreTableFromBackupCommand,
|
|
3804
|
+
RestoreTableToPointInTimeCommand,
|
|
3805
|
+
ScanCommand,
|
|
3806
|
+
TagResourceCommand,
|
|
3807
|
+
TransactGetItemsCommand,
|
|
3808
|
+
TransactWriteItemsCommand,
|
|
3809
|
+
UntagResourceCommand,
|
|
3810
|
+
UpdateContinuousBackupsCommand,
|
|
3811
|
+
UpdateContributorInsightsCommand,
|
|
3812
|
+
UpdateGlobalTableCommand,
|
|
3813
|
+
UpdateGlobalTableSettingsCommand,
|
|
3814
|
+
UpdateItemCommand,
|
|
3815
|
+
UpdateKinesisStreamingDestinationCommand,
|
|
3816
|
+
UpdateTableCommand,
|
|
3817
|
+
UpdateTableReplicaAutoScalingCommand,
|
|
3818
|
+
UpdateTimeToLiveCommand,
|
|
3819
|
+
};
|
|
3820
|
+
class DynamoDB extends DynamoDBClient {
|
|
3821
|
+
}
|
|
3822
|
+
smithyClient.createAggregatedClient(commands, DynamoDB);
|
|
3823
|
+
|
|
3824
|
+
const paginateListContributorInsights = core.createPaginator(DynamoDBClient, ListContributorInsightsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3825
|
+
|
|
3826
|
+
const paginateListExports = core.createPaginator(DynamoDBClient, ListExportsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3827
|
+
|
|
3828
|
+
const paginateListImports = core.createPaginator(DynamoDBClient, ListImportsCommand, "NextToken", "NextToken", "PageSize");
|
|
3829
|
+
|
|
3830
|
+
const paginateListTables = core.createPaginator(DynamoDBClient, ListTablesCommand, "ExclusiveStartTableName", "LastEvaluatedTableName", "Limit");
|
|
3831
|
+
|
|
3832
|
+
const paginateQuery = core.createPaginator(DynamoDBClient, QueryCommand, "ExclusiveStartKey", "LastEvaluatedKey", "Limit");
|
|
3833
|
+
|
|
3834
|
+
const paginateScan = core.createPaginator(DynamoDBClient, ScanCommand, "ExclusiveStartKey", "LastEvaluatedKey", "Limit");
|
|
3835
|
+
|
|
3836
|
+
const checkState$1 = async (client, input) => {
|
|
3837
|
+
let reason;
|
|
3838
|
+
try {
|
|
3839
|
+
const result = await client.send(new DescribeTableCommand(input));
|
|
3840
|
+
reason = result;
|
|
3841
|
+
try {
|
|
3842
|
+
let returnComparator = () => {
|
|
3843
|
+
return result.Table.TableStatus;
|
|
3844
|
+
};
|
|
3845
|
+
if (returnComparator() === "ACTIVE") {
|
|
3846
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
3847
|
+
}
|
|
3848
|
+
}
|
|
3849
|
+
catch (e) { }
|
|
3850
|
+
}
|
|
3851
|
+
catch (exception) {
|
|
3852
|
+
reason = exception;
|
|
3853
|
+
if (exception.name && exception.name == "ResourceNotFoundException") {
|
|
3854
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
3855
|
+
}
|
|
3856
|
+
}
|
|
3857
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
3858
|
+
};
|
|
3859
|
+
const waitForTableExists = async (params, input) => {
|
|
3860
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
3861
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
3862
|
+
};
|
|
3863
|
+
const waitUntilTableExists = async (params, input) => {
|
|
3864
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
3865
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
3866
|
+
return utilWaiter.checkExceptions(result);
|
|
3867
|
+
};
|
|
3868
|
+
|
|
3869
|
+
const checkState = async (client, input) => {
|
|
3870
|
+
let reason;
|
|
3871
|
+
try {
|
|
3872
|
+
const result = await client.send(new DescribeTableCommand(input));
|
|
3873
|
+
reason = result;
|
|
3874
|
+
}
|
|
3875
|
+
catch (exception) {
|
|
3876
|
+
reason = exception;
|
|
3877
|
+
if (exception.name && exception.name == "ResourceNotFoundException") {
|
|
3878
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
3879
|
+
}
|
|
3880
|
+
}
|
|
3881
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
3882
|
+
};
|
|
3883
|
+
const waitForTableNotExists = async (params, input) => {
|
|
3884
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
3885
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
3886
|
+
};
|
|
3887
|
+
const waitUntilTableNotExists = async (params, input) => {
|
|
3888
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
3889
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
3890
|
+
return utilWaiter.checkExceptions(result);
|
|
3891
|
+
};
|
|
3892
|
+
|
|
3893
|
+
const ApproximateCreationDateTimePrecision = {
|
|
3894
|
+
MICROSECOND: "MICROSECOND",
|
|
3895
|
+
MILLISECOND: "MILLISECOND",
|
|
3896
|
+
};
|
|
3897
|
+
const AttributeAction = {
|
|
3898
|
+
ADD: "ADD",
|
|
3899
|
+
DELETE: "DELETE",
|
|
3900
|
+
PUT: "PUT",
|
|
3901
|
+
};
|
|
3902
|
+
const ScalarAttributeType = {
|
|
3903
|
+
B: "B",
|
|
3904
|
+
N: "N",
|
|
3905
|
+
S: "S",
|
|
3906
|
+
};
|
|
3907
|
+
const BackupStatus = {
|
|
3908
|
+
AVAILABLE: "AVAILABLE",
|
|
3909
|
+
CREATING: "CREATING",
|
|
3910
|
+
DELETED: "DELETED",
|
|
3911
|
+
};
|
|
3912
|
+
const BackupType = {
|
|
3913
|
+
AWS_BACKUP: "AWS_BACKUP",
|
|
3914
|
+
SYSTEM: "SYSTEM",
|
|
3915
|
+
USER: "USER",
|
|
3916
|
+
};
|
|
3917
|
+
const BillingMode = {
|
|
3918
|
+
PAY_PER_REQUEST: "PAY_PER_REQUEST",
|
|
3919
|
+
PROVISIONED: "PROVISIONED",
|
|
3920
|
+
};
|
|
3921
|
+
const KeyType = {
|
|
3922
|
+
HASH: "HASH",
|
|
3923
|
+
RANGE: "RANGE",
|
|
3924
|
+
};
|
|
3925
|
+
const ProjectionType = {
|
|
3926
|
+
ALL: "ALL",
|
|
3927
|
+
INCLUDE: "INCLUDE",
|
|
3928
|
+
KEYS_ONLY: "KEYS_ONLY",
|
|
3929
|
+
};
|
|
3930
|
+
const SSEType = {
|
|
3931
|
+
AES256: "AES256",
|
|
3932
|
+
KMS: "KMS",
|
|
3933
|
+
};
|
|
3934
|
+
const SSEStatus = {
|
|
3935
|
+
DISABLED: "DISABLED",
|
|
3936
|
+
DISABLING: "DISABLING",
|
|
3937
|
+
ENABLED: "ENABLED",
|
|
3938
|
+
ENABLING: "ENABLING",
|
|
3939
|
+
UPDATING: "UPDATING",
|
|
3940
|
+
};
|
|
3941
|
+
const StreamViewType = {
|
|
3942
|
+
KEYS_ONLY: "KEYS_ONLY",
|
|
3943
|
+
NEW_AND_OLD_IMAGES: "NEW_AND_OLD_IMAGES",
|
|
3944
|
+
NEW_IMAGE: "NEW_IMAGE",
|
|
3945
|
+
OLD_IMAGE: "OLD_IMAGE",
|
|
3946
|
+
};
|
|
3947
|
+
const TimeToLiveStatus = {
|
|
3948
|
+
DISABLED: "DISABLED",
|
|
3949
|
+
DISABLING: "DISABLING",
|
|
3950
|
+
ENABLED: "ENABLED",
|
|
3951
|
+
ENABLING: "ENABLING",
|
|
3952
|
+
};
|
|
3953
|
+
const BackupTypeFilter = {
|
|
3954
|
+
ALL: "ALL",
|
|
3955
|
+
AWS_BACKUP: "AWS_BACKUP",
|
|
3956
|
+
SYSTEM: "SYSTEM",
|
|
3957
|
+
USER: "USER",
|
|
3958
|
+
};
|
|
3959
|
+
const ReturnConsumedCapacity = {
|
|
3960
|
+
INDEXES: "INDEXES",
|
|
3961
|
+
NONE: "NONE",
|
|
3962
|
+
TOTAL: "TOTAL",
|
|
3963
|
+
};
|
|
3964
|
+
const ReturnValuesOnConditionCheckFailure = {
|
|
3965
|
+
ALL_OLD: "ALL_OLD",
|
|
3966
|
+
NONE: "NONE",
|
|
3967
|
+
};
|
|
3968
|
+
const BatchStatementErrorCodeEnum = {
|
|
3969
|
+
AccessDenied: "AccessDenied",
|
|
3970
|
+
ConditionalCheckFailed: "ConditionalCheckFailed",
|
|
3971
|
+
DuplicateItem: "DuplicateItem",
|
|
3972
|
+
InternalServerError: "InternalServerError",
|
|
3973
|
+
ItemCollectionSizeLimitExceeded: "ItemCollectionSizeLimitExceeded",
|
|
3974
|
+
ProvisionedThroughputExceeded: "ProvisionedThroughputExceeded",
|
|
3975
|
+
RequestLimitExceeded: "RequestLimitExceeded",
|
|
3976
|
+
ResourceNotFound: "ResourceNotFound",
|
|
3977
|
+
ThrottlingError: "ThrottlingError",
|
|
3978
|
+
TransactionConflict: "TransactionConflict",
|
|
3979
|
+
ValidationError: "ValidationError",
|
|
3980
|
+
};
|
|
3981
|
+
const ReturnItemCollectionMetrics = {
|
|
3982
|
+
NONE: "NONE",
|
|
3983
|
+
SIZE: "SIZE",
|
|
3984
|
+
};
|
|
3985
|
+
const ComparisonOperator = {
|
|
3986
|
+
BEGINS_WITH: "BEGINS_WITH",
|
|
3987
|
+
BETWEEN: "BETWEEN",
|
|
3988
|
+
CONTAINS: "CONTAINS",
|
|
3989
|
+
EQ: "EQ",
|
|
3990
|
+
GE: "GE",
|
|
3991
|
+
GT: "GT",
|
|
3992
|
+
IN: "IN",
|
|
3993
|
+
LE: "LE",
|
|
3994
|
+
LT: "LT",
|
|
3995
|
+
NE: "NE",
|
|
3996
|
+
NOT_CONTAINS: "NOT_CONTAINS",
|
|
3997
|
+
NOT_NULL: "NOT_NULL",
|
|
3998
|
+
NULL: "NULL",
|
|
3999
|
+
};
|
|
4000
|
+
const ConditionalOperator = {
|
|
4001
|
+
AND: "AND",
|
|
4002
|
+
OR: "OR",
|
|
4003
|
+
};
|
|
4004
|
+
const ContinuousBackupsStatus = {
|
|
4005
|
+
DISABLED: "DISABLED",
|
|
4006
|
+
ENABLED: "ENABLED",
|
|
4007
|
+
};
|
|
4008
|
+
const PointInTimeRecoveryStatus = {
|
|
4009
|
+
DISABLED: "DISABLED",
|
|
4010
|
+
ENABLED: "ENABLED",
|
|
4011
|
+
};
|
|
4012
|
+
const ContributorInsightsAction = {
|
|
4013
|
+
DISABLE: "DISABLE",
|
|
4014
|
+
ENABLE: "ENABLE",
|
|
4015
|
+
};
|
|
4016
|
+
const ContributorInsightsMode = {
|
|
4017
|
+
ACCESSED_AND_THROTTLED_KEYS: "ACCESSED_AND_THROTTLED_KEYS",
|
|
4018
|
+
THROTTLED_KEYS: "THROTTLED_KEYS",
|
|
4019
|
+
};
|
|
4020
|
+
const ContributorInsightsStatus = {
|
|
4021
|
+
DISABLED: "DISABLED",
|
|
4022
|
+
DISABLING: "DISABLING",
|
|
4023
|
+
ENABLED: "ENABLED",
|
|
4024
|
+
ENABLING: "ENABLING",
|
|
4025
|
+
FAILED: "FAILED",
|
|
4026
|
+
};
|
|
4027
|
+
const GlobalTableStatus = {
|
|
4028
|
+
ACTIVE: "ACTIVE",
|
|
4029
|
+
CREATING: "CREATING",
|
|
4030
|
+
DELETING: "DELETING",
|
|
4031
|
+
UPDATING: "UPDATING",
|
|
4032
|
+
};
|
|
4033
|
+
const IndexStatus = {
|
|
4034
|
+
ACTIVE: "ACTIVE",
|
|
4035
|
+
CREATING: "CREATING",
|
|
4036
|
+
DELETING: "DELETING",
|
|
4037
|
+
UPDATING: "UPDATING",
|
|
4038
|
+
};
|
|
4039
|
+
const ReplicaStatus = {
|
|
4040
|
+
ACTIVE: "ACTIVE",
|
|
4041
|
+
ARCHIVED: "ARCHIVED",
|
|
4042
|
+
ARCHIVING: "ARCHIVING",
|
|
4043
|
+
CREATING: "CREATING",
|
|
4044
|
+
CREATION_FAILED: "CREATION_FAILED",
|
|
4045
|
+
DELETING: "DELETING",
|
|
4046
|
+
INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
|
|
4047
|
+
REGION_DISABLED: "REGION_DISABLED",
|
|
4048
|
+
REPLICATION_NOT_AUTHORIZED: "REPLICATION_NOT_AUTHORIZED",
|
|
4049
|
+
UPDATING: "UPDATING",
|
|
4050
|
+
};
|
|
4051
|
+
const TableClass = {
|
|
4052
|
+
STANDARD: "STANDARD",
|
|
4053
|
+
STANDARD_INFREQUENT_ACCESS: "STANDARD_INFREQUENT_ACCESS",
|
|
4054
|
+
};
|
|
4055
|
+
const TableStatus = {
|
|
4056
|
+
ACTIVE: "ACTIVE",
|
|
4057
|
+
ARCHIVED: "ARCHIVED",
|
|
4058
|
+
ARCHIVING: "ARCHIVING",
|
|
4059
|
+
CREATING: "CREATING",
|
|
4060
|
+
DELETING: "DELETING",
|
|
4061
|
+
INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
|
|
4062
|
+
REPLICATION_NOT_AUTHORIZED: "REPLICATION_NOT_AUTHORIZED",
|
|
4063
|
+
UPDATING: "UPDATING",
|
|
4064
|
+
};
|
|
4065
|
+
const WitnessStatus = {
|
|
4066
|
+
ACTIVE: "ACTIVE",
|
|
4067
|
+
CREATING: "CREATING",
|
|
4068
|
+
DELETING: "DELETING",
|
|
4069
|
+
};
|
|
4070
|
+
const MultiRegionConsistency = {
|
|
4071
|
+
EVENTUAL: "EVENTUAL",
|
|
4072
|
+
STRONG: "STRONG",
|
|
4073
|
+
};
|
|
4074
|
+
const ReturnValue = {
|
|
4075
|
+
ALL_NEW: "ALL_NEW",
|
|
4076
|
+
ALL_OLD: "ALL_OLD",
|
|
4077
|
+
NONE: "NONE",
|
|
4078
|
+
UPDATED_NEW: "UPDATED_NEW",
|
|
4079
|
+
UPDATED_OLD: "UPDATED_OLD",
|
|
4080
|
+
};
|
|
4081
|
+
const ExportFormat = {
|
|
4082
|
+
DYNAMODB_JSON: "DYNAMODB_JSON",
|
|
4083
|
+
ION: "ION",
|
|
4084
|
+
};
|
|
4085
|
+
const ExportStatus = {
|
|
4086
|
+
COMPLETED: "COMPLETED",
|
|
4087
|
+
FAILED: "FAILED",
|
|
4088
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
4089
|
+
};
|
|
4090
|
+
const ExportType = {
|
|
4091
|
+
FULL_EXPORT: "FULL_EXPORT",
|
|
4092
|
+
INCREMENTAL_EXPORT: "INCREMENTAL_EXPORT",
|
|
4093
|
+
};
|
|
4094
|
+
const ExportViewType = {
|
|
4095
|
+
NEW_AND_OLD_IMAGES: "NEW_AND_OLD_IMAGES",
|
|
4096
|
+
NEW_IMAGE: "NEW_IMAGE",
|
|
4097
|
+
};
|
|
4098
|
+
const S3SseAlgorithm = {
|
|
4099
|
+
AES256: "AES256",
|
|
4100
|
+
KMS: "KMS",
|
|
4101
|
+
};
|
|
4102
|
+
const ImportStatus = {
|
|
4103
|
+
CANCELLED: "CANCELLED",
|
|
4104
|
+
CANCELLING: "CANCELLING",
|
|
4105
|
+
COMPLETED: "COMPLETED",
|
|
4106
|
+
FAILED: "FAILED",
|
|
4107
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
4108
|
+
};
|
|
4109
|
+
const InputCompressionType = {
|
|
4110
|
+
GZIP: "GZIP",
|
|
4111
|
+
NONE: "NONE",
|
|
4112
|
+
ZSTD: "ZSTD",
|
|
4113
|
+
};
|
|
4114
|
+
const InputFormat = {
|
|
4115
|
+
CSV: "CSV",
|
|
4116
|
+
DYNAMODB_JSON: "DYNAMODB_JSON",
|
|
4117
|
+
ION: "ION",
|
|
4118
|
+
};
|
|
4119
|
+
const DestinationStatus = {
|
|
4120
|
+
ACTIVE: "ACTIVE",
|
|
4121
|
+
DISABLED: "DISABLED",
|
|
4122
|
+
DISABLING: "DISABLING",
|
|
4123
|
+
ENABLE_FAILED: "ENABLE_FAILED",
|
|
4124
|
+
ENABLING: "ENABLING",
|
|
4125
|
+
UPDATING: "UPDATING",
|
|
4126
|
+
};
|
|
4127
|
+
const Select = {
|
|
4128
|
+
ALL_ATTRIBUTES: "ALL_ATTRIBUTES",
|
|
4129
|
+
ALL_PROJECTED_ATTRIBUTES: "ALL_PROJECTED_ATTRIBUTES",
|
|
4130
|
+
COUNT: "COUNT",
|
|
4131
|
+
SPECIFIC_ATTRIBUTES: "SPECIFIC_ATTRIBUTES",
|
|
4132
|
+
};
|
|
4133
|
+
|
|
4134
|
+
Object.defineProperty(exports, "$Command", {
|
|
4135
|
+
enumerable: true,
|
|
4136
|
+
get: function () { return smithyClient.Command; }
|
|
4137
|
+
});
|
|
4138
|
+
Object.defineProperty(exports, "__Client", {
|
|
4139
|
+
enumerable: true,
|
|
4140
|
+
get: function () { return smithyClient.Client; }
|
|
4141
|
+
});
|
|
4142
|
+
exports.ApproximateCreationDateTimePrecision = ApproximateCreationDateTimePrecision;
|
|
4143
|
+
exports.ArchivalSummary$ = ArchivalSummary$;
|
|
4144
|
+
exports.AttributeAction = AttributeAction;
|
|
4145
|
+
exports.AttributeDefinition$ = AttributeDefinition$;
|
|
4146
|
+
exports.AttributeValue$ = AttributeValue$;
|
|
4147
|
+
exports.AttributeValueUpdate$ = AttributeValueUpdate$;
|
|
4148
|
+
exports.AutoScalingPolicyDescription$ = AutoScalingPolicyDescription$;
|
|
4149
|
+
exports.AutoScalingPolicyUpdate$ = AutoScalingPolicyUpdate$;
|
|
4150
|
+
exports.AutoScalingSettingsDescription$ = AutoScalingSettingsDescription$;
|
|
4151
|
+
exports.AutoScalingSettingsUpdate$ = AutoScalingSettingsUpdate$;
|
|
4152
|
+
exports.AutoScalingTargetTrackingScalingPolicyConfigurationDescription$ = AutoScalingTargetTrackingScalingPolicyConfigurationDescription$;
|
|
4153
|
+
exports.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate$ = AutoScalingTargetTrackingScalingPolicyConfigurationUpdate$;
|
|
4154
|
+
exports.BackupDescription$ = BackupDescription$;
|
|
4155
|
+
exports.BackupDetails$ = BackupDetails$;
|
|
4156
|
+
exports.BackupInUseException = BackupInUseException;
|
|
4157
|
+
exports.BackupInUseException$ = BackupInUseException$;
|
|
4158
|
+
exports.BackupNotFoundException = BackupNotFoundException;
|
|
4159
|
+
exports.BackupNotFoundException$ = BackupNotFoundException$;
|
|
4160
|
+
exports.BackupStatus = BackupStatus;
|
|
4161
|
+
exports.BackupSummary$ = BackupSummary$;
|
|
4162
|
+
exports.BackupType = BackupType;
|
|
4163
|
+
exports.BackupTypeFilter = BackupTypeFilter;
|
|
4164
|
+
exports.BatchExecuteStatement$ = BatchExecuteStatement$;
|
|
4165
|
+
exports.BatchExecuteStatementCommand = BatchExecuteStatementCommand;
|
|
4166
|
+
exports.BatchExecuteStatementInput$ = BatchExecuteStatementInput$;
|
|
4167
|
+
exports.BatchExecuteStatementOutput$ = BatchExecuteStatementOutput$;
|
|
4168
|
+
exports.BatchGetItem$ = BatchGetItem$;
|
|
4169
|
+
exports.BatchGetItemCommand = BatchGetItemCommand;
|
|
4170
|
+
exports.BatchGetItemInput$ = BatchGetItemInput$;
|
|
4171
|
+
exports.BatchGetItemOutput$ = BatchGetItemOutput$;
|
|
4172
|
+
exports.BatchStatementError$ = BatchStatementError$;
|
|
4173
|
+
exports.BatchStatementErrorCodeEnum = BatchStatementErrorCodeEnum;
|
|
4174
|
+
exports.BatchStatementRequest$ = BatchStatementRequest$;
|
|
4175
|
+
exports.BatchStatementResponse$ = BatchStatementResponse$;
|
|
4176
|
+
exports.BatchWriteItem$ = BatchWriteItem$;
|
|
4177
|
+
exports.BatchWriteItemCommand = BatchWriteItemCommand;
|
|
4178
|
+
exports.BatchWriteItemInput$ = BatchWriteItemInput$;
|
|
4179
|
+
exports.BatchWriteItemOutput$ = BatchWriteItemOutput$;
|
|
4180
|
+
exports.BillingMode = BillingMode;
|
|
4181
|
+
exports.BillingModeSummary$ = BillingModeSummary$;
|
|
4182
|
+
exports.CancellationReason$ = CancellationReason$;
|
|
4183
|
+
exports.Capacity$ = Capacity$;
|
|
4184
|
+
exports.ComparisonOperator = ComparisonOperator;
|
|
4185
|
+
exports.Condition$ = Condition$;
|
|
4186
|
+
exports.ConditionCheck$ = ConditionCheck$;
|
|
4187
|
+
exports.ConditionalCheckFailedException = ConditionalCheckFailedException;
|
|
4188
|
+
exports.ConditionalCheckFailedException$ = ConditionalCheckFailedException$;
|
|
4189
|
+
exports.ConditionalOperator = ConditionalOperator;
|
|
4190
|
+
exports.ConsumedCapacity$ = ConsumedCapacity$;
|
|
4191
|
+
exports.ContinuousBackupsDescription$ = ContinuousBackupsDescription$;
|
|
4192
|
+
exports.ContinuousBackupsStatus = ContinuousBackupsStatus;
|
|
4193
|
+
exports.ContinuousBackupsUnavailableException = ContinuousBackupsUnavailableException;
|
|
4194
|
+
exports.ContinuousBackupsUnavailableException$ = ContinuousBackupsUnavailableException$;
|
|
4195
|
+
exports.ContributorInsightsAction = ContributorInsightsAction;
|
|
4196
|
+
exports.ContributorInsightsMode = ContributorInsightsMode;
|
|
4197
|
+
exports.ContributorInsightsStatus = ContributorInsightsStatus;
|
|
4198
|
+
exports.ContributorInsightsSummary$ = ContributorInsightsSummary$;
|
|
4199
|
+
exports.CreateBackup$ = CreateBackup$;
|
|
4200
|
+
exports.CreateBackupCommand = CreateBackupCommand;
|
|
4201
|
+
exports.CreateBackupInput$ = CreateBackupInput$;
|
|
4202
|
+
exports.CreateBackupOutput$ = CreateBackupOutput$;
|
|
4203
|
+
exports.CreateGlobalSecondaryIndexAction$ = CreateGlobalSecondaryIndexAction$;
|
|
4204
|
+
exports.CreateGlobalTable$ = CreateGlobalTable$;
|
|
4205
|
+
exports.CreateGlobalTableCommand = CreateGlobalTableCommand;
|
|
4206
|
+
exports.CreateGlobalTableInput$ = CreateGlobalTableInput$;
|
|
4207
|
+
exports.CreateGlobalTableOutput$ = CreateGlobalTableOutput$;
|
|
4208
|
+
exports.CreateGlobalTableWitnessGroupMemberAction$ = CreateGlobalTableWitnessGroupMemberAction$;
|
|
4209
|
+
exports.CreateReplicaAction$ = CreateReplicaAction$;
|
|
4210
|
+
exports.CreateReplicationGroupMemberAction$ = CreateReplicationGroupMemberAction$;
|
|
4211
|
+
exports.CreateTable$ = CreateTable$;
|
|
4212
|
+
exports.CreateTableCommand = CreateTableCommand;
|
|
4213
|
+
exports.CreateTableInput$ = CreateTableInput$;
|
|
4214
|
+
exports.CreateTableOutput$ = CreateTableOutput$;
|
|
4215
|
+
exports.CsvOptions$ = CsvOptions$;
|
|
4216
|
+
exports.Delete$ = Delete$;
|
|
4217
|
+
exports.DeleteBackup$ = DeleteBackup$;
|
|
4218
|
+
exports.DeleteBackupCommand = DeleteBackupCommand;
|
|
4219
|
+
exports.DeleteBackupInput$ = DeleteBackupInput$;
|
|
4220
|
+
exports.DeleteBackupOutput$ = DeleteBackupOutput$;
|
|
4221
|
+
exports.DeleteGlobalSecondaryIndexAction$ = DeleteGlobalSecondaryIndexAction$;
|
|
4222
|
+
exports.DeleteGlobalTableWitnessGroupMemberAction$ = DeleteGlobalTableWitnessGroupMemberAction$;
|
|
4223
|
+
exports.DeleteItem$ = DeleteItem$;
|
|
4224
|
+
exports.DeleteItemCommand = DeleteItemCommand;
|
|
4225
|
+
exports.DeleteItemInput$ = DeleteItemInput$;
|
|
4226
|
+
exports.DeleteItemOutput$ = DeleteItemOutput$;
|
|
4227
|
+
exports.DeleteReplicaAction$ = DeleteReplicaAction$;
|
|
4228
|
+
exports.DeleteReplicationGroupMemberAction$ = DeleteReplicationGroupMemberAction$;
|
|
4229
|
+
exports.DeleteRequest$ = DeleteRequest$;
|
|
4230
|
+
exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
|
|
4231
|
+
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
4232
|
+
exports.DeleteResourcePolicyInput$ = DeleteResourcePolicyInput$;
|
|
4233
|
+
exports.DeleteResourcePolicyOutput$ = DeleteResourcePolicyOutput$;
|
|
4234
|
+
exports.DeleteTable$ = DeleteTable$;
|
|
4235
|
+
exports.DeleteTableCommand = DeleteTableCommand;
|
|
4236
|
+
exports.DeleteTableInput$ = DeleteTableInput$;
|
|
4237
|
+
exports.DeleteTableOutput$ = DeleteTableOutput$;
|
|
4238
|
+
exports.DescribeBackup$ = DescribeBackup$;
|
|
4239
|
+
exports.DescribeBackupCommand = DescribeBackupCommand;
|
|
4240
|
+
exports.DescribeBackupInput$ = DescribeBackupInput$;
|
|
4241
|
+
exports.DescribeBackupOutput$ = DescribeBackupOutput$;
|
|
4242
|
+
exports.DescribeContinuousBackups$ = DescribeContinuousBackups$;
|
|
4243
|
+
exports.DescribeContinuousBackupsCommand = DescribeContinuousBackupsCommand;
|
|
4244
|
+
exports.DescribeContinuousBackupsInput$ = DescribeContinuousBackupsInput$;
|
|
4245
|
+
exports.DescribeContinuousBackupsOutput$ = DescribeContinuousBackupsOutput$;
|
|
4246
|
+
exports.DescribeContributorInsights$ = DescribeContributorInsights$;
|
|
4247
|
+
exports.DescribeContributorInsightsCommand = DescribeContributorInsightsCommand;
|
|
4248
|
+
exports.DescribeContributorInsightsInput$ = DescribeContributorInsightsInput$;
|
|
4249
|
+
exports.DescribeContributorInsightsOutput$ = DescribeContributorInsightsOutput$;
|
|
4250
|
+
exports.DescribeEndpoints$ = DescribeEndpoints$;
|
|
4251
|
+
exports.DescribeEndpointsCommand = DescribeEndpointsCommand;
|
|
4252
|
+
exports.DescribeEndpointsRequest$ = DescribeEndpointsRequest$;
|
|
4253
|
+
exports.DescribeEndpointsResponse$ = DescribeEndpointsResponse$;
|
|
4254
|
+
exports.DescribeExport$ = DescribeExport$;
|
|
4255
|
+
exports.DescribeExportCommand = DescribeExportCommand;
|
|
4256
|
+
exports.DescribeExportInput$ = DescribeExportInput$;
|
|
4257
|
+
exports.DescribeExportOutput$ = DescribeExportOutput$;
|
|
4258
|
+
exports.DescribeGlobalTable$ = DescribeGlobalTable$;
|
|
4259
|
+
exports.DescribeGlobalTableCommand = DescribeGlobalTableCommand;
|
|
4260
|
+
exports.DescribeGlobalTableInput$ = DescribeGlobalTableInput$;
|
|
4261
|
+
exports.DescribeGlobalTableOutput$ = DescribeGlobalTableOutput$;
|
|
4262
|
+
exports.DescribeGlobalTableSettings$ = DescribeGlobalTableSettings$;
|
|
4263
|
+
exports.DescribeGlobalTableSettingsCommand = DescribeGlobalTableSettingsCommand;
|
|
4264
|
+
exports.DescribeGlobalTableSettingsInput$ = DescribeGlobalTableSettingsInput$;
|
|
4265
|
+
exports.DescribeGlobalTableSettingsOutput$ = DescribeGlobalTableSettingsOutput$;
|
|
4266
|
+
exports.DescribeImport$ = DescribeImport$;
|
|
4267
|
+
exports.DescribeImportCommand = DescribeImportCommand;
|
|
4268
|
+
exports.DescribeImportInput$ = DescribeImportInput$;
|
|
4269
|
+
exports.DescribeImportOutput$ = DescribeImportOutput$;
|
|
4270
|
+
exports.DescribeKinesisStreamingDestination$ = DescribeKinesisStreamingDestination$;
|
|
4271
|
+
exports.DescribeKinesisStreamingDestinationCommand = DescribeKinesisStreamingDestinationCommand;
|
|
4272
|
+
exports.DescribeKinesisStreamingDestinationInput$ = DescribeKinesisStreamingDestinationInput$;
|
|
4273
|
+
exports.DescribeKinesisStreamingDestinationOutput$ = DescribeKinesisStreamingDestinationOutput$;
|
|
4274
|
+
exports.DescribeLimits$ = DescribeLimits$;
|
|
4275
|
+
exports.DescribeLimitsCommand = DescribeLimitsCommand;
|
|
4276
|
+
exports.DescribeLimitsInput$ = DescribeLimitsInput$;
|
|
4277
|
+
exports.DescribeLimitsOutput$ = DescribeLimitsOutput$;
|
|
4278
|
+
exports.DescribeTable$ = DescribeTable$;
|
|
4279
|
+
exports.DescribeTableCommand = DescribeTableCommand;
|
|
4280
|
+
exports.DescribeTableInput$ = DescribeTableInput$;
|
|
4281
|
+
exports.DescribeTableOutput$ = DescribeTableOutput$;
|
|
4282
|
+
exports.DescribeTableReplicaAutoScaling$ = DescribeTableReplicaAutoScaling$;
|
|
4283
|
+
exports.DescribeTableReplicaAutoScalingCommand = DescribeTableReplicaAutoScalingCommand;
|
|
4284
|
+
exports.DescribeTableReplicaAutoScalingInput$ = DescribeTableReplicaAutoScalingInput$;
|
|
4285
|
+
exports.DescribeTableReplicaAutoScalingOutput$ = DescribeTableReplicaAutoScalingOutput$;
|
|
4286
|
+
exports.DescribeTimeToLive$ = DescribeTimeToLive$;
|
|
4287
|
+
exports.DescribeTimeToLiveCommand = DescribeTimeToLiveCommand;
|
|
4288
|
+
exports.DescribeTimeToLiveInput$ = DescribeTimeToLiveInput$;
|
|
4289
|
+
exports.DescribeTimeToLiveOutput$ = DescribeTimeToLiveOutput$;
|
|
4290
|
+
exports.DestinationStatus = DestinationStatus;
|
|
4291
|
+
exports.DisableKinesisStreamingDestination$ = DisableKinesisStreamingDestination$;
|
|
4292
|
+
exports.DisableKinesisStreamingDestinationCommand = DisableKinesisStreamingDestinationCommand;
|
|
4293
|
+
exports.DuplicateItemException = DuplicateItemException;
|
|
4294
|
+
exports.DuplicateItemException$ = DuplicateItemException$;
|
|
4295
|
+
exports.DynamoDB = DynamoDB;
|
|
4296
|
+
exports.DynamoDBClient = DynamoDBClient;
|
|
4297
|
+
exports.DynamoDBServiceException = DynamoDBServiceException;
|
|
4298
|
+
exports.DynamoDBServiceException$ = DynamoDBServiceException$;
|
|
4299
|
+
exports.EnableKinesisStreamingConfiguration$ = EnableKinesisStreamingConfiguration$;
|
|
4300
|
+
exports.EnableKinesisStreamingDestination$ = EnableKinesisStreamingDestination$;
|
|
4301
|
+
exports.EnableKinesisStreamingDestinationCommand = EnableKinesisStreamingDestinationCommand;
|
|
4302
|
+
exports.Endpoint$ = Endpoint$;
|
|
4303
|
+
exports.ExecuteStatement$ = ExecuteStatement$;
|
|
4304
|
+
exports.ExecuteStatementCommand = ExecuteStatementCommand;
|
|
4305
|
+
exports.ExecuteStatementInput$ = ExecuteStatementInput$;
|
|
4306
|
+
exports.ExecuteStatementOutput$ = ExecuteStatementOutput$;
|
|
4307
|
+
exports.ExecuteTransaction$ = ExecuteTransaction$;
|
|
4308
|
+
exports.ExecuteTransactionCommand = ExecuteTransactionCommand;
|
|
4309
|
+
exports.ExecuteTransactionInput$ = ExecuteTransactionInput$;
|
|
4310
|
+
exports.ExecuteTransactionOutput$ = ExecuteTransactionOutput$;
|
|
4311
|
+
exports.ExpectedAttributeValue$ = ExpectedAttributeValue$;
|
|
4312
|
+
exports.ExportConflictException = ExportConflictException;
|
|
4313
|
+
exports.ExportConflictException$ = ExportConflictException$;
|
|
4314
|
+
exports.ExportDescription$ = ExportDescription$;
|
|
4315
|
+
exports.ExportFormat = ExportFormat;
|
|
4316
|
+
exports.ExportNotFoundException = ExportNotFoundException;
|
|
4317
|
+
exports.ExportNotFoundException$ = ExportNotFoundException$;
|
|
4318
|
+
exports.ExportStatus = ExportStatus;
|
|
4319
|
+
exports.ExportSummary$ = ExportSummary$;
|
|
4320
|
+
exports.ExportTableToPointInTime$ = ExportTableToPointInTime$;
|
|
4321
|
+
exports.ExportTableToPointInTimeCommand = ExportTableToPointInTimeCommand;
|
|
4322
|
+
exports.ExportTableToPointInTimeInput$ = ExportTableToPointInTimeInput$;
|
|
4323
|
+
exports.ExportTableToPointInTimeOutput$ = ExportTableToPointInTimeOutput$;
|
|
4324
|
+
exports.ExportType = ExportType;
|
|
4325
|
+
exports.ExportViewType = ExportViewType;
|
|
4326
|
+
exports.FailureException$ = FailureException$;
|
|
4327
|
+
exports.Get$ = Get$;
|
|
4328
|
+
exports.GetItem$ = GetItem$;
|
|
4329
|
+
exports.GetItemCommand = GetItemCommand;
|
|
4330
|
+
exports.GetItemInput$ = GetItemInput$;
|
|
4331
|
+
exports.GetItemOutput$ = GetItemOutput$;
|
|
4332
|
+
exports.GetResourcePolicy$ = GetResourcePolicy$;
|
|
4333
|
+
exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
4334
|
+
exports.GetResourcePolicyInput$ = GetResourcePolicyInput$;
|
|
4335
|
+
exports.GetResourcePolicyOutput$ = GetResourcePolicyOutput$;
|
|
4336
|
+
exports.GlobalSecondaryIndex$ = GlobalSecondaryIndex$;
|
|
4337
|
+
exports.GlobalSecondaryIndexAutoScalingUpdate$ = GlobalSecondaryIndexAutoScalingUpdate$;
|
|
4338
|
+
exports.GlobalSecondaryIndexDescription$ = GlobalSecondaryIndexDescription$;
|
|
4339
|
+
exports.GlobalSecondaryIndexInfo$ = GlobalSecondaryIndexInfo$;
|
|
4340
|
+
exports.GlobalSecondaryIndexUpdate$ = GlobalSecondaryIndexUpdate$;
|
|
4341
|
+
exports.GlobalSecondaryIndexWarmThroughputDescription$ = GlobalSecondaryIndexWarmThroughputDescription$;
|
|
4342
|
+
exports.GlobalTable$ = GlobalTable$;
|
|
4343
|
+
exports.GlobalTableAlreadyExistsException = GlobalTableAlreadyExistsException;
|
|
4344
|
+
exports.GlobalTableAlreadyExistsException$ = GlobalTableAlreadyExistsException$;
|
|
4345
|
+
exports.GlobalTableDescription$ = GlobalTableDescription$;
|
|
4346
|
+
exports.GlobalTableGlobalSecondaryIndexSettingsUpdate$ = GlobalTableGlobalSecondaryIndexSettingsUpdate$;
|
|
4347
|
+
exports.GlobalTableNotFoundException = GlobalTableNotFoundException;
|
|
4348
|
+
exports.GlobalTableNotFoundException$ = GlobalTableNotFoundException$;
|
|
4349
|
+
exports.GlobalTableStatus = GlobalTableStatus;
|
|
4350
|
+
exports.GlobalTableWitnessDescription$ = GlobalTableWitnessDescription$;
|
|
4351
|
+
exports.GlobalTableWitnessGroupUpdate$ = GlobalTableWitnessGroupUpdate$;
|
|
4352
|
+
exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException;
|
|
4353
|
+
exports.IdempotentParameterMismatchException$ = IdempotentParameterMismatchException$;
|
|
4354
|
+
exports.ImportConflictException = ImportConflictException;
|
|
4355
|
+
exports.ImportConflictException$ = ImportConflictException$;
|
|
4356
|
+
exports.ImportNotFoundException = ImportNotFoundException;
|
|
4357
|
+
exports.ImportNotFoundException$ = ImportNotFoundException$;
|
|
4358
|
+
exports.ImportStatus = ImportStatus;
|
|
4359
|
+
exports.ImportSummary$ = ImportSummary$;
|
|
4360
|
+
exports.ImportTable$ = ImportTable$;
|
|
4361
|
+
exports.ImportTableCommand = ImportTableCommand;
|
|
4362
|
+
exports.ImportTableDescription$ = ImportTableDescription$;
|
|
4363
|
+
exports.ImportTableInput$ = ImportTableInput$;
|
|
4364
|
+
exports.ImportTableOutput$ = ImportTableOutput$;
|
|
4365
|
+
exports.IncrementalExportSpecification$ = IncrementalExportSpecification$;
|
|
4366
|
+
exports.IndexNotFoundException = IndexNotFoundException;
|
|
4367
|
+
exports.IndexNotFoundException$ = IndexNotFoundException$;
|
|
4368
|
+
exports.IndexStatus = IndexStatus;
|
|
4369
|
+
exports.InputCompressionType = InputCompressionType;
|
|
4370
|
+
exports.InputFormat = InputFormat;
|
|
4371
|
+
exports.InputFormatOptions$ = InputFormatOptions$;
|
|
4372
|
+
exports.InternalServerError = InternalServerError;
|
|
4373
|
+
exports.InternalServerError$ = InternalServerError$;
|
|
4374
|
+
exports.InvalidEndpointException = InvalidEndpointException;
|
|
4375
|
+
exports.InvalidEndpointException$ = InvalidEndpointException$;
|
|
4376
|
+
exports.InvalidExportTimeException = InvalidExportTimeException;
|
|
4377
|
+
exports.InvalidExportTimeException$ = InvalidExportTimeException$;
|
|
4378
|
+
exports.InvalidRestoreTimeException = InvalidRestoreTimeException;
|
|
4379
|
+
exports.InvalidRestoreTimeException$ = InvalidRestoreTimeException$;
|
|
4380
|
+
exports.ItemCollectionMetrics$ = ItemCollectionMetrics$;
|
|
4381
|
+
exports.ItemCollectionSizeLimitExceededException = ItemCollectionSizeLimitExceededException;
|
|
4382
|
+
exports.ItemCollectionSizeLimitExceededException$ = ItemCollectionSizeLimitExceededException$;
|
|
4383
|
+
exports.ItemResponse$ = ItemResponse$;
|
|
4384
|
+
exports.KeySchemaElement$ = KeySchemaElement$;
|
|
4385
|
+
exports.KeyType = KeyType;
|
|
4386
|
+
exports.KeysAndAttributes$ = KeysAndAttributes$;
|
|
4387
|
+
exports.KinesisDataStreamDestination$ = KinesisDataStreamDestination$;
|
|
4388
|
+
exports.KinesisStreamingDestinationInput$ = KinesisStreamingDestinationInput$;
|
|
4389
|
+
exports.KinesisStreamingDestinationOutput$ = KinesisStreamingDestinationOutput$;
|
|
4390
|
+
exports.LimitExceededException = LimitExceededException;
|
|
4391
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
4392
|
+
exports.ListBackups$ = ListBackups$;
|
|
4393
|
+
exports.ListBackupsCommand = ListBackupsCommand;
|
|
4394
|
+
exports.ListBackupsInput$ = ListBackupsInput$;
|
|
4395
|
+
exports.ListBackupsOutput$ = ListBackupsOutput$;
|
|
4396
|
+
exports.ListContributorInsights$ = ListContributorInsights$;
|
|
4397
|
+
exports.ListContributorInsightsCommand = ListContributorInsightsCommand;
|
|
4398
|
+
exports.ListContributorInsightsInput$ = ListContributorInsightsInput$;
|
|
4399
|
+
exports.ListContributorInsightsOutput$ = ListContributorInsightsOutput$;
|
|
4400
|
+
exports.ListExports$ = ListExports$;
|
|
4401
|
+
exports.ListExportsCommand = ListExportsCommand;
|
|
4402
|
+
exports.ListExportsInput$ = ListExportsInput$;
|
|
4403
|
+
exports.ListExportsOutput$ = ListExportsOutput$;
|
|
4404
|
+
exports.ListGlobalTables$ = ListGlobalTables$;
|
|
4405
|
+
exports.ListGlobalTablesCommand = ListGlobalTablesCommand;
|
|
4406
|
+
exports.ListGlobalTablesInput$ = ListGlobalTablesInput$;
|
|
4407
|
+
exports.ListGlobalTablesOutput$ = ListGlobalTablesOutput$;
|
|
4408
|
+
exports.ListImports$ = ListImports$;
|
|
4409
|
+
exports.ListImportsCommand = ListImportsCommand;
|
|
4410
|
+
exports.ListImportsInput$ = ListImportsInput$;
|
|
4411
|
+
exports.ListImportsOutput$ = ListImportsOutput$;
|
|
4412
|
+
exports.ListTables$ = ListTables$;
|
|
4413
|
+
exports.ListTablesCommand = ListTablesCommand;
|
|
4414
|
+
exports.ListTablesInput$ = ListTablesInput$;
|
|
4415
|
+
exports.ListTablesOutput$ = ListTablesOutput$;
|
|
4416
|
+
exports.ListTagsOfResource$ = ListTagsOfResource$;
|
|
4417
|
+
exports.ListTagsOfResourceCommand = ListTagsOfResourceCommand;
|
|
4418
|
+
exports.ListTagsOfResourceInput$ = ListTagsOfResourceInput$;
|
|
4419
|
+
exports.ListTagsOfResourceOutput$ = ListTagsOfResourceOutput$;
|
|
4420
|
+
exports.LocalSecondaryIndex$ = LocalSecondaryIndex$;
|
|
4421
|
+
exports.LocalSecondaryIndexDescription$ = LocalSecondaryIndexDescription$;
|
|
4422
|
+
exports.LocalSecondaryIndexInfo$ = LocalSecondaryIndexInfo$;
|
|
4423
|
+
exports.MultiRegionConsistency = MultiRegionConsistency;
|
|
4424
|
+
exports.OnDemandThroughput$ = OnDemandThroughput$;
|
|
4425
|
+
exports.OnDemandThroughputOverride$ = OnDemandThroughputOverride$;
|
|
4426
|
+
exports.ParameterizedStatement$ = ParameterizedStatement$;
|
|
4427
|
+
exports.PointInTimeRecoveryDescription$ = PointInTimeRecoveryDescription$;
|
|
4428
|
+
exports.PointInTimeRecoverySpecification$ = PointInTimeRecoverySpecification$;
|
|
4429
|
+
exports.PointInTimeRecoveryStatus = PointInTimeRecoveryStatus;
|
|
4430
|
+
exports.PointInTimeRecoveryUnavailableException = PointInTimeRecoveryUnavailableException;
|
|
4431
|
+
exports.PointInTimeRecoveryUnavailableException$ = PointInTimeRecoveryUnavailableException$;
|
|
4432
|
+
exports.PolicyNotFoundException = PolicyNotFoundException;
|
|
4433
|
+
exports.PolicyNotFoundException$ = PolicyNotFoundException$;
|
|
4434
|
+
exports.Projection$ = Projection$;
|
|
4435
|
+
exports.ProjectionType = ProjectionType;
|
|
4436
|
+
exports.ProvisionedThroughput$ = ProvisionedThroughput$;
|
|
4437
|
+
exports.ProvisionedThroughputDescription$ = ProvisionedThroughputDescription$;
|
|
4438
|
+
exports.ProvisionedThroughputExceededException = ProvisionedThroughputExceededException;
|
|
4439
|
+
exports.ProvisionedThroughputExceededException$ = ProvisionedThroughputExceededException$;
|
|
4440
|
+
exports.ProvisionedThroughputOverride$ = ProvisionedThroughputOverride$;
|
|
4441
|
+
exports.Put$ = Put$;
|
|
4442
|
+
exports.PutItem$ = PutItem$;
|
|
4443
|
+
exports.PutItemCommand = PutItemCommand;
|
|
4444
|
+
exports.PutItemInput$ = PutItemInput$;
|
|
4445
|
+
exports.PutItemOutput$ = PutItemOutput$;
|
|
4446
|
+
exports.PutRequest$ = PutRequest$;
|
|
4447
|
+
exports.PutResourcePolicy$ = PutResourcePolicy$;
|
|
4448
|
+
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
4449
|
+
exports.PutResourcePolicyInput$ = PutResourcePolicyInput$;
|
|
4450
|
+
exports.PutResourcePolicyOutput$ = PutResourcePolicyOutput$;
|
|
4451
|
+
exports.Query$ = Query$;
|
|
4452
|
+
exports.QueryCommand = QueryCommand;
|
|
4453
|
+
exports.QueryInput$ = QueryInput$;
|
|
4454
|
+
exports.QueryOutput$ = QueryOutput$;
|
|
4455
|
+
exports.Replica$ = Replica$;
|
|
4456
|
+
exports.ReplicaAlreadyExistsException = ReplicaAlreadyExistsException;
|
|
4457
|
+
exports.ReplicaAlreadyExistsException$ = ReplicaAlreadyExistsException$;
|
|
4458
|
+
exports.ReplicaAutoScalingDescription$ = ReplicaAutoScalingDescription$;
|
|
4459
|
+
exports.ReplicaAutoScalingUpdate$ = ReplicaAutoScalingUpdate$;
|
|
4460
|
+
exports.ReplicaDescription$ = ReplicaDescription$;
|
|
4461
|
+
exports.ReplicaGlobalSecondaryIndex$ = ReplicaGlobalSecondaryIndex$;
|
|
4462
|
+
exports.ReplicaGlobalSecondaryIndexAutoScalingDescription$ = ReplicaGlobalSecondaryIndexAutoScalingDescription$;
|
|
4463
|
+
exports.ReplicaGlobalSecondaryIndexAutoScalingUpdate$ = ReplicaGlobalSecondaryIndexAutoScalingUpdate$;
|
|
4464
|
+
exports.ReplicaGlobalSecondaryIndexDescription$ = ReplicaGlobalSecondaryIndexDescription$;
|
|
4465
|
+
exports.ReplicaGlobalSecondaryIndexSettingsDescription$ = ReplicaGlobalSecondaryIndexSettingsDescription$;
|
|
4466
|
+
exports.ReplicaGlobalSecondaryIndexSettingsUpdate$ = ReplicaGlobalSecondaryIndexSettingsUpdate$;
|
|
4467
|
+
exports.ReplicaNotFoundException = ReplicaNotFoundException;
|
|
4468
|
+
exports.ReplicaNotFoundException$ = ReplicaNotFoundException$;
|
|
4469
|
+
exports.ReplicaSettingsDescription$ = ReplicaSettingsDescription$;
|
|
4470
|
+
exports.ReplicaSettingsUpdate$ = ReplicaSettingsUpdate$;
|
|
4471
|
+
exports.ReplicaStatus = ReplicaStatus;
|
|
4472
|
+
exports.ReplicaUpdate$ = ReplicaUpdate$;
|
|
4473
|
+
exports.ReplicatedWriteConflictException = ReplicatedWriteConflictException;
|
|
4474
|
+
exports.ReplicatedWriteConflictException$ = ReplicatedWriteConflictException$;
|
|
4475
|
+
exports.ReplicationGroupUpdate$ = ReplicationGroupUpdate$;
|
|
4476
|
+
exports.RequestLimitExceeded = RequestLimitExceeded;
|
|
4477
|
+
exports.RequestLimitExceeded$ = RequestLimitExceeded$;
|
|
4478
|
+
exports.ResourceInUseException = ResourceInUseException;
|
|
4479
|
+
exports.ResourceInUseException$ = ResourceInUseException$;
|
|
4480
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
4481
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
4482
|
+
exports.RestoreSummary$ = RestoreSummary$;
|
|
4483
|
+
exports.RestoreTableFromBackup$ = RestoreTableFromBackup$;
|
|
4484
|
+
exports.RestoreTableFromBackupCommand = RestoreTableFromBackupCommand;
|
|
4485
|
+
exports.RestoreTableFromBackupInput$ = RestoreTableFromBackupInput$;
|
|
4486
|
+
exports.RestoreTableFromBackupOutput$ = RestoreTableFromBackupOutput$;
|
|
4487
|
+
exports.RestoreTableToPointInTime$ = RestoreTableToPointInTime$;
|
|
4488
|
+
exports.RestoreTableToPointInTimeCommand = RestoreTableToPointInTimeCommand;
|
|
4489
|
+
exports.RestoreTableToPointInTimeInput$ = RestoreTableToPointInTimeInput$;
|
|
4490
|
+
exports.RestoreTableToPointInTimeOutput$ = RestoreTableToPointInTimeOutput$;
|
|
4491
|
+
exports.ReturnConsumedCapacity = ReturnConsumedCapacity;
|
|
4492
|
+
exports.ReturnItemCollectionMetrics = ReturnItemCollectionMetrics;
|
|
4493
|
+
exports.ReturnValue = ReturnValue;
|
|
4494
|
+
exports.ReturnValuesOnConditionCheckFailure = ReturnValuesOnConditionCheckFailure;
|
|
4495
|
+
exports.S3BucketSource$ = S3BucketSource$;
|
|
4496
|
+
exports.S3SseAlgorithm = S3SseAlgorithm;
|
|
4497
|
+
exports.SSEDescription$ = SSEDescription$;
|
|
4498
|
+
exports.SSESpecification$ = SSESpecification$;
|
|
4499
|
+
exports.SSEStatus = SSEStatus;
|
|
4500
|
+
exports.SSEType = SSEType;
|
|
4501
|
+
exports.ScalarAttributeType = ScalarAttributeType;
|
|
4502
|
+
exports.Scan$ = Scan$;
|
|
4503
|
+
exports.ScanCommand = ScanCommand;
|
|
4504
|
+
exports.ScanInput$ = ScanInput$;
|
|
4505
|
+
exports.ScanOutput$ = ScanOutput$;
|
|
4506
|
+
exports.Select = Select;
|
|
4507
|
+
exports.SourceTableDetails$ = SourceTableDetails$;
|
|
4508
|
+
exports.SourceTableFeatureDetails$ = SourceTableFeatureDetails$;
|
|
4509
|
+
exports.StreamSpecification$ = StreamSpecification$;
|
|
4510
|
+
exports.StreamViewType = StreamViewType;
|
|
4511
|
+
exports.TableAlreadyExistsException = TableAlreadyExistsException;
|
|
4512
|
+
exports.TableAlreadyExistsException$ = TableAlreadyExistsException$;
|
|
4513
|
+
exports.TableAutoScalingDescription$ = TableAutoScalingDescription$;
|
|
4514
|
+
exports.TableClass = TableClass;
|
|
4515
|
+
exports.TableClassSummary$ = TableClassSummary$;
|
|
4516
|
+
exports.TableCreationParameters$ = TableCreationParameters$;
|
|
4517
|
+
exports.TableDescription$ = TableDescription$;
|
|
4518
|
+
exports.TableInUseException = TableInUseException;
|
|
4519
|
+
exports.TableInUseException$ = TableInUseException$;
|
|
4520
|
+
exports.TableNotFoundException = TableNotFoundException;
|
|
4521
|
+
exports.TableNotFoundException$ = TableNotFoundException$;
|
|
4522
|
+
exports.TableStatus = TableStatus;
|
|
4523
|
+
exports.TableWarmThroughputDescription$ = TableWarmThroughputDescription$;
|
|
4524
|
+
exports.Tag$ = Tag$;
|
|
4525
|
+
exports.TagResource$ = TagResource$;
|
|
4526
|
+
exports.TagResourceCommand = TagResourceCommand;
|
|
4527
|
+
exports.TagResourceInput$ = TagResourceInput$;
|
|
4528
|
+
exports.ThrottlingException = ThrottlingException;
|
|
4529
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
4530
|
+
exports.ThrottlingReason$ = ThrottlingReason$;
|
|
4531
|
+
exports.TimeToLiveDescription$ = TimeToLiveDescription$;
|
|
4532
|
+
exports.TimeToLiveSpecification$ = TimeToLiveSpecification$;
|
|
4533
|
+
exports.TimeToLiveStatus = TimeToLiveStatus;
|
|
4534
|
+
exports.TransactGetItem$ = TransactGetItem$;
|
|
4535
|
+
exports.TransactGetItems$ = TransactGetItems$;
|
|
4536
|
+
exports.TransactGetItemsCommand = TransactGetItemsCommand;
|
|
4537
|
+
exports.TransactGetItemsInput$ = TransactGetItemsInput$;
|
|
4538
|
+
exports.TransactGetItemsOutput$ = TransactGetItemsOutput$;
|
|
4539
|
+
exports.TransactWriteItem$ = TransactWriteItem$;
|
|
4540
|
+
exports.TransactWriteItems$ = TransactWriteItems$;
|
|
4541
|
+
exports.TransactWriteItemsCommand = TransactWriteItemsCommand;
|
|
4542
|
+
exports.TransactWriteItemsInput$ = TransactWriteItemsInput$;
|
|
4543
|
+
exports.TransactWriteItemsOutput$ = TransactWriteItemsOutput$;
|
|
4544
|
+
exports.TransactionCanceledException = TransactionCanceledException;
|
|
4545
|
+
exports.TransactionCanceledException$ = TransactionCanceledException$;
|
|
4546
|
+
exports.TransactionConflictException = TransactionConflictException;
|
|
4547
|
+
exports.TransactionConflictException$ = TransactionConflictException$;
|
|
4548
|
+
exports.TransactionInProgressException = TransactionInProgressException;
|
|
4549
|
+
exports.TransactionInProgressException$ = TransactionInProgressException$;
|
|
4550
|
+
exports.UntagResource$ = UntagResource$;
|
|
4551
|
+
exports.UntagResourceCommand = UntagResourceCommand;
|
|
4552
|
+
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
4553
|
+
exports.Update$ = Update$;
|
|
4554
|
+
exports.UpdateContinuousBackups$ = UpdateContinuousBackups$;
|
|
4555
|
+
exports.UpdateContinuousBackupsCommand = UpdateContinuousBackupsCommand;
|
|
4556
|
+
exports.UpdateContinuousBackupsInput$ = UpdateContinuousBackupsInput$;
|
|
4557
|
+
exports.UpdateContinuousBackupsOutput$ = UpdateContinuousBackupsOutput$;
|
|
4558
|
+
exports.UpdateContributorInsights$ = UpdateContributorInsights$;
|
|
4559
|
+
exports.UpdateContributorInsightsCommand = UpdateContributorInsightsCommand;
|
|
4560
|
+
exports.UpdateContributorInsightsInput$ = UpdateContributorInsightsInput$;
|
|
4561
|
+
exports.UpdateContributorInsightsOutput$ = UpdateContributorInsightsOutput$;
|
|
4562
|
+
exports.UpdateGlobalSecondaryIndexAction$ = UpdateGlobalSecondaryIndexAction$;
|
|
4563
|
+
exports.UpdateGlobalTable$ = UpdateGlobalTable$;
|
|
4564
|
+
exports.UpdateGlobalTableCommand = UpdateGlobalTableCommand;
|
|
4565
|
+
exports.UpdateGlobalTableInput$ = UpdateGlobalTableInput$;
|
|
4566
|
+
exports.UpdateGlobalTableOutput$ = UpdateGlobalTableOutput$;
|
|
4567
|
+
exports.UpdateGlobalTableSettings$ = UpdateGlobalTableSettings$;
|
|
4568
|
+
exports.UpdateGlobalTableSettingsCommand = UpdateGlobalTableSettingsCommand;
|
|
4569
|
+
exports.UpdateGlobalTableSettingsInput$ = UpdateGlobalTableSettingsInput$;
|
|
4570
|
+
exports.UpdateGlobalTableSettingsOutput$ = UpdateGlobalTableSettingsOutput$;
|
|
4571
|
+
exports.UpdateItem$ = UpdateItem$;
|
|
4572
|
+
exports.UpdateItemCommand = UpdateItemCommand;
|
|
4573
|
+
exports.UpdateItemInput$ = UpdateItemInput$;
|
|
4574
|
+
exports.UpdateItemOutput$ = UpdateItemOutput$;
|
|
4575
|
+
exports.UpdateKinesisStreamingConfiguration$ = UpdateKinesisStreamingConfiguration$;
|
|
4576
|
+
exports.UpdateKinesisStreamingDestination$ = UpdateKinesisStreamingDestination$;
|
|
4577
|
+
exports.UpdateKinesisStreamingDestinationCommand = UpdateKinesisStreamingDestinationCommand;
|
|
4578
|
+
exports.UpdateKinesisStreamingDestinationInput$ = UpdateKinesisStreamingDestinationInput$;
|
|
4579
|
+
exports.UpdateKinesisStreamingDestinationOutput$ = UpdateKinesisStreamingDestinationOutput$;
|
|
4580
|
+
exports.UpdateReplicationGroupMemberAction$ = UpdateReplicationGroupMemberAction$;
|
|
4581
|
+
exports.UpdateTable$ = UpdateTable$;
|
|
4582
|
+
exports.UpdateTableCommand = UpdateTableCommand;
|
|
4583
|
+
exports.UpdateTableInput$ = UpdateTableInput$;
|
|
4584
|
+
exports.UpdateTableOutput$ = UpdateTableOutput$;
|
|
4585
|
+
exports.UpdateTableReplicaAutoScaling$ = UpdateTableReplicaAutoScaling$;
|
|
4586
|
+
exports.UpdateTableReplicaAutoScalingCommand = UpdateTableReplicaAutoScalingCommand;
|
|
4587
|
+
exports.UpdateTableReplicaAutoScalingInput$ = UpdateTableReplicaAutoScalingInput$;
|
|
4588
|
+
exports.UpdateTableReplicaAutoScalingOutput$ = UpdateTableReplicaAutoScalingOutput$;
|
|
4589
|
+
exports.UpdateTimeToLive$ = UpdateTimeToLive$;
|
|
4590
|
+
exports.UpdateTimeToLiveCommand = UpdateTimeToLiveCommand;
|
|
4591
|
+
exports.UpdateTimeToLiveInput$ = UpdateTimeToLiveInput$;
|
|
4592
|
+
exports.UpdateTimeToLiveOutput$ = UpdateTimeToLiveOutput$;
|
|
4593
|
+
exports.WarmThroughput$ = WarmThroughput$;
|
|
4594
|
+
exports.WitnessStatus = WitnessStatus;
|
|
4595
|
+
exports.WriteRequest$ = WriteRequest$;
|
|
4596
|
+
exports.paginateListContributorInsights = paginateListContributorInsights;
|
|
4597
|
+
exports.paginateListExports = paginateListExports;
|
|
4598
|
+
exports.paginateListImports = paginateListImports;
|
|
4599
|
+
exports.paginateListTables = paginateListTables;
|
|
4600
|
+
exports.paginateQuery = paginateQuery;
|
|
4601
|
+
exports.paginateScan = paginateScan;
|
|
4602
|
+
exports.waitForTableExists = waitForTableExists;
|
|
4603
|
+
exports.waitForTableNotExists = waitForTableNotExists;
|
|
4604
|
+
exports.waitUntilTableExists = waitUntilTableExists;
|
|
4605
|
+
exports.waitUntilTableNotExists = waitUntilTableNotExists;
|