serverless-spy 2.2.6 → 2.3.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/.jsii +273 -23
- package/cli/package.json +1 -1
- package/dist/releasetag.txt +1 -1
- package/lib/cli/package.json +1 -1
- package/lib/common/getWebSocketUrl.js +2 -3
- package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js +33755 -44281
- package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js.map +4 -4
- package/lib/functions/onDisconnect.d.ts +2 -1
- package/lib/listener/SpyHandlers.ts.d.ts +0 -1
- package/lib/listener/createServerlessSpyListener.js +2 -3
- package/lib/listener/iot-connection.js +2 -3
- package/lib/listener/topic.js +3 -3
- package/lib/src/ServerlessSpy.js +6 -5
- package/lib/src/ServerlessSpy.mjs +5 -4
- package/node_modules/@aws-crypto/crc32/CHANGELOG.md +24 -0
- package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js.map +1 -0
- package/node_modules/@aws-crypto/crc32/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.d.ts +7 -0
- package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js +28 -0
- package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js.map +1 -0
- package/node_modules/@aws-crypto/crc32/build/module/index.d.ts +7 -0
- package/node_modules/@aws-crypto/crc32/build/module/index.js +103 -0
- package/node_modules/@aws-crypto/crc32/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/crc32/package.json +11 -7
- package/node_modules/@aws-crypto/crc32/tsconfig.json +2 -16
- package/node_modules/@aws-crypto/crc32/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/crc32c/CHANGELOG.md +24 -0
- package/node_modules/@aws-crypto/crc32c/build/main/aws_crc32c.js.map +1 -0
- package/node_modules/@aws-crypto/crc32c/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/crc32c/build/module/aws_crc32c.d.ts +7 -0
- package/node_modules/@aws-crypto/crc32c/build/module/aws_crc32c.js +28 -0
- package/node_modules/@aws-crypto/crc32c/build/module/aws_crc32c.js.map +1 -0
- package/node_modules/@aws-crypto/crc32c/build/module/index.d.ts +7 -0
- package/node_modules/@aws-crypto/crc32c/build/module/index.js +73 -0
- package/node_modules/@aws-crypto/crc32c/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/crc32c/package.json +8 -7
- package/node_modules/@aws-crypto/crc32c/tsconfig.json +2 -16
- package/node_modules/@aws-crypto/crc32c/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/sha1-browser/CHANGELOG.md +30 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/crossPlatformSha1.js +29 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/crossPlatformSha1.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/index.d.ts +2 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/index.js +8 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/webCryptoSha1.js +61 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/webCryptoSha1.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/constants.d.ts +10 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/constants.js +28 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/crossPlatformSha1.d.ts +8 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/crossPlatformSha1.js +26 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/crossPlatformSha1.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/index.d.ts +2 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/index.js +3 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/isEmptyData.js +7 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/webCryptoSha1.d.ts +9 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/webCryptoSha1.js +58 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/webCryptoSha1.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/README.md +4 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/package.json +66 -0
- package/node_modules/@aws-crypto/sha1-browser/package.json +10 -10
- package/node_modules/@aws-crypto/sha1-browser/src/crossPlatformSha1.ts +0 -4
- package/node_modules/@aws-crypto/sha1-browser/src/index.ts +0 -1
- package/node_modules/@aws-crypto/sha1-browser/src/webCryptoSha1.ts +1 -1
- package/node_modules/@aws-crypto/sha1-browser/tsconfig.json +3 -15
- package/node_modules/@aws-crypto/sha1-browser/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +30 -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.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.js.map +1 -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/is-array-buffer/README.md +10 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +61 -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/index.js +65 -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 +11 -11
- package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -4
- package/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -1
- package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +3 -15
- package/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +20 -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.js.map +1 -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.js.map +1 -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 +11 -7
- package/node_modules/@aws-crypto/sha256-js/tsconfig.json +3 -10
- package/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +20 -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.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 +7 -5
- package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +3 -9
- package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/util/CHANGELOG.md +24 -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.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.map +1 -0
- package/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +1 -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/is-array-buffer/README.md +10 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -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/index.js +65 -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 +8 -7
- package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +1 -1
- package/node_modules/@aws-crypto/util/tsconfig.json +2 -16
- package/node_modules/@aws-crypto/util/tsconfig.module.json +7 -0
- package/node_modules/@aws-sdk/client-cognito-identity/README.md +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js +118 -178
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentityClient.js +9 -15
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/CreateIdentityPoolCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentitiesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentityPoolCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityPoolCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetCredentialsForIdentityCommand.js +3 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdCommand.js +3 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdentityPoolRolesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenCommand.js +3 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +3 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentitiesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentityPoolsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/LookupDeveloperIdentityCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/MergeDeveloperIdentitiesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetIdentityPoolRolesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/TagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkDeveloperIdentityCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkIdentityCommand.js +3 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UntagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UpdateIdentityPoolCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/models_0.js +37 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/protocols/Aws_json1_1.js +1 -40
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentityClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/CreateIdentityPoolCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentitiesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentityPoolCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityPoolCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentitiesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentityPoolsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListTagsForResourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/TagResourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkIdentityCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UntagResourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UpdateIdentityPoolCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/index.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/CognitoIdentityServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/models_0.d.ts +286 -250
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts +8 -5
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts +8 -5
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts +8 -5
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentityClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdCommand.d.ts +21 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/TagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/models_0.d.ts +101 -78
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -10
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts +15 -10
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -10
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/package.json +48 -48
- package/node_modules/@aws-sdk/client-dynamodb/README.md +25 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +337 -360
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +3 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +6 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +16 -20
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/index.js +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/EndpointParameters.js +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +42 -14
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +98 -48
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +4 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +5 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +30 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +17 -11
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +25 -11
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +27 -14
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +39 -18
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +33 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +80 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +26 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +137 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +67 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +33 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +17 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +27 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +52 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +30 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +28 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +25 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +23 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +23 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +120 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +52 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +23 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +17 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +27 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +139 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +23 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +62 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +64 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +51 -37
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +37 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +23 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +23 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +37 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +38 -21
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +30 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +26 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +28 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +107 -16
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +30 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +28 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +12 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +2 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/DynamoDBServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +2064 -1578
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/protocols/Aws_json1_0.d.ts +27 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +10 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +10 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +10 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDB.d.ts +59 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +35 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateTableCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +23 -2
- 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 +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/GetItemCommand.d.ts +21 -2
- 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 +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListExportsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListImportsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTablesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/PutItemCommand.d.ts +21 -2
- 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 +21 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +21 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateKinesisStreamingDestinationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +12 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +790 -614
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +36 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +24 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +23 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +24 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/package.json +48 -48
- package/node_modules/@aws-sdk/client-eventbridge/README.md +18 -10
- package/node_modules/@aws-sdk/client-eventbridge/dist-cjs/auth/httpAuthSchemeProvider.js +127 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-cjs/index.js +310 -331
- package/node_modules/@aws-sdk/client-eventbridge/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-cjs/runtimeConfig.js +3 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-cjs/runtimeConfig.shared.js +15 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/EventBridge.js +2 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/EventBridgeClient.js +16 -8
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/auth/httpAuthSchemeProvider.js +123 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ActivateEventSourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/CancelReplayCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/CreateApiDestinationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/CreateArchiveCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/CreateConnectionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/CreateEndpointCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/CreateEventBusCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/CreatePartnerEventSourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeactivateEventSourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeauthorizeConnectionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeleteApiDestinationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeleteArchiveCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeleteConnectionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeleteEndpointCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeleteEventBusCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeletePartnerEventSourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeleteRuleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribeApiDestinationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribeArchiveCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribeConnectionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribeEndpointCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribeEventBusCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribeEventSourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribePartnerEventSourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribeReplayCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribeRuleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DisableRuleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/EnableRuleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListApiDestinationsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListArchivesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListConnectionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListEndpointsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListEventBusesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListEventSourcesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListPartnerEventSourcesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListReplaysCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListRuleNamesByTargetCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListRulesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListTargetsByRuleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/PutPartnerEventsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/PutPermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/PutRuleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/PutTargetsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/RemovePermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/RemoveTargetsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/StartReplayCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/TagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/TestEventPatternCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/UntagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/UpdateApiDestinationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/UpdateArchiveCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/UpdateConnectionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/UpdateEndpointCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/UpdateEventBusCommand.js +22 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/models/models_0.js +26 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/protocols/Aws_json1_1.js +88 -47
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/runtimeConfig.js +5 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/runtimeConfig.shared.js +15 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/runtimeExtensions.js +3 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/EventBridge.d.ts +29 -10
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/EventBridgeClient.d.ts +22 -21
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/auth/httpAuthSchemeProvider.d.ts +69 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ActivateEventSourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/CancelReplayCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/CreateApiDestinationCommand.d.ts +19 -4
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/CreateArchiveCommand.d.ts +38 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/CreateConnectionCommand.d.ts +36 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/CreateEndpointCommand.d.ts +21 -5
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/CreateEventBusCommand.d.ts +25 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +31 -16
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeactivateEventSourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeauthorizeConnectionCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeleteApiDestinationCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeleteArchiveCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeleteConnectionCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeleteEndpointCommand.d.ts +20 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeleteEventBusCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeleteRuleCommand.d.ts +22 -8
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribeApiDestinationCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribeArchiveCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribeConnectionCommand.d.ts +28 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribeEndpointCommand.d.ts +21 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribeEventBusCommand.d.ts +25 -6
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribeEventSourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +17 -5
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribeReplayCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribeRuleCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DisableRuleCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/EnableRuleCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListApiDestinationsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListArchivesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListConnectionsCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListEndpointsCommand.d.ts +21 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListEventBusesCommand.d.ts +18 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListEventSourcesCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +17 -5
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListReplaysCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListRulesCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListTagsForResourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListTargetsByRuleCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/PutEventsCommand.d.ts +25 -9
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/PutPartnerEventsCommand.d.ts +18 -7
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/PutPermissionCommand.d.ts +21 -9
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/PutRuleCommand.d.ts +28 -13
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/PutTargetsCommand.d.ts +43 -30
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/RemovePermissionCommand.d.ts +19 -6
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/RemoveTargetsCommand.d.ts +19 -5
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/StartReplayCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/TagResourceCommand.d.ts +19 -6
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/TestEventPatternCommand.d.ts +19 -6
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/UntagResourceCommand.d.ts +18 -6
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/UpdateApiDestinationCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/UpdateArchiveCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/UpdateConnectionCommand.d.ts +32 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/UpdateEndpointCommand.d.ts +20 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/UpdateEventBusCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/index.d.ts +11 -12
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/models/EventBridgeServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/models/models_0.d.ts +1775 -1272
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/runtimeConfig.browser.d.ts +13 -7
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/runtimeConfig.d.ts +12 -6
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/runtimeConfig.native.d.ts +13 -7
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/runtimeConfig.shared.d.ts +4 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/EventBridge.d.ts +29 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/EventBridgeClient.d.ts +22 -16
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +56 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListRulesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutEventsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutRuleCommand.d.ts +21 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/StartReplayCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/TagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateEventBusCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/models/EventBridgeServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/models/models_0.d.ts +536 -468
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/runtimeConfig.browser.d.ts +26 -14
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/runtimeConfig.d.ts +21 -13
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/runtimeConfig.native.d.ts +26 -14
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -2
- package/node_modules/@aws-sdk/client-eventbridge/package.json +49 -48
- package/node_modules/@aws-sdk/client-lambda/README.md +18 -2
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +274 -391
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +4 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/LambdaClient.js +9 -15
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddLayerVersionPermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddPermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateAliasCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCodeSigningConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateEventSourceMappingCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionUrlConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteAliasCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCodeSigningConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteEventSourceMappingCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionConcurrencyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionUrlConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteLayerVersionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAccountSettingsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAliasCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCodeSigningConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetEventSourceMappingCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConcurrencyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConfigurationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionRecursionConfigCommand.js +22 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionUrlConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionByArnCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetRuntimeManagementConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeAsyncCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeWithResponseStreamCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListAliasesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCodeSigningConfigsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListEventSourceMappingsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionUrlConfigsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayerVersionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayersCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListTagsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListVersionsByFunctionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishLayerVersionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishVersionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionConcurrencyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionRecursionConfigCommand.js +22 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutRuntimeManagementConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemoveLayerVersionPermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemovePermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/TagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UntagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateAliasCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCodeSigningConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateEventSourceMappingCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionCodeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionConfigurationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionUrlConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +10 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +92 -55
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +21 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +12 -12
- package/node_modules/@aws-sdk/client-lambda/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +47 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +69 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +38 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +18 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +76 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +86 -8
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteAliasCommand.d.ts +27 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +52 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +28 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +26 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +27 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +27 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +27 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAccountSettingsCommand.d.ts +39 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAliasCommand.d.ts +36 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCodeSigningConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +57 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +71 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +31 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +57 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +41 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +44 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +47 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetPolicyCommand.d.ts +33 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +57 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +35 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +56 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +51 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +56 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +44 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +73 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +52 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +48 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +48 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +36 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +83 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +58 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +69 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +32 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +44 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +36 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +39 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +40 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/TagResourceCommand.d.ts +30 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UntagResourceCommand.d.ts +30 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +58 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +75 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +62 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +61 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +45 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +3 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/LambdaServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +1681 -1294
- package/node_modules/@aws-sdk/client-lambda/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +8 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +8 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +8 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +39 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +19 -9
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAliasCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionRecursionConfigCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeCommand.d.ts +21 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayersCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListTagsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionRecursionConfigCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/TagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/LambdaServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +590 -520
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -10
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +15 -10
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -10
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/package.json +50 -50
- package/node_modules/@aws-sdk/client-s3/README.md +25 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +127 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +1074 -723
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +6 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +15 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +25 -14
- package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +123 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +32 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +4 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +26 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +28 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +5 -4
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +4 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +13 -40
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +61 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListBucketsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/pagination/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +323 -187
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +8 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +15 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +24 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +26 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +69 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +42 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +73 -43
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +109 -60
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +106 -68
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +134 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +142 -79
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +86 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +29 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +62 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +68 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +44 -26
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +38 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +27 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +81 -53
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +63 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +79 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +111 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +49 -26
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +83 -45
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +102 -63
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +56 -24
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +91 -44
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +36 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +31 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +68 -35
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +52 -15
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +40 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +126 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +109 -56
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +50 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +19 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +151 -84
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +18 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +17 -63
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +86 -46
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +125 -64
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3583 -3039
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +1496 -840
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +27 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +17 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +15 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +17 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +4 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +71 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +43 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +55 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +25 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +29 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +844 -915
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +393 -271
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListBucketsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +40 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +34 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +42 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -2
- package/node_modules/@aws-sdk/client-s3/package.json +69 -71
- package/node_modules/@aws-sdk/client-sns/README.md +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sns/dist-cjs/index.js +84 -252
- package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sns/dist-es/SNSClient.js +9 -15
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/AddPermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ConfirmSubscriptionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreatePlatformApplicationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreatePlatformEndpointCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreateTopicCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeleteEndpointCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeletePlatformApplicationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeleteTopicCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetDataProtectionPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetEndpointAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetPlatformApplicationAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetSMSAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetSubscriptionAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetTopicAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListOriginationNumbersCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListPlatformApplicationsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListSubscriptionsByTopicCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListSubscriptionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListTopicsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/OptInPhoneNumberCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/PublishBatchCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/PublishCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/PutDataProtectionPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/RemovePermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetEndpointAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetPlatformApplicationAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetSMSAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetSubscriptionAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetTopicAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SubscribeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/TagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/UnsubscribeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/UntagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sns/dist-es/protocols/Aws_query.js +2 -34
- package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/SNS.d.ts +9 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/SNSClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-sns/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/AddPermissionCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ConfirmSubscriptionCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreatePlatformApplicationCommand.d.ts +27 -15
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreatePlatformEndpointCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreateTopicCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeleteEndpointCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeletePlatformApplicationCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeleteTopicCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetEndpointAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetPlatformApplicationAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetSMSAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetSMSSandboxAccountStatusCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetSubscriptionAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetTopicAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListEndpointsByPlatformApplicationCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListOriginationNumbersCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListPhoneNumbersOptedOutCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListPlatformApplicationsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListSubscriptionsByTopicCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListSubscriptionsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListTagsForResourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListTopicsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/OptInPhoneNumberCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/PublishBatchCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/PublishCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/RemovePermissionCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetEndpointAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetPlatformApplicationAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetSMSAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetSubscriptionAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetTopicAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SubscribeCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/TagResourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/UnsubscribeCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/UntagResourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/index.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/models/SNSServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/models/models_0.d.ts +418 -401
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.browser.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.native.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/SNS.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/SNSClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/PublishCommand.d.ts +21 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SubscribeCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/TagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/SNSServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/models_0.d.ts +92 -92
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -10
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.d.ts +15 -10
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -10
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sns/package.json +45 -46
- package/node_modules/@aws-sdk/client-sqs/README.md +8 -9
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js +58 -169
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sqs/dist-es/SQSClient.js +10 -16
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/AddPermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/CancelMessageMoveTaskCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ChangeMessageVisibilityCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/CreateQueueCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteMessageBatchCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteMessageCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteQueueCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/GetQueueAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/GetQueueUrlCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListMessageMoveTasksCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListQueueTagsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListQueuesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/PurgeQueueCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ReceiveMessageCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/RemovePermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SendMessageBatchCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SendMessageCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SetQueueAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/StartMessageMoveTaskCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/TagQueueCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/UntagQueueCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sqs/dist-es/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-sqs/dist-es/protocols/Aws_json1_0.js +10 -41
- package/node_modules/@aws-sdk/client-sqs/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sqs/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/SQS.d.ts +9 -9
- package/node_modules/@aws-sdk/client-sqs/dist-types/SQSClient.d.ts +17 -21
- package/node_modules/@aws-sdk/client-sqs/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/AddPermissionCommand.d.ts +28 -19
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/CancelMessageMoveTaskCommand.d.ts +17 -7
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +18 -7
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +25 -21
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/CreateQueueCommand.d.ts +25 -13
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/DeleteMessageBatchCommand.d.ts +18 -7
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/DeleteMessageCommand.d.ts +23 -10
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/DeleteQueueCommand.d.ts +20 -7
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/GetQueueAttributesCommand.d.ts +18 -6
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/GetQueueUrlCommand.d.ts +19 -6
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/ListMessageMoveTasksCommand.d.ts +17 -7
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/ListQueueTagsCommand.d.ts +23 -11
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/ListQueuesCommand.d.ts +20 -7
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/PurgeQueueCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/ReceiveMessageCommand.d.ts +28 -14
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/RemovePermissionCommand.d.ts +21 -10
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/SendMessageBatchCommand.d.ts +30 -24
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/SendMessageCommand.d.ts +24 -16
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/SetQueueAttributesCommand.d.ts +29 -19
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/StartMessageMoveTaskCommand.d.ts +17 -8
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/TagQueueCommand.d.ts +27 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/UntagQueueCommand.d.ts +22 -11
- package/node_modules/@aws-sdk/client-sqs/dist-types/index.d.ts +9 -11
- package/node_modules/@aws-sdk/client-sqs/dist-types/models/SQSServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/models/models_0.d.ts +678 -678
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.browser.d.ts +9 -6
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.d.ts +9 -6
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.native.d.ts +9 -6
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/SQS.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/SQSClient.d.ts +8 -10
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/CancelMessageMoveTaskCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ListMessageMoveTasksCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/SendMessageCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/StartMessageMoveTaskCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/TagQueueCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/models/SQSServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/models/models_0.d.ts +86 -80
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.browser.d.ts +19 -11
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.d.ts +16 -11
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.native.d.ts +19 -11
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sqs/package.json +47 -47
- package/node_modules/@aws-sdk/client-sso/README.md +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +23 -85
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +9 -15
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +2 -46
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +50 -50
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +21 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -10
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +15 -10
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -10
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/package.json +42 -43
- package/node_modules/@aws-sdk/client-sso-oidc/README.md +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +68 -83
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +9 -15
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +16 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +25 -46
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +16 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +17 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +38 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +216 -155
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +9 -6
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +81 -66
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -10
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +21 -10
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -10
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +44 -45
- package/node_modules/@aws-sdk/client-sts/README.md +9 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +9 -15
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +137 -93
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +5 -4
- package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +9 -15
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +34 -8
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +55 -34
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +10 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +10 -11
- package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +28 -15
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +23 -10
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +30 -32
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +23 -10
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +21 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +299 -185
- package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +11 -13
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +19 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +13 -9
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +68 -56
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -10
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +32 -35
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -10
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/package.json +46 -49
- package/node_modules/@aws-sdk/core/README.md +35 -1
- 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 +6 -321
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +97 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +78 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +304 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +228 -0
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
- 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 +3 -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/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/index.js +4 -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 +88 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +4 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +51 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +57 -0
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +30 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +7 -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 +3 -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/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +42 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +4 -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/protocols/common.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -3
- 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 +3 -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/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/index.d.ts +8 -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/protocols/common.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -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/xml/parseXmlBody.d.ts +13 -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 +74 -13
- 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-cognito-identity/dist-cjs/index.js +26 -21
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentity.js +12 -10
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentityPool.js +10 -8
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentity.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentity.d.ts +6 -3
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +11 -8
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +13 -4
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +9 -3
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-env/package.json +10 -8
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +5 -6
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +21 -18
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +4 -9
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +14 -10
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -8
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +15 -13
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +135 -69
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +11 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +58 -31
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +21 -6
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +12 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +10 -6
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +9 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +6 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -9
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +12 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +5 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +22 -15
- package/node_modules/@aws-sdk/credential-provider-node/README.md +104 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +154 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +62 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +58 -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/ts3.4/defaultProvider.d.ts +25 -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/package.json +70 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +22 -10
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +10 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +7 -5
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-process/package.json +11 -9
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +67 -23
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +17 -7
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +39 -8
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -12
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +13 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +12 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +10 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +11 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +6 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +16 -12
- package/node_modules/@aws-sdk/credential-providers/README.md +59 -4
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/createCredentialChain.js +46 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromContainerMetadata.js +1 -2
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromInstanceMetadata.js +3 -3
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTemporaryCredentials.js +11 -7
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/index.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/dist-es/createCredentialChain.js +41 -0
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromInstanceMetadata.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromTemporaryCredentials.js +8 -3
- package/node_modules/@aws-sdk/credential-providers/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/createCredentialChain.d.ts +49 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromIni.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromNodeProviderChain.d.ts +7 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/createCredentialChain.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromIni.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/package.json +23 -20
- package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/endpoint-cache/package.json +6 -5
- package/node_modules/@aws-sdk/lib-dynamodb/README.md +69 -5
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/index.js +53 -64
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/DynamoDBDocument.js +26 -13
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/DynamoDBDocumentClient.js +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/baseCommand/DynamoDBDocumentClientCommand.js +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchGetCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchWriteCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/DeleteCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ExecuteStatementCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/GetCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/PutCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/QueryCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ScanCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/TransactGetCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/TransactWriteCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/UpdateCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/utils.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/QueryPaginator.js +2 -22
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/ScanPaginator.js +2 -22
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +9 -8
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchGetCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchWriteCommand.d.ts +14 -13
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/DeleteCommand.d.ts +11 -10
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/GetCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/PutCommand.d.ts +11 -10
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/QueryCommand.d.ts +11 -10
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ScanCommand.d.ts +9 -8
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactGetCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactWriteCommand.d.ts +17 -16
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/UpdateCommand.d.ts +13 -12
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/QueryPaginator.d.ts +1 -5
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/ScanPaginator.d.ts +1 -5
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +26 -22
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchGetCommand.d.ts +18 -14
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +51 -45
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/DeleteCommand.d.ts +30 -26
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +14 -12
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/GetCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/PutCommand.d.ts +30 -26
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +27 -23
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +19 -17
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactGetCommand.d.ts +14 -12
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactWriteCommand.d.ts +67 -49
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/UpdateCommand.d.ts +42 -33
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/QueryPaginator.d.ts +2 -2
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/ScanPaginator.d.ts +2 -2
- package/node_modules/@aws-sdk/lib-dynamodb/package.json +15 -11
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +11 -10
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getCacheKey.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/getCacheKey.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +12 -10
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +8 -4
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-es/index.js +6 -4
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +3 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/ts3.4/index.d.ts +8 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.browser.js +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +28 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +138 -15
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.js +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.js +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/constants.js +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +18 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksum.js +1 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.browser.js +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +23 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/stringUnionSelector.js +14 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/types.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/validateChecksumFromResponse.js +14 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/constants.d.ts +42 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +5 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +2 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.browser.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringUnionSelector.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/constants.d.ts +14 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksum.d.ts +2 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.browser.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/stringUnionSelector.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/types.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +23 -13
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-host-header/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +9 -7
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-logger/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +146 -33
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/bucket-endpoint-middleware.js +4 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-endpoint-middleware.js +24 -10
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +13 -13
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +39 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/signS3Express.js +7 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +36 -10
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +27 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +1 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +40 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/signS3Express.d.ts +27 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/index.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +24 -15
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/index.js +14 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-es/queue-url.js +4 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-es/receive-message.js +3 -0
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-es/send-message-batch.js +3 -0
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-es/send-message.js +3 -0
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/ts3.4/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +12 -10
- package/node_modules/@aws-sdk/middleware-ssec/dist-cjs/index.js +17 -3
- package/node_modules/@aws-sdk/middleware-ssec/dist-es/index.js +13 -2
- package/node_modules/@aws-sdk/middleware-ssec/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-ssec/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-ssec/package.json +9 -7
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +113 -4
- 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 +22 -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/user-agent-middleware.js +11 -1
- 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 +14 -1
- 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/ts3.4/check-features.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
- 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/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +14 -10
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -9
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +10 -9
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +38 -33
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +14 -3
- package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +6 -8
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +6 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +8 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
- package/node_modules/@aws-sdk/token-providers/package.json +13 -10
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -5
- package/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +41 -1
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +2 -2
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +16 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
- package/node_modules/@aws-sdk/types/package.json +4 -4
- package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +5 -2
- package/node_modules/@aws-sdk/util-arn-parser/package.json +6 -5
- package/node_modules/@aws-sdk/util-dynamodb/dist-cjs/index.js +14 -8
- package/node_modules/@aws-sdk/util-dynamodb/dist-es/convertToAttr.js +11 -9
- package/node_modules/@aws-sdk/util-dynamodb/dist-es/convertToNative.js +3 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/marshall.d.ts +43 -9
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/models.d.ts +13 -1
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/marshall.d.ts +79 -20
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/models.d.ts +5 -3
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/unmarshall.d.ts +4 -1
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/unmarshall.d.ts +7 -2
- package/node_modules/@aws-sdk/util-dynamodb/package.json +7 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +19 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +9 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +7 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +9 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +10 -8
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/util-locate-window/package.json +6 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +12 -8
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -5
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +48 -39
- 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 -39
- 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/defaultUserAgent.d.ts +23 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
- 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/defaultUserAgent.d.ts +21 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
- 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 +10 -8
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +6 -5
- package/node_modules/@httptoolkit/websocket-stream/.github/workflows/ci.yml +20 -0
- package/node_modules/@httptoolkit/websocket-stream/index.d.ts +37 -0
- package/node_modules/@httptoolkit/websocket-stream/package.json +51 -0
- package/node_modules/@httptoolkit/websocket-stream/readme.md +156 -0
- package/node_modules/@httptoolkit/websocket-stream/stream.js +190 -0
- package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +7 -4
- package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +6 -3
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +7 -4
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +6 -3
- package/node_modules/@smithy/abort-controller/package.json +7 -7
- package/node_modules/@smithy/chunked-blob-reader/dist-cjs/index.js +8 -23
- package/node_modules/@smithy/chunked-blob-reader/dist-es/index.js +8 -22
- package/node_modules/@smithy/chunked-blob-reader/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/chunked-blob-reader/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/chunked-blob-reader/package.json +3 -4
- package/node_modules/@smithy/chunked-blob-reader-native/package.json +4 -5
- package/node_modules/@smithy/config-resolver/package.json +11 -11
- package/node_modules/@smithy/core/README.md +35 -2
- package/node_modules/@smithy/core/cbor.d.ts +7 -0
- package/node_modules/@smithy/core/cbor.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/index.js +83 -160
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +732 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +164 -0
- package/node_modules/@smithy/core/dist-es/index.js +4 -3
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -2
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +1 -2
- package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -67
- package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +391 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +191 -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 +21 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +83 -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 +4 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -1
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +2 -1
- package/node_modules/@smithy/core/dist-types/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +2 -48
- package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +63 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -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 +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +2 -48
- 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/cbor-decode.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +66 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -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/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 +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/package.json +51 -15
- package/node_modules/@smithy/core/protocols.d.ts +7 -0
- package/node_modules/@smithy/core/protocols.js +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +43 -24
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +17 -6
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +11 -9
- package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +11 -12
- package/node_modules/@smithy/eventstream-codec/dist-es/TestVectors.fixture.js +25 -569
- package/node_modules/@smithy/eventstream-codec/package.json +10 -10
- package/node_modules/@smithy/eventstream-serde-browser/package.json +6 -7
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +8 -8
- package/node_modules/@smithy/eventstream-serde-node/package.json +7 -8
- package/node_modules/@smithy/eventstream-serde-universal/package.json +10 -10
- package/node_modules/@smithy/fetch-http-handler/README.md +7 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +59 -42
- 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 +35 -7
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +14 -32
- package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +7 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +7 -1
- package/node_modules/@smithy/fetch-http-handler/package.json +13 -27
- package/node_modules/@smithy/hash-blob-browser/package.json +10 -27
- package/node_modules/@smithy/hash-node/package.json +10 -10
- package/node_modules/@smithy/hash-stream-node/package.json +11 -11
- package/node_modules/@smithy/invalid-dependency/package.json +6 -6
- package/node_modules/@smithy/is-array-buffer/package.json +3 -4
- package/node_modules/@smithy/md5-js/package.json +10 -10
- package/node_modules/@smithy/middleware-content-length/package.json +9 -9
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +30 -5
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +7 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +7 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +4 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +10 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +3 -3
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +11 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +4 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +11 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +14 -13
- package/node_modules/@smithy/middleware-retry/package.json +17 -16
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +6 -1
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +6 -1
- package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +6 -2
- package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +6 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/package.json +10 -9
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +7 -4
- package/node_modules/@smithy/middleware-stack/package.json +7 -7
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +21 -3
- package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -2
- package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -1
- package/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +2 -2
- package/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +2 -2
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/package.json +10 -10
- package/node_modules/@smithy/node-http-handler/README.md +5 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +201 -79
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +39 -15
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +9 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +39 -2
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +29 -14
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +19 -5
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +13 -4
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +39 -12
- 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 +29 -13
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -2
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/package.json +11 -11
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +28 -10
- package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +2 -3
- package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +15 -4
- package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +2 -3
- package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +16 -3
- package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +25 -3
- package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +16 -3
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +16 -3
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +25 -3
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +16 -3
- package/node_modules/@smithy/property-provider/package.json +7 -7
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +30 -8
- package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +13 -8
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +31 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +31 -1
- package/node_modules/@smithy/protocol-http/package.json +7 -7
- package/node_modules/@smithy/querystring-builder/package.json +6 -7
- package/node_modules/@smithy/querystring-parser/package.json +7 -7
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@smithy/service-error-classification/package.json +6 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +18 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +14 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +5 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +5 -1
- package/node_modules/@smithy/shared-ini-file-loader/package.json +8 -8
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +144 -35
- package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +125 -0
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +8 -7
- package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +7 -5
- package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +4 -3
- package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +2 -2
- package/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +2 -2
- package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +4 -3
- package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +2 -2
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +24 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +2 -2
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +4 -3
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +2 -2
- package/node_modules/@smithy/signature-v4/package.json +14 -15
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +139 -98
- package/node_modules/@smithy/smithy-client/dist-es/client.js +22 -4
- package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -11
- package/node_modules/@smithy/smithy-client/dist-es/command.js +3 -2
- package/node_modules/@smithy/smithy-client/dist-es/date-utils.js +3 -0
- package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +1 -1
- package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -5
- package/node_modules/@smithy/smithy-client/dist-es/index.js +5 -2
- package/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
- package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +22 -31
- package/node_modules/@smithy/smithy-client/dist-es/quote-header.js +6 -0
- package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -19
- package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/split-header.js +37 -0
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +22 -1
- package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +6 -3
- package/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +34 -15
- package/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +6 -0
- package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +2 -0
- package/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +22 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +6 -3
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +34 -15
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +6 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +2 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/package.json +13 -12
- package/node_modules/@smithy/types/README.md +36 -1
- package/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.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 +4 -3
- package/node_modules/@smithy/types/dist-types/client.d.ts +14 -2
- package/node_modules/@smithy/types/dist-types/command.d.ts +14 -1
- package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +43 -0
- package/node_modules/@smithy/types/dist-types/http.d.ts +4 -3
- package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
- package/node_modules/@smithy/types/dist-types/serde.d.ts +10 -3
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/signature.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +6 -6
- package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +12 -6
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +13 -7
- 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 +4 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +14 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +14 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +1 -1
- 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 +43 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +4 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +10 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +6 -6
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +8 -10
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +13 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +27 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +3 -3
- package/node_modules/@smithy/types/dist-types/util.d.ts +22 -7
- package/node_modules/@smithy/types/dist-types/waiter.d.ts +3 -3
- package/node_modules/@smithy/types/package.json +3 -4
- package/node_modules/@smithy/url-parser/package.json +7 -7
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +16 -1
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +14 -1
- package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +16 -1
- package/node_modules/@smithy/util-base64/dist-es/toBase64.js +14 -1
- package/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +4 -3
- package/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +4 -3
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +4 -3
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +4 -3
- package/node_modules/@smithy/util-base64/package.json +6 -6
- package/node_modules/@smithy/util-body-length-browser/package.json +2 -3
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +1 -1
- package/node_modules/@smithy/util-body-length-node/package.json +4 -5
- package/node_modules/@smithy/util-buffer-from/package.json +5 -6
- package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/util-config-provider/package.json +4 -5
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -9
- package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -12
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +76 -14
- package/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +49 -0
- package/node_modules/@smithy/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +0 -10
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +34 -0
- package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +34 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/package.json +11 -10
- package/node_modules/@smithy/util-hex-encoding/package.json +3 -4
- package/node_modules/@smithy/util-middleware/package.json +8 -8
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +6 -1
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/package.json +9 -9
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
- package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +36 -0
- package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +46 -0
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +12 -1
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +3 -3
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +9 -4
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +11 -0
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +17 -0
- package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +14 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
- package/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +31 -0
- package/node_modules/@smithy/util-stream/dist-es/headStream.js +41 -0
- package/node_modules/@smithy/util-stream/dist-es/index.js +5 -0
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +3 -3
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +8 -3
- package/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +7 -0
- package/node_modules/@smithy/util-stream/dist-es/splitStream.js +13 -0
- package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +5 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +61 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +8 -0
- package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +9 -0
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +5 -0
- package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +8 -0
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +16 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +8 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +9 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +8 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +14 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +16 -0
- package/node_modules/@smithy/util-stream/package.json +34 -34
- package/node_modules/@smithy/util-uri-escape/package.json +3 -4
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +9 -1
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -1
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +9 -1
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/package.json +4 -5
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +38 -6
- package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +7 -1
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
- package/node_modules/@smithy/util-waiter/dist-es/waiter.js +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
- package/node_modules/@smithy/util-waiter/package.json +8 -8
- package/node_modules/@types/node/LICENSE +21 -0
- package/node_modules/@types/node/README.md +15 -0
- package/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/node_modules/@types/node/assert.d.ts +1040 -0
- package/node_modules/@types/node/async_hooks.d.ts +541 -0
- package/node_modules/@types/node/buffer.buffer.d.ts +385 -0
- package/node_modules/@types/node/buffer.d.ts +1934 -0
- package/node_modules/@types/node/child_process.d.ts +1548 -0
- package/node_modules/@types/node/cluster.d.ts +578 -0
- package/node_modules/@types/node/compatibility/disposable.d.ts +16 -0
- package/node_modules/@types/node/compatibility/index.d.ts +9 -0
- package/node_modules/@types/node/compatibility/indexable.d.ts +20 -0
- package/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/node_modules/@types/node/console.d.ts +452 -0
- package/node_modules/@types/node/constants.d.ts +19 -0
- package/node_modules/@types/node/crypto.d.ts +4519 -0
- package/node_modules/@types/node/dgram.d.ts +596 -0
- package/node_modules/@types/node/diagnostics_channel.d.ts +554 -0
- package/node_modules/@types/node/dns/promises.d.ts +477 -0
- package/node_modules/@types/node/dns.d.ts +864 -0
- package/node_modules/@types/node/dom-events.d.ts +124 -0
- package/node_modules/@types/node/domain.d.ts +170 -0
- package/node_modules/@types/node/events.d.ts +931 -0
- package/node_modules/@types/node/fs/promises.d.ts +1245 -0
- package/node_modules/@types/node/fs.d.ts +4317 -0
- package/node_modules/@types/node/globals.d.ts +468 -0
- package/node_modules/@types/node/globals.typedarray.d.ts +21 -0
- package/node_modules/@types/node/http.d.ts +1944 -0
- package/node_modules/@types/node/http2.d.ts +2555 -0
- package/node_modules/@types/node/https.d.ts +544 -0
- package/node_modules/@types/node/index.d.ts +91 -0
- package/node_modules/@types/node/inspector.d.ts +3696 -0
- package/node_modules/@types/node/module.d.ts +315 -0
- package/node_modules/@types/node/net.d.ts +1005 -0
- package/node_modules/@types/node/os.d.ts +495 -0
- package/node_modules/@types/node/package.json +220 -0
- package/node_modules/@types/node/path.d.ts +200 -0
- package/node_modules/@types/node/perf_hooks.d.ts +934 -0
- package/node_modules/@types/node/process.d.ts +1879 -0
- package/node_modules/@types/node/punycode.d.ts +117 -0
- package/node_modules/@types/node/querystring.d.ts +153 -0
- package/node_modules/@types/node/readline/promises.d.ts +162 -0
- package/node_modules/@types/node/readline.d.ts +589 -0
- package/node_modules/@types/node/repl.d.ts +430 -0
- package/node_modules/@types/node/sea.d.ts +153 -0
- package/node_modules/@types/node/stream/consumers.d.ts +12 -0
- package/node_modules/@types/node/stream/promises.d.ts +90 -0
- package/node_modules/@types/node/stream/web.d.ts +524 -0
- package/node_modules/@types/node/stream.d.ts +1726 -0
- package/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/node_modules/@types/node/test.d.ts +1938 -0
- package/node_modules/@types/node/timers/promises.d.ts +97 -0
- package/node_modules/@types/node/timers.d.ts +240 -0
- package/node_modules/@types/node/tls.d.ts +1217 -0
- package/node_modules/@types/node/trace_events.d.ts +197 -0
- package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +385 -0
- package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +19 -0
- package/node_modules/@types/node/ts5.6/index.d.ts +91 -0
- package/node_modules/@types/node/tty.d.ts +208 -0
- package/node_modules/@types/node/url.d.ts +955 -0
- package/node_modules/@types/node/util.d.ts +2306 -0
- package/node_modules/@types/node/v8.d.ts +808 -0
- package/node_modules/@types/node/vm.d.ts +922 -0
- package/node_modules/@types/node/wasi.d.ts +181 -0
- package/node_modules/@types/node/worker_threads.d.ts +694 -0
- package/node_modules/@types/node/zlib.d.ts +539 -0
- package/node_modules/@types/uuid/LICENSE +21 -0
- package/node_modules/@types/uuid/README.md +15 -0
- package/node_modules/@types/uuid/index.d.mts +12 -0
- package/node_modules/@types/uuid/index.d.ts +86 -0
- package/node_modules/@types/uuid/package.json +54 -0
- package/node_modules/@types/ws/LICENSE +21 -0
- package/node_modules/@types/ws/README.md +15 -0
- package/node_modules/@types/ws/index.d.mts +22 -0
- package/node_modules/@types/ws/index.d.ts +409 -0
- package/node_modules/@types/ws/package.json +72 -0
- package/node_modules/aws-iot-device-sdk/README.md +1 -1
- package/node_modules/aws-iot-device-sdk/device/index.js +2 -1
- package/node_modules/aws-iot-device-sdk/device/lib/ws.js +1 -1
- package/node_modules/aws-iot-device-sdk/node_modules/duplexify/.travis.yml +9 -0
- package/node_modules/aws-iot-device-sdk/node_modules/duplexify/index.js +238 -0
- package/node_modules/aws-iot-device-sdk/node_modules/duplexify/package.json +39 -0
- package/node_modules/aws-iot-device-sdk/node_modules/duplexify/test.js +339 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/README.md +106 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/lib/_stream_transform.js +190 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/lib/_stream_writable.js +641 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/package.json +68 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/readable-browser.js +9 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/readable.js +16 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/websocket-server.js +3 -1
- package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/websocket.js +3 -1
- package/node_modules/aws-iot-device-sdk/node_modules/ws/package.json +1 -1
- package/node_modules/aws-iot-device-sdk/package.json +3 -3
- package/node_modules/aws4/README.md +3 -5
- package/node_modules/aws4/aws4.js +23 -21
- package/node_modules/aws4/package.json +7 -3
- package/node_modules/bl/node_modules/readable-stream/README.md +106 -0
- package/node_modules/bl/node_modules/readable-stream/errors-browser.js +127 -0
- package/node_modules/bl/node_modules/readable-stream/errors.js +116 -0
- package/node_modules/bl/node_modules/readable-stream/experimentalWarning.js +17 -0
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_transform.js +190 -0
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_writable.js +641 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
- package/node_modules/bl/node_modules/readable-stream/package.json +68 -0
- package/node_modules/bl/node_modules/readable-stream/readable-browser.js +9 -0
- package/node_modules/bl/node_modules/readable-stream/readable.js +16 -0
- package/node_modules/concat-stream/node_modules/readable-stream/README.md +106 -0
- package/node_modules/concat-stream/node_modules/readable-stream/errors-browser.js +127 -0
- package/node_modules/concat-stream/node_modules/readable-stream/errors.js +116 -0
- package/node_modules/concat-stream/node_modules/readable-stream/experimentalWarning.js +17 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_transform.js +190 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js +641 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
- package/node_modules/concat-stream/node_modules/readable-stream/package.json +68 -0
- package/node_modules/concat-stream/node_modules/readable-stream/readable-browser.js +9 -0
- package/node_modules/concat-stream/node_modules/readable-stream/readable.js +16 -0
- package/node_modules/debug/README.md +1 -1
- package/node_modules/debug/package.json +10 -4
- package/node_modules/debug/src/browser.js +4 -1
- package/node_modules/debug/src/common.js +57 -39
- package/node_modules/debug/src/node.js +2 -2
- package/node_modules/define-lazy-prop/index.d.ts +9 -7
- package/node_modules/define-lazy-prop/index.js +4 -3
- package/node_modules/define-lazy-prop/license +1 -1
- package/node_modules/define-lazy-prop/package.json +6 -9
- package/node_modules/define-lazy-prop/readme.md +16 -7
- package/node_modules/duplexify/.travis.yml +0 -3
- package/node_modules/duplexify/index.js +5 -9
- package/node_modules/duplexify/package.json +4 -4
- package/node_modules/duplexify/test.js +0 -44
- package/node_modules/fast-xml-parser/CHANGELOG.md +349 -309
- package/node_modules/fast-xml-parser/README.md +83 -51
- package/node_modules/fast-xml-parser/package.json +8 -5
- package/node_modules/fast-xml-parser/src/fxp.d.ts +365 -71
- package/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +16 -0
- package/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +107 -0
- package/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +64 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +71 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +103 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +102 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +156 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +99 -0
- package/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
- package/node_modules/fast-xml-parser/src/v5/TagPath.js +81 -0
- package/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +15 -0
- package/node_modules/fast-xml-parser/src/v5/XMLParser.js +85 -0
- package/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +237 -0
- package/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +212 -0
- package/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +118 -0
- package/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +118 -0
- package/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +123 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +107 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +23 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +20 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +40 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +14 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +16 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +8 -0
- package/node_modules/fast-xml-parser/src/validator.js +2 -0
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +31 -9
- package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +4 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +25 -12
- package/node_modules/help-me/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/help-me/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/node_modules/help-me/node_modules/readable-stream/LICENSE +47 -0
- package/node_modules/help-me/node_modules/readable-stream/README.md +106 -0
- package/node_modules/help-me/node_modules/readable-stream/errors-browser.js +127 -0
- package/node_modules/help-me/node_modules/readable-stream/errors.js +116 -0
- package/node_modules/help-me/node_modules/readable-stream/experimentalWarning.js +17 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/_stream_transform.js +190 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/_stream_writable.js +641 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
- package/node_modules/help-me/node_modules/readable-stream/package.json +68 -0
- package/node_modules/help-me/node_modules/readable-stream/readable-browser.js +9 -0
- package/node_modules/help-me/node_modules/readable-stream/readable.js +16 -0
- package/node_modules/is-docker/cli.js +2 -2
- package/node_modules/is-docker/index.d.ts +4 -2
- package/node_modules/is-docker/index.js +10 -10
- package/node_modules/is-docker/package.json +7 -9
- package/node_modules/is-docker/readme.md +1 -1
- package/node_modules/is-wsl/index.d.ts +15 -0
- package/node_modules/is-wsl/index.js +31 -0
- package/node_modules/is-wsl/package.json +45 -0
- package/node_modules/is-wsl/readme.md +36 -0
- package/node_modules/isomorphic-ws/LICENSE +21 -0
- package/node_modules/isomorphic-ws/README.md +58 -0
- package/node_modules/isomorphic-ws/browser.js +17 -0
- package/node_modules/isomorphic-ws/index.d.ts +8 -0
- package/node_modules/isomorphic-ws/node.js +3 -0
- package/node_modules/isomorphic-ws/package.json +34 -0
- package/node_modules/ms/index.js +1 -1
- package/node_modules/ms/license.md +1 -1
- package/node_modules/ms/package.json +5 -4
- package/node_modules/ms/readme.md +1 -2
- package/node_modules/open/index.d.ts +113 -117
- package/node_modules/open/index.js +63 -90
- package/node_modules/open/package.json +9 -16
- package/node_modules/open/readme.md +28 -39
- package/node_modules/open/xdg-open +137 -338
- package/node_modules/pump/.github/FUNDING.yml +2 -0
- package/node_modules/pump/README.md +9 -0
- package/node_modules/pump/SECURITY.md +5 -0
- package/node_modules/pump/index.js +5 -1
- package/node_modules/pump/package.json +1 -1
- package/node_modules/readable-stream/README.md +13 -61
- package/node_modules/readable-stream/lib/_stream_duplex.js +46 -41
- package/node_modules/readable-stream/lib/_stream_passthrough.js +11 -1
- package/node_modules/readable-stream/lib/_stream_readable.js +260 -268
- package/node_modules/readable-stream/lib/_stream_transform.js +42 -18
- package/node_modules/readable-stream/lib/_stream_writable.js +139 -95
- package/node_modules/readable-stream/lib/internal/streams/destroy.js +18 -30
- package/node_modules/readable-stream/package.json +19 -35
- package/node_modules/readable-stream/readable-browser.js +0 -2
- package/node_modules/readable-stream/readable.js +8 -5
- package/node_modules/split2/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/split2/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/node_modules/split2/node_modules/readable-stream/LICENSE +47 -0
- package/node_modules/split2/node_modules/readable-stream/README.md +106 -0
- package/node_modules/split2/node_modules/readable-stream/errors-browser.js +127 -0
- package/node_modules/split2/node_modules/readable-stream/errors.js +116 -0
- package/node_modules/split2/node_modules/readable-stream/experimentalWarning.js +17 -0
- package/node_modules/split2/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
- package/node_modules/split2/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
- package/node_modules/split2/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
- package/node_modules/split2/node_modules/readable-stream/lib/_stream_transform.js +190 -0
- package/node_modules/split2/node_modules/readable-stream/lib/_stream_writable.js +641 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
- package/node_modules/split2/node_modules/readable-stream/package.json +68 -0
- package/node_modules/split2/node_modules/readable-stream/readable-browser.js +9 -0
- package/node_modules/split2/node_modules/readable-stream/readable.js +16 -0
- package/node_modules/string_decoder/package.json +2 -5
- package/node_modules/tslib/modules/index.d.ts +1 -0
- package/node_modules/tslib/modules/index.js +2 -0
- package/node_modules/tslib/package.json +1 -1
- package/node_modules/tslib/tslib.d.ts +8 -1
- package/node_modules/tslib/tslib.es6.js +43 -11
- package/node_modules/tslib/tslib.es6.mjs +47 -16
- package/node_modules/tslib/tslib.js +75 -12
- package/node_modules/undici-types/LICENSE +21 -0
- package/node_modules/undici-types/README.md +6 -0
- package/node_modules/undici-types/agent.d.ts +31 -0
- package/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/undici-types/client.d.ts +108 -0
- package/node_modules/undici-types/connector.d.ts +34 -0
- package/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/undici-types/cookies.d.ts +28 -0
- package/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
- package/node_modules/undici-types/dispatcher.d.ts +255 -0
- package/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
- package/node_modules/undici-types/errors.d.ts +149 -0
- package/node_modules/undici-types/eventsource.d.ts +63 -0
- package/node_modules/undici-types/fetch.d.ts +209 -0
- package/node_modules/undici-types/file.d.ts +39 -0
- package/node_modules/undici-types/filereader.d.ts +54 -0
- package/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/undici-types/handlers.d.ts +15 -0
- package/node_modules/undici-types/header.d.ts +4 -0
- package/node_modules/undici-types/index.d.ts +71 -0
- package/node_modules/undici-types/interceptors.d.ts +15 -0
- package/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/node_modules/undici-types/mock-client.d.ts +25 -0
- package/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/node_modules/undici-types/package.json +55 -0
- package/node_modules/undici-types/patch.d.ts +71 -0
- package/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/undici-types/pool.d.ts +39 -0
- package/node_modules/undici-types/proxy-agent.d.ts +28 -0
- package/node_modules/undici-types/readable.d.ts +60 -0
- package/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/node_modules/undici-types/retry-handler.d.ts +116 -0
- package/node_modules/undici-types/util.d.ts +18 -0
- package/node_modules/undici-types/webidl.d.ts +222 -0
- package/node_modules/undici-types/websocket.d.ts +152 -0
- package/package.json +6 -6
- package/cli/node_modules/define-lazy-prop/index.d.ts +0 -33
- package/cli/node_modules/define-lazy-prop/index.js +0 -19
- package/cli/node_modules/define-lazy-prop/package.json +0 -48
- package/cli/node_modules/define-lazy-prop/readme.md +0 -64
- package/cli/node_modules/is-docker/cli.js +0 -5
- package/cli/node_modules/is-docker/index.d.ts +0 -15
- package/cli/node_modules/is-docker/index.js +0 -29
- package/cli/node_modules/is-docker/license +0 -9
- package/cli/node_modules/is-docker/package.json +0 -42
- package/cli/node_modules/is-docker/readme.md +0 -27
- package/cli/node_modules/open/index.d.ts +0 -153
- package/cli/node_modules/open/index.js +0 -334
- package/cli/node_modules/open/license +0 -9
- package/cli/node_modules/open/package.json +0 -61
- package/cli/node_modules/open/readme.md +0 -171
- package/cli/node_modules/open/xdg-open +0 -1066
- package/lib/cli/node_modules/.bin/is-docker +0 -5
- package/lib/cli/node_modules/define-lazy-prop/index.d.ts +0 -33
- package/lib/cli/node_modules/define-lazy-prop/index.js +0 -19
- package/lib/cli/node_modules/define-lazy-prop/license +0 -9
- package/lib/cli/node_modules/define-lazy-prop/package.json +0 -48
- package/lib/cli/node_modules/define-lazy-prop/readme.md +0 -64
- package/lib/cli/node_modules/is-docker/cli.js +0 -5
- package/lib/cli/node_modules/is-docker/index.d.ts +0 -15
- package/lib/cli/node_modules/is-docker/index.js +0 -29
- package/lib/cli/node_modules/is-docker/license +0 -9
- package/lib/cli/node_modules/is-docker/package.json +0 -42
- package/lib/cli/node_modules/is-docker/readme.md +0 -27
- package/lib/cli/node_modules/open/index.d.ts +0 -153
- package/lib/cli/node_modules/open/index.js +0 -334
- package/lib/cli/node_modules/open/license +0 -9
- package/lib/cli/node_modules/open/package.json +0 -61
- package/lib/cli/node_modules/open/readme.md +0 -171
- package/lib/cli/node_modules/open/xdg-open +0 -1066
- package/node_modules/@aws-crypto/crc32/build/aws_crc32.js.map +0 -1
- package/node_modules/@aws-crypto/crc32/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/crc32c/build/aws_crc32c.js.map +0 -1
- package/node_modules/@aws-crypto/crc32c/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +0 -46
- package/node_modules/@aws-crypto/ie11-detection/LICENSE +0 -202
- package/node_modules/@aws-crypto/ie11-detection/README.md +0 -20
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts +0 -19
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js +0 -3
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts +0 -12
- package/node_modules/@aws-crypto/ie11-detection/build/Key.js +0 -3
- package/node_modules/@aws-crypto/ie11-detection/build/Key.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts +0 -12
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js +0 -3
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +0 -33
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js +0 -3
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts +0 -21
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js +0 -32
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/index.d.ts +0 -5
- package/node_modules/@aws-crypto/ie11-detection/build/index.js +0 -9
- package/node_modules/@aws-crypto/ie11-detection/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/ie11-detection/package.json +0 -26
- package/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +0 -21
- package/node_modules/@aws-crypto/ie11-detection/src/Key.ts +0 -12
- package/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +0 -13
- package/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +0 -88
- package/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +0 -59
- package/node_modules/@aws-crypto/ie11-detection/src/index.ts +0 -5
- package/node_modules/@aws-crypto/ie11-detection/tsconfig.json +0 -17
- package/node_modules/@aws-crypto/sha1-browser/build/constants.js.map +0 -1
- package/node_modules/@aws-crypto/sha1-browser/build/crossPlatformSha1.js +0 -34
- package/node_modules/@aws-crypto/sha1-browser/build/crossPlatformSha1.js.map +0 -1
- package/node_modules/@aws-crypto/sha1-browser/build/ie11Sha1.d.ts +0 -9
- package/node_modules/@aws-crypto/sha1-browser/build/ie11Sha1.js +0 -80
- package/node_modules/@aws-crypto/sha1-browser/build/ie11Sha1.js.map +0 -1
- package/node_modules/@aws-crypto/sha1-browser/build/index.d.ts +0 -3
- package/node_modules/@aws-crypto/sha1-browser/build/index.js +0 -10
- package/node_modules/@aws-crypto/sha1-browser/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/sha1-browser/build/isEmptyData.js.map +0 -1
- package/node_modules/@aws-crypto/sha1-browser/build/webCryptoSha1.js +0 -61
- package/node_modules/@aws-crypto/sha1-browser/build/webCryptoSha1.js.map +0 -1
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/sha1-browser/src/ie11Sha1.ts +0 -108
- package/node_modules/@aws-crypto/sha256-browser/build/constants.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +0 -35
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +0 -9
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +0 -80
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/index.d.ts +0 -3
- package/node_modules/@aws-crypto/sha256-browser/build/index.js +0 -10
- package/node_modules/@aws-crypto/sha256-browser/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +0 -108
- package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/constants.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/supports-web-crypto/build/index.js +0 -5
- package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +0 -69
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/util/build/convertToBuffer.js +0 -24
- package/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/isEmptyData.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/numToUint8.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +0 -1
- package/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/util/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/util/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -125
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -39
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -10
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -23
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -125
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -39
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -10
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -23
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -6
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -125
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -39
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -10
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -23
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -6
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -125
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -39
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -10
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -23
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -125
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -39
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -10
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -23
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -125
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -39
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -10
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -23
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -125
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -39
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -10
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -23
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/credentialDefaultProvider.js +0 -29
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/credentialDefaultProvider.js +0 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/credentialDefaultProvider.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/credentialDefaultProvider.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/credentialDefaultProvider.js +0 -29
- package/node_modules/@aws-sdk/client-sts/dist-es/credentialDefaultProvider.js +0 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/credentialDefaultProvider.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/credentialDefaultProvider.d.ts +0 -1
- package/node_modules/@aws-sdk/core/CHANGELOG.md +0 -226
- package/node_modules/@aws-sdk/core/api-extractor.json +0 -4
- package/node_modules/@aws-sdk/core/dist-cjs/client/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getDateHeader.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/isClockSkewed.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/coercing-serializers.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/awsExpectUnion.js +0 -1
- package/node_modules/@aws-sdk/core/dist-es/client/emitWarningIfUnsupportedVersion.js +0 -13
- package/node_modules/@aws-sdk/core/dist-es/client/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -60
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/index.js +0 -2
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -82
- package/node_modules/@aws-sdk/core/dist-es/protocols/index.js +0 -2
- package/node_modules/@aws-sdk/core/dist-types/client/emitWarningIfUnsupportedVersion.d.ts +0 -9
- package/node_modules/@aws-sdk/core/dist-types/client/index.d.ts +0 -1
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -17
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/index.d.ts +0 -2
- package/node_modules/@aws-sdk/core/dist-types/protocols/index.d.ts +0 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/emitWarningIfUnsupportedVersion.d.ts +0 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/index.d.ts +0 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -21
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/index.d.ts +0 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/index.d.ts +0 -2
- package/node_modules/@aws-sdk/core/integ/request-handlers/request-handlers.integ.spec.ts +0 -158
- package/node_modules/@aws-sdk/core/jest.config.integ.js +0 -4
- package/node_modules/@aws-sdk/core/jest.config.js +0 -6
- package/node_modules/@aws-sdk/core/scripts/lint.js +0 -24
- package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +0 -70
- package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +0 -25
- package/node_modules/@aws-sdk/core/src/client/index.ts +0 -1
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.spec.ts +0 -30
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +0 -134
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/index.ts +0 -2
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts +0 -244
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/index.ts +0 -1
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getDateHeader.ts +0 -7
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.spec.ts +0 -17
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.ts +0 -8
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.spec.ts +0 -37
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.ts +0 -18
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/index.ts +0 -3
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.spec.ts +0 -32
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.ts +0 -12
- package/node_modules/@aws-sdk/core/src/index.ts +0 -3
- package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.spec.ts +0 -76
- package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.ts +0 -72
- package/node_modules/@aws-sdk/core/src/protocols/index.ts +0 -2
- package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.spec.ts +0 -30
- package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.ts +0 -17
- package/node_modules/@aws-sdk/core/tsconfig.cjs.json +0 -9
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +0 -1
- package/node_modules/@aws-sdk/core/tsconfig.es.json +0 -9
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +0 -1
- package/node_modules/@aws-sdk/core/tsconfig.types.json +0 -9
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/loadSts.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveWebIdentityCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/loadSts.js +0 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/loadSts.d.ts +0 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/loadSts.d.ts +0 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/ProcessCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/fromSSO.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/isSsoProfile.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/types.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/loadSts.js +0 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/loadSts.js +0 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/loadSts.d.ts +0 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/loadSts.d.ts +0 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -125
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -39
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -10
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -23
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/Endpoint.js +0 -1
- package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/EndpointCache.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/DynamoDBDocument.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/DynamoDBDocumentClient.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/baseCommand/DynamoDBDocumentClientCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/BatchExecuteStatementCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/BatchGetCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/BatchWriteCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/DeleteCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/ExecuteStatementCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/ExecuteTransactionCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/GetCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/PutCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/QueryCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/ScanCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/TransactGetCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/TransactWriteCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/UpdateCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/index.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/utils.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/pagination/Interfaces.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/pagination/QueryPaginator.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/pagination/ScanPaginator.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/pagination/index.js +0 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/NodeDisableMultiregionAccessPointConfigOptions.js +0 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/NodeUseArnRegionConfigOptions.js +0 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/bucketEndpointMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/bucketHostname.js +0 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/bucketHostnameUtils.js +0 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/configurations.js +0 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/configurations.js +0 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/endpointDiscoveryMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/getCacheKey.js +0 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/getEndpointDiscoveryPlugin.js +0 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/resolveEndpointDiscoveryConfig.js +0 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/updateDiscoveredEndpointInCache.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/configuration.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/constants.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/flexibleChecksumsMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/flexibleChecksumsResponseMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getChecksum.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getChecksumAlgorithmForRequest.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getChecksumAlgorithmListForResponse.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getChecksumLocationName.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getFlexibleChecksumsPlugin.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/hasHeader.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/isChecksumWithPartNumber.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/isStreaming.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/selectChecksumAlgorithmFunction.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/stringHasher.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/types.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/validateChecksumFromResponse.js +0 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/configuration.js +0 -1
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/bucket-endpoint-middleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/check-content-length-header.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/region-redirect-endpoint-middleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/region-redirect-middleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-expires-middleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/classes/S3ExpressIdentityCache.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/classes/S3ExpressIdentityCacheEntry.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/classes/S3ExpressIdentityProviderImpl.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/classes/SignatureV4S3Express.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/constants.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/functions/s3ExpressMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/index.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/interfaces/S3ExpressIdentity.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/interfaces/S3ExpressIdentityProvider.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3Configuration.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/throw-200-exceptions.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/validate-bucket-name.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/configurations.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/queue-url.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/receive-message.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/send-message-batch.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/send-message.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthConfiguration.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +0 -235
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthConfiguration.js +0 -107
- package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +0 -55
- package/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +0 -8
- package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +0 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthConfiguration.d.ts +0 -99
- package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthMiddleware.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthConfiguration.d.ts +0 -68
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthMiddleware.d.ts +0 -19
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +0 -8
- package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +0 -7
- package/node_modules/@aws-sdk/middleware-signing/package.json +0 -59
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/index.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/SignatureV4MultiRegion.js +0 -1
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/signature-v4-crt-container.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/constants.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/loadSsoOidc.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/loadSsoOidc.js +0 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/loadSsoOidc.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/loadSsoOidc.d.ts +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/abort.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/auth.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/checksum.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/client.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/command.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/connection.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/credentials.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/crypto.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/dns.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/encode.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/http.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/index.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/logger.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/middleware.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/pagination.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/profile.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/request.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/response.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/retry.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/serde.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/shapes.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/signature.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/stream.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/token.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/transfer.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/uri.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/util.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/waiter.js +0 -1
- package/node_modules/@aws-sdk/util-dynamodb/dist-cjs/NumberValue.js +0 -1
- package/node_modules/@aws-sdk/util-dynamodb/dist-cjs/convertToAttr.js +0 -1
- package/node_modules/@aws-sdk/util-dynamodb/dist-cjs/convertToNative.js +0 -1
- package/node_modules/@aws-sdk/util-dynamodb/dist-cjs/marshall.js +0 -1
- package/node_modules/@aws-sdk/util-dynamodb/dist-cjs/models.js +0 -1
- package/node_modules/@aws-sdk/util-dynamodb/dist-cjs/unmarshall.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/aws.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js +0 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/crt-availability.js +0 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -1
- package/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -8
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +0 -9
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +0 -47
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +0 -11
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +0 -4
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +0 -42
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +0 -6
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +0 -17
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -50
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/XmlNode.js +0 -1
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/XmlText.js +0 -1
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/escape-attribute.js +0 -1
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/escape-element.js +0 -1
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/stringable.js +0 -1
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/fixtures/MockEventMessageSource.fixture.js +0 -1
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/fixtures/event.fixture.js +0 -1
- package/node_modules/@smithy/eventstream-serde-universal/dist-es/fixtures/MockEventMessageSource.fixture.js +0 -30
- package/node_modules/@smithy/eventstream-serde-universal/dist-es/fixtures/event.fixture.js +0 -4
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/fixtures/MockEventMessageSource.fixture.d.ts +0 -22
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/fixtures/event.fixture.d.ts +0 -17
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/fixtures/MockEventMessageSource.fixture.d.ts +0 -21
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/fixtures/event.fixture.d.ts +0 -17
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/CHANGELOG.md +0 -229
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/CONTRIBUTING.md +0 -18
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/README.md +0 -505
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/bin/uuid +0 -2
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/rng.js +0 -19
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/stringify.js +0 -30
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v35.js +0 -64
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v4.js +0 -24
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/stringify.js +0 -29
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v35.js +0 -64
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v4.js +0 -24
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/index.js +0 -79
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5-browser.js +0 -223
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5.js +0 -23
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/nil.js +0 -8
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/parse.js +0 -45
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/regex.js +0 -8
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng-browser.js +0 -26
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng.js +0 -24
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1.js +0 -23
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/stringify.js +0 -39
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuid.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v1.js +0 -107
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v3.js +0 -16
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v35.js +0 -78
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v4.js +0 -37
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v5.js +0 -16
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/validate.js +0 -17
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/version.js +0 -21
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/package.json +0 -135
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/wrapper.mjs +0 -10
- package/node_modules/@smithy/signature-v4/dist-cjs/cloneRequest.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-es/cloneRequest.js +0 -12
- package/node_modules/@smithy/signature-v4/dist-types/cloneRequest.d.ts +0 -6
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +0 -6
- package/node_modules/async-limiter/.eslintignore +0 -2
- package/node_modules/async-limiter/.nycrc +0 -10
- package/node_modules/async-limiter/.travis.yml +0 -9
- package/node_modules/async-limiter/LICENSE +0 -8
- package/node_modules/async-limiter/index.js +0 -67
- package/node_modules/async-limiter/package.json +0 -35
- package/node_modules/async-limiter/readme.md +0 -132
- package/node_modules/aws4/.github/FUNDING.yml +0 -3
- package/node_modules/aws4/.travis.yml +0 -9
- package/node_modules/bundle-name/index.js +0 -5
- package/node_modules/bundle-name/license +0 -9
- package/node_modules/bundle-name/package.json +0 -45
- package/node_modules/bundle-name/readme.md +0 -23
- package/node_modules/default-browser/index.d.ts +0 -29
- package/node_modules/default-browser/index.js +0 -32
- package/node_modules/default-browser/license +0 -9
- package/node_modules/default-browser/package.json +0 -54
- package/node_modules/default-browser/readme.md +0 -24
- package/node_modules/default-browser/windows.js +0 -43
- package/node_modules/default-browser-id/index.js +0 -18
- package/node_modules/default-browser-id/license +0 -9
- package/node_modules/default-browser-id/package.json +0 -41
- package/node_modules/default-browser-id/readme.md +0 -19
- package/node_modules/is-inside-container/cli.js +0 -5
- package/node_modules/is-inside-container/index.d.ts +0 -13
- package/node_modules/is-inside-container/index.js +0 -23
- package/node_modules/is-inside-container/license +0 -9
- package/node_modules/is-inside-container/package.json +0 -51
- package/node_modules/is-inside-container/readme.md +0 -36
- package/node_modules/open/node_modules/is-wsl/index.d.ts +0 -15
- package/node_modules/open/node_modules/is-wsl/index.js +0 -27
- package/node_modules/open/node_modules/is-wsl/license +0 -9
- package/node_modules/open/node_modules/is-wsl/package.json +0 -57
- package/node_modules/open/node_modules/is-wsl/readme.md +0 -21
- package/node_modules/run-applescript/index.d.ts +0 -59
- package/node_modules/run-applescript/index.js +0 -32
- package/node_modules/run-applescript/license +0 -9
- package/node_modules/run-applescript/package.json +0 -42
- package/node_modules/run-applescript/readme.md +0 -72
- package/node_modules/spawn-sync/node_modules/readable-stream/README.md +0 -58
- package/node_modules/spawn-sync/node_modules/readable-stream/lib/_stream_duplex.js +0 -131
- package/node_modules/spawn-sync/node_modules/readable-stream/lib/_stream_passthrough.js +0 -47
- package/node_modules/spawn-sync/node_modules/readable-stream/lib/_stream_readable.js +0 -1019
- package/node_modules/spawn-sync/node_modules/readable-stream/lib/_stream_transform.js +0 -214
- package/node_modules/spawn-sync/node_modules/readable-stream/lib/_stream_writable.js +0 -685
- package/node_modules/spawn-sync/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -84
- package/node_modules/spawn-sync/node_modules/readable-stream/package.json +0 -52
- package/node_modules/spawn-sync/node_modules/readable-stream/readable-browser.js +0 -7
- package/node_modules/spawn-sync/node_modules/readable-stream/readable.js +0 -19
- package/node_modules/spawn-sync/node_modules/string_decoder/LICENSE +0 -48
- package/node_modules/spawn-sync/node_modules/string_decoder/README.md +0 -47
- package/node_modules/spawn-sync/node_modules/string_decoder/lib/string_decoder.js +0 -296
- package/node_modules/spawn-sync/node_modules/string_decoder/package.json +0 -31
- package/node_modules/tabtab/node_modules/readable-stream/.travis.yml +0 -34
- package/node_modules/tabtab/node_modules/readable-stream/README.md +0 -58
- package/node_modules/tabtab/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
- package/node_modules/tabtab/node_modules/readable-stream/duplex-browser.js +0 -1
- package/node_modules/tabtab/node_modules/readable-stream/duplex.js +0 -1
- package/node_modules/tabtab/node_modules/readable-stream/lib/_stream_duplex.js +0 -131
- package/node_modules/tabtab/node_modules/readable-stream/lib/_stream_passthrough.js +0 -47
- package/node_modules/tabtab/node_modules/readable-stream/lib/_stream_readable.js +0 -1019
- package/node_modules/tabtab/node_modules/readable-stream/lib/_stream_transform.js +0 -214
- package/node_modules/tabtab/node_modules/readable-stream/lib/_stream_writable.js +0 -685
- package/node_modules/tabtab/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -78
- package/node_modules/tabtab/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -84
- package/node_modules/tabtab/node_modules/readable-stream/package.json +0 -52
- package/node_modules/tabtab/node_modules/readable-stream/passthrough.js +0 -1
- package/node_modules/tabtab/node_modules/readable-stream/readable-browser.js +0 -7
- package/node_modules/tabtab/node_modules/readable-stream/readable.js +0 -19
- package/node_modules/tabtab/node_modules/readable-stream/transform.js +0 -1
- package/node_modules/tabtab/node_modules/readable-stream/writable-browser.js +0 -1
- package/node_modules/tabtab/node_modules/readable-stream/writable.js +0 -8
- package/node_modules/tabtab/node_modules/string_decoder/.travis.yml +0 -50
- package/node_modules/tabtab/node_modules/string_decoder/LICENSE +0 -48
- package/node_modules/tabtab/node_modules/string_decoder/README.md +0 -47
- package/node_modules/tabtab/node_modules/string_decoder/lib/string_decoder.js +0 -296
- package/node_modules/tabtab/node_modules/string_decoder/package.json +0 -31
- package/node_modules/ultron/LICENSE +0 -22
- package/node_modules/ultron/README.md +0 -113
- package/node_modules/ultron/index.js +0 -136
- package/node_modules/ultron/package.json +0 -41
- package/node_modules/websocket-stream/index.d.ts +0 -27
- package/node_modules/websocket-stream/node_modules/duplexify/.travis.yml +0 -6
- package/node_modules/websocket-stream/node_modules/duplexify/index.js +0 -234
- package/node_modules/websocket-stream/node_modules/duplexify/package.json +0 -39
- package/node_modules/websocket-stream/node_modules/duplexify/test.js +0 -295
- package/node_modules/websocket-stream/node_modules/readable-stream/.travis.yml +0 -34
- package/node_modules/websocket-stream/node_modules/readable-stream/README.md +0 -58
- package/node_modules/websocket-stream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
- package/node_modules/websocket-stream/node_modules/readable-stream/duplex-browser.js +0 -1
- package/node_modules/websocket-stream/node_modules/readable-stream/duplex.js +0 -1
- package/node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_duplex.js +0 -131
- package/node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_passthrough.js +0 -47
- package/node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_readable.js +0 -1019
- package/node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_transform.js +0 -214
- package/node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_writable.js +0 -685
- package/node_modules/websocket-stream/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -78
- package/node_modules/websocket-stream/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -84
- package/node_modules/websocket-stream/node_modules/readable-stream/package.json +0 -52
- package/node_modules/websocket-stream/node_modules/readable-stream/passthrough.js +0 -1
- package/node_modules/websocket-stream/node_modules/readable-stream/readable-browser.js +0 -7
- package/node_modules/websocket-stream/node_modules/readable-stream/readable.js +0 -19
- package/node_modules/websocket-stream/node_modules/readable-stream/transform.js +0 -1
- package/node_modules/websocket-stream/node_modules/readable-stream/writable-browser.js +0 -1
- package/node_modules/websocket-stream/node_modules/readable-stream/writable.js +0 -8
- package/node_modules/websocket-stream/node_modules/safe-buffer/LICENSE +0 -21
- package/node_modules/websocket-stream/node_modules/safe-buffer/README.md +0 -584
- package/node_modules/websocket-stream/node_modules/safe-buffer/index.d.ts +0 -187
- package/node_modules/websocket-stream/node_modules/safe-buffer/index.js +0 -62
- package/node_modules/websocket-stream/node_modules/safe-buffer/package.json +0 -37
- package/node_modules/websocket-stream/node_modules/string_decoder/.travis.yml +0 -50
- package/node_modules/websocket-stream/node_modules/string_decoder/LICENSE +0 -48
- package/node_modules/websocket-stream/node_modules/string_decoder/README.md +0 -47
- package/node_modules/websocket-stream/node_modules/string_decoder/lib/string_decoder.js +0 -296
- package/node_modules/websocket-stream/node_modules/string_decoder/package.json +0 -31
- package/node_modules/websocket-stream/node_modules/ws/LICENSE +0 -21
- package/node_modules/websocket-stream/node_modules/ws/README.md +0 -341
- package/node_modules/websocket-stream/node_modules/ws/index.js +0 -15
- package/node_modules/websocket-stream/node_modules/ws/lib/.DS_Store +0 -0
- package/node_modules/websocket-stream/node_modules/ws/lib/BufferUtil.js +0 -71
- package/node_modules/websocket-stream/node_modules/ws/lib/Constants.js +0 -10
- package/node_modules/websocket-stream/node_modules/ws/lib/ErrorCodes.js +0 -28
- package/node_modules/websocket-stream/node_modules/ws/lib/EventTarget.js +0 -151
- package/node_modules/websocket-stream/node_modules/ws/lib/Extensions.js +0 -203
- package/node_modules/websocket-stream/node_modules/ws/lib/PerMessageDeflate.js +0 -507
- package/node_modules/websocket-stream/node_modules/ws/lib/Receiver.js +0 -553
- package/node_modules/websocket-stream/node_modules/ws/lib/Sender.js +0 -412
- package/node_modules/websocket-stream/node_modules/ws/lib/Validation.js +0 -17
- package/node_modules/websocket-stream/node_modules/ws/lib/WebSocket.js +0 -717
- package/node_modules/websocket-stream/node_modules/ws/lib/WebSocketServer.js +0 -326
- package/node_modules/websocket-stream/node_modules/ws/package.json +0 -46
- package/node_modules/websocket-stream/package.json +0 -54
- package/node_modules/websocket-stream/readme.md +0 -148
- package/node_modules/websocket-stream/stream.js +0 -189
- /package/node_modules/@aws-crypto/crc32/build/{aws_crc32.d.ts → main/aws_crc32.d.ts} +0 -0
- /package/node_modules/@aws-crypto/crc32/build/{aws_crc32.js → main/aws_crc32.js} +0 -0
- /package/node_modules/@aws-crypto/crc32/build/{index.d.ts → main/index.d.ts} +0 -0
- /package/node_modules/@aws-crypto/crc32/build/{index.js → main/index.js} +0 -0
- /package/node_modules/@aws-crypto/crc32c/build/{aws_crc32c.d.ts → main/aws_crc32c.d.ts} +0 -0
- /package/node_modules/@aws-crypto/crc32c/build/{aws_crc32c.js → main/aws_crc32c.js} +0 -0
- /package/node_modules/@aws-crypto/crc32c/build/{index.d.ts → main/index.d.ts} +0 -0
- /package/node_modules/@aws-crypto/crc32c/build/{index.js → main/index.js} +0 -0
- /package/node_modules/@aws-crypto/sha1-browser/build/{constants.d.ts → main/constants.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha1-browser/build/{constants.js → main/constants.js} +0 -0
- /package/node_modules/@aws-crypto/sha1-browser/build/{crossPlatformSha1.d.ts → main/crossPlatformSha1.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha1-browser/build/{isEmptyData.d.ts → main/isEmptyData.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha1-browser/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
- /package/node_modules/@aws-crypto/sha1-browser/build/{webCryptoSha1.d.ts → main/webCryptoSha1.d.ts} +0 -0
- /package/node_modules/@aws-crypto/{sha256-browser/build → sha1-browser/build/module}/isEmptyData.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node → @aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node → @aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js} +0 -0
- /package/node_modules/{@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js} +0 -0
- /package/node_modules/{@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{constants.d.ts → main/constants.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{constants.js → main/constants.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{crossPlatformSha256.d.ts → main/crossPlatformSha256.d.ts} +0 -0
- /package/node_modules/@aws-crypto/{util/build → sha256-browser/build/main}/isEmptyData.d.ts +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.d.ts → main/webCryptoSha256.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.js → main/webCryptoSha256.js} +0 -0
- /package/node_modules/{@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node → @aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node → @aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js} +0 -0
- /package/node_modules/{@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js} +0 -0
- /package/node_modules/{@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.d.ts → main/RawSha256.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.js → main/RawSha256.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{constants.d.ts → main/constants.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{constants.js → main/constants.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{index.d.ts → main/index.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{index.js → main/index.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.d.ts → main/jsSha256.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.js → main/jsSha256.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.d.ts → main/knownHashes.fixture.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.js → main/knownHashes.fixture.js} +0 -0
- /package/node_modules/@aws-crypto/supports-web-crypto/build/{index.d.ts → main/index.d.ts} +0 -0
- /package/node_modules/@aws-crypto/supports-web-crypto/build/{supportsWebCrypto.d.ts → main/supportsWebCrypto.d.ts} +0 -0
- /package/node_modules/@aws-crypto/util/build/{convertToBuffer.d.ts → main/convertToBuffer.d.ts} +0 -0
- /package/node_modules/@aws-crypto/util/build/{index.d.ts → main/index.d.ts} +0 -0
- /package/node_modules/@aws-crypto/util/build/{index.js → main/index.js} +0 -0
- /package/node_modules/@aws-crypto/util/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
- /package/node_modules/@aws-crypto/util/build/{numToUint8.d.ts → main/numToUint8.d.ts} +0 -0
- /package/node_modules/@aws-crypto/util/build/{numToUint8.js → main/numToUint8.js} +0 -0
- /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.d.ts → main/uint32ArrayFrom.d.ts} +0 -0
- /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.js → main/uint32ArrayFrom.js} +0 -0
- /package/node_modules/{@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node → @aws-crypto/util/node_modules/@smithy/is-array-buffer}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node → @aws-crypto/util/node_modules/@smithy/util-buffer-from}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/middleware-signing → @aws-crypto/util/node_modules/@smithy/util-utf8}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js} +0 -0
- /package/node_modules/{@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js} +0 -0
- /package/node_modules/{@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/CognitoProviderParameters.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js} +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/coercing-serializers.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/json/awsExpectUnion.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/coercing-serializers.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/json/awsExpectUnion.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/coercing-serializers.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/json/awsExpectUnion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-utf8-browser → credential-provider-node}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@aws-sdk/credential-provider-node → credential-provider-node}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@aws-sdk/credential-provider-node → credential-provider-node}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@aws-sdk/credential-provider-node → credential-provider-node}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/LICENSE +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/collaborators.md +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/echo-server.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/index.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/server.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/test-client.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/test-server.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/test.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/ts-tests.ts +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/ws-fallback.js +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/InMemoryStorage.js → @smithy/core/dist-cjs/setFeature.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/IndexedDbStorage.js → @smithy/fetch-http-handler/dist-cjs/create-request.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/Logins.js → @smithy/node-config-provider/dist-cjs/getSelectorName.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/Storage.js → @smithy/node-http-handler/dist-cjs/timing.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentity.js → @smithy/signature-v4/dist-cjs/HeaderFormatter.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentityPool.js → @smithy/smithy-client/dist-cjs/is-serializable-header-value.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/loadCognitoIdentity.js → @smithy/smithy-client/dist-cjs/quote-header.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/localStorage.js → @smithy/smithy-client/dist-cjs/split-header.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/resolveLogins.js → @smithy/types/dist-cjs/abort-handler.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js → @smithy/types/dist-cjs/feature-ids.js} +0 -0
- /package/node_modules/{@aws-sdk/core/dist-cjs/client/emitWarningIfUnsupportedVersion.js → @smithy/util-endpoints/dist-cjs/cache/EndpointCache.js} +0 -0
- /package/node_modules/{websocket-stream → aws-iot-device-sdk}/node_modules/duplexify/LICENSE +0 -0
- /package/node_modules/{websocket-stream → aws-iot-device-sdk}/node_modules/duplexify/README.md +0 -0
- /package/node_modules/{websocket-stream → aws-iot-device-sdk}/node_modules/duplexify/example.js +0 -0
- /package/node_modules/{spawn-sync → aws-iot-device-sdk}/node_modules/readable-stream/CONTRIBUTING.md +0 -0
- /package/node_modules/{spawn-sync → aws-iot-device-sdk}/node_modules/readable-stream/GOVERNANCE.md +0 -0
- /package/node_modules/{spawn-sync → aws-iot-device-sdk}/node_modules/readable-stream/LICENSE +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/errors-browser.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/errors.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/experimentalWarning.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/lib/internal/streams/async_iterator.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/lib/internal/streams/buffer_list.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/lib/internal/streams/end-of-stream.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/lib/internal/streams/from-browser.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/lib/internal/streams/from.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/lib/internal/streams/pipeline.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/lib/internal/streams/state.js +0 -0
- /package/node_modules/{spawn-sync → aws-iot-device-sdk}/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -0
- /package/node_modules/{spawn-sync → aws-iot-device-sdk}/node_modules/readable-stream/lib/internal/streams/stream.js +0 -0
- /package/node_modules/{tabtab → bl}/node_modules/readable-stream/CONTRIBUTING.md +0 -0
- /package/node_modules/{tabtab → bl}/node_modules/readable-stream/GOVERNANCE.md +0 -0
- /package/node_modules/{tabtab → bl}/node_modules/readable-stream/LICENSE +0 -0
- /package/node_modules/{tabtab → bl}/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -0
- /package/node_modules/{tabtab → bl}/node_modules/readable-stream/lib/internal/streams/stream.js +0 -0
- /package/node_modules/{websocket-stream → concat-stream}/node_modules/readable-stream/CONTRIBUTING.md +0 -0
- /package/node_modules/{websocket-stream → concat-stream}/node_modules/readable-stream/GOVERNANCE.md +0 -0
- /package/node_modules/{websocket-stream → concat-stream}/node_modules/readable-stream/LICENSE +0 -0
- /package/node_modules/{websocket-stream → concat-stream}/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -0
- /package/node_modules/{websocket-stream → concat-stream}/node_modules/readable-stream/lib/internal/streams/stream.js +0 -0
- /package/{cli/node_modules/define-lazy-prop → node_modules/is-wsl}/license +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/.travis.yml +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/doc/wg-meetings/2015-01-30.md +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/duplex-browser.js +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/duplex.js +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/lib/internal/streams/BufferList.js +0 -0
- /package/node_modules/{spawn-sync → readable-stream}/node_modules/safe-buffer/LICENSE +0 -0
- /package/node_modules/{spawn-sync → readable-stream}/node_modules/safe-buffer/README.md +0 -0
- /package/node_modules/{spawn-sync → readable-stream}/node_modules/safe-buffer/index.d.ts +0 -0
- /package/node_modules/{spawn-sync → readable-stream}/node_modules/safe-buffer/index.js +0 -0
- /package/node_modules/{spawn-sync → readable-stream}/node_modules/safe-buffer/package.json +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/passthrough.js +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/transform.js +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/writable-browser.js +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/writable.js +0 -0
- /package/node_modules/{spawn-sync/node_modules/string_decoder → string_decoder}/.travis.yml +0 -0
- /package/node_modules/{tabtab → string_decoder}/node_modules/safe-buffer/LICENSE +0 -0
- /package/node_modules/{tabtab → string_decoder}/node_modules/safe-buffer/README.md +0 -0
- /package/node_modules/{tabtab → string_decoder}/node_modules/safe-buffer/index.d.ts +0 -0
- /package/node_modules/{tabtab → string_decoder}/node_modules/safe-buffer/index.js +0 -0
- /package/node_modules/{tabtab → string_decoder}/node_modules/safe-buffer/package.json +0 -0
- /package/node_modules/{async → winston/node_modules/async}/CHANGELOG.md +0 -0
- /package/node_modules/{async → winston/node_modules/async}/LICENSE +0 -0
- /package/node_modules/{async → winston/node_modules/async}/README.md +0 -0
- /package/node_modules/{async → winston/node_modules/async}/all.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/allLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/allSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/any.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/anyLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/anySeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/apply.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/applyEach.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/applyEachSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/asyncify.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/auto.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/autoInject.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/bower.json +0 -0
- /package/node_modules/{async → winston/node_modules/async}/cargo.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/compose.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/concat.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/concatLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/concatSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/constant.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/detect.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/detectLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/detectSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/dir.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/dist/async.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/dist/async.min.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/dist/async.min.map +0 -0
- /package/node_modules/{async → winston/node_modules/async}/doDuring.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/doUntil.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/doWhilst.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/during.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/each.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/eachLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/eachOf.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/eachOfLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/eachOfSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/eachSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/ensureAsync.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/every.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/everyLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/everySeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/filter.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/filterLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/filterSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/find.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/findLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/findSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/foldl.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/foldr.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/forEach.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/forEachLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/forEachOf.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/forEachOfLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/forEachOfSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/forEachSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/forever.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/groupBy.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/groupByLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/groupBySeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/index.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/inject.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/DoublyLinkedList.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/applyEach.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/breakLoop.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/consoleFunc.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/createTester.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/doLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/doParallel.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/doParallelLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/eachOfLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/filter.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/findGetResult.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/getIterator.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/initialParams.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/iterator.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/map.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/notId.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/once.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/onlyOnce.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/parallel.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/queue.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/reject.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/setImmediate.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/slice.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/withoutIndex.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/wrapAsync.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/log.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/map.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/mapLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/mapSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/mapValues.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/mapValuesLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/mapValuesSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/memoize.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/nextTick.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/package.json +0 -0
- /package/node_modules/{async → winston/node_modules/async}/parallel.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/parallelLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/priorityQueue.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/queue.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/race.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/reduce.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/reduceRight.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/reflect.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/reflectAll.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/reject.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/rejectLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/rejectSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/retry.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/retryable.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/select.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/selectLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/selectSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/seq.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/series.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/setImmediate.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/some.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/someLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/someSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/sortBy.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/timeout.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/times.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/timesLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/timesSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/transform.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/tryEach.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/unmemoize.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/until.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/waterfall.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/whilst.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/wrapSync.js +0 -0
|
@@ -43,11 +43,13 @@ __export(src_exports, {
|
|
|
43
43
|
CopyObjectOutputFilterSensitiveLog: () => CopyObjectOutputFilterSensitiveLog,
|
|
44
44
|
CopyObjectRequestFilterSensitiveLog: () => CopyObjectRequestFilterSensitiveLog,
|
|
45
45
|
CreateBucketCommand: () => CreateBucketCommand,
|
|
46
|
+
CreateBucketMetadataTableConfigurationCommand: () => CreateBucketMetadataTableConfigurationCommand,
|
|
46
47
|
CreateMultipartUploadCommand: () => CreateMultipartUploadCommand,
|
|
47
48
|
CreateMultipartUploadOutputFilterSensitiveLog: () => CreateMultipartUploadOutputFilterSensitiveLog,
|
|
48
49
|
CreateMultipartUploadRequestFilterSensitiveLog: () => CreateMultipartUploadRequestFilterSensitiveLog,
|
|
49
50
|
CreateSessionCommand: () => CreateSessionCommand,
|
|
50
51
|
CreateSessionOutputFilterSensitiveLog: () => CreateSessionOutputFilterSensitiveLog,
|
|
52
|
+
CreateSessionRequestFilterSensitiveLog: () => CreateSessionRequestFilterSensitiveLog,
|
|
51
53
|
DataRedundancy: () => DataRedundancy,
|
|
52
54
|
DeleteBucketAnalyticsConfigurationCommand: () => DeleteBucketAnalyticsConfigurationCommand,
|
|
53
55
|
DeleteBucketCommand: () => DeleteBucketCommand,
|
|
@@ -56,6 +58,7 @@ __export(src_exports, {
|
|
|
56
58
|
DeleteBucketIntelligentTieringConfigurationCommand: () => DeleteBucketIntelligentTieringConfigurationCommand,
|
|
57
59
|
DeleteBucketInventoryConfigurationCommand: () => DeleteBucketInventoryConfigurationCommand,
|
|
58
60
|
DeleteBucketLifecycleCommand: () => DeleteBucketLifecycleCommand,
|
|
61
|
+
DeleteBucketMetadataTableConfigurationCommand: () => DeleteBucketMetadataTableConfigurationCommand,
|
|
59
62
|
DeleteBucketMetricsConfigurationCommand: () => DeleteBucketMetricsConfigurationCommand,
|
|
60
63
|
DeleteBucketOwnershipControlsCommand: () => DeleteBucketOwnershipControlsCommand,
|
|
61
64
|
DeleteBucketPolicyCommand: () => DeleteBucketPolicyCommand,
|
|
@@ -69,6 +72,7 @@ __export(src_exports, {
|
|
|
69
72
|
DeletePublicAccessBlockCommand: () => DeletePublicAccessBlockCommand,
|
|
70
73
|
EncodingType: () => EncodingType,
|
|
71
74
|
EncryptionFilterSensitiveLog: () => EncryptionFilterSensitiveLog,
|
|
75
|
+
EncryptionTypeMismatch: () => EncryptionTypeMismatch,
|
|
72
76
|
Event: () => Event,
|
|
73
77
|
ExistingObjectReplicationStatus: () => ExistingObjectReplicationStatus,
|
|
74
78
|
ExpirationStatus: () => ExpirationStatus,
|
|
@@ -87,6 +91,7 @@ __export(src_exports, {
|
|
|
87
91
|
GetBucketLifecycleConfigurationCommand: () => GetBucketLifecycleConfigurationCommand,
|
|
88
92
|
GetBucketLocationCommand: () => GetBucketLocationCommand,
|
|
89
93
|
GetBucketLoggingCommand: () => GetBucketLoggingCommand,
|
|
94
|
+
GetBucketMetadataTableConfigurationCommand: () => GetBucketMetadataTableConfigurationCommand,
|
|
90
95
|
GetBucketMetricsConfigurationCommand: () => GetBucketMetricsConfigurationCommand,
|
|
91
96
|
GetBucketNotificationConfigurationCommand: () => GetBucketNotificationConfigurationCommand,
|
|
92
97
|
GetBucketOwnershipControlsCommand: () => GetBucketOwnershipControlsCommand,
|
|
@@ -117,6 +122,8 @@ __export(src_exports, {
|
|
|
117
122
|
IntelligentTieringAccessTier: () => IntelligentTieringAccessTier,
|
|
118
123
|
IntelligentTieringStatus: () => IntelligentTieringStatus,
|
|
119
124
|
InvalidObjectState: () => InvalidObjectState,
|
|
125
|
+
InvalidRequest: () => InvalidRequest,
|
|
126
|
+
InvalidWriteOffset: () => InvalidWriteOffset,
|
|
120
127
|
InventoryConfigurationFilterSensitiveLog: () => InventoryConfigurationFilterSensitiveLog,
|
|
121
128
|
InventoryDestinationFilterSensitiveLog: () => InventoryDestinationFilterSensitiveLog,
|
|
122
129
|
InventoryEncryptionFilterSensitiveLog: () => InventoryEncryptionFilterSensitiveLog,
|
|
@@ -126,7 +133,6 @@ __export(src_exports, {
|
|
|
126
133
|
InventoryOptionalField: () => InventoryOptionalField,
|
|
127
134
|
InventoryS3BucketDestinationFilterSensitiveLog: () => InventoryS3BucketDestinationFilterSensitiveLog,
|
|
128
135
|
JSONType: () => JSONType,
|
|
129
|
-
LifecycleRuleFilter: () => LifecycleRuleFilter,
|
|
130
136
|
ListBucketAnalyticsConfigurationsCommand: () => ListBucketAnalyticsConfigurationsCommand,
|
|
131
137
|
ListBucketIntelligentTieringConfigurationsCommand: () => ListBucketIntelligentTieringConfigurationsCommand,
|
|
132
138
|
ListBucketInventoryConfigurationsCommand: () => ListBucketInventoryConfigurationsCommand,
|
|
@@ -199,7 +205,6 @@ __export(src_exports, {
|
|
|
199
205
|
PutPublicAccessBlockCommand: () => PutPublicAccessBlockCommand,
|
|
200
206
|
QuoteFields: () => QuoteFields,
|
|
201
207
|
ReplicaModificationsStatus: () => ReplicaModificationsStatus,
|
|
202
|
-
ReplicationRuleFilter: () => ReplicationRuleFilter,
|
|
203
208
|
ReplicationRuleStatus: () => ReplicationRuleStatus,
|
|
204
209
|
ReplicationStatus: () => ReplicationStatus,
|
|
205
210
|
ReplicationTimeStatus: () => ReplicationTimeStatus,
|
|
@@ -230,6 +235,8 @@ __export(src_exports, {
|
|
|
230
235
|
StorageClassAnalysisSchemaVersion: () => StorageClassAnalysisSchemaVersion,
|
|
231
236
|
TaggingDirective: () => TaggingDirective,
|
|
232
237
|
Tier: () => Tier,
|
|
238
|
+
TooManyParts: () => TooManyParts,
|
|
239
|
+
TransitionDefaultMinimumObjectSize: () => TransitionDefaultMinimumObjectSize,
|
|
233
240
|
TransitionStorageClass: () => TransitionStorageClass,
|
|
234
241
|
Type: () => Type,
|
|
235
242
|
UploadPartCommand: () => UploadPartCommand,
|
|
@@ -241,6 +248,7 @@ __export(src_exports, {
|
|
|
241
248
|
WriteGetObjectResponseCommand: () => WriteGetObjectResponseCommand,
|
|
242
249
|
WriteGetObjectResponseRequestFilterSensitiveLog: () => WriteGetObjectResponseRequestFilterSensitiveLog,
|
|
243
250
|
__Client: () => import_smithy_client.Client,
|
|
251
|
+
paginateListBuckets: () => paginateListBuckets,
|
|
244
252
|
paginateListDirectoryBuckets: () => paginateListDirectoryBuckets,
|
|
245
253
|
paginateListObjectsV2: () => paginateListObjectsV2,
|
|
246
254
|
paginateListParts: () => paginateListParts,
|
|
@@ -257,24 +265,26 @@ module.exports = __toCommonJS(src_exports);
|
|
|
257
265
|
|
|
258
266
|
// src/S3Client.ts
|
|
259
267
|
var import_middleware_expect_continue = require("@aws-sdk/middleware-expect-continue");
|
|
268
|
+
var import_middleware_flexible_checksums = require("@aws-sdk/middleware-flexible-checksums");
|
|
260
269
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
261
270
|
var import_middleware_logger = require("@aws-sdk/middleware-logger");
|
|
262
271
|
var import_middleware_recursion_detection = require("@aws-sdk/middleware-recursion-detection");
|
|
263
|
-
var
|
|
264
|
-
var import_middleware_signing = require("@aws-sdk/middleware-signing");
|
|
272
|
+
var import_middleware_sdk_s32 = require("@aws-sdk/middleware-sdk-s3");
|
|
265
273
|
var import_middleware_user_agent = require("@aws-sdk/middleware-user-agent");
|
|
266
274
|
var import_config_resolver = require("@smithy/config-resolver");
|
|
275
|
+
var import_core3 = require("@smithy/core");
|
|
267
276
|
var import_eventstream_serde_config_resolver = require("@smithy/eventstream-serde-config-resolver");
|
|
268
277
|
var import_middleware_content_length = require("@smithy/middleware-content-length");
|
|
269
278
|
|
|
270
279
|
var import_middleware_retry = require("@smithy/middleware-retry");
|
|
271
280
|
|
|
281
|
+
var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
|
|
272
282
|
|
|
273
283
|
// src/commands/CreateSessionCommand.ts
|
|
284
|
+
var import_middleware_sdk_s3 = require("@aws-sdk/middleware-sdk-s3");
|
|
274
285
|
var import_middleware_endpoint = require("@smithy/middleware-endpoint");
|
|
275
286
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
276
287
|
|
|
277
|
-
var import_types = require("@smithy/types");
|
|
278
288
|
|
|
279
289
|
// src/endpoint/EndpointParameters.ts
|
|
280
290
|
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
@@ -469,13 +479,15 @@ var BucketCannedACL = {
|
|
|
469
479
|
public_read_write: "public-read-write"
|
|
470
480
|
};
|
|
471
481
|
var DataRedundancy = {
|
|
472
|
-
SingleAvailabilityZone: "SingleAvailabilityZone"
|
|
482
|
+
SingleAvailabilityZone: "SingleAvailabilityZone",
|
|
483
|
+
SingleLocalZone: "SingleLocalZone"
|
|
473
484
|
};
|
|
474
485
|
var BucketType = {
|
|
475
486
|
Directory: "Directory"
|
|
476
487
|
};
|
|
477
488
|
var LocationType = {
|
|
478
|
-
AvailabilityZone: "AvailabilityZone"
|
|
489
|
+
AvailabilityZone: "AvailabilityZone",
|
|
490
|
+
LocalZone: "LocalZone"
|
|
479
491
|
};
|
|
480
492
|
var BucketLocationConstraint = {
|
|
481
493
|
EU: "EU",
|
|
@@ -589,22 +601,6 @@ var InventoryFrequency = {
|
|
|
589
601
|
Daily: "Daily",
|
|
590
602
|
Weekly: "Weekly"
|
|
591
603
|
};
|
|
592
|
-
var LifecycleRuleFilter;
|
|
593
|
-
((LifecycleRuleFilter2) => {
|
|
594
|
-
LifecycleRuleFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
595
|
-
if (value.Prefix !== void 0)
|
|
596
|
-
return visitor.Prefix(value.Prefix);
|
|
597
|
-
if (value.Tag !== void 0)
|
|
598
|
-
return visitor.Tag(value.Tag);
|
|
599
|
-
if (value.ObjectSizeGreaterThan !== void 0)
|
|
600
|
-
return visitor.ObjectSizeGreaterThan(value.ObjectSizeGreaterThan);
|
|
601
|
-
if (value.ObjectSizeLessThan !== void 0)
|
|
602
|
-
return visitor.ObjectSizeLessThan(value.ObjectSizeLessThan);
|
|
603
|
-
if (value.And !== void 0)
|
|
604
|
-
return visitor.And(value.And);
|
|
605
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
606
|
-
}, "visit");
|
|
607
|
-
})(LifecycleRuleFilter || (LifecycleRuleFilter = {}));
|
|
608
604
|
var TransitionStorageClass = {
|
|
609
605
|
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
610
606
|
GLACIER: "GLACIER",
|
|
@@ -617,6 +613,10 @@ var ExpirationStatus = {
|
|
|
617
613
|
Disabled: "Disabled",
|
|
618
614
|
Enabled: "Enabled"
|
|
619
615
|
};
|
|
616
|
+
var TransitionDefaultMinimumObjectSize = {
|
|
617
|
+
all_storage_classes_128K: "all_storage_classes_128K",
|
|
618
|
+
varies_by_storage_class: "varies_by_storage_class"
|
|
619
|
+
};
|
|
620
620
|
var BucketLogsPermission = {
|
|
621
621
|
FULL_CONTROL: "FULL_CONTROL",
|
|
622
622
|
READ: "READ",
|
|
@@ -689,18 +689,6 @@ var ExistingObjectReplicationStatus = {
|
|
|
689
689
|
Disabled: "Disabled",
|
|
690
690
|
Enabled: "Enabled"
|
|
691
691
|
};
|
|
692
|
-
var ReplicationRuleFilter;
|
|
693
|
-
((ReplicationRuleFilter2) => {
|
|
694
|
-
ReplicationRuleFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
695
|
-
if (value.Prefix !== void 0)
|
|
696
|
-
return visitor.Prefix(value.Prefix);
|
|
697
|
-
if (value.Tag !== void 0)
|
|
698
|
-
return visitor.Tag(value.Tag);
|
|
699
|
-
if (value.And !== void 0)
|
|
700
|
-
return visitor.And(value.And);
|
|
701
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
702
|
-
}, "visit");
|
|
703
|
-
})(ReplicationRuleFilter || (ReplicationRuleFilter = {}));
|
|
704
692
|
var ReplicaModificationsStatus = {
|
|
705
693
|
Disabled: "Disabled",
|
|
706
694
|
Enabled: "Enabled"
|
|
@@ -870,8 +858,15 @@ var SessionCredentialsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
870
858
|
}), "SessionCredentialsFilterSensitiveLog");
|
|
871
859
|
var CreateSessionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
872
860
|
...obj,
|
|
861
|
+
...obj.SSEKMSKeyId && { SSEKMSKeyId: import_smithy_client.SENSITIVE_STRING },
|
|
862
|
+
...obj.SSEKMSEncryptionContext && { SSEKMSEncryptionContext: import_smithy_client.SENSITIVE_STRING },
|
|
873
863
|
...obj.Credentials && { Credentials: SessionCredentialsFilterSensitiveLog(obj.Credentials) }
|
|
874
864
|
}), "CreateSessionOutputFilterSensitiveLog");
|
|
865
|
+
var CreateSessionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
866
|
+
...obj,
|
|
867
|
+
...obj.SSEKMSKeyId && { SSEKMSKeyId: import_smithy_client.SENSITIVE_STRING },
|
|
868
|
+
...obj.SSEKMSEncryptionContext && { SSEKMSEncryptionContext: import_smithy_client.SENSITIVE_STRING }
|
|
869
|
+
}), "CreateSessionRequestFilterSensitiveLog");
|
|
875
870
|
var ServerSideEncryptionByDefaultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
876
871
|
...obj,
|
|
877
872
|
...obj.KMSMasterKeyID && { KMSMasterKeyID: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -959,27 +954,13 @@ var ListPartsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
959
954
|
...obj,
|
|
960
955
|
...obj.SSECustomerKey && { SSECustomerKey: import_smithy_client.SENSITIVE_STRING }
|
|
961
956
|
}), "ListPartsRequestFilterSensitiveLog");
|
|
962
|
-
var PutBucketEncryptionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
963
|
-
...obj,
|
|
964
|
-
...obj.ServerSideEncryptionConfiguration && {
|
|
965
|
-
ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(
|
|
966
|
-
obj.ServerSideEncryptionConfiguration
|
|
967
|
-
)
|
|
968
|
-
}
|
|
969
|
-
}), "PutBucketEncryptionRequestFilterSensitiveLog");
|
|
970
|
-
var PutBucketInventoryConfigurationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
971
|
-
...obj,
|
|
972
|
-
...obj.InventoryConfiguration && {
|
|
973
|
-
InventoryConfiguration: InventoryConfigurationFilterSensitiveLog(obj.InventoryConfiguration)
|
|
974
|
-
}
|
|
975
|
-
}), "PutBucketInventoryConfigurationRequestFilterSensitiveLog");
|
|
976
957
|
|
|
977
958
|
// src/protocols/Aws_restXml.ts
|
|
959
|
+
var import_core = require("@aws-sdk/core");
|
|
978
960
|
var import_xml_builder = require("@aws-sdk/xml-builder");
|
|
979
|
-
var
|
|
961
|
+
var import_core2 = require("@smithy/core");
|
|
980
962
|
var import_protocol_http = require("@smithy/protocol-http");
|
|
981
963
|
|
|
982
|
-
var import_fast_xml_parser = require("fast-xml-parser");
|
|
983
964
|
|
|
984
965
|
// src/models/models_1.ts
|
|
985
966
|
|
|
@@ -987,6 +968,74 @@ var MFADelete = {
|
|
|
987
968
|
Disabled: "Disabled",
|
|
988
969
|
Enabled: "Enabled"
|
|
989
970
|
};
|
|
971
|
+
var _EncryptionTypeMismatch = class _EncryptionTypeMismatch extends S3ServiceException {
|
|
972
|
+
/**
|
|
973
|
+
* @internal
|
|
974
|
+
*/
|
|
975
|
+
constructor(opts) {
|
|
976
|
+
super({
|
|
977
|
+
name: "EncryptionTypeMismatch",
|
|
978
|
+
$fault: "client",
|
|
979
|
+
...opts
|
|
980
|
+
});
|
|
981
|
+
this.name = "EncryptionTypeMismatch";
|
|
982
|
+
this.$fault = "client";
|
|
983
|
+
Object.setPrototypeOf(this, _EncryptionTypeMismatch.prototype);
|
|
984
|
+
}
|
|
985
|
+
};
|
|
986
|
+
__name(_EncryptionTypeMismatch, "EncryptionTypeMismatch");
|
|
987
|
+
var EncryptionTypeMismatch = _EncryptionTypeMismatch;
|
|
988
|
+
var _InvalidRequest = class _InvalidRequest extends S3ServiceException {
|
|
989
|
+
/**
|
|
990
|
+
* @internal
|
|
991
|
+
*/
|
|
992
|
+
constructor(opts) {
|
|
993
|
+
super({
|
|
994
|
+
name: "InvalidRequest",
|
|
995
|
+
$fault: "client",
|
|
996
|
+
...opts
|
|
997
|
+
});
|
|
998
|
+
this.name = "InvalidRequest";
|
|
999
|
+
this.$fault = "client";
|
|
1000
|
+
Object.setPrototypeOf(this, _InvalidRequest.prototype);
|
|
1001
|
+
}
|
|
1002
|
+
};
|
|
1003
|
+
__name(_InvalidRequest, "InvalidRequest");
|
|
1004
|
+
var InvalidRequest = _InvalidRequest;
|
|
1005
|
+
var _InvalidWriteOffset = class _InvalidWriteOffset extends S3ServiceException {
|
|
1006
|
+
/**
|
|
1007
|
+
* @internal
|
|
1008
|
+
*/
|
|
1009
|
+
constructor(opts) {
|
|
1010
|
+
super({
|
|
1011
|
+
name: "InvalidWriteOffset",
|
|
1012
|
+
$fault: "client",
|
|
1013
|
+
...opts
|
|
1014
|
+
});
|
|
1015
|
+
this.name = "InvalidWriteOffset";
|
|
1016
|
+
this.$fault = "client";
|
|
1017
|
+
Object.setPrototypeOf(this, _InvalidWriteOffset.prototype);
|
|
1018
|
+
}
|
|
1019
|
+
};
|
|
1020
|
+
__name(_InvalidWriteOffset, "InvalidWriteOffset");
|
|
1021
|
+
var InvalidWriteOffset = _InvalidWriteOffset;
|
|
1022
|
+
var _TooManyParts = class _TooManyParts extends S3ServiceException {
|
|
1023
|
+
/**
|
|
1024
|
+
* @internal
|
|
1025
|
+
*/
|
|
1026
|
+
constructor(opts) {
|
|
1027
|
+
super({
|
|
1028
|
+
name: "TooManyParts",
|
|
1029
|
+
$fault: "client",
|
|
1030
|
+
...opts
|
|
1031
|
+
});
|
|
1032
|
+
this.name = "TooManyParts";
|
|
1033
|
+
this.$fault = "client";
|
|
1034
|
+
Object.setPrototypeOf(this, _TooManyParts.prototype);
|
|
1035
|
+
}
|
|
1036
|
+
};
|
|
1037
|
+
__name(_TooManyParts, "TooManyParts");
|
|
1038
|
+
var TooManyParts = _TooManyParts;
|
|
990
1039
|
var _ObjectAlreadyInActiveTierError = class _ObjectAlreadyInActiveTierError extends S3ServiceException {
|
|
991
1040
|
/**
|
|
992
1041
|
* @internal
|
|
@@ -1049,6 +1098,20 @@ var SelectObjectContentEventStream;
|
|
|
1049
1098
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1050
1099
|
}, "visit");
|
|
1051
1100
|
})(SelectObjectContentEventStream || (SelectObjectContentEventStream = {}));
|
|
1101
|
+
var PutBucketEncryptionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1102
|
+
...obj,
|
|
1103
|
+
...obj.ServerSideEncryptionConfiguration && {
|
|
1104
|
+
ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(
|
|
1105
|
+
obj.ServerSideEncryptionConfiguration
|
|
1106
|
+
)
|
|
1107
|
+
}
|
|
1108
|
+
}), "PutBucketEncryptionRequestFilterSensitiveLog");
|
|
1109
|
+
var PutBucketInventoryConfigurationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1110
|
+
...obj,
|
|
1111
|
+
...obj.InventoryConfiguration && {
|
|
1112
|
+
InventoryConfiguration: InventoryConfigurationFilterSensitiveLog(obj.InventoryConfiguration)
|
|
1113
|
+
}
|
|
1114
|
+
}), "PutBucketInventoryConfigurationRequestFilterSensitiveLog");
|
|
1052
1115
|
var PutObjectOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1053
1116
|
...obj,
|
|
1054
1117
|
...obj.SSEKMSKeyId && { SSEKMSKeyId: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1126,10 +1189,11 @@ var WriteGetObjectResponseRequestFilterSensitiveLog = /* @__PURE__ */ __name((ob
|
|
|
1126
1189
|
|
|
1127
1190
|
// src/protocols/Aws_restXml.ts
|
|
1128
1191
|
var se_AbortMultipartUploadCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1129
|
-
const b = (0,
|
|
1130
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1192
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1193
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1131
1194
|
[_xarp]: input[_RP],
|
|
1132
|
-
[_xaebo]: input[_EBO]
|
|
1195
|
+
[_xaebo]: input[_EBO],
|
|
1196
|
+
[_xaimit]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMIT]), () => (0, import_smithy_client.dateToUtcString)(input[_IMIT]).toString()]
|
|
1133
1197
|
});
|
|
1134
1198
|
b.bp("/{Key+}");
|
|
1135
1199
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -1143,8 +1207,8 @@ var se_AbortMultipartUploadCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1143
1207
|
return b.build();
|
|
1144
1208
|
}, "se_AbortMultipartUploadCommand");
|
|
1145
1209
|
var se_CompleteMultipartUploadCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1146
|
-
const b = (0,
|
|
1147
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1210
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1211
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1148
1212
|
"content-type": "application/xml",
|
|
1149
1213
|
[_xacc]: input[_CCRC],
|
|
1150
1214
|
[_xacc_]: input[_CCRCC],
|
|
@@ -1152,6 +1216,8 @@ var se_CompleteMultipartUploadCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1152
1216
|
[_xacs_]: input[_CSHAh],
|
|
1153
1217
|
[_xarp]: input[_RP],
|
|
1154
1218
|
[_xaebo]: input[_EBO],
|
|
1219
|
+
[_im]: input[_IM],
|
|
1220
|
+
[_inm]: input[_INM],
|
|
1155
1221
|
[_xasseca]: input[_SSECA],
|
|
1156
1222
|
[_xasseck]: input[_SSECK],
|
|
1157
1223
|
[_xasseckm]: input[_SSECKMD]
|
|
@@ -1160,7 +1226,6 @@ var se_CompleteMultipartUploadCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1160
1226
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
1161
1227
|
b.p("Key", () => input.Key, "{Key+}", true);
|
|
1162
1228
|
const query = (0, import_smithy_client.map)({
|
|
1163
|
-
[_xi]: [, "CompleteMultipartUpload"],
|
|
1164
1229
|
[_uI]: [, (0, import_smithy_client.expectNonNull)(input[_UI], `UploadId`)]
|
|
1165
1230
|
});
|
|
1166
1231
|
let body;
|
|
@@ -1176,8 +1241,8 @@ var se_CompleteMultipartUploadCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1176
1241
|
return b.build();
|
|
1177
1242
|
}, "se_CompleteMultipartUploadCommand");
|
|
1178
1243
|
var se_CopyObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1179
|
-
const b = (0,
|
|
1180
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1244
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1245
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1181
1246
|
[_xaa]: input[_ACL],
|
|
1182
1247
|
[_cc]: input[_CC],
|
|
1183
1248
|
[_xaca]: input[_CA],
|
|
@@ -1187,10 +1252,10 @@ var se_CopyObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1187
1252
|
[_ct]: input[_CT],
|
|
1188
1253
|
[_xacs__]: input[_CS],
|
|
1189
1254
|
[_xacsim]: input[_CSIM],
|
|
1190
|
-
[_xacsims]: [() => isSerializableHeaderValue(input[_CSIMS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIMS]).toString()],
|
|
1255
|
+
[_xacsims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CSIMS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIMS]).toString()],
|
|
1191
1256
|
[_xacsinm]: input[_CSINM],
|
|
1192
|
-
[_xacsius]: [() => isSerializableHeaderValue(input[_CSIUS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIUS]).toString()],
|
|
1193
|
-
[_e]: [() => isSerializableHeaderValue(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
|
|
1257
|
+
[_xacsius]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CSIUS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIUS]).toString()],
|
|
1258
|
+
[_e]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
|
|
1194
1259
|
[_xagfc]: input[_GFC],
|
|
1195
1260
|
[_xagr]: input[_GR],
|
|
1196
1261
|
[_xagra]: input[_GRACP],
|
|
@@ -1205,17 +1270,14 @@ var se_CopyObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1205
1270
|
[_xasseckm]: input[_SSECKMD],
|
|
1206
1271
|
[_xasseakki]: input[_SSEKMSKI],
|
|
1207
1272
|
[_xassec]: input[_SSEKMSEC],
|
|
1208
|
-
[_xassebke]: [() => isSerializableHeaderValue(input[_BKE]), () => input[_BKE].toString()],
|
|
1273
|
+
[_xassebke]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BKE]), () => input[_BKE].toString()],
|
|
1209
1274
|
[_xacssseca]: input[_CSSSECA],
|
|
1210
1275
|
[_xacssseck]: input[_CSSSECK],
|
|
1211
1276
|
[_xacssseckm]: input[_CSSSECKMD],
|
|
1212
1277
|
[_xarp]: input[_RP],
|
|
1213
1278
|
[_xat]: input[_T],
|
|
1214
1279
|
[_xaolm]: input[_OLM],
|
|
1215
|
-
[_xaolrud]: [
|
|
1216
|
-
() => isSerializableHeaderValue(input[_OLRUD]),
|
|
1217
|
-
() => (input[_OLRUD].toISOString().split(".")[0] + "Z").toString()
|
|
1218
|
-
],
|
|
1280
|
+
[_xaolrud]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OLRUD]), () => (0, import_smithy_client.serializeDateTime)(input[_OLRUD]).toString()],
|
|
1219
1281
|
[_xaollh]: input[_OLLHS],
|
|
1220
1282
|
[_xaebo]: input[_EBO],
|
|
1221
1283
|
[_xasebo]: input[_ESBO],
|
|
@@ -1235,8 +1297,8 @@ var se_CopyObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1235
1297
|
return b.build();
|
|
1236
1298
|
}, "se_CopyObjectCommand");
|
|
1237
1299
|
var se_CreateBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1238
|
-
const b = (0,
|
|
1239
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1300
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1301
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1240
1302
|
"content-type": "application/xml",
|
|
1241
1303
|
[_xaa]: input[_ACL],
|
|
1242
1304
|
[_xagfc]: input[_GFC],
|
|
@@ -1244,7 +1306,7 @@ var se_CreateBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1244
1306
|
[_xagra]: input[_GRACP],
|
|
1245
1307
|
[_xagw]: input[_GW],
|
|
1246
1308
|
[_xagwa]: input[_GWACP],
|
|
1247
|
-
[_xabole]: [() => isSerializableHeaderValue(input[_OLEFB]), () => input[_OLEFB].toString()],
|
|
1309
|
+
[_xabole]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OLEFB]), () => input[_OLEFB].toString()],
|
|
1248
1310
|
[_xaoo]: input[_OO]
|
|
1249
1311
|
});
|
|
1250
1312
|
b.bp("/");
|
|
@@ -1260,16 +1322,40 @@ var se_CreateBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1260
1322
|
b.m("PUT").h(headers).b(body);
|
|
1261
1323
|
return b.build();
|
|
1262
1324
|
}, "se_CreateBucketCommand");
|
|
1325
|
+
var se_CreateBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1326
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1327
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1328
|
+
"content-type": "application/xml",
|
|
1329
|
+
[_cm]: input[_CMD],
|
|
1330
|
+
[_xasca]: input[_CA],
|
|
1331
|
+
[_xaebo]: input[_EBO]
|
|
1332
|
+
});
|
|
1333
|
+
b.bp("/");
|
|
1334
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
1335
|
+
const query = (0, import_smithy_client.map)({
|
|
1336
|
+
[_mT]: [, ""]
|
|
1337
|
+
});
|
|
1338
|
+
let body;
|
|
1339
|
+
let contents;
|
|
1340
|
+
if (input.MetadataTableConfiguration !== void 0) {
|
|
1341
|
+
contents = se_MetadataTableConfiguration(input.MetadataTableConfiguration, context);
|
|
1342
|
+
body = _ve;
|
|
1343
|
+
contents.a("xmlns", "http://s3.amazonaws.com/doc/2006-03-01/");
|
|
1344
|
+
body += contents.toString();
|
|
1345
|
+
}
|
|
1346
|
+
b.m("POST").h(headers).q(query).b(body);
|
|
1347
|
+
return b.build();
|
|
1348
|
+
}, "se_CreateBucketMetadataTableConfigurationCommand");
|
|
1263
1349
|
var se_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1264
|
-
const b = (0,
|
|
1265
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1350
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1351
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1266
1352
|
[_xaa]: input[_ACL],
|
|
1267
1353
|
[_cc]: input[_CC],
|
|
1268
1354
|
[_cd]: input[_CD],
|
|
1269
1355
|
[_ce]: input[_CE],
|
|
1270
1356
|
[_cl]: input[_CL],
|
|
1271
1357
|
[_ct]: input[_CT],
|
|
1272
|
-
[_e]: [() => isSerializableHeaderValue(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
|
|
1358
|
+
[_e]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
|
|
1273
1359
|
[_xagfc]: input[_GFC],
|
|
1274
1360
|
[_xagr]: input[_GR],
|
|
1275
1361
|
[_xagra]: input[_GRACP],
|
|
@@ -1282,14 +1368,11 @@ var se_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1282
1368
|
[_xasseckm]: input[_SSECKMD],
|
|
1283
1369
|
[_xasseakki]: input[_SSEKMSKI],
|
|
1284
1370
|
[_xassec]: input[_SSEKMSEC],
|
|
1285
|
-
[_xassebke]: [() => isSerializableHeaderValue(input[_BKE]), () => input[_BKE].toString()],
|
|
1371
|
+
[_xassebke]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BKE]), () => input[_BKE].toString()],
|
|
1286
1372
|
[_xarp]: input[_RP],
|
|
1287
1373
|
[_xat]: input[_T],
|
|
1288
1374
|
[_xaolm]: input[_OLM],
|
|
1289
|
-
[_xaolrud]: [
|
|
1290
|
-
() => isSerializableHeaderValue(input[_OLRUD]),
|
|
1291
|
-
() => (input[_OLRUD].toISOString().split(".")[0] + "Z").toString()
|
|
1292
|
-
],
|
|
1375
|
+
[_xaolrud]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OLRUD]), () => (0, import_smithy_client.serializeDateTime)(input[_OLRUD]).toString()],
|
|
1293
1376
|
[_xaollh]: input[_OLLHS],
|
|
1294
1377
|
[_xaebo]: input[_EBO],
|
|
1295
1378
|
[_xaca]: input[_CA],
|
|
@@ -1302,17 +1385,20 @@ var se_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1302
1385
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
1303
1386
|
b.p("Key", () => input.Key, "{Key+}", true);
|
|
1304
1387
|
const query = (0, import_smithy_client.map)({
|
|
1305
|
-
[_u]: [, ""]
|
|
1306
|
-
[_xi]: [, "CreateMultipartUpload"]
|
|
1388
|
+
[_u]: [, ""]
|
|
1307
1389
|
});
|
|
1308
1390
|
let body;
|
|
1309
1391
|
b.m("POST").h(headers).q(query).b(body);
|
|
1310
1392
|
return b.build();
|
|
1311
1393
|
}, "se_CreateMultipartUploadCommand");
|
|
1312
1394
|
var se_CreateSessionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1313
|
-
const b = (0,
|
|
1314
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1315
|
-
[_xacsm]: input[_SM]
|
|
1395
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1396
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1397
|
+
[_xacsm]: input[_SM],
|
|
1398
|
+
[_xasse]: input[_SSE],
|
|
1399
|
+
[_xasseakki]: input[_SSEKMSKI],
|
|
1400
|
+
[_xassec]: input[_SSEKMSEC],
|
|
1401
|
+
[_xassebke]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BKE]), () => input[_BKE].toString()]
|
|
1316
1402
|
});
|
|
1317
1403
|
b.bp("/");
|
|
1318
1404
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -1324,8 +1410,8 @@ var se_CreateSessionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1324
1410
|
return b.build();
|
|
1325
1411
|
}, "se_CreateSessionCommand");
|
|
1326
1412
|
var se_DeleteBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1327
|
-
const b = (0,
|
|
1328
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1413
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1414
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1329
1415
|
[_xaebo]: input[_EBO]
|
|
1330
1416
|
});
|
|
1331
1417
|
b.bp("/");
|
|
@@ -1335,8 +1421,8 @@ var se_DeleteBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1335
1421
|
return b.build();
|
|
1336
1422
|
}, "se_DeleteBucketCommand");
|
|
1337
1423
|
var se_DeleteBucketAnalyticsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1338
|
-
const b = (0,
|
|
1339
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1424
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1425
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1340
1426
|
[_xaebo]: input[_EBO]
|
|
1341
1427
|
});
|
|
1342
1428
|
b.bp("/");
|
|
@@ -1350,8 +1436,8 @@ var se_DeleteBucketAnalyticsConfigurationCommand = /* @__PURE__ */ __name(async
|
|
|
1350
1436
|
return b.build();
|
|
1351
1437
|
}, "se_DeleteBucketAnalyticsConfigurationCommand");
|
|
1352
1438
|
var se_DeleteBucketCorsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1353
|
-
const b = (0,
|
|
1354
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1439
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1440
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1355
1441
|
[_xaebo]: input[_EBO]
|
|
1356
1442
|
});
|
|
1357
1443
|
b.bp("/");
|
|
@@ -1364,8 +1450,8 @@ var se_DeleteBucketCorsCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1364
1450
|
return b.build();
|
|
1365
1451
|
}, "se_DeleteBucketCorsCommand");
|
|
1366
1452
|
var se_DeleteBucketEncryptionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1367
|
-
const b = (0,
|
|
1368
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1453
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1454
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1369
1455
|
[_xaebo]: input[_EBO]
|
|
1370
1456
|
});
|
|
1371
1457
|
b.bp("/");
|
|
@@ -1378,7 +1464,7 @@ var se_DeleteBucketEncryptionCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1378
1464
|
return b.build();
|
|
1379
1465
|
}, "se_DeleteBucketEncryptionCommand");
|
|
1380
1466
|
var se_DeleteBucketIntelligentTieringConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1381
|
-
const b = (0,
|
|
1467
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1382
1468
|
const headers = {};
|
|
1383
1469
|
b.bp("/");
|
|
1384
1470
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -1391,8 +1477,8 @@ var se_DeleteBucketIntelligentTieringConfigurationCommand = /* @__PURE__ */ __na
|
|
|
1391
1477
|
return b.build();
|
|
1392
1478
|
}, "se_DeleteBucketIntelligentTieringConfigurationCommand");
|
|
1393
1479
|
var se_DeleteBucketInventoryConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1394
|
-
const b = (0,
|
|
1395
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1480
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1481
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1396
1482
|
[_xaebo]: input[_EBO]
|
|
1397
1483
|
});
|
|
1398
1484
|
b.bp("/");
|
|
@@ -1406,8 +1492,8 @@ var se_DeleteBucketInventoryConfigurationCommand = /* @__PURE__ */ __name(async
|
|
|
1406
1492
|
return b.build();
|
|
1407
1493
|
}, "se_DeleteBucketInventoryConfigurationCommand");
|
|
1408
1494
|
var se_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1409
|
-
const b = (0,
|
|
1410
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1495
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1496
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1411
1497
|
[_xaebo]: input[_EBO]
|
|
1412
1498
|
});
|
|
1413
1499
|
b.bp("/");
|
|
@@ -1419,9 +1505,23 @@ var se_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1419
1505
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
1420
1506
|
return b.build();
|
|
1421
1507
|
}, "se_DeleteBucketLifecycleCommand");
|
|
1508
|
+
var se_DeleteBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1509
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1510
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1511
|
+
[_xaebo]: input[_EBO]
|
|
1512
|
+
});
|
|
1513
|
+
b.bp("/");
|
|
1514
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
1515
|
+
const query = (0, import_smithy_client.map)({
|
|
1516
|
+
[_mT]: [, ""]
|
|
1517
|
+
});
|
|
1518
|
+
let body;
|
|
1519
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
1520
|
+
return b.build();
|
|
1521
|
+
}, "se_DeleteBucketMetadataTableConfigurationCommand");
|
|
1422
1522
|
var se_DeleteBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1423
|
-
const b = (0,
|
|
1424
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1523
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1524
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1425
1525
|
[_xaebo]: input[_EBO]
|
|
1426
1526
|
});
|
|
1427
1527
|
b.bp("/");
|
|
@@ -1435,8 +1535,8 @@ var se_DeleteBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (i
|
|
|
1435
1535
|
return b.build();
|
|
1436
1536
|
}, "se_DeleteBucketMetricsConfigurationCommand");
|
|
1437
1537
|
var se_DeleteBucketOwnershipControlsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1438
|
-
const b = (0,
|
|
1439
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1538
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1539
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1440
1540
|
[_xaebo]: input[_EBO]
|
|
1441
1541
|
});
|
|
1442
1542
|
b.bp("/");
|
|
@@ -1449,8 +1549,8 @@ var se_DeleteBucketOwnershipControlsCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
1449
1549
|
return b.build();
|
|
1450
1550
|
}, "se_DeleteBucketOwnershipControlsCommand");
|
|
1451
1551
|
var se_DeleteBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1452
|
-
const b = (0,
|
|
1453
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1552
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1553
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1454
1554
|
[_xaebo]: input[_EBO]
|
|
1455
1555
|
});
|
|
1456
1556
|
b.bp("/");
|
|
@@ -1463,8 +1563,8 @@ var se_DeleteBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1463
1563
|
return b.build();
|
|
1464
1564
|
}, "se_DeleteBucketPolicyCommand");
|
|
1465
1565
|
var se_DeleteBucketReplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1466
|
-
const b = (0,
|
|
1467
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1566
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1567
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1468
1568
|
[_xaebo]: input[_EBO]
|
|
1469
1569
|
});
|
|
1470
1570
|
b.bp("/");
|
|
@@ -1477,8 +1577,8 @@ var se_DeleteBucketReplicationCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1477
1577
|
return b.build();
|
|
1478
1578
|
}, "se_DeleteBucketReplicationCommand");
|
|
1479
1579
|
var se_DeleteBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1480
|
-
const b = (0,
|
|
1481
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1580
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1581
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1482
1582
|
[_xaebo]: input[_EBO]
|
|
1483
1583
|
});
|
|
1484
1584
|
b.bp("/");
|
|
@@ -1491,8 +1591,8 @@ var se_DeleteBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1491
1591
|
return b.build();
|
|
1492
1592
|
}, "se_DeleteBucketTaggingCommand");
|
|
1493
1593
|
var se_DeleteBucketWebsiteCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1494
|
-
const b = (0,
|
|
1495
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1594
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1595
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1496
1596
|
[_xaebo]: input[_EBO]
|
|
1497
1597
|
});
|
|
1498
1598
|
b.bp("/");
|
|
@@ -1505,12 +1605,15 @@ var se_DeleteBucketWebsiteCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1505
1605
|
return b.build();
|
|
1506
1606
|
}, "se_DeleteBucketWebsiteCommand");
|
|
1507
1607
|
var se_DeleteObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1508
|
-
const b = (0,
|
|
1509
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1608
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1609
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1510
1610
|
[_xam]: input[_MFA],
|
|
1511
1611
|
[_xarp]: input[_RP],
|
|
1512
|
-
[_xabgr]: [() => isSerializableHeaderValue(input[_BGR]), () => input[_BGR].toString()],
|
|
1513
|
-
[_xaebo]: input[_EBO]
|
|
1612
|
+
[_xabgr]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BGR]), () => input[_BGR].toString()],
|
|
1613
|
+
[_xaebo]: input[_EBO],
|
|
1614
|
+
[_im]: input[_IM],
|
|
1615
|
+
[_xaimlmt]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMLMT]), () => (0, import_smithy_client.dateToUtcString)(input[_IMLMT]).toString()],
|
|
1616
|
+
[_xaims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMS]), () => input[_IMS].toString()]
|
|
1514
1617
|
});
|
|
1515
1618
|
b.bp("/{Key+}");
|
|
1516
1619
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -1524,20 +1627,19 @@ var se_DeleteObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1524
1627
|
return b.build();
|
|
1525
1628
|
}, "se_DeleteObjectCommand");
|
|
1526
1629
|
var se_DeleteObjectsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1527
|
-
const b = (0,
|
|
1528
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1630
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1631
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1529
1632
|
"content-type": "application/xml",
|
|
1530
1633
|
[_xam]: input[_MFA],
|
|
1531
1634
|
[_xarp]: input[_RP],
|
|
1532
|
-
[_xabgr]: [() => isSerializableHeaderValue(input[_BGR]), () => input[_BGR].toString()],
|
|
1635
|
+
[_xabgr]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BGR]), () => input[_BGR].toString()],
|
|
1533
1636
|
[_xaebo]: input[_EBO],
|
|
1534
1637
|
[_xasca]: input[_CA]
|
|
1535
1638
|
});
|
|
1536
1639
|
b.bp("/");
|
|
1537
1640
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
1538
1641
|
const query = (0, import_smithy_client.map)({
|
|
1539
|
-
[_d]: [, ""]
|
|
1540
|
-
[_xi]: [, "DeleteObjects"]
|
|
1642
|
+
[_d]: [, ""]
|
|
1541
1643
|
});
|
|
1542
1644
|
let body;
|
|
1543
1645
|
let contents;
|
|
@@ -1551,8 +1653,8 @@ var se_DeleteObjectsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1551
1653
|
return b.build();
|
|
1552
1654
|
}, "se_DeleteObjectsCommand");
|
|
1553
1655
|
var se_DeleteObjectTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1554
|
-
const b = (0,
|
|
1555
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1656
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1657
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1556
1658
|
[_xaebo]: input[_EBO]
|
|
1557
1659
|
});
|
|
1558
1660
|
b.bp("/{Key+}");
|
|
@@ -1567,8 +1669,8 @@ var se_DeleteObjectTaggingCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1567
1669
|
return b.build();
|
|
1568
1670
|
}, "se_DeleteObjectTaggingCommand");
|
|
1569
1671
|
var se_DeletePublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1570
|
-
const b = (0,
|
|
1571
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1672
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1673
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1572
1674
|
[_xaebo]: input[_EBO]
|
|
1573
1675
|
});
|
|
1574
1676
|
b.bp("/");
|
|
@@ -1581,8 +1683,8 @@ var se_DeletePublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1581
1683
|
return b.build();
|
|
1582
1684
|
}, "se_DeletePublicAccessBlockCommand");
|
|
1583
1685
|
var se_GetBucketAccelerateConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1584
|
-
const b = (0,
|
|
1585
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1686
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1687
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1586
1688
|
[_xaebo]: input[_EBO],
|
|
1587
1689
|
[_xarp]: input[_RP]
|
|
1588
1690
|
});
|
|
@@ -1596,8 +1698,8 @@ var se_GetBucketAccelerateConfigurationCommand = /* @__PURE__ */ __name(async (i
|
|
|
1596
1698
|
return b.build();
|
|
1597
1699
|
}, "se_GetBucketAccelerateConfigurationCommand");
|
|
1598
1700
|
var se_GetBucketAclCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1599
|
-
const b = (0,
|
|
1600
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1701
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1702
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1601
1703
|
[_xaebo]: input[_EBO]
|
|
1602
1704
|
});
|
|
1603
1705
|
b.bp("/");
|
|
@@ -1610,8 +1712,8 @@ var se_GetBucketAclCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1610
1712
|
return b.build();
|
|
1611
1713
|
}, "se_GetBucketAclCommand");
|
|
1612
1714
|
var se_GetBucketAnalyticsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1613
|
-
const b = (0,
|
|
1614
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1715
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1716
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1615
1717
|
[_xaebo]: input[_EBO]
|
|
1616
1718
|
});
|
|
1617
1719
|
b.bp("/");
|
|
@@ -1626,8 +1728,8 @@ var se_GetBucketAnalyticsConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
1626
1728
|
return b.build();
|
|
1627
1729
|
}, "se_GetBucketAnalyticsConfigurationCommand");
|
|
1628
1730
|
var se_GetBucketCorsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1629
|
-
const b = (0,
|
|
1630
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1731
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1732
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1631
1733
|
[_xaebo]: input[_EBO]
|
|
1632
1734
|
});
|
|
1633
1735
|
b.bp("/");
|
|
@@ -1640,8 +1742,8 @@ var se_GetBucketCorsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1640
1742
|
return b.build();
|
|
1641
1743
|
}, "se_GetBucketCorsCommand");
|
|
1642
1744
|
var se_GetBucketEncryptionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1643
|
-
const b = (0,
|
|
1644
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1745
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1746
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1645
1747
|
[_xaebo]: input[_EBO]
|
|
1646
1748
|
});
|
|
1647
1749
|
b.bp("/");
|
|
@@ -1654,7 +1756,7 @@ var se_GetBucketEncryptionCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1654
1756
|
return b.build();
|
|
1655
1757
|
}, "se_GetBucketEncryptionCommand");
|
|
1656
1758
|
var se_GetBucketIntelligentTieringConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1657
|
-
const b = (0,
|
|
1759
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1658
1760
|
const headers = {};
|
|
1659
1761
|
b.bp("/");
|
|
1660
1762
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -1668,8 +1770,8 @@ var se_GetBucketIntelligentTieringConfigurationCommand = /* @__PURE__ */ __name(
|
|
|
1668
1770
|
return b.build();
|
|
1669
1771
|
}, "se_GetBucketIntelligentTieringConfigurationCommand");
|
|
1670
1772
|
var se_GetBucketInventoryConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1671
|
-
const b = (0,
|
|
1672
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1773
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1774
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1673
1775
|
[_xaebo]: input[_EBO]
|
|
1674
1776
|
});
|
|
1675
1777
|
b.bp("/");
|
|
@@ -1684,8 +1786,8 @@ var se_GetBucketInventoryConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
1684
1786
|
return b.build();
|
|
1685
1787
|
}, "se_GetBucketInventoryConfigurationCommand");
|
|
1686
1788
|
var se_GetBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1687
|
-
const b = (0,
|
|
1688
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1789
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1790
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1689
1791
|
[_xaebo]: input[_EBO]
|
|
1690
1792
|
});
|
|
1691
1793
|
b.bp("/");
|
|
@@ -1698,8 +1800,8 @@ var se_GetBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
1698
1800
|
return b.build();
|
|
1699
1801
|
}, "se_GetBucketLifecycleConfigurationCommand");
|
|
1700
1802
|
var se_GetBucketLocationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1701
|
-
const b = (0,
|
|
1702
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1803
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1804
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1703
1805
|
[_xaebo]: input[_EBO]
|
|
1704
1806
|
});
|
|
1705
1807
|
b.bp("/");
|
|
@@ -1712,8 +1814,8 @@ var se_GetBucketLocationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1712
1814
|
return b.build();
|
|
1713
1815
|
}, "se_GetBucketLocationCommand");
|
|
1714
1816
|
var se_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1715
|
-
const b = (0,
|
|
1716
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1817
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1818
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1717
1819
|
[_xaebo]: input[_EBO]
|
|
1718
1820
|
});
|
|
1719
1821
|
b.bp("/");
|
|
@@ -1725,9 +1827,23 @@ var se_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1725
1827
|
b.m("GET").h(headers).q(query).b(body);
|
|
1726
1828
|
return b.build();
|
|
1727
1829
|
}, "se_GetBucketLoggingCommand");
|
|
1830
|
+
var se_GetBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1831
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1832
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1833
|
+
[_xaebo]: input[_EBO]
|
|
1834
|
+
});
|
|
1835
|
+
b.bp("/");
|
|
1836
|
+
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
1837
|
+
const query = (0, import_smithy_client.map)({
|
|
1838
|
+
[_mT]: [, ""]
|
|
1839
|
+
});
|
|
1840
|
+
let body;
|
|
1841
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1842
|
+
return b.build();
|
|
1843
|
+
}, "se_GetBucketMetadataTableConfigurationCommand");
|
|
1728
1844
|
var se_GetBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1729
|
-
const b = (0,
|
|
1730
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1845
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1846
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1731
1847
|
[_xaebo]: input[_EBO]
|
|
1732
1848
|
});
|
|
1733
1849
|
b.bp("/");
|
|
@@ -1742,8 +1858,8 @@ var se_GetBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
1742
1858
|
return b.build();
|
|
1743
1859
|
}, "se_GetBucketMetricsConfigurationCommand");
|
|
1744
1860
|
var se_GetBucketNotificationConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1745
|
-
const b = (0,
|
|
1746
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1861
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1862
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1747
1863
|
[_xaebo]: input[_EBO]
|
|
1748
1864
|
});
|
|
1749
1865
|
b.bp("/");
|
|
@@ -1756,8 +1872,8 @@ var se_GetBucketNotificationConfigurationCommand = /* @__PURE__ */ __name(async
|
|
|
1756
1872
|
return b.build();
|
|
1757
1873
|
}, "se_GetBucketNotificationConfigurationCommand");
|
|
1758
1874
|
var se_GetBucketOwnershipControlsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1759
|
-
const b = (0,
|
|
1760
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1875
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1876
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1761
1877
|
[_xaebo]: input[_EBO]
|
|
1762
1878
|
});
|
|
1763
1879
|
b.bp("/");
|
|
@@ -1770,8 +1886,8 @@ var se_GetBucketOwnershipControlsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1770
1886
|
return b.build();
|
|
1771
1887
|
}, "se_GetBucketOwnershipControlsCommand");
|
|
1772
1888
|
var se_GetBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1773
|
-
const b = (0,
|
|
1774
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1889
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1890
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1775
1891
|
[_xaebo]: input[_EBO]
|
|
1776
1892
|
});
|
|
1777
1893
|
b.bp("/");
|
|
@@ -1784,8 +1900,8 @@ var se_GetBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1784
1900
|
return b.build();
|
|
1785
1901
|
}, "se_GetBucketPolicyCommand");
|
|
1786
1902
|
var se_GetBucketPolicyStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1787
|
-
const b = (0,
|
|
1788
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1903
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1904
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1789
1905
|
[_xaebo]: input[_EBO]
|
|
1790
1906
|
});
|
|
1791
1907
|
b.bp("/");
|
|
@@ -1798,8 +1914,8 @@ var se_GetBucketPolicyStatusCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1798
1914
|
return b.build();
|
|
1799
1915
|
}, "se_GetBucketPolicyStatusCommand");
|
|
1800
1916
|
var se_GetBucketReplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1801
|
-
const b = (0,
|
|
1802
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1917
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1918
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1803
1919
|
[_xaebo]: input[_EBO]
|
|
1804
1920
|
});
|
|
1805
1921
|
b.bp("/");
|
|
@@ -1812,8 +1928,8 @@ var se_GetBucketReplicationCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1812
1928
|
return b.build();
|
|
1813
1929
|
}, "se_GetBucketReplicationCommand");
|
|
1814
1930
|
var se_GetBucketRequestPaymentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1815
|
-
const b = (0,
|
|
1816
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1931
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1932
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1817
1933
|
[_xaebo]: input[_EBO]
|
|
1818
1934
|
});
|
|
1819
1935
|
b.bp("/");
|
|
@@ -1826,8 +1942,8 @@ var se_GetBucketRequestPaymentCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1826
1942
|
return b.build();
|
|
1827
1943
|
}, "se_GetBucketRequestPaymentCommand");
|
|
1828
1944
|
var se_GetBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1829
|
-
const b = (0,
|
|
1830
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1945
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1946
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1831
1947
|
[_xaebo]: input[_EBO]
|
|
1832
1948
|
});
|
|
1833
1949
|
b.bp("/");
|
|
@@ -1840,8 +1956,8 @@ var se_GetBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1840
1956
|
return b.build();
|
|
1841
1957
|
}, "se_GetBucketTaggingCommand");
|
|
1842
1958
|
var se_GetBucketVersioningCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1843
|
-
const b = (0,
|
|
1844
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1959
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1960
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1845
1961
|
[_xaebo]: input[_EBO]
|
|
1846
1962
|
});
|
|
1847
1963
|
b.bp("/");
|
|
@@ -1854,8 +1970,8 @@ var se_GetBucketVersioningCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1854
1970
|
return b.build();
|
|
1855
1971
|
}, "se_GetBucketVersioningCommand");
|
|
1856
1972
|
var se_GetBucketWebsiteCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1857
|
-
const b = (0,
|
|
1858
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1973
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1974
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1859
1975
|
[_xaebo]: input[_EBO]
|
|
1860
1976
|
});
|
|
1861
1977
|
b.bp("/");
|
|
@@ -1868,12 +1984,12 @@ var se_GetBucketWebsiteCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1868
1984
|
return b.build();
|
|
1869
1985
|
}, "se_GetBucketWebsiteCommand");
|
|
1870
1986
|
var se_GetObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1871
|
-
const b = (0,
|
|
1872
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1987
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
1988
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1873
1989
|
[_im]: input[_IM],
|
|
1874
|
-
[_ims]: [() => isSerializableHeaderValue(input[
|
|
1990
|
+
[_ims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMSf]), () => (0, import_smithy_client.dateToUtcString)(input[_IMSf]).toString()],
|
|
1875
1991
|
[_inm]: input[_INM],
|
|
1876
|
-
[_ius]: [() => isSerializableHeaderValue(input[_IUS]), () => (0, import_smithy_client.dateToUtcString)(input[_IUS]).toString()],
|
|
1992
|
+
[_ius]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IUS]), () => (0, import_smithy_client.dateToUtcString)(input[_IUS]).toString()],
|
|
1877
1993
|
[_ra]: input[_R],
|
|
1878
1994
|
[_xasseca]: input[_SSECA],
|
|
1879
1995
|
[_xasseck]: input[_SSECK],
|
|
@@ -1901,8 +2017,8 @@ var se_GetObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1901
2017
|
return b.build();
|
|
1902
2018
|
}, "se_GetObjectCommand");
|
|
1903
2019
|
var se_GetObjectAclCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1904
|
-
const b = (0,
|
|
1905
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2020
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2021
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1906
2022
|
[_xarp]: input[_RP],
|
|
1907
2023
|
[_xaebo]: input[_EBO]
|
|
1908
2024
|
});
|
|
@@ -1918,19 +2034,16 @@ var se_GetObjectAclCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1918
2034
|
return b.build();
|
|
1919
2035
|
}, "se_GetObjectAclCommand");
|
|
1920
2036
|
var se_GetObjectAttributesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1921
|
-
const b = (0,
|
|
1922
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
1923
|
-
[_xamp]: [() => isSerializableHeaderValue(input[_MP]), () => input[_MP].toString()],
|
|
2037
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2038
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2039
|
+
[_xamp]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_MP]), () => input[_MP].toString()],
|
|
1924
2040
|
[_xapnm]: input[_PNM],
|
|
1925
2041
|
[_xasseca]: input[_SSECA],
|
|
1926
2042
|
[_xasseck]: input[_SSECK],
|
|
1927
2043
|
[_xasseckm]: input[_SSECKMD],
|
|
1928
2044
|
[_xarp]: input[_RP],
|
|
1929
2045
|
[_xaebo]: input[_EBO],
|
|
1930
|
-
[_xaoa]: [
|
|
1931
|
-
() => isSerializableHeaderValue(input[_OA]),
|
|
1932
|
-
() => (input[_OA] || []).map((_entry) => _entry).join(", ")
|
|
1933
|
-
]
|
|
2046
|
+
[_xaoa]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OA]), () => (input[_OA] || []).map(import_smithy_client.quoteHeader).join(", ")]
|
|
1934
2047
|
});
|
|
1935
2048
|
b.bp("/{Key+}");
|
|
1936
2049
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -1944,8 +2057,8 @@ var se_GetObjectAttributesCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1944
2057
|
return b.build();
|
|
1945
2058
|
}, "se_GetObjectAttributesCommand");
|
|
1946
2059
|
var se_GetObjectLegalHoldCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1947
|
-
const b = (0,
|
|
1948
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2060
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2061
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1949
2062
|
[_xarp]: input[_RP],
|
|
1950
2063
|
[_xaebo]: input[_EBO]
|
|
1951
2064
|
});
|
|
@@ -1961,8 +2074,8 @@ var se_GetObjectLegalHoldCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1961
2074
|
return b.build();
|
|
1962
2075
|
}, "se_GetObjectLegalHoldCommand");
|
|
1963
2076
|
var se_GetObjectLockConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1964
|
-
const b = (0,
|
|
1965
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2077
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2078
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1966
2079
|
[_xaebo]: input[_EBO]
|
|
1967
2080
|
});
|
|
1968
2081
|
b.bp("/");
|
|
@@ -1975,8 +2088,8 @@ var se_GetObjectLockConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1975
2088
|
return b.build();
|
|
1976
2089
|
}, "se_GetObjectLockConfigurationCommand");
|
|
1977
2090
|
var se_GetObjectRetentionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1978
|
-
const b = (0,
|
|
1979
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2091
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2092
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1980
2093
|
[_xarp]: input[_RP],
|
|
1981
2094
|
[_xaebo]: input[_EBO]
|
|
1982
2095
|
});
|
|
@@ -1992,8 +2105,8 @@ var se_GetObjectRetentionCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1992
2105
|
return b.build();
|
|
1993
2106
|
}, "se_GetObjectRetentionCommand");
|
|
1994
2107
|
var se_GetObjectTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1995
|
-
const b = (0,
|
|
1996
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2108
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2109
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
1997
2110
|
[_xaebo]: input[_EBO],
|
|
1998
2111
|
[_xarp]: input[_RP]
|
|
1999
2112
|
});
|
|
@@ -2009,8 +2122,8 @@ var se_GetObjectTaggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2009
2122
|
return b.build();
|
|
2010
2123
|
}, "se_GetObjectTaggingCommand");
|
|
2011
2124
|
var se_GetObjectTorrentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2012
|
-
const b = (0,
|
|
2013
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2125
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2126
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2014
2127
|
[_xarp]: input[_RP],
|
|
2015
2128
|
[_xaebo]: input[_EBO]
|
|
2016
2129
|
});
|
|
@@ -2025,8 +2138,8 @@ var se_GetObjectTorrentCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2025
2138
|
return b.build();
|
|
2026
2139
|
}, "se_GetObjectTorrentCommand");
|
|
2027
2140
|
var se_GetPublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2028
|
-
const b = (0,
|
|
2029
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2141
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2142
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2030
2143
|
[_xaebo]: input[_EBO]
|
|
2031
2144
|
});
|
|
2032
2145
|
b.bp("/");
|
|
@@ -2039,8 +2152,8 @@ var se_GetPublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2039
2152
|
return b.build();
|
|
2040
2153
|
}, "se_GetPublicAccessBlockCommand");
|
|
2041
2154
|
var se_HeadBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2042
|
-
const b = (0,
|
|
2043
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2155
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2156
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2044
2157
|
[_xaebo]: input[_EBO]
|
|
2045
2158
|
});
|
|
2046
2159
|
b.bp("/");
|
|
@@ -2050,12 +2163,12 @@ var se_HeadBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2050
2163
|
return b.build();
|
|
2051
2164
|
}, "se_HeadBucketCommand");
|
|
2052
2165
|
var se_HeadObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2053
|
-
const b = (0,
|
|
2054
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2166
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2167
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2055
2168
|
[_im]: input[_IM],
|
|
2056
|
-
[_ims]: [() => isSerializableHeaderValue(input[
|
|
2169
|
+
[_ims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IMSf]), () => (0, import_smithy_client.dateToUtcString)(input[_IMSf]).toString()],
|
|
2057
2170
|
[_inm]: input[_INM],
|
|
2058
|
-
[_ius]: [() => isSerializableHeaderValue(input[_IUS]), () => (0, import_smithy_client.dateToUtcString)(input[_IUS]).toString()],
|
|
2171
|
+
[_ius]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_IUS]), () => (0, import_smithy_client.dateToUtcString)(input[_IUS]).toString()],
|
|
2059
2172
|
[_ra]: input[_R],
|
|
2060
2173
|
[_xasseca]: input[_SSECA],
|
|
2061
2174
|
[_xasseck]: input[_SSECK],
|
|
@@ -2068,6 +2181,12 @@ var se_HeadObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2068
2181
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
2069
2182
|
b.p("Key", () => input.Key, "{Key+}", true);
|
|
2070
2183
|
const query = (0, import_smithy_client.map)({
|
|
2184
|
+
[_rcc]: [, input[_RCC]],
|
|
2185
|
+
[_rcd]: [, input[_RCD]],
|
|
2186
|
+
[_rce]: [, input[_RCE]],
|
|
2187
|
+
[_rcl]: [, input[_RCL]],
|
|
2188
|
+
[_rct]: [, input[_RCT]],
|
|
2189
|
+
[_re]: [() => input.ResponseExpires !== void 0, () => (0, import_smithy_client.dateToUtcString)(input[_RE]).toString()],
|
|
2071
2190
|
[_vI]: [, input[_VI]],
|
|
2072
2191
|
[_pN]: [() => input.PartNumber !== void 0, () => input[_PN].toString()]
|
|
2073
2192
|
});
|
|
@@ -2076,8 +2195,8 @@ var se_HeadObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2076
2195
|
return b.build();
|
|
2077
2196
|
}, "se_HeadObjectCommand");
|
|
2078
2197
|
var se_ListBucketAnalyticsConfigurationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2079
|
-
const b = (0,
|
|
2080
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2198
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2199
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2081
2200
|
[_xaebo]: input[_EBO]
|
|
2082
2201
|
});
|
|
2083
2202
|
b.bp("/");
|
|
@@ -2092,7 +2211,7 @@ var se_ListBucketAnalyticsConfigurationsCommand = /* @__PURE__ */ __name(async (
|
|
|
2092
2211
|
return b.build();
|
|
2093
2212
|
}, "se_ListBucketAnalyticsConfigurationsCommand");
|
|
2094
2213
|
var se_ListBucketIntelligentTieringConfigurationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2095
|
-
const b = (0,
|
|
2214
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2096
2215
|
const headers = {};
|
|
2097
2216
|
b.bp("/");
|
|
2098
2217
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -2106,8 +2225,8 @@ var se_ListBucketIntelligentTieringConfigurationsCommand = /* @__PURE__ */ __nam
|
|
|
2106
2225
|
return b.build();
|
|
2107
2226
|
}, "se_ListBucketIntelligentTieringConfigurationsCommand");
|
|
2108
2227
|
var se_ListBucketInventoryConfigurationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2109
|
-
const b = (0,
|
|
2110
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2228
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2229
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2111
2230
|
[_xaebo]: input[_EBO]
|
|
2112
2231
|
});
|
|
2113
2232
|
b.bp("/");
|
|
@@ -2122,8 +2241,8 @@ var se_ListBucketInventoryConfigurationsCommand = /* @__PURE__ */ __name(async (
|
|
|
2122
2241
|
return b.build();
|
|
2123
2242
|
}, "se_ListBucketInventoryConfigurationsCommand");
|
|
2124
2243
|
var se_ListBucketMetricsConfigurationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2125
|
-
const b = (0,
|
|
2126
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2244
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2245
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2127
2246
|
[_xaebo]: input[_EBO]
|
|
2128
2247
|
});
|
|
2129
2248
|
b.bp("/");
|
|
@@ -2138,21 +2257,22 @@ var se_ListBucketMetricsConfigurationsCommand = /* @__PURE__ */ __name(async (in
|
|
|
2138
2257
|
return b.build();
|
|
2139
2258
|
}, "se_ListBucketMetricsConfigurationsCommand");
|
|
2140
2259
|
var se_ListBucketsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2141
|
-
const b = (0,
|
|
2142
|
-
const headers = {
|
|
2143
|
-
"content-type": "application/xml"
|
|
2144
|
-
};
|
|
2260
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2261
|
+
const headers = {};
|
|
2145
2262
|
b.bp("/");
|
|
2146
2263
|
const query = (0, import_smithy_client.map)({
|
|
2147
|
-
[_xi]: [, "ListBuckets"]
|
|
2264
|
+
[_xi]: [, "ListBuckets"],
|
|
2265
|
+
[_mb]: [() => input.MaxBuckets !== void 0, () => input[_MB].toString()],
|
|
2266
|
+
[_ct_]: [, input[_CTo]],
|
|
2267
|
+
[_pr]: [, input[_P]],
|
|
2268
|
+
[_br]: [, input[_BR]]
|
|
2148
2269
|
});
|
|
2149
2270
|
let body;
|
|
2150
|
-
body = "";
|
|
2151
2271
|
b.m("GET").h(headers).q(query).b(body);
|
|
2152
2272
|
return b.build();
|
|
2153
2273
|
}, "se_ListBucketsCommand");
|
|
2154
2274
|
var se_ListDirectoryBucketsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2155
|
-
const b = (0,
|
|
2275
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2156
2276
|
const headers = {};
|
|
2157
2277
|
b.bp("/");
|
|
2158
2278
|
const query = (0, import_smithy_client.map)({
|
|
@@ -2165,8 +2285,8 @@ var se_ListDirectoryBucketsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2165
2285
|
return b.build();
|
|
2166
2286
|
}, "se_ListDirectoryBucketsCommand");
|
|
2167
2287
|
var se_ListMultipartUploadsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2168
|
-
const b = (0,
|
|
2169
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2288
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2289
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2170
2290
|
[_xaebo]: input[_EBO],
|
|
2171
2291
|
[_xarp]: input[_RP]
|
|
2172
2292
|
});
|
|
@@ -2186,14 +2306,11 @@ var se_ListMultipartUploadsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2186
2306
|
return b.build();
|
|
2187
2307
|
}, "se_ListMultipartUploadsCommand");
|
|
2188
2308
|
var se_ListObjectsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2189
|
-
const b = (0,
|
|
2190
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2309
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2310
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2191
2311
|
[_xarp]: input[_RP],
|
|
2192
2312
|
[_xaebo]: input[_EBO],
|
|
2193
|
-
[_xaooa]: [
|
|
2194
|
-
() => isSerializableHeaderValue(input[_OOA]),
|
|
2195
|
-
() => (input[_OOA] || []).map((_entry) => _entry).join(", ")
|
|
2196
|
-
]
|
|
2313
|
+
[_xaooa]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OOA]), () => (input[_OOA] || []).map(import_smithy_client.quoteHeader).join(", ")]
|
|
2197
2314
|
});
|
|
2198
2315
|
b.bp("/");
|
|
2199
2316
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -2209,14 +2326,11 @@ var se_ListObjectsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2209
2326
|
return b.build();
|
|
2210
2327
|
}, "se_ListObjectsCommand");
|
|
2211
2328
|
var se_ListObjectsV2Command = /* @__PURE__ */ __name(async (input, context) => {
|
|
2212
|
-
const b = (0,
|
|
2213
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2329
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2330
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2214
2331
|
[_xarp]: input[_RP],
|
|
2215
2332
|
[_xaebo]: input[_EBO],
|
|
2216
|
-
[_xaooa]: [
|
|
2217
|
-
() => isSerializableHeaderValue(input[_OOA]),
|
|
2218
|
-
() => (input[_OOA] || []).map((_entry) => _entry).join(", ")
|
|
2219
|
-
]
|
|
2333
|
+
[_xaooa]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OOA]), () => (input[_OOA] || []).map(import_smithy_client.quoteHeader).join(", ")]
|
|
2220
2334
|
});
|
|
2221
2335
|
b.bp("/");
|
|
2222
2336
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -2235,14 +2349,11 @@ var se_ListObjectsV2Command = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2235
2349
|
return b.build();
|
|
2236
2350
|
}, "se_ListObjectsV2Command");
|
|
2237
2351
|
var se_ListObjectVersionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2238
|
-
const b = (0,
|
|
2239
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2352
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2353
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2240
2354
|
[_xaebo]: input[_EBO],
|
|
2241
2355
|
[_xarp]: input[_RP],
|
|
2242
|
-
[_xaooa]: [
|
|
2243
|
-
() => isSerializableHeaderValue(input[_OOA]),
|
|
2244
|
-
() => (input[_OOA] || []).map((_entry) => _entry).join(", ")
|
|
2245
|
-
]
|
|
2356
|
+
[_xaooa]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OOA]), () => (input[_OOA] || []).map(import_smithy_client.quoteHeader).join(", ")]
|
|
2246
2357
|
});
|
|
2247
2358
|
b.bp("/");
|
|
2248
2359
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -2260,8 +2371,8 @@ var se_ListObjectVersionsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2260
2371
|
return b.build();
|
|
2261
2372
|
}, "se_ListObjectVersionsCommand");
|
|
2262
2373
|
var se_ListPartsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2263
|
-
const b = (0,
|
|
2264
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2374
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2375
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2265
2376
|
[_xarp]: input[_RP],
|
|
2266
2377
|
[_xaebo]: input[_EBO],
|
|
2267
2378
|
[_xasseca]: input[_SSECA],
|
|
@@ -2282,8 +2393,8 @@ var se_ListPartsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2282
2393
|
return b.build();
|
|
2283
2394
|
}, "se_ListPartsCommand");
|
|
2284
2395
|
var se_PutBucketAccelerateConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2285
|
-
const b = (0,
|
|
2286
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2396
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2397
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2287
2398
|
"content-type": "application/xml",
|
|
2288
2399
|
[_xaebo]: input[_EBO],
|
|
2289
2400
|
[_xasca]: input[_CA]
|
|
@@ -2305,8 +2416,8 @@ var se_PutBucketAccelerateConfigurationCommand = /* @__PURE__ */ __name(async (i
|
|
|
2305
2416
|
return b.build();
|
|
2306
2417
|
}, "se_PutBucketAccelerateConfigurationCommand");
|
|
2307
2418
|
var se_PutBucketAclCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2308
|
-
const b = (0,
|
|
2309
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2419
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2420
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2310
2421
|
"content-type": "application/xml",
|
|
2311
2422
|
[_xaa]: input[_ACL],
|
|
2312
2423
|
[_cm]: input[_CMD],
|
|
@@ -2335,8 +2446,8 @@ var se_PutBucketAclCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2335
2446
|
return b.build();
|
|
2336
2447
|
}, "se_PutBucketAclCommand");
|
|
2337
2448
|
var se_PutBucketAnalyticsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2338
|
-
const b = (0,
|
|
2339
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2449
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2450
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2340
2451
|
"content-type": "application/xml",
|
|
2341
2452
|
[_xaebo]: input[_EBO]
|
|
2342
2453
|
});
|
|
@@ -2358,8 +2469,8 @@ var se_PutBucketAnalyticsConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
2358
2469
|
return b.build();
|
|
2359
2470
|
}, "se_PutBucketAnalyticsConfigurationCommand");
|
|
2360
2471
|
var se_PutBucketCorsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2361
|
-
const b = (0,
|
|
2362
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2472
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2473
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2363
2474
|
"content-type": "application/xml",
|
|
2364
2475
|
[_cm]: input[_CMD],
|
|
2365
2476
|
[_xasca]: input[_CA],
|
|
@@ -2382,8 +2493,8 @@ var se_PutBucketCorsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2382
2493
|
return b.build();
|
|
2383
2494
|
}, "se_PutBucketCorsCommand");
|
|
2384
2495
|
var se_PutBucketEncryptionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2385
|
-
const b = (0,
|
|
2386
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2496
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2497
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2387
2498
|
"content-type": "application/xml",
|
|
2388
2499
|
[_cm]: input[_CMD],
|
|
2389
2500
|
[_xasca]: input[_CA],
|
|
@@ -2406,7 +2517,7 @@ var se_PutBucketEncryptionCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2406
2517
|
return b.build();
|
|
2407
2518
|
}, "se_PutBucketEncryptionCommand");
|
|
2408
2519
|
var se_PutBucketIntelligentTieringConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2409
|
-
const b = (0,
|
|
2520
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2410
2521
|
const headers = {
|
|
2411
2522
|
"content-type": "application/xml"
|
|
2412
2523
|
};
|
|
@@ -2428,8 +2539,8 @@ var se_PutBucketIntelligentTieringConfigurationCommand = /* @__PURE__ */ __name(
|
|
|
2428
2539
|
return b.build();
|
|
2429
2540
|
}, "se_PutBucketIntelligentTieringConfigurationCommand");
|
|
2430
2541
|
var se_PutBucketInventoryConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2431
|
-
const b = (0,
|
|
2432
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2542
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2543
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2433
2544
|
"content-type": "application/xml",
|
|
2434
2545
|
[_xaebo]: input[_EBO]
|
|
2435
2546
|
});
|
|
@@ -2451,11 +2562,12 @@ var se_PutBucketInventoryConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
2451
2562
|
return b.build();
|
|
2452
2563
|
}, "se_PutBucketInventoryConfigurationCommand");
|
|
2453
2564
|
var se_PutBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2454
|
-
const b = (0,
|
|
2455
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2565
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2566
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2456
2567
|
"content-type": "application/xml",
|
|
2457
2568
|
[_xasca]: input[_CA],
|
|
2458
|
-
[_xaebo]: input[_EBO]
|
|
2569
|
+
[_xaebo]: input[_EBO],
|
|
2570
|
+
[_xatdmos]: input[_TDMOS]
|
|
2459
2571
|
});
|
|
2460
2572
|
b.bp("/");
|
|
2461
2573
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -2475,8 +2587,8 @@ var se_PutBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
2475
2587
|
return b.build();
|
|
2476
2588
|
}, "se_PutBucketLifecycleConfigurationCommand");
|
|
2477
2589
|
var se_PutBucketLoggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2478
|
-
const b = (0,
|
|
2479
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2590
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2591
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2480
2592
|
"content-type": "application/xml",
|
|
2481
2593
|
[_cm]: input[_CMD],
|
|
2482
2594
|
[_xasca]: input[_CA],
|
|
@@ -2499,8 +2611,8 @@ var se_PutBucketLoggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2499
2611
|
return b.build();
|
|
2500
2612
|
}, "se_PutBucketLoggingCommand");
|
|
2501
2613
|
var se_PutBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2502
|
-
const b = (0,
|
|
2503
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2614
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2615
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2504
2616
|
"content-type": "application/xml",
|
|
2505
2617
|
[_xaebo]: input[_EBO]
|
|
2506
2618
|
});
|
|
@@ -2522,11 +2634,11 @@ var se_PutBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
2522
2634
|
return b.build();
|
|
2523
2635
|
}, "se_PutBucketMetricsConfigurationCommand");
|
|
2524
2636
|
var se_PutBucketNotificationConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2525
|
-
const b = (0,
|
|
2526
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2637
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2638
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2527
2639
|
"content-type": "application/xml",
|
|
2528
2640
|
[_xaebo]: input[_EBO],
|
|
2529
|
-
[_xasdv]: [() => isSerializableHeaderValue(input[_SDV]), () => input[_SDV].toString()]
|
|
2641
|
+
[_xasdv]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_SDV]), () => input[_SDV].toString()]
|
|
2530
2642
|
});
|
|
2531
2643
|
b.bp("/");
|
|
2532
2644
|
b.p("Bucket", () => input.Bucket, "{Bucket}", false);
|
|
@@ -2545,8 +2657,8 @@ var se_PutBucketNotificationConfigurationCommand = /* @__PURE__ */ __name(async
|
|
|
2545
2657
|
return b.build();
|
|
2546
2658
|
}, "se_PutBucketNotificationConfigurationCommand");
|
|
2547
2659
|
var se_PutBucketOwnershipControlsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2548
|
-
const b = (0,
|
|
2549
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2660
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2661
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2550
2662
|
"content-type": "application/xml",
|
|
2551
2663
|
[_cm]: input[_CMD],
|
|
2552
2664
|
[_xaebo]: input[_EBO]
|
|
@@ -2568,12 +2680,12 @@ var se_PutBucketOwnershipControlsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2568
2680
|
return b.build();
|
|
2569
2681
|
}, "se_PutBucketOwnershipControlsCommand");
|
|
2570
2682
|
var se_PutBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2571
|
-
const b = (0,
|
|
2572
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2683
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2684
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2573
2685
|
"content-type": "text/plain",
|
|
2574
2686
|
[_cm]: input[_CMD],
|
|
2575
2687
|
[_xasca]: input[_CA],
|
|
2576
|
-
[_xacrsba]: [() => isSerializableHeaderValue(input[_CRSBA]), () => input[_CRSBA].toString()],
|
|
2688
|
+
[_xacrsba]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CRSBA]), () => input[_CRSBA].toString()],
|
|
2577
2689
|
[_xaebo]: input[_EBO]
|
|
2578
2690
|
});
|
|
2579
2691
|
b.bp("/");
|
|
@@ -2591,8 +2703,8 @@ var se_PutBucketPolicyCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2591
2703
|
return b.build();
|
|
2592
2704
|
}, "se_PutBucketPolicyCommand");
|
|
2593
2705
|
var se_PutBucketReplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2594
|
-
const b = (0,
|
|
2595
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2706
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2707
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2596
2708
|
"content-type": "application/xml",
|
|
2597
2709
|
[_cm]: input[_CMD],
|
|
2598
2710
|
[_xasca]: input[_CA],
|
|
@@ -2616,8 +2728,8 @@ var se_PutBucketReplicationCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2616
2728
|
return b.build();
|
|
2617
2729
|
}, "se_PutBucketReplicationCommand");
|
|
2618
2730
|
var se_PutBucketRequestPaymentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2619
|
-
const b = (0,
|
|
2620
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2731
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2732
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2621
2733
|
"content-type": "application/xml",
|
|
2622
2734
|
[_cm]: input[_CMD],
|
|
2623
2735
|
[_xasca]: input[_CA],
|
|
@@ -2640,8 +2752,8 @@ var se_PutBucketRequestPaymentCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
2640
2752
|
return b.build();
|
|
2641
2753
|
}, "se_PutBucketRequestPaymentCommand");
|
|
2642
2754
|
var se_PutBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2643
|
-
const b = (0,
|
|
2644
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2755
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2756
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2645
2757
|
"content-type": "application/xml",
|
|
2646
2758
|
[_cm]: input[_CMD],
|
|
2647
2759
|
[_xasca]: input[_CA],
|
|
@@ -2664,8 +2776,8 @@ var se_PutBucketTaggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2664
2776
|
return b.build();
|
|
2665
2777
|
}, "se_PutBucketTaggingCommand");
|
|
2666
2778
|
var se_PutBucketVersioningCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2667
|
-
const b = (0,
|
|
2668
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2779
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2780
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2669
2781
|
"content-type": "application/xml",
|
|
2670
2782
|
[_cm]: input[_CMD],
|
|
2671
2783
|
[_xasca]: input[_CA],
|
|
@@ -2689,8 +2801,8 @@ var se_PutBucketVersioningCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2689
2801
|
return b.build();
|
|
2690
2802
|
}, "se_PutBucketVersioningCommand");
|
|
2691
2803
|
var se_PutBucketWebsiteCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2692
|
-
const b = (0,
|
|
2693
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2804
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2805
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2694
2806
|
"content-type": "application/xml",
|
|
2695
2807
|
[_cm]: input[_CMD],
|
|
2696
2808
|
[_xasca]: input[_CA],
|
|
@@ -2713,26 +2825,29 @@ var se_PutBucketWebsiteCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2713
2825
|
return b.build();
|
|
2714
2826
|
}, "se_PutBucketWebsiteCommand");
|
|
2715
2827
|
var se_PutObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2716
|
-
const b = (0,
|
|
2717
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2828
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2829
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2718
2830
|
[_ct]: input[_CT] || "application/octet-stream",
|
|
2719
2831
|
[_xaa]: input[_ACL],
|
|
2720
2832
|
[_cc]: input[_CC],
|
|
2721
2833
|
[_cd]: input[_CD],
|
|
2722
2834
|
[_ce]: input[_CE],
|
|
2723
2835
|
[_cl]: input[_CL],
|
|
2724
|
-
[_cl_]: [() => isSerializableHeaderValue(input[_CLo]), () => input[_CLo].toString()],
|
|
2836
|
+
[_cl_]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CLo]), () => input[_CLo].toString()],
|
|
2725
2837
|
[_cm]: input[_CMD],
|
|
2726
2838
|
[_xasca]: input[_CA],
|
|
2727
2839
|
[_xacc]: input[_CCRC],
|
|
2728
2840
|
[_xacc_]: input[_CCRCC],
|
|
2729
2841
|
[_xacs]: input[_CSHA],
|
|
2730
2842
|
[_xacs_]: input[_CSHAh],
|
|
2731
|
-
[_e]: [() => isSerializableHeaderValue(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
|
|
2843
|
+
[_e]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
|
|
2844
|
+
[_im]: input[_IM],
|
|
2845
|
+
[_inm]: input[_INM],
|
|
2732
2846
|
[_xagfc]: input[_GFC],
|
|
2733
2847
|
[_xagr]: input[_GR],
|
|
2734
2848
|
[_xagra]: input[_GRACP],
|
|
2735
2849
|
[_xagwa]: input[_GWACP],
|
|
2850
|
+
[_xawob]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_WOB]), () => input[_WOB].toString()],
|
|
2736
2851
|
[_xasse]: input[_SSE],
|
|
2737
2852
|
[_xasc]: input[_SC],
|
|
2738
2853
|
[_xawrl]: input[_WRL],
|
|
@@ -2741,14 +2856,11 @@ var se_PutObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2741
2856
|
[_xasseckm]: input[_SSECKMD],
|
|
2742
2857
|
[_xasseakki]: input[_SSEKMSKI],
|
|
2743
2858
|
[_xassec]: input[_SSEKMSEC],
|
|
2744
|
-
[_xassebke]: [() => isSerializableHeaderValue(input[_BKE]), () => input[_BKE].toString()],
|
|
2859
|
+
[_xassebke]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BKE]), () => input[_BKE].toString()],
|
|
2745
2860
|
[_xarp]: input[_RP],
|
|
2746
2861
|
[_xat]: input[_T],
|
|
2747
2862
|
[_xaolm]: input[_OLM],
|
|
2748
|
-
[_xaolrud]: [
|
|
2749
|
-
() => isSerializableHeaderValue(input[_OLRUD]),
|
|
2750
|
-
() => (input[_OLRUD].toISOString().split(".")[0] + "Z").toString()
|
|
2751
|
-
],
|
|
2863
|
+
[_xaolrud]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OLRUD]), () => (0, import_smithy_client.serializeDateTime)(input[_OLRUD]).toString()],
|
|
2752
2864
|
[_xaollh]: input[_OLLHS],
|
|
2753
2865
|
[_xaebo]: input[_EBO],
|
|
2754
2866
|
...input.Metadata !== void 0 && Object.keys(input.Metadata).reduce((acc, suffix) => {
|
|
@@ -2772,8 +2884,8 @@ var se_PutObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2772
2884
|
return b.build();
|
|
2773
2885
|
}, "se_PutObjectCommand");
|
|
2774
2886
|
var se_PutObjectAclCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2775
|
-
const b = (0,
|
|
2776
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2887
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2888
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2777
2889
|
"content-type": "application/xml",
|
|
2778
2890
|
[_xaa]: input[_ACL],
|
|
2779
2891
|
[_cm]: input[_CMD],
|
|
@@ -2805,8 +2917,8 @@ var se_PutObjectAclCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2805
2917
|
return b.build();
|
|
2806
2918
|
}, "se_PutObjectAclCommand");
|
|
2807
2919
|
var se_PutObjectLegalHoldCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2808
|
-
const b = (0,
|
|
2809
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2920
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2921
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2810
2922
|
"content-type": "application/xml",
|
|
2811
2923
|
[_xarp]: input[_RP],
|
|
2812
2924
|
[_cm]: input[_CMD],
|
|
@@ -2833,8 +2945,8 @@ var se_PutObjectLegalHoldCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2833
2945
|
return b.build();
|
|
2834
2946
|
}, "se_PutObjectLegalHoldCommand");
|
|
2835
2947
|
var se_PutObjectLockConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2836
|
-
const b = (0,
|
|
2837
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2948
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2949
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2838
2950
|
"content-type": "application/xml",
|
|
2839
2951
|
[_xarp]: input[_RP],
|
|
2840
2952
|
[_xabolt]: input[_To],
|
|
@@ -2859,11 +2971,11 @@ var se_PutObjectLockConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2859
2971
|
return b.build();
|
|
2860
2972
|
}, "se_PutObjectLockConfigurationCommand");
|
|
2861
2973
|
var se_PutObjectRetentionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2862
|
-
const b = (0,
|
|
2863
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
2974
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
2975
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2864
2976
|
"content-type": "application/xml",
|
|
2865
2977
|
[_xarp]: input[_RP],
|
|
2866
|
-
[_xabgr]: [() => isSerializableHeaderValue(input[_BGR]), () => input[_BGR].toString()],
|
|
2978
|
+
[_xabgr]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BGR]), () => input[_BGR].toString()],
|
|
2867
2979
|
[_cm]: input[_CMD],
|
|
2868
2980
|
[_xasca]: input[_CA],
|
|
2869
2981
|
[_xaebo]: input[_EBO]
|
|
@@ -2888,8 +3000,8 @@ var se_PutObjectRetentionCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2888
3000
|
return b.build();
|
|
2889
3001
|
}, "se_PutObjectRetentionCommand");
|
|
2890
3002
|
var se_PutObjectTaggingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2891
|
-
const b = (0,
|
|
2892
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3003
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
3004
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2893
3005
|
"content-type": "application/xml",
|
|
2894
3006
|
[_cm]: input[_CMD],
|
|
2895
3007
|
[_xasca]: input[_CA],
|
|
@@ -2915,8 +3027,8 @@ var se_PutObjectTaggingCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2915
3027
|
return b.build();
|
|
2916
3028
|
}, "se_PutObjectTaggingCommand");
|
|
2917
3029
|
var se_PutPublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2918
|
-
const b = (0,
|
|
2919
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3030
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
3031
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2920
3032
|
"content-type": "application/xml",
|
|
2921
3033
|
[_cm]: input[_CMD],
|
|
2922
3034
|
[_xasca]: input[_CA],
|
|
@@ -2939,8 +3051,8 @@ var se_PutPublicAccessBlockCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2939
3051
|
return b.build();
|
|
2940
3052
|
}, "se_PutPublicAccessBlockCommand");
|
|
2941
3053
|
var se_RestoreObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2942
|
-
const b = (0,
|
|
2943
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3054
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
3055
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2944
3056
|
"content-type": "application/xml",
|
|
2945
3057
|
[_xarp]: input[_RP],
|
|
2946
3058
|
[_xasca]: input[_CA],
|
|
@@ -2951,7 +3063,6 @@ var se_RestoreObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2951
3063
|
b.p("Key", () => input.Key, "{Key+}", true);
|
|
2952
3064
|
const query = (0, import_smithy_client.map)({
|
|
2953
3065
|
[_res]: [, ""],
|
|
2954
|
-
[_xi]: [, "RestoreObject"],
|
|
2955
3066
|
[_vI]: [, input[_VI]]
|
|
2956
3067
|
});
|
|
2957
3068
|
let body;
|
|
@@ -2966,8 +3077,8 @@ var se_RestoreObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2966
3077
|
return b.build();
|
|
2967
3078
|
}, "se_RestoreObjectCommand");
|
|
2968
3079
|
var se_SelectObjectContentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2969
|
-
const b = (0,
|
|
2970
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3080
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
3081
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
2971
3082
|
"content-type": "application/xml",
|
|
2972
3083
|
[_xasseca]: input[_SSECA],
|
|
2973
3084
|
[_xasseck]: input[_SSECK],
|
|
@@ -2979,8 +3090,7 @@ var se_SelectObjectContentCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2979
3090
|
b.p("Key", () => input.Key, "{Key+}", true);
|
|
2980
3091
|
const query = (0, import_smithy_client.map)({
|
|
2981
3092
|
[_se]: [, ""],
|
|
2982
|
-
[_st]: [, "2"]
|
|
2983
|
-
[_xi]: [, "SelectObjectContent"]
|
|
3093
|
+
[_st]: [, "2"]
|
|
2984
3094
|
});
|
|
2985
3095
|
let body;
|
|
2986
3096
|
body = _ve;
|
|
@@ -3005,10 +3115,10 @@ var se_SelectObjectContentCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
3005
3115
|
return b.build();
|
|
3006
3116
|
}, "se_SelectObjectContentCommand");
|
|
3007
3117
|
var se_UploadPartCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3008
|
-
const b = (0,
|
|
3009
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3118
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
3119
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3010
3120
|
"content-type": "application/octet-stream",
|
|
3011
|
-
[_cl_]: [() => isSerializableHeaderValue(input[_CLo]), () => input[_CLo].toString()],
|
|
3121
|
+
[_cl_]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CLo]), () => input[_CLo].toString()],
|
|
3012
3122
|
[_cm]: input[_CMD],
|
|
3013
3123
|
[_xasca]: input[_CA],
|
|
3014
3124
|
[_xacc]: input[_CCRC],
|
|
@@ -3039,13 +3149,13 @@ var se_UploadPartCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3039
3149
|
return b.build();
|
|
3040
3150
|
}, "se_UploadPartCommand");
|
|
3041
3151
|
var se_UploadPartCopyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3042
|
-
const b = (0,
|
|
3043
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3152
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
3153
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3044
3154
|
[_xacs__]: input[_CS],
|
|
3045
3155
|
[_xacsim]: input[_CSIM],
|
|
3046
|
-
[_xacsims]: [() => isSerializableHeaderValue(input[_CSIMS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIMS]).toString()],
|
|
3156
|
+
[_xacsims]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CSIMS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIMS]).toString()],
|
|
3047
3157
|
[_xacsinm]: input[_CSINM],
|
|
3048
|
-
[_xacsius]: [() => isSerializableHeaderValue(input[_CSIUS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIUS]).toString()],
|
|
3158
|
+
[_xacsius]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CSIUS]), () => (0, import_smithy_client.dateToUtcString)(input[_CSIUS]).toString()],
|
|
3049
3159
|
[_xacsr]: input[_CSR],
|
|
3050
3160
|
[_xasseca]: input[_SSECA],
|
|
3051
3161
|
[_xasseck]: input[_SSECK],
|
|
@@ -3070,13 +3180,13 @@ var se_UploadPartCopyCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
3070
3180
|
return b.build();
|
|
3071
3181
|
}, "se_UploadPartCopyCommand");
|
|
3072
3182
|
var se_WriteGetObjectResponseCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3073
|
-
const b = (0,
|
|
3074
|
-
const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
|
|
3183
|
+
const b = (0, import_core2.requestBuilder)(input, context);
|
|
3184
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
3075
3185
|
"x-amz-content-sha256": "UNSIGNED-PAYLOAD",
|
|
3076
3186
|
"content-type": "application/octet-stream",
|
|
3077
3187
|
[_xarr]: input[_RR],
|
|
3078
3188
|
[_xart]: input[_RT],
|
|
3079
|
-
[_xafs]: [() => isSerializableHeaderValue(input[_SCt]), () => input[_SCt].toString()],
|
|
3189
|
+
[_xafs]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_SCt]), () => input[_SCt].toString()],
|
|
3080
3190
|
[_xafec]: input[_EC],
|
|
3081
3191
|
[_xafem]: input[_EM],
|
|
3082
3192
|
[_xafhar]: input[_AR],
|
|
@@ -3084,26 +3194,26 @@ var se_WriteGetObjectResponseCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
3084
3194
|
[_xafhcd]: input[_CD],
|
|
3085
3195
|
[_xafhce]: input[_CE],
|
|
3086
3196
|
[_xafhcl]: input[_CL],
|
|
3087
|
-
[_cl_]: [() => isSerializableHeaderValue(input[_CLo]), () => input[_CLo].toString()],
|
|
3197
|
+
[_cl_]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_CLo]), () => input[_CLo].toString()],
|
|
3088
3198
|
[_xafhcr]: input[_CR],
|
|
3089
3199
|
[_xafhct]: input[_CT],
|
|
3090
3200
|
[_xafhxacc]: input[_CCRC],
|
|
3091
3201
|
[_xafhxacc_]: input[_CCRCC],
|
|
3092
3202
|
[_xafhxacs]: input[_CSHA],
|
|
3093
3203
|
[_xafhxacs_]: input[_CSHAh],
|
|
3094
|
-
[_xafhxadm]: [() => isSerializableHeaderValue(input[_DM]), () => input[_DM].toString()],
|
|
3204
|
+
[_xafhxadm]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_DM]), () => input[_DM].toString()],
|
|
3095
3205
|
[_xafhe]: input[_ETa],
|
|
3096
|
-
[_xafhe_]: [() => isSerializableHeaderValue(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
|
|
3206
|
+
[_xafhe_]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_E]), () => (0, import_smithy_client.dateToUtcString)(input[_E]).toString()],
|
|
3097
3207
|
[_xafhxae]: input[_Exp],
|
|
3098
|
-
[_xafhlm]: [() => isSerializableHeaderValue(input[_LM]), () => (0, import_smithy_client.dateToUtcString)(input[_LM]).toString()],
|
|
3099
|
-
[_xafhxamm]: [() => isSerializableHeaderValue(input[_MM]), () => input[_MM].toString()],
|
|
3208
|
+
[_xafhlm]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_LM]), () => (0, import_smithy_client.dateToUtcString)(input[_LM]).toString()],
|
|
3209
|
+
[_xafhxamm]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_MM]), () => input[_MM].toString()],
|
|
3100
3210
|
[_xafhxaolm]: input[_OLM],
|
|
3101
3211
|
[_xafhxaollh]: input[_OLLHS],
|
|
3102
3212
|
[_xafhxaolrud]: [
|
|
3103
|
-
() => isSerializableHeaderValue(input[_OLRUD]),
|
|
3104
|
-
() => (
|
|
3213
|
+
() => (0, import_smithy_client.isSerializableHeaderValue)(input[_OLRUD]),
|
|
3214
|
+
() => (0, import_smithy_client.serializeDateTime)(input[_OLRUD]).toString()
|
|
3105
3215
|
],
|
|
3106
|
-
[_xafhxampc]: [() => isSerializableHeaderValue(input[_PC]), () => input[_PC].toString()],
|
|
3216
|
+
[_xafhxampc]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_PC]), () => input[_PC].toString()],
|
|
3107
3217
|
[_xafhxars]: input[_RS],
|
|
3108
3218
|
[_xafhxarc]: input[_RC],
|
|
3109
3219
|
[_xafhxar]: input[_Re],
|
|
@@ -3112,18 +3222,15 @@ var se_WriteGetObjectResponseCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
3112
3222
|
[_xafhxasseakki]: input[_SSEKMSKI],
|
|
3113
3223
|
[_xafhxasseckm]: input[_SSECKMD],
|
|
3114
3224
|
[_xafhxasc]: input[_SC],
|
|
3115
|
-
[_xafhxatc]: [() => isSerializableHeaderValue(input[_TC]), () => input[_TC].toString()],
|
|
3225
|
+
[_xafhxatc]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_TC]), () => input[_TC].toString()],
|
|
3116
3226
|
[_xafhxavi]: input[_VI],
|
|
3117
|
-
[_xafhxassebke]: [() => isSerializableHeaderValue(input[_BKE]), () => input[_BKE].toString()],
|
|
3227
|
+
[_xafhxassebke]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_BKE]), () => input[_BKE].toString()],
|
|
3118
3228
|
...input.Metadata !== void 0 && Object.keys(input.Metadata).reduce((acc, suffix) => {
|
|
3119
3229
|
acc[`x-amz-meta-${suffix.toLowerCase()}`] = input.Metadata[suffix];
|
|
3120
3230
|
return acc;
|
|
3121
3231
|
}, {})
|
|
3122
3232
|
});
|
|
3123
3233
|
b.bp("/WriteGetObjectResponse");
|
|
3124
|
-
const query = (0, import_smithy_client.map)({
|
|
3125
|
-
[_xi]: [, "WriteGetObjectResponse"]
|
|
3126
|
-
});
|
|
3127
3234
|
let body;
|
|
3128
3235
|
let contents;
|
|
3129
3236
|
if (input.Body !== void 0) {
|
|
@@ -3142,7 +3249,7 @@ var se_WriteGetObjectResponseCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
3142
3249
|
}
|
|
3143
3250
|
}
|
|
3144
3251
|
b.hn(resolvedHostname);
|
|
3145
|
-
b.m("POST").h(headers).
|
|
3252
|
+
b.m("POST").h(headers).b(body);
|
|
3146
3253
|
return b.build();
|
|
3147
3254
|
}, "se_WriteGetObjectResponseCommand");
|
|
3148
3255
|
var de_AbortMultipartUploadCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
@@ -3169,7 +3276,7 @@ var de_CompleteMultipartUploadCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
3169
3276
|
[_BKE]: [() => void 0 !== output.headers[_xassebke], () => (0, import_smithy_client.parseBoolean)(output.headers[_xassebke])],
|
|
3170
3277
|
[_RC]: [, output.headers[_xarc]]
|
|
3171
3278
|
});
|
|
3172
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
3279
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3173
3280
|
if (data[_B] != null) {
|
|
3174
3281
|
contents[_B] = (0, import_smithy_client.expectString)(data[_B]);
|
|
3175
3282
|
}
|
|
@@ -3213,7 +3320,7 @@ var de_CopyObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3213
3320
|
[_BKE]: [() => void 0 !== output.headers[_xassebke], () => (0, import_smithy_client.parseBoolean)(output.headers[_xassebke])],
|
|
3214
3321
|
[_RC]: [, output.headers[_xarc]]
|
|
3215
3322
|
});
|
|
3216
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
3323
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
3217
3324
|
contents.CopyObjectResult = de_CopyObjectResult(data, context);
|
|
3218
3325
|
return contents;
|
|
3219
3326
|
}, "de_CopyObjectCommand");
|
|
@@ -3228,6 +3335,16 @@ var de_CreateBucketCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3228
3335
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3229
3336
|
return contents;
|
|
3230
3337
|
}, "de_CreateBucketCommand");
|
|
3338
|
+
var de_CreateBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3339
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3340
|
+
return de_CommandError(output, context);
|
|
3341
|
+
}
|
|
3342
|
+
const contents = (0, import_smithy_client.map)({
|
|
3343
|
+
$metadata: deserializeMetadata(output)
|
|
3344
|
+
});
|
|
3345
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3346
|
+
return contents;
|
|
3347
|
+
}, "de_CreateBucketMetadataTableConfigurationCommand");
|
|
3231
3348
|
var de_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3232
3349
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3233
3350
|
return de_CommandError(output, context);
|
|
@@ -3248,7 +3365,7 @@ var de_CreateMultipartUploadCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3248
3365
|
[_RC]: [, output.headers[_xarc]],
|
|
3249
3366
|
[_CA]: [, output.headers[_xaca]]
|
|
3250
3367
|
});
|
|
3251
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
3368
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3252
3369
|
if (data[_B] != null) {
|
|
3253
3370
|
contents[_B] = (0, import_smithy_client.expectString)(data[_B]);
|
|
3254
3371
|
}
|
|
@@ -3265,9 +3382,13 @@ var de_CreateSessionCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3265
3382
|
return de_CommandError(output, context);
|
|
3266
3383
|
}
|
|
3267
3384
|
const contents = (0, import_smithy_client.map)({
|
|
3268
|
-
$metadata: deserializeMetadata(output)
|
|
3385
|
+
$metadata: deserializeMetadata(output),
|
|
3386
|
+
[_SSE]: [, output.headers[_xasse]],
|
|
3387
|
+
[_SSEKMSKI]: [, output.headers[_xasseakki]],
|
|
3388
|
+
[_SSEKMSEC]: [, output.headers[_xassec]],
|
|
3389
|
+
[_BKE]: [() => void 0 !== output.headers[_xassebke], () => (0, import_smithy_client.parseBoolean)(output.headers[_xassebke])]
|
|
3269
3390
|
});
|
|
3270
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
3391
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3271
3392
|
if (data[_C] != null) {
|
|
3272
3393
|
contents[_C] = de_SessionCredentials(data[_C], context);
|
|
3273
3394
|
}
|
|
@@ -3343,6 +3464,16 @@ var de_DeleteBucketLifecycleCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3343
3464
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3344
3465
|
return contents;
|
|
3345
3466
|
}, "de_DeleteBucketLifecycleCommand");
|
|
3467
|
+
var de_DeleteBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3468
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
3469
|
+
return de_CommandError(output, context);
|
|
3470
|
+
}
|
|
3471
|
+
const contents = (0, import_smithy_client.map)({
|
|
3472
|
+
$metadata: deserializeMetadata(output)
|
|
3473
|
+
});
|
|
3474
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3475
|
+
return contents;
|
|
3476
|
+
}, "de_DeleteBucketMetadataTableConfigurationCommand");
|
|
3346
3477
|
var de_DeleteBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3347
3478
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
3348
3479
|
return de_CommandError(output, context);
|
|
@@ -3424,7 +3555,7 @@ var de_DeleteObjectsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3424
3555
|
$metadata: deserializeMetadata(output),
|
|
3425
3556
|
[_RC]: [, output.headers[_xarc]]
|
|
3426
3557
|
});
|
|
3427
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
3558
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3428
3559
|
if (data.Deleted === "") {
|
|
3429
3560
|
contents[_De] = [];
|
|
3430
3561
|
} else if (data[_De] != null) {
|
|
@@ -3466,7 +3597,7 @@ var de_GetBucketAccelerateConfigurationCommand = /* @__PURE__ */ __name(async (o
|
|
|
3466
3597
|
$metadata: deserializeMetadata(output),
|
|
3467
3598
|
[_RC]: [, output.headers[_xarc]]
|
|
3468
3599
|
});
|
|
3469
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
3600
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3470
3601
|
if (data[_S] != null) {
|
|
3471
3602
|
contents[_S] = (0, import_smithy_client.expectString)(data[_S]);
|
|
3472
3603
|
}
|
|
@@ -3479,7 +3610,7 @@ var de_GetBucketAclCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3479
3610
|
const contents = (0, import_smithy_client.map)({
|
|
3480
3611
|
$metadata: deserializeMetadata(output)
|
|
3481
3612
|
});
|
|
3482
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
3613
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3483
3614
|
if (data.AccessControlList === "") {
|
|
3484
3615
|
contents[_Gr] = [];
|
|
3485
3616
|
} else if (data[_ACLc] != null && data[_ACLc][_G] != null) {
|
|
@@ -3497,7 +3628,7 @@ var de_GetBucketAnalyticsConfigurationCommand = /* @__PURE__ */ __name(async (ou
|
|
|
3497
3628
|
const contents = (0, import_smithy_client.map)({
|
|
3498
3629
|
$metadata: deserializeMetadata(output)
|
|
3499
3630
|
});
|
|
3500
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
3631
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
3501
3632
|
contents.AnalyticsConfiguration = de_AnalyticsConfiguration(data, context);
|
|
3502
3633
|
return contents;
|
|
3503
3634
|
}, "de_GetBucketAnalyticsConfigurationCommand");
|
|
@@ -3508,7 +3639,7 @@ var de_GetBucketCorsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3508
3639
|
const contents = (0, import_smithy_client.map)({
|
|
3509
3640
|
$metadata: deserializeMetadata(output)
|
|
3510
3641
|
});
|
|
3511
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
3642
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3512
3643
|
if (data.CORSRule === "") {
|
|
3513
3644
|
contents[_CORSRu] = [];
|
|
3514
3645
|
} else if (data[_CORSR] != null) {
|
|
@@ -3523,7 +3654,7 @@ var de_GetBucketEncryptionCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
3523
3654
|
const contents = (0, import_smithy_client.map)({
|
|
3524
3655
|
$metadata: deserializeMetadata(output)
|
|
3525
3656
|
});
|
|
3526
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
3657
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
3527
3658
|
contents.ServerSideEncryptionConfiguration = de_ServerSideEncryptionConfiguration(data, context);
|
|
3528
3659
|
return contents;
|
|
3529
3660
|
}, "de_GetBucketEncryptionCommand");
|
|
@@ -3534,7 +3665,7 @@ var de_GetBucketIntelligentTieringConfigurationCommand = /* @__PURE__ */ __name(
|
|
|
3534
3665
|
const contents = (0, import_smithy_client.map)({
|
|
3535
3666
|
$metadata: deserializeMetadata(output)
|
|
3536
3667
|
});
|
|
3537
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
3668
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
3538
3669
|
contents.IntelligentTieringConfiguration = de_IntelligentTieringConfiguration(data, context);
|
|
3539
3670
|
return contents;
|
|
3540
3671
|
}, "de_GetBucketIntelligentTieringConfigurationCommand");
|
|
@@ -3545,7 +3676,7 @@ var de_GetBucketInventoryConfigurationCommand = /* @__PURE__ */ __name(async (ou
|
|
|
3545
3676
|
const contents = (0, import_smithy_client.map)({
|
|
3546
3677
|
$metadata: deserializeMetadata(output)
|
|
3547
3678
|
});
|
|
3548
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
3679
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
3549
3680
|
contents.InventoryConfiguration = de_InventoryConfiguration(data, context);
|
|
3550
3681
|
return contents;
|
|
3551
3682
|
}, "de_GetBucketInventoryConfigurationCommand");
|
|
@@ -3554,9 +3685,10 @@ var de_GetBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (ou
|
|
|
3554
3685
|
return de_CommandError(output, context);
|
|
3555
3686
|
}
|
|
3556
3687
|
const contents = (0, import_smithy_client.map)({
|
|
3557
|
-
$metadata: deserializeMetadata(output)
|
|
3688
|
+
$metadata: deserializeMetadata(output),
|
|
3689
|
+
[_TDMOS]: [, output.headers[_xatdmos]]
|
|
3558
3690
|
});
|
|
3559
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
3691
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3560
3692
|
if (data.Rule === "") {
|
|
3561
3693
|
contents[_Rul] = [];
|
|
3562
3694
|
} else if (data[_Ru] != null) {
|
|
@@ -3571,7 +3703,7 @@ var de_GetBucketLocationCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3571
3703
|
const contents = (0, import_smithy_client.map)({
|
|
3572
3704
|
$metadata: deserializeMetadata(output)
|
|
3573
3705
|
});
|
|
3574
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
3706
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3575
3707
|
if (data[_LC] != null) {
|
|
3576
3708
|
contents[_LC] = (0, import_smithy_client.expectString)(data[_LC]);
|
|
3577
3709
|
}
|
|
@@ -3584,12 +3716,23 @@ var de_GetBucketLoggingCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3584
3716
|
const contents = (0, import_smithy_client.map)({
|
|
3585
3717
|
$metadata: deserializeMetadata(output)
|
|
3586
3718
|
});
|
|
3587
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
3719
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3588
3720
|
if (data[_LE] != null) {
|
|
3589
3721
|
contents[_LE] = de_LoggingEnabled(data[_LE], context);
|
|
3590
3722
|
}
|
|
3591
3723
|
return contents;
|
|
3592
3724
|
}, "de_GetBucketLoggingCommand");
|
|
3725
|
+
var de_GetBucketMetadataTableConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3726
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3727
|
+
return de_CommandError(output, context);
|
|
3728
|
+
}
|
|
3729
|
+
const contents = (0, import_smithy_client.map)({
|
|
3730
|
+
$metadata: deserializeMetadata(output)
|
|
3731
|
+
});
|
|
3732
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
3733
|
+
contents.GetBucketMetadataTableConfigurationResult = de_GetBucketMetadataTableConfigurationResult(data, context);
|
|
3734
|
+
return contents;
|
|
3735
|
+
}, "de_GetBucketMetadataTableConfigurationCommand");
|
|
3593
3736
|
var de_GetBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3594
3737
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3595
3738
|
return de_CommandError(output, context);
|
|
@@ -3597,7 +3740,7 @@ var de_GetBucketMetricsConfigurationCommand = /* @__PURE__ */ __name(async (outp
|
|
|
3597
3740
|
const contents = (0, import_smithy_client.map)({
|
|
3598
3741
|
$metadata: deserializeMetadata(output)
|
|
3599
3742
|
});
|
|
3600
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
3743
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
3601
3744
|
contents.MetricsConfiguration = de_MetricsConfiguration(data, context);
|
|
3602
3745
|
return contents;
|
|
3603
3746
|
}, "de_GetBucketMetricsConfigurationCommand");
|
|
@@ -3608,7 +3751,7 @@ var de_GetBucketNotificationConfigurationCommand = /* @__PURE__ */ __name(async
|
|
|
3608
3751
|
const contents = (0, import_smithy_client.map)({
|
|
3609
3752
|
$metadata: deserializeMetadata(output)
|
|
3610
3753
|
});
|
|
3611
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
3754
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3612
3755
|
if (data[_EBC] != null) {
|
|
3613
3756
|
contents[_EBC] = de_EventBridgeConfiguration(data[_EBC], context);
|
|
3614
3757
|
}
|
|
@@ -3636,7 +3779,7 @@ var de_GetBucketOwnershipControlsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3636
3779
|
const contents = (0, import_smithy_client.map)({
|
|
3637
3780
|
$metadata: deserializeMetadata(output)
|
|
3638
3781
|
});
|
|
3639
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
3782
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
3640
3783
|
contents.OwnershipControls = de_OwnershipControls(data, context);
|
|
3641
3784
|
return contents;
|
|
3642
3785
|
}, "de_GetBucketOwnershipControlsCommand");
|
|
@@ -3658,7 +3801,7 @@ var de_GetBucketPolicyStatusCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3658
3801
|
const contents = (0, import_smithy_client.map)({
|
|
3659
3802
|
$metadata: deserializeMetadata(output)
|
|
3660
3803
|
});
|
|
3661
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
3804
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
3662
3805
|
contents.PolicyStatus = de_PolicyStatus(data, context);
|
|
3663
3806
|
return contents;
|
|
3664
3807
|
}, "de_GetBucketPolicyStatusCommand");
|
|
@@ -3669,7 +3812,7 @@ var de_GetBucketReplicationCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3669
3812
|
const contents = (0, import_smithy_client.map)({
|
|
3670
3813
|
$metadata: deserializeMetadata(output)
|
|
3671
3814
|
});
|
|
3672
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
3815
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
3673
3816
|
contents.ReplicationConfiguration = de_ReplicationConfiguration(data, context);
|
|
3674
3817
|
return contents;
|
|
3675
3818
|
}, "de_GetBucketReplicationCommand");
|
|
@@ -3680,7 +3823,7 @@ var de_GetBucketRequestPaymentCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
3680
3823
|
const contents = (0, import_smithy_client.map)({
|
|
3681
3824
|
$metadata: deserializeMetadata(output)
|
|
3682
3825
|
});
|
|
3683
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
3826
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3684
3827
|
if (data[_Pa] != null) {
|
|
3685
3828
|
contents[_Pa] = (0, import_smithy_client.expectString)(data[_Pa]);
|
|
3686
3829
|
}
|
|
@@ -3693,7 +3836,7 @@ var de_GetBucketTaggingCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3693
3836
|
const contents = (0, import_smithy_client.map)({
|
|
3694
3837
|
$metadata: deserializeMetadata(output)
|
|
3695
3838
|
});
|
|
3696
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
3839
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3697
3840
|
if (data.TagSet === "") {
|
|
3698
3841
|
contents[_TS] = [];
|
|
3699
3842
|
} else if (data[_TS] != null && data[_TS][_Ta] != null) {
|
|
@@ -3708,7 +3851,7 @@ var de_GetBucketVersioningCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
3708
3851
|
const contents = (0, import_smithy_client.map)({
|
|
3709
3852
|
$metadata: deserializeMetadata(output)
|
|
3710
3853
|
});
|
|
3711
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
3854
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3712
3855
|
if (data[_MDf] != null) {
|
|
3713
3856
|
contents[_MFAD] = (0, import_smithy_client.expectString)(data[_MDf]);
|
|
3714
3857
|
}
|
|
@@ -3724,7 +3867,7 @@ var de_GetBucketWebsiteCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3724
3867
|
const contents = (0, import_smithy_client.map)({
|
|
3725
3868
|
$metadata: deserializeMetadata(output)
|
|
3726
3869
|
});
|
|
3727
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
3870
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3728
3871
|
if (data[_ED] != null) {
|
|
3729
3872
|
contents[_ED] = de_ErrorDocument(data[_ED], context);
|
|
3730
3873
|
}
|
|
@@ -3806,7 +3949,7 @@ var de_GetObjectAclCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3806
3949
|
$metadata: deserializeMetadata(output),
|
|
3807
3950
|
[_RC]: [, output.headers[_xarc]]
|
|
3808
3951
|
});
|
|
3809
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
3952
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3810
3953
|
if (data.AccessControlList === "") {
|
|
3811
3954
|
contents[_Gr] = [];
|
|
3812
3955
|
} else if (data[_ACLc] != null && data[_ACLc][_G] != null) {
|
|
@@ -3828,7 +3971,7 @@ var de_GetObjectAttributesCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
3828
3971
|
[_VI]: [, output.headers[_xavi]],
|
|
3829
3972
|
[_RC]: [, output.headers[_xarc]]
|
|
3830
3973
|
});
|
|
3831
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
3974
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3832
3975
|
if (data[_Ch] != null) {
|
|
3833
3976
|
contents[_Ch] = de_Checksum(data[_Ch], context);
|
|
3834
3977
|
}
|
|
@@ -3853,7 +3996,7 @@ var de_GetObjectLegalHoldCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3853
3996
|
const contents = (0, import_smithy_client.map)({
|
|
3854
3997
|
$metadata: deserializeMetadata(output)
|
|
3855
3998
|
});
|
|
3856
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
3999
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
3857
4000
|
contents.LegalHold = de_ObjectLockLegalHold(data, context);
|
|
3858
4001
|
return contents;
|
|
3859
4002
|
}, "de_GetObjectLegalHoldCommand");
|
|
@@ -3864,7 +4007,7 @@ var de_GetObjectLockConfigurationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3864
4007
|
const contents = (0, import_smithy_client.map)({
|
|
3865
4008
|
$metadata: deserializeMetadata(output)
|
|
3866
4009
|
});
|
|
3867
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
4010
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
3868
4011
|
contents.ObjectLockConfiguration = de_ObjectLockConfiguration(data, context);
|
|
3869
4012
|
return contents;
|
|
3870
4013
|
}, "de_GetObjectLockConfigurationCommand");
|
|
@@ -3875,7 +4018,7 @@ var de_GetObjectRetentionCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3875
4018
|
const contents = (0, import_smithy_client.map)({
|
|
3876
4019
|
$metadata: deserializeMetadata(output)
|
|
3877
4020
|
});
|
|
3878
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
4021
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
3879
4022
|
contents.Retention = de_ObjectLockRetention(data, context);
|
|
3880
4023
|
return contents;
|
|
3881
4024
|
}, "de_GetObjectRetentionCommand");
|
|
@@ -3887,7 +4030,7 @@ var de_GetObjectTaggingCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3887
4030
|
$metadata: deserializeMetadata(output),
|
|
3888
4031
|
[_VI]: [, output.headers[_xavi]]
|
|
3889
4032
|
});
|
|
3890
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
4033
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3891
4034
|
if (data.TagSet === "") {
|
|
3892
4035
|
contents[_TS] = [];
|
|
3893
4036
|
} else if (data[_TS] != null && data[_TS][_Ta] != null) {
|
|
@@ -3915,7 +4058,7 @@ var de_GetPublicAccessBlockCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3915
4058
|
const contents = (0, import_smithy_client.map)({
|
|
3916
4059
|
$metadata: deserializeMetadata(output)
|
|
3917
4060
|
});
|
|
3918
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
4061
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
3919
4062
|
contents.PublicAccessBlockConfiguration = de_PublicAccessBlockConfiguration(data, context);
|
|
3920
4063
|
return contents;
|
|
3921
4064
|
}, "de_GetPublicAccessBlockCommand");
|
|
@@ -3994,7 +4137,7 @@ var de_ListBucketAnalyticsConfigurationsCommand = /* @__PURE__ */ __name(async (
|
|
|
3994
4137
|
const contents = (0, import_smithy_client.map)({
|
|
3995
4138
|
$metadata: deserializeMetadata(output)
|
|
3996
4139
|
});
|
|
3997
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
4140
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
3998
4141
|
if (data.AnalyticsConfiguration === "") {
|
|
3999
4142
|
contents[_ACLn] = [];
|
|
4000
4143
|
} else if (data[_AC] != null) {
|
|
@@ -4018,7 +4161,7 @@ var de_ListBucketIntelligentTieringConfigurationsCommand = /* @__PURE__ */ __nam
|
|
|
4018
4161
|
const contents = (0, import_smithy_client.map)({
|
|
4019
4162
|
$metadata: deserializeMetadata(output)
|
|
4020
4163
|
});
|
|
4021
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
4164
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
4022
4165
|
if (data[_CTo] != null) {
|
|
4023
4166
|
contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
|
|
4024
4167
|
}
|
|
@@ -4042,7 +4185,7 @@ var de_ListBucketInventoryConfigurationsCommand = /* @__PURE__ */ __name(async (
|
|
|
4042
4185
|
const contents = (0, import_smithy_client.map)({
|
|
4043
4186
|
$metadata: deserializeMetadata(output)
|
|
4044
4187
|
});
|
|
4045
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
4188
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
4046
4189
|
if (data[_CTo] != null) {
|
|
4047
4190
|
contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
|
|
4048
4191
|
}
|
|
@@ -4066,7 +4209,7 @@ var de_ListBucketMetricsConfigurationsCommand = /* @__PURE__ */ __name(async (ou
|
|
|
4066
4209
|
const contents = (0, import_smithy_client.map)({
|
|
4067
4210
|
$metadata: deserializeMetadata(output)
|
|
4068
4211
|
});
|
|
4069
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
4212
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
4070
4213
|
if (data[_CTo] != null) {
|
|
4071
4214
|
contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
|
|
4072
4215
|
}
|
|
@@ -4090,15 +4233,21 @@ var de_ListBucketsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4090
4233
|
const contents = (0, import_smithy_client.map)({
|
|
4091
4234
|
$metadata: deserializeMetadata(output)
|
|
4092
4235
|
});
|
|
4093
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
4236
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
4094
4237
|
if (data.Buckets === "") {
|
|
4095
4238
|
contents[_Bu] = [];
|
|
4096
4239
|
} else if (data[_Bu] != null && data[_Bu][_B] != null) {
|
|
4097
4240
|
contents[_Bu] = de_Buckets((0, import_smithy_client.getArrayIfSingleItem)(data[_Bu][_B]), context);
|
|
4098
4241
|
}
|
|
4242
|
+
if (data[_CTo] != null) {
|
|
4243
|
+
contents[_CTo] = (0, import_smithy_client.expectString)(data[_CTo]);
|
|
4244
|
+
}
|
|
4099
4245
|
if (data[_O] != null) {
|
|
4100
4246
|
contents[_O] = de_Owner(data[_O], context);
|
|
4101
4247
|
}
|
|
4248
|
+
if (data[_P] != null) {
|
|
4249
|
+
contents[_P] = (0, import_smithy_client.expectString)(data[_P]);
|
|
4250
|
+
}
|
|
4102
4251
|
return contents;
|
|
4103
4252
|
}, "de_ListBucketsCommand");
|
|
4104
4253
|
var de_ListDirectoryBucketsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
@@ -4108,7 +4257,7 @@ var de_ListDirectoryBucketsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
4108
4257
|
const contents = (0, import_smithy_client.map)({
|
|
4109
4258
|
$metadata: deserializeMetadata(output)
|
|
4110
4259
|
});
|
|
4111
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
4260
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
4112
4261
|
if (data.Buckets === "") {
|
|
4113
4262
|
contents[_Bu] = [];
|
|
4114
4263
|
} else if (data[_Bu] != null && data[_Bu][_B] != null) {
|
|
@@ -4127,7 +4276,7 @@ var de_ListMultipartUploadsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
4127
4276
|
$metadata: deserializeMetadata(output),
|
|
4128
4277
|
[_RC]: [, output.headers[_xarc]]
|
|
4129
4278
|
});
|
|
4130
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
4279
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
4131
4280
|
if (data[_B] != null) {
|
|
4132
4281
|
contents[_B] = (0, import_smithy_client.expectString)(data[_B]);
|
|
4133
4282
|
}
|
|
@@ -4178,7 +4327,7 @@ var de_ListObjectsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4178
4327
|
$metadata: deserializeMetadata(output),
|
|
4179
4328
|
[_RC]: [, output.headers[_xarc]]
|
|
4180
4329
|
});
|
|
4181
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
4330
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
4182
4331
|
if (data.CommonPrefixes === "") {
|
|
4183
4332
|
contents[_CP] = [];
|
|
4184
4333
|
} else if (data[_CP] != null) {
|
|
@@ -4223,7 +4372,7 @@ var de_ListObjectsV2Command = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4223
4372
|
$metadata: deserializeMetadata(output),
|
|
4224
4373
|
[_RC]: [, output.headers[_xarc]]
|
|
4225
4374
|
});
|
|
4226
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
4375
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
4227
4376
|
if (data.CommonPrefixes === "") {
|
|
4228
4377
|
contents[_CP] = [];
|
|
4229
4378
|
} else if (data[_CP] != null) {
|
|
@@ -4274,7 +4423,7 @@ var de_ListObjectVersionsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
4274
4423
|
$metadata: deserializeMetadata(output),
|
|
4275
4424
|
[_RC]: [, output.headers[_xarc]]
|
|
4276
4425
|
});
|
|
4277
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
4426
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
4278
4427
|
if (data.CommonPrefixes === "") {
|
|
4279
4428
|
contents[_CP] = [];
|
|
4280
4429
|
} else if (data[_CP] != null) {
|
|
@@ -4335,7 +4484,7 @@ var de_ListPartsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4335
4484
|
[_ARI]: [, output.headers[_xaari]],
|
|
4336
4485
|
[_RC]: [, output.headers[_xarc]]
|
|
4337
4486
|
});
|
|
4338
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
4487
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context)), "body");
|
|
4339
4488
|
if (data[_B] != null) {
|
|
4340
4489
|
contents[_B] = (0, import_smithy_client.expectString)(data[_B]);
|
|
4341
4490
|
}
|
|
@@ -4451,7 +4600,8 @@ var de_PutBucketLifecycleConfigurationCommand = /* @__PURE__ */ __name(async (ou
|
|
|
4451
4600
|
return de_CommandError(output, context);
|
|
4452
4601
|
}
|
|
4453
4602
|
const contents = (0, import_smithy_client.map)({
|
|
4454
|
-
$metadata: deserializeMetadata(output)
|
|
4603
|
+
$metadata: deserializeMetadata(output),
|
|
4604
|
+
[_TDMOS]: [, output.headers[_xatdmos]]
|
|
4455
4605
|
});
|
|
4456
4606
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4457
4607
|
return contents;
|
|
@@ -4575,6 +4725,7 @@ var de_PutObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4575
4725
|
[_SSEKMSKI]: [, output.headers[_xasseakki]],
|
|
4576
4726
|
[_SSEKMSEC]: [, output.headers[_xassec]],
|
|
4577
4727
|
[_BKE]: [() => void 0 !== output.headers[_xassebke], () => (0, import_smithy_client.parseBoolean)(output.headers[_xassebke])],
|
|
4728
|
+
[_Si]: [() => void 0 !== output.headers[_xaos], () => (0, import_smithy_client.strictParseLong)(output.headers[_xaos])],
|
|
4578
4729
|
[_RC]: [, output.headers[_xarc]]
|
|
4579
4730
|
});
|
|
4580
4731
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
@@ -4703,7 +4854,7 @@ var de_UploadPartCopyCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4703
4854
|
[_BKE]: [() => void 0 !== output.headers[_xassebke], () => (0, import_smithy_client.parseBoolean)(output.headers[_xassebke])],
|
|
4704
4855
|
[_RC]: [, output.headers[_xarc]]
|
|
4705
4856
|
});
|
|
4706
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
4857
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core.parseXmlBody)(output.body, context));
|
|
4707
4858
|
contents.CopyPartResult = de_CopyPartResult(data, context);
|
|
4708
4859
|
return contents;
|
|
4709
4860
|
}, "de_UploadPartCopyCommand");
|
|
@@ -4720,9 +4871,9 @@ var de_WriteGetObjectResponseCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
4720
4871
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
4721
4872
|
const parsedOutput = {
|
|
4722
4873
|
...output,
|
|
4723
|
-
body: await
|
|
4874
|
+
body: await (0, import_core.parseXmlErrorBody)(output.body, context)
|
|
4724
4875
|
};
|
|
4725
|
-
const errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
4876
|
+
const errorCode = (0, import_core.loadRestXmlErrorCode)(output, parsedOutput.body);
|
|
4726
4877
|
switch (errorCode) {
|
|
4727
4878
|
case "NoSuchUpload":
|
|
4728
4879
|
case "com.amazonaws.s3#NoSuchUpload":
|
|
@@ -4748,6 +4899,18 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4748
4899
|
case "NotFound":
|
|
4749
4900
|
case "com.amazonaws.s3#NotFound":
|
|
4750
4901
|
throw await de_NotFoundRes(parsedOutput, context);
|
|
4902
|
+
case "EncryptionTypeMismatch":
|
|
4903
|
+
case "com.amazonaws.s3#EncryptionTypeMismatch":
|
|
4904
|
+
throw await de_EncryptionTypeMismatchRes(parsedOutput, context);
|
|
4905
|
+
case "InvalidRequest":
|
|
4906
|
+
case "com.amazonaws.s3#InvalidRequest":
|
|
4907
|
+
throw await de_InvalidRequestRes(parsedOutput, context);
|
|
4908
|
+
case "InvalidWriteOffset":
|
|
4909
|
+
case "com.amazonaws.s3#InvalidWriteOffset":
|
|
4910
|
+
throw await de_InvalidWriteOffsetRes(parsedOutput, context);
|
|
4911
|
+
case "TooManyParts":
|
|
4912
|
+
case "com.amazonaws.s3#TooManyParts":
|
|
4913
|
+
throw await de_TooManyPartsRes(parsedOutput, context);
|
|
4751
4914
|
case "ObjectAlreadyInActiveTierError":
|
|
4752
4915
|
case "com.amazonaws.s3#ObjectAlreadyInActiveTierError":
|
|
4753
4916
|
throw await de_ObjectAlreadyInActiveTierErrorRes(parsedOutput, context);
|
|
@@ -4779,6 +4942,15 @@ var de_BucketAlreadyOwnedByYouRes = /* @__PURE__ */ __name(async (parsedOutput,
|
|
|
4779
4942
|
});
|
|
4780
4943
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
4781
4944
|
}, "de_BucketAlreadyOwnedByYouRes");
|
|
4945
|
+
var de_EncryptionTypeMismatchRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4946
|
+
const contents = (0, import_smithy_client.map)({});
|
|
4947
|
+
const data = parsedOutput.body;
|
|
4948
|
+
const exception = new EncryptionTypeMismatch({
|
|
4949
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4950
|
+
...contents
|
|
4951
|
+
});
|
|
4952
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
4953
|
+
}, "de_EncryptionTypeMismatchRes");
|
|
4782
4954
|
var de_InvalidObjectStateRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4783
4955
|
const contents = (0, import_smithy_client.map)({});
|
|
4784
4956
|
const data = parsedOutput.body;
|
|
@@ -4794,6 +4966,24 @@ var de_InvalidObjectStateRes = /* @__PURE__ */ __name(async (parsedOutput, conte
|
|
|
4794
4966
|
});
|
|
4795
4967
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
4796
4968
|
}, "de_InvalidObjectStateRes");
|
|
4969
|
+
var de_InvalidRequestRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4970
|
+
const contents = (0, import_smithy_client.map)({});
|
|
4971
|
+
const data = parsedOutput.body;
|
|
4972
|
+
const exception = new InvalidRequest({
|
|
4973
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4974
|
+
...contents
|
|
4975
|
+
});
|
|
4976
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
4977
|
+
}, "de_InvalidRequestRes");
|
|
4978
|
+
var de_InvalidWriteOffsetRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4979
|
+
const contents = (0, import_smithy_client.map)({});
|
|
4980
|
+
const data = parsedOutput.body;
|
|
4981
|
+
const exception = new InvalidWriteOffset({
|
|
4982
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4983
|
+
...contents
|
|
4984
|
+
});
|
|
4985
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
4986
|
+
}, "de_InvalidWriteOffsetRes");
|
|
4797
4987
|
var de_NoSuchBucketRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4798
4988
|
const contents = (0, import_smithy_client.map)({});
|
|
4799
4989
|
const data = parsedOutput.body;
|
|
@@ -4848,6 +5038,15 @@ var de_ObjectNotInActiveTierErrorRes = /* @__PURE__ */ __name(async (parsedOutpu
|
|
|
4848
5038
|
});
|
|
4849
5039
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
4850
5040
|
}, "de_ObjectNotInActiveTierErrorRes");
|
|
5041
|
+
var de_TooManyPartsRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
5042
|
+
const contents = (0, import_smithy_client.map)({});
|
|
5043
|
+
const data = parsedOutput.body;
|
|
5044
|
+
const exception = new TooManyParts({
|
|
5045
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
5046
|
+
...contents
|
|
5047
|
+
});
|
|
5048
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
5049
|
+
}, "de_TooManyPartsRes");
|
|
4851
5050
|
var de_SelectObjectContentEventStream = /* @__PURE__ */ __name((output, context) => {
|
|
4852
5051
|
return context.eventStreamMarshaller.deserialize(output, async (event) => {
|
|
4853
5052
|
if (event["Records"] != null) {
|
|
@@ -4880,19 +5079,19 @@ var de_SelectObjectContentEventStream = /* @__PURE__ */ __name((output, context)
|
|
|
4880
5079
|
}, "de_SelectObjectContentEventStream");
|
|
4881
5080
|
var de_ContinuationEvent_event = /* @__PURE__ */ __name(async (output, context) => {
|
|
4882
5081
|
const contents = {};
|
|
4883
|
-
const data = await
|
|
5082
|
+
const data = await (0, import_core.parseXmlBody)(output.body, context);
|
|
4884
5083
|
Object.assign(contents, de_ContinuationEvent(data, context));
|
|
4885
5084
|
return contents;
|
|
4886
5085
|
}, "de_ContinuationEvent_event");
|
|
4887
5086
|
var de_EndEvent_event = /* @__PURE__ */ __name(async (output, context) => {
|
|
4888
5087
|
const contents = {};
|
|
4889
|
-
const data = await
|
|
5088
|
+
const data = await (0, import_core.parseXmlBody)(output.body, context);
|
|
4890
5089
|
Object.assign(contents, de_EndEvent(data, context));
|
|
4891
5090
|
return contents;
|
|
4892
5091
|
}, "de_EndEvent_event");
|
|
4893
5092
|
var de_ProgressEvent_event = /* @__PURE__ */ __name(async (output, context) => {
|
|
4894
5093
|
const contents = {};
|
|
4895
|
-
const data = await
|
|
5094
|
+
const data = await (0, import_core.parseXmlBody)(output.body, context);
|
|
4896
5095
|
contents.Details = de_Progress(data, context);
|
|
4897
5096
|
return contents;
|
|
4898
5097
|
}, "de_ProgressEvent_event");
|
|
@@ -4903,7 +5102,7 @@ var de_RecordsEvent_event = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4903
5102
|
}, "de_RecordsEvent_event");
|
|
4904
5103
|
var de_StatsEvent_event = /* @__PURE__ */ __name(async (output, context) => {
|
|
4905
5104
|
const contents = {};
|
|
4906
|
-
const data = await
|
|
5105
|
+
const data = await (0, import_core.parseXmlBody)(output.body, context);
|
|
4907
5106
|
contents.Details = de_Stats(data, context);
|
|
4908
5107
|
return contents;
|
|
4909
5108
|
}, "de_StatsEvent_event");
|
|
@@ -5429,7 +5628,7 @@ var se_LambdaFunctionConfigurationList = /* @__PURE__ */ __name((input, context)
|
|
|
5429
5628
|
var se_LifecycleExpiration = /* @__PURE__ */ __name((input, context) => {
|
|
5430
5629
|
const bn = new import_xml_builder.XmlNode(_LEi);
|
|
5431
5630
|
if (input[_Dat] != null) {
|
|
5432
|
-
bn.c(import_xml_builder.XmlNode.of(_Dat, (
|
|
5631
|
+
bn.c(import_xml_builder.XmlNode.of(_Dat, (0, import_smithy_client.serializeDateTime)(input[_Dat]).toString()).n(_Dat));
|
|
5433
5632
|
}
|
|
5434
5633
|
if (input[_Da] != null) {
|
|
5435
5634
|
bn.c(import_xml_builder.XmlNode.of(_Da, String(input[_Da])).n(_Da));
|
|
@@ -5481,39 +5680,19 @@ var se_LifecycleRuleAndOperator = /* @__PURE__ */ __name((input, context) => {
|
|
|
5481
5680
|
}, "se_LifecycleRuleAndOperator");
|
|
5482
5681
|
var se_LifecycleRuleFilter = /* @__PURE__ */ __name((input, context) => {
|
|
5483
5682
|
const bn = new import_xml_builder.XmlNode(_LRF);
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
|
|
5487
|
-
|
|
5488
|
-
|
|
5489
|
-
|
|
5490
|
-
|
|
5491
|
-
|
|
5492
|
-
|
|
5493
|
-
|
|
5494
|
-
|
|
5495
|
-
|
|
5496
|
-
|
|
5497
|
-
bn.c(import_xml_builder.XmlNode.of(_OSGTB, String(value)).n(_OSGT));
|
|
5498
|
-
}
|
|
5499
|
-
},
|
|
5500
|
-
ObjectSizeLessThan: (value) => {
|
|
5501
|
-
if (input[_OSLT] != null) {
|
|
5502
|
-
bn.c(import_xml_builder.XmlNode.of(_OSLTB, String(value)).n(_OSLT));
|
|
5503
|
-
}
|
|
5504
|
-
},
|
|
5505
|
-
And: (value) => {
|
|
5506
|
-
if (input[_A] != null) {
|
|
5507
|
-
bn.c(se_LifecycleRuleAndOperator(value, context).n(_A));
|
|
5508
|
-
}
|
|
5509
|
-
},
|
|
5510
|
-
_: (name, value) => {
|
|
5511
|
-
if (!(value instanceof import_xml_builder.XmlNode || value instanceof import_xml_builder.XmlText)) {
|
|
5512
|
-
throw new Error("Unable to serialize unknown union members in XML.");
|
|
5513
|
-
}
|
|
5514
|
-
bn.c(new import_xml_builder.XmlNode(name).c(value));
|
|
5515
|
-
}
|
|
5516
|
-
});
|
|
5683
|
+
bn.cc(input, _P);
|
|
5684
|
+
if (input[_Ta] != null) {
|
|
5685
|
+
bn.c(se_Tag(input[_Ta], context).n(_Ta));
|
|
5686
|
+
}
|
|
5687
|
+
if (input[_OSGT] != null) {
|
|
5688
|
+
bn.c(import_xml_builder.XmlNode.of(_OSGTB, String(input[_OSGT])).n(_OSGT));
|
|
5689
|
+
}
|
|
5690
|
+
if (input[_OSLT] != null) {
|
|
5691
|
+
bn.c(import_xml_builder.XmlNode.of(_OSLTB, String(input[_OSLT])).n(_OSLT));
|
|
5692
|
+
}
|
|
5693
|
+
if (input[_A] != null) {
|
|
5694
|
+
bn.c(se_LifecycleRuleAndOperator(input[_A], context).n(_A));
|
|
5695
|
+
}
|
|
5517
5696
|
return bn;
|
|
5518
5697
|
}, "se_LifecycleRuleFilter");
|
|
5519
5698
|
var se_LifecycleRules = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -5552,6 +5731,13 @@ var se_MetadataEntry = /* @__PURE__ */ __name((input, context) => {
|
|
|
5552
5731
|
}
|
|
5553
5732
|
return bn;
|
|
5554
5733
|
}, "se_MetadataEntry");
|
|
5734
|
+
var se_MetadataTableConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
5735
|
+
const bn = new import_xml_builder.XmlNode(_MTC);
|
|
5736
|
+
if (input[_STD] != null) {
|
|
5737
|
+
bn.c(se_S3TablesDestination(input[_STD], context).n(_STD));
|
|
5738
|
+
}
|
|
5739
|
+
return bn;
|
|
5740
|
+
}, "se_MetadataTableConfiguration");
|
|
5555
5741
|
var se_Metrics = /* @__PURE__ */ __name((input, context) => {
|
|
5556
5742
|
const bn = new import_xml_builder.XmlNode(_Me);
|
|
5557
5743
|
if (input[_S] != null) {
|
|
@@ -5670,6 +5856,13 @@ var se_ObjectIdentifier = /* @__PURE__ */ __name((input, context) => {
|
|
|
5670
5856
|
if (input[_VI] != null) {
|
|
5671
5857
|
bn.c(import_xml_builder.XmlNode.of(_OVI, input[_VI]).n(_VI));
|
|
5672
5858
|
}
|
|
5859
|
+
bn.cc(input, _ETa);
|
|
5860
|
+
if (input[_LMT] != null) {
|
|
5861
|
+
bn.c(import_xml_builder.XmlNode.of(_LMT, (0, import_smithy_client.dateToUtcString)(input[_LMT]).toString()).n(_LMT));
|
|
5862
|
+
}
|
|
5863
|
+
if (input[_Si] != null) {
|
|
5864
|
+
bn.c(import_xml_builder.XmlNode.of(_Si, String(input[_Si])).n(_Si));
|
|
5865
|
+
}
|
|
5673
5866
|
return bn;
|
|
5674
5867
|
}, "se_ObjectIdentifier");
|
|
5675
5868
|
var se_ObjectIdentifierList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -5699,7 +5892,7 @@ var se_ObjectLockRetention = /* @__PURE__ */ __name((input, context) => {
|
|
|
5699
5892
|
bn.c(import_xml_builder.XmlNode.of(_OLRM, input[_Mo]).n(_Mo));
|
|
5700
5893
|
}
|
|
5701
5894
|
if (input[_RUD] != null) {
|
|
5702
|
-
bn.c(import_xml_builder.XmlNode.of(_Dat, (
|
|
5895
|
+
bn.c(import_xml_builder.XmlNode.of(_Dat, (0, import_smithy_client.serializeDateTime)(input[_RUD]).toString()).n(_RUD));
|
|
5703
5896
|
}
|
|
5704
5897
|
return bn;
|
|
5705
5898
|
}, "se_ObjectLockRetention");
|
|
@@ -5857,29 +6050,13 @@ var se_ReplicationRuleAndOperator = /* @__PURE__ */ __name((input, context) => {
|
|
|
5857
6050
|
}, "se_ReplicationRuleAndOperator");
|
|
5858
6051
|
var se_ReplicationRuleFilter = /* @__PURE__ */ __name((input, context) => {
|
|
5859
6052
|
const bn = new import_xml_builder.XmlNode(_RRF);
|
|
5860
|
-
|
|
5861
|
-
|
|
5862
|
-
|
|
5863
|
-
|
|
5864
|
-
|
|
5865
|
-
|
|
5866
|
-
|
|
5867
|
-
if (input[_Ta] != null) {
|
|
5868
|
-
bn.c(se_Tag(value, context).n(_Ta));
|
|
5869
|
-
}
|
|
5870
|
-
},
|
|
5871
|
-
And: (value) => {
|
|
5872
|
-
if (input[_A] != null) {
|
|
5873
|
-
bn.c(se_ReplicationRuleAndOperator(value, context).n(_A));
|
|
5874
|
-
}
|
|
5875
|
-
},
|
|
5876
|
-
_: (name, value) => {
|
|
5877
|
-
if (!(value instanceof import_xml_builder.XmlNode || value instanceof import_xml_builder.XmlText)) {
|
|
5878
|
-
throw new Error("Unable to serialize unknown union members in XML.");
|
|
5879
|
-
}
|
|
5880
|
-
bn.c(new import_xml_builder.XmlNode(name).c(value));
|
|
5881
|
-
}
|
|
5882
|
-
});
|
|
6053
|
+
bn.cc(input, _P);
|
|
6054
|
+
if (input[_Ta] != null) {
|
|
6055
|
+
bn.c(se_Tag(input[_Ta], context).n(_Ta));
|
|
6056
|
+
}
|
|
6057
|
+
if (input[_A] != null) {
|
|
6058
|
+
bn.c(se_ReplicationRuleAndOperator(input[_A], context).n(_A));
|
|
6059
|
+
}
|
|
5883
6060
|
return bn;
|
|
5884
6061
|
}, "se_ReplicationRuleFilter");
|
|
5885
6062
|
var se_ReplicationRules = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -5979,6 +6156,16 @@ var se_S3Location = /* @__PURE__ */ __name((input, context) => {
|
|
|
5979
6156
|
bn.cc(input, _SC);
|
|
5980
6157
|
return bn;
|
|
5981
6158
|
}, "se_S3Location");
|
|
6159
|
+
var se_S3TablesDestination = /* @__PURE__ */ __name((input, context) => {
|
|
6160
|
+
const bn = new import_xml_builder.XmlNode(_STD);
|
|
6161
|
+
if (input[_TBA] != null) {
|
|
6162
|
+
bn.c(import_xml_builder.XmlNode.of(_STBA, input[_TBA]).n(_TBA));
|
|
6163
|
+
}
|
|
6164
|
+
if (input[_TN] != null) {
|
|
6165
|
+
bn.c(import_xml_builder.XmlNode.of(_STN, input[_TN]).n(_TN));
|
|
6166
|
+
}
|
|
6167
|
+
return bn;
|
|
6168
|
+
}, "se_S3TablesDestination");
|
|
5982
6169
|
var se_ScanRange = /* @__PURE__ */ __name((input, context) => {
|
|
5983
6170
|
const bn = new import_xml_builder.XmlNode(_SR);
|
|
5984
6171
|
if (input[_St] != null) {
|
|
@@ -6167,7 +6354,7 @@ var se_TopicConfigurationList = /* @__PURE__ */ __name((input, context) => {
|
|
|
6167
6354
|
var se_Transition = /* @__PURE__ */ __name((input, context) => {
|
|
6168
6355
|
const bn = new import_xml_builder.XmlNode(_Tra);
|
|
6169
6356
|
if (input[_Dat] != null) {
|
|
6170
|
-
bn.c(import_xml_builder.XmlNode.of(_Dat, (
|
|
6357
|
+
bn.c(import_xml_builder.XmlNode.of(_Dat, (0, import_smithy_client.serializeDateTime)(input[_Dat]).toString()).n(_Dat));
|
|
6171
6358
|
}
|
|
6172
6359
|
if (input[_Da] != null) {
|
|
6173
6360
|
bn.c(import_xml_builder.XmlNode.of(_Da, String(input[_Da])).n(_Da));
|
|
@@ -6322,6 +6509,9 @@ var de_Bucket = /* @__PURE__ */ __name((output, context) => {
|
|
|
6322
6509
|
if (output[_CDr] != null) {
|
|
6323
6510
|
contents[_CDr] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_CDr]));
|
|
6324
6511
|
}
|
|
6512
|
+
if (output[_BR] != null) {
|
|
6513
|
+
contents[_BR] = (0, import_smithy_client.expectString)(output[_BR]);
|
|
6514
|
+
}
|
|
6325
6515
|
return contents;
|
|
6326
6516
|
}, "de_Bucket");
|
|
6327
6517
|
var de_Buckets = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -6572,6 +6762,16 @@ var de__Error = /* @__PURE__ */ __name((output, context) => {
|
|
|
6572
6762
|
}
|
|
6573
6763
|
return contents;
|
|
6574
6764
|
}, "de__Error");
|
|
6765
|
+
var de_ErrorDetails = /* @__PURE__ */ __name((output, context) => {
|
|
6766
|
+
const contents = {};
|
|
6767
|
+
if (output[_EC] != null) {
|
|
6768
|
+
contents[_EC] = (0, import_smithy_client.expectString)(output[_EC]);
|
|
6769
|
+
}
|
|
6770
|
+
if (output[_EM] != null) {
|
|
6771
|
+
contents[_EM] = (0, import_smithy_client.expectString)(output[_EM]);
|
|
6772
|
+
}
|
|
6773
|
+
return contents;
|
|
6774
|
+
}, "de_ErrorDetails");
|
|
6575
6775
|
var de_ErrorDocument = /* @__PURE__ */ __name((output, context) => {
|
|
6576
6776
|
const contents = {};
|
|
6577
6777
|
if (output[_K] != null) {
|
|
@@ -6620,6 +6820,19 @@ var de_FilterRuleList = /* @__PURE__ */ __name((output, context) => {
|
|
|
6620
6820
|
return de_FilterRule(entry, context);
|
|
6621
6821
|
});
|
|
6622
6822
|
}, "de_FilterRuleList");
|
|
6823
|
+
var de_GetBucketMetadataTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
|
|
6824
|
+
const contents = {};
|
|
6825
|
+
if (output[_MTCR] != null) {
|
|
6826
|
+
contents[_MTCR] = de_MetadataTableConfigurationResult(output[_MTCR], context);
|
|
6827
|
+
}
|
|
6828
|
+
if (output[_S] != null) {
|
|
6829
|
+
contents[_S] = (0, import_smithy_client.expectString)(output[_S]);
|
|
6830
|
+
}
|
|
6831
|
+
if (output[_Er] != null) {
|
|
6832
|
+
contents[_Er] = de_ErrorDetails(output[_Er], context);
|
|
6833
|
+
}
|
|
6834
|
+
return contents;
|
|
6835
|
+
}, "de_GetBucketMetadataTableConfigurationResult");
|
|
6623
6836
|
var de_GetObjectAttributesParts = /* @__PURE__ */ __name((output, context) => {
|
|
6624
6837
|
const contents = {};
|
|
6625
6838
|
if (output[_PC] != null) {
|
|
@@ -6877,9 +7090,8 @@ var de_LifecycleRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
6877
7090
|
if (output[_P] != null) {
|
|
6878
7091
|
contents[_P] = (0, import_smithy_client.expectString)(output[_P]);
|
|
6879
7092
|
}
|
|
6880
|
-
if (output
|
|
6881
|
-
|
|
6882
|
-
contents[_F] = de_LifecycleRuleFilter((0, import_smithy_client.expectUnion)(output[_F]), context);
|
|
7093
|
+
if (output[_F] != null) {
|
|
7094
|
+
contents[_F] = de_LifecycleRuleFilter(output[_F], context);
|
|
6883
7095
|
}
|
|
6884
7096
|
if (output[_S] != null) {
|
|
6885
7097
|
contents[_S] = (0, import_smithy_client.expectString)(output[_S]);
|
|
@@ -6921,32 +7133,23 @@ var de_LifecycleRuleAndOperator = /* @__PURE__ */ __name((output, context) => {
|
|
|
6921
7133
|
return contents;
|
|
6922
7134
|
}, "de_LifecycleRuleAndOperator");
|
|
6923
7135
|
var de_LifecycleRuleFilter = /* @__PURE__ */ __name((output, context) => {
|
|
7136
|
+
const contents = {};
|
|
6924
7137
|
if (output[_P] != null) {
|
|
6925
|
-
|
|
6926
|
-
Prefix: (0, import_smithy_client.expectString)(output[_P])
|
|
6927
|
-
};
|
|
7138
|
+
contents[_P] = (0, import_smithy_client.expectString)(output[_P]);
|
|
6928
7139
|
}
|
|
6929
7140
|
if (output[_Ta] != null) {
|
|
6930
|
-
|
|
6931
|
-
Tag: de_Tag(output[_Ta], context)
|
|
6932
|
-
};
|
|
7141
|
+
contents[_Ta] = de_Tag(output[_Ta], context);
|
|
6933
7142
|
}
|
|
6934
7143
|
if (output[_OSGT] != null) {
|
|
6935
|
-
|
|
6936
|
-
ObjectSizeGreaterThan: (0, import_smithy_client.strictParseLong)(output[_OSGT])
|
|
6937
|
-
};
|
|
7144
|
+
contents[_OSGT] = (0, import_smithy_client.strictParseLong)(output[_OSGT]);
|
|
6938
7145
|
}
|
|
6939
7146
|
if (output[_OSLT] != null) {
|
|
6940
|
-
|
|
6941
|
-
ObjectSizeLessThan: (0, import_smithy_client.strictParseLong)(output[_OSLT])
|
|
6942
|
-
};
|
|
7147
|
+
contents[_OSLT] = (0, import_smithy_client.strictParseLong)(output[_OSLT]);
|
|
6943
7148
|
}
|
|
6944
7149
|
if (output[_A] != null) {
|
|
6945
|
-
|
|
6946
|
-
And: de_LifecycleRuleAndOperator(output[_A], context)
|
|
6947
|
-
};
|
|
7150
|
+
contents[_A] = de_LifecycleRuleAndOperator(output[_A], context);
|
|
6948
7151
|
}
|
|
6949
|
-
return
|
|
7152
|
+
return contents;
|
|
6950
7153
|
}, "de_LifecycleRuleFilter");
|
|
6951
7154
|
var de_LifecycleRules = /* @__PURE__ */ __name((output, context) => {
|
|
6952
7155
|
return (output || []).filter((e) => e != null).map((entry) => {
|
|
@@ -6971,6 +7174,13 @@ var de_LoggingEnabled = /* @__PURE__ */ __name((output, context) => {
|
|
|
6971
7174
|
}
|
|
6972
7175
|
return contents;
|
|
6973
7176
|
}, "de_LoggingEnabled");
|
|
7177
|
+
var de_MetadataTableConfigurationResult = /* @__PURE__ */ __name((output, context) => {
|
|
7178
|
+
const contents = {};
|
|
7179
|
+
if (output[_STDR] != null) {
|
|
7180
|
+
contents[_STDR] = de_S3TablesDestinationResult(output[_STDR], context);
|
|
7181
|
+
}
|
|
7182
|
+
return contents;
|
|
7183
|
+
}, "de_MetadataTableConfigurationResult");
|
|
6974
7184
|
var de_Metrics = /* @__PURE__ */ __name((output, context) => {
|
|
6975
7185
|
const contents = {};
|
|
6976
7186
|
if (output[_S] != null) {
|
|
@@ -7426,9 +7636,8 @@ var de_ReplicationRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
7426
7636
|
if (output[_P] != null) {
|
|
7427
7637
|
contents[_P] = (0, import_smithy_client.expectString)(output[_P]);
|
|
7428
7638
|
}
|
|
7429
|
-
if (output
|
|
7430
|
-
|
|
7431
|
-
contents[_F] = de_ReplicationRuleFilter((0, import_smithy_client.expectUnion)(output[_F]), context);
|
|
7639
|
+
if (output[_F] != null) {
|
|
7640
|
+
contents[_F] = de_ReplicationRuleFilter(output[_F], context);
|
|
7432
7641
|
}
|
|
7433
7642
|
if (output[_S] != null) {
|
|
7434
7643
|
contents[_S] = (0, import_smithy_client.expectString)(output[_S]);
|
|
@@ -7460,22 +7669,17 @@ var de_ReplicationRuleAndOperator = /* @__PURE__ */ __name((output, context) =>
|
|
|
7460
7669
|
return contents;
|
|
7461
7670
|
}, "de_ReplicationRuleAndOperator");
|
|
7462
7671
|
var de_ReplicationRuleFilter = /* @__PURE__ */ __name((output, context) => {
|
|
7672
|
+
const contents = {};
|
|
7463
7673
|
if (output[_P] != null) {
|
|
7464
|
-
|
|
7465
|
-
Prefix: (0, import_smithy_client.expectString)(output[_P])
|
|
7466
|
-
};
|
|
7674
|
+
contents[_P] = (0, import_smithy_client.expectString)(output[_P]);
|
|
7467
7675
|
}
|
|
7468
7676
|
if (output[_Ta] != null) {
|
|
7469
|
-
|
|
7470
|
-
Tag: de_Tag(output[_Ta], context)
|
|
7471
|
-
};
|
|
7677
|
+
contents[_Ta] = de_Tag(output[_Ta], context);
|
|
7472
7678
|
}
|
|
7473
7679
|
if (output[_A] != null) {
|
|
7474
|
-
|
|
7475
|
-
And: de_ReplicationRuleAndOperator(output[_A], context)
|
|
7476
|
-
};
|
|
7680
|
+
contents[_A] = de_ReplicationRuleAndOperator(output[_A], context);
|
|
7477
7681
|
}
|
|
7478
|
-
return
|
|
7682
|
+
return contents;
|
|
7479
7683
|
}, "de_ReplicationRuleFilter");
|
|
7480
7684
|
var de_ReplicationRules = /* @__PURE__ */ __name((output, context) => {
|
|
7481
7685
|
return (output || []).filter((e) => e != null).map((entry) => {
|
|
@@ -7533,6 +7737,22 @@ var de_S3KeyFilter = /* @__PURE__ */ __name((output, context) => {
|
|
|
7533
7737
|
}
|
|
7534
7738
|
return contents;
|
|
7535
7739
|
}, "de_S3KeyFilter");
|
|
7740
|
+
var de_S3TablesDestinationResult = /* @__PURE__ */ __name((output, context) => {
|
|
7741
|
+
const contents = {};
|
|
7742
|
+
if (output[_TBA] != null) {
|
|
7743
|
+
contents[_TBA] = (0, import_smithy_client.expectString)(output[_TBA]);
|
|
7744
|
+
}
|
|
7745
|
+
if (output[_TN] != null) {
|
|
7746
|
+
contents[_TN] = (0, import_smithy_client.expectString)(output[_TN]);
|
|
7747
|
+
}
|
|
7748
|
+
if (output[_TAa] != null) {
|
|
7749
|
+
contents[_TAa] = (0, import_smithy_client.expectString)(output[_TAa]);
|
|
7750
|
+
}
|
|
7751
|
+
if (output[_TNa] != null) {
|
|
7752
|
+
contents[_TNa] = (0, import_smithy_client.expectString)(output[_TNa]);
|
|
7753
|
+
}
|
|
7754
|
+
return contents;
|
|
7755
|
+
}, "de_S3TablesDestinationResult");
|
|
7536
7756
|
var de_ServerSideEncryptionByDefault = /* @__PURE__ */ __name((output, context) => {
|
|
7537
7757
|
const contents = {};
|
|
7538
7758
|
if (output[_SSEA] != null) {
|
|
@@ -7748,7 +7968,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
7748
7968
|
cfId: output.headers["x-amz-cf-id"]
|
|
7749
7969
|
}), "deserializeMetadata");
|
|
7750
7970
|
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
7751
|
-
var isSerializableHeaderValue = /* @__PURE__ */ __name((value) => value !== void 0 && value !== null && value !== "" && (!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) && (!Object.getOwnPropertyNames(value).includes("size") || value.size != 0), "isSerializableHeaderValue");
|
|
7752
7971
|
var _A = "And";
|
|
7753
7972
|
var _AAO = "AnalyticsAndOperator";
|
|
7754
7973
|
var _AC = "AnalyticsConfiguration";
|
|
@@ -7937,7 +8156,10 @@ var _II = "InventoryId";
|
|
|
7937
8156
|
var _IIOV = "InventoryIncludedObjectVersions";
|
|
7938
8157
|
var _IL = "IsLatest";
|
|
7939
8158
|
var _IM = "IfMatch";
|
|
7940
|
-
var
|
|
8159
|
+
var _IMIT = "IfMatchInitiatedTime";
|
|
8160
|
+
var _IMLMT = "IfMatchLastModifiedTime";
|
|
8161
|
+
var _IMS = "IfMatchSize";
|
|
8162
|
+
var _IMSf = "IfModifiedSince";
|
|
7941
8163
|
var _INM = "IfNoneMatch";
|
|
7942
8164
|
var _IOF = "InventoryOptionalField";
|
|
7943
8165
|
var _IOV = "IncludedObjectVersions";
|
|
@@ -7980,6 +8202,7 @@ var _LFC = "LambdaFunctionConfigurations";
|
|
|
7980
8202
|
var _LFCa = "LambdaFunctionConfiguration";
|
|
7981
8203
|
var _LI = "LocationInfo";
|
|
7982
8204
|
var _LM = "LastModified";
|
|
8205
|
+
var _LMT = "LastModifiedTime";
|
|
7983
8206
|
var _LNAS = "LocationNameAsString";
|
|
7984
8207
|
var _LP = "LocationPrefix";
|
|
7985
8208
|
var _LR = "LifecycleRule";
|
|
@@ -7989,6 +8212,7 @@ var _LT = "LocationType";
|
|
|
7989
8212
|
var _M = "Marker";
|
|
7990
8213
|
var _MAO = "MetricsAndOperator";
|
|
7991
8214
|
var _MAS = "MaxAgeSeconds";
|
|
8215
|
+
var _MB = "MaxBuckets";
|
|
7992
8216
|
var _MC = "MetricsConfiguration";
|
|
7993
8217
|
var _MCL = "MetricsConfigurationList";
|
|
7994
8218
|
var _MD = "MetadataDirective";
|
|
@@ -8004,6 +8228,8 @@ var _MKe = "MetadataKey";
|
|
|
8004
8228
|
var _MM = "MissingMeta";
|
|
8005
8229
|
var _MP = "MaxParts";
|
|
8006
8230
|
var _MS = "MetricsStatus";
|
|
8231
|
+
var _MTC = "MetadataTableConfiguration";
|
|
8232
|
+
var _MTCR = "MetadataTableConfigurationResult";
|
|
8007
8233
|
var _MU = "MaxUploads";
|
|
8008
8234
|
var _MV = "MetadataValue";
|
|
8009
8235
|
var _Me = "Metrics";
|
|
@@ -8159,6 +8385,10 @@ var _SSEKMSKI = "SSEKMSKeyId";
|
|
|
8159
8385
|
var _SSER = "ServerSideEncryptionRule";
|
|
8160
8386
|
var _SSES = "SSES3";
|
|
8161
8387
|
var _ST = "SessionToken";
|
|
8388
|
+
var _STBA = "S3TablesBucketArn";
|
|
8389
|
+
var _STD = "S3TablesDestination";
|
|
8390
|
+
var _STDR = "S3TablesDestinationResult";
|
|
8391
|
+
var _STN = "S3TablesName";
|
|
8162
8392
|
var _S_ = "S3";
|
|
8163
8393
|
var _Sc = "Schedule";
|
|
8164
8394
|
var _Se = "Setting";
|
|
@@ -8167,13 +8397,18 @@ var _St = "Start";
|
|
|
8167
8397
|
var _Su = "Suffix";
|
|
8168
8398
|
var _T = "Tagging";
|
|
8169
8399
|
var _TA = "TopicArn";
|
|
8400
|
+
var _TAa = "TableArn";
|
|
8170
8401
|
var _TB = "TargetBucket";
|
|
8402
|
+
var _TBA = "TableBucketArn";
|
|
8171
8403
|
var _TC = "TagCount";
|
|
8172
8404
|
var _TCo = "TopicConfiguration";
|
|
8173
8405
|
var _TCop = "TopicConfigurations";
|
|
8174
8406
|
var _TD = "TaggingDirective";
|
|
8407
|
+
var _TDMOS = "TransitionDefaultMinimumObjectSize";
|
|
8175
8408
|
var _TG = "TargetGrants";
|
|
8176
8409
|
var _TGa = "TargetGrant";
|
|
8410
|
+
var _TN = "TableName";
|
|
8411
|
+
var _TNa = "TableNamespace";
|
|
8177
8412
|
var _TOKF = "TargetObjectKeyFormat";
|
|
8178
8413
|
var _TP = "TargetPrefix";
|
|
8179
8414
|
var _TPC = "TotalPartsCount";
|
|
@@ -8204,6 +8439,7 @@ var _VIM = "VersionIdMarker";
|
|
|
8204
8439
|
var _Va = "Value";
|
|
8205
8440
|
var _Ve = "Versions";
|
|
8206
8441
|
var _WC = "WebsiteConfiguration";
|
|
8442
|
+
var _WOB = "WriteOffsetBytes";
|
|
8207
8443
|
var _WRL = "WebsiteRedirectLocation";
|
|
8208
8444
|
var _Y = "Years";
|
|
8209
8445
|
var _a = "analytics";
|
|
@@ -8211,6 +8447,7 @@ var _ac = "accelerate";
|
|
|
8211
8447
|
var _acl = "acl";
|
|
8212
8448
|
var _ar = "accept-ranges";
|
|
8213
8449
|
var _at = "attributes";
|
|
8450
|
+
var _br = "bucket-region";
|
|
8214
8451
|
var _c = "cors";
|
|
8215
8452
|
var _cc = "cache-control";
|
|
8216
8453
|
var _cd = "content-disposition";
|
|
@@ -8244,7 +8481,9 @@ var _lo = "location";
|
|
|
8244
8481
|
var _log = "logging";
|
|
8245
8482
|
var _lt = "list-type";
|
|
8246
8483
|
var _m = "metrics";
|
|
8484
|
+
var _mT = "metadataTable";
|
|
8247
8485
|
var _ma = "marker";
|
|
8486
|
+
var _mb = "max-buckets";
|
|
8248
8487
|
var _mdb = "max-directory-buckets";
|
|
8249
8488
|
var _me = "member";
|
|
8250
8489
|
var _mk = "max-keys";
|
|
@@ -8358,6 +8597,9 @@ var _xagr = "x-amz-grant-read";
|
|
|
8358
8597
|
var _xagra = "x-amz-grant-read-acp";
|
|
8359
8598
|
var _xagw = "x-amz-grant-write";
|
|
8360
8599
|
var _xagwa = "x-amz-grant-write-acp";
|
|
8600
|
+
var _xaimit = "x-amz-if-match-initiated-time";
|
|
8601
|
+
var _xaimlmt = "x-amz-if-match-last-modified-time";
|
|
8602
|
+
var _xaims = "x-amz-if-match-size";
|
|
8361
8603
|
var _xam = "x-amz-mfa";
|
|
8362
8604
|
var _xamd = "x-amz-metadata-directive";
|
|
8363
8605
|
var _xamm = "x-amz-missing-meta";
|
|
@@ -8369,6 +8611,7 @@ var _xaolm = "x-amz-object-lock-mode";
|
|
|
8369
8611
|
var _xaolrud = "x-amz-object-lock-retain-until-date";
|
|
8370
8612
|
var _xaoo = "x-amz-object-ownership";
|
|
8371
8613
|
var _xaooa = "x-amz-optional-object-attributes";
|
|
8614
|
+
var _xaos = "x-amz-object-size";
|
|
8372
8615
|
var _xapnm = "x-amz-part-number-marker";
|
|
8373
8616
|
var _xar = "x-amz-restore";
|
|
8374
8617
|
var _xarc = "x-amz-request-charged";
|
|
@@ -8391,49 +8634,11 @@ var _xasseckm = "x-amz-server-side-encryption-customer-key-md5";
|
|
|
8391
8634
|
var _xat = "x-amz-tagging";
|
|
8392
8635
|
var _xatc = "x-amz-tagging-count";
|
|
8393
8636
|
var _xatd = "x-amz-tagging-directive";
|
|
8637
|
+
var _xatdmos = "x-amz-transition-default-minimum-object-size";
|
|
8394
8638
|
var _xavi = "x-amz-version-id";
|
|
8639
|
+
var _xawob = "x-amz-write-offset-bytes";
|
|
8395
8640
|
var _xawrl = "x-amz-website-redirect-location";
|
|
8396
8641
|
var _xi = "x-id";
|
|
8397
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
8398
|
-
if (encoded.length) {
|
|
8399
|
-
const parser = new import_fast_xml_parser.XMLParser({
|
|
8400
|
-
attributeNamePrefix: "",
|
|
8401
|
-
htmlEntities: true,
|
|
8402
|
-
ignoreAttributes: false,
|
|
8403
|
-
ignoreDeclaration: true,
|
|
8404
|
-
parseTagValue: false,
|
|
8405
|
-
trimValues: false,
|
|
8406
|
-
tagValueProcessor: (_, val) => val.trim() === "" && val.includes("\n") ? "" : void 0
|
|
8407
|
-
});
|
|
8408
|
-
parser.addEntity("#xD", "\r");
|
|
8409
|
-
parser.addEntity("#10", "\n");
|
|
8410
|
-
const parsedObj = parser.parse(encoded);
|
|
8411
|
-
const textNodeName = "#text";
|
|
8412
|
-
const key = Object.keys(parsedObj)[0];
|
|
8413
|
-
const parsedObjToReturn = parsedObj[key];
|
|
8414
|
-
if (parsedObjToReturn[textNodeName]) {
|
|
8415
|
-
parsedObjToReturn[key] = parsedObjToReturn[textNodeName];
|
|
8416
|
-
delete parsedObjToReturn[textNodeName];
|
|
8417
|
-
}
|
|
8418
|
-
return (0, import_smithy_client.getValueFromTextNode)(parsedObjToReturn);
|
|
8419
|
-
}
|
|
8420
|
-
return {};
|
|
8421
|
-
}), "parseBody");
|
|
8422
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
8423
|
-
const value = await parseBody(errorBody, context);
|
|
8424
|
-
if (value.Error) {
|
|
8425
|
-
value.Error.message = value.Error.message ?? value.Error.Message;
|
|
8426
|
-
}
|
|
8427
|
-
return value;
|
|
8428
|
-
}, "parseErrorBody");
|
|
8429
|
-
var loadRestXmlErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
8430
|
-
if ((data == null ? void 0 : data.Code) !== void 0) {
|
|
8431
|
-
return data.Code;
|
|
8432
|
-
}
|
|
8433
|
-
if (output.statusCode == 404) {
|
|
8434
|
-
return "NotFound";
|
|
8435
|
-
}
|
|
8436
|
-
}, "loadRestXmlErrorCode");
|
|
8437
8642
|
|
|
8438
8643
|
// src/commands/CreateSessionCommand.ts
|
|
8439
8644
|
var _CreateSessionCommand = class _CreateSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
@@ -8443,9 +8648,10 @@ var _CreateSessionCommand = class _CreateSessionCommand extends import_smithy_cl
|
|
|
8443
8648
|
}).m(function(Command, cs, config, o) {
|
|
8444
8649
|
return [
|
|
8445
8650
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8446
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8651
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8652
|
+
(0, import_middleware_sdk_s3.getThrow200ExceptionsPlugin)(config)
|
|
8447
8653
|
];
|
|
8448
|
-
}).s("AmazonS3", "CreateSession", {}).n("S3Client", "CreateSessionCommand").f(
|
|
8654
|
+
}).s("AmazonS3", "CreateSession", {}).n("S3Client", "CreateSessionCommand").f(CreateSessionRequestFilterSensitiveLog, CreateSessionOutputFilterSensitiveLog).ser(se_CreateSessionCommand).de(de_CreateSessionCommand).build() {
|
|
8449
8655
|
};
|
|
8450
8656
|
__name(_CreateSessionCommand, "CreateSessionCommand");
|
|
8451
8657
|
var CreateSessionCommand = _CreateSessionCommand;
|
|
@@ -8457,19 +8663,62 @@ var import_runtimeConfig = require("././runtimeConfig");
|
|
|
8457
8663
|
var import_region_config_resolver = require("@aws-sdk/region-config-resolver");
|
|
8458
8664
|
|
|
8459
8665
|
|
|
8666
|
+
|
|
8667
|
+
// src/auth/httpAuthExtensionConfiguration.ts
|
|
8668
|
+
var getHttpAuthExtensionConfiguration = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
8669
|
+
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
8670
|
+
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
8671
|
+
let _credentials = runtimeConfig.credentials;
|
|
8672
|
+
return {
|
|
8673
|
+
setHttpAuthScheme(httpAuthScheme) {
|
|
8674
|
+
const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
|
|
8675
|
+
if (index === -1) {
|
|
8676
|
+
_httpAuthSchemes.push(httpAuthScheme);
|
|
8677
|
+
} else {
|
|
8678
|
+
_httpAuthSchemes.splice(index, 1, httpAuthScheme);
|
|
8679
|
+
}
|
|
8680
|
+
},
|
|
8681
|
+
httpAuthSchemes() {
|
|
8682
|
+
return _httpAuthSchemes;
|
|
8683
|
+
},
|
|
8684
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
|
|
8685
|
+
_httpAuthSchemeProvider = httpAuthSchemeProvider;
|
|
8686
|
+
},
|
|
8687
|
+
httpAuthSchemeProvider() {
|
|
8688
|
+
return _httpAuthSchemeProvider;
|
|
8689
|
+
},
|
|
8690
|
+
setCredentials(credentials) {
|
|
8691
|
+
_credentials = credentials;
|
|
8692
|
+
},
|
|
8693
|
+
credentials() {
|
|
8694
|
+
return _credentials;
|
|
8695
|
+
}
|
|
8696
|
+
};
|
|
8697
|
+
}, "getHttpAuthExtensionConfiguration");
|
|
8698
|
+
var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
8699
|
+
return {
|
|
8700
|
+
httpAuthSchemes: config.httpAuthSchemes(),
|
|
8701
|
+
httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
|
|
8702
|
+
credentials: config.credentials()
|
|
8703
|
+
};
|
|
8704
|
+
}, "resolveHttpAuthRuntimeConfig");
|
|
8705
|
+
|
|
8706
|
+
// src/runtimeExtensions.ts
|
|
8460
8707
|
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
8461
8708
|
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
8462
8709
|
const extensionConfiguration = {
|
|
8463
8710
|
...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
|
|
8464
8711
|
...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
8465
|
-
...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig))
|
|
8712
|
+
...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
|
|
8713
|
+
...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig))
|
|
8466
8714
|
};
|
|
8467
8715
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
8468
8716
|
return {
|
|
8469
8717
|
...runtimeConfig,
|
|
8470
8718
|
...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
8471
8719
|
...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
8472
|
-
...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration)
|
|
8720
|
+
...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
8721
|
+
...resolveHttpAuthRuntimeConfig(extensionConfiguration)
|
|
8473
8722
|
};
|
|
8474
8723
|
}, "resolveRuntimeExtensions");
|
|
8475
8724
|
|
|
@@ -8478,28 +8727,39 @@ var _S3Client = class _S3Client extends import_smithy_client.Client {
|
|
|
8478
8727
|
constructor(...[configuration]) {
|
|
8479
8728
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
8480
8729
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
8481
|
-
const _config_2 = (0,
|
|
8482
|
-
const _config_3 = (0,
|
|
8730
|
+
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
|
8731
|
+
const _config_3 = (0, import_middleware_flexible_checksums.resolveFlexibleChecksumsConfig)(_config_2);
|
|
8483
8732
|
const _config_4 = (0, import_middleware_retry.resolveRetryConfig)(_config_3);
|
|
8484
|
-
const _config_5 = (0,
|
|
8485
|
-
const _config_6 = (0,
|
|
8486
|
-
const _config_7 = (0,
|
|
8487
|
-
const _config_8 = (0,
|
|
8488
|
-
const _config_9 = (0,
|
|
8489
|
-
const _config_10 =
|
|
8490
|
-
|
|
8491
|
-
|
|
8733
|
+
const _config_5 = (0, import_config_resolver.resolveRegionConfig)(_config_4);
|
|
8734
|
+
const _config_6 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_5);
|
|
8735
|
+
const _config_7 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_6);
|
|
8736
|
+
const _config_8 = (0, import_eventstream_serde_config_resolver.resolveEventStreamSerdeConfig)(_config_7);
|
|
8737
|
+
const _config_9 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_8);
|
|
8738
|
+
const _config_10 = (0, import_middleware_sdk_s32.resolveS3Config)(_config_9, { session: [() => this, CreateSessionCommand] });
|
|
8739
|
+
const _config_11 = resolveRuntimeExtensions(_config_10, (configuration == null ? void 0 : configuration.extensions) || []);
|
|
8740
|
+
super(_config_11);
|
|
8741
|
+
this.config = _config_11;
|
|
8742
|
+
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
8492
8743
|
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
8493
8744
|
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
8494
8745
|
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
8495
8746
|
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
8496
8747
|
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
8497
|
-
this.middlewareStack.use(
|
|
8498
|
-
|
|
8748
|
+
this.middlewareStack.use(
|
|
8749
|
+
(0, import_core3.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
8750
|
+
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultS3HttpAuthSchemeParametersProvider,
|
|
8751
|
+
identityProviderConfigProvider: async (config) => new import_core3.DefaultIdentityProviderConfig({
|
|
8752
|
+
"aws.auth#sigv4": config.credentials,
|
|
8753
|
+
"aws.auth#sigv4a": config.credentials
|
|
8754
|
+
})
|
|
8755
|
+
})
|
|
8756
|
+
);
|
|
8757
|
+
this.middlewareStack.use((0, import_core3.getHttpSigningPlugin)(this.config));
|
|
8758
|
+
this.middlewareStack.use((0, import_middleware_sdk_s32.getValidateBucketNamePlugin)(this.config));
|
|
8499
8759
|
this.middlewareStack.use((0, import_middleware_expect_continue.getAddExpectContinuePlugin)(this.config));
|
|
8500
|
-
this.middlewareStack.use((0,
|
|
8501
|
-
this.middlewareStack.use((0,
|
|
8502
|
-
this.middlewareStack.use((0,
|
|
8760
|
+
this.middlewareStack.use((0, import_middleware_sdk_s32.getRegionRedirectMiddlewarePlugin)(this.config));
|
|
8761
|
+
this.middlewareStack.use((0, import_middleware_sdk_s32.getS3ExpressPlugin)(this.config));
|
|
8762
|
+
this.middlewareStack.use((0, import_middleware_sdk_s32.getS3ExpressHttpSigningPlugin)(this.config));
|
|
8503
8763
|
}
|
|
8504
8764
|
/**
|
|
8505
8765
|
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
@@ -8517,7 +8777,7 @@ var S3Client = _S3Client;
|
|
|
8517
8777
|
|
|
8518
8778
|
|
|
8519
8779
|
// src/commands/AbortMultipartUploadCommand.ts
|
|
8520
|
-
|
|
8780
|
+
var import_middleware_sdk_s33 = require("@aws-sdk/middleware-sdk-s3");
|
|
8521
8781
|
|
|
8522
8782
|
|
|
8523
8783
|
|
|
@@ -8528,7 +8788,8 @@ var _AbortMultipartUploadCommand = class _AbortMultipartUploadCommand extends im
|
|
|
8528
8788
|
}).m(function(Command, cs, config, o) {
|
|
8529
8789
|
return [
|
|
8530
8790
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8531
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8791
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8792
|
+
(0, import_middleware_sdk_s33.getThrow200ExceptionsPlugin)(config)
|
|
8532
8793
|
];
|
|
8533
8794
|
}).s("AmazonS3", "AbortMultipartUpload", {}).n("S3Client", "AbortMultipartUploadCommand").f(void 0, void 0).ser(se_AbortMultipartUploadCommand).de(de_AbortMultipartUploadCommand).build() {
|
|
8534
8795
|
};
|
|
@@ -8536,12 +8797,11 @@ __name(_AbortMultipartUploadCommand, "AbortMultipartUploadCommand");
|
|
|
8536
8797
|
var AbortMultipartUploadCommand = _AbortMultipartUploadCommand;
|
|
8537
8798
|
|
|
8538
8799
|
// src/commands/CompleteMultipartUploadCommand.ts
|
|
8539
|
-
var
|
|
8800
|
+
var import_middleware_sdk_s34 = require("@aws-sdk/middleware-sdk-s3");
|
|
8540
8801
|
var import_middleware_ssec = require("@aws-sdk/middleware-ssec");
|
|
8541
8802
|
|
|
8542
8803
|
|
|
8543
8804
|
|
|
8544
|
-
|
|
8545
8805
|
var _CompleteMultipartUploadCommand = class _CompleteMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8546
8806
|
...commonParams,
|
|
8547
8807
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
@@ -8550,7 +8810,7 @@ var _CompleteMultipartUploadCommand = class _CompleteMultipartUploadCommand exte
|
|
|
8550
8810
|
return [
|
|
8551
8811
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8552
8812
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8553
|
-
(0,
|
|
8813
|
+
(0, import_middleware_sdk_s34.getThrow200ExceptionsPlugin)(config),
|
|
8554
8814
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
8555
8815
|
];
|
|
8556
8816
|
}).s("AmazonS3", "CompleteMultipartUpload", {}).n("S3Client", "CompleteMultipartUploadCommand").f(CompleteMultipartUploadRequestFilterSensitiveLog, CompleteMultipartUploadOutputFilterSensitiveLog).ser(se_CompleteMultipartUploadCommand).de(de_CompleteMultipartUploadCommand).build() {
|
|
@@ -8559,8 +8819,7 @@ __name(_CompleteMultipartUploadCommand, "CompleteMultipartUploadCommand");
|
|
|
8559
8819
|
var CompleteMultipartUploadCommand = _CompleteMultipartUploadCommand;
|
|
8560
8820
|
|
|
8561
8821
|
// src/commands/CopyObjectCommand.ts
|
|
8562
|
-
var
|
|
8563
|
-
|
|
8822
|
+
var import_middleware_sdk_s35 = require("@aws-sdk/middleware-sdk-s3");
|
|
8564
8823
|
|
|
8565
8824
|
|
|
8566
8825
|
|
|
@@ -8568,12 +8827,14 @@ var import_middleware_sdk_s33 = require("@aws-sdk/middleware-sdk-s3");
|
|
|
8568
8827
|
var _CopyObjectCommand = class _CopyObjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8569
8828
|
...commonParams,
|
|
8570
8829
|
DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
|
|
8571
|
-
Bucket: { type: "contextParams", name: "Bucket" }
|
|
8830
|
+
Bucket: { type: "contextParams", name: "Bucket" },
|
|
8831
|
+
Key: { type: "contextParams", name: "Key" },
|
|
8832
|
+
CopySource: { type: "contextParams", name: "CopySource" }
|
|
8572
8833
|
}).m(function(Command, cs, config, o) {
|
|
8573
8834
|
return [
|
|
8574
8835
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8575
8836
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8576
|
-
(0,
|
|
8837
|
+
(0, import_middleware_sdk_s35.getThrow200ExceptionsPlugin)(config),
|
|
8577
8838
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
8578
8839
|
];
|
|
8579
8840
|
}).s("AmazonS3", "CopyObject", {}).n("S3Client", "CopyObjectCommand").f(CopyObjectRequestFilterSensitiveLog, CopyObjectOutputFilterSensitiveLog).ser(se_CopyObjectCommand).de(de_CopyObjectCommand).build() {
|
|
@@ -8583,7 +8844,7 @@ var CopyObjectCommand = _CopyObjectCommand;
|
|
|
8583
8844
|
|
|
8584
8845
|
// src/commands/CreateBucketCommand.ts
|
|
8585
8846
|
var import_middleware_location_constraint = require("@aws-sdk/middleware-location-constraint");
|
|
8586
|
-
|
|
8847
|
+
var import_middleware_sdk_s36 = require("@aws-sdk/middleware-sdk-s3");
|
|
8587
8848
|
|
|
8588
8849
|
|
|
8589
8850
|
|
|
@@ -8596,6 +8857,7 @@ var _CreateBucketCommand = class _CreateBucketCommand extends import_smithy_clie
|
|
|
8596
8857
|
return [
|
|
8597
8858
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8598
8859
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8860
|
+
(0, import_middleware_sdk_s36.getThrow200ExceptionsPlugin)(config),
|
|
8599
8861
|
(0, import_middleware_location_constraint.getLocationConstraintPlugin)(config)
|
|
8600
8862
|
];
|
|
8601
8863
|
}).s("AmazonS3", "CreateBucket", {}).n("S3Client", "CreateBucketCommand").f(void 0, void 0).ser(se_CreateBucketCommand).de(de_CreateBucketCommand).build() {
|
|
@@ -8603,11 +8865,35 @@ var _CreateBucketCommand = class _CreateBucketCommand extends import_smithy_clie
|
|
|
8603
8865
|
__name(_CreateBucketCommand, "CreateBucketCommand");
|
|
8604
8866
|
var CreateBucketCommand = _CreateBucketCommand;
|
|
8605
8867
|
|
|
8606
|
-
// src/commands/
|
|
8868
|
+
// src/commands/CreateBucketMetadataTableConfigurationCommand.ts
|
|
8607
8869
|
|
|
8608
8870
|
|
|
8609
8871
|
|
|
8610
8872
|
|
|
8873
|
+
var _CreateBucketMetadataTableConfigurationCommand = class _CreateBucketMetadataTableConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8874
|
+
...commonParams,
|
|
8875
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
8876
|
+
Bucket: { type: "contextParams", name: "Bucket" }
|
|
8877
|
+
}).m(function(Command, cs, config, o) {
|
|
8878
|
+
return [
|
|
8879
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8880
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8881
|
+
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
8882
|
+
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
8883
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
8884
|
+
requestChecksumRequired: true
|
|
8885
|
+
})
|
|
8886
|
+
];
|
|
8887
|
+
}).s("AmazonS3", "CreateBucketMetadataTableConfiguration", {}).n("S3Client", "CreateBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_CreateBucketMetadataTableConfigurationCommand).de(de_CreateBucketMetadataTableConfigurationCommand).build() {
|
|
8888
|
+
};
|
|
8889
|
+
__name(_CreateBucketMetadataTableConfigurationCommand, "CreateBucketMetadataTableConfigurationCommand");
|
|
8890
|
+
var CreateBucketMetadataTableConfigurationCommand = _CreateBucketMetadataTableConfigurationCommand;
|
|
8891
|
+
|
|
8892
|
+
// src/commands/CreateMultipartUploadCommand.ts
|
|
8893
|
+
var import_middleware_sdk_s37 = require("@aws-sdk/middleware-sdk-s3");
|
|
8894
|
+
|
|
8895
|
+
|
|
8896
|
+
|
|
8611
8897
|
|
|
8612
8898
|
var _CreateMultipartUploadCommand = class _CreateMultipartUploadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8613
8899
|
...commonParams,
|
|
@@ -8617,6 +8903,7 @@ var _CreateMultipartUploadCommand = class _CreateMultipartUploadCommand extends
|
|
|
8617
8903
|
return [
|
|
8618
8904
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8619
8905
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8906
|
+
(0, import_middleware_sdk_s37.getThrow200ExceptionsPlugin)(config),
|
|
8620
8907
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
8621
8908
|
];
|
|
8622
8909
|
}).s("AmazonS3", "CreateMultipartUpload", {}).n("S3Client", "CreateMultipartUploadCommand").f(CreateMultipartUploadRequestFilterSensitiveLog, CreateMultipartUploadOutputFilterSensitiveLog).ser(se_CreateMultipartUploadCommand).de(de_CreateMultipartUploadCommand).build() {
|
|
@@ -8628,7 +8915,6 @@ var CreateMultipartUploadCommand = _CreateMultipartUploadCommand;
|
|
|
8628
8915
|
|
|
8629
8916
|
|
|
8630
8917
|
|
|
8631
|
-
|
|
8632
8918
|
var _DeleteBucketAnalyticsConfigurationCommand = class _DeleteBucketAnalyticsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8633
8919
|
...commonParams,
|
|
8634
8920
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -8647,7 +8933,6 @@ var DeleteBucketAnalyticsConfigurationCommand = _DeleteBucketAnalyticsConfigurat
|
|
|
8647
8933
|
|
|
8648
8934
|
|
|
8649
8935
|
|
|
8650
|
-
|
|
8651
8936
|
var _DeleteBucketCommand = class _DeleteBucketCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8652
8937
|
...commonParams,
|
|
8653
8938
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -8666,7 +8951,6 @@ var DeleteBucketCommand = _DeleteBucketCommand;
|
|
|
8666
8951
|
|
|
8667
8952
|
|
|
8668
8953
|
|
|
8669
|
-
|
|
8670
8954
|
var _DeleteBucketCorsCommand = class _DeleteBucketCorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8671
8955
|
...commonParams,
|
|
8672
8956
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -8685,7 +8969,6 @@ var DeleteBucketCorsCommand = _DeleteBucketCorsCommand;
|
|
|
8685
8969
|
|
|
8686
8970
|
|
|
8687
8971
|
|
|
8688
|
-
|
|
8689
8972
|
var _DeleteBucketEncryptionCommand = class _DeleteBucketEncryptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8690
8973
|
...commonParams,
|
|
8691
8974
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -8704,7 +8987,6 @@ var DeleteBucketEncryptionCommand = _DeleteBucketEncryptionCommand;
|
|
|
8704
8987
|
|
|
8705
8988
|
|
|
8706
8989
|
|
|
8707
|
-
|
|
8708
8990
|
var _DeleteBucketIntelligentTieringConfigurationCommand = class _DeleteBucketIntelligentTieringConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8709
8991
|
...commonParams,
|
|
8710
8992
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -8723,7 +9005,6 @@ var DeleteBucketIntelligentTieringConfigurationCommand = _DeleteBucketIntelligen
|
|
|
8723
9005
|
|
|
8724
9006
|
|
|
8725
9007
|
|
|
8726
|
-
|
|
8727
9008
|
var _DeleteBucketInventoryConfigurationCommand = class _DeleteBucketInventoryConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8728
9009
|
...commonParams,
|
|
8729
9010
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -8742,7 +9023,6 @@ var DeleteBucketInventoryConfigurationCommand = _DeleteBucketInventoryConfigurat
|
|
|
8742
9023
|
|
|
8743
9024
|
|
|
8744
9025
|
|
|
8745
|
-
|
|
8746
9026
|
var _DeleteBucketLifecycleCommand = class _DeleteBucketLifecycleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8747
9027
|
...commonParams,
|
|
8748
9028
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -8757,10 +9037,27 @@ var _DeleteBucketLifecycleCommand = class _DeleteBucketLifecycleCommand extends
|
|
|
8757
9037
|
__name(_DeleteBucketLifecycleCommand, "DeleteBucketLifecycleCommand");
|
|
8758
9038
|
var DeleteBucketLifecycleCommand = _DeleteBucketLifecycleCommand;
|
|
8759
9039
|
|
|
8760
|
-
// src/commands/
|
|
9040
|
+
// src/commands/DeleteBucketMetadataTableConfigurationCommand.ts
|
|
8761
9041
|
|
|
8762
9042
|
|
|
8763
9043
|
|
|
9044
|
+
var _DeleteBucketMetadataTableConfigurationCommand = class _DeleteBucketMetadataTableConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9045
|
+
...commonParams,
|
|
9046
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
9047
|
+
Bucket: { type: "contextParams", name: "Bucket" }
|
|
9048
|
+
}).m(function(Command, cs, config, o) {
|
|
9049
|
+
return [
|
|
9050
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9051
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9052
|
+
];
|
|
9053
|
+
}).s("AmazonS3", "DeleteBucketMetadataTableConfiguration", {}).n("S3Client", "DeleteBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_DeleteBucketMetadataTableConfigurationCommand).de(de_DeleteBucketMetadataTableConfigurationCommand).build() {
|
|
9054
|
+
};
|
|
9055
|
+
__name(_DeleteBucketMetadataTableConfigurationCommand, "DeleteBucketMetadataTableConfigurationCommand");
|
|
9056
|
+
var DeleteBucketMetadataTableConfigurationCommand = _DeleteBucketMetadataTableConfigurationCommand;
|
|
9057
|
+
|
|
9058
|
+
// src/commands/DeleteBucketMetricsConfigurationCommand.ts
|
|
9059
|
+
|
|
9060
|
+
|
|
8764
9061
|
|
|
8765
9062
|
var _DeleteBucketMetricsConfigurationCommand = class _DeleteBucketMetricsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8766
9063
|
...commonParams,
|
|
@@ -8780,7 +9077,6 @@ var DeleteBucketMetricsConfigurationCommand = _DeleteBucketMetricsConfigurationC
|
|
|
8780
9077
|
|
|
8781
9078
|
|
|
8782
9079
|
|
|
8783
|
-
|
|
8784
9080
|
var _DeleteBucketOwnershipControlsCommand = class _DeleteBucketOwnershipControlsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8785
9081
|
...commonParams,
|
|
8786
9082
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -8799,7 +9095,6 @@ var DeleteBucketOwnershipControlsCommand = _DeleteBucketOwnershipControlsCommand
|
|
|
8799
9095
|
|
|
8800
9096
|
|
|
8801
9097
|
|
|
8802
|
-
|
|
8803
9098
|
var _DeleteBucketPolicyCommand = class _DeleteBucketPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8804
9099
|
...commonParams,
|
|
8805
9100
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -8818,7 +9113,6 @@ var DeleteBucketPolicyCommand = _DeleteBucketPolicyCommand;
|
|
|
8818
9113
|
|
|
8819
9114
|
|
|
8820
9115
|
|
|
8821
|
-
|
|
8822
9116
|
var _DeleteBucketReplicationCommand = class _DeleteBucketReplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8823
9117
|
...commonParams,
|
|
8824
9118
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -8837,7 +9131,6 @@ var DeleteBucketReplicationCommand = _DeleteBucketReplicationCommand;
|
|
|
8837
9131
|
|
|
8838
9132
|
|
|
8839
9133
|
|
|
8840
|
-
|
|
8841
9134
|
var _DeleteBucketTaggingCommand = class _DeleteBucketTaggingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8842
9135
|
...commonParams,
|
|
8843
9136
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -8856,7 +9149,6 @@ var DeleteBucketTaggingCommand = _DeleteBucketTaggingCommand;
|
|
|
8856
9149
|
|
|
8857
9150
|
|
|
8858
9151
|
|
|
8859
|
-
|
|
8860
9152
|
var _DeleteBucketWebsiteCommand = class _DeleteBucketWebsiteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8861
9153
|
...commonParams,
|
|
8862
9154
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -8872,7 +9164,7 @@ __name(_DeleteBucketWebsiteCommand, "DeleteBucketWebsiteCommand");
|
|
|
8872
9164
|
var DeleteBucketWebsiteCommand = _DeleteBucketWebsiteCommand;
|
|
8873
9165
|
|
|
8874
9166
|
// src/commands/DeleteObjectCommand.ts
|
|
8875
|
-
|
|
9167
|
+
var import_middleware_sdk_s38 = require("@aws-sdk/middleware-sdk-s3");
|
|
8876
9168
|
|
|
8877
9169
|
|
|
8878
9170
|
|
|
@@ -8883,7 +9175,8 @@ var _DeleteObjectCommand = class _DeleteObjectCommand extends import_smithy_clie
|
|
|
8883
9175
|
}).m(function(Command, cs, config, o) {
|
|
8884
9176
|
return [
|
|
8885
9177
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8886
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9178
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9179
|
+
(0, import_middleware_sdk_s38.getThrow200ExceptionsPlugin)(config)
|
|
8887
9180
|
];
|
|
8888
9181
|
}).s("AmazonS3", "DeleteObject", {}).n("S3Client", "DeleteObjectCommand").f(void 0, void 0).ser(se_DeleteObjectCommand).de(de_DeleteObjectCommand).build() {
|
|
8889
9182
|
};
|
|
@@ -8891,8 +9184,8 @@ __name(_DeleteObjectCommand, "DeleteObjectCommand");
|
|
|
8891
9184
|
var DeleteObjectCommand = _DeleteObjectCommand;
|
|
8892
9185
|
|
|
8893
9186
|
// src/commands/DeleteObjectsCommand.ts
|
|
8894
|
-
var import_middleware_flexible_checksums = require("@aws-sdk/middleware-flexible-checksums");
|
|
8895
9187
|
|
|
9188
|
+
var import_middleware_sdk_s39 = require("@aws-sdk/middleware-sdk-s3");
|
|
8896
9189
|
|
|
8897
9190
|
|
|
8898
9191
|
|
|
@@ -8904,10 +9197,11 @@ var _DeleteObjectsCommand = class _DeleteObjectsCommand extends import_smithy_cl
|
|
|
8904
9197
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8905
9198
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
8906
9199
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
8907
|
-
input: this.input,
|
|
8908
9200
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
9201
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
8909
9202
|
requestChecksumRequired: true
|
|
8910
|
-
})
|
|
9203
|
+
}),
|
|
9204
|
+
(0, import_middleware_sdk_s39.getThrow200ExceptionsPlugin)(config)
|
|
8911
9205
|
];
|
|
8912
9206
|
}).s("AmazonS3", "DeleteObjects", {}).n("S3Client", "DeleteObjectsCommand").f(void 0, void 0).ser(se_DeleteObjectsCommand).de(de_DeleteObjectsCommand).build() {
|
|
8913
9207
|
};
|
|
@@ -8915,7 +9209,7 @@ __name(_DeleteObjectsCommand, "DeleteObjectsCommand");
|
|
|
8915
9209
|
var DeleteObjectsCommand = _DeleteObjectsCommand;
|
|
8916
9210
|
|
|
8917
9211
|
// src/commands/DeleteObjectTaggingCommand.ts
|
|
8918
|
-
|
|
9212
|
+
var import_middleware_sdk_s310 = require("@aws-sdk/middleware-sdk-s3");
|
|
8919
9213
|
|
|
8920
9214
|
|
|
8921
9215
|
|
|
@@ -8925,7 +9219,8 @@ var _DeleteObjectTaggingCommand = class _DeleteObjectTaggingCommand extends impo
|
|
|
8925
9219
|
}).m(function(Command, cs, config, o) {
|
|
8926
9220
|
return [
|
|
8927
9221
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8928
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9222
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9223
|
+
(0, import_middleware_sdk_s310.getThrow200ExceptionsPlugin)(config)
|
|
8929
9224
|
];
|
|
8930
9225
|
}).s("AmazonS3", "DeleteObjectTagging", {}).n("S3Client", "DeleteObjectTaggingCommand").f(void 0, void 0).ser(se_DeleteObjectTaggingCommand).de(de_DeleteObjectTaggingCommand).build() {
|
|
8931
9226
|
};
|
|
@@ -8936,7 +9231,6 @@ var DeleteObjectTaggingCommand = _DeleteObjectTaggingCommand;
|
|
|
8936
9231
|
|
|
8937
9232
|
|
|
8938
9233
|
|
|
8939
|
-
|
|
8940
9234
|
var _DeletePublicAccessBlockCommand = class _DeletePublicAccessBlockCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8941
9235
|
...commonParams,
|
|
8942
9236
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -8952,7 +9246,7 @@ __name(_DeletePublicAccessBlockCommand, "DeletePublicAccessBlockCommand");
|
|
|
8952
9246
|
var DeletePublicAccessBlockCommand = _DeletePublicAccessBlockCommand;
|
|
8953
9247
|
|
|
8954
9248
|
// src/commands/GetBucketAccelerateConfigurationCommand.ts
|
|
8955
|
-
|
|
9249
|
+
var import_middleware_sdk_s311 = require("@aws-sdk/middleware-sdk-s3");
|
|
8956
9250
|
|
|
8957
9251
|
|
|
8958
9252
|
|
|
@@ -8963,7 +9257,8 @@ var _GetBucketAccelerateConfigurationCommand = class _GetBucketAccelerateConfigu
|
|
|
8963
9257
|
}).m(function(Command, cs, config, o) {
|
|
8964
9258
|
return [
|
|
8965
9259
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8966
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9260
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9261
|
+
(0, import_middleware_sdk_s311.getThrow200ExceptionsPlugin)(config)
|
|
8967
9262
|
];
|
|
8968
9263
|
}).s("AmazonS3", "GetBucketAccelerateConfiguration", {}).n("S3Client", "GetBucketAccelerateConfigurationCommand").f(void 0, void 0).ser(se_GetBucketAccelerateConfigurationCommand).de(de_GetBucketAccelerateConfigurationCommand).build() {
|
|
8969
9264
|
};
|
|
@@ -8971,7 +9266,7 @@ __name(_GetBucketAccelerateConfigurationCommand, "GetBucketAccelerateConfigurati
|
|
|
8971
9266
|
var GetBucketAccelerateConfigurationCommand = _GetBucketAccelerateConfigurationCommand;
|
|
8972
9267
|
|
|
8973
9268
|
// src/commands/GetBucketAclCommand.ts
|
|
8974
|
-
|
|
9269
|
+
var import_middleware_sdk_s312 = require("@aws-sdk/middleware-sdk-s3");
|
|
8975
9270
|
|
|
8976
9271
|
|
|
8977
9272
|
|
|
@@ -8982,7 +9277,8 @@ var _GetBucketAclCommand = class _GetBucketAclCommand extends import_smithy_clie
|
|
|
8982
9277
|
}).m(function(Command, cs, config, o) {
|
|
8983
9278
|
return [
|
|
8984
9279
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8985
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9280
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9281
|
+
(0, import_middleware_sdk_s312.getThrow200ExceptionsPlugin)(config)
|
|
8986
9282
|
];
|
|
8987
9283
|
}).s("AmazonS3", "GetBucketAcl", {}).n("S3Client", "GetBucketAclCommand").f(void 0, void 0).ser(se_GetBucketAclCommand).de(de_GetBucketAclCommand).build() {
|
|
8988
9284
|
};
|
|
@@ -8990,7 +9286,7 @@ __name(_GetBucketAclCommand, "GetBucketAclCommand");
|
|
|
8990
9286
|
var GetBucketAclCommand = _GetBucketAclCommand;
|
|
8991
9287
|
|
|
8992
9288
|
// src/commands/GetBucketAnalyticsConfigurationCommand.ts
|
|
8993
|
-
|
|
9289
|
+
var import_middleware_sdk_s313 = require("@aws-sdk/middleware-sdk-s3");
|
|
8994
9290
|
|
|
8995
9291
|
|
|
8996
9292
|
|
|
@@ -9001,7 +9297,8 @@ var _GetBucketAnalyticsConfigurationCommand = class _GetBucketAnalyticsConfigura
|
|
|
9001
9297
|
}).m(function(Command, cs, config, o) {
|
|
9002
9298
|
return [
|
|
9003
9299
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9004
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9300
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9301
|
+
(0, import_middleware_sdk_s313.getThrow200ExceptionsPlugin)(config)
|
|
9005
9302
|
];
|
|
9006
9303
|
}).s("AmazonS3", "GetBucketAnalyticsConfiguration", {}).n("S3Client", "GetBucketAnalyticsConfigurationCommand").f(void 0, void 0).ser(se_GetBucketAnalyticsConfigurationCommand).de(de_GetBucketAnalyticsConfigurationCommand).build() {
|
|
9007
9304
|
};
|
|
@@ -9009,7 +9306,7 @@ __name(_GetBucketAnalyticsConfigurationCommand, "GetBucketAnalyticsConfiguration
|
|
|
9009
9306
|
var GetBucketAnalyticsConfigurationCommand = _GetBucketAnalyticsConfigurationCommand;
|
|
9010
9307
|
|
|
9011
9308
|
// src/commands/GetBucketCorsCommand.ts
|
|
9012
|
-
|
|
9309
|
+
var import_middleware_sdk_s314 = require("@aws-sdk/middleware-sdk-s3");
|
|
9013
9310
|
|
|
9014
9311
|
|
|
9015
9312
|
|
|
@@ -9020,7 +9317,8 @@ var _GetBucketCorsCommand = class _GetBucketCorsCommand extends import_smithy_cl
|
|
|
9020
9317
|
}).m(function(Command, cs, config, o) {
|
|
9021
9318
|
return [
|
|
9022
9319
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9023
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9320
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9321
|
+
(0, import_middleware_sdk_s314.getThrow200ExceptionsPlugin)(config)
|
|
9024
9322
|
];
|
|
9025
9323
|
}).s("AmazonS3", "GetBucketCors", {}).n("S3Client", "GetBucketCorsCommand").f(void 0, void 0).ser(se_GetBucketCorsCommand).de(de_GetBucketCorsCommand).build() {
|
|
9026
9324
|
};
|
|
@@ -9028,7 +9326,7 @@ __name(_GetBucketCorsCommand, "GetBucketCorsCommand");
|
|
|
9028
9326
|
var GetBucketCorsCommand = _GetBucketCorsCommand;
|
|
9029
9327
|
|
|
9030
9328
|
// src/commands/GetBucketEncryptionCommand.ts
|
|
9031
|
-
|
|
9329
|
+
var import_middleware_sdk_s315 = require("@aws-sdk/middleware-sdk-s3");
|
|
9032
9330
|
|
|
9033
9331
|
|
|
9034
9332
|
|
|
@@ -9039,7 +9337,8 @@ var _GetBucketEncryptionCommand = class _GetBucketEncryptionCommand extends impo
|
|
|
9039
9337
|
}).m(function(Command, cs, config, o) {
|
|
9040
9338
|
return [
|
|
9041
9339
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9042
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9340
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9341
|
+
(0, import_middleware_sdk_s315.getThrow200ExceptionsPlugin)(config)
|
|
9043
9342
|
];
|
|
9044
9343
|
}).s("AmazonS3", "GetBucketEncryption", {}).n("S3Client", "GetBucketEncryptionCommand").f(void 0, GetBucketEncryptionOutputFilterSensitiveLog).ser(se_GetBucketEncryptionCommand).de(de_GetBucketEncryptionCommand).build() {
|
|
9045
9344
|
};
|
|
@@ -9047,7 +9346,7 @@ __name(_GetBucketEncryptionCommand, "GetBucketEncryptionCommand");
|
|
|
9047
9346
|
var GetBucketEncryptionCommand = _GetBucketEncryptionCommand;
|
|
9048
9347
|
|
|
9049
9348
|
// src/commands/GetBucketIntelligentTieringConfigurationCommand.ts
|
|
9050
|
-
|
|
9349
|
+
var import_middleware_sdk_s316 = require("@aws-sdk/middleware-sdk-s3");
|
|
9051
9350
|
|
|
9052
9351
|
|
|
9053
9352
|
|
|
@@ -9058,7 +9357,8 @@ var _GetBucketIntelligentTieringConfigurationCommand = class _GetBucketIntellige
|
|
|
9058
9357
|
}).m(function(Command, cs, config, o) {
|
|
9059
9358
|
return [
|
|
9060
9359
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9061
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9360
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9361
|
+
(0, import_middleware_sdk_s316.getThrow200ExceptionsPlugin)(config)
|
|
9062
9362
|
];
|
|
9063
9363
|
}).s("AmazonS3", "GetBucketIntelligentTieringConfiguration", {}).n("S3Client", "GetBucketIntelligentTieringConfigurationCommand").f(void 0, void 0).ser(se_GetBucketIntelligentTieringConfigurationCommand).de(de_GetBucketIntelligentTieringConfigurationCommand).build() {
|
|
9064
9364
|
};
|
|
@@ -9066,7 +9366,7 @@ __name(_GetBucketIntelligentTieringConfigurationCommand, "GetBucketIntelligentTi
|
|
|
9066
9366
|
var GetBucketIntelligentTieringConfigurationCommand = _GetBucketIntelligentTieringConfigurationCommand;
|
|
9067
9367
|
|
|
9068
9368
|
// src/commands/GetBucketInventoryConfigurationCommand.ts
|
|
9069
|
-
|
|
9369
|
+
var import_middleware_sdk_s317 = require("@aws-sdk/middleware-sdk-s3");
|
|
9070
9370
|
|
|
9071
9371
|
|
|
9072
9372
|
|
|
@@ -9077,7 +9377,8 @@ var _GetBucketInventoryConfigurationCommand = class _GetBucketInventoryConfigura
|
|
|
9077
9377
|
}).m(function(Command, cs, config, o) {
|
|
9078
9378
|
return [
|
|
9079
9379
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9080
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9380
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9381
|
+
(0, import_middleware_sdk_s317.getThrow200ExceptionsPlugin)(config)
|
|
9081
9382
|
];
|
|
9082
9383
|
}).s("AmazonS3", "GetBucketInventoryConfiguration", {}).n("S3Client", "GetBucketInventoryConfigurationCommand").f(void 0, GetBucketInventoryConfigurationOutputFilterSensitiveLog).ser(se_GetBucketInventoryConfigurationCommand).de(de_GetBucketInventoryConfigurationCommand).build() {
|
|
9083
9384
|
};
|
|
@@ -9085,7 +9386,7 @@ __name(_GetBucketInventoryConfigurationCommand, "GetBucketInventoryConfiguration
|
|
|
9085
9386
|
var GetBucketInventoryConfigurationCommand = _GetBucketInventoryConfigurationCommand;
|
|
9086
9387
|
|
|
9087
9388
|
// src/commands/GetBucketLifecycleConfigurationCommand.ts
|
|
9088
|
-
|
|
9389
|
+
var import_middleware_sdk_s318 = require("@aws-sdk/middleware-sdk-s3");
|
|
9089
9390
|
|
|
9090
9391
|
|
|
9091
9392
|
|
|
@@ -9096,7 +9397,8 @@ var _GetBucketLifecycleConfigurationCommand = class _GetBucketLifecycleConfigura
|
|
|
9096
9397
|
}).m(function(Command, cs, config, o) {
|
|
9097
9398
|
return [
|
|
9098
9399
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9099
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9400
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9401
|
+
(0, import_middleware_sdk_s318.getThrow200ExceptionsPlugin)(config)
|
|
9100
9402
|
];
|
|
9101
9403
|
}).s("AmazonS3", "GetBucketLifecycleConfiguration", {}).n("S3Client", "GetBucketLifecycleConfigurationCommand").f(void 0, void 0).ser(se_GetBucketLifecycleConfigurationCommand).de(de_GetBucketLifecycleConfigurationCommand).build() {
|
|
9102
9404
|
};
|
|
@@ -9104,7 +9406,7 @@ __name(_GetBucketLifecycleConfigurationCommand, "GetBucketLifecycleConfiguration
|
|
|
9104
9406
|
var GetBucketLifecycleConfigurationCommand = _GetBucketLifecycleConfigurationCommand;
|
|
9105
9407
|
|
|
9106
9408
|
// src/commands/GetBucketLocationCommand.ts
|
|
9107
|
-
|
|
9409
|
+
var import_middleware_sdk_s319 = require("@aws-sdk/middleware-sdk-s3");
|
|
9108
9410
|
|
|
9109
9411
|
|
|
9110
9412
|
|
|
@@ -9115,7 +9417,8 @@ var _GetBucketLocationCommand = class _GetBucketLocationCommand extends import_s
|
|
|
9115
9417
|
}).m(function(Command, cs, config, o) {
|
|
9116
9418
|
return [
|
|
9117
9419
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9118
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9420
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9421
|
+
(0, import_middleware_sdk_s319.getThrow200ExceptionsPlugin)(config)
|
|
9119
9422
|
];
|
|
9120
9423
|
}).s("AmazonS3", "GetBucketLocation", {}).n("S3Client", "GetBucketLocationCommand").f(void 0, void 0).ser(se_GetBucketLocationCommand).de(de_GetBucketLocationCommand).build() {
|
|
9121
9424
|
};
|
|
@@ -9123,7 +9426,7 @@ __name(_GetBucketLocationCommand, "GetBucketLocationCommand");
|
|
|
9123
9426
|
var GetBucketLocationCommand = _GetBucketLocationCommand;
|
|
9124
9427
|
|
|
9125
9428
|
// src/commands/GetBucketLoggingCommand.ts
|
|
9126
|
-
|
|
9429
|
+
var import_middleware_sdk_s320 = require("@aws-sdk/middleware-sdk-s3");
|
|
9127
9430
|
|
|
9128
9431
|
|
|
9129
9432
|
|
|
@@ -9134,17 +9437,38 @@ var _GetBucketLoggingCommand = class _GetBucketLoggingCommand extends import_smi
|
|
|
9134
9437
|
}).m(function(Command, cs, config, o) {
|
|
9135
9438
|
return [
|
|
9136
9439
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9137
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9440
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9441
|
+
(0, import_middleware_sdk_s320.getThrow200ExceptionsPlugin)(config)
|
|
9138
9442
|
];
|
|
9139
9443
|
}).s("AmazonS3", "GetBucketLogging", {}).n("S3Client", "GetBucketLoggingCommand").f(void 0, void 0).ser(se_GetBucketLoggingCommand).de(de_GetBucketLoggingCommand).build() {
|
|
9140
9444
|
};
|
|
9141
9445
|
__name(_GetBucketLoggingCommand, "GetBucketLoggingCommand");
|
|
9142
9446
|
var GetBucketLoggingCommand = _GetBucketLoggingCommand;
|
|
9143
9447
|
|
|
9144
|
-
// src/commands/
|
|
9448
|
+
// src/commands/GetBucketMetadataTableConfigurationCommand.ts
|
|
9449
|
+
var import_middleware_sdk_s321 = require("@aws-sdk/middleware-sdk-s3");
|
|
9145
9450
|
|
|
9146
9451
|
|
|
9147
9452
|
|
|
9453
|
+
var _GetBucketMetadataTableConfigurationCommand = class _GetBucketMetadataTableConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9454
|
+
...commonParams,
|
|
9455
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
9456
|
+
Bucket: { type: "contextParams", name: "Bucket" }
|
|
9457
|
+
}).m(function(Command, cs, config, o) {
|
|
9458
|
+
return [
|
|
9459
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9460
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9461
|
+
(0, import_middleware_sdk_s321.getThrow200ExceptionsPlugin)(config)
|
|
9462
|
+
];
|
|
9463
|
+
}).s("AmazonS3", "GetBucketMetadataTableConfiguration", {}).n("S3Client", "GetBucketMetadataTableConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetadataTableConfigurationCommand).de(de_GetBucketMetadataTableConfigurationCommand).build() {
|
|
9464
|
+
};
|
|
9465
|
+
__name(_GetBucketMetadataTableConfigurationCommand, "GetBucketMetadataTableConfigurationCommand");
|
|
9466
|
+
var GetBucketMetadataTableConfigurationCommand = _GetBucketMetadataTableConfigurationCommand;
|
|
9467
|
+
|
|
9468
|
+
// src/commands/GetBucketMetricsConfigurationCommand.ts
|
|
9469
|
+
var import_middleware_sdk_s322 = require("@aws-sdk/middleware-sdk-s3");
|
|
9470
|
+
|
|
9471
|
+
|
|
9148
9472
|
|
|
9149
9473
|
var _GetBucketMetricsConfigurationCommand = class _GetBucketMetricsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9150
9474
|
...commonParams,
|
|
@@ -9153,7 +9477,8 @@ var _GetBucketMetricsConfigurationCommand = class _GetBucketMetricsConfiguration
|
|
|
9153
9477
|
}).m(function(Command, cs, config, o) {
|
|
9154
9478
|
return [
|
|
9155
9479
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9156
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9480
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9481
|
+
(0, import_middleware_sdk_s322.getThrow200ExceptionsPlugin)(config)
|
|
9157
9482
|
];
|
|
9158
9483
|
}).s("AmazonS3", "GetBucketMetricsConfiguration", {}).n("S3Client", "GetBucketMetricsConfigurationCommand").f(void 0, void 0).ser(se_GetBucketMetricsConfigurationCommand).de(de_GetBucketMetricsConfigurationCommand).build() {
|
|
9159
9484
|
};
|
|
@@ -9161,7 +9486,7 @@ __name(_GetBucketMetricsConfigurationCommand, "GetBucketMetricsConfigurationComm
|
|
|
9161
9486
|
var GetBucketMetricsConfigurationCommand = _GetBucketMetricsConfigurationCommand;
|
|
9162
9487
|
|
|
9163
9488
|
// src/commands/GetBucketNotificationConfigurationCommand.ts
|
|
9164
|
-
|
|
9489
|
+
var import_middleware_sdk_s323 = require("@aws-sdk/middleware-sdk-s3");
|
|
9165
9490
|
|
|
9166
9491
|
|
|
9167
9492
|
|
|
@@ -9172,7 +9497,8 @@ var _GetBucketNotificationConfigurationCommand = class _GetBucketNotificationCon
|
|
|
9172
9497
|
}).m(function(Command, cs, config, o) {
|
|
9173
9498
|
return [
|
|
9174
9499
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9175
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9500
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9501
|
+
(0, import_middleware_sdk_s323.getThrow200ExceptionsPlugin)(config)
|
|
9176
9502
|
];
|
|
9177
9503
|
}).s("AmazonS3", "GetBucketNotificationConfiguration", {}).n("S3Client", "GetBucketNotificationConfigurationCommand").f(void 0, void 0).ser(se_GetBucketNotificationConfigurationCommand).de(de_GetBucketNotificationConfigurationCommand).build() {
|
|
9178
9504
|
};
|
|
@@ -9180,7 +9506,7 @@ __name(_GetBucketNotificationConfigurationCommand, "GetBucketNotificationConfigu
|
|
|
9180
9506
|
var GetBucketNotificationConfigurationCommand = _GetBucketNotificationConfigurationCommand;
|
|
9181
9507
|
|
|
9182
9508
|
// src/commands/GetBucketOwnershipControlsCommand.ts
|
|
9183
|
-
|
|
9509
|
+
var import_middleware_sdk_s324 = require("@aws-sdk/middleware-sdk-s3");
|
|
9184
9510
|
|
|
9185
9511
|
|
|
9186
9512
|
|
|
@@ -9191,7 +9517,8 @@ var _GetBucketOwnershipControlsCommand = class _GetBucketOwnershipControlsComman
|
|
|
9191
9517
|
}).m(function(Command, cs, config, o) {
|
|
9192
9518
|
return [
|
|
9193
9519
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9194
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9520
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9521
|
+
(0, import_middleware_sdk_s324.getThrow200ExceptionsPlugin)(config)
|
|
9195
9522
|
];
|
|
9196
9523
|
}).s("AmazonS3", "GetBucketOwnershipControls", {}).n("S3Client", "GetBucketOwnershipControlsCommand").f(void 0, void 0).ser(se_GetBucketOwnershipControlsCommand).de(de_GetBucketOwnershipControlsCommand).build() {
|
|
9197
9524
|
};
|
|
@@ -9199,7 +9526,7 @@ __name(_GetBucketOwnershipControlsCommand, "GetBucketOwnershipControlsCommand");
|
|
|
9199
9526
|
var GetBucketOwnershipControlsCommand = _GetBucketOwnershipControlsCommand;
|
|
9200
9527
|
|
|
9201
9528
|
// src/commands/GetBucketPolicyCommand.ts
|
|
9202
|
-
|
|
9529
|
+
var import_middleware_sdk_s325 = require("@aws-sdk/middleware-sdk-s3");
|
|
9203
9530
|
|
|
9204
9531
|
|
|
9205
9532
|
|
|
@@ -9210,7 +9537,8 @@ var _GetBucketPolicyCommand = class _GetBucketPolicyCommand extends import_smith
|
|
|
9210
9537
|
}).m(function(Command, cs, config, o) {
|
|
9211
9538
|
return [
|
|
9212
9539
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9213
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9540
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9541
|
+
(0, import_middleware_sdk_s325.getThrow200ExceptionsPlugin)(config)
|
|
9214
9542
|
];
|
|
9215
9543
|
}).s("AmazonS3", "GetBucketPolicy", {}).n("S3Client", "GetBucketPolicyCommand").f(void 0, void 0).ser(se_GetBucketPolicyCommand).de(de_GetBucketPolicyCommand).build() {
|
|
9216
9544
|
};
|
|
@@ -9218,7 +9546,7 @@ __name(_GetBucketPolicyCommand, "GetBucketPolicyCommand");
|
|
|
9218
9546
|
var GetBucketPolicyCommand = _GetBucketPolicyCommand;
|
|
9219
9547
|
|
|
9220
9548
|
// src/commands/GetBucketPolicyStatusCommand.ts
|
|
9221
|
-
|
|
9549
|
+
var import_middleware_sdk_s326 = require("@aws-sdk/middleware-sdk-s3");
|
|
9222
9550
|
|
|
9223
9551
|
|
|
9224
9552
|
|
|
@@ -9229,7 +9557,8 @@ var _GetBucketPolicyStatusCommand = class _GetBucketPolicyStatusCommand extends
|
|
|
9229
9557
|
}).m(function(Command, cs, config, o) {
|
|
9230
9558
|
return [
|
|
9231
9559
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9232
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9560
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9561
|
+
(0, import_middleware_sdk_s326.getThrow200ExceptionsPlugin)(config)
|
|
9233
9562
|
];
|
|
9234
9563
|
}).s("AmazonS3", "GetBucketPolicyStatus", {}).n("S3Client", "GetBucketPolicyStatusCommand").f(void 0, void 0).ser(se_GetBucketPolicyStatusCommand).de(de_GetBucketPolicyStatusCommand).build() {
|
|
9235
9564
|
};
|
|
@@ -9237,7 +9566,7 @@ __name(_GetBucketPolicyStatusCommand, "GetBucketPolicyStatusCommand");
|
|
|
9237
9566
|
var GetBucketPolicyStatusCommand = _GetBucketPolicyStatusCommand;
|
|
9238
9567
|
|
|
9239
9568
|
// src/commands/GetBucketReplicationCommand.ts
|
|
9240
|
-
|
|
9569
|
+
var import_middleware_sdk_s327 = require("@aws-sdk/middleware-sdk-s3");
|
|
9241
9570
|
|
|
9242
9571
|
|
|
9243
9572
|
|
|
@@ -9248,7 +9577,8 @@ var _GetBucketReplicationCommand = class _GetBucketReplicationCommand extends im
|
|
|
9248
9577
|
}).m(function(Command, cs, config, o) {
|
|
9249
9578
|
return [
|
|
9250
9579
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9251
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9580
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9581
|
+
(0, import_middleware_sdk_s327.getThrow200ExceptionsPlugin)(config)
|
|
9252
9582
|
];
|
|
9253
9583
|
}).s("AmazonS3", "GetBucketReplication", {}).n("S3Client", "GetBucketReplicationCommand").f(void 0, void 0).ser(se_GetBucketReplicationCommand).de(de_GetBucketReplicationCommand).build() {
|
|
9254
9584
|
};
|
|
@@ -9256,7 +9586,7 @@ __name(_GetBucketReplicationCommand, "GetBucketReplicationCommand");
|
|
|
9256
9586
|
var GetBucketReplicationCommand = _GetBucketReplicationCommand;
|
|
9257
9587
|
|
|
9258
9588
|
// src/commands/GetBucketRequestPaymentCommand.ts
|
|
9259
|
-
|
|
9589
|
+
var import_middleware_sdk_s328 = require("@aws-sdk/middleware-sdk-s3");
|
|
9260
9590
|
|
|
9261
9591
|
|
|
9262
9592
|
|
|
@@ -9267,7 +9597,8 @@ var _GetBucketRequestPaymentCommand = class _GetBucketRequestPaymentCommand exte
|
|
|
9267
9597
|
}).m(function(Command, cs, config, o) {
|
|
9268
9598
|
return [
|
|
9269
9599
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9270
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9600
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9601
|
+
(0, import_middleware_sdk_s328.getThrow200ExceptionsPlugin)(config)
|
|
9271
9602
|
];
|
|
9272
9603
|
}).s("AmazonS3", "GetBucketRequestPayment", {}).n("S3Client", "GetBucketRequestPaymentCommand").f(void 0, void 0).ser(se_GetBucketRequestPaymentCommand).de(de_GetBucketRequestPaymentCommand).build() {
|
|
9273
9604
|
};
|
|
@@ -9275,7 +9606,7 @@ __name(_GetBucketRequestPaymentCommand, "GetBucketRequestPaymentCommand");
|
|
|
9275
9606
|
var GetBucketRequestPaymentCommand = _GetBucketRequestPaymentCommand;
|
|
9276
9607
|
|
|
9277
9608
|
// src/commands/GetBucketTaggingCommand.ts
|
|
9278
|
-
|
|
9609
|
+
var import_middleware_sdk_s329 = require("@aws-sdk/middleware-sdk-s3");
|
|
9279
9610
|
|
|
9280
9611
|
|
|
9281
9612
|
|
|
@@ -9286,7 +9617,8 @@ var _GetBucketTaggingCommand = class _GetBucketTaggingCommand extends import_smi
|
|
|
9286
9617
|
}).m(function(Command, cs, config, o) {
|
|
9287
9618
|
return [
|
|
9288
9619
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9289
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9620
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9621
|
+
(0, import_middleware_sdk_s329.getThrow200ExceptionsPlugin)(config)
|
|
9290
9622
|
];
|
|
9291
9623
|
}).s("AmazonS3", "GetBucketTagging", {}).n("S3Client", "GetBucketTaggingCommand").f(void 0, void 0).ser(se_GetBucketTaggingCommand).de(de_GetBucketTaggingCommand).build() {
|
|
9292
9624
|
};
|
|
@@ -9294,7 +9626,7 @@ __name(_GetBucketTaggingCommand, "GetBucketTaggingCommand");
|
|
|
9294
9626
|
var GetBucketTaggingCommand = _GetBucketTaggingCommand;
|
|
9295
9627
|
|
|
9296
9628
|
// src/commands/GetBucketVersioningCommand.ts
|
|
9297
|
-
|
|
9629
|
+
var import_middleware_sdk_s330 = require("@aws-sdk/middleware-sdk-s3");
|
|
9298
9630
|
|
|
9299
9631
|
|
|
9300
9632
|
|
|
@@ -9305,7 +9637,8 @@ var _GetBucketVersioningCommand = class _GetBucketVersioningCommand extends impo
|
|
|
9305
9637
|
}).m(function(Command, cs, config, o) {
|
|
9306
9638
|
return [
|
|
9307
9639
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9308
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9640
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9641
|
+
(0, import_middleware_sdk_s330.getThrow200ExceptionsPlugin)(config)
|
|
9309
9642
|
];
|
|
9310
9643
|
}).s("AmazonS3", "GetBucketVersioning", {}).n("S3Client", "GetBucketVersioningCommand").f(void 0, void 0).ser(se_GetBucketVersioningCommand).de(de_GetBucketVersioningCommand).build() {
|
|
9311
9644
|
};
|
|
@@ -9313,7 +9646,7 @@ __name(_GetBucketVersioningCommand, "GetBucketVersioningCommand");
|
|
|
9313
9646
|
var GetBucketVersioningCommand = _GetBucketVersioningCommand;
|
|
9314
9647
|
|
|
9315
9648
|
// src/commands/GetBucketWebsiteCommand.ts
|
|
9316
|
-
|
|
9649
|
+
var import_middleware_sdk_s331 = require("@aws-sdk/middleware-sdk-s3");
|
|
9317
9650
|
|
|
9318
9651
|
|
|
9319
9652
|
|
|
@@ -9324,7 +9657,8 @@ var _GetBucketWebsiteCommand = class _GetBucketWebsiteCommand extends import_smi
|
|
|
9324
9657
|
}).m(function(Command, cs, config, o) {
|
|
9325
9658
|
return [
|
|
9326
9659
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9327
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9660
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9661
|
+
(0, import_middleware_sdk_s331.getThrow200ExceptionsPlugin)(config)
|
|
9328
9662
|
];
|
|
9329
9663
|
}).s("AmazonS3", "GetBucketWebsite", {}).n("S3Client", "GetBucketWebsiteCommand").f(void 0, void 0).ser(se_GetBucketWebsiteCommand).de(de_GetBucketWebsiteCommand).build() {
|
|
9330
9664
|
};
|
|
@@ -9332,7 +9666,7 @@ __name(_GetBucketWebsiteCommand, "GetBucketWebsiteCommand");
|
|
|
9332
9666
|
var GetBucketWebsiteCommand = _GetBucketWebsiteCommand;
|
|
9333
9667
|
|
|
9334
9668
|
// src/commands/GetObjectAclCommand.ts
|
|
9335
|
-
|
|
9669
|
+
var import_middleware_sdk_s332 = require("@aws-sdk/middleware-sdk-s3");
|
|
9336
9670
|
|
|
9337
9671
|
|
|
9338
9672
|
|
|
@@ -9343,7 +9677,8 @@ var _GetObjectAclCommand = class _GetObjectAclCommand extends import_smithy_clie
|
|
|
9343
9677
|
}).m(function(Command, cs, config, o) {
|
|
9344
9678
|
return [
|
|
9345
9679
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9346
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9680
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9681
|
+
(0, import_middleware_sdk_s332.getThrow200ExceptionsPlugin)(config)
|
|
9347
9682
|
];
|
|
9348
9683
|
}).s("AmazonS3", "GetObjectAcl", {}).n("S3Client", "GetObjectAclCommand").f(void 0, void 0).ser(se_GetObjectAclCommand).de(de_GetObjectAclCommand).build() {
|
|
9349
9684
|
};
|
|
@@ -9351,7 +9686,7 @@ __name(_GetObjectAclCommand, "GetObjectAclCommand");
|
|
|
9351
9686
|
var GetObjectAclCommand = _GetObjectAclCommand;
|
|
9352
9687
|
|
|
9353
9688
|
// src/commands/GetObjectAttributesCommand.ts
|
|
9354
|
-
|
|
9689
|
+
var import_middleware_sdk_s333 = require("@aws-sdk/middleware-sdk-s3");
|
|
9355
9690
|
|
|
9356
9691
|
|
|
9357
9692
|
|
|
@@ -9363,6 +9698,7 @@ var _GetObjectAttributesCommand = class _GetObjectAttributesCommand extends impo
|
|
|
9363
9698
|
return [
|
|
9364
9699
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9365
9700
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9701
|
+
(0, import_middleware_sdk_s333.getThrow200ExceptionsPlugin)(config),
|
|
9366
9702
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
9367
9703
|
];
|
|
9368
9704
|
}).s("AmazonS3", "GetObjectAttributes", {}).n("S3Client", "GetObjectAttributesCommand").f(GetObjectAttributesRequestFilterSensitiveLog, void 0).ser(se_GetObjectAttributesCommand).de(de_GetObjectAttributesCommand).build() {
|
|
@@ -9372,8 +9708,7 @@ var GetObjectAttributesCommand = _GetObjectAttributesCommand;
|
|
|
9372
9708
|
|
|
9373
9709
|
// src/commands/GetObjectCommand.ts
|
|
9374
9710
|
|
|
9375
|
-
var
|
|
9376
|
-
|
|
9711
|
+
var import_middleware_sdk_s334 = require("@aws-sdk/middleware-sdk-s3");
|
|
9377
9712
|
|
|
9378
9713
|
|
|
9379
9714
|
|
|
@@ -9386,14 +9721,13 @@ var _GetObjectCommand = class _GetObjectCommand extends import_smithy_client.Com
|
|
|
9386
9721
|
return [
|
|
9387
9722
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9388
9723
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9389
|
-
(0, import_middleware_ssec.getSsecPlugin)(config),
|
|
9390
|
-
(0, import_middleware_sdk_s34.getS3ExpiresMiddlewarePlugin)(config),
|
|
9391
9724
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9392
|
-
input: this.input,
|
|
9393
9725
|
requestChecksumRequired: false,
|
|
9394
9726
|
requestValidationModeMember: "ChecksumMode",
|
|
9395
9727
|
responseAlgorithms: ["CRC32", "CRC32C", "SHA256", "SHA1"]
|
|
9396
|
-
})
|
|
9728
|
+
}),
|
|
9729
|
+
(0, import_middleware_ssec.getSsecPlugin)(config),
|
|
9730
|
+
(0, import_middleware_sdk_s334.getS3ExpiresMiddlewarePlugin)(config)
|
|
9397
9731
|
];
|
|
9398
9732
|
}).s("AmazonS3", "GetObject", {}).n("S3Client", "GetObjectCommand").f(GetObjectRequestFilterSensitiveLog, GetObjectOutputFilterSensitiveLog).ser(se_GetObjectCommand).de(de_GetObjectCommand).build() {
|
|
9399
9733
|
};
|
|
@@ -9401,7 +9735,7 @@ __name(_GetObjectCommand, "GetObjectCommand");
|
|
|
9401
9735
|
var GetObjectCommand = _GetObjectCommand;
|
|
9402
9736
|
|
|
9403
9737
|
// src/commands/GetObjectLegalHoldCommand.ts
|
|
9404
|
-
|
|
9738
|
+
var import_middleware_sdk_s335 = require("@aws-sdk/middleware-sdk-s3");
|
|
9405
9739
|
|
|
9406
9740
|
|
|
9407
9741
|
|
|
@@ -9411,7 +9745,8 @@ var _GetObjectLegalHoldCommand = class _GetObjectLegalHoldCommand extends import
|
|
|
9411
9745
|
}).m(function(Command, cs, config, o) {
|
|
9412
9746
|
return [
|
|
9413
9747
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9414
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9748
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9749
|
+
(0, import_middleware_sdk_s335.getThrow200ExceptionsPlugin)(config)
|
|
9415
9750
|
];
|
|
9416
9751
|
}).s("AmazonS3", "GetObjectLegalHold", {}).n("S3Client", "GetObjectLegalHoldCommand").f(void 0, void 0).ser(se_GetObjectLegalHoldCommand).de(de_GetObjectLegalHoldCommand).build() {
|
|
9417
9752
|
};
|
|
@@ -9419,7 +9754,7 @@ __name(_GetObjectLegalHoldCommand, "GetObjectLegalHoldCommand");
|
|
|
9419
9754
|
var GetObjectLegalHoldCommand = _GetObjectLegalHoldCommand;
|
|
9420
9755
|
|
|
9421
9756
|
// src/commands/GetObjectLockConfigurationCommand.ts
|
|
9422
|
-
|
|
9757
|
+
var import_middleware_sdk_s336 = require("@aws-sdk/middleware-sdk-s3");
|
|
9423
9758
|
|
|
9424
9759
|
|
|
9425
9760
|
|
|
@@ -9429,7 +9764,8 @@ var _GetObjectLockConfigurationCommand = class _GetObjectLockConfigurationComman
|
|
|
9429
9764
|
}).m(function(Command, cs, config, o) {
|
|
9430
9765
|
return [
|
|
9431
9766
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9432
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9767
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9768
|
+
(0, import_middleware_sdk_s336.getThrow200ExceptionsPlugin)(config)
|
|
9433
9769
|
];
|
|
9434
9770
|
}).s("AmazonS3", "GetObjectLockConfiguration", {}).n("S3Client", "GetObjectLockConfigurationCommand").f(void 0, void 0).ser(se_GetObjectLockConfigurationCommand).de(de_GetObjectLockConfigurationCommand).build() {
|
|
9435
9771
|
};
|
|
@@ -9437,7 +9773,7 @@ __name(_GetObjectLockConfigurationCommand, "GetObjectLockConfigurationCommand");
|
|
|
9437
9773
|
var GetObjectLockConfigurationCommand = _GetObjectLockConfigurationCommand;
|
|
9438
9774
|
|
|
9439
9775
|
// src/commands/GetObjectRetentionCommand.ts
|
|
9440
|
-
|
|
9776
|
+
var import_middleware_sdk_s337 = require("@aws-sdk/middleware-sdk-s3");
|
|
9441
9777
|
|
|
9442
9778
|
|
|
9443
9779
|
|
|
@@ -9447,7 +9783,8 @@ var _GetObjectRetentionCommand = class _GetObjectRetentionCommand extends import
|
|
|
9447
9783
|
}).m(function(Command, cs, config, o) {
|
|
9448
9784
|
return [
|
|
9449
9785
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9450
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9786
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9787
|
+
(0, import_middleware_sdk_s337.getThrow200ExceptionsPlugin)(config)
|
|
9451
9788
|
];
|
|
9452
9789
|
}).s("AmazonS3", "GetObjectRetention", {}).n("S3Client", "GetObjectRetentionCommand").f(void 0, void 0).ser(se_GetObjectRetentionCommand).de(de_GetObjectRetentionCommand).build() {
|
|
9453
9790
|
};
|
|
@@ -9455,7 +9792,7 @@ __name(_GetObjectRetentionCommand, "GetObjectRetentionCommand");
|
|
|
9455
9792
|
var GetObjectRetentionCommand = _GetObjectRetentionCommand;
|
|
9456
9793
|
|
|
9457
9794
|
// src/commands/GetObjectTaggingCommand.ts
|
|
9458
|
-
|
|
9795
|
+
var import_middleware_sdk_s338 = require("@aws-sdk/middleware-sdk-s3");
|
|
9459
9796
|
|
|
9460
9797
|
|
|
9461
9798
|
|
|
@@ -9465,7 +9802,8 @@ var _GetObjectTaggingCommand = class _GetObjectTaggingCommand extends import_smi
|
|
|
9465
9802
|
}).m(function(Command, cs, config, o) {
|
|
9466
9803
|
return [
|
|
9467
9804
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9468
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9805
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9806
|
+
(0, import_middleware_sdk_s338.getThrow200ExceptionsPlugin)(config)
|
|
9469
9807
|
];
|
|
9470
9808
|
}).s("AmazonS3", "GetObjectTagging", {}).n("S3Client", "GetObjectTaggingCommand").f(void 0, void 0).ser(se_GetObjectTaggingCommand).de(de_GetObjectTaggingCommand).build() {
|
|
9471
9809
|
};
|
|
@@ -9476,7 +9814,6 @@ var GetObjectTaggingCommand = _GetObjectTaggingCommand;
|
|
|
9476
9814
|
|
|
9477
9815
|
|
|
9478
9816
|
|
|
9479
|
-
|
|
9480
9817
|
var _GetObjectTorrentCommand = class _GetObjectTorrentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9481
9818
|
...commonParams,
|
|
9482
9819
|
Bucket: { type: "contextParams", name: "Bucket" }
|
|
@@ -9491,7 +9828,7 @@ __name(_GetObjectTorrentCommand, "GetObjectTorrentCommand");
|
|
|
9491
9828
|
var GetObjectTorrentCommand = _GetObjectTorrentCommand;
|
|
9492
9829
|
|
|
9493
9830
|
// src/commands/GetPublicAccessBlockCommand.ts
|
|
9494
|
-
|
|
9831
|
+
var import_middleware_sdk_s339 = require("@aws-sdk/middleware-sdk-s3");
|
|
9495
9832
|
|
|
9496
9833
|
|
|
9497
9834
|
|
|
@@ -9502,7 +9839,8 @@ var _GetPublicAccessBlockCommand = class _GetPublicAccessBlockCommand extends im
|
|
|
9502
9839
|
}).m(function(Command, cs, config, o) {
|
|
9503
9840
|
return [
|
|
9504
9841
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9505
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9842
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9843
|
+
(0, import_middleware_sdk_s339.getThrow200ExceptionsPlugin)(config)
|
|
9506
9844
|
];
|
|
9507
9845
|
}).s("AmazonS3", "GetPublicAccessBlock", {}).n("S3Client", "GetPublicAccessBlockCommand").f(void 0, void 0).ser(se_GetPublicAccessBlockCommand).de(de_GetPublicAccessBlockCommand).build() {
|
|
9508
9846
|
};
|
|
@@ -9510,7 +9848,7 @@ __name(_GetPublicAccessBlockCommand, "GetPublicAccessBlockCommand");
|
|
|
9510
9848
|
var GetPublicAccessBlockCommand = _GetPublicAccessBlockCommand;
|
|
9511
9849
|
|
|
9512
9850
|
// src/commands/HeadBucketCommand.ts
|
|
9513
|
-
|
|
9851
|
+
var import_middleware_sdk_s340 = require("@aws-sdk/middleware-sdk-s3");
|
|
9514
9852
|
|
|
9515
9853
|
|
|
9516
9854
|
|
|
@@ -9520,7 +9858,8 @@ var _HeadBucketCommand = class _HeadBucketCommand extends import_smithy_client.C
|
|
|
9520
9858
|
}).m(function(Command, cs, config, o) {
|
|
9521
9859
|
return [
|
|
9522
9860
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9523
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9861
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9862
|
+
(0, import_middleware_sdk_s340.getThrow200ExceptionsPlugin)(config)
|
|
9524
9863
|
];
|
|
9525
9864
|
}).s("AmazonS3", "HeadBucket", {}).n("S3Client", "HeadBucketCommand").f(void 0, void 0).ser(se_HeadBucketCommand).de(de_HeadBucketCommand).build() {
|
|
9526
9865
|
};
|
|
@@ -9528,8 +9867,7 @@ __name(_HeadBucketCommand, "HeadBucketCommand");
|
|
|
9528
9867
|
var HeadBucketCommand = _HeadBucketCommand;
|
|
9529
9868
|
|
|
9530
9869
|
// src/commands/HeadObjectCommand.ts
|
|
9531
|
-
var
|
|
9532
|
-
|
|
9870
|
+
var import_middleware_sdk_s341 = require("@aws-sdk/middleware-sdk-s3");
|
|
9533
9871
|
|
|
9534
9872
|
|
|
9535
9873
|
|
|
@@ -9542,8 +9880,9 @@ var _HeadObjectCommand = class _HeadObjectCommand extends import_smithy_client.C
|
|
|
9542
9880
|
return [
|
|
9543
9881
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9544
9882
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9883
|
+
(0, import_middleware_sdk_s341.getThrow200ExceptionsPlugin)(config),
|
|
9545
9884
|
(0, import_middleware_ssec.getSsecPlugin)(config),
|
|
9546
|
-
(0,
|
|
9885
|
+
(0, import_middleware_sdk_s341.getS3ExpiresMiddlewarePlugin)(config)
|
|
9547
9886
|
];
|
|
9548
9887
|
}).s("AmazonS3", "HeadObject", {}).n("S3Client", "HeadObjectCommand").f(HeadObjectRequestFilterSensitiveLog, HeadObjectOutputFilterSensitiveLog).ser(se_HeadObjectCommand).de(de_HeadObjectCommand).build() {
|
|
9549
9888
|
};
|
|
@@ -9551,7 +9890,7 @@ __name(_HeadObjectCommand, "HeadObjectCommand");
|
|
|
9551
9890
|
var HeadObjectCommand = _HeadObjectCommand;
|
|
9552
9891
|
|
|
9553
9892
|
// src/commands/ListBucketAnalyticsConfigurationsCommand.ts
|
|
9554
|
-
|
|
9893
|
+
var import_middleware_sdk_s342 = require("@aws-sdk/middleware-sdk-s3");
|
|
9555
9894
|
|
|
9556
9895
|
|
|
9557
9896
|
|
|
@@ -9562,7 +9901,8 @@ var _ListBucketAnalyticsConfigurationsCommand = class _ListBucketAnalyticsConfig
|
|
|
9562
9901
|
}).m(function(Command, cs, config, o) {
|
|
9563
9902
|
return [
|
|
9564
9903
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9565
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9904
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9905
|
+
(0, import_middleware_sdk_s342.getThrow200ExceptionsPlugin)(config)
|
|
9566
9906
|
];
|
|
9567
9907
|
}).s("AmazonS3", "ListBucketAnalyticsConfigurations", {}).n("S3Client", "ListBucketAnalyticsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketAnalyticsConfigurationsCommand).de(de_ListBucketAnalyticsConfigurationsCommand).build() {
|
|
9568
9908
|
};
|
|
@@ -9570,7 +9910,7 @@ __name(_ListBucketAnalyticsConfigurationsCommand, "ListBucketAnalyticsConfigurat
|
|
|
9570
9910
|
var ListBucketAnalyticsConfigurationsCommand = _ListBucketAnalyticsConfigurationsCommand;
|
|
9571
9911
|
|
|
9572
9912
|
// src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts
|
|
9573
|
-
|
|
9913
|
+
var import_middleware_sdk_s343 = require("@aws-sdk/middleware-sdk-s3");
|
|
9574
9914
|
|
|
9575
9915
|
|
|
9576
9916
|
|
|
@@ -9581,7 +9921,8 @@ var _ListBucketIntelligentTieringConfigurationsCommand = class _ListBucketIntell
|
|
|
9581
9921
|
}).m(function(Command, cs, config, o) {
|
|
9582
9922
|
return [
|
|
9583
9923
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9584
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9924
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9925
|
+
(0, import_middleware_sdk_s343.getThrow200ExceptionsPlugin)(config)
|
|
9585
9926
|
];
|
|
9586
9927
|
}).s("AmazonS3", "ListBucketIntelligentTieringConfigurations", {}).n("S3Client", "ListBucketIntelligentTieringConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketIntelligentTieringConfigurationsCommand).de(de_ListBucketIntelligentTieringConfigurationsCommand).build() {
|
|
9587
9928
|
};
|
|
@@ -9589,7 +9930,7 @@ __name(_ListBucketIntelligentTieringConfigurationsCommand, "ListBucketIntelligen
|
|
|
9589
9930
|
var ListBucketIntelligentTieringConfigurationsCommand = _ListBucketIntelligentTieringConfigurationsCommand;
|
|
9590
9931
|
|
|
9591
9932
|
// src/commands/ListBucketInventoryConfigurationsCommand.ts
|
|
9592
|
-
|
|
9933
|
+
var import_middleware_sdk_s344 = require("@aws-sdk/middleware-sdk-s3");
|
|
9593
9934
|
|
|
9594
9935
|
|
|
9595
9936
|
|
|
@@ -9600,7 +9941,8 @@ var _ListBucketInventoryConfigurationsCommand = class _ListBucketInventoryConfig
|
|
|
9600
9941
|
}).m(function(Command, cs, config, o) {
|
|
9601
9942
|
return [
|
|
9602
9943
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9603
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9944
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9945
|
+
(0, import_middleware_sdk_s344.getThrow200ExceptionsPlugin)(config)
|
|
9604
9946
|
];
|
|
9605
9947
|
}).s("AmazonS3", "ListBucketInventoryConfigurations", {}).n("S3Client", "ListBucketInventoryConfigurationsCommand").f(void 0, ListBucketInventoryConfigurationsOutputFilterSensitiveLog).ser(se_ListBucketInventoryConfigurationsCommand).de(de_ListBucketInventoryConfigurationsCommand).build() {
|
|
9606
9948
|
};
|
|
@@ -9608,7 +9950,7 @@ __name(_ListBucketInventoryConfigurationsCommand, "ListBucketInventoryConfigurat
|
|
|
9608
9950
|
var ListBucketInventoryConfigurationsCommand = _ListBucketInventoryConfigurationsCommand;
|
|
9609
9951
|
|
|
9610
9952
|
// src/commands/ListBucketMetricsConfigurationsCommand.ts
|
|
9611
|
-
|
|
9953
|
+
var import_middleware_sdk_s345 = require("@aws-sdk/middleware-sdk-s3");
|
|
9612
9954
|
|
|
9613
9955
|
|
|
9614
9956
|
|
|
@@ -9618,7 +9960,8 @@ var _ListBucketMetricsConfigurationsCommand = class _ListBucketMetricsConfigurat
|
|
|
9618
9960
|
}).m(function(Command, cs, config, o) {
|
|
9619
9961
|
return [
|
|
9620
9962
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9621
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9963
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9964
|
+
(0, import_middleware_sdk_s345.getThrow200ExceptionsPlugin)(config)
|
|
9622
9965
|
];
|
|
9623
9966
|
}).s("AmazonS3", "ListBucketMetricsConfigurations", {}).n("S3Client", "ListBucketMetricsConfigurationsCommand").f(void 0, void 0).ser(se_ListBucketMetricsConfigurationsCommand).de(de_ListBucketMetricsConfigurationsCommand).build() {
|
|
9624
9967
|
};
|
|
@@ -9626,16 +9969,15 @@ __name(_ListBucketMetricsConfigurationsCommand, "ListBucketMetricsConfigurations
|
|
|
9626
9969
|
var ListBucketMetricsConfigurationsCommand = _ListBucketMetricsConfigurationsCommand;
|
|
9627
9970
|
|
|
9628
9971
|
// src/commands/ListBucketsCommand.ts
|
|
9972
|
+
var import_middleware_sdk_s346 = require("@aws-sdk/middleware-sdk-s3");
|
|
9629
9973
|
|
|
9630
9974
|
|
|
9631
9975
|
|
|
9632
|
-
|
|
9633
|
-
var _ListBucketsCommand = class _ListBucketsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9634
|
-
...commonParams
|
|
9635
|
-
}).m(function(Command, cs, config, o) {
|
|
9976
|
+
var _ListBucketsCommand = class _ListBucketsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9636
9977
|
return [
|
|
9637
9978
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9638
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9979
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9980
|
+
(0, import_middleware_sdk_s346.getThrow200ExceptionsPlugin)(config)
|
|
9639
9981
|
];
|
|
9640
9982
|
}).s("AmazonS3", "ListBuckets", {}).n("S3Client", "ListBucketsCommand").f(void 0, void 0).ser(se_ListBucketsCommand).de(de_ListBucketsCommand).build() {
|
|
9641
9983
|
};
|
|
@@ -9643,7 +9985,7 @@ __name(_ListBucketsCommand, "ListBucketsCommand");
|
|
|
9643
9985
|
var ListBucketsCommand = _ListBucketsCommand;
|
|
9644
9986
|
|
|
9645
9987
|
// src/commands/ListDirectoryBucketsCommand.ts
|
|
9646
|
-
|
|
9988
|
+
var import_middleware_sdk_s347 = require("@aws-sdk/middleware-sdk-s3");
|
|
9647
9989
|
|
|
9648
9990
|
|
|
9649
9991
|
|
|
@@ -9653,7 +9995,8 @@ var _ListDirectoryBucketsCommand = class _ListDirectoryBucketsCommand extends im
|
|
|
9653
9995
|
}).m(function(Command, cs, config, o) {
|
|
9654
9996
|
return [
|
|
9655
9997
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9656
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9998
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9999
|
+
(0, import_middleware_sdk_s347.getThrow200ExceptionsPlugin)(config)
|
|
9657
10000
|
];
|
|
9658
10001
|
}).s("AmazonS3", "ListDirectoryBuckets", {}).n("S3Client", "ListDirectoryBucketsCommand").f(void 0, void 0).ser(se_ListDirectoryBucketsCommand).de(de_ListDirectoryBucketsCommand).build() {
|
|
9659
10002
|
};
|
|
@@ -9661,7 +10004,7 @@ __name(_ListDirectoryBucketsCommand, "ListDirectoryBucketsCommand");
|
|
|
9661
10004
|
var ListDirectoryBucketsCommand = _ListDirectoryBucketsCommand;
|
|
9662
10005
|
|
|
9663
10006
|
// src/commands/ListMultipartUploadsCommand.ts
|
|
9664
|
-
|
|
10007
|
+
var import_middleware_sdk_s348 = require("@aws-sdk/middleware-sdk-s3");
|
|
9665
10008
|
|
|
9666
10009
|
|
|
9667
10010
|
|
|
@@ -9672,7 +10015,8 @@ var _ListMultipartUploadsCommand = class _ListMultipartUploadsCommand extends im
|
|
|
9672
10015
|
}).m(function(Command, cs, config, o) {
|
|
9673
10016
|
return [
|
|
9674
10017
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9675
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10018
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10019
|
+
(0, import_middleware_sdk_s348.getThrow200ExceptionsPlugin)(config)
|
|
9676
10020
|
];
|
|
9677
10021
|
}).s("AmazonS3", "ListMultipartUploads", {}).n("S3Client", "ListMultipartUploadsCommand").f(void 0, void 0).ser(se_ListMultipartUploadsCommand).de(de_ListMultipartUploadsCommand).build() {
|
|
9678
10022
|
};
|
|
@@ -9680,7 +10024,7 @@ __name(_ListMultipartUploadsCommand, "ListMultipartUploadsCommand");
|
|
|
9680
10024
|
var ListMultipartUploadsCommand = _ListMultipartUploadsCommand;
|
|
9681
10025
|
|
|
9682
10026
|
// src/commands/ListObjectsCommand.ts
|
|
9683
|
-
|
|
10027
|
+
var import_middleware_sdk_s349 = require("@aws-sdk/middleware-sdk-s3");
|
|
9684
10028
|
|
|
9685
10029
|
|
|
9686
10030
|
|
|
@@ -9691,7 +10035,8 @@ var _ListObjectsCommand = class _ListObjectsCommand extends import_smithy_client
|
|
|
9691
10035
|
}).m(function(Command, cs, config, o) {
|
|
9692
10036
|
return [
|
|
9693
10037
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9694
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10038
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10039
|
+
(0, import_middleware_sdk_s349.getThrow200ExceptionsPlugin)(config)
|
|
9695
10040
|
];
|
|
9696
10041
|
}).s("AmazonS3", "ListObjects", {}).n("S3Client", "ListObjectsCommand").f(void 0, void 0).ser(se_ListObjectsCommand).de(de_ListObjectsCommand).build() {
|
|
9697
10042
|
};
|
|
@@ -9699,7 +10044,7 @@ __name(_ListObjectsCommand, "ListObjectsCommand");
|
|
|
9699
10044
|
var ListObjectsCommand = _ListObjectsCommand;
|
|
9700
10045
|
|
|
9701
10046
|
// src/commands/ListObjectsV2Command.ts
|
|
9702
|
-
|
|
10047
|
+
var import_middleware_sdk_s350 = require("@aws-sdk/middleware-sdk-s3");
|
|
9703
10048
|
|
|
9704
10049
|
|
|
9705
10050
|
|
|
@@ -9710,7 +10055,8 @@ var _ListObjectsV2Command = class _ListObjectsV2Command extends import_smithy_cl
|
|
|
9710
10055
|
}).m(function(Command, cs, config, o) {
|
|
9711
10056
|
return [
|
|
9712
10057
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9713
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10058
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10059
|
+
(0, import_middleware_sdk_s350.getThrow200ExceptionsPlugin)(config)
|
|
9714
10060
|
];
|
|
9715
10061
|
}).s("AmazonS3", "ListObjectsV2", {}).n("S3Client", "ListObjectsV2Command").f(void 0, void 0).ser(se_ListObjectsV2Command).de(de_ListObjectsV2Command).build() {
|
|
9716
10062
|
};
|
|
@@ -9718,7 +10064,7 @@ __name(_ListObjectsV2Command, "ListObjectsV2Command");
|
|
|
9718
10064
|
var ListObjectsV2Command = _ListObjectsV2Command;
|
|
9719
10065
|
|
|
9720
10066
|
// src/commands/ListObjectVersionsCommand.ts
|
|
9721
|
-
|
|
10067
|
+
var import_middleware_sdk_s351 = require("@aws-sdk/middleware-sdk-s3");
|
|
9722
10068
|
|
|
9723
10069
|
|
|
9724
10070
|
|
|
@@ -9729,7 +10075,8 @@ var _ListObjectVersionsCommand = class _ListObjectVersionsCommand extends import
|
|
|
9729
10075
|
}).m(function(Command, cs, config, o) {
|
|
9730
10076
|
return [
|
|
9731
10077
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9732
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10078
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10079
|
+
(0, import_middleware_sdk_s351.getThrow200ExceptionsPlugin)(config)
|
|
9733
10080
|
];
|
|
9734
10081
|
}).s("AmazonS3", "ListObjectVersions", {}).n("S3Client", "ListObjectVersionsCommand").f(void 0, void 0).ser(se_ListObjectVersionsCommand).de(de_ListObjectVersionsCommand).build() {
|
|
9735
10082
|
};
|
|
@@ -9737,7 +10084,7 @@ __name(_ListObjectVersionsCommand, "ListObjectVersionsCommand");
|
|
|
9737
10084
|
var ListObjectVersionsCommand = _ListObjectVersionsCommand;
|
|
9738
10085
|
|
|
9739
10086
|
// src/commands/ListPartsCommand.ts
|
|
9740
|
-
|
|
10087
|
+
var import_middleware_sdk_s352 = require("@aws-sdk/middleware-sdk-s3");
|
|
9741
10088
|
|
|
9742
10089
|
|
|
9743
10090
|
|
|
@@ -9750,6 +10097,7 @@ var _ListPartsCommand = class _ListPartsCommand extends import_smithy_client.Com
|
|
|
9750
10097
|
return [
|
|
9751
10098
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9752
10099
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10100
|
+
(0, import_middleware_sdk_s352.getThrow200ExceptionsPlugin)(config),
|
|
9753
10101
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
9754
10102
|
];
|
|
9755
10103
|
}).s("AmazonS3", "ListParts", {}).n("S3Client", "ListPartsCommand").f(ListPartsRequestFilterSensitiveLog, void 0).ser(se_ListPartsCommand).de(de_ListPartsCommand).build() {
|
|
@@ -9762,7 +10110,6 @@ var ListPartsCommand = _ListPartsCommand;
|
|
|
9762
10110
|
|
|
9763
10111
|
|
|
9764
10112
|
|
|
9765
|
-
|
|
9766
10113
|
var _PutBucketAccelerateConfigurationCommand = class _PutBucketAccelerateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9767
10114
|
...commonParams,
|
|
9768
10115
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -9772,8 +10119,8 @@ var _PutBucketAccelerateConfigurationCommand = class _PutBucketAccelerateConfigu
|
|
|
9772
10119
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9773
10120
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9774
10121
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9775
|
-
input: this.input,
|
|
9776
10122
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10123
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
9777
10124
|
requestChecksumRequired: false
|
|
9778
10125
|
})
|
|
9779
10126
|
];
|
|
@@ -9787,7 +10134,6 @@ var PutBucketAccelerateConfigurationCommand = _PutBucketAccelerateConfigurationC
|
|
|
9787
10134
|
|
|
9788
10135
|
|
|
9789
10136
|
|
|
9790
|
-
|
|
9791
10137
|
var _PutBucketAclCommand = class _PutBucketAclCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9792
10138
|
...commonParams,
|
|
9793
10139
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -9797,8 +10143,8 @@ var _PutBucketAclCommand = class _PutBucketAclCommand extends import_smithy_clie
|
|
|
9797
10143
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9798
10144
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9799
10145
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9800
|
-
input: this.input,
|
|
9801
10146
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10147
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
9802
10148
|
requestChecksumRequired: true
|
|
9803
10149
|
})
|
|
9804
10150
|
];
|
|
@@ -9811,7 +10157,6 @@ var PutBucketAclCommand = _PutBucketAclCommand;
|
|
|
9811
10157
|
|
|
9812
10158
|
|
|
9813
10159
|
|
|
9814
|
-
|
|
9815
10160
|
var _PutBucketAnalyticsConfigurationCommand = class _PutBucketAnalyticsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9816
10161
|
...commonParams,
|
|
9817
10162
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -9831,7 +10176,6 @@ var PutBucketAnalyticsConfigurationCommand = _PutBucketAnalyticsConfigurationCom
|
|
|
9831
10176
|
|
|
9832
10177
|
|
|
9833
10178
|
|
|
9834
|
-
|
|
9835
10179
|
var _PutBucketCorsCommand = class _PutBucketCorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9836
10180
|
...commonParams,
|
|
9837
10181
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -9841,8 +10185,8 @@ var _PutBucketCorsCommand = class _PutBucketCorsCommand extends import_smithy_cl
|
|
|
9841
10185
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9842
10186
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9843
10187
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9844
|
-
input: this.input,
|
|
9845
10188
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10189
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
9846
10190
|
requestChecksumRequired: true
|
|
9847
10191
|
})
|
|
9848
10192
|
];
|
|
@@ -9856,7 +10200,6 @@ var PutBucketCorsCommand = _PutBucketCorsCommand;
|
|
|
9856
10200
|
|
|
9857
10201
|
|
|
9858
10202
|
|
|
9859
|
-
|
|
9860
10203
|
var _PutBucketEncryptionCommand = class _PutBucketEncryptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9861
10204
|
...commonParams,
|
|
9862
10205
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -9866,8 +10209,8 @@ var _PutBucketEncryptionCommand = class _PutBucketEncryptionCommand extends impo
|
|
|
9866
10209
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9867
10210
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9868
10211
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9869
|
-
input: this.input,
|
|
9870
10212
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10213
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
9871
10214
|
requestChecksumRequired: true
|
|
9872
10215
|
})
|
|
9873
10216
|
];
|
|
@@ -9880,7 +10223,6 @@ var PutBucketEncryptionCommand = _PutBucketEncryptionCommand;
|
|
|
9880
10223
|
|
|
9881
10224
|
|
|
9882
10225
|
|
|
9883
|
-
|
|
9884
10226
|
var _PutBucketIntelligentTieringConfigurationCommand = class _PutBucketIntelligentTieringConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9885
10227
|
...commonParams,
|
|
9886
10228
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -9899,7 +10241,6 @@ var PutBucketIntelligentTieringConfigurationCommand = _PutBucketIntelligentTieri
|
|
|
9899
10241
|
|
|
9900
10242
|
|
|
9901
10243
|
|
|
9902
|
-
|
|
9903
10244
|
var _PutBucketInventoryConfigurationCommand = class _PutBucketInventoryConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9904
10245
|
...commonParams,
|
|
9905
10246
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -9916,7 +10257,7 @@ var PutBucketInventoryConfigurationCommand = _PutBucketInventoryConfigurationCom
|
|
|
9916
10257
|
|
|
9917
10258
|
// src/commands/PutBucketLifecycleConfigurationCommand.ts
|
|
9918
10259
|
|
|
9919
|
-
|
|
10260
|
+
var import_middleware_sdk_s353 = require("@aws-sdk/middleware-sdk-s3");
|
|
9920
10261
|
|
|
9921
10262
|
|
|
9922
10263
|
|
|
@@ -9929,10 +10270,11 @@ var _PutBucketLifecycleConfigurationCommand = class _PutBucketLifecycleConfigura
|
|
|
9929
10270
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9930
10271
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9931
10272
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9932
|
-
input: this.input,
|
|
9933
10273
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10274
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
9934
10275
|
requestChecksumRequired: true
|
|
9935
|
-
})
|
|
10276
|
+
}),
|
|
10277
|
+
(0, import_middleware_sdk_s353.getThrow200ExceptionsPlugin)(config)
|
|
9936
10278
|
];
|
|
9937
10279
|
}).s("AmazonS3", "PutBucketLifecycleConfiguration", {}).n("S3Client", "PutBucketLifecycleConfigurationCommand").f(void 0, void 0).ser(se_PutBucketLifecycleConfigurationCommand).de(de_PutBucketLifecycleConfigurationCommand).build() {
|
|
9938
10280
|
};
|
|
@@ -9944,7 +10286,6 @@ var PutBucketLifecycleConfigurationCommand = _PutBucketLifecycleConfigurationCom
|
|
|
9944
10286
|
|
|
9945
10287
|
|
|
9946
10288
|
|
|
9947
|
-
|
|
9948
10289
|
var _PutBucketLoggingCommand = class _PutBucketLoggingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9949
10290
|
...commonParams,
|
|
9950
10291
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -9954,8 +10295,8 @@ var _PutBucketLoggingCommand = class _PutBucketLoggingCommand extends import_smi
|
|
|
9954
10295
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9955
10296
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9956
10297
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
9957
|
-
input: this.input,
|
|
9958
10298
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10299
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
9959
10300
|
requestChecksumRequired: true
|
|
9960
10301
|
})
|
|
9961
10302
|
];
|
|
@@ -9968,7 +10309,6 @@ var PutBucketLoggingCommand = _PutBucketLoggingCommand;
|
|
|
9968
10309
|
|
|
9969
10310
|
|
|
9970
10311
|
|
|
9971
|
-
|
|
9972
10312
|
var _PutBucketMetricsConfigurationCommand = class _PutBucketMetricsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9973
10313
|
...commonParams,
|
|
9974
10314
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -9987,7 +10327,6 @@ var PutBucketMetricsConfigurationCommand = _PutBucketMetricsConfigurationCommand
|
|
|
9987
10327
|
|
|
9988
10328
|
|
|
9989
10329
|
|
|
9990
|
-
|
|
9991
10330
|
var _PutBucketNotificationConfigurationCommand = class _PutBucketNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9992
10331
|
...commonParams,
|
|
9993
10332
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -10007,7 +10346,6 @@ var PutBucketNotificationConfigurationCommand = _PutBucketNotificationConfigurat
|
|
|
10007
10346
|
|
|
10008
10347
|
|
|
10009
10348
|
|
|
10010
|
-
|
|
10011
10349
|
var _PutBucketOwnershipControlsCommand = class _PutBucketOwnershipControlsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10012
10350
|
...commonParams,
|
|
10013
10351
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -10016,7 +10354,9 @@ var _PutBucketOwnershipControlsCommand = class _PutBucketOwnershipControlsComman
|
|
|
10016
10354
|
return [
|
|
10017
10355
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10018
10356
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10019
|
-
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10357
|
+
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10358
|
+
requestChecksumRequired: true
|
|
10359
|
+
})
|
|
10020
10360
|
];
|
|
10021
10361
|
}).s("AmazonS3", "PutBucketOwnershipControls", {}).n("S3Client", "PutBucketOwnershipControlsCommand").f(void 0, void 0).ser(se_PutBucketOwnershipControlsCommand).de(de_PutBucketOwnershipControlsCommand).build() {
|
|
10022
10362
|
};
|
|
@@ -10028,7 +10368,6 @@ var PutBucketOwnershipControlsCommand = _PutBucketOwnershipControlsCommand;
|
|
|
10028
10368
|
|
|
10029
10369
|
|
|
10030
10370
|
|
|
10031
|
-
|
|
10032
10371
|
var _PutBucketPolicyCommand = class _PutBucketPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10033
10372
|
...commonParams,
|
|
10034
10373
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -10038,8 +10377,8 @@ var _PutBucketPolicyCommand = class _PutBucketPolicyCommand extends import_smith
|
|
|
10038
10377
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10039
10378
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10040
10379
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10041
|
-
input: this.input,
|
|
10042
10380
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10381
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10043
10382
|
requestChecksumRequired: true
|
|
10044
10383
|
})
|
|
10045
10384
|
];
|
|
@@ -10053,7 +10392,6 @@ var PutBucketPolicyCommand = _PutBucketPolicyCommand;
|
|
|
10053
10392
|
|
|
10054
10393
|
|
|
10055
10394
|
|
|
10056
|
-
|
|
10057
10395
|
var _PutBucketReplicationCommand = class _PutBucketReplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10058
10396
|
...commonParams,
|
|
10059
10397
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -10063,8 +10401,8 @@ var _PutBucketReplicationCommand = class _PutBucketReplicationCommand extends im
|
|
|
10063
10401
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10064
10402
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10065
10403
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10066
|
-
input: this.input,
|
|
10067
10404
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10405
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10068
10406
|
requestChecksumRequired: true
|
|
10069
10407
|
})
|
|
10070
10408
|
];
|
|
@@ -10078,7 +10416,6 @@ var PutBucketReplicationCommand = _PutBucketReplicationCommand;
|
|
|
10078
10416
|
|
|
10079
10417
|
|
|
10080
10418
|
|
|
10081
|
-
|
|
10082
10419
|
var _PutBucketRequestPaymentCommand = class _PutBucketRequestPaymentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10083
10420
|
...commonParams,
|
|
10084
10421
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -10088,8 +10425,8 @@ var _PutBucketRequestPaymentCommand = class _PutBucketRequestPaymentCommand exte
|
|
|
10088
10425
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10089
10426
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10090
10427
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10091
|
-
input: this.input,
|
|
10092
10428
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10429
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10093
10430
|
requestChecksumRequired: true
|
|
10094
10431
|
})
|
|
10095
10432
|
];
|
|
@@ -10103,7 +10440,6 @@ var PutBucketRequestPaymentCommand = _PutBucketRequestPaymentCommand;
|
|
|
10103
10440
|
|
|
10104
10441
|
|
|
10105
10442
|
|
|
10106
|
-
|
|
10107
10443
|
var _PutBucketTaggingCommand = class _PutBucketTaggingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10108
10444
|
...commonParams,
|
|
10109
10445
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -10113,8 +10449,8 @@ var _PutBucketTaggingCommand = class _PutBucketTaggingCommand extends import_smi
|
|
|
10113
10449
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10114
10450
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10115
10451
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10116
|
-
input: this.input,
|
|
10117
10452
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10453
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10118
10454
|
requestChecksumRequired: true
|
|
10119
10455
|
})
|
|
10120
10456
|
];
|
|
@@ -10128,7 +10464,6 @@ var PutBucketTaggingCommand = _PutBucketTaggingCommand;
|
|
|
10128
10464
|
|
|
10129
10465
|
|
|
10130
10466
|
|
|
10131
|
-
|
|
10132
10467
|
var _PutBucketVersioningCommand = class _PutBucketVersioningCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10133
10468
|
...commonParams,
|
|
10134
10469
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -10138,8 +10473,8 @@ var _PutBucketVersioningCommand = class _PutBucketVersioningCommand extends impo
|
|
|
10138
10473
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10139
10474
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10140
10475
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10141
|
-
input: this.input,
|
|
10142
10476
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10477
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10143
10478
|
requestChecksumRequired: true
|
|
10144
10479
|
})
|
|
10145
10480
|
];
|
|
@@ -10153,7 +10488,6 @@ var PutBucketVersioningCommand = _PutBucketVersioningCommand;
|
|
|
10153
10488
|
|
|
10154
10489
|
|
|
10155
10490
|
|
|
10156
|
-
|
|
10157
10491
|
var _PutBucketWebsiteCommand = class _PutBucketWebsiteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10158
10492
|
...commonParams,
|
|
10159
10493
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -10163,8 +10497,8 @@ var _PutBucketWebsiteCommand = class _PutBucketWebsiteCommand extends import_smi
|
|
|
10163
10497
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10164
10498
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10165
10499
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10166
|
-
input: this.input,
|
|
10167
10500
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10501
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10168
10502
|
requestChecksumRequired: true
|
|
10169
10503
|
})
|
|
10170
10504
|
];
|
|
@@ -10175,7 +10509,7 @@ var PutBucketWebsiteCommand = _PutBucketWebsiteCommand;
|
|
|
10175
10509
|
|
|
10176
10510
|
// src/commands/PutObjectAclCommand.ts
|
|
10177
10511
|
|
|
10178
|
-
|
|
10512
|
+
var import_middleware_sdk_s354 = require("@aws-sdk/middleware-sdk-s3");
|
|
10179
10513
|
|
|
10180
10514
|
|
|
10181
10515
|
|
|
@@ -10188,10 +10522,11 @@ var _PutObjectAclCommand = class _PutObjectAclCommand extends import_smithy_clie
|
|
|
10188
10522
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10189
10523
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10190
10524
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10191
|
-
input: this.input,
|
|
10192
10525
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10526
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10193
10527
|
requestChecksumRequired: true
|
|
10194
|
-
})
|
|
10528
|
+
}),
|
|
10529
|
+
(0, import_middleware_sdk_s354.getThrow200ExceptionsPlugin)(config)
|
|
10195
10530
|
];
|
|
10196
10531
|
}).s("AmazonS3", "PutObjectAcl", {}).n("S3Client", "PutObjectAclCommand").f(void 0, void 0).ser(se_PutObjectAclCommand).de(de_PutObjectAclCommand).build() {
|
|
10197
10532
|
};
|
|
@@ -10200,8 +10535,7 @@ var PutObjectAclCommand = _PutObjectAclCommand;
|
|
|
10200
10535
|
|
|
10201
10536
|
// src/commands/PutObjectCommand.ts
|
|
10202
10537
|
|
|
10203
|
-
var
|
|
10204
|
-
|
|
10538
|
+
var import_middleware_sdk_s355 = require("@aws-sdk/middleware-sdk-s3");
|
|
10205
10539
|
|
|
10206
10540
|
|
|
10207
10541
|
|
|
@@ -10214,13 +10548,14 @@ var _PutObjectCommand = class _PutObjectCommand extends import_smithy_client.Com
|
|
|
10214
10548
|
return [
|
|
10215
10549
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10216
10550
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10217
|
-
(0, import_middleware_sdk_s36.getCheckContentLengthHeaderPlugin)(config),
|
|
10218
|
-
(0, import_middleware_ssec.getSsecPlugin)(config),
|
|
10219
10551
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10220
|
-
input: this.input,
|
|
10221
10552
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10553
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10222
10554
|
requestChecksumRequired: false
|
|
10223
|
-
})
|
|
10555
|
+
}),
|
|
10556
|
+
(0, import_middleware_sdk_s355.getCheckContentLengthHeaderPlugin)(config),
|
|
10557
|
+
(0, import_middleware_sdk_s355.getThrow200ExceptionsPlugin)(config),
|
|
10558
|
+
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
10224
10559
|
];
|
|
10225
10560
|
}).s("AmazonS3", "PutObject", {}).n("S3Client", "PutObjectCommand").f(PutObjectRequestFilterSensitiveLog, PutObjectOutputFilterSensitiveLog).ser(se_PutObjectCommand).de(de_PutObjectCommand).build() {
|
|
10226
10561
|
};
|
|
@@ -10229,7 +10564,7 @@ var PutObjectCommand = _PutObjectCommand;
|
|
|
10229
10564
|
|
|
10230
10565
|
// src/commands/PutObjectLegalHoldCommand.ts
|
|
10231
10566
|
|
|
10232
|
-
|
|
10567
|
+
var import_middleware_sdk_s356 = require("@aws-sdk/middleware-sdk-s3");
|
|
10233
10568
|
|
|
10234
10569
|
|
|
10235
10570
|
|
|
@@ -10241,10 +10576,11 @@ var _PutObjectLegalHoldCommand = class _PutObjectLegalHoldCommand extends import
|
|
|
10241
10576
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10242
10577
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10243
10578
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10244
|
-
input: this.input,
|
|
10245
10579
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10580
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10246
10581
|
requestChecksumRequired: true
|
|
10247
|
-
})
|
|
10582
|
+
}),
|
|
10583
|
+
(0, import_middleware_sdk_s356.getThrow200ExceptionsPlugin)(config)
|
|
10248
10584
|
];
|
|
10249
10585
|
}).s("AmazonS3", "PutObjectLegalHold", {}).n("S3Client", "PutObjectLegalHoldCommand").f(void 0, void 0).ser(se_PutObjectLegalHoldCommand).de(de_PutObjectLegalHoldCommand).build() {
|
|
10250
10586
|
};
|
|
@@ -10253,7 +10589,7 @@ var PutObjectLegalHoldCommand = _PutObjectLegalHoldCommand;
|
|
|
10253
10589
|
|
|
10254
10590
|
// src/commands/PutObjectLockConfigurationCommand.ts
|
|
10255
10591
|
|
|
10256
|
-
|
|
10592
|
+
var import_middleware_sdk_s357 = require("@aws-sdk/middleware-sdk-s3");
|
|
10257
10593
|
|
|
10258
10594
|
|
|
10259
10595
|
|
|
@@ -10265,10 +10601,11 @@ var _PutObjectLockConfigurationCommand = class _PutObjectLockConfigurationComman
|
|
|
10265
10601
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10266
10602
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10267
10603
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10268
|
-
input: this.input,
|
|
10269
10604
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10605
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10270
10606
|
requestChecksumRequired: true
|
|
10271
|
-
})
|
|
10607
|
+
}),
|
|
10608
|
+
(0, import_middleware_sdk_s357.getThrow200ExceptionsPlugin)(config)
|
|
10272
10609
|
];
|
|
10273
10610
|
}).s("AmazonS3", "PutObjectLockConfiguration", {}).n("S3Client", "PutObjectLockConfigurationCommand").f(void 0, void 0).ser(se_PutObjectLockConfigurationCommand).de(de_PutObjectLockConfigurationCommand).build() {
|
|
10274
10611
|
};
|
|
@@ -10277,7 +10614,7 @@ var PutObjectLockConfigurationCommand = _PutObjectLockConfigurationCommand;
|
|
|
10277
10614
|
|
|
10278
10615
|
// src/commands/PutObjectRetentionCommand.ts
|
|
10279
10616
|
|
|
10280
|
-
|
|
10617
|
+
var import_middleware_sdk_s358 = require("@aws-sdk/middleware-sdk-s3");
|
|
10281
10618
|
|
|
10282
10619
|
|
|
10283
10620
|
|
|
@@ -10289,10 +10626,11 @@ var _PutObjectRetentionCommand = class _PutObjectRetentionCommand extends import
|
|
|
10289
10626
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10290
10627
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10291
10628
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10292
|
-
input: this.input,
|
|
10293
10629
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10630
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10294
10631
|
requestChecksumRequired: true
|
|
10295
|
-
})
|
|
10632
|
+
}),
|
|
10633
|
+
(0, import_middleware_sdk_s358.getThrow200ExceptionsPlugin)(config)
|
|
10296
10634
|
];
|
|
10297
10635
|
}).s("AmazonS3", "PutObjectRetention", {}).n("S3Client", "PutObjectRetentionCommand").f(void 0, void 0).ser(se_PutObjectRetentionCommand).de(de_PutObjectRetentionCommand).build() {
|
|
10298
10636
|
};
|
|
@@ -10301,7 +10639,7 @@ var PutObjectRetentionCommand = _PutObjectRetentionCommand;
|
|
|
10301
10639
|
|
|
10302
10640
|
// src/commands/PutObjectTaggingCommand.ts
|
|
10303
10641
|
|
|
10304
|
-
|
|
10642
|
+
var import_middleware_sdk_s359 = require("@aws-sdk/middleware-sdk-s3");
|
|
10305
10643
|
|
|
10306
10644
|
|
|
10307
10645
|
|
|
@@ -10313,10 +10651,11 @@ var _PutObjectTaggingCommand = class _PutObjectTaggingCommand extends import_smi
|
|
|
10313
10651
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10314
10652
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10315
10653
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10316
|
-
input: this.input,
|
|
10317
10654
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10655
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10318
10656
|
requestChecksumRequired: true
|
|
10319
|
-
})
|
|
10657
|
+
}),
|
|
10658
|
+
(0, import_middleware_sdk_s359.getThrow200ExceptionsPlugin)(config)
|
|
10320
10659
|
];
|
|
10321
10660
|
}).s("AmazonS3", "PutObjectTagging", {}).n("S3Client", "PutObjectTaggingCommand").f(void 0, void 0).ser(se_PutObjectTaggingCommand).de(de_PutObjectTaggingCommand).build() {
|
|
10322
10661
|
};
|
|
@@ -10328,7 +10667,6 @@ var PutObjectTaggingCommand = _PutObjectTaggingCommand;
|
|
|
10328
10667
|
|
|
10329
10668
|
|
|
10330
10669
|
|
|
10331
|
-
|
|
10332
10670
|
var _PutPublicAccessBlockCommand = class _PutPublicAccessBlockCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10333
10671
|
...commonParams,
|
|
10334
10672
|
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
@@ -10338,8 +10676,8 @@ var _PutPublicAccessBlockCommand = class _PutPublicAccessBlockCommand extends im
|
|
|
10338
10676
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10339
10677
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10340
10678
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10341
|
-
input: this.input,
|
|
10342
10679
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10680
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10343
10681
|
requestChecksumRequired: true
|
|
10344
10682
|
})
|
|
10345
10683
|
];
|
|
@@ -10350,7 +10688,7 @@ var PutPublicAccessBlockCommand = _PutPublicAccessBlockCommand;
|
|
|
10350
10688
|
|
|
10351
10689
|
// src/commands/RestoreObjectCommand.ts
|
|
10352
10690
|
|
|
10353
|
-
|
|
10691
|
+
var import_middleware_sdk_s360 = require("@aws-sdk/middleware-sdk-s3");
|
|
10354
10692
|
|
|
10355
10693
|
|
|
10356
10694
|
|
|
@@ -10362,10 +10700,11 @@ var _RestoreObjectCommand = class _RestoreObjectCommand extends import_smithy_cl
|
|
|
10362
10700
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10363
10701
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10364
10702
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10365
|
-
input: this.input,
|
|
10366
10703
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10704
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10367
10705
|
requestChecksumRequired: false
|
|
10368
|
-
})
|
|
10706
|
+
}),
|
|
10707
|
+
(0, import_middleware_sdk_s360.getThrow200ExceptionsPlugin)(config)
|
|
10369
10708
|
];
|
|
10370
10709
|
}).s("AmazonS3", "RestoreObject", {}).n("S3Client", "RestoreObjectCommand").f(RestoreObjectRequestFilterSensitiveLog, void 0).ser(se_RestoreObjectCommand).de(de_RestoreObjectCommand).build() {
|
|
10371
10710
|
};
|
|
@@ -10373,7 +10712,7 @@ __name(_RestoreObjectCommand, "RestoreObjectCommand");
|
|
|
10373
10712
|
var RestoreObjectCommand = _RestoreObjectCommand;
|
|
10374
10713
|
|
|
10375
10714
|
// src/commands/SelectObjectContentCommand.ts
|
|
10376
|
-
|
|
10715
|
+
var import_middleware_sdk_s361 = require("@aws-sdk/middleware-sdk-s3");
|
|
10377
10716
|
|
|
10378
10717
|
|
|
10379
10718
|
|
|
@@ -10385,6 +10724,7 @@ var _SelectObjectContentCommand = class _SelectObjectContentCommand extends impo
|
|
|
10385
10724
|
return [
|
|
10386
10725
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10387
10726
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10727
|
+
(0, import_middleware_sdk_s361.getThrow200ExceptionsPlugin)(config),
|
|
10388
10728
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
10389
10729
|
];
|
|
10390
10730
|
}).s("AmazonS3", "SelectObjectContent", {
|
|
@@ -10401,7 +10741,7 @@ var SelectObjectContentCommand = _SelectObjectContentCommand;
|
|
|
10401
10741
|
|
|
10402
10742
|
// src/commands/UploadPartCommand.ts
|
|
10403
10743
|
|
|
10404
|
-
|
|
10744
|
+
var import_middleware_sdk_s362 = require("@aws-sdk/middleware-sdk-s3");
|
|
10405
10745
|
|
|
10406
10746
|
|
|
10407
10747
|
|
|
@@ -10414,12 +10754,13 @@ var _UploadPartCommand = class _UploadPartCommand extends import_smithy_client.C
|
|
|
10414
10754
|
return [
|
|
10415
10755
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10416
10756
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10417
|
-
(0, import_middleware_ssec.getSsecPlugin)(config),
|
|
10418
10757
|
(0, import_middleware_flexible_checksums.getFlexibleChecksumsPlugin)(config, {
|
|
10419
|
-
input: this.input,
|
|
10420
10758
|
requestAlgorithmMember: "ChecksumAlgorithm",
|
|
10759
|
+
requestAlgorithmMemberHttpHeader: "x-amz-sdk-checksum-algorithm",
|
|
10421
10760
|
requestChecksumRequired: false
|
|
10422
|
-
})
|
|
10761
|
+
}),
|
|
10762
|
+
(0, import_middleware_sdk_s362.getThrow200ExceptionsPlugin)(config),
|
|
10763
|
+
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
10423
10764
|
];
|
|
10424
10765
|
}).s("AmazonS3", "UploadPart", {}).n("S3Client", "UploadPartCommand").f(UploadPartRequestFilterSensitiveLog, UploadPartOutputFilterSensitiveLog).ser(se_UploadPartCommand).de(de_UploadPartCommand).build() {
|
|
10425
10766
|
};
|
|
@@ -10427,8 +10768,7 @@ __name(_UploadPartCommand, "UploadPartCommand");
|
|
|
10427
10768
|
var UploadPartCommand = _UploadPartCommand;
|
|
10428
10769
|
|
|
10429
10770
|
// src/commands/UploadPartCopyCommand.ts
|
|
10430
|
-
var
|
|
10431
|
-
|
|
10771
|
+
var import_middleware_sdk_s363 = require("@aws-sdk/middleware-sdk-s3");
|
|
10432
10772
|
|
|
10433
10773
|
|
|
10434
10774
|
|
|
@@ -10441,7 +10781,7 @@ var _UploadPartCopyCommand = class _UploadPartCopyCommand extends import_smithy_
|
|
|
10441
10781
|
return [
|
|
10442
10782
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10443
10783
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
10444
|
-
(0,
|
|
10784
|
+
(0, import_middleware_sdk_s363.getThrow200ExceptionsPlugin)(config),
|
|
10445
10785
|
(0, import_middleware_ssec.getSsecPlugin)(config)
|
|
10446
10786
|
];
|
|
10447
10787
|
}).s("AmazonS3", "UploadPartCopy", {}).n("S3Client", "UploadPartCopyCommand").f(UploadPartCopyRequestFilterSensitiveLog, UploadPartCopyOutputFilterSensitiveLog).ser(se_UploadPartCopyCommand).de(de_UploadPartCopyCommand).build() {
|
|
@@ -10453,7 +10793,6 @@ var UploadPartCopyCommand = _UploadPartCopyCommand;
|
|
|
10453
10793
|
|
|
10454
10794
|
|
|
10455
10795
|
|
|
10456
|
-
|
|
10457
10796
|
var _WriteGetObjectResponseCommand = class _WriteGetObjectResponseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10458
10797
|
...commonParams,
|
|
10459
10798
|
UseObjectLambdaEndpoint: { type: "staticContextParams", value: true }
|
|
@@ -10473,6 +10812,7 @@ var commands = {
|
|
|
10473
10812
|
CompleteMultipartUploadCommand,
|
|
10474
10813
|
CopyObjectCommand,
|
|
10475
10814
|
CreateBucketCommand,
|
|
10815
|
+
CreateBucketMetadataTableConfigurationCommand,
|
|
10476
10816
|
CreateMultipartUploadCommand,
|
|
10477
10817
|
CreateSessionCommand,
|
|
10478
10818
|
DeleteBucketCommand,
|
|
@@ -10482,6 +10822,7 @@ var commands = {
|
|
|
10482
10822
|
DeleteBucketIntelligentTieringConfigurationCommand,
|
|
10483
10823
|
DeleteBucketInventoryConfigurationCommand,
|
|
10484
10824
|
DeleteBucketLifecycleCommand,
|
|
10825
|
+
DeleteBucketMetadataTableConfigurationCommand,
|
|
10485
10826
|
DeleteBucketMetricsConfigurationCommand,
|
|
10486
10827
|
DeleteBucketOwnershipControlsCommand,
|
|
10487
10828
|
DeleteBucketPolicyCommand,
|
|
@@ -10502,6 +10843,7 @@ var commands = {
|
|
|
10502
10843
|
GetBucketLifecycleConfigurationCommand,
|
|
10503
10844
|
GetBucketLocationCommand,
|
|
10504
10845
|
GetBucketLoggingCommand,
|
|
10846
|
+
GetBucketMetadataTableConfigurationCommand,
|
|
10505
10847
|
GetBucketMetricsConfigurationCommand,
|
|
10506
10848
|
GetBucketNotificationConfigurationCommand,
|
|
10507
10849
|
GetBucketOwnershipControlsCommand,
|
|
@@ -10571,17 +10913,21 @@ __name(_S3, "S3");
|
|
|
10571
10913
|
var S3 = _S3;
|
|
10572
10914
|
(0, import_smithy_client.createAggregatedClient)(commands, S3);
|
|
10573
10915
|
|
|
10574
|
-
// src/pagination/
|
|
10916
|
+
// src/pagination/ListBucketsPaginator.ts
|
|
10917
|
+
var import_core4 = require("@smithy/core");
|
|
10918
|
+
var paginateListBuckets = (0, import_core4.createPaginator)(S3Client, ListBucketsCommand, "ContinuationToken", "ContinuationToken", "MaxBuckets");
|
|
10575
10919
|
|
|
10576
|
-
|
|
10920
|
+
// src/pagination/ListDirectoryBucketsPaginator.ts
|
|
10921
|
+
var import_core5 = require("@smithy/core");
|
|
10922
|
+
var paginateListDirectoryBuckets = (0, import_core5.createPaginator)(S3Client, ListDirectoryBucketsCommand, "ContinuationToken", "ContinuationToken", "MaxDirectoryBuckets");
|
|
10577
10923
|
|
|
10578
10924
|
// src/pagination/ListObjectsV2Paginator.ts
|
|
10579
|
-
|
|
10580
|
-
var paginateListObjectsV2 = (0,
|
|
10925
|
+
var import_core6 = require("@smithy/core");
|
|
10926
|
+
var paginateListObjectsV2 = (0, import_core6.createPaginator)(S3Client, ListObjectsV2Command, "ContinuationToken", "NextContinuationToken", "MaxKeys");
|
|
10581
10927
|
|
|
10582
10928
|
// src/pagination/ListPartsPaginator.ts
|
|
10583
|
-
|
|
10584
|
-
var paginateListParts = (0,
|
|
10929
|
+
var import_core7 = require("@smithy/core");
|
|
10930
|
+
var paginateListParts = (0, import_core7.createPaginator)(S3Client, ListPartsCommand, "PartNumberMarker", "NextPartNumberMarker", "MaxParts");
|
|
10585
10931
|
|
|
10586
10932
|
// src/waiters/waitForBucketExists.ts
|
|
10587
10933
|
var import_util_waiter = require("@smithy/util-waiter");
|
|
@@ -10684,9 +11030,6 @@ var waitUntilObjectNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
10684
11030
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState4);
|
|
10685
11031
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
10686
11032
|
}, "waitUntilObjectNotExists");
|
|
10687
|
-
|
|
10688
|
-
// src/index.ts
|
|
10689
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
10690
11033
|
// Annotate the CommonJS export names for ESM import in node:
|
|
10691
11034
|
|
|
10692
11035
|
0 && (module.exports = {
|
|
@@ -10699,6 +11042,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10699
11042
|
CompleteMultipartUploadCommand,
|
|
10700
11043
|
CopyObjectCommand,
|
|
10701
11044
|
CreateBucketCommand,
|
|
11045
|
+
CreateBucketMetadataTableConfigurationCommand,
|
|
10702
11046
|
CreateMultipartUploadCommand,
|
|
10703
11047
|
CreateSessionCommand,
|
|
10704
11048
|
DeleteBucketAnalyticsConfigurationCommand,
|
|
@@ -10708,6 +11052,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10708
11052
|
DeleteBucketIntelligentTieringConfigurationCommand,
|
|
10709
11053
|
DeleteBucketInventoryConfigurationCommand,
|
|
10710
11054
|
DeleteBucketLifecycleCommand,
|
|
11055
|
+
DeleteBucketMetadataTableConfigurationCommand,
|
|
10711
11056
|
DeleteBucketMetricsConfigurationCommand,
|
|
10712
11057
|
DeleteBucketOwnershipControlsCommand,
|
|
10713
11058
|
DeleteBucketPolicyCommand,
|
|
@@ -10728,6 +11073,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10728
11073
|
GetBucketLifecycleConfigurationCommand,
|
|
10729
11074
|
GetBucketLocationCommand,
|
|
10730
11075
|
GetBucketLoggingCommand,
|
|
11076
|
+
GetBucketMetadataTableConfigurationCommand,
|
|
10731
11077
|
GetBucketMetricsConfigurationCommand,
|
|
10732
11078
|
GetBucketNotificationConfigurationCommand,
|
|
10733
11079
|
GetBucketOwnershipControlsCommand,
|
|
@@ -10790,6 +11136,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10790
11136
|
UploadPartCommand,
|
|
10791
11137
|
UploadPartCopyCommand,
|
|
10792
11138
|
WriteGetObjectResponseCommand,
|
|
11139
|
+
paginateListBuckets,
|
|
10793
11140
|
paginateListDirectoryBuckets,
|
|
10794
11141
|
paginateListObjectsV2,
|
|
10795
11142
|
paginateListParts,
|
|
@@ -10836,9 +11183,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10836
11183
|
InventoryIncludedObjectVersions,
|
|
10837
11184
|
InventoryOptionalField,
|
|
10838
11185
|
InventoryFrequency,
|
|
10839
|
-
LifecycleRuleFilter,
|
|
10840
11186
|
TransitionStorageClass,
|
|
10841
11187
|
ExpirationStatus,
|
|
11188
|
+
TransitionDefaultMinimumObjectSize,
|
|
10842
11189
|
BucketLogsPermission,
|
|
10843
11190
|
PartitionDateSource,
|
|
10844
11191
|
MetricsFilter,
|
|
@@ -10848,7 +11195,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10848
11195
|
MetricsStatus,
|
|
10849
11196
|
ReplicationTimeStatus,
|
|
10850
11197
|
ExistingObjectReplicationStatus,
|
|
10851
|
-
ReplicationRuleFilter,
|
|
10852
11198
|
ReplicaModificationsStatus,
|
|
10853
11199
|
SseKmsEncryptedObjectsStatus,
|
|
10854
11200
|
ReplicationRuleStatus,
|
|
@@ -10877,6 +11223,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10877
11223
|
CreateMultipartUploadRequestFilterSensitiveLog,
|
|
10878
11224
|
SessionCredentialsFilterSensitiveLog,
|
|
10879
11225
|
CreateSessionOutputFilterSensitiveLog,
|
|
11226
|
+
CreateSessionRequestFilterSensitiveLog,
|
|
10880
11227
|
ServerSideEncryptionByDefaultFilterSensitiveLog,
|
|
10881
11228
|
ServerSideEncryptionRuleFilterSensitiveLog,
|
|
10882
11229
|
ServerSideEncryptionConfigurationFilterSensitiveLog,
|
|
@@ -10895,9 +11242,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10895
11242
|
HeadObjectRequestFilterSensitiveLog,
|
|
10896
11243
|
ListBucketInventoryConfigurationsOutputFilterSensitiveLog,
|
|
10897
11244
|
ListPartsRequestFilterSensitiveLog,
|
|
10898
|
-
PutBucketEncryptionRequestFilterSensitiveLog,
|
|
10899
|
-
PutBucketInventoryConfigurationRequestFilterSensitiveLog,
|
|
10900
11245
|
MFADelete,
|
|
11246
|
+
EncryptionTypeMismatch,
|
|
11247
|
+
InvalidRequest,
|
|
11248
|
+
InvalidWriteOffset,
|
|
11249
|
+
TooManyParts,
|
|
10901
11250
|
ObjectAlreadyInActiveTierError,
|
|
10902
11251
|
Tier,
|
|
10903
11252
|
ExpressionType,
|
|
@@ -10907,6 +11256,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10907
11256
|
QuoteFields,
|
|
10908
11257
|
RestoreRequestType,
|
|
10909
11258
|
SelectObjectContentEventStream,
|
|
11259
|
+
PutBucketEncryptionRequestFilterSensitiveLog,
|
|
11260
|
+
PutBucketInventoryConfigurationRequestFilterSensitiveLog,
|
|
10910
11261
|
PutObjectOutputFilterSensitiveLog,
|
|
10911
11262
|
PutObjectRequestFilterSensitiveLog,
|
|
10912
11263
|
EncryptionFilterSensitiveLog,
|