serverless-spy 2.2.5 → 2.2.7
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 +270 -20
- package/dist/releasetag.txt +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 +1 -1
- 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 +2 -2
- 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
|
@@ -1,28 +1,524 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { StreamingBlobTypes } from "@smithy/types";
|
|
3
|
-
import { AccessControlPolicy, BucketVersioningStatus, ChecksumAlgorithm, ErrorDocument, Grant, IndexDocument, ObjectCannedACL, ObjectLockConfiguration, ObjectLockLegalHold, ObjectLockLegalHoldStatus, ObjectLockMode, ObjectLockRetention, Payer, PublicAccessBlockConfiguration, RedirectAllRequestsTo, ReplicationConfiguration, ReplicationStatus, RequestCharged, RequestPayer, RoutingRule, ServerSideEncryption, StorageClass, Tag } from "./models_0";
|
|
3
|
+
import { AccessControlPolicy, BucketVersioningStatus, ChecksumAlgorithm, CORSConfiguration, ErrorDocument, Grant, IndexDocument, IntelligentTieringConfiguration, InventoryConfiguration, LifecycleRule, LoggingEnabled, MetricsConfiguration, NotificationConfiguration, ObjectCannedACL, ObjectLockConfiguration, ObjectLockLegalHold, ObjectLockLegalHoldStatus, ObjectLockMode, ObjectLockRetention, OwnershipControls, Payer, PublicAccessBlockConfiguration, RedirectAllRequestsTo, ReplicationConfiguration, ReplicationStatus, RequestCharged, RequestPayer, RoutingRule, ServerSideEncryption, ServerSideEncryptionConfiguration, StorageClass, Tag, TransitionDefaultMinimumObjectSize } from "./models_0";
|
|
4
4
|
import { S3ServiceException as __BaseException } from "./S3ServiceException";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export interface
|
|
8
|
+
export interface PutBucketCorsRequest {
|
|
9
9
|
/**
|
|
10
|
+
* <p>Specifies the bucket impacted by the <code>cors</code>configuration.</p>
|
|
11
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
12
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
10
13
|
* @public
|
|
11
|
-
|
|
14
|
+
*/
|
|
15
|
+
Bucket: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more
|
|
18
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html">Enabling
|
|
19
|
+
* Cross-Origin Resource Sharing</a> in the
|
|
20
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
CORSConfiguration: CORSConfiguration | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The base64-encoded 128-bit MD5 digest of the data. This header must be used as a message
|
|
26
|
+
* integrity check to verify that the request body was not corrupted in transit. For more
|
|
27
|
+
* information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
|
|
28
|
+
* 1864.</a>
|
|
29
|
+
* </p>
|
|
30
|
+
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
ContentMD5?: string | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
36
|
+
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
37
|
+
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
38
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
39
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
40
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
41
|
+
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
ExpectedBucketOwner?: string | undefined;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
export interface PutBucketEncryptionRequest {
|
|
55
|
+
/**
|
|
56
|
+
* <p>Specifies default encryption for a bucket using server-side encryption with different
|
|
57
|
+
* key options.</p>
|
|
58
|
+
* <p>
|
|
59
|
+
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
60
|
+
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
|
|
61
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
62
|
+
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
|
|
63
|
+
* </p>
|
|
64
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
65
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
Bucket: string | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* <p>The base64-encoded 128-bit MD5 digest of the server-side encryption
|
|
71
|
+
* configuration.</p>
|
|
72
|
+
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
73
|
+
* <note>
|
|
74
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
75
|
+
* </note>
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
ContentMD5?: string | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
81
|
+
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
82
|
+
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
83
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
84
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
85
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
86
|
+
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
87
|
+
* <note>
|
|
88
|
+
* <p>For directory buckets, when you use Amazon Web Services SDKs, <code>CRC32</code> is the default checksum algorithm that's used for performance.</p>
|
|
89
|
+
* </note>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* <p>Specifies the default server-side-encryption configuration.</p>
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
ServerSideEncryptionConfiguration: ServerSideEncryptionConfiguration | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
100
|
+
* <note>
|
|
101
|
+
* <p>For directory buckets, this header is not supported in this API operation. If you specify this header, the request fails with the HTTP status code
|
|
102
|
+
* <code>501 Not Implemented</code>.</p>
|
|
103
|
+
* </note>
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
ExpectedBucketOwner?: string | undefined;
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
export interface PutBucketIntelligentTieringConfigurationRequest {
|
|
112
|
+
/**
|
|
113
|
+
* <p>The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.</p>
|
|
12
114
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
13
115
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
116
|
+
* @public
|
|
14
117
|
*/
|
|
15
118
|
Bucket: string | undefined;
|
|
16
119
|
/**
|
|
120
|
+
* <p>The ID used to identify the S3 Intelligent-Tiering configuration.</p>
|
|
17
121
|
* @public
|
|
122
|
+
*/
|
|
123
|
+
Id: string | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* <p>Container for S3 Intelligent-Tiering configuration.</p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
IntelligentTieringConfiguration: IntelligentTieringConfiguration | undefined;
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
export interface PutBucketInventoryConfigurationRequest {
|
|
134
|
+
/**
|
|
135
|
+
* <p>The name of the bucket where the inventory configuration will be stored.</p>
|
|
136
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
137
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
140
|
+
Bucket: string | undefined;
|
|
141
|
+
/**
|
|
142
|
+
* <p>The ID used to identify the inventory configuration.</p>
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
Id: string | undefined;
|
|
146
|
+
/**
|
|
147
|
+
* <p>Specifies the inventory configuration.</p>
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
InventoryConfiguration: InventoryConfiguration | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
155
|
+
ExpectedBucketOwner?: string | undefined;
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
160
|
+
export interface PutBucketLifecycleConfigurationOutput {
|
|
161
|
+
/**
|
|
162
|
+
* <p>Indicates which default minimum object size behavior is applied to the lifecycle
|
|
163
|
+
* configuration.</p>
|
|
164
|
+
* <note>
|
|
165
|
+
* <p>This parameter applies to general purpose buckets only. It is not supported for
|
|
166
|
+
* directory bucket lifecycle configurations.</p>
|
|
167
|
+
* </note>
|
|
168
|
+
* <ul>
|
|
169
|
+
* <li>
|
|
170
|
+
* <p>
|
|
171
|
+
* <code>all_storage_classes_128K</code> - Objects smaller than 128 KB will not
|
|
172
|
+
* transition to any storage class by default. </p>
|
|
173
|
+
* </li>
|
|
174
|
+
* <li>
|
|
175
|
+
* <p>
|
|
176
|
+
* <code>varies_by_storage_class</code> - Objects smaller than 128 KB will
|
|
177
|
+
* transition to Glacier Flexible Retrieval or Glacier Deep Archive storage classes. By
|
|
178
|
+
* default, all other storage classes will prevent transitions smaller than 128 KB.
|
|
179
|
+
* </p>
|
|
180
|
+
* </li>
|
|
181
|
+
* </ul>
|
|
182
|
+
* <p>To customize the minimum object size for any transition you can add a filter that
|
|
183
|
+
* specifies a custom <code>ObjectSizeGreaterThan</code> or <code>ObjectSizeLessThan</code> in
|
|
184
|
+
* the body of your transition rule. Custom filters always take precedence over the default
|
|
185
|
+
* transition behavior.</p>
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
188
|
+
TransitionDefaultMinimumObjectSize?: TransitionDefaultMinimumObjectSize | undefined;
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* <p>Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more
|
|
192
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html">Object Lifecycle Management</a>
|
|
193
|
+
* in the <i>Amazon S3 User Guide</i>.</p>
|
|
194
|
+
* @public
|
|
195
|
+
*/
|
|
196
|
+
export interface BucketLifecycleConfiguration {
|
|
197
|
+
/**
|
|
198
|
+
* <p>A lifecycle rule for individual objects in an Amazon S3 bucket.</p>
|
|
199
|
+
* @public
|
|
200
|
+
*/
|
|
201
|
+
Rules: LifecycleRule[] | undefined;
|
|
202
|
+
}
|
|
203
|
+
/**
|
|
204
|
+
* @public
|
|
205
|
+
*/
|
|
206
|
+
export interface PutBucketLifecycleConfigurationRequest {
|
|
207
|
+
/**
|
|
208
|
+
* <p>The name of the bucket for which to set the configuration.</p>
|
|
209
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
210
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
211
|
+
* @public
|
|
212
|
+
*/
|
|
213
|
+
Bucket: string | undefined;
|
|
214
|
+
/**
|
|
215
|
+
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
216
|
+
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
217
|
+
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
218
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
219
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
220
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
221
|
+
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
225
|
+
/**
|
|
226
|
+
* <p>Container for lifecycle rules. You can add as many as 1,000 rules.</p>
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
LifecycleConfiguration?: BucketLifecycleConfiguration | undefined;
|
|
230
|
+
/**
|
|
231
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
232
|
+
* <note>
|
|
233
|
+
* <p>This parameter applies to general purpose buckets only. It is not supported for
|
|
234
|
+
* directory bucket lifecycle configurations.</p>
|
|
235
|
+
* </note>
|
|
236
|
+
* @public
|
|
237
|
+
*/
|
|
238
|
+
ExpectedBucketOwner?: string | undefined;
|
|
239
|
+
/**
|
|
240
|
+
* <p>Indicates which default minimum object size behavior is applied to the lifecycle
|
|
241
|
+
* configuration.</p>
|
|
242
|
+
* <note>
|
|
243
|
+
* <p>This parameter applies to general purpose buckets only. It is not supported for
|
|
244
|
+
* directory bucket lifecycle configurations.</p>
|
|
245
|
+
* </note>
|
|
246
|
+
* <ul>
|
|
247
|
+
* <li>
|
|
248
|
+
* <p>
|
|
249
|
+
* <code>all_storage_classes_128K</code> - Objects smaller than 128 KB will not
|
|
250
|
+
* transition to any storage class by default. </p>
|
|
251
|
+
* </li>
|
|
252
|
+
* <li>
|
|
253
|
+
* <p>
|
|
254
|
+
* <code>varies_by_storage_class</code> - Objects smaller than 128 KB will
|
|
255
|
+
* transition to Glacier Flexible Retrieval or Glacier Deep Archive storage classes. By
|
|
256
|
+
* default, all other storage classes will prevent transitions smaller than 128 KB.
|
|
257
|
+
* </p>
|
|
258
|
+
* </li>
|
|
259
|
+
* </ul>
|
|
260
|
+
* <p>To customize the minimum object size for any transition you can add a filter that
|
|
261
|
+
* specifies a custom <code>ObjectSizeGreaterThan</code> or <code>ObjectSizeLessThan</code> in
|
|
262
|
+
* the body of your transition rule. Custom filters always take precedence over the default
|
|
263
|
+
* transition behavior.</p>
|
|
264
|
+
* @public
|
|
265
|
+
*/
|
|
266
|
+
TransitionDefaultMinimumObjectSize?: TransitionDefaultMinimumObjectSize | undefined;
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
* <p>Container for logging status information.</p>
|
|
270
|
+
* @public
|
|
271
|
+
*/
|
|
272
|
+
export interface BucketLoggingStatus {
|
|
273
|
+
/**
|
|
274
|
+
* <p>Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys
|
|
275
|
+
* for a bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlogging.html">PUT Bucket logging</a> in the
|
|
276
|
+
* <i>Amazon S3 API Reference</i>.</p>
|
|
277
|
+
* @public
|
|
278
|
+
*/
|
|
279
|
+
LoggingEnabled?: LoggingEnabled | undefined;
|
|
280
|
+
}
|
|
281
|
+
/**
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
export interface PutBucketLoggingRequest {
|
|
285
|
+
/**
|
|
286
|
+
* <p>The name of the bucket for which to set the logging parameters.</p>
|
|
287
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
288
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
289
|
+
* @public
|
|
290
|
+
*/
|
|
291
|
+
Bucket: string | undefined;
|
|
292
|
+
/**
|
|
293
|
+
* <p>Container for logging status information.</p>
|
|
294
|
+
* @public
|
|
295
|
+
*/
|
|
296
|
+
BucketLoggingStatus: BucketLoggingStatus | undefined;
|
|
297
|
+
/**
|
|
298
|
+
* <p>The MD5 hash of the <code>PutBucketLogging</code> request body.</p>
|
|
299
|
+
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
300
|
+
* @public
|
|
301
|
+
*/
|
|
302
|
+
ContentMD5?: string | undefined;
|
|
303
|
+
/**
|
|
304
|
+
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
305
|
+
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
306
|
+
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
307
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
308
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
309
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
310
|
+
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
311
|
+
* @public
|
|
312
|
+
*/
|
|
313
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
314
|
+
/**
|
|
315
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
316
|
+
* @public
|
|
317
|
+
*/
|
|
318
|
+
ExpectedBucketOwner?: string | undefined;
|
|
319
|
+
}
|
|
320
|
+
/**
|
|
321
|
+
* @public
|
|
322
|
+
*/
|
|
323
|
+
export interface PutBucketMetricsConfigurationRequest {
|
|
324
|
+
/**
|
|
325
|
+
* <p>The name of the bucket for which the metrics configuration is set.</p>
|
|
326
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
327
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
328
|
+
* @public
|
|
329
|
+
*/
|
|
330
|
+
Bucket: string | undefined;
|
|
331
|
+
/**
|
|
332
|
+
* <p>The ID used to identify the metrics configuration. The ID has a 64 character limit and
|
|
333
|
+
* can only contain letters, numbers, periods, dashes, and underscores.</p>
|
|
334
|
+
* @public
|
|
335
|
+
*/
|
|
336
|
+
Id: string | undefined;
|
|
337
|
+
/**
|
|
338
|
+
* <p>Specifies the metrics configuration.</p>
|
|
339
|
+
* @public
|
|
340
|
+
*/
|
|
341
|
+
MetricsConfiguration: MetricsConfiguration | undefined;
|
|
342
|
+
/**
|
|
343
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
344
|
+
* @public
|
|
345
|
+
*/
|
|
346
|
+
ExpectedBucketOwner?: string | undefined;
|
|
347
|
+
}
|
|
348
|
+
/**
|
|
349
|
+
* @public
|
|
350
|
+
*/
|
|
351
|
+
export interface PutBucketNotificationConfigurationRequest {
|
|
352
|
+
/**
|
|
353
|
+
* <p>The name of the bucket.</p>
|
|
354
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
355
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
356
|
+
* @public
|
|
357
|
+
*/
|
|
358
|
+
Bucket: string | undefined;
|
|
359
|
+
/**
|
|
360
|
+
* <p>A container for specifying the notification configuration of the bucket. If this element
|
|
361
|
+
* is empty, notifications are turned off for the bucket.</p>
|
|
362
|
+
* @public
|
|
363
|
+
*/
|
|
364
|
+
NotificationConfiguration: NotificationConfiguration | undefined;
|
|
365
|
+
/**
|
|
366
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
367
|
+
* @public
|
|
368
|
+
*/
|
|
369
|
+
ExpectedBucketOwner?: string | undefined;
|
|
370
|
+
/**
|
|
371
|
+
* <p>Skips validation of Amazon SQS, Amazon SNS, and Lambda
|
|
372
|
+
* destinations. True or false value.</p>
|
|
373
|
+
* @public
|
|
374
|
+
*/
|
|
375
|
+
SkipDestinationValidation?: boolean | undefined;
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* @public
|
|
379
|
+
*/
|
|
380
|
+
export interface PutBucketOwnershipControlsRequest {
|
|
381
|
+
/**
|
|
382
|
+
* <p>The name of the Amazon S3 bucket whose <code>OwnershipControls</code> you want to set.</p>
|
|
383
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
384
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
385
|
+
* @public
|
|
386
|
+
*/
|
|
387
|
+
Bucket: string | undefined;
|
|
388
|
+
/**
|
|
389
|
+
* <p>The MD5 hash of the <code>OwnershipControls</code> request body. </p>
|
|
390
|
+
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
391
|
+
* @public
|
|
392
|
+
*/
|
|
393
|
+
ContentMD5?: string | undefined;
|
|
394
|
+
/**
|
|
395
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
396
|
+
* @public
|
|
397
|
+
*/
|
|
398
|
+
ExpectedBucketOwner?: string | undefined;
|
|
399
|
+
/**
|
|
400
|
+
* <p>The <code>OwnershipControls</code> (BucketOwnerEnforced, BucketOwnerPreferred, or
|
|
401
|
+
* ObjectWriter) that you want to apply to this Amazon S3 bucket.</p>
|
|
402
|
+
* @public
|
|
403
|
+
*/
|
|
404
|
+
OwnershipControls: OwnershipControls | undefined;
|
|
405
|
+
}
|
|
406
|
+
/**
|
|
407
|
+
* @public
|
|
408
|
+
*/
|
|
409
|
+
export interface PutBucketPolicyRequest {
|
|
410
|
+
/**
|
|
411
|
+
* <p>The name of the bucket.</p>
|
|
412
|
+
* <p>
|
|
413
|
+
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
414
|
+
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
|
|
415
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
416
|
+
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
|
|
417
|
+
* </p>
|
|
418
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
419
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
420
|
+
* @public
|
|
421
|
+
*/
|
|
422
|
+
Bucket: string | undefined;
|
|
423
|
+
/**
|
|
424
|
+
* <p>The MD5 hash of the request body.</p>
|
|
425
|
+
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
426
|
+
* <note>
|
|
427
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
428
|
+
* </note>
|
|
429
|
+
* @public
|
|
430
|
+
*/
|
|
431
|
+
ContentMD5?: string | undefined;
|
|
432
|
+
/**
|
|
433
|
+
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
434
|
+
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum-<i>algorithm</i>
|
|
435
|
+
* </code> or
|
|
436
|
+
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>.</p>
|
|
437
|
+
* <p>For the <code>x-amz-checksum-<i>algorithm</i>
|
|
438
|
+
* </code> header, replace <code>
|
|
439
|
+
* <i>algorithm</i>
|
|
440
|
+
* </code> with the supported algorithm from the following list: </p>
|
|
441
|
+
* <ul>
|
|
442
|
+
* <li>
|
|
443
|
+
* <p>
|
|
444
|
+
* <code>CRC32</code>
|
|
445
|
+
* </p>
|
|
446
|
+
* </li>
|
|
447
|
+
* <li>
|
|
448
|
+
* <p>
|
|
449
|
+
* <code>CRC32C</code>
|
|
450
|
+
* </p>
|
|
451
|
+
* </li>
|
|
452
|
+
* <li>
|
|
453
|
+
* <p>
|
|
454
|
+
* <code>SHA1</code>
|
|
455
|
+
* </p>
|
|
456
|
+
* </li>
|
|
457
|
+
* <li>
|
|
458
|
+
* <p>
|
|
459
|
+
* <code>SHA256</code>
|
|
460
|
+
* </p>
|
|
461
|
+
* </li>
|
|
462
|
+
* </ul>
|
|
463
|
+
* <p>For more
|
|
464
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
465
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
466
|
+
* <p>If the individual checksum value you provide through <code>x-amz-checksum-<i>algorithm</i>
|
|
467
|
+
* </code> doesn't match the checksum algorithm you set through <code>x-amz-sdk-checksum-algorithm</code>, Amazon S3 ignores any provided
|
|
468
|
+
* <code>ChecksumAlgorithm</code> parameter and uses the checksum algorithm that matches the provided value in <code>x-amz-checksum-<i>algorithm</i>
|
|
469
|
+
* </code>.</p>
|
|
470
|
+
* <note>
|
|
471
|
+
* <p>For directory buckets, when you use Amazon Web Services SDKs, <code>CRC32</code> is the default checksum algorithm that's used for performance.</p>
|
|
472
|
+
* </note>
|
|
473
|
+
* @public
|
|
474
|
+
*/
|
|
475
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
476
|
+
/**
|
|
477
|
+
* <p>Set this parameter to true to confirm that you want to remove your permissions to change
|
|
478
|
+
* this bucket policy in the future.</p>
|
|
479
|
+
* <note>
|
|
480
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
481
|
+
* </note>
|
|
482
|
+
* @public
|
|
483
|
+
*/
|
|
484
|
+
ConfirmRemoveSelfBucketAccess?: boolean | undefined;
|
|
485
|
+
/**
|
|
486
|
+
* <p>The bucket policy as a JSON document.</p>
|
|
487
|
+
* <p>For directory buckets, the only IAM action supported in the bucket policy is
|
|
488
|
+
* <code>s3express:CreateSession</code>.</p>
|
|
489
|
+
* @public
|
|
490
|
+
*/
|
|
491
|
+
Policy: string | undefined;
|
|
492
|
+
/**
|
|
493
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
494
|
+
* <note>
|
|
495
|
+
* <p>For directory buckets, this header is not supported in this API operation. If you specify this header, the request fails with the HTTP status code
|
|
496
|
+
* <code>501 Not Implemented</code>.</p>
|
|
497
|
+
* </note>
|
|
498
|
+
* @public
|
|
499
|
+
*/
|
|
500
|
+
ExpectedBucketOwner?: string | undefined;
|
|
501
|
+
}
|
|
502
|
+
/**
|
|
503
|
+
* @public
|
|
504
|
+
*/
|
|
505
|
+
export interface PutBucketReplicationRequest {
|
|
506
|
+
/**
|
|
507
|
+
* <p>The name of the bucket</p>
|
|
508
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
509
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
510
|
+
* @public
|
|
511
|
+
*/
|
|
512
|
+
Bucket: string | undefined;
|
|
513
|
+
/**
|
|
18
514
|
* <p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message
|
|
19
515
|
* integrity check to verify that the request body was not corrupted in transit. For more
|
|
20
516
|
* information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
|
|
21
517
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
518
|
+
* @public
|
|
22
519
|
*/
|
|
23
|
-
ContentMD5?: string;
|
|
520
|
+
ContentMD5?: string | undefined;
|
|
24
521
|
/**
|
|
25
|
-
* @public
|
|
26
522
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
27
523
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
28
524
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
@@ -30,33 +526,34 @@ export interface PutBucketReplicationRequest {
|
|
|
30
526
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
31
527
|
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
32
528
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
529
|
+
* @public
|
|
33
530
|
*/
|
|
34
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
531
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
35
532
|
/**
|
|
36
|
-
* @public
|
|
37
533
|
* <p>A container for replication rules. You can add up to 1,000 rules. The maximum size of a
|
|
38
534
|
* replication configuration is 2 MB.</p>
|
|
535
|
+
* @public
|
|
39
536
|
*/
|
|
40
537
|
ReplicationConfiguration: ReplicationConfiguration | undefined;
|
|
41
538
|
/**
|
|
42
|
-
* @public
|
|
43
539
|
* <p>A token to allow Object Lock to be enabled for an existing bucket.</p>
|
|
540
|
+
* @public
|
|
44
541
|
*/
|
|
45
|
-
Token?: string;
|
|
542
|
+
Token?: string | undefined;
|
|
46
543
|
/**
|
|
47
|
-
* @public
|
|
48
544
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
545
|
+
* @public
|
|
49
546
|
*/
|
|
50
|
-
ExpectedBucketOwner?: string;
|
|
547
|
+
ExpectedBucketOwner?: string | undefined;
|
|
51
548
|
}
|
|
52
549
|
/**
|
|
53
|
-
* @public
|
|
54
550
|
* <p>Container for Payer.</p>
|
|
551
|
+
* @public
|
|
55
552
|
*/
|
|
56
553
|
export interface RequestPaymentConfiguration {
|
|
57
554
|
/**
|
|
58
|
-
* @public
|
|
59
555
|
* <p>Specifies who pays for the download and request fees.</p>
|
|
556
|
+
* @public
|
|
60
557
|
*/
|
|
61
558
|
Payer: Payer | undefined;
|
|
62
559
|
}
|
|
@@ -65,22 +562,21 @@ export interface RequestPaymentConfiguration {
|
|
|
65
562
|
*/
|
|
66
563
|
export interface PutBucketRequestPaymentRequest {
|
|
67
564
|
/**
|
|
68
|
-
* @public
|
|
69
565
|
* <p>The bucket name.</p>
|
|
70
566
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
71
567
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
568
|
+
* @public
|
|
72
569
|
*/
|
|
73
570
|
Bucket: string | undefined;
|
|
74
571
|
/**
|
|
75
|
-
* @public
|
|
76
572
|
* <p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message
|
|
77
573
|
* integrity check to verify that the request body was not corrupted in transit. For more
|
|
78
574
|
* information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
|
|
79
575
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
576
|
+
* @public
|
|
80
577
|
*/
|
|
81
|
-
ContentMD5?: string;
|
|
578
|
+
ContentMD5?: string | undefined;
|
|
82
579
|
/**
|
|
83
|
-
* @public
|
|
84
580
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
85
581
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
86
582
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
@@ -88,27 +584,28 @@ export interface PutBucketRequestPaymentRequest {
|
|
|
88
584
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
89
585
|
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
90
586
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
587
|
+
* @public
|
|
91
588
|
*/
|
|
92
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
589
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
93
590
|
/**
|
|
94
|
-
* @public
|
|
95
591
|
* <p>Container for Payer.</p>
|
|
592
|
+
* @public
|
|
96
593
|
*/
|
|
97
594
|
RequestPaymentConfiguration: RequestPaymentConfiguration | undefined;
|
|
98
595
|
/**
|
|
99
|
-
* @public
|
|
100
596
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
597
|
+
* @public
|
|
101
598
|
*/
|
|
102
|
-
ExpectedBucketOwner?: string;
|
|
599
|
+
ExpectedBucketOwner?: string | undefined;
|
|
103
600
|
}
|
|
104
601
|
/**
|
|
105
|
-
* @public
|
|
106
602
|
* <p>Container for <code>TagSet</code> elements.</p>
|
|
603
|
+
* @public
|
|
107
604
|
*/
|
|
108
605
|
export interface Tagging {
|
|
109
606
|
/**
|
|
110
|
-
* @public
|
|
111
607
|
* <p>A collection for a set of tags</p>
|
|
608
|
+
* @public
|
|
112
609
|
*/
|
|
113
610
|
TagSet: Tag[] | undefined;
|
|
114
611
|
}
|
|
@@ -117,22 +614,21 @@ export interface Tagging {
|
|
|
117
614
|
*/
|
|
118
615
|
export interface PutBucketTaggingRequest {
|
|
119
616
|
/**
|
|
120
|
-
* @public
|
|
121
617
|
* <p>The bucket name.</p>
|
|
122
618
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
123
619
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
620
|
+
* @public
|
|
124
621
|
*/
|
|
125
622
|
Bucket: string | undefined;
|
|
126
623
|
/**
|
|
127
|
-
* @public
|
|
128
624
|
* <p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message
|
|
129
625
|
* integrity check to verify that the request body was not corrupted in transit. For more
|
|
130
626
|
* information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
|
|
131
627
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
628
|
+
* @public
|
|
132
629
|
*/
|
|
133
|
-
ContentMD5?: string;
|
|
630
|
+
ContentMD5?: string | undefined;
|
|
134
631
|
/**
|
|
135
|
-
* @public
|
|
136
632
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
137
633
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
138
634
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
@@ -140,18 +636,19 @@ export interface PutBucketTaggingRequest {
|
|
|
140
636
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
141
637
|
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
142
638
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
639
|
+
* @public
|
|
143
640
|
*/
|
|
144
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
641
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
145
642
|
/**
|
|
146
|
-
* @public
|
|
147
643
|
* <p>Container for the <code>TagSet</code> and <code>Tag</code> elements.</p>
|
|
644
|
+
* @public
|
|
148
645
|
*/
|
|
149
646
|
Tagging: Tagging | undefined;
|
|
150
647
|
/**
|
|
151
|
-
* @public
|
|
152
648
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
649
|
+
* @public
|
|
153
650
|
*/
|
|
154
|
-
ExpectedBucketOwner?: string;
|
|
651
|
+
ExpectedBucketOwner?: string | undefined;
|
|
155
652
|
}
|
|
156
653
|
/**
|
|
157
654
|
* @public
|
|
@@ -166,46 +663,45 @@ export declare const MFADelete: {
|
|
|
166
663
|
*/
|
|
167
664
|
export type MFADelete = (typeof MFADelete)[keyof typeof MFADelete];
|
|
168
665
|
/**
|
|
169
|
-
* @public
|
|
170
666
|
* <p>Describes the versioning state of an Amazon S3 bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html">PUT
|
|
171
667
|
* Bucket versioning</a> in the <i>Amazon S3 API Reference</i>.</p>
|
|
668
|
+
* @public
|
|
172
669
|
*/
|
|
173
670
|
export interface VersioningConfiguration {
|
|
174
671
|
/**
|
|
175
|
-
* @public
|
|
176
672
|
* <p>Specifies whether MFA delete is enabled in the bucket versioning configuration. This
|
|
177
673
|
* element is only returned if the bucket has been configured with MFA delete. If the bucket
|
|
178
674
|
* has never been so configured, this element is not returned.</p>
|
|
675
|
+
* @public
|
|
179
676
|
*/
|
|
180
|
-
MFADelete?: MFADelete;
|
|
677
|
+
MFADelete?: MFADelete | undefined;
|
|
181
678
|
/**
|
|
182
|
-
* @public
|
|
183
679
|
* <p>The versioning state of the bucket.</p>
|
|
680
|
+
* @public
|
|
184
681
|
*/
|
|
185
|
-
Status?: BucketVersioningStatus;
|
|
682
|
+
Status?: BucketVersioningStatus | undefined;
|
|
186
683
|
}
|
|
187
684
|
/**
|
|
188
685
|
* @public
|
|
189
686
|
*/
|
|
190
687
|
export interface PutBucketVersioningRequest {
|
|
191
688
|
/**
|
|
192
|
-
* @public
|
|
193
689
|
* <p>The bucket name.</p>
|
|
194
690
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
195
691
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
692
|
+
* @public
|
|
196
693
|
*/
|
|
197
694
|
Bucket: string | undefined;
|
|
198
695
|
/**
|
|
199
|
-
* @public
|
|
200
696
|
* <p>>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a
|
|
201
697
|
* message integrity check to verify that the request body was not corrupted in transit. For
|
|
202
698
|
* more information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
|
|
203
699
|
* 1864</a>.</p>
|
|
204
700
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
701
|
+
* @public
|
|
205
702
|
*/
|
|
206
|
-
ContentMD5?: string;
|
|
703
|
+
ContentMD5?: string | undefined;
|
|
207
704
|
/**
|
|
208
|
-
* @public
|
|
209
705
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
210
706
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
211
707
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
@@ -213,75 +709,75 @@ export interface PutBucketVersioningRequest {
|
|
|
213
709
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
214
710
|
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
215
711
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
712
|
+
* @public
|
|
216
713
|
*/
|
|
217
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
714
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
218
715
|
/**
|
|
219
|
-
* @public
|
|
220
716
|
* <p>The concatenation of the authentication device's serial number, a space, and the value
|
|
221
717
|
* that is displayed on your authentication device.</p>
|
|
718
|
+
* @public
|
|
222
719
|
*/
|
|
223
|
-
MFA?: string;
|
|
720
|
+
MFA?: string | undefined;
|
|
224
721
|
/**
|
|
225
|
-
* @public
|
|
226
722
|
* <p>Container for setting the versioning state.</p>
|
|
723
|
+
* @public
|
|
227
724
|
*/
|
|
228
725
|
VersioningConfiguration: VersioningConfiguration | undefined;
|
|
229
726
|
/**
|
|
230
|
-
* @public
|
|
231
727
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
728
|
+
* @public
|
|
232
729
|
*/
|
|
233
|
-
ExpectedBucketOwner?: string;
|
|
730
|
+
ExpectedBucketOwner?: string | undefined;
|
|
234
731
|
}
|
|
235
732
|
/**
|
|
236
|
-
* @public
|
|
237
733
|
* <p>Specifies website configuration parameters for an Amazon S3 bucket.</p>
|
|
734
|
+
* @public
|
|
238
735
|
*/
|
|
239
736
|
export interface WebsiteConfiguration {
|
|
240
737
|
/**
|
|
241
|
-
* @public
|
|
242
738
|
* <p>The name of the error document for the website.</p>
|
|
739
|
+
* @public
|
|
243
740
|
*/
|
|
244
|
-
ErrorDocument?: ErrorDocument;
|
|
741
|
+
ErrorDocument?: ErrorDocument | undefined;
|
|
245
742
|
/**
|
|
246
|
-
* @public
|
|
247
743
|
* <p>The name of the index document for the website.</p>
|
|
744
|
+
* @public
|
|
248
745
|
*/
|
|
249
|
-
IndexDocument?: IndexDocument;
|
|
746
|
+
IndexDocument?: IndexDocument | undefined;
|
|
250
747
|
/**
|
|
251
|
-
* @public
|
|
252
748
|
* <p>The redirect behavior for every request to this bucket's website endpoint.</p>
|
|
253
749
|
* <important>
|
|
254
750
|
* <p>If you specify this property, you can't specify any other property.</p>
|
|
255
751
|
* </important>
|
|
752
|
+
* @public
|
|
256
753
|
*/
|
|
257
|
-
RedirectAllRequestsTo?: RedirectAllRequestsTo;
|
|
754
|
+
RedirectAllRequestsTo?: RedirectAllRequestsTo | undefined;
|
|
258
755
|
/**
|
|
259
|
-
* @public
|
|
260
756
|
* <p>Rules that define when a redirect is applied and the redirect behavior.</p>
|
|
757
|
+
* @public
|
|
261
758
|
*/
|
|
262
|
-
RoutingRules?: RoutingRule[];
|
|
759
|
+
RoutingRules?: RoutingRule[] | undefined;
|
|
263
760
|
}
|
|
264
761
|
/**
|
|
265
762
|
* @public
|
|
266
763
|
*/
|
|
267
764
|
export interface PutBucketWebsiteRequest {
|
|
268
765
|
/**
|
|
269
|
-
* @public
|
|
270
766
|
* <p>The bucket name.</p>
|
|
271
767
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
272
768
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
769
|
+
* @public
|
|
273
770
|
*/
|
|
274
771
|
Bucket: string | undefined;
|
|
275
772
|
/**
|
|
276
|
-
* @public
|
|
277
773
|
* <p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message
|
|
278
774
|
* integrity check to verify that the request body was not corrupted in transit. For more
|
|
279
775
|
* information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
|
|
280
776
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
777
|
+
* @public
|
|
281
778
|
*/
|
|
282
|
-
ContentMD5?: string;
|
|
779
|
+
ContentMD5?: string | undefined;
|
|
283
780
|
/**
|
|
284
|
-
* @public
|
|
285
781
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
286
782
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
287
783
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
@@ -289,171 +785,219 @@ export interface PutBucketWebsiteRequest {
|
|
|
289
785
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
290
786
|
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
291
787
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
788
|
+
* @public
|
|
292
789
|
*/
|
|
293
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
790
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
294
791
|
/**
|
|
295
|
-
* @public
|
|
296
792
|
* <p>Container for the request.</p>
|
|
793
|
+
* @public
|
|
297
794
|
*/
|
|
298
795
|
WebsiteConfiguration: WebsiteConfiguration | undefined;
|
|
299
796
|
/**
|
|
300
|
-
* @public
|
|
301
797
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
798
|
+
* @public
|
|
799
|
+
*/
|
|
800
|
+
ExpectedBucketOwner?: string | undefined;
|
|
801
|
+
}
|
|
802
|
+
/**
|
|
803
|
+
* <p>
|
|
804
|
+
* The existing object was created with a different encryption type.
|
|
805
|
+
* Subsequent write requests must include the appropriate encryption
|
|
806
|
+
* parameters in the request or while creating the session.
|
|
807
|
+
* </p>
|
|
808
|
+
* @public
|
|
809
|
+
*/
|
|
810
|
+
export declare class EncryptionTypeMismatch extends __BaseException {
|
|
811
|
+
readonly name: "EncryptionTypeMismatch";
|
|
812
|
+
readonly $fault: "client";
|
|
813
|
+
/**
|
|
814
|
+
* @internal
|
|
815
|
+
*/
|
|
816
|
+
constructor(opts: __ExceptionOptionType<EncryptionTypeMismatch, __BaseException>);
|
|
817
|
+
}
|
|
818
|
+
/**
|
|
819
|
+
* <p>You may receive this error in multiple cases. Depending on the reason for the error, you may receive one of the messages below:</p>
|
|
820
|
+
* <ul>
|
|
821
|
+
* <li>
|
|
822
|
+
* <p>Cannot specify both a write offset value and user-defined object metadata for existing objects.</p>
|
|
823
|
+
* </li>
|
|
824
|
+
* <li>
|
|
825
|
+
* <p>Checksum Type mismatch occurred, expected checksum Type: sha1, actual checksum Type: crc32c.</p>
|
|
826
|
+
* </li>
|
|
827
|
+
* <li>
|
|
828
|
+
* <p>Request body cannot be empty when 'write offset' is specified.</p>
|
|
829
|
+
* </li>
|
|
830
|
+
* </ul>
|
|
831
|
+
* @public
|
|
832
|
+
*/
|
|
833
|
+
export declare class InvalidRequest extends __BaseException {
|
|
834
|
+
readonly name: "InvalidRequest";
|
|
835
|
+
readonly $fault: "client";
|
|
836
|
+
/**
|
|
837
|
+
* @internal
|
|
838
|
+
*/
|
|
839
|
+
constructor(opts: __ExceptionOptionType<InvalidRequest, __BaseException>);
|
|
840
|
+
}
|
|
841
|
+
/**
|
|
842
|
+
* <p>
|
|
843
|
+
* The write offset value that you specified does not match the current object size.
|
|
844
|
+
* </p>
|
|
845
|
+
* @public
|
|
846
|
+
*/
|
|
847
|
+
export declare class InvalidWriteOffset extends __BaseException {
|
|
848
|
+
readonly name: "InvalidWriteOffset";
|
|
849
|
+
readonly $fault: "client";
|
|
850
|
+
/**
|
|
851
|
+
* @internal
|
|
302
852
|
*/
|
|
303
|
-
|
|
853
|
+
constructor(opts: __ExceptionOptionType<InvalidWriteOffset, __BaseException>);
|
|
304
854
|
}
|
|
305
855
|
/**
|
|
306
856
|
* @public
|
|
307
857
|
*/
|
|
308
858
|
export interface PutObjectOutput {
|
|
309
859
|
/**
|
|
310
|
-
*
|
|
311
|
-
*
|
|
312
|
-
*
|
|
313
|
-
*
|
|
314
|
-
* URL-encoded.</p>
|
|
860
|
+
* <p>If the expiration is configured for the object (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a>) in the <i>Amazon S3 User Guide</i>,
|
|
861
|
+
* the response includes this header. It includes the <code>expiry-date</code> and
|
|
862
|
+
* <code>rule-id</code> key-value pairs that provide information about object expiration.
|
|
863
|
+
* The value of the <code>rule-id</code> is URL-encoded.</p>
|
|
315
864
|
* <note>
|
|
316
|
-
* <p>
|
|
865
|
+
* <p>Object expiration information is not returned in directory buckets and this header returns the value "<code>NotImplemented</code>" in all responses for directory buckets.</p>
|
|
317
866
|
* </note>
|
|
867
|
+
* @public
|
|
318
868
|
*/
|
|
319
|
-
Expiration?: string;
|
|
869
|
+
Expiration?: string | undefined;
|
|
320
870
|
/**
|
|
321
|
-
* @public
|
|
322
871
|
* <p>Entity tag for the uploaded object.</p>
|
|
323
872
|
* <p>
|
|
324
|
-
* <b>General purpose buckets </b> - To ensure that data is not
|
|
325
|
-
* for objects where the
|
|
326
|
-
*
|
|
327
|
-
*
|
|
873
|
+
* <b>General purpose buckets </b> - To ensure that data is not
|
|
874
|
+
* corrupted traversing the network, for objects where the ETag is the MD5 digest of the
|
|
875
|
+
* object, you can calculate the MD5 while putting an object to Amazon S3 and compare the returned
|
|
876
|
+
* ETag to the calculated MD5 value.</p>
|
|
328
877
|
* <p>
|
|
329
|
-
* <b>Directory buckets </b> - The ETag for the object in
|
|
878
|
+
* <b>Directory buckets </b> - The ETag for the object in
|
|
879
|
+
* a directory bucket isn't the MD5 digest of the object.</p>
|
|
880
|
+
* @public
|
|
330
881
|
*/
|
|
331
|
-
ETag?: string;
|
|
882
|
+
ETag?: string | undefined;
|
|
332
883
|
/**
|
|
333
|
-
*
|
|
334
|
-
* <p>The base64-encoded, 32-bit CRC32 checksum of the object. This will only be present if it was uploaded
|
|
884
|
+
* <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
|
|
335
885
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
336
886
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
337
887
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
888
|
+
* @public
|
|
338
889
|
*/
|
|
339
|
-
ChecksumCRC32?: string;
|
|
890
|
+
ChecksumCRC32?: string | undefined;
|
|
340
891
|
/**
|
|
341
|
-
*
|
|
342
|
-
* <p>The base64-encoded, 32-bit CRC32C checksum of the object. This will only be present if it was uploaded
|
|
892
|
+
* <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
|
|
343
893
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
344
894
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
345
895
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
896
|
+
* @public
|
|
346
897
|
*/
|
|
347
|
-
ChecksumCRC32C?: string;
|
|
898
|
+
ChecksumCRC32C?: string | undefined;
|
|
348
899
|
/**
|
|
349
|
-
* @public
|
|
350
900
|
* <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
|
|
351
901
|
* with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
352
902
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
353
903
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
904
|
+
* @public
|
|
354
905
|
*/
|
|
355
|
-
ChecksumSHA1?: string;
|
|
906
|
+
ChecksumSHA1?: string | undefined;
|
|
356
907
|
/**
|
|
357
|
-
* @public
|
|
358
908
|
* <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
|
|
359
909
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
360
910
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
361
911
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
912
|
+
* @public
|
|
362
913
|
*/
|
|
363
|
-
ChecksumSHA256?: string;
|
|
914
|
+
ChecksumSHA256?: string | undefined;
|
|
364
915
|
/**
|
|
916
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3.</p>
|
|
365
917
|
* @public
|
|
366
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for example,
|
|
367
|
-
* <code>AES256</code>, <code>aws:kms</code>, <code>aws:kms:dsse</code>).</p>
|
|
368
|
-
* <note>
|
|
369
|
-
* <p>For directory buckets, only server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) is supported.</p>
|
|
370
|
-
* </note>
|
|
371
918
|
*/
|
|
372
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
919
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
373
920
|
/**
|
|
374
|
-
* @public
|
|
375
921
|
* <p>Version ID of the object.</p>
|
|
376
922
|
* <p>If you enable versioning for a bucket, Amazon S3 automatically generates a unique version ID
|
|
377
923
|
* for the object being stored. Amazon S3 returns this ID in the response. When you enable
|
|
378
924
|
* versioning for a bucket, if Amazon S3 receives multiple write requests for the same object
|
|
379
925
|
* simultaneously, it stores all of the objects. For more information about versioning, see
|
|
380
|
-
*
|
|
381
|
-
* Versioning-Enabled Buckets</a> in the <i>Amazon S3
|
|
382
|
-
*
|
|
383
|
-
* of a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketVersioning.html">GetBucketVersioning</a>. </p>
|
|
926
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/AddingObjectstoVersioningEnabledBuckets.html">Adding Objects to
|
|
927
|
+
* Versioning-Enabled Buckets</a> in the <i>Amazon S3 User Guide</i>. For
|
|
928
|
+
* information about returning the versioning state of a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketVersioning.html">GetBucketVersioning</a>. </p>
|
|
384
929
|
* <note>
|
|
385
930
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
386
931
|
* </note>
|
|
932
|
+
* @public
|
|
387
933
|
*/
|
|
388
|
-
VersionId?: string;
|
|
934
|
+
VersionId?: string | undefined;
|
|
389
935
|
/**
|
|
390
|
-
* @public
|
|
391
936
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
392
937
|
* response will include this header to confirm the encryption algorithm that's used.</p>
|
|
393
938
|
* <note>
|
|
394
939
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
395
940
|
* </note>
|
|
941
|
+
* @public
|
|
396
942
|
*/
|
|
397
|
-
SSECustomerAlgorithm?: string;
|
|
943
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
398
944
|
/**
|
|
399
|
-
* @public
|
|
400
945
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
401
|
-
* response will include this header to provide the round-trip message integrity verification
|
|
402
|
-
* the customer-provided encryption key.</p>
|
|
946
|
+
* response will include this header to provide the round-trip message integrity verification
|
|
947
|
+
* of the customer-provided encryption key.</p>
|
|
403
948
|
* <note>
|
|
404
949
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
405
950
|
* </note>
|
|
951
|
+
* @public
|
|
406
952
|
*/
|
|
407
|
-
SSECustomerKeyMD5?: string;
|
|
953
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
408
954
|
/**
|
|
955
|
+
* <p>If present, indicates the ID of the KMS key that was used for object encryption.</p>
|
|
409
956
|
* @public
|
|
410
|
-
* <p>If <code>x-amz-server-side-encryption</code> has a valid value of <code>aws:kms</code>
|
|
411
|
-
* or <code>aws:kms:dsse</code>, this header indicates the ID of the Key Management Service (KMS)
|
|
412
|
-
* symmetric encryption customer managed key that was used for the object. </p>
|
|
413
|
-
* <note>
|
|
414
|
-
* <p>This functionality is not supported for directory buckets.</p>
|
|
415
|
-
* </note>
|
|
416
957
|
*/
|
|
417
|
-
SSEKMSKeyId?: string;
|
|
958
|
+
SSEKMSKeyId?: string | undefined;
|
|
418
959
|
/**
|
|
419
|
-
*
|
|
420
|
-
*
|
|
421
|
-
* value
|
|
422
|
-
*
|
|
423
|
-
* passed on to Amazon Web Services KMS for future <code>GetObject</code> or <code>CopyObject</code>
|
|
960
|
+
* <p>If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption. The value of
|
|
961
|
+
* this header is a Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
|
|
962
|
+
* This value is stored as object metadata and automatically gets
|
|
963
|
+
* passed on to Amazon Web Services KMS for future <code>GetObject</code>
|
|
424
964
|
* operations on this object.</p>
|
|
425
|
-
*
|
|
426
|
-
* <p>This functionality is not supported for directory buckets.</p>
|
|
427
|
-
* </note>
|
|
965
|
+
* @public
|
|
428
966
|
*/
|
|
429
|
-
SSEKMSEncryptionContext?: string;
|
|
967
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
430
968
|
/**
|
|
431
|
-
* @public
|
|
432
969
|
* <p>Indicates whether the uploaded object uses an S3 Bucket Key for server-side encryption
|
|
433
970
|
* with Key Management Service (KMS) keys (SSE-KMS).</p>
|
|
971
|
+
* @public
|
|
972
|
+
*/
|
|
973
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
974
|
+
/**
|
|
975
|
+
* <p>
|
|
976
|
+
* The size of the object in bytes. This will only be present if you append to an object.
|
|
977
|
+
* </p>
|
|
434
978
|
* <note>
|
|
435
|
-
* <p>This functionality is
|
|
979
|
+
* <p>This functionality is only supported for objects in the Amazon S3 Express One Zone storage class in directory buckets.</p>
|
|
436
980
|
* </note>
|
|
981
|
+
* @public
|
|
437
982
|
*/
|
|
438
|
-
|
|
983
|
+
Size?: number | undefined;
|
|
439
984
|
/**
|
|
440
|
-
* @public
|
|
441
985
|
* <p>If present, indicates that the requester was successfully charged for the
|
|
442
986
|
* request.</p>
|
|
443
987
|
* <note>
|
|
444
988
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
445
989
|
* </note>
|
|
990
|
+
* @public
|
|
446
991
|
*/
|
|
447
|
-
RequestCharged?: RequestCharged;
|
|
992
|
+
RequestCharged?: RequestCharged | undefined;
|
|
448
993
|
}
|
|
449
994
|
/**
|
|
450
995
|
* @public
|
|
451
996
|
*/
|
|
452
997
|
export interface PutObjectRequest {
|
|
453
998
|
/**
|
|
454
|
-
* @public
|
|
455
999
|
* <p>The canned ACL to apply to the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned
|
|
456
|
-
*
|
|
1000
|
+
* ACL</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
457
1001
|
* <p>When adding a new object, you can use headers to grant ACL-based permissions to
|
|
458
1002
|
* individual Amazon Web Services accounts or to predefined groups defined by Amazon S3. These permissions are
|
|
459
1003
|
* then added to the ACL on the object. By default, all objects are private. Only the owner
|
|
@@ -466,7 +1010,7 @@ export interface PutObjectRequest {
|
|
|
466
1010
|
* specify bucket owner full control ACLs, such as the <code>bucket-owner-full-control</code>
|
|
467
1011
|
* canned ACL or an equivalent form of this ACL expressed in the XML format. PUT requests that
|
|
468
1012
|
* contain other ACLs (for example, custom grants to certain Amazon Web Services accounts) fail and return a
|
|
469
|
-
*
|
|
1013
|
+
* <code>400</code> error with the error code <code>AccessControlListNotSupported</code>.
|
|
470
1014
|
* For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html"> Controlling ownership of
|
|
471
1015
|
* objects and disabling ACLs</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
472
1016
|
* <note>
|
|
@@ -479,21 +1023,22 @@ export interface PutObjectRequest {
|
|
|
479
1023
|
* </li>
|
|
480
1024
|
* </ul>
|
|
481
1025
|
* </note>
|
|
1026
|
+
* @public
|
|
482
1027
|
*/
|
|
483
|
-
ACL?: ObjectCannedACL;
|
|
1028
|
+
ACL?: ObjectCannedACL | undefined;
|
|
484
1029
|
/**
|
|
485
|
-
* @public
|
|
486
1030
|
* <p>Object data.</p>
|
|
1031
|
+
* @public
|
|
487
1032
|
*/
|
|
488
|
-
Body?: StreamingBlobTypes;
|
|
1033
|
+
Body?: StreamingBlobTypes | undefined;
|
|
489
1034
|
/**
|
|
490
|
-
* @public
|
|
491
1035
|
* <p>The bucket name to which the PUT action was initiated. </p>
|
|
492
1036
|
* <p>
|
|
493
|
-
* <b>Directory buckets</b> -
|
|
494
|
-
*
|
|
495
|
-
* <i>
|
|
496
|
-
* <i>
|
|
1037
|
+
* <b>Directory buckets</b> -
|
|
1038
|
+
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
1039
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
1040
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
1041
|
+
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
497
1042
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
498
1043
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
499
1044
|
* <p>
|
|
@@ -506,63 +1051,63 @@ export interface PutObjectRequest {
|
|
|
506
1051
|
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
507
1052
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
508
1053
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
1054
|
+
* @public
|
|
509
1055
|
*/
|
|
510
1056
|
Bucket: string | undefined;
|
|
511
1057
|
/**
|
|
512
|
-
* @public
|
|
513
1058
|
* <p>Can be used to specify caching behavior along the request/reply chain. For more
|
|
514
1059
|
* information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9</a>.</p>
|
|
1060
|
+
* @public
|
|
515
1061
|
*/
|
|
516
|
-
CacheControl?: string;
|
|
1062
|
+
CacheControl?: string | undefined;
|
|
517
1063
|
/**
|
|
518
|
-
* @public
|
|
519
1064
|
* <p>Specifies presentational information for the object. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc6266#section-4">https://www.rfc-editor.org/rfc/rfc6266#section-4</a>.</p>
|
|
1065
|
+
* @public
|
|
520
1066
|
*/
|
|
521
|
-
ContentDisposition?: string;
|
|
1067
|
+
ContentDisposition?: string | undefined;
|
|
522
1068
|
/**
|
|
523
|
-
* @public
|
|
524
1069
|
* <p>Specifies what content encodings have been applied to the object and thus what decoding
|
|
525
1070
|
* mechanisms must be applied to obtain the media-type referenced by the Content-Type header
|
|
526
1071
|
* field. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding">https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding</a>.</p>
|
|
1072
|
+
* @public
|
|
527
1073
|
*/
|
|
528
|
-
ContentEncoding?: string;
|
|
1074
|
+
ContentEncoding?: string | undefined;
|
|
529
1075
|
/**
|
|
530
|
-
* @public
|
|
531
1076
|
* <p>The language the content is in.</p>
|
|
1077
|
+
* @public
|
|
532
1078
|
*/
|
|
533
|
-
ContentLanguage?: string;
|
|
1079
|
+
ContentLanguage?: string | undefined;
|
|
534
1080
|
/**
|
|
535
|
-
* @public
|
|
536
1081
|
* <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be
|
|
537
1082
|
* determined automatically. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length">https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length</a>.</p>
|
|
1083
|
+
* @public
|
|
538
1084
|
*/
|
|
539
|
-
ContentLength?: number;
|
|
1085
|
+
ContentLength?: number | undefined;
|
|
540
1086
|
/**
|
|
541
|
-
* @public
|
|
542
1087
|
* <p>The base64-encoded 128-bit MD5 digest of the message (without the headers) according to
|
|
543
1088
|
* RFC 1864. This header can be used as a message integrity check to verify that the data is
|
|
544
1089
|
* the same data that was originally sent. Although it is optional, we recommend using the
|
|
545
1090
|
* Content-MD5 mechanism as an end-to-end integrity check. For more information about REST
|
|
546
1091
|
* request authentication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">REST Authentication</a>.</p>
|
|
547
1092
|
* <note>
|
|
548
|
-
* <p>The <code>Content-MD5</code> header is
|
|
549
|
-
*
|
|
550
|
-
*
|
|
551
|
-
*
|
|
1093
|
+
* <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is
|
|
1094
|
+
* required for any request to upload an object with a retention period configured using
|
|
1095
|
+
* Amazon S3 Object Lock. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-put-object">Uploading objects to an Object Lock enabled bucket </a> in the
|
|
1096
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
552
1097
|
* </note>
|
|
553
1098
|
* <note>
|
|
554
1099
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
555
1100
|
* </note>
|
|
1101
|
+
* @public
|
|
556
1102
|
*/
|
|
557
|
-
ContentMD5?: string;
|
|
1103
|
+
ContentMD5?: string | undefined;
|
|
558
1104
|
/**
|
|
559
|
-
* @public
|
|
560
1105
|
* <p>A standard MIME type describing the format of the contents. For more information, see
|
|
561
1106
|
* <a href="https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type">https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type</a>.</p>
|
|
1107
|
+
* @public
|
|
562
1108
|
*/
|
|
563
|
-
ContentType?: string;
|
|
1109
|
+
ContentType?: string | undefined;
|
|
564
1110
|
/**
|
|
565
|
-
* @public
|
|
566
1111
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
567
1112
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum-<i>algorithm</i>
|
|
568
1113
|
* </code> or
|
|
@@ -573,16 +1118,24 @@ export interface PutObjectRequest {
|
|
|
573
1118
|
* </code> with the supported algorithm from the following list: </p>
|
|
574
1119
|
* <ul>
|
|
575
1120
|
* <li>
|
|
576
|
-
* <p>
|
|
1121
|
+
* <p>
|
|
1122
|
+
* <code>CRC32</code>
|
|
1123
|
+
* </p>
|
|
577
1124
|
* </li>
|
|
578
1125
|
* <li>
|
|
579
|
-
* <p>
|
|
1126
|
+
* <p>
|
|
1127
|
+
* <code>CRC32C</code>
|
|
1128
|
+
* </p>
|
|
580
1129
|
* </li>
|
|
581
1130
|
* <li>
|
|
582
|
-
* <p>
|
|
1131
|
+
* <p>
|
|
1132
|
+
* <code>SHA1</code>
|
|
1133
|
+
* </p>
|
|
583
1134
|
* </li>
|
|
584
1135
|
* <li>
|
|
585
|
-
* <p>
|
|
1136
|
+
* <p>
|
|
1137
|
+
* <code>SHA256</code>
|
|
1138
|
+
* </p>
|
|
586
1139
|
* </li>
|
|
587
1140
|
* </ul>
|
|
588
1141
|
* <p>For more
|
|
@@ -593,50 +1146,75 @@ export interface PutObjectRequest {
|
|
|
593
1146
|
* <code>ChecksumAlgorithm</code> parameter and uses the checksum algorithm that matches the provided value in <code>x-amz-checksum-<i>algorithm</i>
|
|
594
1147
|
* </code>.</p>
|
|
595
1148
|
* <note>
|
|
596
|
-
* <p>
|
|
1149
|
+
* <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is
|
|
1150
|
+
* required for any request to upload an object with a retention period configured using
|
|
1151
|
+
* Amazon S3 Object Lock. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-put-object">Uploading objects to an Object Lock enabled bucket </a> in the
|
|
1152
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
597
1153
|
* </note>
|
|
1154
|
+
* <p>For directory buckets, when you use Amazon Web Services SDKs, <code>CRC32</code> is the default checksum algorithm that's used for performance.</p>
|
|
1155
|
+
* @public
|
|
598
1156
|
*/
|
|
599
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1157
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
600
1158
|
/**
|
|
601
|
-
* @public
|
|
602
1159
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
603
|
-
* This header specifies the base64-encoded, 32-bit
|
|
1160
|
+
* This header specifies the base64-encoded, 32-bit CRC-32 checksum of the object. For more information, see
|
|
604
1161
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
|
|
605
1162
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
1163
|
+
* @public
|
|
606
1164
|
*/
|
|
607
|
-
ChecksumCRC32?: string;
|
|
1165
|
+
ChecksumCRC32?: string | undefined;
|
|
608
1166
|
/**
|
|
609
|
-
* @public
|
|
610
1167
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
611
|
-
* This header specifies the base64-encoded, 32-bit
|
|
1168
|
+
* This header specifies the base64-encoded, 32-bit CRC-32C checksum of the object. For more information, see
|
|
612
1169
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
|
|
613
1170
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
1171
|
+
* @public
|
|
614
1172
|
*/
|
|
615
|
-
ChecksumCRC32C?: string;
|
|
1173
|
+
ChecksumCRC32C?: string | undefined;
|
|
616
1174
|
/**
|
|
617
|
-
* @public
|
|
618
1175
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
619
1176
|
* This header specifies the base64-encoded, 160-bit SHA-1 digest of the object. For more information, see
|
|
620
1177
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
|
|
621
1178
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
1179
|
+
* @public
|
|
622
1180
|
*/
|
|
623
|
-
ChecksumSHA1?: string;
|
|
1181
|
+
ChecksumSHA1?: string | undefined;
|
|
624
1182
|
/**
|
|
625
|
-
* @public
|
|
626
1183
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
627
1184
|
* This header specifies the base64-encoded, 256-bit SHA-256 digest of the object. For more information, see
|
|
628
1185
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
|
|
629
1186
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
1187
|
+
* @public
|
|
630
1188
|
*/
|
|
631
|
-
ChecksumSHA256?: string;
|
|
1189
|
+
ChecksumSHA256?: string | undefined;
|
|
632
1190
|
/**
|
|
633
|
-
* @public
|
|
634
1191
|
* <p>The date and time at which the object is no longer cacheable. For more information, see
|
|
635
1192
|
* <a href="https://www.rfc-editor.org/rfc/rfc7234#section-5.3">https://www.rfc-editor.org/rfc/rfc7234#section-5.3</a>.</p>
|
|
1193
|
+
* @public
|
|
636
1194
|
*/
|
|
637
|
-
Expires?: Date;
|
|
1195
|
+
Expires?: Date | undefined;
|
|
638
1196
|
/**
|
|
1197
|
+
* <p>Uploads the object only if the ETag (entity tag) value provided during the WRITE
|
|
1198
|
+
* operation matches the ETag of the object in S3. If the ETag values do not match, the
|
|
1199
|
+
* operation returns a <code>412 Precondition Failed</code> error.</p>
|
|
1200
|
+
* <p>If a conflicting operation occurs during the upload S3 returns a <code>409 ConditionalRequestConflict</code> response. On a 409 failure you should fetch the object's ETag and retry the upload.</p>
|
|
1201
|
+
* <p>Expects the ETag value as a string.</p>
|
|
1202
|
+
* <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>, or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html">Conditional requests</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
639
1203
|
* @public
|
|
1204
|
+
*/
|
|
1205
|
+
IfMatch?: string | undefined;
|
|
1206
|
+
/**
|
|
1207
|
+
* <p>Uploads the object only if the object key name does not already exist in the bucket
|
|
1208
|
+
* specified. Otherwise, Amazon S3 returns a <code>412 Precondition Failed</code> error.</p>
|
|
1209
|
+
* <p>If a conflicting operation occurs during the upload S3 returns a <code>409
|
|
1210
|
+
* ConditionalRequestConflict</code> response. On a 409 failure you should retry the
|
|
1211
|
+
* upload.</p>
|
|
1212
|
+
* <p>Expects the '*' (asterisk) character.</p>
|
|
1213
|
+
* <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>, or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html">Conditional requests</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1214
|
+
* @public
|
|
1215
|
+
*/
|
|
1216
|
+
IfNoneMatch?: string | undefined;
|
|
1217
|
+
/**
|
|
640
1218
|
* <p>Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.</p>
|
|
641
1219
|
* <note>
|
|
642
1220
|
* <ul>
|
|
@@ -648,10 +1226,10 @@ export interface PutObjectRequest {
|
|
|
648
1226
|
* </li>
|
|
649
1227
|
* </ul>
|
|
650
1228
|
* </note>
|
|
1229
|
+
* @public
|
|
651
1230
|
*/
|
|
652
|
-
GrantFullControl?: string;
|
|
1231
|
+
GrantFullControl?: string | undefined;
|
|
653
1232
|
/**
|
|
654
|
-
* @public
|
|
655
1233
|
* <p>Allows grantee to read the object data and its metadata.</p>
|
|
656
1234
|
* <note>
|
|
657
1235
|
* <ul>
|
|
@@ -663,10 +1241,10 @@ export interface PutObjectRequest {
|
|
|
663
1241
|
* </li>
|
|
664
1242
|
* </ul>
|
|
665
1243
|
* </note>
|
|
1244
|
+
* @public
|
|
666
1245
|
*/
|
|
667
|
-
GrantRead?: string;
|
|
1246
|
+
GrantRead?: string | undefined;
|
|
668
1247
|
/**
|
|
669
|
-
* @public
|
|
670
1248
|
* <p>Allows grantee to read the object ACL.</p>
|
|
671
1249
|
* <note>
|
|
672
1250
|
* <ul>
|
|
@@ -678,10 +1256,10 @@ export interface PutObjectRequest {
|
|
|
678
1256
|
* </li>
|
|
679
1257
|
* </ul>
|
|
680
1258
|
* </note>
|
|
1259
|
+
* @public
|
|
681
1260
|
*/
|
|
682
|
-
GrantReadACP?: string;
|
|
1261
|
+
GrantReadACP?: string | undefined;
|
|
683
1262
|
/**
|
|
684
|
-
* @public
|
|
685
1263
|
* <p>Allows grantee to write the ACL for the applicable object.</p>
|
|
686
1264
|
* <note>
|
|
687
1265
|
* <ul>
|
|
@@ -693,60 +1271,97 @@ export interface PutObjectRequest {
|
|
|
693
1271
|
* </li>
|
|
694
1272
|
* </ul>
|
|
695
1273
|
* </note>
|
|
1274
|
+
* @public
|
|
696
1275
|
*/
|
|
697
|
-
GrantWriteACP?: string;
|
|
1276
|
+
GrantWriteACP?: string | undefined;
|
|
698
1277
|
/**
|
|
699
|
-
* @public
|
|
700
1278
|
* <p>Object key for which the PUT action was initiated.</p>
|
|
1279
|
+
* @public
|
|
701
1280
|
*/
|
|
702
1281
|
Key: string | undefined;
|
|
703
1282
|
/**
|
|
1283
|
+
* <p>
|
|
1284
|
+
* Specifies the offset for appending data to existing objects in bytes.
|
|
1285
|
+
* The offset must be equal to the size of the existing object being appended to.
|
|
1286
|
+
* If no object exists, setting this header to 0 will create a new object.
|
|
1287
|
+
* </p>
|
|
1288
|
+
* <note>
|
|
1289
|
+
* <p>This functionality is only supported for objects in the Amazon S3 Express One Zone storage class in directory buckets.</p>
|
|
1290
|
+
* </note>
|
|
704
1291
|
* @public
|
|
705
|
-
* <p>A map of metadata to store with the object in S3.</p>
|
|
706
1292
|
*/
|
|
707
|
-
|
|
1293
|
+
WriteOffsetBytes?: number | undefined;
|
|
708
1294
|
/**
|
|
1295
|
+
* <p>A map of metadata to store with the object in S3.</p>
|
|
709
1296
|
* @public
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
*
|
|
714
|
-
*
|
|
715
|
-
*
|
|
716
|
-
*
|
|
717
|
-
*
|
|
718
|
-
*
|
|
1297
|
+
*/
|
|
1298
|
+
Metadata?: Record<string, string> | undefined;
|
|
1299
|
+
/**
|
|
1300
|
+
* <p>The server-side encryption algorithm that was used when you store this object in Amazon S3
|
|
1301
|
+
* (for example, <code>AES256</code>, <code>aws:kms</code>, <code>aws:kms:dsse</code>).</p>
|
|
1302
|
+
* <ul>
|
|
1303
|
+
* <li>
|
|
1304
|
+
* <p>
|
|
1305
|
+
* <b>General purpose buckets </b> - You have four mutually
|
|
1306
|
+
* exclusive options to protect data using server-side encryption in Amazon S3, depending on
|
|
1307
|
+
* how you choose to manage the encryption keys. Specifically, the encryption key
|
|
1308
|
+
* options are Amazon S3 managed keys (SSE-S3), Amazon Web Services KMS keys (SSE-KMS or DSSE-KMS), and
|
|
1309
|
+
* customer-provided keys (SSE-C). Amazon S3 encrypts data with server-side encryption by
|
|
1310
|
+
* using Amazon S3 managed keys (SSE-S3) by default. You can optionally tell Amazon S3 to encrypt
|
|
1311
|
+
* data at rest by using server-side encryption with other key options. For more
|
|
719
1312
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html">Using Server-Side
|
|
720
1313
|
* Encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
721
|
-
*
|
|
722
|
-
* <
|
|
1314
|
+
* </li>
|
|
1315
|
+
* <li>
|
|
1316
|
+
* <p>
|
|
1317
|
+
* <b>Directory buckets </b> -
|
|
1318
|
+
* For directory buckets, there are only two supported options for server-side encryption: server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) and server-side encryption with KMS keys (SSE-KMS) (<code>aws:kms</code>). We recommend that the bucket's default encryption uses the desired encryption configuration and you don't override the bucket default encryption in your
|
|
1319
|
+
* <code>CreateSession</code> requests or <code>PUT</code> object requests. Then, new objects
|
|
1320
|
+
* are automatically encrypted with the desired encryption settings. For more
|
|
1321
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html">Protecting data with server-side encryption</a> in the <i>Amazon S3 User Guide</i>. For more information about the encryption overriding behaviors in directory buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-specifying-kms-encryption.html">Specifying server-side encryption with KMS for new object uploads</a>. </p>
|
|
1322
|
+
* <p>In the Zonal endpoint API calls (except <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html">CopyObject</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html">UploadPartCopy</a>) using the REST API, the encryption request headers must match the encryption settings that are specified in the <code>CreateSession</code> request.
|
|
1323
|
+
* You can't override the values of the encryption settings (<code>x-amz-server-side-encryption</code>, <code>x-amz-server-side-encryption-aws-kms-key-id</code>, <code>x-amz-server-side-encryption-context</code>, and <code>x-amz-server-side-encryption-bucket-key-enabled</code>) that are specified in the <code>CreateSession</code> request.
|
|
1324
|
+
* You don't need to explicitly specify these encryption settings values in Zonal endpoint API calls, and
|
|
1325
|
+
* Amazon S3 will use the encryption settings values from the <code>CreateSession</code> request to protect new objects in the directory bucket.
|
|
1326
|
+
* </p>
|
|
1327
|
+
* <note>
|
|
1328
|
+
* <p>When you use the CLI or the Amazon Web Services SDKs, for <code>CreateSession</code>, the session token refreshes automatically to avoid service interruptions when a session expires. The CLI or the Amazon Web Services SDKs use the bucket's default encryption configuration for the
|
|
1329
|
+
* <code>CreateSession</code> request. It's not supported to override the encryption settings values in the <code>CreateSession</code> request.
|
|
1330
|
+
* So in the Zonal endpoint API calls (except <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html">CopyObject</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html">UploadPartCopy</a>),
|
|
1331
|
+
* the encryption request headers must match the default encryption configuration of the directory bucket.
|
|
1332
|
+
*
|
|
1333
|
+
* </p>
|
|
1334
|
+
* </note>
|
|
1335
|
+
* </li>
|
|
1336
|
+
* </ul>
|
|
1337
|
+
* @public
|
|
723
1338
|
*/
|
|
724
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
1339
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
725
1340
|
/**
|
|
726
|
-
* @public
|
|
727
1341
|
* <p>By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The
|
|
728
1342
|
* STANDARD storage class provides high durability and high availability. Depending on
|
|
729
|
-
* performance needs, you can specify a different Storage Class. For more information, see
|
|
730
|
-
* <
|
|
1343
|
+
* performance needs, you can specify a different Storage Class. For more information, see
|
|
1344
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage
|
|
1345
|
+
* Classes</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
731
1346
|
* <note>
|
|
732
1347
|
* <ul>
|
|
733
1348
|
* <li>
|
|
734
|
-
* <p>For directory buckets, only the S3 Express One Zone storage class is supported to store
|
|
1349
|
+
* <p>For directory buckets, only the S3 Express One Zone storage class is supported to store
|
|
1350
|
+
* newly created objects.</p>
|
|
735
1351
|
* </li>
|
|
736
1352
|
* <li>
|
|
737
|
-
* <p>Amazon S3 on Outposts only uses
|
|
738
|
-
* the OUTPOSTS Storage Class.</p>
|
|
1353
|
+
* <p>Amazon S3 on Outposts only uses the OUTPOSTS Storage Class.</p>
|
|
739
1354
|
* </li>
|
|
740
1355
|
* </ul>
|
|
741
1356
|
* </note>
|
|
1357
|
+
* @public
|
|
742
1358
|
*/
|
|
743
|
-
StorageClass?: StorageClass;
|
|
1359
|
+
StorageClass?: StorageClass | undefined;
|
|
744
1360
|
/**
|
|
745
|
-
* @public
|
|
746
1361
|
* <p>If the bucket is configured as a website, redirects requests for this object to another
|
|
747
1362
|
* object in the same bucket or to an external URL. Amazon S3 stores the value of this header in
|
|
748
|
-
* the object metadata. For information about object metadata, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html">Object Key and Metadata</a> in the
|
|
749
|
-
*
|
|
1363
|
+
* the object metadata. For information about object metadata, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html">Object Key and Metadata</a> in the
|
|
1364
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
750
1365
|
* <p>In the following example, the request header sets the redirect to an object
|
|
751
1366
|
* (anotherPage.html) in the same bucket:</p>
|
|
752
1367
|
* <p>
|
|
@@ -759,24 +1374,23 @@ export interface PutObjectRequest {
|
|
|
759
1374
|
* </p>
|
|
760
1375
|
* <p>For more information about website hosting in Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">Hosting Websites on Amazon S3</a> and
|
|
761
1376
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html">How to
|
|
762
|
-
*
|
|
763
|
-
* User Guide</i>. </p>
|
|
1377
|
+
* Configure Website Page Redirects</a> in the <i>Amazon S3 User Guide</i>. </p>
|
|
764
1378
|
* <note>
|
|
765
1379
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
766
1380
|
* </note>
|
|
1381
|
+
* @public
|
|
767
1382
|
*/
|
|
768
|
-
WebsiteRedirectLocation?: string;
|
|
1383
|
+
WebsiteRedirectLocation?: string | undefined;
|
|
769
1384
|
/**
|
|
770
|
-
* @public
|
|
771
1385
|
* <p>Specifies the algorithm to use when encrypting the object (for example,
|
|
772
|
-
*
|
|
1386
|
+
* <code>AES256</code>).</p>
|
|
773
1387
|
* <note>
|
|
774
1388
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
775
1389
|
* </note>
|
|
1390
|
+
* @public
|
|
776
1391
|
*/
|
|
777
|
-
SSECustomerAlgorithm?: string;
|
|
1392
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
778
1393
|
/**
|
|
779
|
-
* @public
|
|
780
1394
|
* <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
|
|
781
1395
|
* value is used to store the object and then it is discarded; Amazon S3 does not store the
|
|
782
1396
|
* encryption key. The key must be appropriate for use with the algorithm specified in the
|
|
@@ -784,143 +1398,169 @@ export interface PutObjectRequest {
|
|
|
784
1398
|
* <note>
|
|
785
1399
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
786
1400
|
* </note>
|
|
1401
|
+
* @public
|
|
787
1402
|
*/
|
|
788
|
-
SSECustomerKey?: string;
|
|
1403
|
+
SSECustomerKey?: string | undefined;
|
|
789
1404
|
/**
|
|
790
|
-
* @public
|
|
791
1405
|
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
|
|
792
1406
|
* this header for a message integrity check to ensure that the encryption key was transmitted
|
|
793
1407
|
* without error.</p>
|
|
794
1408
|
* <note>
|
|
795
1409
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
796
1410
|
* </note>
|
|
797
|
-
*/
|
|
798
|
-
SSECustomerKeyMD5?: string;
|
|
799
|
-
/**
|
|
800
1411
|
* @public
|
|
801
|
-
* <p>If <code>x-amz-server-side-encryption</code> has a valid value of <code>aws:kms</code>
|
|
802
|
-
* or <code>aws:kms:dsse</code>, this header specifies the ID (Key ID, Key ARN, or Key Alias) of the Key Management Service (KMS)
|
|
803
|
-
* symmetric encryption customer managed key that was used for the object. If you specify
|
|
804
|
-
* <code>x-amz-server-side-encryption:aws:kms</code> or
|
|
805
|
-
* <code>x-amz-server-side-encryption:aws:kms:dsse</code>, but do not provide<code>
|
|
806
|
-
* x-amz-server-side-encryption-aws-kms-key-id</code>, Amazon S3 uses the Amazon Web Services managed key
|
|
807
|
-
* (<code>aws/s3</code>) to protect the data. If the KMS key does not exist in the same
|
|
808
|
-
* account that's issuing the command, you must use the full ARN and not just the ID. </p>
|
|
809
|
-
* <note>
|
|
810
|
-
* <p>This functionality is not supported for directory buckets.</p>
|
|
811
|
-
* </note>
|
|
812
1412
|
*/
|
|
813
|
-
|
|
1413
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
814
1414
|
/**
|
|
1415
|
+
* <p>Specifies the KMS key ID (Key ID, Key ARN, or Key Alias) to use for object encryption. If the KMS key doesn't exist in the same
|
|
1416
|
+
* account that's issuing the command, you must use the full Key ARN not the Key ID.</p>
|
|
1417
|
+
* <p>
|
|
1418
|
+
* <b>General purpose buckets</b> - If you specify <code>x-amz-server-side-encryption</code> with <code>aws:kms</code> or <code>aws:kms:dsse</code>, this header specifies the ID (Key ID, Key ARN, or Key Alias) of the KMS
|
|
1419
|
+
* key to use. If you specify
|
|
1420
|
+
* <code>x-amz-server-side-encryption:aws:kms</code> or
|
|
1421
|
+
* <code>x-amz-server-side-encryption:aws:kms:dsse</code>, but do not provide <code>x-amz-server-side-encryption-aws-kms-key-id</code>, Amazon S3 uses the Amazon Web Services managed key
|
|
1422
|
+
* (<code>aws/s3</code>) to protect the data.</p>
|
|
1423
|
+
* <p>
|
|
1424
|
+
* <b>Directory buckets</b> - If you specify <code>x-amz-server-side-encryption</code> with <code>aws:kms</code>, the <code>
|
|
1425
|
+
* x-amz-server-side-encryption-aws-kms-key-id</code> header is implicitly assigned the ID of the KMS
|
|
1426
|
+
* symmetric encryption customer managed key that's configured for your directory bucket's default encryption setting.
|
|
1427
|
+
* If you want to specify the <code>
|
|
1428
|
+
* x-amz-server-side-encryption-aws-kms-key-id</code> header explicitly, you can only specify it with the ID (Key ID or Key ARN) of the KMS
|
|
1429
|
+
* customer managed key that's configured for your directory bucket's default encryption setting. Otherwise, you get an HTTP <code>400 Bad Request</code> error. Only use the key ID or key ARN. The key alias format of the KMS key isn't supported. Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket for the lifetime of the bucket.
|
|
1430
|
+
* The <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services managed key</a> (<code>aws/s3</code>) isn't supported.
|
|
1431
|
+
* </p>
|
|
1432
|
+
* @public
|
|
1433
|
+
*/
|
|
1434
|
+
SSEKMSKeyId?: string | undefined;
|
|
1435
|
+
/**
|
|
1436
|
+
* <p>Specifies the Amazon Web Services KMS Encryption Context as an additional encryption context to use for object encryption. The value of
|
|
1437
|
+
* this header is a Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
|
|
1438
|
+
* This value is stored as object metadata and automatically gets passed on
|
|
1439
|
+
* to Amazon Web Services KMS for future <code>GetObject</code> operations on
|
|
1440
|
+
* this object.</p>
|
|
1441
|
+
* <p>
|
|
1442
|
+
* <b>General purpose buckets</b> - This value must be explicitly added during <code>CopyObject</code> operations if you want an additional encryption context for your object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html#encryption-context">Encryption context</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1443
|
+
* <p>
|
|
1444
|
+
* <b>Directory buckets</b> - You can optionally provide an explicit encryption context value. The value must match the default encryption context - the bucket Amazon Resource Name (ARN). An additional encryption context value is not supported. </p>
|
|
815
1445
|
* @public
|
|
816
|
-
* <p>Specifies the Amazon Web Services KMS Encryption Context to use for object encryption. The value of
|
|
817
|
-
* this header is a base64-encoded UTF-8 string holding JSON with the encryption context
|
|
818
|
-
* key-value pairs. This value is stored as object metadata and automatically gets passed on
|
|
819
|
-
* to Amazon Web Services KMS for future <code>GetObject</code> or <code>CopyObject</code> operations on
|
|
820
|
-
* this object. This value must be explicitly added during <code>CopyObject</code> operations.</p>
|
|
821
|
-
* <note>
|
|
822
|
-
* <p>This functionality is not supported for directory buckets.</p>
|
|
823
|
-
* </note>
|
|
824
1446
|
*/
|
|
825
|
-
SSEKMSEncryptionContext?: string;
|
|
1447
|
+
SSEKMSEncryptionContext?: string | undefined;
|
|
826
1448
|
/**
|
|
827
|
-
* @public
|
|
828
1449
|
* <p>Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with
|
|
829
|
-
* server-side encryption using Key Management Service (KMS) keys (SSE-KMS)
|
|
1450
|
+
* server-side encryption using Key Management Service (KMS) keys (SSE-KMS).</p>
|
|
1451
|
+
* <p>
|
|
1452
|
+
* <b>General purpose buckets</b> - Setting this header to
|
|
830
1453
|
* <code>true</code> causes Amazon S3 to use an S3 Bucket Key for object encryption with
|
|
831
|
-
* SSE-KMS
|
|
832
|
-
* <p>Specifying this header with a PUT action doesn’t affect bucket-level settings for S3
|
|
1454
|
+
* SSE-KMS. Also, specifying this header with a PUT action doesn't affect bucket-level settings for S3
|
|
833
1455
|
* Bucket Key.</p>
|
|
834
|
-
* <
|
|
835
|
-
* <
|
|
836
|
-
*
|
|
1456
|
+
* <p>
|
|
1457
|
+
* <b>Directory buckets</b> - S3 Bucket Keys are always enabled for <code>GET</code> and <code>PUT</code> operations in a directory bucket and can’t be disabled. S3 Bucket Keys aren't supported, when you copy SSE-KMS encrypted objects from general purpose buckets
|
|
1458
|
+
* to directory buckets, from directory buckets to general purpose buckets, or between directory buckets, through <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html">CopyObject</a>, <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html">UploadPartCopy</a>, <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-objects-Batch-Ops">the Copy operation in Batch Operations</a>, or
|
|
1459
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-import-job">the import jobs</a>. In this case, Amazon S3 makes a call to KMS every time a copy request is made for a KMS-encrypted object.</p>
|
|
1460
|
+
* @public
|
|
837
1461
|
*/
|
|
838
|
-
BucketKeyEnabled?: boolean;
|
|
1462
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
839
1463
|
/**
|
|
840
|
-
* @public
|
|
841
1464
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
842
1465
|
* owners need not specify this parameter in their requests. If either the source or
|
|
843
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
844
|
-
*
|
|
845
|
-
*
|
|
1466
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
1467
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
1468
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
846
1469
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
847
1470
|
* <note>
|
|
848
1471
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
849
1472
|
* </note>
|
|
1473
|
+
* @public
|
|
850
1474
|
*/
|
|
851
|
-
RequestPayer?: RequestPayer;
|
|
1475
|
+
RequestPayer?: RequestPayer | undefined;
|
|
852
1476
|
/**
|
|
853
|
-
* @public
|
|
854
1477
|
* <p>The tag-set for the object. The tag-set must be encoded as URL Query parameters. (For
|
|
855
1478
|
* example, "Key1=Value1")</p>
|
|
856
1479
|
* <note>
|
|
857
1480
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
858
1481
|
* </note>
|
|
1482
|
+
* @public
|
|
859
1483
|
*/
|
|
860
|
-
Tagging?: string;
|
|
1484
|
+
Tagging?: string | undefined;
|
|
861
1485
|
/**
|
|
862
|
-
* @public
|
|
863
1486
|
* <p>The Object Lock mode that you want to apply to this object.</p>
|
|
864
1487
|
* <note>
|
|
865
1488
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
866
1489
|
* </note>
|
|
1490
|
+
* @public
|
|
867
1491
|
*/
|
|
868
|
-
ObjectLockMode?: ObjectLockMode;
|
|
1492
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
869
1493
|
/**
|
|
870
|
-
* @public
|
|
871
1494
|
* <p>The date and time when you want this object's Object Lock to expire. Must be formatted
|
|
872
1495
|
* as a timestamp parameter.</p>
|
|
873
1496
|
* <note>
|
|
874
1497
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
875
1498
|
* </note>
|
|
1499
|
+
* @public
|
|
876
1500
|
*/
|
|
877
|
-
ObjectLockRetainUntilDate?: Date;
|
|
1501
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
878
1502
|
/**
|
|
879
|
-
* @public
|
|
880
1503
|
* <p>Specifies whether a legal hold will be applied to this object. For more information
|
|
881
|
-
* about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Object Lock</a> in the
|
|
1504
|
+
* about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Object Lock</a> in the
|
|
1505
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
882
1506
|
* <note>
|
|
883
1507
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
884
1508
|
* </note>
|
|
1509
|
+
* @public
|
|
885
1510
|
*/
|
|
886
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
1511
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
887
1512
|
/**
|
|
888
|
-
* @public
|
|
889
1513
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1514
|
+
* @public
|
|
890
1515
|
*/
|
|
891
|
-
ExpectedBucketOwner?: string;
|
|
1516
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1517
|
+
}
|
|
1518
|
+
/**
|
|
1519
|
+
* <p>
|
|
1520
|
+
* You have attempted to add more parts than the maximum of 10000
|
|
1521
|
+
* that are allowed for this object. You can use the CopyObject operation
|
|
1522
|
+
* to copy this object to another and then add more data to the newly copied object.
|
|
1523
|
+
* </p>
|
|
1524
|
+
* @public
|
|
1525
|
+
*/
|
|
1526
|
+
export declare class TooManyParts extends __BaseException {
|
|
1527
|
+
readonly name: "TooManyParts";
|
|
1528
|
+
readonly $fault: "client";
|
|
1529
|
+
/**
|
|
1530
|
+
* @internal
|
|
1531
|
+
*/
|
|
1532
|
+
constructor(opts: __ExceptionOptionType<TooManyParts, __BaseException>);
|
|
892
1533
|
}
|
|
893
1534
|
/**
|
|
894
1535
|
* @public
|
|
895
1536
|
*/
|
|
896
1537
|
export interface PutObjectAclOutput {
|
|
897
1538
|
/**
|
|
898
|
-
* @public
|
|
899
1539
|
* <p>If present, indicates that the requester was successfully charged for the
|
|
900
1540
|
* request.</p>
|
|
901
1541
|
* <note>
|
|
902
1542
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
903
1543
|
* </note>
|
|
1544
|
+
* @public
|
|
904
1545
|
*/
|
|
905
|
-
RequestCharged?: RequestCharged;
|
|
1546
|
+
RequestCharged?: RequestCharged | undefined;
|
|
906
1547
|
}
|
|
907
1548
|
/**
|
|
908
1549
|
* @public
|
|
909
1550
|
*/
|
|
910
1551
|
export interface PutObjectAclRequest {
|
|
911
1552
|
/**
|
|
912
|
-
* @public
|
|
913
1553
|
* <p>The canned ACL to apply to the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned
|
|
914
1554
|
* ACL</a>.</p>
|
|
1555
|
+
* @public
|
|
915
1556
|
*/
|
|
916
|
-
ACL?: ObjectCannedACL;
|
|
1557
|
+
ACL?: ObjectCannedACL | undefined;
|
|
917
1558
|
/**
|
|
918
|
-
* @public
|
|
919
1559
|
* <p>Contains the elements that set the ACL permissions for an object per grantee.</p>
|
|
1560
|
+
* @public
|
|
920
1561
|
*/
|
|
921
|
-
AccessControlPolicy?: AccessControlPolicy;
|
|
1562
|
+
AccessControlPolicy?: AccessControlPolicy | undefined;
|
|
922
1563
|
/**
|
|
923
|
-
* @public
|
|
924
1564
|
* <p>The bucket name that contains the object to which you want to attach the ACL. </p>
|
|
925
1565
|
* <p>
|
|
926
1566
|
* <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -929,20 +1569,20 @@ export interface PutObjectAclRequest {
|
|
|
929
1569
|
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
930
1570
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
931
1571
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
1572
|
+
* @public
|
|
932
1573
|
*/
|
|
933
1574
|
Bucket: string | undefined;
|
|
934
1575
|
/**
|
|
935
|
-
* @public
|
|
936
1576
|
* <p>The base64-encoded 128-bit MD5 digest of the data. This header must be used as a message
|
|
937
1577
|
* integrity check to verify that the request body was not corrupted in transit. For more
|
|
938
1578
|
* information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
|
|
939
1579
|
* 1864.></a>
|
|
940
1580
|
* </p>
|
|
941
1581
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1582
|
+
* @public
|
|
942
1583
|
*/
|
|
943
|
-
ContentMD5?: string;
|
|
1584
|
+
ContentMD5?: string | undefined;
|
|
944
1585
|
/**
|
|
945
|
-
* @public
|
|
946
1586
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
947
1587
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
948
1588
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
@@ -950,136 +1590,136 @@ export interface PutObjectAclRequest {
|
|
|
950
1590
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
951
1591
|
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
952
1592
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1593
|
+
* @public
|
|
953
1594
|
*/
|
|
954
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1595
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
955
1596
|
/**
|
|
956
|
-
* @public
|
|
957
1597
|
* <p>Allows grantee the read, write, read ACP, and write ACP permissions on the
|
|
958
1598
|
* bucket.</p>
|
|
959
1599
|
* <p>This functionality is not supported for Amazon S3 on Outposts.</p>
|
|
1600
|
+
* @public
|
|
960
1601
|
*/
|
|
961
|
-
GrantFullControl?: string;
|
|
1602
|
+
GrantFullControl?: string | undefined;
|
|
962
1603
|
/**
|
|
963
|
-
* @public
|
|
964
1604
|
* <p>Allows grantee to list the objects in the bucket.</p>
|
|
965
1605
|
* <p>This functionality is not supported for Amazon S3 on Outposts.</p>
|
|
1606
|
+
* @public
|
|
966
1607
|
*/
|
|
967
|
-
GrantRead?: string;
|
|
1608
|
+
GrantRead?: string | undefined;
|
|
968
1609
|
/**
|
|
969
|
-
* @public
|
|
970
1610
|
* <p>Allows grantee to read the bucket ACL.</p>
|
|
971
1611
|
* <p>This functionality is not supported for Amazon S3 on Outposts.</p>
|
|
1612
|
+
* @public
|
|
972
1613
|
*/
|
|
973
|
-
GrantReadACP?: string;
|
|
1614
|
+
GrantReadACP?: string | undefined;
|
|
974
1615
|
/**
|
|
975
|
-
* @public
|
|
976
1616
|
* <p>Allows grantee to create new objects in the bucket.</p>
|
|
977
1617
|
* <p>For the bucket and object owners of existing objects, also allows deletions and
|
|
978
1618
|
* overwrites of those objects.</p>
|
|
1619
|
+
* @public
|
|
979
1620
|
*/
|
|
980
|
-
GrantWrite?: string;
|
|
1621
|
+
GrantWrite?: string | undefined;
|
|
981
1622
|
/**
|
|
982
|
-
* @public
|
|
983
1623
|
* <p>Allows grantee to write the ACL for the applicable bucket.</p>
|
|
984
1624
|
* <p>This functionality is not supported for Amazon S3 on Outposts.</p>
|
|
1625
|
+
* @public
|
|
985
1626
|
*/
|
|
986
|
-
GrantWriteACP?: string;
|
|
1627
|
+
GrantWriteACP?: string | undefined;
|
|
987
1628
|
/**
|
|
988
|
-
* @public
|
|
989
1629
|
* <p>Key for which the PUT action was initiated.</p>
|
|
1630
|
+
* @public
|
|
990
1631
|
*/
|
|
991
1632
|
Key: string | undefined;
|
|
992
1633
|
/**
|
|
993
|
-
* @public
|
|
994
1634
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
995
1635
|
* owners need not specify this parameter in their requests. If either the source or
|
|
996
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
997
|
-
*
|
|
998
|
-
*
|
|
1636
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
1637
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
1638
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
999
1639
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1000
1640
|
* <note>
|
|
1001
1641
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1002
1642
|
* </note>
|
|
1643
|
+
* @public
|
|
1003
1644
|
*/
|
|
1004
|
-
RequestPayer?: RequestPayer;
|
|
1645
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1005
1646
|
/**
|
|
1006
|
-
* @public
|
|
1007
1647
|
* <p>Version ID used to reference a specific version of the object.</p>
|
|
1008
1648
|
* <note>
|
|
1009
1649
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1010
1650
|
* </note>
|
|
1651
|
+
* @public
|
|
1011
1652
|
*/
|
|
1012
|
-
VersionId?: string;
|
|
1653
|
+
VersionId?: string | undefined;
|
|
1013
1654
|
/**
|
|
1014
|
-
* @public
|
|
1015
1655
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1656
|
+
* @public
|
|
1016
1657
|
*/
|
|
1017
|
-
ExpectedBucketOwner?: string;
|
|
1658
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1018
1659
|
}
|
|
1019
1660
|
/**
|
|
1020
1661
|
* @public
|
|
1021
1662
|
*/
|
|
1022
1663
|
export interface PutObjectLegalHoldOutput {
|
|
1023
1664
|
/**
|
|
1024
|
-
* @public
|
|
1025
1665
|
* <p>If present, indicates that the requester was successfully charged for the
|
|
1026
1666
|
* request.</p>
|
|
1027
1667
|
* <note>
|
|
1028
1668
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1029
1669
|
* </note>
|
|
1670
|
+
* @public
|
|
1030
1671
|
*/
|
|
1031
|
-
RequestCharged?: RequestCharged;
|
|
1672
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1032
1673
|
}
|
|
1033
1674
|
/**
|
|
1034
1675
|
* @public
|
|
1035
1676
|
*/
|
|
1036
1677
|
export interface PutObjectLegalHoldRequest {
|
|
1037
1678
|
/**
|
|
1038
|
-
* @public
|
|
1039
1679
|
* <p>The bucket name containing the object that you want to place a legal hold on. </p>
|
|
1040
1680
|
* <p>
|
|
1041
1681
|
* <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1042
1682
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
1043
1683
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
1684
|
+
* @public
|
|
1044
1685
|
*/
|
|
1045
1686
|
Bucket: string | undefined;
|
|
1046
1687
|
/**
|
|
1047
|
-
* @public
|
|
1048
1688
|
* <p>The key name for the object that you want to place a legal hold on.</p>
|
|
1689
|
+
* @public
|
|
1049
1690
|
*/
|
|
1050
1691
|
Key: string | undefined;
|
|
1051
1692
|
/**
|
|
1052
|
-
* @public
|
|
1053
1693
|
* <p>Container element for the legal hold configuration you want to apply to the specified
|
|
1054
1694
|
* object.</p>
|
|
1695
|
+
* @public
|
|
1055
1696
|
*/
|
|
1056
|
-
LegalHold?: ObjectLockLegalHold;
|
|
1697
|
+
LegalHold?: ObjectLockLegalHold | undefined;
|
|
1057
1698
|
/**
|
|
1058
|
-
* @public
|
|
1059
1699
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1060
1700
|
* owners need not specify this parameter in their requests. If either the source or
|
|
1061
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
1062
|
-
*
|
|
1063
|
-
*
|
|
1701
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
1702
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
1703
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
1064
1704
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1065
1705
|
* <note>
|
|
1066
1706
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1067
1707
|
* </note>
|
|
1708
|
+
* @public
|
|
1068
1709
|
*/
|
|
1069
|
-
RequestPayer?: RequestPayer;
|
|
1710
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1070
1711
|
/**
|
|
1071
|
-
* @public
|
|
1072
1712
|
* <p>The version ID of the object that you want to place a legal hold on.</p>
|
|
1713
|
+
* @public
|
|
1073
1714
|
*/
|
|
1074
|
-
VersionId?: string;
|
|
1715
|
+
VersionId?: string | undefined;
|
|
1075
1716
|
/**
|
|
1076
|
-
* @public
|
|
1077
1717
|
* <p>The MD5 hash for the request body.</p>
|
|
1078
1718
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1719
|
+
* @public
|
|
1079
1720
|
*/
|
|
1080
|
-
ContentMD5?: string;
|
|
1721
|
+
ContentMD5?: string | undefined;
|
|
1081
1722
|
/**
|
|
1082
|
-
* @public
|
|
1083
1723
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1084
1724
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
1085
1725
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
@@ -1087,70 +1727,70 @@ export interface PutObjectLegalHoldRequest {
|
|
|
1087
1727
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
1088
1728
|
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
1089
1729
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1730
|
+
* @public
|
|
1090
1731
|
*/
|
|
1091
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1732
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1092
1733
|
/**
|
|
1093
|
-
* @public
|
|
1094
1734
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1735
|
+
* @public
|
|
1095
1736
|
*/
|
|
1096
|
-
ExpectedBucketOwner?: string;
|
|
1737
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1097
1738
|
}
|
|
1098
1739
|
/**
|
|
1099
1740
|
* @public
|
|
1100
1741
|
*/
|
|
1101
1742
|
export interface PutObjectLockConfigurationOutput {
|
|
1102
1743
|
/**
|
|
1103
|
-
* @public
|
|
1104
1744
|
* <p>If present, indicates that the requester was successfully charged for the
|
|
1105
1745
|
* request.</p>
|
|
1106
1746
|
* <note>
|
|
1107
1747
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1108
1748
|
* </note>
|
|
1749
|
+
* @public
|
|
1109
1750
|
*/
|
|
1110
|
-
RequestCharged?: RequestCharged;
|
|
1751
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1111
1752
|
}
|
|
1112
1753
|
/**
|
|
1113
1754
|
* @public
|
|
1114
1755
|
*/
|
|
1115
1756
|
export interface PutObjectLockConfigurationRequest {
|
|
1116
1757
|
/**
|
|
1117
|
-
* @public
|
|
1118
1758
|
* <p>The bucket whose Object Lock configuration you want to create or replace.</p>
|
|
1119
1759
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
1120
1760
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
1761
|
+
* @public
|
|
1121
1762
|
*/
|
|
1122
1763
|
Bucket: string | undefined;
|
|
1123
1764
|
/**
|
|
1124
|
-
* @public
|
|
1125
1765
|
* <p>The Object Lock configuration that you want to apply to the specified bucket.</p>
|
|
1766
|
+
* @public
|
|
1126
1767
|
*/
|
|
1127
|
-
ObjectLockConfiguration?: ObjectLockConfiguration;
|
|
1768
|
+
ObjectLockConfiguration?: ObjectLockConfiguration | undefined;
|
|
1128
1769
|
/**
|
|
1129
|
-
* @public
|
|
1130
1770
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1131
1771
|
* owners need not specify this parameter in their requests. If either the source or
|
|
1132
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
1133
|
-
*
|
|
1134
|
-
*
|
|
1772
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
1773
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
1774
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
1135
1775
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1136
1776
|
* <note>
|
|
1137
1777
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1138
1778
|
* </note>
|
|
1779
|
+
* @public
|
|
1139
1780
|
*/
|
|
1140
|
-
RequestPayer?: RequestPayer;
|
|
1781
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1141
1782
|
/**
|
|
1142
|
-
* @public
|
|
1143
1783
|
* <p>A token to allow Object Lock to be enabled for an existing bucket.</p>
|
|
1784
|
+
* @public
|
|
1144
1785
|
*/
|
|
1145
|
-
Token?: string;
|
|
1786
|
+
Token?: string | undefined;
|
|
1146
1787
|
/**
|
|
1147
|
-
* @public
|
|
1148
1788
|
* <p>The MD5 hash for the request body.</p>
|
|
1149
1789
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1790
|
+
* @public
|
|
1150
1791
|
*/
|
|
1151
|
-
ContentMD5?: string;
|
|
1792
|
+
ContentMD5?: string | undefined;
|
|
1152
1793
|
/**
|
|
1153
|
-
* @public
|
|
1154
1794
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1155
1795
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
1156
1796
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
@@ -1158,85 +1798,85 @@ export interface PutObjectLockConfigurationRequest {
|
|
|
1158
1798
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
1159
1799
|
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
1160
1800
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1801
|
+
* @public
|
|
1161
1802
|
*/
|
|
1162
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1803
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1163
1804
|
/**
|
|
1164
|
-
* @public
|
|
1165
1805
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1806
|
+
* @public
|
|
1166
1807
|
*/
|
|
1167
|
-
ExpectedBucketOwner?: string;
|
|
1808
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1168
1809
|
}
|
|
1169
1810
|
/**
|
|
1170
1811
|
* @public
|
|
1171
1812
|
*/
|
|
1172
1813
|
export interface PutObjectRetentionOutput {
|
|
1173
1814
|
/**
|
|
1174
|
-
* @public
|
|
1175
1815
|
* <p>If present, indicates that the requester was successfully charged for the
|
|
1176
1816
|
* request.</p>
|
|
1177
1817
|
* <note>
|
|
1178
1818
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1179
1819
|
* </note>
|
|
1820
|
+
* @public
|
|
1180
1821
|
*/
|
|
1181
|
-
RequestCharged?: RequestCharged;
|
|
1822
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1182
1823
|
}
|
|
1183
1824
|
/**
|
|
1184
1825
|
* @public
|
|
1185
1826
|
*/
|
|
1186
1827
|
export interface PutObjectRetentionRequest {
|
|
1187
1828
|
/**
|
|
1188
|
-
* @public
|
|
1189
1829
|
* <p>The bucket name that contains the object you want to apply this Object Retention
|
|
1190
1830
|
* configuration to. </p>
|
|
1191
1831
|
* <p>
|
|
1192
1832
|
* <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1193
1833
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
1194
1834
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
1835
|
+
* @public
|
|
1195
1836
|
*/
|
|
1196
1837
|
Bucket: string | undefined;
|
|
1197
1838
|
/**
|
|
1198
|
-
* @public
|
|
1199
1839
|
* <p>The key name for the object that you want to apply this Object Retention configuration
|
|
1200
1840
|
* to.</p>
|
|
1841
|
+
* @public
|
|
1201
1842
|
*/
|
|
1202
1843
|
Key: string | undefined;
|
|
1203
1844
|
/**
|
|
1204
|
-
* @public
|
|
1205
1845
|
* <p>The container element for the Object Retention configuration.</p>
|
|
1846
|
+
* @public
|
|
1206
1847
|
*/
|
|
1207
|
-
Retention?: ObjectLockRetention;
|
|
1848
|
+
Retention?: ObjectLockRetention | undefined;
|
|
1208
1849
|
/**
|
|
1209
|
-
* @public
|
|
1210
1850
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1211
1851
|
* owners need not specify this parameter in their requests. If either the source or
|
|
1212
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
1213
|
-
*
|
|
1214
|
-
*
|
|
1852
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
1853
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
1854
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
1215
1855
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1216
1856
|
* <note>
|
|
1217
1857
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1218
1858
|
* </note>
|
|
1859
|
+
* @public
|
|
1219
1860
|
*/
|
|
1220
|
-
RequestPayer?: RequestPayer;
|
|
1861
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1221
1862
|
/**
|
|
1222
|
-
* @public
|
|
1223
1863
|
* <p>The version ID for the object that you want to apply this Object Retention configuration
|
|
1224
1864
|
* to.</p>
|
|
1865
|
+
* @public
|
|
1225
1866
|
*/
|
|
1226
|
-
VersionId?: string;
|
|
1867
|
+
VersionId?: string | undefined;
|
|
1227
1868
|
/**
|
|
1228
|
-
* @public
|
|
1229
1869
|
* <p>Indicates whether this action should bypass Governance-mode restrictions.</p>
|
|
1870
|
+
* @public
|
|
1230
1871
|
*/
|
|
1231
|
-
BypassGovernanceRetention?: boolean;
|
|
1872
|
+
BypassGovernanceRetention?: boolean | undefined;
|
|
1232
1873
|
/**
|
|
1233
|
-
* @public
|
|
1234
1874
|
* <p>The MD5 hash for the request body.</p>
|
|
1235
1875
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1876
|
+
* @public
|
|
1236
1877
|
*/
|
|
1237
|
-
ContentMD5?: string;
|
|
1878
|
+
ContentMD5?: string | undefined;
|
|
1238
1879
|
/**
|
|
1239
|
-
* @public
|
|
1240
1880
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1241
1881
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
1242
1882
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
@@ -1244,30 +1884,30 @@ export interface PutObjectRetentionRequest {
|
|
|
1244
1884
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
1245
1885
|
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
1246
1886
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1887
|
+
* @public
|
|
1247
1888
|
*/
|
|
1248
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1889
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1249
1890
|
/**
|
|
1250
|
-
* @public
|
|
1251
1891
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1892
|
+
* @public
|
|
1252
1893
|
*/
|
|
1253
|
-
ExpectedBucketOwner?: string;
|
|
1894
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1254
1895
|
}
|
|
1255
1896
|
/**
|
|
1256
1897
|
* @public
|
|
1257
1898
|
*/
|
|
1258
1899
|
export interface PutObjectTaggingOutput {
|
|
1259
1900
|
/**
|
|
1260
|
-
* @public
|
|
1261
1901
|
* <p>The versionId of the object the tag-set was added to.</p>
|
|
1902
|
+
* @public
|
|
1262
1903
|
*/
|
|
1263
|
-
VersionId?: string;
|
|
1904
|
+
VersionId?: string | undefined;
|
|
1264
1905
|
}
|
|
1265
1906
|
/**
|
|
1266
1907
|
* @public
|
|
1267
1908
|
*/
|
|
1268
1909
|
export interface PutObjectTaggingRequest {
|
|
1269
1910
|
/**
|
|
1270
|
-
* @public
|
|
1271
1911
|
* <p>The bucket name containing the object. </p>
|
|
1272
1912
|
* <p>
|
|
1273
1913
|
* <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -1276,26 +1916,26 @@ export interface PutObjectTaggingRequest {
|
|
|
1276
1916
|
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1277
1917
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
1278
1918
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
1919
|
+
* @public
|
|
1279
1920
|
*/
|
|
1280
1921
|
Bucket: string | undefined;
|
|
1281
1922
|
/**
|
|
1282
|
-
* @public
|
|
1283
1923
|
* <p>Name of the object key.</p>
|
|
1924
|
+
* @public
|
|
1284
1925
|
*/
|
|
1285
1926
|
Key: string | undefined;
|
|
1286
1927
|
/**
|
|
1287
|
-
* @public
|
|
1288
1928
|
* <p>The versionId of the object that the tag-set will be added to.</p>
|
|
1929
|
+
* @public
|
|
1289
1930
|
*/
|
|
1290
|
-
VersionId?: string;
|
|
1931
|
+
VersionId?: string | undefined;
|
|
1291
1932
|
/**
|
|
1292
|
-
* @public
|
|
1293
1933
|
* <p>The MD5 hash for the request body.</p>
|
|
1294
1934
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1935
|
+
* @public
|
|
1295
1936
|
*/
|
|
1296
|
-
ContentMD5?: string;
|
|
1937
|
+
ContentMD5?: string | undefined;
|
|
1297
1938
|
/**
|
|
1298
|
-
* @public
|
|
1299
1939
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1300
1940
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
1301
1941
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
@@ -1303,52 +1943,52 @@ export interface PutObjectTaggingRequest {
|
|
|
1303
1943
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
1304
1944
|
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
1305
1945
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1946
|
+
* @public
|
|
1306
1947
|
*/
|
|
1307
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
1948
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1308
1949
|
/**
|
|
1309
|
-
* @public
|
|
1310
1950
|
* <p>Container for the <code>TagSet</code> and <code>Tag</code> elements</p>
|
|
1951
|
+
* @public
|
|
1311
1952
|
*/
|
|
1312
1953
|
Tagging: Tagging | undefined;
|
|
1313
1954
|
/**
|
|
1314
|
-
* @public
|
|
1315
1955
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1956
|
+
* @public
|
|
1316
1957
|
*/
|
|
1317
|
-
ExpectedBucketOwner?: string;
|
|
1958
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1318
1959
|
/**
|
|
1319
|
-
* @public
|
|
1320
1960
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1321
1961
|
* owners need not specify this parameter in their requests. If either the source or
|
|
1322
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
1323
|
-
*
|
|
1324
|
-
*
|
|
1962
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
1963
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
1964
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
1325
1965
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1326
1966
|
* <note>
|
|
1327
1967
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1328
1968
|
* </note>
|
|
1969
|
+
* @public
|
|
1329
1970
|
*/
|
|
1330
|
-
RequestPayer?: RequestPayer;
|
|
1971
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1331
1972
|
}
|
|
1332
1973
|
/**
|
|
1333
1974
|
* @public
|
|
1334
1975
|
*/
|
|
1335
1976
|
export interface PutPublicAccessBlockRequest {
|
|
1336
1977
|
/**
|
|
1337
|
-
* @public
|
|
1338
1978
|
* <p>The name of the Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want
|
|
1339
1979
|
* to set.</p>
|
|
1340
1980
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
1341
1981
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
1982
|
+
* @public
|
|
1342
1983
|
*/
|
|
1343
1984
|
Bucket: string | undefined;
|
|
1344
1985
|
/**
|
|
1345
|
-
* @public
|
|
1346
1986
|
* <p>The MD5 hash of the <code>PutPublicAccessBlock</code> request body. </p>
|
|
1347
1987
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1988
|
+
* @public
|
|
1348
1989
|
*/
|
|
1349
|
-
ContentMD5?: string;
|
|
1990
|
+
ContentMD5?: string | undefined;
|
|
1350
1991
|
/**
|
|
1351
|
-
* @public
|
|
1352
1992
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1353
1993
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
1354
1994
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
@@ -1356,24 +1996,25 @@ export interface PutPublicAccessBlockRequest {
|
|
|
1356
1996
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
1357
1997
|
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
1358
1998
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
1999
|
+
* @public
|
|
1359
2000
|
*/
|
|
1360
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
2001
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1361
2002
|
/**
|
|
1362
|
-
* @public
|
|
1363
2003
|
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
|
|
1364
2004
|
* bucket. You can enable the configuration options in any combination. For more information
|
|
1365
2005
|
* about when Amazon S3 considers a bucket or object public, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status">The Meaning of "Public"</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2006
|
+
* @public
|
|
1366
2007
|
*/
|
|
1367
2008
|
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
1368
2009
|
/**
|
|
1369
|
-
* @public
|
|
1370
2010
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
2011
|
+
* @public
|
|
1371
2012
|
*/
|
|
1372
|
-
ExpectedBucketOwner?: string;
|
|
2013
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1373
2014
|
}
|
|
1374
2015
|
/**
|
|
1375
|
-
* @public
|
|
1376
2016
|
* <p>This action is not allowed against this storage tier.</p>
|
|
2017
|
+
* @public
|
|
1377
2018
|
*/
|
|
1378
2019
|
export declare class ObjectAlreadyInActiveTierError extends __BaseException {
|
|
1379
2020
|
readonly name: "ObjectAlreadyInActiveTierError";
|
|
@@ -1388,20 +2029,20 @@ export declare class ObjectAlreadyInActiveTierError extends __BaseException {
|
|
|
1388
2029
|
*/
|
|
1389
2030
|
export interface RestoreObjectOutput {
|
|
1390
2031
|
/**
|
|
1391
|
-
* @public
|
|
1392
2032
|
* <p>If present, indicates that the requester was successfully charged for the
|
|
1393
2033
|
* request.</p>
|
|
1394
2034
|
* <note>
|
|
1395
2035
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1396
2036
|
* </note>
|
|
2037
|
+
* @public
|
|
1397
2038
|
*/
|
|
1398
|
-
RequestCharged?: RequestCharged;
|
|
2039
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1399
2040
|
/**
|
|
1400
|
-
* @public
|
|
1401
2041
|
* <p>Indicates the path in the provided S3 output location where Select results will be
|
|
1402
2042
|
* restored to.</p>
|
|
2043
|
+
* @public
|
|
1403
2044
|
*/
|
|
1404
|
-
RestoreOutputPath?: string;
|
|
2045
|
+
RestoreOutputPath?: string | undefined;
|
|
1405
2046
|
}
|
|
1406
2047
|
/**
|
|
1407
2048
|
* @public
|
|
@@ -1417,114 +2058,114 @@ export declare const Tier: {
|
|
|
1417
2058
|
*/
|
|
1418
2059
|
export type Tier = (typeof Tier)[keyof typeof Tier];
|
|
1419
2060
|
/**
|
|
1420
|
-
* @public
|
|
1421
2061
|
* <p>Container for S3 Glacier job parameters.</p>
|
|
2062
|
+
* @public
|
|
1422
2063
|
*/
|
|
1423
2064
|
export interface GlacierJobParameters {
|
|
1424
2065
|
/**
|
|
1425
|
-
* @public
|
|
1426
2066
|
* <p>Retrieval tier at which the restore will be processed.</p>
|
|
2067
|
+
* @public
|
|
1427
2068
|
*/
|
|
1428
2069
|
Tier: Tier | undefined;
|
|
1429
2070
|
}
|
|
1430
2071
|
/**
|
|
1431
|
-
* @public
|
|
1432
2072
|
* <p>Contains the type of server-side encryption used.</p>
|
|
2073
|
+
* @public
|
|
1433
2074
|
*/
|
|
1434
2075
|
export interface Encryption {
|
|
1435
2076
|
/**
|
|
1436
|
-
* @public
|
|
1437
2077
|
* <p>The server-side encryption algorithm used when storing job results in Amazon S3 (for example,
|
|
1438
2078
|
* AES256, <code>aws:kms</code>).</p>
|
|
2079
|
+
* @public
|
|
1439
2080
|
*/
|
|
1440
2081
|
EncryptionType: ServerSideEncryption | undefined;
|
|
1441
2082
|
/**
|
|
1442
|
-
* @public
|
|
1443
2083
|
* <p>If the encryption type is <code>aws:kms</code>, this optional value specifies the ID of
|
|
1444
2084
|
* the symmetric encryption customer managed key to use for encryption of job results. Amazon S3 only
|
|
1445
2085
|
* supports symmetric encryption KMS keys. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html">Asymmetric keys in KMS</a> in the <i>Amazon Web Services Key Management Service
|
|
1446
2086
|
* Developer Guide</i>.</p>
|
|
2087
|
+
* @public
|
|
1447
2088
|
*/
|
|
1448
|
-
KMSKeyId?: string;
|
|
2089
|
+
KMSKeyId?: string | undefined;
|
|
1449
2090
|
/**
|
|
1450
|
-
* @public
|
|
1451
2091
|
* <p>If the encryption type is <code>aws:kms</code>, this optional value can be used to
|
|
1452
2092
|
* specify the encryption context for the restore results.</p>
|
|
2093
|
+
* @public
|
|
1453
2094
|
*/
|
|
1454
|
-
KMSContext?: string;
|
|
2095
|
+
KMSContext?: string | undefined;
|
|
1455
2096
|
}
|
|
1456
2097
|
/**
|
|
1457
|
-
* @public
|
|
1458
2098
|
* <p>A metadata key-value pair to store with an object.</p>
|
|
2099
|
+
* @public
|
|
1459
2100
|
*/
|
|
1460
2101
|
export interface MetadataEntry {
|
|
1461
2102
|
/**
|
|
1462
|
-
* @public
|
|
1463
2103
|
* <p>Name of the object.</p>
|
|
2104
|
+
* @public
|
|
1464
2105
|
*/
|
|
1465
|
-
Name?: string;
|
|
2106
|
+
Name?: string | undefined;
|
|
1466
2107
|
/**
|
|
1467
|
-
* @public
|
|
1468
2108
|
* <p>Value of the object.</p>
|
|
2109
|
+
* @public
|
|
1469
2110
|
*/
|
|
1470
|
-
Value?: string;
|
|
2111
|
+
Value?: string | undefined;
|
|
1471
2112
|
}
|
|
1472
2113
|
/**
|
|
1473
|
-
* @public
|
|
1474
2114
|
* <p>Describes an Amazon S3 location that will receive the results of the restore request.</p>
|
|
2115
|
+
* @public
|
|
1475
2116
|
*/
|
|
1476
2117
|
export interface S3Location {
|
|
1477
2118
|
/**
|
|
1478
|
-
* @public
|
|
1479
2119
|
* <p>The name of the bucket where the restore results will be placed.</p>
|
|
2120
|
+
* @public
|
|
1480
2121
|
*/
|
|
1481
2122
|
BucketName: string | undefined;
|
|
1482
2123
|
/**
|
|
1483
|
-
* @public
|
|
1484
2124
|
* <p>The prefix that is prepended to the restore results for this request.</p>
|
|
2125
|
+
* @public
|
|
1485
2126
|
*/
|
|
1486
2127
|
Prefix: string | undefined;
|
|
1487
2128
|
/**
|
|
1488
|
-
* @public
|
|
1489
2129
|
* <p>Contains the type of server-side encryption used.</p>
|
|
2130
|
+
* @public
|
|
1490
2131
|
*/
|
|
1491
|
-
Encryption?: Encryption;
|
|
2132
|
+
Encryption?: Encryption | undefined;
|
|
1492
2133
|
/**
|
|
1493
|
-
* @public
|
|
1494
2134
|
* <p>The canned ACL to apply to the restore results.</p>
|
|
2135
|
+
* @public
|
|
1495
2136
|
*/
|
|
1496
|
-
CannedACL?: ObjectCannedACL;
|
|
2137
|
+
CannedACL?: ObjectCannedACL | undefined;
|
|
1497
2138
|
/**
|
|
1498
|
-
* @public
|
|
1499
2139
|
* <p>A list of grants that control access to the staged results.</p>
|
|
2140
|
+
* @public
|
|
1500
2141
|
*/
|
|
1501
|
-
AccessControlList?: Grant[];
|
|
2142
|
+
AccessControlList?: Grant[] | undefined;
|
|
1502
2143
|
/**
|
|
1503
|
-
* @public
|
|
1504
2144
|
* <p>The tag-set that is applied to the restore results.</p>
|
|
2145
|
+
* @public
|
|
1505
2146
|
*/
|
|
1506
|
-
Tagging?: Tagging;
|
|
2147
|
+
Tagging?: Tagging | undefined;
|
|
1507
2148
|
/**
|
|
1508
|
-
* @public
|
|
1509
2149
|
* <p>A list of metadata to store with the restore results in S3.</p>
|
|
2150
|
+
* @public
|
|
1510
2151
|
*/
|
|
1511
|
-
UserMetadata?: MetadataEntry[];
|
|
2152
|
+
UserMetadata?: MetadataEntry[] | undefined;
|
|
1512
2153
|
/**
|
|
1513
|
-
* @public
|
|
1514
2154
|
* <p>The class of storage used to store the restore results.</p>
|
|
2155
|
+
* @public
|
|
1515
2156
|
*/
|
|
1516
|
-
StorageClass?: StorageClass;
|
|
2157
|
+
StorageClass?: StorageClass | undefined;
|
|
1517
2158
|
}
|
|
1518
2159
|
/**
|
|
1519
|
-
* @public
|
|
1520
2160
|
* <p>Describes the location where the restore job's output is stored.</p>
|
|
2161
|
+
* @public
|
|
1521
2162
|
*/
|
|
1522
2163
|
export interface OutputLocation {
|
|
1523
2164
|
/**
|
|
1524
|
-
* @public
|
|
1525
2165
|
* <p>Describes an S3 location that will receive the results of the restore request.</p>
|
|
2166
|
+
* @public
|
|
1526
2167
|
*/
|
|
1527
|
-
S3?: S3Location;
|
|
2168
|
+
S3?: S3Location | undefined;
|
|
1528
2169
|
}
|
|
1529
2170
|
/**
|
|
1530
2171
|
* @public
|
|
@@ -1564,13 +2205,12 @@ export declare const FileHeaderInfo: {
|
|
|
1564
2205
|
*/
|
|
1565
2206
|
export type FileHeaderInfo = (typeof FileHeaderInfo)[keyof typeof FileHeaderInfo];
|
|
1566
2207
|
/**
|
|
1567
|
-
* @public
|
|
1568
2208
|
* <p>Describes how an uncompressed comma-separated values (CSV)-formatted input object is
|
|
1569
2209
|
* formatted.</p>
|
|
2210
|
+
* @public
|
|
1570
2211
|
*/
|
|
1571
2212
|
export interface CSVInput {
|
|
1572
2213
|
/**
|
|
1573
|
-
* @public
|
|
1574
2214
|
* <p>Describes the first line of input. Valid values are:</p>
|
|
1575
2215
|
* <ul>
|
|
1576
2216
|
* <li>
|
|
@@ -1589,38 +2229,38 @@ export interface CSVInput {
|
|
|
1589
2229
|
* identify a column in an expression (<code>SELECT "name" FROM OBJECT</code>). </p>
|
|
1590
2230
|
* </li>
|
|
1591
2231
|
* </ul>
|
|
2232
|
+
* @public
|
|
1592
2233
|
*/
|
|
1593
|
-
FileHeaderInfo?: FileHeaderInfo;
|
|
2234
|
+
FileHeaderInfo?: FileHeaderInfo | undefined;
|
|
1594
2235
|
/**
|
|
1595
|
-
* @public
|
|
1596
2236
|
* <p>A single character used to indicate that a row should be ignored when the character is
|
|
1597
2237
|
* present at the start of that row. You can specify any character to indicate a comment line.
|
|
1598
2238
|
* The default character is <code>#</code>.</p>
|
|
1599
2239
|
* <p>Default: <code>#</code>
|
|
1600
2240
|
* </p>
|
|
2241
|
+
* @public
|
|
1601
2242
|
*/
|
|
1602
|
-
Comments?: string;
|
|
2243
|
+
Comments?: string | undefined;
|
|
1603
2244
|
/**
|
|
1604
|
-
* @public
|
|
1605
2245
|
* <p>A single character used for escaping the quotation mark character inside an already
|
|
1606
2246
|
* escaped value. For example, the value <code>""" a , b """</code> is parsed as <code>" a , b
|
|
1607
2247
|
* "</code>.</p>
|
|
2248
|
+
* @public
|
|
1608
2249
|
*/
|
|
1609
|
-
QuoteEscapeCharacter?: string;
|
|
2250
|
+
QuoteEscapeCharacter?: string | undefined;
|
|
1610
2251
|
/**
|
|
1611
|
-
* @public
|
|
1612
2252
|
* <p>A single character used to separate individual records in the input. Instead of the
|
|
1613
2253
|
* default value, you can specify an arbitrary delimiter.</p>
|
|
2254
|
+
* @public
|
|
1614
2255
|
*/
|
|
1615
|
-
RecordDelimiter?: string;
|
|
2256
|
+
RecordDelimiter?: string | undefined;
|
|
1616
2257
|
/**
|
|
1617
|
-
* @public
|
|
1618
2258
|
* <p>A single character used to separate individual fields in a record. You can specify an
|
|
1619
2259
|
* arbitrary delimiter.</p>
|
|
2260
|
+
* @public
|
|
1620
2261
|
*/
|
|
1621
|
-
FieldDelimiter?: string;
|
|
2262
|
+
FieldDelimiter?: string | undefined;
|
|
1622
2263
|
/**
|
|
1623
|
-
* @public
|
|
1624
2264
|
* <p>A single character used for escaping when the field delimiter is part of the value. For
|
|
1625
2265
|
* example, if the value is <code>a, b</code>, Amazon S3 wraps this field value in quotation marks,
|
|
1626
2266
|
* as follows: <code>" a , b "</code>.</p>
|
|
@@ -1629,15 +2269,16 @@ export interface CSVInput {
|
|
|
1629
2269
|
* </p>
|
|
1630
2270
|
* <p>Ancestors: <code>CSV</code>
|
|
1631
2271
|
* </p>
|
|
2272
|
+
* @public
|
|
1632
2273
|
*/
|
|
1633
|
-
QuoteCharacter?: string;
|
|
2274
|
+
QuoteCharacter?: string | undefined;
|
|
1634
2275
|
/**
|
|
1635
|
-
* @public
|
|
1636
2276
|
* <p>Specifies that CSV field values may contain quoted record delimiters and such records
|
|
1637
2277
|
* should be allowed. Default value is FALSE. Setting this value to TRUE may lower
|
|
1638
2278
|
* performance.</p>
|
|
2279
|
+
* @public
|
|
1639
2280
|
*/
|
|
1640
|
-
AllowQuotedRecordDelimiter?: boolean;
|
|
2281
|
+
AllowQuotedRecordDelimiter?: boolean | undefined;
|
|
1641
2282
|
}
|
|
1642
2283
|
/**
|
|
1643
2284
|
* @public
|
|
@@ -1652,48 +2293,48 @@ export declare const JSONType: {
|
|
|
1652
2293
|
*/
|
|
1653
2294
|
export type JSONType = (typeof JSONType)[keyof typeof JSONType];
|
|
1654
2295
|
/**
|
|
1655
|
-
* @public
|
|
1656
2296
|
* <p>Specifies JSON as object's input serialization format.</p>
|
|
2297
|
+
* @public
|
|
1657
2298
|
*/
|
|
1658
2299
|
export interface JSONInput {
|
|
1659
2300
|
/**
|
|
1660
|
-
* @public
|
|
1661
2301
|
* <p>The type of JSON. Valid values: Document, Lines.</p>
|
|
2302
|
+
* @public
|
|
1662
2303
|
*/
|
|
1663
|
-
Type?: JSONType;
|
|
2304
|
+
Type?: JSONType | undefined;
|
|
1664
2305
|
}
|
|
1665
2306
|
/**
|
|
1666
|
-
* @public
|
|
1667
2307
|
* <p>Container for Parquet.</p>
|
|
2308
|
+
* @public
|
|
1668
2309
|
*/
|
|
1669
2310
|
export interface ParquetInput {
|
|
1670
2311
|
}
|
|
1671
2312
|
/**
|
|
1672
|
-
* @public
|
|
1673
2313
|
* <p>Describes the serialization format of the object.</p>
|
|
2314
|
+
* @public
|
|
1674
2315
|
*/
|
|
1675
2316
|
export interface InputSerialization {
|
|
1676
2317
|
/**
|
|
1677
|
-
* @public
|
|
1678
2318
|
* <p>Describes the serialization of a CSV-encoded object.</p>
|
|
2319
|
+
* @public
|
|
1679
2320
|
*/
|
|
1680
|
-
CSV?: CSVInput;
|
|
2321
|
+
CSV?: CSVInput | undefined;
|
|
1681
2322
|
/**
|
|
1682
|
-
* @public
|
|
1683
2323
|
* <p>Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value:
|
|
1684
2324
|
* NONE.</p>
|
|
2325
|
+
* @public
|
|
1685
2326
|
*/
|
|
1686
|
-
CompressionType?: CompressionType;
|
|
2327
|
+
CompressionType?: CompressionType | undefined;
|
|
1687
2328
|
/**
|
|
1688
|
-
* @public
|
|
1689
2329
|
* <p>Specifies JSON as object's input serialization format.</p>
|
|
2330
|
+
* @public
|
|
1690
2331
|
*/
|
|
1691
|
-
JSON?: JSONInput;
|
|
2332
|
+
JSON?: JSONInput | undefined;
|
|
1692
2333
|
/**
|
|
1693
|
-
* @public
|
|
1694
2334
|
* <p>Specifies Parquet as object's input serialization format.</p>
|
|
2335
|
+
* @public
|
|
1695
2336
|
*/
|
|
1696
|
-
Parquet?: ParquetInput;
|
|
2337
|
+
Parquet?: ParquetInput | undefined;
|
|
1697
2338
|
}
|
|
1698
2339
|
/**
|
|
1699
2340
|
* @public
|
|
@@ -1708,13 +2349,12 @@ export declare const QuoteFields: {
|
|
|
1708
2349
|
*/
|
|
1709
2350
|
export type QuoteFields = (typeof QuoteFields)[keyof typeof QuoteFields];
|
|
1710
2351
|
/**
|
|
1711
|
-
* @public
|
|
1712
2352
|
* <p>Describes how uncompressed comma-separated values (CSV)-formatted results are
|
|
1713
2353
|
* formatted.</p>
|
|
2354
|
+
* @public
|
|
1714
2355
|
*/
|
|
1715
2356
|
export interface CSVOutput {
|
|
1716
2357
|
/**
|
|
1717
|
-
* @public
|
|
1718
2358
|
* <p>Indicates whether to use quotation marks around output fields. </p>
|
|
1719
2359
|
* <ul>
|
|
1720
2360
|
* <li>
|
|
@@ -1726,85 +2366,96 @@ export interface CSVOutput {
|
|
|
1726
2366
|
* <code>ASNEEDED</code>: Use quotation marks for output fields when needed.</p>
|
|
1727
2367
|
* </li>
|
|
1728
2368
|
* </ul>
|
|
2369
|
+
* @public
|
|
1729
2370
|
*/
|
|
1730
|
-
QuoteFields?: QuoteFields;
|
|
2371
|
+
QuoteFields?: QuoteFields | undefined;
|
|
1731
2372
|
/**
|
|
1732
|
-
* @public
|
|
1733
2373
|
* <p>The single character used for escaping the quote character inside an already escaped
|
|
1734
2374
|
* value.</p>
|
|
2375
|
+
* @public
|
|
1735
2376
|
*/
|
|
1736
|
-
QuoteEscapeCharacter?: string;
|
|
2377
|
+
QuoteEscapeCharacter?: string | undefined;
|
|
1737
2378
|
/**
|
|
1738
|
-
* @public
|
|
1739
2379
|
* <p>A single character used to separate individual records in the output. Instead of the
|
|
1740
2380
|
* default value, you can specify an arbitrary delimiter.</p>
|
|
2381
|
+
* @public
|
|
1741
2382
|
*/
|
|
1742
|
-
RecordDelimiter?: string;
|
|
2383
|
+
RecordDelimiter?: string | undefined;
|
|
1743
2384
|
/**
|
|
1744
|
-
* @public
|
|
1745
2385
|
* <p>The value used to separate individual fields in a record. You can specify an arbitrary
|
|
1746
2386
|
* delimiter.</p>
|
|
2387
|
+
* @public
|
|
1747
2388
|
*/
|
|
1748
|
-
FieldDelimiter?: string;
|
|
2389
|
+
FieldDelimiter?: string | undefined;
|
|
1749
2390
|
/**
|
|
1750
|
-
* @public
|
|
1751
2391
|
* <p>A single character used for escaping when the field delimiter is part of the value. For
|
|
1752
2392
|
* example, if the value is <code>a, b</code>, Amazon S3 wraps this field value in quotation marks,
|
|
1753
2393
|
* as follows: <code>" a , b "</code>.</p>
|
|
2394
|
+
* @public
|
|
1754
2395
|
*/
|
|
1755
|
-
QuoteCharacter?: string;
|
|
2396
|
+
QuoteCharacter?: string | undefined;
|
|
1756
2397
|
}
|
|
1757
2398
|
/**
|
|
1758
|
-
* @public
|
|
1759
2399
|
* <p>Specifies JSON as request's output serialization format.</p>
|
|
2400
|
+
* @public
|
|
1760
2401
|
*/
|
|
1761
2402
|
export interface JSONOutput {
|
|
1762
2403
|
/**
|
|
1763
|
-
* @public
|
|
1764
2404
|
* <p>The value used to separate individual records in the output. If no value is specified,
|
|
1765
2405
|
* Amazon S3 uses a newline character ('\n').</p>
|
|
2406
|
+
* @public
|
|
1766
2407
|
*/
|
|
1767
|
-
RecordDelimiter?: string;
|
|
2408
|
+
RecordDelimiter?: string | undefined;
|
|
1768
2409
|
}
|
|
1769
2410
|
/**
|
|
1770
|
-
* @public
|
|
1771
2411
|
* <p>Describes how results of the Select job are serialized.</p>
|
|
2412
|
+
* @public
|
|
1772
2413
|
*/
|
|
1773
2414
|
export interface OutputSerialization {
|
|
1774
2415
|
/**
|
|
1775
|
-
* @public
|
|
1776
2416
|
* <p>Describes the serialization of CSV-encoded Select results.</p>
|
|
2417
|
+
* @public
|
|
1777
2418
|
*/
|
|
1778
|
-
CSV?: CSVOutput;
|
|
2419
|
+
CSV?: CSVOutput | undefined;
|
|
1779
2420
|
/**
|
|
1780
|
-
* @public
|
|
1781
2421
|
* <p>Specifies JSON as request's output serialization format.</p>
|
|
2422
|
+
* @public
|
|
1782
2423
|
*/
|
|
1783
|
-
JSON?: JSONOutput;
|
|
2424
|
+
JSON?: JSONOutput | undefined;
|
|
1784
2425
|
}
|
|
1785
2426
|
/**
|
|
2427
|
+
* <important>
|
|
2428
|
+
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
2429
|
+
* </p>
|
|
2430
|
+
* </important>
|
|
2431
|
+
* <p>Describes the parameters for Select job types.</p>
|
|
2432
|
+
* <p>Learn <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">How to optimize querying your data in Amazon S3</a> using
|
|
2433
|
+
* <a href="https://docs.aws.amazon.com/athena/latest/ug/what-is.html">Amazon Athena</a>, <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html">S3 Object Lambda</a>, or client-side filtering.</p>
|
|
1786
2434
|
* @public
|
|
1787
|
-
* <p>Describes the parameters for Select job types.</p>
|
|
1788
2435
|
*/
|
|
1789
2436
|
export interface SelectParameters {
|
|
1790
2437
|
/**
|
|
1791
|
-
* @public
|
|
1792
2438
|
* <p>Describes the serialization format of the object.</p>
|
|
2439
|
+
* @public
|
|
1793
2440
|
*/
|
|
1794
2441
|
InputSerialization: InputSerialization | undefined;
|
|
1795
2442
|
/**
|
|
1796
|
-
* @public
|
|
1797
2443
|
* <p>The type of the provided expression (for example, SQL).</p>
|
|
2444
|
+
* @public
|
|
1798
2445
|
*/
|
|
1799
2446
|
ExpressionType: ExpressionType | undefined;
|
|
1800
2447
|
/**
|
|
2448
|
+
* <important>
|
|
2449
|
+
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
2450
|
+
* </p>
|
|
2451
|
+
* </important>
|
|
2452
|
+
* <p>The expression that is used to query the object.</p>
|
|
1801
2453
|
* @public
|
|
1802
|
-
* <p>The expression that is used to query the object.</p>
|
|
1803
2454
|
*/
|
|
1804
2455
|
Expression: string | undefined;
|
|
1805
2456
|
/**
|
|
1806
|
-
* @public
|
|
1807
2457
|
* <p>Describes how the results of the Select job are serialized.</p>
|
|
2458
|
+
* @public
|
|
1808
2459
|
*/
|
|
1809
2460
|
OutputSerialization: OutputSerialization | undefined;
|
|
1810
2461
|
}
|
|
@@ -1820,56 +2471,63 @@ export declare const RestoreRequestType: {
|
|
|
1820
2471
|
*/
|
|
1821
2472
|
export type RestoreRequestType = (typeof RestoreRequestType)[keyof typeof RestoreRequestType];
|
|
1822
2473
|
/**
|
|
1823
|
-
* @public
|
|
1824
2474
|
* <p>Container for restore job parameters.</p>
|
|
2475
|
+
* @public
|
|
1825
2476
|
*/
|
|
1826
2477
|
export interface RestoreRequest {
|
|
1827
2478
|
/**
|
|
1828
|
-
* @public
|
|
1829
2479
|
* <p>Lifetime of the active copy in days. Do not use with restores that specify
|
|
1830
2480
|
* <code>OutputLocation</code>.</p>
|
|
1831
2481
|
* <p>The Days element is required for regular restores, and must not be provided for select
|
|
1832
2482
|
* requests.</p>
|
|
2483
|
+
* @public
|
|
1833
2484
|
*/
|
|
1834
|
-
Days?: number;
|
|
2485
|
+
Days?: number | undefined;
|
|
1835
2486
|
/**
|
|
1836
|
-
* @public
|
|
1837
2487
|
* <p>S3 Glacier related parameters pertaining to this job. Do not use with restores that
|
|
1838
2488
|
* specify <code>OutputLocation</code>.</p>
|
|
2489
|
+
* @public
|
|
1839
2490
|
*/
|
|
1840
|
-
GlacierJobParameters?: GlacierJobParameters;
|
|
2491
|
+
GlacierJobParameters?: GlacierJobParameters | undefined;
|
|
1841
2492
|
/**
|
|
2493
|
+
* <important>
|
|
2494
|
+
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
2495
|
+
* </p>
|
|
2496
|
+
* </important>
|
|
2497
|
+
* <p>Type of restore request.</p>
|
|
1842
2498
|
* @public
|
|
1843
|
-
* <p>Type of restore request.</p>
|
|
1844
2499
|
*/
|
|
1845
|
-
Type?: RestoreRequestType;
|
|
2500
|
+
Type?: RestoreRequestType | undefined;
|
|
1846
2501
|
/**
|
|
1847
|
-
* @public
|
|
1848
2502
|
* <p>Retrieval tier at which the restore will be processed.</p>
|
|
2503
|
+
* @public
|
|
1849
2504
|
*/
|
|
1850
|
-
Tier?: Tier;
|
|
2505
|
+
Tier?: Tier | undefined;
|
|
1851
2506
|
/**
|
|
1852
|
-
* @public
|
|
1853
2507
|
* <p>The optional description for the job.</p>
|
|
2508
|
+
* @public
|
|
1854
2509
|
*/
|
|
1855
|
-
Description?: string;
|
|
2510
|
+
Description?: string | undefined;
|
|
1856
2511
|
/**
|
|
2512
|
+
* <important>
|
|
2513
|
+
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
2514
|
+
* </p>
|
|
2515
|
+
* </important>
|
|
2516
|
+
* <p>Describes the parameters for Select job types.</p>
|
|
1857
2517
|
* @public
|
|
1858
|
-
* <p>Describes the parameters for Select job types.</p>
|
|
1859
2518
|
*/
|
|
1860
|
-
SelectParameters?: SelectParameters;
|
|
2519
|
+
SelectParameters?: SelectParameters | undefined;
|
|
1861
2520
|
/**
|
|
1862
|
-
* @public
|
|
1863
2521
|
* <p>Describes the location where the restore job's output is stored.</p>
|
|
2522
|
+
* @public
|
|
1864
2523
|
*/
|
|
1865
|
-
OutputLocation?: OutputLocation;
|
|
2524
|
+
OutputLocation?: OutputLocation | undefined;
|
|
1866
2525
|
}
|
|
1867
2526
|
/**
|
|
1868
2527
|
* @public
|
|
1869
2528
|
*/
|
|
1870
2529
|
export interface RestoreObjectRequest {
|
|
1871
2530
|
/**
|
|
1872
|
-
* @public
|
|
1873
2531
|
* <p>The bucket name containing the object to restore. </p>
|
|
1874
2532
|
* <p>
|
|
1875
2533
|
* <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -1878,38 +2536,38 @@ export interface RestoreObjectRequest {
|
|
|
1878
2536
|
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1879
2537
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
1880
2538
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
2539
|
+
* @public
|
|
1881
2540
|
*/
|
|
1882
2541
|
Bucket: string | undefined;
|
|
1883
2542
|
/**
|
|
1884
|
-
* @public
|
|
1885
2543
|
* <p>Object key for which the action was initiated.</p>
|
|
2544
|
+
* @public
|
|
1886
2545
|
*/
|
|
1887
2546
|
Key: string | undefined;
|
|
1888
2547
|
/**
|
|
1889
|
-
* @public
|
|
1890
2548
|
* <p>VersionId used to reference a specific version of the object.</p>
|
|
2549
|
+
* @public
|
|
1891
2550
|
*/
|
|
1892
|
-
VersionId?: string;
|
|
2551
|
+
VersionId?: string | undefined;
|
|
1893
2552
|
/**
|
|
1894
|
-
* @public
|
|
1895
2553
|
* <p>Container for restore job parameters.</p>
|
|
2554
|
+
* @public
|
|
1896
2555
|
*/
|
|
1897
|
-
RestoreRequest?: RestoreRequest;
|
|
2556
|
+
RestoreRequest?: RestoreRequest | undefined;
|
|
1898
2557
|
/**
|
|
1899
|
-
* @public
|
|
1900
2558
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1901
2559
|
* owners need not specify this parameter in their requests. If either the source or
|
|
1902
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
1903
|
-
*
|
|
1904
|
-
*
|
|
2560
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
2561
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
2562
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
1905
2563
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1906
2564
|
* <note>
|
|
1907
2565
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1908
2566
|
* </note>
|
|
2567
|
+
* @public
|
|
1909
2568
|
*/
|
|
1910
|
-
RequestPayer?: RequestPayer;
|
|
2569
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1911
2570
|
/**
|
|
1912
|
-
* @public
|
|
1913
2571
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
1914
2572
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
1915
2573
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
@@ -1917,106 +2575,112 @@ export interface RestoreObjectRequest {
|
|
|
1917
2575
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
1918
2576
|
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
1919
2577
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
2578
|
+
* @public
|
|
1920
2579
|
*/
|
|
1921
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
2580
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1922
2581
|
/**
|
|
1923
|
-
* @public
|
|
1924
2582
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
2583
|
+
* @public
|
|
1925
2584
|
*/
|
|
1926
|
-
ExpectedBucketOwner?: string;
|
|
2585
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1927
2586
|
}
|
|
1928
2587
|
/**
|
|
1929
|
-
* @public
|
|
1930
2588
|
* <p></p>
|
|
2589
|
+
* @public
|
|
1931
2590
|
*/
|
|
1932
2591
|
export interface ContinuationEvent {
|
|
1933
2592
|
}
|
|
1934
2593
|
/**
|
|
1935
|
-
* @public
|
|
1936
2594
|
* <p>A message that indicates the request is complete and no more messages will be sent. You
|
|
1937
2595
|
* should not assume that the request is complete until the client receives an
|
|
1938
2596
|
* <code>EndEvent</code>.</p>
|
|
2597
|
+
* @public
|
|
1939
2598
|
*/
|
|
1940
2599
|
export interface EndEvent {
|
|
1941
2600
|
}
|
|
1942
2601
|
/**
|
|
1943
|
-
* @public
|
|
1944
2602
|
* <p>This data type contains information about progress of an operation.</p>
|
|
2603
|
+
* @public
|
|
1945
2604
|
*/
|
|
1946
2605
|
export interface Progress {
|
|
1947
2606
|
/**
|
|
1948
|
-
* @public
|
|
1949
2607
|
* <p>The current number of object bytes scanned.</p>
|
|
2608
|
+
* @public
|
|
1950
2609
|
*/
|
|
1951
|
-
BytesScanned?: number;
|
|
2610
|
+
BytesScanned?: number | undefined;
|
|
1952
2611
|
/**
|
|
1953
|
-
* @public
|
|
1954
2612
|
* <p>The current number of uncompressed object bytes processed.</p>
|
|
2613
|
+
* @public
|
|
1955
2614
|
*/
|
|
1956
|
-
BytesProcessed?: number;
|
|
2615
|
+
BytesProcessed?: number | undefined;
|
|
1957
2616
|
/**
|
|
1958
|
-
* @public
|
|
1959
2617
|
* <p>The current number of bytes of records payload data returned.</p>
|
|
2618
|
+
* @public
|
|
1960
2619
|
*/
|
|
1961
|
-
BytesReturned?: number;
|
|
2620
|
+
BytesReturned?: number | undefined;
|
|
1962
2621
|
}
|
|
1963
2622
|
/**
|
|
1964
|
-
* @public
|
|
1965
2623
|
* <p>This data type contains information about the progress event of an operation.</p>
|
|
2624
|
+
* @public
|
|
1966
2625
|
*/
|
|
1967
2626
|
export interface ProgressEvent {
|
|
1968
2627
|
/**
|
|
1969
|
-
* @public
|
|
1970
2628
|
* <p>The Progress event details.</p>
|
|
2629
|
+
* @public
|
|
1971
2630
|
*/
|
|
1972
|
-
Details?: Progress;
|
|
2631
|
+
Details?: Progress | undefined;
|
|
1973
2632
|
}
|
|
1974
2633
|
/**
|
|
1975
|
-
* @public
|
|
1976
2634
|
* <p>The container for the records event.</p>
|
|
2635
|
+
* @public
|
|
1977
2636
|
*/
|
|
1978
2637
|
export interface RecordsEvent {
|
|
1979
2638
|
/**
|
|
2639
|
+
* <p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that
|
|
2640
|
+
* a record will be self-contained in one record frame. To ensure continuous streaming of
|
|
2641
|
+
* data, S3 Select might split the same record across multiple record frames instead of
|
|
2642
|
+
* aggregating the results in memory. Some S3 clients (for example, the SDK for Java) handle this behavior by creating a <code>ByteStream</code> out of the response by
|
|
2643
|
+
* default. Other clients might not handle this behavior by default. In those cases, you must
|
|
2644
|
+
* aggregate the results on the client side and parse the response.</p>
|
|
1980
2645
|
* @public
|
|
1981
|
-
* <p>The byte array of partial, one or more result records.</p>
|
|
1982
2646
|
*/
|
|
1983
|
-
Payload?: Uint8Array;
|
|
2647
|
+
Payload?: Uint8Array | undefined;
|
|
1984
2648
|
}
|
|
1985
2649
|
/**
|
|
1986
|
-
* @public
|
|
1987
2650
|
* <p>Container for the stats details.</p>
|
|
2651
|
+
* @public
|
|
1988
2652
|
*/
|
|
1989
2653
|
export interface Stats {
|
|
1990
2654
|
/**
|
|
1991
|
-
* @public
|
|
1992
2655
|
* <p>The total number of object bytes scanned.</p>
|
|
2656
|
+
* @public
|
|
1993
2657
|
*/
|
|
1994
|
-
BytesScanned?: number;
|
|
2658
|
+
BytesScanned?: number | undefined;
|
|
1995
2659
|
/**
|
|
1996
|
-
* @public
|
|
1997
2660
|
* <p>The total number of uncompressed object bytes processed.</p>
|
|
2661
|
+
* @public
|
|
1998
2662
|
*/
|
|
1999
|
-
BytesProcessed?: number;
|
|
2663
|
+
BytesProcessed?: number | undefined;
|
|
2000
2664
|
/**
|
|
2001
|
-
* @public
|
|
2002
2665
|
* <p>The total number of bytes of records payload data returned.</p>
|
|
2666
|
+
* @public
|
|
2003
2667
|
*/
|
|
2004
|
-
BytesReturned?: number;
|
|
2668
|
+
BytesReturned?: number | undefined;
|
|
2005
2669
|
}
|
|
2006
2670
|
/**
|
|
2007
|
-
* @public
|
|
2008
2671
|
* <p>Container for the Stats Event.</p>
|
|
2672
|
+
* @public
|
|
2009
2673
|
*/
|
|
2010
2674
|
export interface StatsEvent {
|
|
2011
2675
|
/**
|
|
2012
|
-
* @public
|
|
2013
2676
|
* <p>The Stats event details.</p>
|
|
2677
|
+
* @public
|
|
2014
2678
|
*/
|
|
2015
|
-
Details?: Stats;
|
|
2679
|
+
Details?: Stats | undefined;
|
|
2016
2680
|
}
|
|
2017
2681
|
/**
|
|
2018
|
-
* @public
|
|
2019
2682
|
* <p>The container for selecting objects from a content event stream.</p>
|
|
2683
|
+
* @public
|
|
2020
2684
|
*/
|
|
2021
2685
|
export type SelectObjectContentEventStream = SelectObjectContentEventStream.ContMember | SelectObjectContentEventStream.EndMember | SelectObjectContentEventStream.ProgressMember | SelectObjectContentEventStream.RecordsMember | SelectObjectContentEventStream.StatsMember | SelectObjectContentEventStream.$UnknownMember;
|
|
2022
2686
|
/**
|
|
@@ -2024,8 +2688,8 @@ export type SelectObjectContentEventStream = SelectObjectContentEventStream.Cont
|
|
|
2024
2688
|
*/
|
|
2025
2689
|
export declare namespace SelectObjectContentEventStream {
|
|
2026
2690
|
/**
|
|
2027
|
-
* @public
|
|
2028
2691
|
* <p>The Records Event.</p>
|
|
2692
|
+
* @public
|
|
2029
2693
|
*/
|
|
2030
2694
|
interface RecordsMember {
|
|
2031
2695
|
Records: RecordsEvent;
|
|
@@ -2036,8 +2700,8 @@ export declare namespace SelectObjectContentEventStream {
|
|
|
2036
2700
|
$unknown?: never;
|
|
2037
2701
|
}
|
|
2038
2702
|
/**
|
|
2039
|
-
* @public
|
|
2040
2703
|
* <p>The Stats Event.</p>
|
|
2704
|
+
* @public
|
|
2041
2705
|
*/
|
|
2042
2706
|
interface StatsMember {
|
|
2043
2707
|
Records?: never;
|
|
@@ -2048,8 +2712,8 @@ export declare namespace SelectObjectContentEventStream {
|
|
|
2048
2712
|
$unknown?: never;
|
|
2049
2713
|
}
|
|
2050
2714
|
/**
|
|
2051
|
-
* @public
|
|
2052
2715
|
* <p>The Progress Event.</p>
|
|
2716
|
+
* @public
|
|
2053
2717
|
*/
|
|
2054
2718
|
interface ProgressMember {
|
|
2055
2719
|
Records?: never;
|
|
@@ -2060,8 +2724,8 @@ export declare namespace SelectObjectContentEventStream {
|
|
|
2060
2724
|
$unknown?: never;
|
|
2061
2725
|
}
|
|
2062
2726
|
/**
|
|
2063
|
-
* @public
|
|
2064
2727
|
* <p>The Continuation Event.</p>
|
|
2728
|
+
* @public
|
|
2065
2729
|
*/
|
|
2066
2730
|
interface ContMember {
|
|
2067
2731
|
Records?: never;
|
|
@@ -2072,8 +2736,8 @@ export declare namespace SelectObjectContentEventStream {
|
|
|
2072
2736
|
$unknown?: never;
|
|
2073
2737
|
}
|
|
2074
2738
|
/**
|
|
2075
|
-
* @public
|
|
2076
2739
|
* <p>The End Event.</p>
|
|
2740
|
+
* @public
|
|
2077
2741
|
*/
|
|
2078
2742
|
interface EndMember {
|
|
2079
2743
|
Records?: never;
|
|
@@ -2109,125 +2773,128 @@ export declare namespace SelectObjectContentEventStream {
|
|
|
2109
2773
|
*/
|
|
2110
2774
|
export interface SelectObjectContentOutput {
|
|
2111
2775
|
/**
|
|
2112
|
-
* @public
|
|
2113
2776
|
* <p>The array of results.</p>
|
|
2777
|
+
* @public
|
|
2114
2778
|
*/
|
|
2115
|
-
Payload?: AsyncIterable<SelectObjectContentEventStream
|
|
2779
|
+
Payload?: AsyncIterable<SelectObjectContentEventStream> | undefined;
|
|
2116
2780
|
}
|
|
2117
2781
|
/**
|
|
2118
|
-
* @public
|
|
2119
2782
|
* <p>Container for specifying if periodic <code>QueryProgress</code> messages should be
|
|
2120
2783
|
* sent.</p>
|
|
2784
|
+
* @public
|
|
2121
2785
|
*/
|
|
2122
2786
|
export interface RequestProgress {
|
|
2123
2787
|
/**
|
|
2124
|
-
* @public
|
|
2125
2788
|
* <p>Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE,
|
|
2126
2789
|
* FALSE. Default value: FALSE.</p>
|
|
2790
|
+
* @public
|
|
2127
2791
|
*/
|
|
2128
|
-
Enabled?: boolean;
|
|
2792
|
+
Enabled?: boolean | undefined;
|
|
2129
2793
|
}
|
|
2130
2794
|
/**
|
|
2131
|
-
* @public
|
|
2132
2795
|
* <p>Specifies the byte range of the object to get the records from. A record is processed
|
|
2133
2796
|
* when its first byte is contained by the range. This parameter is optional, but when
|
|
2134
2797
|
* specified, it must not be empty. See RFC 2616, Section 14.35.1 about how to specify the
|
|
2135
2798
|
* start and end of the range.</p>
|
|
2799
|
+
* @public
|
|
2136
2800
|
*/
|
|
2137
2801
|
export interface ScanRange {
|
|
2138
2802
|
/**
|
|
2139
|
-
* @public
|
|
2140
2803
|
* <p>Specifies the start of the byte range. This parameter is optional. Valid values:
|
|
2141
2804
|
* non-negative integers. The default value is 0. If only <code>start</code> is supplied, it
|
|
2142
2805
|
* means scan from that point to the end of the file. For example,
|
|
2143
2806
|
* <code><scanrange><start>50</start></scanrange></code> means scan
|
|
2144
2807
|
* from byte 50 until the end of the file.</p>
|
|
2808
|
+
* @public
|
|
2145
2809
|
*/
|
|
2146
|
-
Start?: number;
|
|
2810
|
+
Start?: number | undefined;
|
|
2147
2811
|
/**
|
|
2148
|
-
* @public
|
|
2149
2812
|
* <p>Specifies the end of the byte range. This parameter is optional. Valid values:
|
|
2150
2813
|
* non-negative integers. The default value is one less than the size of the object being
|
|
2151
2814
|
* queried. If only the End parameter is supplied, it is interpreted to mean scan the last N
|
|
2152
2815
|
* bytes of the file. For example,
|
|
2153
2816
|
* <code><scanrange><end>50</end></scanrange></code> means scan the
|
|
2154
2817
|
* last 50 bytes.</p>
|
|
2818
|
+
* @public
|
|
2155
2819
|
*/
|
|
2156
|
-
End?: number;
|
|
2820
|
+
End?: number | undefined;
|
|
2157
2821
|
}
|
|
2158
2822
|
/**
|
|
2159
|
-
*
|
|
2160
|
-
*
|
|
2823
|
+
* <note>
|
|
2824
|
+
* <p>Learn Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
2825
|
+
* </p>
|
|
2826
|
+
* </note>
|
|
2827
|
+
* <p>Request to filter the contents of an Amazon S3 object based on a simple Structured Query
|
|
2161
2828
|
* Language (SQL) statement. In the request, along with the SQL expression, you must specify a
|
|
2162
2829
|
* data serialization format (JSON or CSV) of the object. Amazon S3 uses this to parse object data
|
|
2163
2830
|
* into records. It returns only records that match the specified SQL expression. You must
|
|
2164
2831
|
* also specify the data serialization format for the response. For more information, see
|
|
2165
2832
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectSELECTContent.html">S3Select API Documentation</a>.</p>
|
|
2833
|
+
* @public
|
|
2166
2834
|
*/
|
|
2167
2835
|
export interface SelectObjectContentRequest {
|
|
2168
2836
|
/**
|
|
2169
|
-
* @public
|
|
2170
2837
|
* <p>The S3 bucket.</p>
|
|
2171
2838
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
2172
2839
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
2840
|
+
* @public
|
|
2173
2841
|
*/
|
|
2174
2842
|
Bucket: string | undefined;
|
|
2175
2843
|
/**
|
|
2176
|
-
* @public
|
|
2177
2844
|
* <p>The object key.</p>
|
|
2845
|
+
* @public
|
|
2178
2846
|
*/
|
|
2179
2847
|
Key: string | undefined;
|
|
2180
2848
|
/**
|
|
2181
|
-
* @public
|
|
2182
2849
|
* <p>The server-side encryption (SSE) algorithm used to encrypt the object. This parameter is needed only when the object was created
|
|
2183
2850
|
* using a checksum algorithm. For more information,
|
|
2184
2851
|
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Protecting data using SSE-C keys</a> in the
|
|
2185
2852
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
2853
|
+
* @public
|
|
2186
2854
|
*/
|
|
2187
|
-
SSECustomerAlgorithm?: string;
|
|
2855
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
2188
2856
|
/**
|
|
2189
|
-
* @public
|
|
2190
2857
|
* <p>The server-side encryption (SSE) customer managed key. This parameter is needed only when the object was created using a checksum algorithm.
|
|
2191
2858
|
* For more information, see
|
|
2192
2859
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Protecting data using SSE-C keys</a> in the
|
|
2193
2860
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
2861
|
+
* @public
|
|
2194
2862
|
*/
|
|
2195
|
-
SSECustomerKey?: string;
|
|
2863
|
+
SSECustomerKey?: string | undefined;
|
|
2196
2864
|
/**
|
|
2197
|
-
* @public
|
|
2198
2865
|
* <p>The MD5 server-side encryption (SSE) customer managed key. This parameter is needed only when the object was created using a checksum
|
|
2199
2866
|
* algorithm. For more information,
|
|
2200
2867
|
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Protecting data using SSE-C keys</a> in the
|
|
2201
2868
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
2869
|
+
* @public
|
|
2202
2870
|
*/
|
|
2203
|
-
SSECustomerKeyMD5?: string;
|
|
2871
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
2204
2872
|
/**
|
|
2205
|
-
* @public
|
|
2206
2873
|
* <p>The expression that is used to query the object.</p>
|
|
2874
|
+
* @public
|
|
2207
2875
|
*/
|
|
2208
2876
|
Expression: string | undefined;
|
|
2209
2877
|
/**
|
|
2210
|
-
* @public
|
|
2211
2878
|
* <p>The type of the provided expression (for example, SQL).</p>
|
|
2879
|
+
* @public
|
|
2212
2880
|
*/
|
|
2213
2881
|
ExpressionType: ExpressionType | undefined;
|
|
2214
2882
|
/**
|
|
2215
|
-
* @public
|
|
2216
2883
|
* <p>Specifies if periodic request progress information should be enabled.</p>
|
|
2884
|
+
* @public
|
|
2217
2885
|
*/
|
|
2218
|
-
RequestProgress?: RequestProgress;
|
|
2886
|
+
RequestProgress?: RequestProgress | undefined;
|
|
2219
2887
|
/**
|
|
2220
|
-
* @public
|
|
2221
2888
|
* <p>Describes the format of the data in the object that is being queried.</p>
|
|
2889
|
+
* @public
|
|
2222
2890
|
*/
|
|
2223
2891
|
InputSerialization: InputSerialization | undefined;
|
|
2224
2892
|
/**
|
|
2225
|
-
* @public
|
|
2226
2893
|
* <p>Describes the format of the data that you want Amazon S3 to return in response.</p>
|
|
2894
|
+
* @public
|
|
2227
2895
|
*/
|
|
2228
2896
|
OutputSerialization: OutputSerialization | undefined;
|
|
2229
2897
|
/**
|
|
2230
|
-
* @public
|
|
2231
2898
|
* <p>Specifies the byte range of the object to get the records from. A record is processed
|
|
2232
2899
|
* when its first byte is contained by the range. This parameter is optional, but when
|
|
2233
2900
|
* specified, it must not be empty. See RFC 2616, Section 14.35.1 about how to specify the
|
|
@@ -2252,128 +2919,119 @@ export interface SelectObjectContentRequest {
|
|
|
2252
2919
|
* process only the records within the last 50 bytes of the file.</p>
|
|
2253
2920
|
* </li>
|
|
2254
2921
|
* </ul>
|
|
2922
|
+
* @public
|
|
2255
2923
|
*/
|
|
2256
|
-
ScanRange?: ScanRange;
|
|
2924
|
+
ScanRange?: ScanRange | undefined;
|
|
2257
2925
|
/**
|
|
2258
|
-
* @public
|
|
2259
2926
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
2927
|
+
* @public
|
|
2260
2928
|
*/
|
|
2261
|
-
ExpectedBucketOwner?: string;
|
|
2929
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2262
2930
|
}
|
|
2263
2931
|
/**
|
|
2264
2932
|
* @public
|
|
2265
2933
|
*/
|
|
2266
2934
|
export interface UploadPartOutput {
|
|
2267
2935
|
/**
|
|
2936
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
|
|
2937
|
+
* example, <code>AES256</code>, <code>aws:kms</code>).</p>
|
|
2268
2938
|
* @public
|
|
2269
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for example,
|
|
2270
|
-
* <code>AES256</code>, <code>aws:kms</code>).</p>
|
|
2271
|
-
* <note>
|
|
2272
|
-
* <p>For directory buckets, only server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) is supported.</p>
|
|
2273
|
-
* </note>
|
|
2274
2939
|
*/
|
|
2275
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
2940
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
2276
2941
|
/**
|
|
2277
|
-
* @public
|
|
2278
2942
|
* <p>Entity tag for the uploaded object.</p>
|
|
2943
|
+
* @public
|
|
2279
2944
|
*/
|
|
2280
|
-
ETag?: string;
|
|
2945
|
+
ETag?: string | undefined;
|
|
2281
2946
|
/**
|
|
2282
|
-
*
|
|
2283
|
-
* <p>The base64-encoded, 32-bit CRC32 checksum of the object. This will only be present if it was uploaded
|
|
2947
|
+
* <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
|
|
2284
2948
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
2285
2949
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
2286
2950
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2951
|
+
* @public
|
|
2287
2952
|
*/
|
|
2288
|
-
ChecksumCRC32?: string;
|
|
2953
|
+
ChecksumCRC32?: string | undefined;
|
|
2289
2954
|
/**
|
|
2290
|
-
*
|
|
2291
|
-
* <p>The base64-encoded, 32-bit CRC32C checksum of the object. This will only be present if it was uploaded
|
|
2955
|
+
* <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
|
|
2292
2956
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
2293
2957
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
2294
2958
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2959
|
+
* @public
|
|
2295
2960
|
*/
|
|
2296
|
-
ChecksumCRC32C?: string;
|
|
2961
|
+
ChecksumCRC32C?: string | undefined;
|
|
2297
2962
|
/**
|
|
2298
|
-
* @public
|
|
2299
2963
|
* <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
|
|
2300
2964
|
* with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
2301
2965
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
2302
2966
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2967
|
+
* @public
|
|
2303
2968
|
*/
|
|
2304
|
-
ChecksumSHA1?: string;
|
|
2969
|
+
ChecksumSHA1?: string | undefined;
|
|
2305
2970
|
/**
|
|
2306
|
-
* @public
|
|
2307
2971
|
* <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
|
|
2308
2972
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
2309
2973
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
2310
2974
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2975
|
+
* @public
|
|
2311
2976
|
*/
|
|
2312
|
-
ChecksumSHA256?: string;
|
|
2977
|
+
ChecksumSHA256?: string | undefined;
|
|
2313
2978
|
/**
|
|
2314
|
-
* @public
|
|
2315
2979
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
2316
2980
|
* response will include this header to confirm the encryption algorithm that's used.</p>
|
|
2317
2981
|
* <note>
|
|
2318
2982
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2319
2983
|
* </note>
|
|
2984
|
+
* @public
|
|
2320
2985
|
*/
|
|
2321
|
-
SSECustomerAlgorithm?: string;
|
|
2986
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
2322
2987
|
/**
|
|
2323
|
-
* @public
|
|
2324
2988
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
2325
|
-
* response will include this header to provide the round-trip message integrity verification
|
|
2326
|
-
* the customer-provided encryption key.</p>
|
|
2989
|
+
* response will include this header to provide the round-trip message integrity verification
|
|
2990
|
+
* of the customer-provided encryption key.</p>
|
|
2327
2991
|
* <note>
|
|
2328
2992
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2329
2993
|
* </note>
|
|
2994
|
+
* @public
|
|
2330
2995
|
*/
|
|
2331
|
-
SSECustomerKeyMD5?: string;
|
|
2996
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
2332
2997
|
/**
|
|
2998
|
+
* <p>If present, indicates the ID of the KMS key that was used for object encryption.</p>
|
|
2333
2999
|
* @public
|
|
2334
|
-
* <p>If present, indicates the ID of the Key Management Service (KMS) symmetric encryption customer managed key
|
|
2335
|
-
* that was used for the object.</p>
|
|
2336
|
-
* <note>
|
|
2337
|
-
* <p>This functionality is not supported for directory buckets.</p>
|
|
2338
|
-
* </note>
|
|
2339
3000
|
*/
|
|
2340
|
-
SSEKMSKeyId?: string;
|
|
3001
|
+
SSEKMSKeyId?: string | undefined;
|
|
2341
3002
|
/**
|
|
2342
|
-
* @public
|
|
2343
3003
|
* <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption
|
|
2344
3004
|
* with Key Management Service (KMS) keys (SSE-KMS).</p>
|
|
2345
|
-
*
|
|
2346
|
-
* <p>This functionality is not supported for directory buckets.</p>
|
|
2347
|
-
* </note>
|
|
3005
|
+
* @public
|
|
2348
3006
|
*/
|
|
2349
|
-
BucketKeyEnabled?: boolean;
|
|
3007
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
2350
3008
|
/**
|
|
2351
|
-
* @public
|
|
2352
3009
|
* <p>If present, indicates that the requester was successfully charged for the
|
|
2353
3010
|
* request.</p>
|
|
2354
3011
|
* <note>
|
|
2355
3012
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2356
3013
|
* </note>
|
|
3014
|
+
* @public
|
|
2357
3015
|
*/
|
|
2358
|
-
RequestCharged?: RequestCharged;
|
|
3016
|
+
RequestCharged?: RequestCharged | undefined;
|
|
2359
3017
|
}
|
|
2360
3018
|
/**
|
|
2361
3019
|
* @public
|
|
2362
3020
|
*/
|
|
2363
3021
|
export interface UploadPartRequest {
|
|
2364
3022
|
/**
|
|
2365
|
-
* @public
|
|
2366
3023
|
* <p>Object data.</p>
|
|
3024
|
+
* @public
|
|
2367
3025
|
*/
|
|
2368
|
-
Body?: StreamingBlobTypes;
|
|
3026
|
+
Body?: StreamingBlobTypes | undefined;
|
|
2369
3027
|
/**
|
|
2370
|
-
* @public
|
|
2371
3028
|
* <p>The name of the bucket to which the multipart upload was initiated.</p>
|
|
2372
3029
|
* <p>
|
|
2373
|
-
* <b>Directory buckets</b> -
|
|
2374
|
-
*
|
|
2375
|
-
* <i>
|
|
2376
|
-
* <i>
|
|
3030
|
+
* <b>Directory buckets</b> -
|
|
3031
|
+
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
3032
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
3033
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
3034
|
+
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
2377
3035
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
2378
3036
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2379
3037
|
* <p>
|
|
@@ -2386,26 +3044,26 @@ export interface UploadPartRequest {
|
|
|
2386
3044
|
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2387
3045
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
2388
3046
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
3047
|
+
* @public
|
|
2389
3048
|
*/
|
|
2390
3049
|
Bucket: string | undefined;
|
|
2391
3050
|
/**
|
|
2392
|
-
* @public
|
|
2393
3051
|
* <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be
|
|
2394
3052
|
* determined automatically.</p>
|
|
3053
|
+
* @public
|
|
2395
3054
|
*/
|
|
2396
|
-
ContentLength?: number;
|
|
3055
|
+
ContentLength?: number | undefined;
|
|
2397
3056
|
/**
|
|
2398
|
-
* @public
|
|
2399
3057
|
* <p>The base64-encoded 128-bit MD5 digest of the part data. This parameter is auto-populated
|
|
2400
3058
|
* when using the command from the CLI. This parameter is required if object lock parameters
|
|
2401
3059
|
* are specified.</p>
|
|
2402
3060
|
* <note>
|
|
2403
3061
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2404
3062
|
* </note>
|
|
3063
|
+
* @public
|
|
2405
3064
|
*/
|
|
2406
|
-
ContentMD5?: string;
|
|
3065
|
+
ContentMD5?: string | undefined;
|
|
2407
3066
|
/**
|
|
2408
|
-
* @public
|
|
2409
3067
|
* <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
|
|
2410
3068
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
2411
3069
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
@@ -2415,67 +3073,66 @@ export interface UploadPartRequest {
|
|
|
2415
3073
|
* <code>ChecksumAlgorithm</code> parameter.</p>
|
|
2416
3074
|
* <p>This checksum algorithm must be the same for all parts and it match the checksum value
|
|
2417
3075
|
* supplied in the <code>CreateMultipartUpload</code> request.</p>
|
|
3076
|
+
* @public
|
|
2418
3077
|
*/
|
|
2419
|
-
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
3078
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
2420
3079
|
/**
|
|
2421
|
-
* @public
|
|
2422
3080
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
2423
|
-
* This header specifies the base64-encoded, 32-bit
|
|
3081
|
+
* This header specifies the base64-encoded, 32-bit CRC-32 checksum of the object. For more information, see
|
|
2424
3082
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
|
|
2425
3083
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
3084
|
+
* @public
|
|
2426
3085
|
*/
|
|
2427
|
-
ChecksumCRC32?: string;
|
|
3086
|
+
ChecksumCRC32?: string | undefined;
|
|
2428
3087
|
/**
|
|
2429
|
-
* @public
|
|
2430
3088
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
2431
|
-
* This header specifies the base64-encoded, 32-bit
|
|
3089
|
+
* This header specifies the base64-encoded, 32-bit CRC-32C checksum of the object. For more information, see
|
|
2432
3090
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
|
|
2433
3091
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
3092
|
+
* @public
|
|
2434
3093
|
*/
|
|
2435
|
-
ChecksumCRC32C?: string;
|
|
3094
|
+
ChecksumCRC32C?: string | undefined;
|
|
2436
3095
|
/**
|
|
2437
|
-
* @public
|
|
2438
3096
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
2439
3097
|
* This header specifies the base64-encoded, 160-bit SHA-1 digest of the object. For more information, see
|
|
2440
3098
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
|
|
2441
3099
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
3100
|
+
* @public
|
|
2442
3101
|
*/
|
|
2443
|
-
ChecksumSHA1?: string;
|
|
3102
|
+
ChecksumSHA1?: string | undefined;
|
|
2444
3103
|
/**
|
|
2445
|
-
* @public
|
|
2446
3104
|
* <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
|
|
2447
3105
|
* This header specifies the base64-encoded, 256-bit SHA-256 digest of the object. For more information, see
|
|
2448
3106
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
|
|
2449
3107
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
3108
|
+
* @public
|
|
2450
3109
|
*/
|
|
2451
|
-
ChecksumSHA256?: string;
|
|
3110
|
+
ChecksumSHA256?: string | undefined;
|
|
2452
3111
|
/**
|
|
2453
|
-
* @public
|
|
2454
3112
|
* <p>Object key for which the multipart upload was initiated.</p>
|
|
3113
|
+
* @public
|
|
2455
3114
|
*/
|
|
2456
3115
|
Key: string | undefined;
|
|
2457
3116
|
/**
|
|
2458
|
-
* @public
|
|
2459
3117
|
* <p>Part number of part being uploaded. This is a positive integer between 1 and
|
|
2460
3118
|
* 10,000.</p>
|
|
3119
|
+
* @public
|
|
2461
3120
|
*/
|
|
2462
3121
|
PartNumber: number | undefined;
|
|
2463
3122
|
/**
|
|
2464
|
-
* @public
|
|
2465
3123
|
* <p>Upload ID identifying the multipart upload whose part is being uploaded.</p>
|
|
3124
|
+
* @public
|
|
2466
3125
|
*/
|
|
2467
3126
|
UploadId: string | undefined;
|
|
2468
3127
|
/**
|
|
2469
|
-
*
|
|
2470
|
-
* <p>Specifies the algorithm to use when encrypting the object (for example,
|
|
2471
|
-
* AES256).</p>
|
|
3128
|
+
* <p>Specifies the algorithm to use when encrypting the object (for example, AES256).</p>
|
|
2472
3129
|
* <note>
|
|
2473
3130
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2474
3131
|
* </note>
|
|
3132
|
+
* @public
|
|
2475
3133
|
*/
|
|
2476
|
-
SSECustomerAlgorithm?: string;
|
|
3134
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
2477
3135
|
/**
|
|
2478
|
-
* @public
|
|
2479
3136
|
* <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
|
|
2480
3137
|
* value is used to store the object and then it is discarded; Amazon S3 does not store the
|
|
2481
3138
|
* encryption key. The key must be appropriate for use with the algorithm specified in the
|
|
@@ -2484,173 +3141,167 @@ export interface UploadPartRequest {
|
|
|
2484
3141
|
* <note>
|
|
2485
3142
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2486
3143
|
* </note>
|
|
3144
|
+
* @public
|
|
2487
3145
|
*/
|
|
2488
|
-
SSECustomerKey?: string;
|
|
3146
|
+
SSECustomerKey?: string | undefined;
|
|
2489
3147
|
/**
|
|
2490
|
-
* @public
|
|
2491
3148
|
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
|
|
2492
3149
|
* this header for a message integrity check to ensure that the encryption key was transmitted
|
|
2493
3150
|
* without error.</p>
|
|
2494
3151
|
* <note>
|
|
2495
3152
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2496
3153
|
* </note>
|
|
3154
|
+
* @public
|
|
2497
3155
|
*/
|
|
2498
|
-
SSECustomerKeyMD5?: string;
|
|
3156
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
2499
3157
|
/**
|
|
2500
|
-
* @public
|
|
2501
3158
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
2502
3159
|
* owners need not specify this parameter in their requests. If either the source or
|
|
2503
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
2504
|
-
*
|
|
2505
|
-
*
|
|
3160
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
3161
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
3162
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
2506
3163
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2507
3164
|
* <note>
|
|
2508
3165
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2509
3166
|
* </note>
|
|
3167
|
+
* @public
|
|
2510
3168
|
*/
|
|
2511
|
-
RequestPayer?: RequestPayer;
|
|
3169
|
+
RequestPayer?: RequestPayer | undefined;
|
|
2512
3170
|
/**
|
|
2513
|
-
* @public
|
|
2514
3171
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
3172
|
+
* @public
|
|
2515
3173
|
*/
|
|
2516
|
-
ExpectedBucketOwner?: string;
|
|
3174
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2517
3175
|
}
|
|
2518
3176
|
/**
|
|
2519
|
-
* @public
|
|
2520
3177
|
* <p>Container for all response elements.</p>
|
|
3178
|
+
* @public
|
|
2521
3179
|
*/
|
|
2522
3180
|
export interface CopyPartResult {
|
|
2523
3181
|
/**
|
|
2524
|
-
* @public
|
|
2525
3182
|
* <p>Entity tag of the object.</p>
|
|
3183
|
+
* @public
|
|
2526
3184
|
*/
|
|
2527
|
-
ETag?: string;
|
|
3185
|
+
ETag?: string | undefined;
|
|
2528
3186
|
/**
|
|
2529
|
-
* @public
|
|
2530
3187
|
* <p>Date and time at which the object was uploaded.</p>
|
|
3188
|
+
* @public
|
|
2531
3189
|
*/
|
|
2532
|
-
LastModified?: Date;
|
|
3190
|
+
LastModified?: Date | undefined;
|
|
2533
3191
|
/**
|
|
2534
|
-
*
|
|
2535
|
-
* <p>The base64-encoded, 32-bit CRC32 checksum of the object. This will only be present if it was uploaded
|
|
3192
|
+
* <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
|
|
2536
3193
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
2537
3194
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
2538
3195
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3196
|
+
* @public
|
|
2539
3197
|
*/
|
|
2540
|
-
ChecksumCRC32?: string;
|
|
3198
|
+
ChecksumCRC32?: string | undefined;
|
|
2541
3199
|
/**
|
|
2542
|
-
*
|
|
2543
|
-
* <p>The base64-encoded, 32-bit CRC32C checksum of the object. This will only be present if it was uploaded
|
|
3200
|
+
* <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
|
|
2544
3201
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
2545
3202
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
2546
3203
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3204
|
+
* @public
|
|
2547
3205
|
*/
|
|
2548
|
-
ChecksumCRC32C?: string;
|
|
3206
|
+
ChecksumCRC32C?: string | undefined;
|
|
2549
3207
|
/**
|
|
2550
|
-
* @public
|
|
2551
3208
|
* <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
|
|
2552
3209
|
* with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
2553
3210
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
2554
3211
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3212
|
+
* @public
|
|
2555
3213
|
*/
|
|
2556
|
-
ChecksumSHA1?: string;
|
|
3214
|
+
ChecksumSHA1?: string | undefined;
|
|
2557
3215
|
/**
|
|
2558
|
-
* @public
|
|
2559
3216
|
* <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
|
|
2560
3217
|
* with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
|
|
2561
3218
|
* with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
|
|
2562
3219
|
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3220
|
+
* @public
|
|
2563
3221
|
*/
|
|
2564
|
-
ChecksumSHA256?: string;
|
|
3222
|
+
ChecksumSHA256?: string | undefined;
|
|
2565
3223
|
}
|
|
2566
3224
|
/**
|
|
2567
3225
|
* @public
|
|
2568
3226
|
*/
|
|
2569
3227
|
export interface UploadPartCopyOutput {
|
|
2570
3228
|
/**
|
|
2571
|
-
* @public
|
|
2572
3229
|
* <p>The version of the source object that was copied, if you have enabled versioning on the
|
|
2573
3230
|
* source bucket.</p>
|
|
2574
3231
|
* <note>
|
|
2575
3232
|
* <p>This functionality is not supported when the source object is in a directory bucket.</p>
|
|
2576
3233
|
* </note>
|
|
3234
|
+
* @public
|
|
2577
3235
|
*/
|
|
2578
|
-
CopySourceVersionId?: string;
|
|
3236
|
+
CopySourceVersionId?: string | undefined;
|
|
2579
3237
|
/**
|
|
2580
|
-
* @public
|
|
2581
3238
|
* <p>Container for all response elements.</p>
|
|
3239
|
+
* @public
|
|
2582
3240
|
*/
|
|
2583
|
-
CopyPartResult?: CopyPartResult;
|
|
3241
|
+
CopyPartResult?: CopyPartResult | undefined;
|
|
2584
3242
|
/**
|
|
3243
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
|
|
3244
|
+
* example, <code>AES256</code>, <code>aws:kms</code>).</p>
|
|
2585
3245
|
* @public
|
|
2586
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for example,
|
|
2587
|
-
* <code>AES256</code>, <code>aws:kms</code>).</p>
|
|
2588
|
-
* <note>
|
|
2589
|
-
* <p>For directory buckets, only server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) is supported.</p>
|
|
2590
|
-
* </note>
|
|
2591
3246
|
*/
|
|
2592
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
3247
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
2593
3248
|
/**
|
|
2594
|
-
* @public
|
|
2595
3249
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
2596
3250
|
* response will include this header to confirm the encryption algorithm that's used.</p>
|
|
2597
3251
|
* <note>
|
|
2598
3252
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2599
3253
|
* </note>
|
|
3254
|
+
* @public
|
|
2600
3255
|
*/
|
|
2601
|
-
SSECustomerAlgorithm?: string;
|
|
3256
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
2602
3257
|
/**
|
|
2603
|
-
* @public
|
|
2604
3258
|
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
2605
|
-
* response will include this header to provide the round-trip message integrity verification
|
|
2606
|
-
* the customer-provided encryption key.</p>
|
|
3259
|
+
* response will include this header to provide the round-trip message integrity verification
|
|
3260
|
+
* of the customer-provided encryption key.</p>
|
|
2607
3261
|
* <note>
|
|
2608
3262
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2609
3263
|
* </note>
|
|
3264
|
+
* @public
|
|
2610
3265
|
*/
|
|
2611
|
-
SSECustomerKeyMD5?: string;
|
|
3266
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
2612
3267
|
/**
|
|
3268
|
+
* <p>If present, indicates the ID of the KMS key that was used for object encryption.</p>
|
|
2613
3269
|
* @public
|
|
2614
|
-
* <p>If present, indicates the ID of the Key Management Service (KMS) symmetric encryption customer managed key
|
|
2615
|
-
* that was used for the object.</p>
|
|
2616
|
-
* <note>
|
|
2617
|
-
* <p>This functionality is not supported for directory buckets.</p>
|
|
2618
|
-
* </note>
|
|
2619
3270
|
*/
|
|
2620
|
-
SSEKMSKeyId?: string;
|
|
3271
|
+
SSEKMSKeyId?: string | undefined;
|
|
2621
3272
|
/**
|
|
2622
|
-
* @public
|
|
2623
3273
|
* <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption
|
|
2624
3274
|
* with Key Management Service (KMS) keys (SSE-KMS).</p>
|
|
2625
|
-
*
|
|
2626
|
-
* <p>This functionality is not supported for directory buckets.</p>
|
|
2627
|
-
* </note>
|
|
3275
|
+
* @public
|
|
2628
3276
|
*/
|
|
2629
|
-
BucketKeyEnabled?: boolean;
|
|
3277
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
2630
3278
|
/**
|
|
2631
|
-
* @public
|
|
2632
3279
|
* <p>If present, indicates that the requester was successfully charged for the
|
|
2633
3280
|
* request.</p>
|
|
2634
3281
|
* <note>
|
|
2635
3282
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2636
3283
|
* </note>
|
|
3284
|
+
* @public
|
|
2637
3285
|
*/
|
|
2638
|
-
RequestCharged?: RequestCharged;
|
|
3286
|
+
RequestCharged?: RequestCharged | undefined;
|
|
2639
3287
|
}
|
|
2640
3288
|
/**
|
|
2641
3289
|
* @public
|
|
2642
3290
|
*/
|
|
2643
3291
|
export interface UploadPartCopyRequest {
|
|
2644
3292
|
/**
|
|
2645
|
-
* @public
|
|
2646
3293
|
* <p>The bucket name.</p>
|
|
2647
3294
|
* <p>
|
|
2648
3295
|
* <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
2649
|
-
* <i>
|
|
2650
|
-
* <i>
|
|
2651
|
-
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-
|
|
3296
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
3297
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
3298
|
+
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
2652
3299
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
2653
3300
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3301
|
+
* <note>
|
|
3302
|
+
* <p>Copying objects across different Amazon Web Services Regions isn't supported when the source or destination bucket is in Amazon Web Services Local Zones. The source and destination buckets must have the same parent Amazon Web Services Region. Otherwise,
|
|
3303
|
+
* you get an HTTP <code>400 Bad Request</code> error with the error code <code>InvalidRequest</code>.</p>
|
|
3304
|
+
* </note>
|
|
2654
3305
|
* <p>
|
|
2655
3306
|
* <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2656
3307
|
* <note>
|
|
@@ -2661,10 +3312,10 @@ export interface UploadPartCopyRequest {
|
|
|
2661
3312
|
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2662
3313
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
2663
3314
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
3315
|
+
* @public
|
|
2664
3316
|
*/
|
|
2665
3317
|
Bucket: string | undefined;
|
|
2666
3318
|
/**
|
|
2667
|
-
* @public
|
|
2668
3319
|
* <p>Specifies the source object for the copy operation. You specify the value in one of two
|
|
2669
3320
|
* formats, depending on whether you want to access the source object through an <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">access point</a>:</p>
|
|
2670
3321
|
* <ul>
|
|
@@ -2690,128 +3341,123 @@ export interface UploadPartCopyRequest {
|
|
|
2690
3341
|
* <p>Alternatively, for objects accessed through Amazon S3 on Outposts, specify the ARN of the object as accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/object/<key></code>. For example, to copy the object <code>reports/january.pdf</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/object/reports/january.pdf</code>. The value must be URL-encoded. </p>
|
|
2691
3342
|
* </li>
|
|
2692
3343
|
* </ul>
|
|
2693
|
-
* <p>If your bucket has versioning enabled, you could have multiple versions of the
|
|
2694
|
-
*
|
|
2695
|
-
* version of the source object to copy
|
|
2696
|
-
*
|
|
2697
|
-
*
|
|
2698
|
-
*
|
|
2699
|
-
*
|
|
2700
|
-
*
|
|
2701
|
-
*
|
|
2702
|
-
*
|
|
2703
|
-
* <code>
|
|
2704
|
-
*
|
|
2705
|
-
* as a version for the <code>x-amz-copy-source</code>. </p>
|
|
3344
|
+
* <p>If your bucket has versioning enabled, you could have multiple versions of the same
|
|
3345
|
+
* object. By default, <code>x-amz-copy-source</code> identifies the current version of the
|
|
3346
|
+
* source object to copy. To copy a specific version of the source object to copy, append
|
|
3347
|
+
* <code>?versionId=<version-id></code> to the <code>x-amz-copy-source</code> request
|
|
3348
|
+
* header (for example, <code>x-amz-copy-source:
|
|
3349
|
+
* /awsexamplebucket/reports/january.pdf?versionId=QUpfdndhfd8438MNFDN93jdnJFkdmqnh893</code>). </p>
|
|
3350
|
+
* <p>If the current version is a delete marker and you don't specify a versionId in the
|
|
3351
|
+
* <code>x-amz-copy-source</code> request header, Amazon S3 returns a <code>404 Not Found</code>
|
|
3352
|
+
* error, because the object does not exist. If you specify versionId in the
|
|
3353
|
+
* <code>x-amz-copy-source</code> and the versionId is a delete marker, Amazon S3 returns an
|
|
3354
|
+
* HTTP <code>400 Bad Request</code> error, because you are not allowed to specify a delete
|
|
3355
|
+
* marker as a version for the <code>x-amz-copy-source</code>. </p>
|
|
2706
3356
|
* <note>
|
|
2707
3357
|
* <p>
|
|
2708
|
-
* <b>Directory buckets</b> -
|
|
3358
|
+
* <b>Directory buckets</b> -
|
|
3359
|
+
* S3 Versioning isn't enabled and supported for directory buckets.</p>
|
|
2709
3360
|
* </note>
|
|
3361
|
+
* @public
|
|
2710
3362
|
*/
|
|
2711
3363
|
CopySource: string | undefined;
|
|
2712
3364
|
/**
|
|
2713
|
-
* @public
|
|
2714
3365
|
* <p>Copies the object if its entity tag (ETag) matches the specified tag.</p>
|
|
2715
|
-
* <p>If both of the
|
|
2716
|
-
*
|
|
2717
|
-
*
|
|
2718
|
-
* request as follows:</p>
|
|
3366
|
+
* <p>If both of the <code>x-amz-copy-source-if-match</code> and
|
|
3367
|
+
* <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request as
|
|
3368
|
+
* follows:</p>
|
|
2719
3369
|
* <p>
|
|
2720
3370
|
* <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>,
|
|
2721
3371
|
* and;</p>
|
|
2722
3372
|
* <p>
|
|
2723
3373
|
* <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to
|
|
2724
|
-
*
|
|
3374
|
+
* <code>false</code>;</p>
|
|
2725
3375
|
* <p>Amazon S3 returns <code>200 OK</code> and copies the data.
|
|
2726
3376
|
* </p>
|
|
3377
|
+
* @public
|
|
2727
3378
|
*/
|
|
2728
|
-
CopySourceIfMatch?: string;
|
|
3379
|
+
CopySourceIfMatch?: string | undefined;
|
|
2729
3380
|
/**
|
|
2730
|
-
* @public
|
|
2731
3381
|
* <p>Copies the object if it has been modified since the specified time.</p>
|
|
2732
|
-
* <p>If both of the
|
|
2733
|
-
*
|
|
2734
|
-
*
|
|
2735
|
-
* request as follows:</p>
|
|
3382
|
+
* <p>If both of the <code>x-amz-copy-source-if-none-match</code> and
|
|
3383
|
+
* <code>x-amz-copy-source-if-modified-since</code> headers are present in the request as
|
|
3384
|
+
* follows:</p>
|
|
2736
3385
|
* <p>
|
|
2737
|
-
* <code>x-amz-copy-source-if-none-match</code> condition evaluates to
|
|
2738
|
-
*
|
|
3386
|
+
* <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>,
|
|
3387
|
+
* and;</p>
|
|
2739
3388
|
* <p>
|
|
2740
3389
|
* <code>x-amz-copy-source-if-modified-since</code> condition evaluates to
|
|
2741
|
-
*
|
|
3390
|
+
* <code>true</code>;</p>
|
|
2742
3391
|
* <p>Amazon S3 returns <code>412 Precondition Failed</code> response code.
|
|
2743
3392
|
* </p>
|
|
3393
|
+
* @public
|
|
2744
3394
|
*/
|
|
2745
|
-
CopySourceIfModifiedSince?: Date;
|
|
3395
|
+
CopySourceIfModifiedSince?: Date | undefined;
|
|
2746
3396
|
/**
|
|
2747
|
-
* @public
|
|
2748
3397
|
* <p>Copies the object if its entity tag (ETag) is different than the specified ETag.</p>
|
|
2749
|
-
* <p>If both of the
|
|
2750
|
-
*
|
|
2751
|
-
*
|
|
2752
|
-
* request as follows:</p>
|
|
3398
|
+
* <p>If both of the <code>x-amz-copy-source-if-none-match</code> and
|
|
3399
|
+
* <code>x-amz-copy-source-if-modified-since</code> headers are present in the request as
|
|
3400
|
+
* follows:</p>
|
|
2753
3401
|
* <p>
|
|
2754
|
-
* <code>x-amz-copy-source-if-none-match</code> condition evaluates to
|
|
2755
|
-
*
|
|
3402
|
+
* <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>,
|
|
3403
|
+
* and;</p>
|
|
2756
3404
|
* <p>
|
|
2757
3405
|
* <code>x-amz-copy-source-if-modified-since</code> condition evaluates to
|
|
2758
|
-
*
|
|
3406
|
+
* <code>true</code>;</p>
|
|
2759
3407
|
* <p>Amazon S3 returns <code>412 Precondition Failed</code> response code.
|
|
2760
3408
|
* </p>
|
|
3409
|
+
* @public
|
|
2761
3410
|
*/
|
|
2762
|
-
CopySourceIfNoneMatch?: string;
|
|
3411
|
+
CopySourceIfNoneMatch?: string | undefined;
|
|
2763
3412
|
/**
|
|
2764
|
-
* @public
|
|
2765
3413
|
* <p>Copies the object if it hasn't been modified since the specified time.</p>
|
|
2766
|
-
* <p>If both of the
|
|
2767
|
-
*
|
|
2768
|
-
*
|
|
2769
|
-
* request as follows:</p>
|
|
3414
|
+
* <p>If both of the <code>x-amz-copy-source-if-match</code> and
|
|
3415
|
+
* <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request as
|
|
3416
|
+
* follows:</p>
|
|
2770
3417
|
* <p>
|
|
2771
3418
|
* <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>,
|
|
2772
3419
|
* and;</p>
|
|
2773
3420
|
* <p>
|
|
2774
3421
|
* <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to
|
|
2775
|
-
*
|
|
3422
|
+
* <code>false</code>;</p>
|
|
2776
3423
|
* <p>Amazon S3 returns <code>200 OK</code> and copies the data.
|
|
2777
3424
|
* </p>
|
|
3425
|
+
* @public
|
|
2778
3426
|
*/
|
|
2779
|
-
CopySourceIfUnmodifiedSince?: Date;
|
|
3427
|
+
CopySourceIfUnmodifiedSince?: Date | undefined;
|
|
2780
3428
|
/**
|
|
2781
|
-
* @public
|
|
2782
3429
|
* <p>The range of bytes to copy from the source object. The range value must use the form
|
|
2783
3430
|
* bytes=first-last, where the first and last are the zero-based byte offsets to copy. For
|
|
2784
3431
|
* example, bytes=0-9 indicates that you want to copy the first 10 bytes of the source. You
|
|
2785
3432
|
* can copy a range only if the source object is greater than 5 MB.</p>
|
|
3433
|
+
* @public
|
|
2786
3434
|
*/
|
|
2787
|
-
CopySourceRange?: string;
|
|
3435
|
+
CopySourceRange?: string | undefined;
|
|
2788
3436
|
/**
|
|
2789
|
-
* @public
|
|
2790
3437
|
* <p>Object key for which the multipart upload was initiated.</p>
|
|
3438
|
+
* @public
|
|
2791
3439
|
*/
|
|
2792
3440
|
Key: string | undefined;
|
|
2793
3441
|
/**
|
|
2794
|
-
* @public
|
|
2795
3442
|
* <p>Part number of part being copied. This is a positive integer between 1 and
|
|
2796
3443
|
* 10,000.</p>
|
|
3444
|
+
* @public
|
|
2797
3445
|
*/
|
|
2798
3446
|
PartNumber: number | undefined;
|
|
2799
3447
|
/**
|
|
2800
|
-
* @public
|
|
2801
3448
|
* <p>Upload ID identifying the multipart upload whose part is being copied.</p>
|
|
3449
|
+
* @public
|
|
2802
3450
|
*/
|
|
2803
3451
|
UploadId: string | undefined;
|
|
2804
3452
|
/**
|
|
2805
|
-
*
|
|
2806
|
-
* <p>Specifies the algorithm to use when encrypting the object (for example,
|
|
2807
|
-
* AES256).</p>
|
|
3453
|
+
* <p>Specifies the algorithm to use when encrypting the object (for example, AES256).</p>
|
|
2808
3454
|
* <note>
|
|
2809
3455
|
* <p>This functionality is not supported when the destination bucket is a directory bucket.</p>
|
|
2810
3456
|
* </note>
|
|
3457
|
+
* @public
|
|
2811
3458
|
*/
|
|
2812
|
-
SSECustomerAlgorithm?: string;
|
|
3459
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
2813
3460
|
/**
|
|
2814
|
-
* @public
|
|
2815
3461
|
* <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
|
|
2816
3462
|
* value is used to store the object and then it is discarded; Amazon S3 does not store the
|
|
2817
3463
|
* encryption key. The key must be appropriate for use with the algorithm specified in the
|
|
@@ -2820,93 +3466,93 @@ export interface UploadPartCopyRequest {
|
|
|
2820
3466
|
* <note>
|
|
2821
3467
|
* <p>This functionality is not supported when the destination bucket is a directory bucket.</p>
|
|
2822
3468
|
* </note>
|
|
3469
|
+
* @public
|
|
2823
3470
|
*/
|
|
2824
|
-
SSECustomerKey?: string;
|
|
3471
|
+
SSECustomerKey?: string | undefined;
|
|
2825
3472
|
/**
|
|
2826
|
-
* @public
|
|
2827
3473
|
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
|
|
2828
3474
|
* this header for a message integrity check to ensure that the encryption key was transmitted
|
|
2829
3475
|
* without error.</p>
|
|
2830
3476
|
* <note>
|
|
2831
3477
|
* <p>This functionality is not supported when the destination bucket is a directory bucket.</p>
|
|
2832
3478
|
* </note>
|
|
3479
|
+
* @public
|
|
2833
3480
|
*/
|
|
2834
|
-
SSECustomerKeyMD5?: string;
|
|
3481
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
2835
3482
|
/**
|
|
2836
|
-
* @public
|
|
2837
3483
|
* <p>Specifies the algorithm to use when decrypting the source object (for example,
|
|
2838
|
-
*
|
|
3484
|
+
* <code>AES256</code>).</p>
|
|
2839
3485
|
* <note>
|
|
2840
3486
|
* <p>This functionality is not supported when the source object is in a directory bucket.</p>
|
|
2841
3487
|
* </note>
|
|
3488
|
+
* @public
|
|
2842
3489
|
*/
|
|
2843
|
-
CopySourceSSECustomerAlgorithm?: string;
|
|
3490
|
+
CopySourceSSECustomerAlgorithm?: string | undefined;
|
|
2844
3491
|
/**
|
|
2845
|
-
* @public
|
|
2846
3492
|
* <p>Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source
|
|
2847
3493
|
* object. The encryption key provided in this header must be one that was used when the
|
|
2848
3494
|
* source object was created.</p>
|
|
2849
3495
|
* <note>
|
|
2850
3496
|
* <p>This functionality is not supported when the source object is in a directory bucket.</p>
|
|
2851
3497
|
* </note>
|
|
3498
|
+
* @public
|
|
2852
3499
|
*/
|
|
2853
|
-
CopySourceSSECustomerKey?: string;
|
|
3500
|
+
CopySourceSSECustomerKey?: string | undefined;
|
|
2854
3501
|
/**
|
|
2855
|
-
* @public
|
|
2856
3502
|
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
|
|
2857
3503
|
* this header for a message integrity check to ensure that the encryption key was transmitted
|
|
2858
3504
|
* without error.</p>
|
|
2859
3505
|
* <note>
|
|
2860
3506
|
* <p>This functionality is not supported when the source object is in a directory bucket.</p>
|
|
2861
3507
|
* </note>
|
|
3508
|
+
* @public
|
|
2862
3509
|
*/
|
|
2863
|
-
CopySourceSSECustomerKeyMD5?: string;
|
|
3510
|
+
CopySourceSSECustomerKeyMD5?: string | undefined;
|
|
2864
3511
|
/**
|
|
2865
|
-
* @public
|
|
2866
3512
|
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
2867
3513
|
* owners need not specify this parameter in their requests. If either the source or
|
|
2868
|
-
* destination S3 bucket has Requester Pays enabled, the requester will pay for
|
|
2869
|
-
*
|
|
2870
|
-
*
|
|
3514
|
+
* destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
|
|
3515
|
+
* charges to copy the object. For information about downloading objects from Requester Pays
|
|
3516
|
+
* buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
|
|
2871
3517
|
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2872
3518
|
* <note>
|
|
2873
3519
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2874
3520
|
* </note>
|
|
3521
|
+
* @public
|
|
2875
3522
|
*/
|
|
2876
|
-
RequestPayer?: RequestPayer;
|
|
3523
|
+
RequestPayer?: RequestPayer | undefined;
|
|
2877
3524
|
/**
|
|
2878
|
-
* @public
|
|
2879
3525
|
* <p>The account ID of the expected destination bucket owner. If the account ID that you provide does not match the actual owner of the destination bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
3526
|
+
* @public
|
|
2880
3527
|
*/
|
|
2881
|
-
ExpectedBucketOwner?: string;
|
|
3528
|
+
ExpectedBucketOwner?: string | undefined;
|
|
2882
3529
|
/**
|
|
2883
|
-
* @public
|
|
2884
3530
|
* <p>The account ID of the expected source bucket owner. If the account ID that you provide does not match the actual owner of the source bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
3531
|
+
* @public
|
|
2885
3532
|
*/
|
|
2886
|
-
ExpectedSourceBucketOwner?: string;
|
|
3533
|
+
ExpectedSourceBucketOwner?: string | undefined;
|
|
2887
3534
|
}
|
|
2888
3535
|
/**
|
|
2889
3536
|
* @public
|
|
2890
3537
|
*/
|
|
2891
3538
|
export interface WriteGetObjectResponseRequest {
|
|
2892
3539
|
/**
|
|
2893
|
-
* @public
|
|
2894
3540
|
* <p>Route prefix to the HTTP URL generated.</p>
|
|
3541
|
+
* @public
|
|
2895
3542
|
*/
|
|
2896
3543
|
RequestRoute: string | undefined;
|
|
2897
3544
|
/**
|
|
2898
|
-
* @public
|
|
2899
3545
|
* <p>A single use encrypted token that maps <code>WriteGetObjectResponse</code> to the end
|
|
2900
3546
|
* user <code>GetObject</code> request.</p>
|
|
3547
|
+
* @public
|
|
2901
3548
|
*/
|
|
2902
3549
|
RequestToken: string | undefined;
|
|
2903
3550
|
/**
|
|
2904
|
-
* @public
|
|
2905
3551
|
* <p>The object data.</p>
|
|
3552
|
+
* @public
|
|
2906
3553
|
*/
|
|
2907
|
-
Body?: StreamingBlobTypes;
|
|
3554
|
+
Body?: StreamingBlobTypes | undefined;
|
|
2908
3555
|
/**
|
|
2909
|
-
* @public
|
|
2910
3556
|
* <p>The integer status code for an HTTP response of a corresponding <code>GetObject</code>
|
|
2911
3557
|
* request. The following is a list of status codes.</p>
|
|
2912
3558
|
* <ul>
|
|
@@ -2981,71 +3627,71 @@ export interface WriteGetObjectResponseRequest {
|
|
|
2981
3627
|
* </p>
|
|
2982
3628
|
* </li>
|
|
2983
3629
|
* </ul>
|
|
3630
|
+
* @public
|
|
2984
3631
|
*/
|
|
2985
|
-
StatusCode?: number;
|
|
3632
|
+
StatusCode?: number | undefined;
|
|
2986
3633
|
/**
|
|
2987
|
-
* @public
|
|
2988
3634
|
* <p>A string that uniquely identifies an error condition. Returned in the <Code> tag
|
|
2989
3635
|
* of the error XML response for a corresponding <code>GetObject</code> call. Cannot be used
|
|
2990
3636
|
* with a successful <code>StatusCode</code> header or when the transformed object is provided
|
|
2991
3637
|
* in the body. All error codes from S3 are sentence-cased. The regular expression (regex)
|
|
2992
3638
|
* value is <code>"^[A-Z][a-zA-Z]+$"</code>.</p>
|
|
3639
|
+
* @public
|
|
2993
3640
|
*/
|
|
2994
|
-
ErrorCode?: string;
|
|
3641
|
+
ErrorCode?: string | undefined;
|
|
2995
3642
|
/**
|
|
2996
|
-
* @public
|
|
2997
3643
|
* <p>Contains a generic description of the error condition. Returned in the <Message>
|
|
2998
3644
|
* tag of the error XML response for a corresponding <code>GetObject</code> call. Cannot be
|
|
2999
3645
|
* used with a successful <code>StatusCode</code> header or when the transformed object is
|
|
3000
3646
|
* provided in body.</p>
|
|
3647
|
+
* @public
|
|
3001
3648
|
*/
|
|
3002
|
-
ErrorMessage?: string;
|
|
3649
|
+
ErrorMessage?: string | undefined;
|
|
3003
3650
|
/**
|
|
3004
|
-
* @public
|
|
3005
3651
|
* <p>Indicates that a range of bytes was specified.</p>
|
|
3652
|
+
* @public
|
|
3006
3653
|
*/
|
|
3007
|
-
AcceptRanges?: string;
|
|
3654
|
+
AcceptRanges?: string | undefined;
|
|
3008
3655
|
/**
|
|
3009
|
-
* @public
|
|
3010
3656
|
* <p>Specifies caching behavior along the request/reply chain.</p>
|
|
3657
|
+
* @public
|
|
3011
3658
|
*/
|
|
3012
|
-
CacheControl?: string;
|
|
3659
|
+
CacheControl?: string | undefined;
|
|
3013
3660
|
/**
|
|
3014
|
-
* @public
|
|
3015
3661
|
* <p>Specifies presentational information for the object.</p>
|
|
3662
|
+
* @public
|
|
3016
3663
|
*/
|
|
3017
|
-
ContentDisposition?: string;
|
|
3664
|
+
ContentDisposition?: string | undefined;
|
|
3018
3665
|
/**
|
|
3019
|
-
* @public
|
|
3020
3666
|
* <p>Specifies what content encodings have been applied to the object and thus what decoding
|
|
3021
3667
|
* mechanisms must be applied to obtain the media-type referenced by the Content-Type header
|
|
3022
3668
|
* field.</p>
|
|
3669
|
+
* @public
|
|
3023
3670
|
*/
|
|
3024
|
-
ContentEncoding?: string;
|
|
3671
|
+
ContentEncoding?: string | undefined;
|
|
3025
3672
|
/**
|
|
3026
|
-
* @public
|
|
3027
3673
|
* <p>The language the content is in.</p>
|
|
3674
|
+
* @public
|
|
3028
3675
|
*/
|
|
3029
|
-
ContentLanguage?: string;
|
|
3676
|
+
ContentLanguage?: string | undefined;
|
|
3030
3677
|
/**
|
|
3031
|
-
* @public
|
|
3032
3678
|
* <p>The size of the content body in bytes.</p>
|
|
3679
|
+
* @public
|
|
3033
3680
|
*/
|
|
3034
|
-
ContentLength?: number;
|
|
3681
|
+
ContentLength?: number | undefined;
|
|
3035
3682
|
/**
|
|
3036
|
-
* @public
|
|
3037
3683
|
* <p>The portion of the object returned in the response.</p>
|
|
3684
|
+
* @public
|
|
3038
3685
|
*/
|
|
3039
|
-
ContentRange?: string;
|
|
3686
|
+
ContentRange?: string | undefined;
|
|
3040
3687
|
/**
|
|
3041
|
-
* @public
|
|
3042
3688
|
* <p>A standard MIME type describing the format of the object data.</p>
|
|
3689
|
+
* @public
|
|
3043
3690
|
*/
|
|
3044
|
-
ContentType?: string;
|
|
3691
|
+
ContentType?: string | undefined;
|
|
3045
3692
|
/**
|
|
3046
|
-
* @public
|
|
3047
3693
|
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3048
|
-
* the same data that was originally sent. This specifies the base64-encoded, 32-bit
|
|
3694
|
+
* the same data that was originally sent. This specifies the base64-encoded, 32-bit CRC-32
|
|
3049
3695
|
* checksum of the object returned by the Object Lambda function. This may not match the
|
|
3050
3696
|
* checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
|
|
3051
3697
|
* only when the original <code>GetObject</code> request required checksum validation. For
|
|
@@ -3054,12 +3700,12 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3054
3700
|
* <p>Only one checksum header can be specified at a time. If you supply multiple checksum
|
|
3055
3701
|
* headers, this request will fail.</p>
|
|
3056
3702
|
* <p></p>
|
|
3703
|
+
* @public
|
|
3057
3704
|
*/
|
|
3058
|
-
ChecksumCRC32?: string;
|
|
3705
|
+
ChecksumCRC32?: string | undefined;
|
|
3059
3706
|
/**
|
|
3060
|
-
* @public
|
|
3061
3707
|
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3062
|
-
* the same data that was originally sent. This specifies the base64-encoded, 32-bit
|
|
3708
|
+
* the same data that was originally sent. This specifies the base64-encoded, 32-bit CRC-32C
|
|
3063
3709
|
* checksum of the object returned by the Object Lambda function. This may not match the
|
|
3064
3710
|
* checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
|
|
3065
3711
|
* only when the original <code>GetObject</code> request required checksum validation. For
|
|
@@ -3067,10 +3713,10 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3067
3713
|
* integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3068
3714
|
* <p>Only one checksum header can be specified at a time. If you supply multiple checksum
|
|
3069
3715
|
* headers, this request will fail.</p>
|
|
3716
|
+
* @public
|
|
3070
3717
|
*/
|
|
3071
|
-
ChecksumCRC32C?: string;
|
|
3718
|
+
ChecksumCRC32C?: string | undefined;
|
|
3072
3719
|
/**
|
|
3073
|
-
* @public
|
|
3074
3720
|
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3075
3721
|
* the same data that was originally sent. This specifies the base64-encoded, 160-bit SHA-1
|
|
3076
3722
|
* digest of the object returned by the Object Lambda function. This may not match the
|
|
@@ -3080,10 +3726,10 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3080
3726
|
* integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3081
3727
|
* <p>Only one checksum header can be specified at a time. If you supply multiple checksum
|
|
3082
3728
|
* headers, this request will fail.</p>
|
|
3729
|
+
* @public
|
|
3083
3730
|
*/
|
|
3084
|
-
ChecksumSHA1?: string;
|
|
3731
|
+
ChecksumSHA1?: string | undefined;
|
|
3085
3732
|
/**
|
|
3086
|
-
* @public
|
|
3087
3733
|
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3088
3734
|
* the same data that was originally sent. This specifies the base64-encoded, 256-bit SHA-256
|
|
3089
3735
|
* digest of the object returned by the Object Lambda function. This may not match the
|
|
@@ -3093,143 +3739,153 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3093
3739
|
* integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3094
3740
|
* <p>Only one checksum header can be specified at a time. If you supply multiple checksum
|
|
3095
3741
|
* headers, this request will fail.</p>
|
|
3742
|
+
* @public
|
|
3096
3743
|
*/
|
|
3097
|
-
ChecksumSHA256?: string;
|
|
3744
|
+
ChecksumSHA256?: string | undefined;
|
|
3098
3745
|
/**
|
|
3099
|
-
* @public
|
|
3100
3746
|
* <p>Specifies whether an object stored in Amazon S3 is (<code>true</code>) or is not
|
|
3101
3747
|
* (<code>false</code>) a delete marker. </p>
|
|
3748
|
+
* @public
|
|
3102
3749
|
*/
|
|
3103
|
-
DeleteMarker?: boolean;
|
|
3750
|
+
DeleteMarker?: boolean | undefined;
|
|
3104
3751
|
/**
|
|
3105
|
-
* @public
|
|
3106
3752
|
* <p>An opaque identifier assigned by a web server to a specific version of a resource found
|
|
3107
3753
|
* at a URL. </p>
|
|
3754
|
+
* @public
|
|
3108
3755
|
*/
|
|
3109
|
-
ETag?: string;
|
|
3756
|
+
ETag?: string | undefined;
|
|
3110
3757
|
/**
|
|
3111
|
-
* @public
|
|
3112
3758
|
* <p>The date and time at which the object is no longer cacheable.</p>
|
|
3759
|
+
* @public
|
|
3113
3760
|
*/
|
|
3114
|
-
Expires?: Date;
|
|
3761
|
+
Expires?: Date | undefined;
|
|
3115
3762
|
/**
|
|
3116
|
-
* @public
|
|
3117
3763
|
* <p>If the object expiration is configured (see PUT Bucket lifecycle), the response includes
|
|
3118
3764
|
* this header. It includes the <code>expiry-date</code> and <code>rule-id</code> key-value
|
|
3119
3765
|
* pairs that provide the object expiration information. The value of the <code>rule-id</code>
|
|
3120
3766
|
* is URL-encoded. </p>
|
|
3767
|
+
* @public
|
|
3121
3768
|
*/
|
|
3122
|
-
Expiration?: string;
|
|
3769
|
+
Expiration?: string | undefined;
|
|
3123
3770
|
/**
|
|
3124
|
-
* @public
|
|
3125
3771
|
* <p>The date and time that the object was last modified.</p>
|
|
3772
|
+
* @public
|
|
3126
3773
|
*/
|
|
3127
|
-
LastModified?: Date;
|
|
3774
|
+
LastModified?: Date | undefined;
|
|
3128
3775
|
/**
|
|
3129
|
-
* @public
|
|
3130
3776
|
* <p>Set to the number of metadata entries not returned in <code>x-amz-meta</code> headers.
|
|
3131
3777
|
* This can happen if you create metadata using an API like SOAP that supports more flexible
|
|
3132
3778
|
* metadata than the REST API. For example, using SOAP, you can create metadata whose values
|
|
3133
3779
|
* are not legal HTTP headers.</p>
|
|
3780
|
+
* @public
|
|
3134
3781
|
*/
|
|
3135
|
-
MissingMeta?: number;
|
|
3782
|
+
MissingMeta?: number | undefined;
|
|
3136
3783
|
/**
|
|
3137
|
-
* @public
|
|
3138
3784
|
* <p>A map of metadata to store with the object in S3.</p>
|
|
3785
|
+
* @public
|
|
3139
3786
|
*/
|
|
3140
|
-
Metadata?: Record<string, string
|
|
3787
|
+
Metadata?: Record<string, string> | undefined;
|
|
3141
3788
|
/**
|
|
3142
|
-
* @public
|
|
3143
3789
|
* <p>Indicates whether an object stored in Amazon S3 has Object Lock enabled. For more information
|
|
3144
3790
|
* about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock.html">Object Lock</a>.</p>
|
|
3791
|
+
* @public
|
|
3145
3792
|
*/
|
|
3146
|
-
ObjectLockMode?: ObjectLockMode;
|
|
3793
|
+
ObjectLockMode?: ObjectLockMode | undefined;
|
|
3147
3794
|
/**
|
|
3148
|
-
* @public
|
|
3149
3795
|
* <p>Indicates whether an object stored in Amazon S3 has an active legal hold.</p>
|
|
3796
|
+
* @public
|
|
3150
3797
|
*/
|
|
3151
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
3798
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
3152
3799
|
/**
|
|
3153
|
-
* @public
|
|
3154
3800
|
* <p>The date and time when Object Lock is configured to expire.</p>
|
|
3801
|
+
* @public
|
|
3155
3802
|
*/
|
|
3156
|
-
ObjectLockRetainUntilDate?: Date;
|
|
3803
|
+
ObjectLockRetainUntilDate?: Date | undefined;
|
|
3157
3804
|
/**
|
|
3158
|
-
* @public
|
|
3159
3805
|
* <p>The count of parts this object has.</p>
|
|
3806
|
+
* @public
|
|
3160
3807
|
*/
|
|
3161
|
-
PartsCount?: number;
|
|
3808
|
+
PartsCount?: number | undefined;
|
|
3162
3809
|
/**
|
|
3163
|
-
* @public
|
|
3164
3810
|
* <p>Indicates if request involves bucket that is either a source or destination in a
|
|
3165
3811
|
* Replication rule. For more information about S3 Replication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html">Replication</a>.</p>
|
|
3812
|
+
* @public
|
|
3166
3813
|
*/
|
|
3167
|
-
ReplicationStatus?: ReplicationStatus;
|
|
3814
|
+
ReplicationStatus?: ReplicationStatus | undefined;
|
|
3168
3815
|
/**
|
|
3169
|
-
* @public
|
|
3170
3816
|
* <p>If present, indicates that the requester was successfully charged for the
|
|
3171
3817
|
* request.</p>
|
|
3172
3818
|
* <note>
|
|
3173
3819
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
3174
3820
|
* </note>
|
|
3821
|
+
* @public
|
|
3175
3822
|
*/
|
|
3176
|
-
RequestCharged?: RequestCharged;
|
|
3823
|
+
RequestCharged?: RequestCharged | undefined;
|
|
3177
3824
|
/**
|
|
3178
|
-
* @public
|
|
3179
3825
|
* <p>Provides information about object restoration operation and expiration time of the
|
|
3180
3826
|
* restored object copy.</p>
|
|
3827
|
+
* @public
|
|
3181
3828
|
*/
|
|
3182
|
-
Restore?: string;
|
|
3829
|
+
Restore?: string | undefined;
|
|
3183
3830
|
/**
|
|
3184
|
-
* @public
|
|
3185
3831
|
* <p> The server-side encryption algorithm used when storing requested object in Amazon S3 (for
|
|
3186
3832
|
* example, AES256, <code>aws:kms</code>).</p>
|
|
3833
|
+
* @public
|
|
3187
3834
|
*/
|
|
3188
|
-
ServerSideEncryption?: ServerSideEncryption;
|
|
3835
|
+
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
3189
3836
|
/**
|
|
3190
|
-
* @public
|
|
3191
3837
|
* <p>Encryption algorithm used if server-side encryption with a customer-provided encryption
|
|
3192
3838
|
* key was specified for object stored in Amazon S3.</p>
|
|
3839
|
+
* @public
|
|
3193
3840
|
*/
|
|
3194
|
-
SSECustomerAlgorithm?: string;
|
|
3841
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
3195
3842
|
/**
|
|
3843
|
+
* <p> If present, specifies the ID (Key ID, Key ARN, or Key Alias) of the Amazon Web Services Key
|
|
3844
|
+
* Management Service (Amazon Web Services KMS) symmetric encryption customer managed key that was used for stored in
|
|
3845
|
+
* Amazon S3 object. </p>
|
|
3196
3846
|
* @public
|
|
3197
|
-
* <p> If present, specifies the ID (Key ID, Key ARN, or Key Alias) of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric
|
|
3198
|
-
* encryption customer managed key that was used for stored in Amazon S3 object. </p>
|
|
3199
3847
|
*/
|
|
3200
|
-
SSEKMSKeyId?: string;
|
|
3848
|
+
SSEKMSKeyId?: string | undefined;
|
|
3201
3849
|
/**
|
|
3202
|
-
* @public
|
|
3203
3850
|
* <p> 128-bit MD5 digest of customer-provided encryption key used in Amazon S3 to encrypt data
|
|
3204
3851
|
* stored in S3. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html">Protecting data
|
|
3205
3852
|
* using server-side encryption with customer-provided encryption keys
|
|
3206
3853
|
* (SSE-C)</a>.</p>
|
|
3854
|
+
* @public
|
|
3207
3855
|
*/
|
|
3208
|
-
SSECustomerKeyMD5?: string;
|
|
3856
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
3209
3857
|
/**
|
|
3210
|
-
* @public
|
|
3211
3858
|
* <p>Provides storage class information of the object. Amazon S3 returns this header for all
|
|
3212
3859
|
* objects except for S3 Standard storage class objects.</p>
|
|
3213
3860
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a>.</p>
|
|
3861
|
+
* @public
|
|
3214
3862
|
*/
|
|
3215
|
-
StorageClass?: StorageClass;
|
|
3863
|
+
StorageClass?: StorageClass | undefined;
|
|
3216
3864
|
/**
|
|
3217
|
-
* @public
|
|
3218
3865
|
* <p>The number of tags, if any, on the object.</p>
|
|
3866
|
+
* @public
|
|
3219
3867
|
*/
|
|
3220
|
-
TagCount?: number;
|
|
3868
|
+
TagCount?: number | undefined;
|
|
3221
3869
|
/**
|
|
3222
|
-
* @public
|
|
3223
3870
|
* <p>An ID used to reference a specific version of the object.</p>
|
|
3871
|
+
* @public
|
|
3224
3872
|
*/
|
|
3225
|
-
VersionId?: string;
|
|
3873
|
+
VersionId?: string | undefined;
|
|
3226
3874
|
/**
|
|
3227
|
-
* @public
|
|
3228
3875
|
* <p> Indicates whether the object stored in Amazon S3 uses an S3 bucket key for server-side
|
|
3229
3876
|
* encryption with Amazon Web Services KMS (SSE-KMS).</p>
|
|
3877
|
+
* @public
|
|
3230
3878
|
*/
|
|
3231
|
-
BucketKeyEnabled?: boolean;
|
|
3879
|
+
BucketKeyEnabled?: boolean | undefined;
|
|
3232
3880
|
}
|
|
3881
|
+
/**
|
|
3882
|
+
* @internal
|
|
3883
|
+
*/
|
|
3884
|
+
export declare const PutBucketEncryptionRequestFilterSensitiveLog: (obj: PutBucketEncryptionRequest) => any;
|
|
3885
|
+
/**
|
|
3886
|
+
* @internal
|
|
3887
|
+
*/
|
|
3888
|
+
export declare const PutBucketInventoryConfigurationRequestFilterSensitiveLog: (obj: PutBucketInventoryConfigurationRequest) => any;
|
|
3233
3889
|
/**
|
|
3234
3890
|
* @internal
|
|
3235
3891
|
*/
|