lambda-live-debugger 0.0.122 → 0.0.124
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/.prettierignore +3 -1
- package/.vitepress/config.mts +109 -0
- package/.vitepress/theme/custom.css +27 -0
- package/.vitepress/theme/index.js +4 -0
- package/README.md +46 -53
- package/dist/cloudFormation.mjs +15 -6
- package/dist/extension/extension.zip +0 -0
- package/dist/extension/nodejs/node_modules/interceptor.js +14856 -11373
- package/dist/extension/nodejs/node_modules/interceptor.js.map +4 -4
- package/dist/frameworks/cdkFramework.mjs +12 -9
- package/eslint.config.js +1 -5
- package/index.md +3 -0
- 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/LICENSE +201 -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/LICENSE +201 -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/LICENSE +201 -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/LICENSE +201 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +4 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/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/LICENSE +201 -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/LICENSE +201 -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/LICENSE +201 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/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-cloudformation/dist-cjs/index.js +22 -97
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +9 -15
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +6 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/CloudFormationServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +49 -49
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListExportsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListImportsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/CloudFormationServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/package.json +38 -38
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js +9 -38
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentityClient.js +9 -15
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentityClient.d.ts +6 -8
- 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 +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentitiesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentityPoolCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityPoolCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentitiesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentityPoolsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UpdateIdentityPoolCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/index.d.ts +2 -2
- 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/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts +3 -3
- 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 +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +2 -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/runtimeConfig.browser.d.ts +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/package.json +38 -38
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +9 -174
- package/node_modules/@aws-sdk/client-iam/dist-es/IAMClient.js +9 -15
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +6 -8
- package/node_modules/@aws-sdk/client-iam/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddUserToGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachGroupPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachRolePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachUserPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ChangePasswordCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccessKeyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccountAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateInstanceProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateLoginProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +9 -8
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateUserCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeactivateMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccessKeyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteInstanceProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteLoginProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServerCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSigningCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachGroupPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachRolePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachUserPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateCredentialReportCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountSummaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetCredentialReportCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetInstanceProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetLoginProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRolePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSSHPublicKeyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServerCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccessKeysCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccountAliasesCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupPoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsForUserCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADeviceTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADevicesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolePoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRoleTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProvidersCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSSHPublicKeysCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificateTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSigningCertificatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserPoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUsersCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServerCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSigningCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateUserCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadServerCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSigningCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/models/IAMServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateUserCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetUserCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRolesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUsersCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/IAMServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
- package/node_modules/@aws-sdk/client-iam/package.json +38 -38
- package/node_modules/@aws-sdk/client-iot/dist-cjs/index.js +38 -359
- package/node_modules/@aws-sdk/client-iot/dist-es/IoTClient.js +10 -16
- package/node_modules/@aws-sdk/client-iot/dist-es/protocols/Aws_restJson1.js +29 -89
- package/node_modules/@aws-sdk/client-iot/dist-types/IoTClient.d.ts +6 -8
- package/node_modules/@aws-sdk/client-iot/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/AcceptCertificateTransferCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/AddThingToBillingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/AddThingToThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/AssociateTargetsWithJobCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/AttachPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/AttachPrincipalPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/AttachSecurityProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/AttachThingPrincipalCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CancelAuditMitigationActionsTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CancelAuditTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CancelCertificateTransferCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CancelDetectMitigationActionsTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CancelJobCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CancelJobExecutionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ClearDefaultAuthorizerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ConfirmTopicRuleDestinationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateAuditSuppressionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateAuthorizerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateBillingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateCertificateFromCsrCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateCertificateProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateCustomMetricCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateDimensionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateDomainConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateDynamicThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateFleetMetricCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateJobCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateJobTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateKeysAndCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateMitigationActionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateOTAUpdateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreatePackageCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreatePackageVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreatePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreatePolicyVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateProvisioningClaimCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateProvisioningTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateProvisioningTemplateVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateRoleAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateScheduledAuditCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateSecurityProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateStreamCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateThingTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateTopicRuleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteAccountAuditConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteAuditSuppressionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteAuthorizerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteBillingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteCACertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteCertificateProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteCustomMetricCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteDimensionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteDomainConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteDynamicThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteFleetMetricCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteJobCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteJobExecutionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteJobTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteMitigationActionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteOTAUpdateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeletePackageCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeletePackageVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteProvisioningTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteProvisioningTemplateVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteRegistrationCodeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteRoleAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteScheduledAuditCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteSecurityProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteStreamCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteThingTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteTopicRuleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteTopicRuleDestinationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteV2LoggingLevelCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeprecateThingTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAccountAuditConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAuditFindingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAuditSuppressionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAuditTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAuthorizerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeBillingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeCACertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeCertificateProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeCustomMetricCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeDefaultAuthorizerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeDimensionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeDomainConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeEndpointCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeEventConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeFleetMetricCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeIndexCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeJobCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeJobExecutionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeJobTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeManagedJobTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeMitigationActionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeProvisioningTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeProvisioningTemplateVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeRoleAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeScheduledAuditCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeSecurityProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeStreamCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeThingRegistrationTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeThingTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DetachPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DetachPrincipalPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DetachSecurityProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DetachThingPrincipalCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DisableTopicRuleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/EnableTopicRuleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetBucketsAggregationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetCardinalityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetEffectivePoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetIndexingConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetJobDocumentCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetLoggingOptionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetOTAUpdateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetPackageCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetPackageConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetPackageVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetPercentilesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetPolicyVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetRegistrationCodeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetStatisticsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetTopicRuleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetTopicRuleDestinationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetV2LoggingOptionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListActiveViolationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListAttachedPoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListAuditFindingsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListAuditMitigationActionsTasksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListAuditSuppressionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListAuditTasksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListAuthorizersCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListBillingGroupsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCACertificatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCertificateProvidersCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCertificatesByCACommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCertificatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCustomMetricsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListDetectMitigationActionsTasksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListDimensionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListDomainConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListFleetMetricsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListIndicesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListJobExecutionsForJobCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListJobExecutionsForThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListJobTemplatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListJobsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListManagedJobTemplatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListMetricValuesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListMitigationActionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListOTAUpdatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListOutgoingCertificatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPackageVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPackagesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPolicyPrincipalsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPolicyVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPrincipalPoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPrincipalThingsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListProvisioningTemplateVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListProvisioningTemplatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListRoleAliasesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListScheduledAuditsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListSecurityProfilesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListSecurityProfilesForTargetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListStreamsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListTargetsForPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingGroupsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingGroupsForThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingPrincipalsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingRegistrationTaskReportsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingRegistrationTasksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingTypesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingsInBillingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingsInThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListTopicRuleDestinationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListTopicRulesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListV2LoggingLevelsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListViolationEventsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/PutVerificationStateOnViolationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/RegisterCACertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/RegisterCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/RegisterCertificateWithoutCACommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/RegisterThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/RejectCertificateTransferCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/RemoveThingFromBillingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/RemoveThingFromThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ReplaceTopicRuleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/SearchIndexCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/SetDefaultAuthorizerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/SetLoggingOptionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/SetV2LoggingLevelCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/SetV2LoggingOptionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/StartAuditMitigationActionsTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/StartDetectMitigationActionsTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/StartOnDemandAuditTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/StartThingRegistrationTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/StopThingRegistrationTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/TestAuthorizationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/TransferCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateAccountAuditConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateAuditSuppressionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateAuthorizerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateBillingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateCACertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateCertificateProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateCustomMetricCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateDimensionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateDomainConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateDynamicThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateEventConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateFleetMetricCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateIndexingConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateJobCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateMitigationActionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdatePackageCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdatePackageConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdatePackageVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateProvisioningTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateRoleAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateScheduledAuditCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateSecurityProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateStreamCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateThingGroupsForThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateTopicRuleDestinationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/models/IoTServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.native.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/IoTClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/AcceptCertificateTransferCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/AddThingToBillingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/AddThingToThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/AssociateTargetsWithJobCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/AttachPrincipalPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/AttachSecurityProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/AttachThingPrincipalCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CancelAuditMitigationActionsTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CancelAuditTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CancelCertificateTransferCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CancelDetectMitigationActionsTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CancelJobCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CancelJobExecutionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ClearDefaultAuthorizerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ConfirmTopicRuleDestinationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateAuditSuppressionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateCertificateFromCsrCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateCertificateProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateCustomMetricCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateDimensionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateDomainConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateDynamicThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateFleetMetricCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateJobCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateKeysAndCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateMitigationActionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateOTAUpdateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreatePackageVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateProvisioningClaimCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateProvisioningTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateProvisioningTemplateVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateRoleAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateScheduledAuditCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateThingTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateTopicRuleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateTopicRuleDestinationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteAccountAuditConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteAuditSuppressionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteCACertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteCertificateProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteCustomMetricCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteDimensionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteDomainConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteDynamicThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteFleetMetricCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteJobExecutionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteMitigationActionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteOTAUpdateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeletePackageVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteProvisioningTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteProvisioningTemplateVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteRegistrationCodeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteRoleAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteScheduledAuditCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteThingTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteTopicRuleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteTopicRuleDestinationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteV2LoggingLevelCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeprecateThingTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAccountAuditConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAuditFindingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAuditSuppressionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAuditTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAuthorizerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeBillingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeCACertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeCertificateProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeCustomMetricCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeDefaultAuthorizerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeDimensionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeDomainConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeEventConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeFleetMetricCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeJobExecutionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeManagedJobTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeMitigationActionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeProvisioningTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeProvisioningTemplateVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeRoleAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeScheduledAuditCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeThingRegistrationTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeThingTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DetachPrincipalPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DetachSecurityProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DetachThingPrincipalCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DisableTopicRuleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/EnableTopicRuleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetBucketsAggregationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetCardinalityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetEffectivePoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetIndexingConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetJobDocumentCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetOTAUpdateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetPackageCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetPackageConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetPackageVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetPercentilesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetRegistrationCodeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetStatisticsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetTopicRuleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetTopicRuleDestinationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetV2LoggingOptionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListActiveViolationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListAttachedPoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListAuditMitigationActionsTasksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListAuditSuppressionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListAuditTasksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListAuthorizersCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCACertificatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCertificateProvidersCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCertificatesByCACommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCustomMetricsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListDetectMitigationActionsTasksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListDimensionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListDomainConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListFleetMetricsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListJobExecutionsForJobCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListJobExecutionsForThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListManagedJobTemplatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListMetricValuesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListMitigationActionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListOTAUpdatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListOutgoingCertificatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPolicyPrincipalsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPrincipalPoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPrincipalThingsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListProvisioningTemplateVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListProvisioningTemplatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListRoleAliasesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListScheduledAuditsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListSecurityProfilesForTargetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListTargetsForSecurityProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingGroupsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingGroupsForThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingPrincipalsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingRegistrationTaskReportsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingRegistrationTasksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingTypesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingsInBillingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingsInThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListTopicRuleDestinationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListTopicRulesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListV2LoggingLevelsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListViolationEventsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/PutVerificationStateOnViolationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/RegisterCACertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/RegisterCertificateWithoutCACommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/RegisterThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/RejectCertificateTransferCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/RemoveThingFromBillingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/RemoveThingFromThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ReplaceTopicRuleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/SearchIndexCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/SetDefaultAuthorizerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/SetLoggingOptionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/SetV2LoggingLevelCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/SetV2LoggingOptionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/StartAuditMitigationActionsTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/StartDetectMitigationActionsTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/StartOnDemandAuditTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/StartThingRegistrationTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/StopThingRegistrationTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/TestAuthorizationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/TransferCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateAccountAuditConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateAuditSuppressionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateCACertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateCertificateProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateCustomMetricCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateDimensionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateDomainConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateDynamicThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateEventConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateFleetMetricCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateIndexingConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateMitigationActionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdatePackageConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdatePackageVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateProvisioningTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateRoleAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateScheduledAuditCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateThingGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateThingGroupsForThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateTopicRuleDestinationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/IoTServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
- package/node_modules/@aws-sdk/client-iot/package.json +37 -37
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/index.js +9 -22
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/IoTDataPlaneClient.js +9 -15
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/IoTDataPlaneClient.d.ts +6 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/DeleteThingShadowCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/GetRetainedMessageCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/GetThingShadowCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/ListNamedShadowsForThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/ListRetainedMessagesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/PublishCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/commands/UpdateThingShadowCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/models/IoTDataPlaneServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.native.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/IoTDataPlaneClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/commands/DeleteThingShadowCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/commands/GetRetainedMessageCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/commands/GetThingShadowCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/commands/ListNamedShadowsForThingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/commands/ListRetainedMessagesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/commands/PublishCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/commands/UpdateThingShadowCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/models/IoTDataPlaneServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/package.json +38 -38
- package/node_modules/@aws-sdk/client-lambda/README.md +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +120 -86
- 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/GetFunctionRecursionConfigCommand.js +24 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionRecursionConfigCommand.js +24 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +65 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +14 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +10 -10
- 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 +13 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +16 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +8 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +7 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCodeSigningConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +7 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +73 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +7 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +13 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +13 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +14 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +13 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +8 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +13 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +14 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +2 -1
- 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 +2 -2
- 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 +213 -22
- 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 +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +34 -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 +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionRecursionConfigCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayersCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionRecursionConfigCommand.d.ts +40 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +2 -1
- 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/models/LambdaServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +26 -0
- 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 +5 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
- package/node_modules/@aws-sdk/client-lambda/package.json +42 -42
- package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +127 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +289 -206
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +15 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +20 -11
- 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/CreateMultipartUploadCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +2 -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 +2 -0
- 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/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 -2
- 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 +2 -0
- 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/PutBucketOwnershipControlsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +2 -0
- 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 +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +1 -1
- 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 +24 -21
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +2 -1
- 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/S3Client.d.ts +19 -18
- 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 +19 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +14 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +19 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +15 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +16 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +12 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +13 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +25 -24
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +21 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +11 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +16 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +9 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +19 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +7 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +11 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +38 -36
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +6 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +6 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +37 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +2 -1
- 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 -2
- 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 +182 -133
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +128 -6
- 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/runtimeConfig.browser.d.ts +9 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +9 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +19 -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 +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +2 -1
- 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/models/S3ServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +12 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +9 -0
- 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/runtimeConfig.browser.d.ts +15 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +12 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +17 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/package.json +55 -55
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +9 -19
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +9 -15
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +6 -8
- 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 +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +3 -3
- 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 +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +2 -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/runtimeConfig.browser.d.ts +5 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sso/package.json +34 -34
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +9 -19
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +9 -15
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +6 -8
- 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 +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +11 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +2 -2
- 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/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +3 -3
- 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 +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +2 -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/runtimeConfig.browser.d.ts +5 -5
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +38 -36
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +9 -15
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +25 -16
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +9 -15
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +24 -6
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +6 -8
- 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 +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +2 -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/runtimeConfig.browser.d.ts +5 -5
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sts/package.json +36 -36
- package/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
- 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 +10 -1
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +81 -9
- 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 +8 -1
- 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 +14 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +3 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
- 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/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +26 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +3 -1
- 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/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/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 +18 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +7 -1
- 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/package.json +25 -9
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/index.js +14 -14
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentity.js +8 -8
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentityPool.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +8 -3
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +5 -2
- 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 +4 -4
- 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 +4 -4
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +12 -9
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +4 -8
- 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 +12 -9
- 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 +9 -9
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +73 -22
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +35 -14
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +19 -6
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +5 -2
- 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/resolveStaticCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +11 -2
- 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/resolveStaticCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -11
- package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +44 -16
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +39 -16
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +17 -9
- 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 +6 -1
- 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 +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +54 -23
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +15 -7
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +30 -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 +1 -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 +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/README.md +57 -2
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/createCredentialChain.js +25 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTemporaryCredentials.js +8 -3
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/index.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/dist-es/createCredentialChain.js +21 -0
- 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 +44 -0
- 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 +9 -0
- 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 +18 -17
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +126 -20
- 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/s3-express/functions/s3ExpressHttpSigningMiddleware.js +39 -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 +12 -7
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +15 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +8 -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 +8 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- 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/@inquirer/figures/dist/types/index.d.ts +465 -0
- package/node_modules/@inquirer/figures/package.json +2 -3
- 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 +3 -3
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/README.md +35 -2
- package/node_modules/@smithy/core/cbor.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/index.js +4 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +707 -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 +181 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +20 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +82 -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/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 +40 -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 +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +29 -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 +43 -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 +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +29 -0
- package/node_modules/@smithy/core/package.json +40 -13
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +32 -23
- 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/remoteProvider/ImdsCredentials.js +1 -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/ts3.4/remoteProvider/ImdsCredentials.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@smithy/eventstream-codec/package.json +4 -4
- package/node_modules/@smithy/eventstream-serde-browser/package.json +4 -4
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-node/package.json +4 -4
- package/node_modules/@smithy/eventstream-serde-universal/package.json +4 -4
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -5
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +17 -3
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
- package/node_modules/@smithy/fetch-http-handler/package.json +6 -6
- package/node_modules/@smithy/hash-blob-browser/package.json +3 -4
- package/node_modules/@smithy/hash-node/package.json +3 -3
- package/node_modules/@smithy/hash-stream-node/package.json +4 -4
- package/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@smithy/md5-js/package.json +3 -3
- package/node_modules/@smithy/middleware-content-length/package.json +5 -5
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +7 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +7 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +10 -10
- package/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@smithy/middleware-stack/package.json +3 -3
- 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 -2
- 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 +5 -5
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +40 -15
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +21 -6
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +9 -1
- 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/ts3.4/node-http-handler.d.ts +4 -2
- package/node_modules/@smithy/node-http-handler/package.json +6 -6
- 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 +3 -3
- 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 +3 -3
- package/node_modules/@smithy/querystring-builder/package.json +3 -3
- package/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/package.json +3 -3
- 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 +3 -3
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +4 -16
- package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +2 -2
- package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +2 -2
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +3 -3
- package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +2 -2
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +3 -3
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +2 -2
- package/node_modules/@smithy/signature-v4/package.json +6 -6
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -0
- package/node_modules/@smithy/smithy-client/dist-es/command.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/date-utils.js +3 -0
- package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +1 -0
- 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/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/package.json +7 -7
- package/node_modules/@smithy/types/dist-es/abort-handler.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/http/httpHandlerInitialization.d.ts +11 -0
- package/node_modules/@smithy/types/dist-types/http.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +4 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +11 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +3 -3
- package/node_modules/@smithy/types/dist-types/waiter.d.ts +3 -3
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@smithy/util-retry/package.json +4 -4
- 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 +7 -1
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +3 -3
- 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 +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 +3 -0
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +3 -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 +2 -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 +3 -0
- 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 +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 +3 -0
- 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 +12 -0
- package/node_modules/@smithy/util-stream/package.json +14 -8
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +7 -2
- package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +7 -1
- package/node_modules/@smithy/util-waiter/dist-es/waiter.js +1 -1
- package/node_modules/@smithy/util-waiter/package.json +4 -4
- 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.d.ts +2294 -0
- package/node_modules/@types/node/child_process.d.ts +1544 -0
- package/node_modules/@types/node/cluster.d.ts +578 -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 +4524 -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 +476 -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 +412 -0
- package/node_modules/@types/node/globals.global.d.ts +1 -0
- package/node_modules/@types/node/http.d.ts +1908 -0
- package/node_modules/@types/node/http2.d.ts +2418 -0
- package/node_modules/@types/node/https.d.ts +550 -0
- package/node_modules/@types/node/index.d.ts +89 -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 +999 -0
- package/node_modules/@types/node/os.d.ts +495 -0
- package/node_modules/@types/node/package.json +217 -0
- package/node_modules/@types/node/path.d.ts +191 -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 +150 -0
- package/node_modules/@types/node/readline.d.ts +540 -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 +83 -0
- package/node_modules/@types/node/stream/web.d.ts +367 -0
- package/node_modules/@types/node/stream.d.ts +1707 -0
- package/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/node_modules/@types/node/test.d.ts +1865 -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/tty.d.ts +208 -0
- package/node_modules/@types/node/url.d.ts +952 -0
- package/node_modules/@types/node/util.d.ts +2298 -0
- package/node_modules/@types/node/v8.d.ts +808 -0
- package/node_modules/@types/node/vm.d.ts +924 -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/ws/LICENSE +21 -0
- package/node_modules/@types/ws/README.md +15 -0
- package/node_modules/@types/ws/index.d.mts +21 -0
- package/node_modules/@types/ws/index.d.ts +401 -0
- package/node_modules/@types/ws/package.json +71 -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/minimist/LICENSE +18 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/example/parse.js +2 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/index.js +249 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/package.json +45 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/all_bool.js +32 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/bool.js +178 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/dash.js +31 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/default_bool.js +35 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/dotted.js +22 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/kv_short.js +16 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/long.js +31 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/num.js +36 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/parse.js +197 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/parse_modified.js +9 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/proto.js +60 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/short.js +67 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/stop_early.js +15 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/unknown.js +102 -0
- package/node_modules/aws-iot-device-sdk/node_modules/minimist/test/whitespace.js +8 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/README.md +495 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/browser.js +8 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/index.js +10 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/buffer-util.js +129 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/constants.js +10 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/event-target.js +184 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/extension.js +223 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/limiter.js +55 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/permessage-deflate.js +518 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/receiver.js +607 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/sender.js +409 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/stream.js +180 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/validation.js +104 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/websocket-server.js +449 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/websocket.js +1197 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/package.json +56 -0
- package/node_modules/aws-iot-device-sdk/package.json +3 -3
- package/node_modules/braces/LICENSE +1 -1
- package/node_modules/braces/README.md +91 -98
- package/node_modules/braces/index.js +3 -3
- package/node_modules/braces/lib/compile.js +14 -11
- package/node_modules/braces/lib/constants.js +1 -1
- package/node_modules/braces/lib/expand.js +9 -9
- package/node_modules/braces/lib/parse.js +14 -16
- package/node_modules/braces/lib/stringify.js +4 -4
- package/node_modules/braces/lib/utils.js +13 -3
- package/node_modules/braces/package.json +2 -2
- package/node_modules/commander/Readme.md +10 -8
- package/node_modules/commander/esm.mjs +1 -1
- package/node_modules/commander/lib/argument.js +9 -5
- package/node_modules/commander/lib/command.js +406 -196
- package/node_modules/commander/lib/error.js +0 -4
- package/node_modules/commander/lib/help.js +101 -38
- package/node_modules/commander/lib/option.js +11 -8
- package/node_modules/commander/lib/suggestSimilar.js +5 -4
- package/node_modules/commander/package.json +23 -19
- package/node_modules/commander/typings/index.d.ts +110 -40
- package/node_modules/debug/package.json +1 -1
- package/node_modules/debug/src/browser.js +3 -1
- package/node_modules/duplexify/.travis.yml +0 -3
- package/node_modules/duplexify/index.js +5 -9
- package/node_modules/duplexify/node_modules/readable-stream/.travis.yml +34 -0
- package/node_modules/duplexify/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/duplexify/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/node_modules/duplexify/node_modules/readable-stream/LICENSE +47 -0
- package/node_modules/duplexify/node_modules/readable-stream/README.md +58 -0
- package/node_modules/duplexify/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/node_modules/duplexify/node_modules/readable-stream/duplex-browser.js +1 -0
- package/node_modules/duplexify/node_modules/readable-stream/duplex.js +1 -0
- package/node_modules/duplexify/node_modules/readable-stream/lib/_stream_duplex.js +131 -0
- package/node_modules/duplexify/node_modules/readable-stream/lib/_stream_passthrough.js +47 -0
- package/node_modules/duplexify/node_modules/readable-stream/lib/_stream_readable.js +1019 -0
- package/node_modules/duplexify/node_modules/readable-stream/lib/_stream_transform.js +214 -0
- package/node_modules/duplexify/node_modules/readable-stream/lib/_stream_writable.js +685 -0
- package/node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/BufferList.js +78 -0
- package/node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/destroy.js +84 -0
- package/node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
- package/node_modules/duplexify/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
- package/node_modules/duplexify/node_modules/readable-stream/package.json +52 -0
- package/node_modules/duplexify/node_modules/readable-stream/passthrough.js +1 -0
- package/node_modules/duplexify/node_modules/readable-stream/readable-browser.js +7 -0
- package/node_modules/duplexify/node_modules/readable-stream/readable.js +19 -0
- package/node_modules/duplexify/node_modules/readable-stream/transform.js +1 -0
- package/node_modules/duplexify/node_modules/readable-stream/writable-browser.js +1 -0
- package/node_modules/duplexify/node_modules/readable-stream/writable.js +8 -0
- package/node_modules/duplexify/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/duplexify/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/duplexify/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/duplexify/node_modules/safe-buffer/index.js +62 -0
- package/node_modules/duplexify/node_modules/safe-buffer/package.json +37 -0
- package/node_modules/duplexify/node_modules/string_decoder/.travis.yml +50 -0
- package/node_modules/duplexify/node_modules/string_decoder/LICENSE +48 -0
- package/node_modules/duplexify/node_modules/string_decoder/README.md +47 -0
- package/node_modules/duplexify/node_modules/string_decoder/lib/string_decoder.js +296 -0
- package/node_modules/duplexify/node_modules/string_decoder/package.json +31 -0
- package/node_modules/duplexify/package.json +5 -5
- 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/fill-range/index.js +4 -5
- package/node_modules/fill-range/package.json +8 -3
- package/node_modules/inquirer/README.md +28 -3
- package/node_modules/inquirer/lib/objects/choices.js +11 -5
- package/node_modules/inquirer/lib/objects/separator.js +2 -2
- package/node_modules/inquirer/lib/prompts/base.js +11 -17
- package/node_modules/inquirer/lib/prompts/checkbox.js +14 -12
- package/node_modules/inquirer/lib/prompts/confirm.js +2 -2
- package/node_modules/inquirer/lib/prompts/editor.js +4 -4
- package/node_modules/inquirer/lib/prompts/expand.js +6 -6
- package/node_modules/inquirer/lib/prompts/input.js +3 -3
- package/node_modules/inquirer/lib/prompts/list.js +6 -7
- package/node_modules/inquirer/lib/prompts/password.js +5 -5
- package/node_modules/inquirer/lib/prompts/rawlist.js +4 -4
- package/node_modules/inquirer/lib/ui/bottom-bar.js +8 -2
- package/node_modules/inquirer/lib/ui/prompt.js +65 -24
- package/node_modules/inquirer/lib/utils/paginator.js +2 -2
- package/node_modules/inquirer/lib/utils/screen-manager.js +2 -1
- package/node_modules/inquirer/package.json +5 -8
- 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/jsonc-parser/CHANGELOG.md +4 -0
- package/node_modules/jsonc-parser/README.md +18 -16
- package/node_modules/jsonc-parser/lib/esm/impl/parser.js +34 -7
- package/node_modules/jsonc-parser/lib/esm/main.d.ts +4 -2
- package/node_modules/jsonc-parser/lib/umd/impl/parser.js +34 -7
- package/node_modules/jsonc-parser/lib/umd/main.d.ts +4 -2
- package/node_modules/jsonc-parser/package.json +9 -9
- package/node_modules/minimist/.eslintrc +29 -0
- package/node_modules/minimist/.github/FUNDING.yml +12 -0
- package/node_modules/minimist/.nycrc +14 -0
- package/node_modules/minimist/CHANGELOG.md +298 -0
- package/node_modules/minimist/README.md +121 -0
- package/node_modules/minimist/example/parse.js +2 -0
- package/node_modules/minimist/index.js +256 -242
- package/node_modules/minimist/package.json +73 -43
- package/node_modules/minimist/test/all_bool.js +26 -24
- package/node_modules/minimist/test/bool.js +146 -147
- package/node_modules/minimist/test/dash.js +33 -21
- package/node_modules/minimist/test/default_bool.js +26 -24
- package/node_modules/minimist/test/dotted.js +13 -11
- package/node_modules/minimist/test/kv_short.js +26 -10
- package/node_modules/minimist/test/long.js +28 -26
- package/node_modules/minimist/test/num.js +30 -28
- package/node_modules/minimist/test/parse.js +169 -157
- package/node_modules/minimist/test/parse_modified.js +7 -5
- package/node_modules/minimist/test/proto.js +41 -37
- package/node_modules/minimist/test/short.js +57 -55
- package/node_modules/minimist/test/stop_early.js +10 -8
- package/node_modules/minimist/test/unknown.js +83 -81
- package/node_modules/minimist/test/whitespace.js +6 -4
- package/node_modules/tslib/package.json +1 -1
- package/node_modules/tslib/tslib.d.ts +1 -1
- package/node_modules/tslib/tslib.es6.js +7 -3
- package/node_modules/tslib/tslib.es6.mjs +10 -7
- package/node_modules/tslib/tslib.js +7 -4
- 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/node_modules/ws/LICENSE +13 -14
- package/node_modules/ws/README.md +137 -84
- package/node_modules/ws/index.js +3 -0
- package/node_modules/ws/lib/buffer-util.js +32 -30
- package/node_modules/ws/lib/constants.js +10 -2
- package/node_modules/ws/lib/event-target.js +199 -91
- package/node_modules/ws/lib/extension.js +8 -28
- package/node_modules/ws/lib/permessage-deflate.js +15 -19
- package/node_modules/ws/lib/receiver.js +256 -157
- package/node_modules/ws/lib/sender.js +346 -153
- package/node_modules/ws/lib/stream.js +6 -27
- package/node_modules/ws/lib/subprotocol.js +62 -0
- package/node_modules/ws/lib/validation.js +64 -16
- package/node_modules/ws/lib/websocket-server.js +182 -89
- package/node_modules/ws/lib/websocket.js +344 -151
- package/node_modules/ws/package.json +25 -12
- package/node_modules/ws/wrapper.mjs +8 -0
- package/node_modules/yaml/browser/dist/compose/compose-collection.js +15 -3
- package/node_modules/yaml/browser/dist/compose/compose-doc.js +1 -0
- package/node_modules/yaml/browser/dist/compose/compose-node.js +1 -1
- package/node_modules/yaml/browser/dist/compose/compose-scalar.js +1 -1
- package/node_modules/yaml/browser/dist/compose/resolve-block-map.js +3 -1
- package/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +6 -2
- package/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +1 -0
- package/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +2 -0
- package/node_modules/yaml/browser/dist/compose/resolve-props.js +24 -10
- package/node_modules/yaml/browser/dist/nodes/Collection.js +0 -1
- package/node_modules/yaml/browser/dist/parse/cst-scalar.js +1 -1
- package/node_modules/yaml/browser/dist/parse/lexer.js +41 -25
- package/node_modules/yaml/browser/dist/parse/parser.js +11 -12
- package/node_modules/yaml/browser/dist/schema/core/float.js +1 -1
- package/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +1 -1
- package/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +2 -0
- package/node_modules/yaml/browser/dist/stringify/stringifyPair.js +1 -1
- package/node_modules/yaml/dist/cli.d.ts +1 -2
- package/node_modules/yaml/dist/cli.mjs +8 -4
- package/node_modules/yaml/dist/compose/compose-collection.d.ts +7 -1
- package/node_modules/yaml/dist/compose/compose-collection.js +15 -3
- package/node_modules/yaml/dist/compose/compose-doc.js +1 -0
- package/node_modules/yaml/dist/compose/compose-node.d.ts +1 -0
- package/node_modules/yaml/dist/compose/compose-node.js +1 -1
- package/node_modules/yaml/dist/compose/compose-scalar.js +1 -1
- package/node_modules/yaml/dist/compose/resolve-block-map.d.ts +1 -2
- package/node_modules/yaml/dist/compose/resolve-block-map.js +3 -1
- package/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts +2 -1
- package/node_modules/yaml/dist/compose/resolve-block-scalar.js +6 -2
- package/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +1 -1
- package/node_modules/yaml/dist/compose/resolve-block-seq.js +1 -0
- package/node_modules/yaml/dist/compose/resolve-flow-collection.js +2 -0
- package/node_modules/yaml/dist/compose/resolve-props.d.ts +3 -2
- package/node_modules/yaml/dist/compose/resolve-props.js +24 -10
- package/node_modules/yaml/dist/nodes/Collection.d.ts +0 -1
- package/node_modules/yaml/dist/nodes/Collection.js +0 -1
- package/node_modules/yaml/dist/nodes/identity.d.ts +1 -1
- package/node_modules/yaml/dist/parse/cst-scalar.js +1 -1
- package/node_modules/yaml/dist/parse/cst.d.ts +2 -0
- package/node_modules/yaml/dist/parse/lexer.js +41 -25
- package/node_modules/yaml/dist/parse/parser.js +11 -12
- package/node_modules/yaml/dist/schema/core/float.js +1 -1
- package/node_modules/yaml/dist/schema/yaml-1.1/float.js +1 -1
- package/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +3 -3
- package/node_modules/yaml/dist/stringify/foldFlowLines.js +2 -0
- package/node_modules/yaml/dist/stringify/stringifyPair.js +1 -1
- package/node_modules/yaml/package.json +3 -3
- package/node_modules/yoctocolors-cjs/index.d.ts +94 -0
- package/node_modules/yoctocolors-cjs/index.js +93 -0
- package/node_modules/yoctocolors-cjs/package.json +67 -0
- package/node_modules/yoctocolors-cjs/readme.md +130 -0
- package/package.json +9 -4
- package/public/android-chrome-192x192_dark.png +0 -0
- package/public/android-chrome-192x192_light.png +0 -0
- package/public/android-chrome-512x512_dark.png +0 -0
- package/public/android-chrome-512x512_light.png +0 -0
- package/public/apple-touch-icon_dark.png +0 -0
- package/public/apple-touch-icon_light.png +0 -0
- package/public/architecture.drawio.png +0 -0
- package/public/browserconfig.xml +9 -0
- package/public/favicon-16x16_dark.png +0 -0
- package/public/favicon-16x16_light.png +0 -0
- package/public/favicon-32x32_dark.png +0 -0
- package/public/favicon-32x32_light.png +0 -0
- package/public/favicon_dark.ico +0 -0
- package/public/favicon_light.ico +0 -0
- package/public/favicon_light.png +0 -0
- package/public/favicon_light.svg +52 -0
- package/public/lambda_live_debugger.png +0 -0
- package/public/logo_dark.png +0 -0
- package/public/logo_dark.svg +16 -0
- package/public/logo_landscape_dark.svg +142 -0
- package/public/logo_landscape_light.svg +138 -0
- package/public/logo_light.png +0 -0
- package/public/logo_light.svg +14 -0
- package/public/mstile-150x150_dark.png +0 -0
- package/public/mstile-150x150_light.png +0 -0
- package/public/site.webmanifest +19 -0
- package/we_need_you.webp +0 -0
- package/_config.yml +0 -22
- package/_layouts/default.html +0 -37
- package/android-chrome-192x192.png +0 -0
- package/android-chrome-512x512.png +0 -0
- package/apple-touch-icon.png +0 -0
- package/architecture.drawio.png +0 -0
- package/favicon-16x16.png +0 -0
- package/favicon-32x32.png +0 -0
- package/favicon.ico +0 -0
- package/logo.png +0 -0
- package/logo_landscape.jpg +0 -0
- 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/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-node/dist-cjs/defaultProvider.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js +0 -1
- 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/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-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-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 -269
- 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 -115
- package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +0 -81
- 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/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/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-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/@ljharb/through/.eslintrc +0 -24
- package/node_modules/@ljharb/through/.github/FUNDING.yml +0 -12
- package/node_modules/@ljharb/through/.nycrc +0 -13
- package/node_modules/@ljharb/through/CHANGELOG.md +0 -274
- package/node_modules/@ljharb/through/LICENSE +0 -24
- package/node_modules/@ljharb/through/README.md +0 -81
- package/node_modules/@ljharb/through/index.js +0 -118
- package/node_modules/@ljharb/through/package.json +0 -77
- package/node_modules/@ljharb/through/test/async.js +0 -29
- package/node_modules/@ljharb/through/test/auto-destroy.js +0 -32
- package/node_modules/@ljharb/through/test/buffering.js +0 -99
- package/node_modules/@ljharb/through/test/end.js +0 -79
- package/node_modules/@ljharb/through/test/index.js +0 -137
- package/node_modules/@ljharb/through/through.d.ts +0 -27
- package/node_modules/@ljharb/through/tsconfig.json +0 -11
- 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/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/braces/CHANGELOG.md +0 -184
- package/node_modules/call-bind/.eslintignore +0 -1
- package/node_modules/call-bind/.eslintrc +0 -16
- package/node_modules/call-bind/.github/FUNDING.yml +0 -12
- package/node_modules/call-bind/.nycrc +0 -9
- package/node_modules/call-bind/CHANGELOG.md +0 -93
- package/node_modules/call-bind/LICENSE +0 -21
- package/node_modules/call-bind/README.md +0 -64
- package/node_modules/call-bind/callBound.js +0 -15
- package/node_modules/call-bind/index.js +0 -35
- package/node_modules/call-bind/package.json +0 -95
- package/node_modules/call-bind/test/callBound.js +0 -54
- package/node_modules/call-bind/test/index.js +0 -80
- package/node_modules/define-data-property/.eslintrc +0 -24
- package/node_modules/define-data-property/.github/FUNDING.yml +0 -12
- package/node_modules/define-data-property/.nycrc +0 -13
- package/node_modules/define-data-property/CHANGELOG.md +0 -70
- package/node_modules/define-data-property/LICENSE +0 -21
- package/node_modules/define-data-property/README.md +0 -67
- package/node_modules/define-data-property/index.d.ts +0 -12
- package/node_modules/define-data-property/index.js +0 -56
- package/node_modules/define-data-property/package.json +0 -106
- package/node_modules/define-data-property/test/index.js +0 -392
- package/node_modules/define-data-property/tsconfig.json +0 -59
- package/node_modules/es-define-property/.eslintrc +0 -13
- package/node_modules/es-define-property/.github/FUNDING.yml +0 -12
- package/node_modules/es-define-property/.nycrc +0 -9
- package/node_modules/es-define-property/CHANGELOG.md +0 -15
- package/node_modules/es-define-property/LICENSE +0 -21
- package/node_modules/es-define-property/README.md +0 -49
- package/node_modules/es-define-property/index.d.ts +0 -3
- package/node_modules/es-define-property/index.js +0 -16
- package/node_modules/es-define-property/package.json +0 -81
- package/node_modules/es-define-property/test/index.js +0 -55
- package/node_modules/es-define-property/tsconfig.json +0 -50
- package/node_modules/es-errors/.eslintrc +0 -5
- package/node_modules/es-errors/.github/FUNDING.yml +0 -12
- package/node_modules/es-errors/CHANGELOG.md +0 -40
- package/node_modules/es-errors/LICENSE +0 -21
- package/node_modules/es-errors/README.md +0 -55
- package/node_modules/es-errors/eval.d.ts +0 -3
- package/node_modules/es-errors/eval.js +0 -4
- package/node_modules/es-errors/index.d.ts +0 -3
- package/node_modules/es-errors/index.js +0 -4
- package/node_modules/es-errors/package.json +0 -80
- package/node_modules/es-errors/range.d.ts +0 -3
- package/node_modules/es-errors/range.js +0 -4
- package/node_modules/es-errors/ref.d.ts +0 -3
- package/node_modules/es-errors/ref.js +0 -4
- package/node_modules/es-errors/syntax.d.ts +0 -3
- package/node_modules/es-errors/syntax.js +0 -4
- package/node_modules/es-errors/test/index.js +0 -19
- package/node_modules/es-errors/tsconfig.json +0 -49
- package/node_modules/es-errors/type.d.ts +0 -3
- package/node_modules/es-errors/type.js +0 -4
- package/node_modules/es-errors/uri.d.ts +0 -3
- package/node_modules/es-errors/uri.js +0 -4
- package/node_modules/function-bind/.eslintrc +0 -21
- package/node_modules/function-bind/.github/FUNDING.yml +0 -12
- package/node_modules/function-bind/.github/SECURITY.md +0 -3
- package/node_modules/function-bind/.nycrc +0 -13
- package/node_modules/function-bind/CHANGELOG.md +0 -136
- package/node_modules/function-bind/LICENSE +0 -20
- package/node_modules/function-bind/README.md +0 -46
- package/node_modules/function-bind/implementation.js +0 -84
- package/node_modules/function-bind/index.js +0 -5
- package/node_modules/function-bind/package.json +0 -87
- package/node_modules/function-bind/test/.eslintrc +0 -9
- package/node_modules/function-bind/test/index.js +0 -252
- package/node_modules/get-intrinsic/.eslintrc +0 -38
- package/node_modules/get-intrinsic/.github/FUNDING.yml +0 -12
- package/node_modules/get-intrinsic/.nycrc +0 -9
- package/node_modules/get-intrinsic/CHANGELOG.md +0 -143
- package/node_modules/get-intrinsic/LICENSE +0 -21
- package/node_modules/get-intrinsic/README.md +0 -71
- package/node_modules/get-intrinsic/index.js +0 -359
- package/node_modules/get-intrinsic/package.json +0 -93
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +0 -274
- package/node_modules/gopd/.eslintrc +0 -16
- package/node_modules/gopd/.github/FUNDING.yml +0 -12
- package/node_modules/gopd/CHANGELOG.md +0 -25
- package/node_modules/gopd/LICENSE +0 -21
- package/node_modules/gopd/README.md +0 -40
- package/node_modules/gopd/index.js +0 -16
- package/node_modules/gopd/package.json +0 -71
- package/node_modules/gopd/test/index.js +0 -35
- package/node_modules/has-property-descriptors/.eslintrc +0 -13
- package/node_modules/has-property-descriptors/.github/FUNDING.yml +0 -12
- package/node_modules/has-property-descriptors/.nycrc +0 -9
- package/node_modules/has-property-descriptors/CHANGELOG.md +0 -35
- package/node_modules/has-property-descriptors/LICENSE +0 -21
- package/node_modules/has-property-descriptors/README.md +0 -43
- package/node_modules/has-property-descriptors/index.js +0 -22
- package/node_modules/has-property-descriptors/package.json +0 -77
- package/node_modules/has-property-descriptors/test/index.js +0 -57
- package/node_modules/has-proto/.eslintrc +0 -5
- package/node_modules/has-proto/.github/FUNDING.yml +0 -12
- package/node_modules/has-proto/CHANGELOG.md +0 -38
- package/node_modules/has-proto/LICENSE +0 -21
- package/node_modules/has-proto/README.md +0 -38
- package/node_modules/has-proto/index.d.ts +0 -3
- package/node_modules/has-proto/index.js +0 -15
- package/node_modules/has-proto/package.json +0 -78
- package/node_modules/has-proto/test/index.js +0 -19
- package/node_modules/has-proto/tsconfig.json +0 -49
- package/node_modules/has-symbols/.eslintrc +0 -11
- package/node_modules/has-symbols/.github/FUNDING.yml +0 -12
- package/node_modules/has-symbols/.nycrc +0 -9
- package/node_modules/has-symbols/CHANGELOG.md +0 -75
- package/node_modules/has-symbols/LICENSE +0 -21
- package/node_modules/has-symbols/README.md +0 -46
- package/node_modules/has-symbols/index.js +0 -13
- package/node_modules/has-symbols/package.json +0 -101
- package/node_modules/has-symbols/shams.js +0 -42
- package/node_modules/has-symbols/test/index.js +0 -22
- package/node_modules/has-symbols/test/shams/core-js.js +0 -28
- package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +0 -28
- package/node_modules/has-symbols/test/tests.js +0 -56
- package/node_modules/hasown/.eslintrc +0 -5
- package/node_modules/hasown/.github/FUNDING.yml +0 -12
- package/node_modules/hasown/.nycrc +0 -13
- package/node_modules/hasown/CHANGELOG.md +0 -40
- package/node_modules/hasown/LICENSE +0 -21
- package/node_modules/hasown/README.md +0 -40
- package/node_modules/hasown/index.d.ts +0 -3
- package/node_modules/hasown/index.js +0 -8
- package/node_modules/hasown/package.json +0 -92
- package/node_modules/hasown/tsconfig.json +0 -6
- package/node_modules/lodash/LICENSE +0 -47
- package/node_modules/lodash/README.md +0 -39
- package/node_modules/lodash/_DataView.js +0 -7
- package/node_modules/lodash/_Hash.js +0 -32
- package/node_modules/lodash/_LazyWrapper.js +0 -28
- package/node_modules/lodash/_ListCache.js +0 -32
- package/node_modules/lodash/_LodashWrapper.js +0 -22
- package/node_modules/lodash/_Map.js +0 -7
- package/node_modules/lodash/_MapCache.js +0 -32
- package/node_modules/lodash/_Promise.js +0 -7
- package/node_modules/lodash/_Set.js +0 -7
- package/node_modules/lodash/_SetCache.js +0 -27
- package/node_modules/lodash/_Stack.js +0 -27
- package/node_modules/lodash/_Symbol.js +0 -6
- package/node_modules/lodash/_Uint8Array.js +0 -6
- package/node_modules/lodash/_WeakMap.js +0 -7
- package/node_modules/lodash/_apply.js +0 -21
- package/node_modules/lodash/_arrayAggregator.js +0 -22
- package/node_modules/lodash/_arrayEach.js +0 -22
- package/node_modules/lodash/_arrayEachRight.js +0 -21
- package/node_modules/lodash/_arrayEvery.js +0 -23
- package/node_modules/lodash/_arrayFilter.js +0 -25
- package/node_modules/lodash/_arrayIncludes.js +0 -17
- package/node_modules/lodash/_arrayIncludesWith.js +0 -22
- package/node_modules/lodash/_arrayLikeKeys.js +0 -49
- package/node_modules/lodash/_arrayMap.js +0 -21
- package/node_modules/lodash/_arrayPush.js +0 -20
- package/node_modules/lodash/_arrayReduce.js +0 -26
- package/node_modules/lodash/_arrayReduceRight.js +0 -24
- package/node_modules/lodash/_arraySample.js +0 -15
- package/node_modules/lodash/_arraySampleSize.js +0 -17
- package/node_modules/lodash/_arrayShuffle.js +0 -15
- package/node_modules/lodash/_arraySome.js +0 -23
- package/node_modules/lodash/_asciiSize.js +0 -12
- package/node_modules/lodash/_asciiToArray.js +0 -12
- package/node_modules/lodash/_asciiWords.js +0 -15
- package/node_modules/lodash/_assignMergeValue.js +0 -20
- package/node_modules/lodash/_assignValue.js +0 -28
- package/node_modules/lodash/_assocIndexOf.js +0 -21
- package/node_modules/lodash/_baseAggregator.js +0 -21
- package/node_modules/lodash/_baseAssign.js +0 -17
- package/node_modules/lodash/_baseAssignIn.js +0 -17
- package/node_modules/lodash/_baseAssignValue.js +0 -25
- package/node_modules/lodash/_baseAt.js +0 -23
- package/node_modules/lodash/_baseClamp.js +0 -22
- package/node_modules/lodash/_baseClone.js +0 -166
- package/node_modules/lodash/_baseConforms.js +0 -18
- package/node_modules/lodash/_baseConformsTo.js +0 -27
- package/node_modules/lodash/_baseCreate.js +0 -30
- package/node_modules/lodash/_baseDelay.js +0 -21
- package/node_modules/lodash/_baseDifference.js +0 -67
- package/node_modules/lodash/_baseEach.js +0 -14
- package/node_modules/lodash/_baseEachRight.js +0 -14
- package/node_modules/lodash/_baseEvery.js +0 -21
- package/node_modules/lodash/_baseExtremum.js +0 -32
- package/node_modules/lodash/_baseFill.js +0 -32
- package/node_modules/lodash/_baseFilter.js +0 -21
- package/node_modules/lodash/_baseFindIndex.js +0 -24
- package/node_modules/lodash/_baseFindKey.js +0 -23
- package/node_modules/lodash/_baseFlatten.js +0 -38
- package/node_modules/lodash/_baseFor.js +0 -16
- package/node_modules/lodash/_baseForOwn.js +0 -16
- package/node_modules/lodash/_baseForOwnRight.js +0 -16
- package/node_modules/lodash/_baseForRight.js +0 -15
- package/node_modules/lodash/_baseFunctions.js +0 -19
- package/node_modules/lodash/_baseGet.js +0 -24
- package/node_modules/lodash/_baseGetAllKeys.js +0 -20
- package/node_modules/lodash/_baseGetTag.js +0 -28
- package/node_modules/lodash/_baseGt.js +0 -14
- package/node_modules/lodash/_baseHas.js +0 -19
- package/node_modules/lodash/_baseHasIn.js +0 -13
- package/node_modules/lodash/_baseInRange.js +0 -18
- package/node_modules/lodash/_baseIndexOf.js +0 -20
- package/node_modules/lodash/_baseIndexOfWith.js +0 -23
- package/node_modules/lodash/_baseIntersection.js +0 -74
- package/node_modules/lodash/_baseInverter.js +0 -21
- package/node_modules/lodash/_baseInvoke.js +0 -24
- package/node_modules/lodash/_baseIsArguments.js +0 -18
- package/node_modules/lodash/_baseIsArrayBuffer.js +0 -17
- package/node_modules/lodash/_baseIsDate.js +0 -18
- package/node_modules/lodash/_baseIsEqual.js +0 -28
- package/node_modules/lodash/_baseIsEqualDeep.js +0 -83
- package/node_modules/lodash/_baseIsMap.js +0 -18
- package/node_modules/lodash/_baseIsMatch.js +0 -62
- package/node_modules/lodash/_baseIsNaN.js +0 -12
- package/node_modules/lodash/_baseIsNative.js +0 -47
- package/node_modules/lodash/_baseIsRegExp.js +0 -18
- package/node_modules/lodash/_baseIsSet.js +0 -18
- package/node_modules/lodash/_baseIsTypedArray.js +0 -60
- package/node_modules/lodash/_baseIteratee.js +0 -31
- package/node_modules/lodash/_baseKeys.js +0 -30
- package/node_modules/lodash/_baseKeysIn.js +0 -33
- package/node_modules/lodash/_baseLodash.js +0 -10
- package/node_modules/lodash/_baseLt.js +0 -14
- package/node_modules/lodash/_baseMap.js +0 -22
- package/node_modules/lodash/_baseMatches.js +0 -22
- package/node_modules/lodash/_baseMatchesProperty.js +0 -33
- package/node_modules/lodash/_baseMean.js +0 -20
- package/node_modules/lodash/_baseMerge.js +0 -42
- package/node_modules/lodash/_baseMergeDeep.js +0 -94
- package/node_modules/lodash/_baseNth.js +0 -20
- package/node_modules/lodash/_baseOrderBy.js +0 -49
- package/node_modules/lodash/_basePick.js +0 -19
- package/node_modules/lodash/_basePickBy.js +0 -30
- package/node_modules/lodash/_baseProperty.js +0 -14
- package/node_modules/lodash/_basePropertyDeep.js +0 -16
- package/node_modules/lodash/_basePropertyOf.js +0 -14
- package/node_modules/lodash/_basePullAll.js +0 -51
- package/node_modules/lodash/_basePullAt.js +0 -37
- package/node_modules/lodash/_baseRandom.js +0 -18
- package/node_modules/lodash/_baseRange.js +0 -28
- package/node_modules/lodash/_baseReduce.js +0 -23
- package/node_modules/lodash/_baseRepeat.js +0 -35
- package/node_modules/lodash/_baseRest.js +0 -17
- package/node_modules/lodash/_baseSample.js +0 -15
- package/node_modules/lodash/_baseSampleSize.js +0 -18
- package/node_modules/lodash/_baseSet.js +0 -51
- package/node_modules/lodash/_baseSetData.js +0 -17
- package/node_modules/lodash/_baseSetToString.js +0 -22
- package/node_modules/lodash/_baseShuffle.js +0 -15
- package/node_modules/lodash/_baseSlice.js +0 -31
- package/node_modules/lodash/_baseSome.js +0 -22
- package/node_modules/lodash/_baseSortBy.js +0 -21
- package/node_modules/lodash/_baseSortedIndex.js +0 -42
- package/node_modules/lodash/_baseSortedIndexBy.js +0 -67
- package/node_modules/lodash/_baseSortedUniq.js +0 -30
- package/node_modules/lodash/_baseSum.js +0 -24
- package/node_modules/lodash/_baseTimes.js +0 -20
- package/node_modules/lodash/_baseToNumber.js +0 -24
- package/node_modules/lodash/_baseToPairs.js +0 -18
- package/node_modules/lodash/_baseToString.js +0 -37
- package/node_modules/lodash/_baseTrim.js +0 -19
- package/node_modules/lodash/_baseUnary.js +0 -14
- package/node_modules/lodash/_baseUniq.js +0 -72
- package/node_modules/lodash/_baseUnset.js +0 -20
- package/node_modules/lodash/_baseUpdate.js +0 -18
- package/node_modules/lodash/_baseValues.js +0 -19
- package/node_modules/lodash/_baseWhile.js +0 -26
- package/node_modules/lodash/_baseWrapperValue.js +0 -25
- package/node_modules/lodash/_baseXor.js +0 -36
- package/node_modules/lodash/_baseZipObject.js +0 -23
- package/node_modules/lodash/_cacheHas.js +0 -13
- package/node_modules/lodash/_castArrayLikeObject.js +0 -14
- package/node_modules/lodash/_castFunction.js +0 -14
- package/node_modules/lodash/_castPath.js +0 -21
- package/node_modules/lodash/_castRest.js +0 -14
- package/node_modules/lodash/_castSlice.js +0 -18
- package/node_modules/lodash/_charsEndIndex.js +0 -19
- package/node_modules/lodash/_charsStartIndex.js +0 -20
- package/node_modules/lodash/_cloneArrayBuffer.js +0 -16
- package/node_modules/lodash/_cloneBuffer.js +0 -35
- package/node_modules/lodash/_cloneDataView.js +0 -16
- package/node_modules/lodash/_cloneRegExp.js +0 -17
- package/node_modules/lodash/_cloneSymbol.js +0 -18
- package/node_modules/lodash/_cloneTypedArray.js +0 -16
- package/node_modules/lodash/_compareAscending.js +0 -41
- package/node_modules/lodash/_compareMultiple.js +0 -44
- package/node_modules/lodash/_composeArgs.js +0 -39
- package/node_modules/lodash/_composeArgsRight.js +0 -41
- package/node_modules/lodash/_copyArray.js +0 -20
- package/node_modules/lodash/_copyObject.js +0 -40
- package/node_modules/lodash/_copySymbols.js +0 -16
- package/node_modules/lodash/_copySymbolsIn.js +0 -16
- package/node_modules/lodash/_coreJsData.js +0 -6
- package/node_modules/lodash/_countHolders.js +0 -21
- package/node_modules/lodash/_createAggregator.js +0 -23
- package/node_modules/lodash/_createAssigner.js +0 -37
- package/node_modules/lodash/_createBaseEach.js +0 -32
- package/node_modules/lodash/_createBaseFor.js +0 -25
- package/node_modules/lodash/_createBind.js +0 -28
- package/node_modules/lodash/_createCaseFirst.js +0 -33
- package/node_modules/lodash/_createCompounder.js +0 -24
- package/node_modules/lodash/_createCtor.js +0 -37
- package/node_modules/lodash/_createCurry.js +0 -46
- package/node_modules/lodash/_createFind.js +0 -25
- package/node_modules/lodash/_createFlow.js +0 -78
- package/node_modules/lodash/_createHybrid.js +0 -92
- package/node_modules/lodash/_createInverter.js +0 -17
- package/node_modules/lodash/_createMathOperation.js +0 -38
- package/node_modules/lodash/_createOver.js +0 -27
- package/node_modules/lodash/_createPadding.js +0 -33
- package/node_modules/lodash/_createPartial.js +0 -43
- package/node_modules/lodash/_createRange.js +0 -30
- package/node_modules/lodash/_createRecurry.js +0 -56
- package/node_modules/lodash/_createRelationalOperation.js +0 -20
- package/node_modules/lodash/_createRound.js +0 -35
- package/node_modules/lodash/_createSet.js +0 -19
- package/node_modules/lodash/_createToPairs.js +0 -30
- package/node_modules/lodash/_createWrap.js +0 -106
- package/node_modules/lodash/_customDefaultsAssignIn.js +0 -29
- package/node_modules/lodash/_customDefaultsMerge.js +0 -28
- package/node_modules/lodash/_customOmitClone.js +0 -16
- package/node_modules/lodash/_deburrLetter.js +0 -71
- package/node_modules/lodash/_defineProperty.js +0 -11
- package/node_modules/lodash/_equalArrays.js +0 -84
- package/node_modules/lodash/_equalByTag.js +0 -112
- package/node_modules/lodash/_equalObjects.js +0 -90
- package/node_modules/lodash/_escapeHtmlChar.js +0 -21
- package/node_modules/lodash/_escapeStringChar.js +0 -22
- package/node_modules/lodash/_flatRest.js +0 -16
- package/node_modules/lodash/_freeGlobal.js +0 -4
- package/node_modules/lodash/_getAllKeys.js +0 -16
- package/node_modules/lodash/_getAllKeysIn.js +0 -17
- package/node_modules/lodash/_getData.js +0 -15
- package/node_modules/lodash/_getFuncName.js +0 -31
- package/node_modules/lodash/_getHolder.js +0 -13
- package/node_modules/lodash/_getMapData.js +0 -18
- package/node_modules/lodash/_getMatchData.js +0 -24
- package/node_modules/lodash/_getNative.js +0 -17
- package/node_modules/lodash/_getPrototype.js +0 -6
- package/node_modules/lodash/_getRawTag.js +0 -46
- package/node_modules/lodash/_getSymbols.js +0 -30
- package/node_modules/lodash/_getSymbolsIn.js +0 -25
- package/node_modules/lodash/_getTag.js +0 -58
- package/node_modules/lodash/_getValue.js +0 -13
- package/node_modules/lodash/_getView.js +0 -33
- package/node_modules/lodash/_getWrapDetails.js +0 -17
- package/node_modules/lodash/_hasPath.js +0 -39
- package/node_modules/lodash/_hasUnicode.js +0 -26
- package/node_modules/lodash/_hasUnicodeWord.js +0 -15
- package/node_modules/lodash/_hashClear.js +0 -15
- package/node_modules/lodash/_hashDelete.js +0 -17
- package/node_modules/lodash/_hashGet.js +0 -30
- package/node_modules/lodash/_hashHas.js +0 -23
- package/node_modules/lodash/_hashSet.js +0 -23
- package/node_modules/lodash/_initCloneArray.js +0 -26
- package/node_modules/lodash/_initCloneByTag.js +0 -77
- package/node_modules/lodash/_initCloneObject.js +0 -18
- package/node_modules/lodash/_insertWrapDetails.js +0 -23
- package/node_modules/lodash/_isFlattenable.js +0 -20
- package/node_modules/lodash/_isIndex.js +0 -25
- package/node_modules/lodash/_isIterateeCall.js +0 -30
- package/node_modules/lodash/_isKey.js +0 -29
- package/node_modules/lodash/_isKeyable.js +0 -15
- package/node_modules/lodash/_isLaziable.js +0 -28
- package/node_modules/lodash/_isMaskable.js +0 -14
- package/node_modules/lodash/_isMasked.js +0 -20
- package/node_modules/lodash/_isPrototype.js +0 -18
- package/node_modules/lodash/_isStrictComparable.js +0 -15
- package/node_modules/lodash/_iteratorToArray.js +0 -18
- package/node_modules/lodash/_lazyClone.js +0 -23
- package/node_modules/lodash/_lazyReverse.js +0 -23
- package/node_modules/lodash/_lazyValue.js +0 -69
- package/node_modules/lodash/_listCacheClear.js +0 -13
- package/node_modules/lodash/_listCacheDelete.js +0 -35
- package/node_modules/lodash/_listCacheGet.js +0 -19
- package/node_modules/lodash/_listCacheHas.js +0 -16
- package/node_modules/lodash/_listCacheSet.js +0 -26
- package/node_modules/lodash/_mapCacheClear.js +0 -21
- package/node_modules/lodash/_mapCacheDelete.js +0 -18
- package/node_modules/lodash/_mapCacheGet.js +0 -16
- package/node_modules/lodash/_mapCacheHas.js +0 -16
- package/node_modules/lodash/_mapCacheSet.js +0 -22
- package/node_modules/lodash/_mapToArray.js +0 -18
- package/node_modules/lodash/_matchesStrictComparable.js +0 -20
- package/node_modules/lodash/_memoizeCapped.js +0 -26
- package/node_modules/lodash/_mergeData.js +0 -90
- package/node_modules/lodash/_metaMap.js +0 -6
- package/node_modules/lodash/_nativeCreate.js +0 -6
- package/node_modules/lodash/_nativeKeys.js +0 -6
- package/node_modules/lodash/_nativeKeysIn.js +0 -20
- package/node_modules/lodash/_nodeUtil.js +0 -30
- package/node_modules/lodash/_objectToString.js +0 -22
- package/node_modules/lodash/_overArg.js +0 -15
- package/node_modules/lodash/_overRest.js +0 -36
- package/node_modules/lodash/_parent.js +0 -16
- package/node_modules/lodash/_reEscape.js +0 -4
- package/node_modules/lodash/_reEvaluate.js +0 -4
- package/node_modules/lodash/_reInterpolate.js +0 -4
- package/node_modules/lodash/_realNames.js +0 -4
- package/node_modules/lodash/_reorder.js +0 -29
- package/node_modules/lodash/_replaceHolders.js +0 -29
- package/node_modules/lodash/_root.js +0 -9
- package/node_modules/lodash/_safeGet.js +0 -21
- package/node_modules/lodash/_setCacheAdd.js +0 -19
- package/node_modules/lodash/_setCacheHas.js +0 -14
- package/node_modules/lodash/_setData.js +0 -20
- package/node_modules/lodash/_setToArray.js +0 -18
- package/node_modules/lodash/_setToPairs.js +0 -18
- package/node_modules/lodash/_setToString.js +0 -14
- package/node_modules/lodash/_setWrapToString.js +0 -21
- package/node_modules/lodash/_shortOut.js +0 -37
- package/node_modules/lodash/_shuffleSelf.js +0 -28
- package/node_modules/lodash/_stackClear.js +0 -15
- package/node_modules/lodash/_stackDelete.js +0 -18
- package/node_modules/lodash/_stackGet.js +0 -14
- package/node_modules/lodash/_stackHas.js +0 -14
- package/node_modules/lodash/_stackSet.js +0 -34
- package/node_modules/lodash/_strictIndexOf.js +0 -23
- package/node_modules/lodash/_strictLastIndexOf.js +0 -21
- package/node_modules/lodash/_stringSize.js +0 -18
- package/node_modules/lodash/_stringToArray.js +0 -18
- package/node_modules/lodash/_stringToPath.js +0 -27
- package/node_modules/lodash/_toKey.js +0 -21
- package/node_modules/lodash/_toSource.js +0 -26
- package/node_modules/lodash/_trimmedEndIndex.js +0 -19
- package/node_modules/lodash/_unescapeHtmlChar.js +0 -21
- package/node_modules/lodash/_unicodeSize.js +0 -44
- package/node_modules/lodash/_unicodeToArray.js +0 -40
- package/node_modules/lodash/_unicodeWords.js +0 -69
- package/node_modules/lodash/_updateWrapDetails.js +0 -46
- package/node_modules/lodash/_wrapperClone.js +0 -23
- package/node_modules/lodash/add.js +0 -22
- package/node_modules/lodash/after.js +0 -42
- package/node_modules/lodash/array.js +0 -67
- package/node_modules/lodash/ary.js +0 -29
- package/node_modules/lodash/assign.js +0 -58
- package/node_modules/lodash/assignIn.js +0 -40
- package/node_modules/lodash/assignInWith.js +0 -38
- package/node_modules/lodash/assignWith.js +0 -37
- package/node_modules/lodash/at.js +0 -23
- package/node_modules/lodash/attempt.js +0 -35
- package/node_modules/lodash/before.js +0 -40
- package/node_modules/lodash/bind.js +0 -57
- package/node_modules/lodash/bindAll.js +0 -41
- package/node_modules/lodash/bindKey.js +0 -68
- package/node_modules/lodash/camelCase.js +0 -29
- package/node_modules/lodash/capitalize.js +0 -23
- package/node_modules/lodash/castArray.js +0 -44
- package/node_modules/lodash/ceil.js +0 -26
- package/node_modules/lodash/chain.js +0 -38
- package/node_modules/lodash/chunk.js +0 -50
- package/node_modules/lodash/clamp.js +0 -39
- package/node_modules/lodash/clone.js +0 -36
- package/node_modules/lodash/cloneDeep.js +0 -29
- package/node_modules/lodash/cloneDeepWith.js +0 -40
- package/node_modules/lodash/cloneWith.js +0 -42
- package/node_modules/lodash/collection.js +0 -30
- package/node_modules/lodash/commit.js +0 -33
- package/node_modules/lodash/compact.js +0 -31
- package/node_modules/lodash/concat.js +0 -43
- package/node_modules/lodash/cond.js +0 -60
- package/node_modules/lodash/conforms.js +0 -35
- package/node_modules/lodash/conformsTo.js +0 -32
- package/node_modules/lodash/constant.js +0 -26
- package/node_modules/lodash/core.js +0 -3877
- package/node_modules/lodash/core.min.js +0 -29
- package/node_modules/lodash/countBy.js +0 -40
- package/node_modules/lodash/create.js +0 -43
- package/node_modules/lodash/curry.js +0 -57
- package/node_modules/lodash/curryRight.js +0 -54
- package/node_modules/lodash/date.js +0 -3
- package/node_modules/lodash/debounce.js +0 -191
- package/node_modules/lodash/deburr.js +0 -45
- package/node_modules/lodash/defaultTo.js +0 -25
- package/node_modules/lodash/defaults.js +0 -64
- package/node_modules/lodash/defaultsDeep.js +0 -30
- package/node_modules/lodash/defer.js +0 -26
- package/node_modules/lodash/delay.js +0 -28
- package/node_modules/lodash/difference.js +0 -33
- package/node_modules/lodash/differenceBy.js +0 -44
- package/node_modules/lodash/differenceWith.js +0 -40
- package/node_modules/lodash/divide.js +0 -22
- package/node_modules/lodash/drop.js +0 -38
- package/node_modules/lodash/dropRight.js +0 -39
- package/node_modules/lodash/dropRightWhile.js +0 -45
- package/node_modules/lodash/dropWhile.js +0 -45
- package/node_modules/lodash/each.js +0 -1
- package/node_modules/lodash/eachRight.js +0 -1
- package/node_modules/lodash/endsWith.js +0 -43
- package/node_modules/lodash/entries.js +0 -1
- package/node_modules/lodash/entriesIn.js +0 -1
- package/node_modules/lodash/eq.js +0 -37
- package/node_modules/lodash/escape.js +0 -43
- package/node_modules/lodash/escapeRegExp.js +0 -32
- package/node_modules/lodash/every.js +0 -56
- package/node_modules/lodash/extend.js +0 -1
- package/node_modules/lodash/extendWith.js +0 -1
- package/node_modules/lodash/fill.js +0 -45
- package/node_modules/lodash/filter.js +0 -52
- package/node_modules/lodash/find.js +0 -42
- package/node_modules/lodash/findIndex.js +0 -55
- package/node_modules/lodash/findKey.js +0 -44
- package/node_modules/lodash/findLast.js +0 -25
- package/node_modules/lodash/findLastIndex.js +0 -59
- package/node_modules/lodash/findLastKey.js +0 -44
- package/node_modules/lodash/first.js +0 -1
- package/node_modules/lodash/flake.lock +0 -40
- package/node_modules/lodash/flake.nix +0 -20
- package/node_modules/lodash/flatMap.js +0 -29
- package/node_modules/lodash/flatMapDeep.js +0 -31
- package/node_modules/lodash/flatMapDepth.js +0 -31
- package/node_modules/lodash/flatten.js +0 -22
- package/node_modules/lodash/flattenDeep.js +0 -25
- package/node_modules/lodash/flattenDepth.js +0 -33
- package/node_modules/lodash/flip.js +0 -28
- package/node_modules/lodash/floor.js +0 -26
- package/node_modules/lodash/flow.js +0 -27
- package/node_modules/lodash/flowRight.js +0 -26
- package/node_modules/lodash/forEach.js +0 -41
- package/node_modules/lodash/forEachRight.js +0 -31
- package/node_modules/lodash/forIn.js +0 -39
- package/node_modules/lodash/forInRight.js +0 -37
- package/node_modules/lodash/forOwn.js +0 -36
- package/node_modules/lodash/forOwnRight.js +0 -34
- package/node_modules/lodash/fp/F.js +0 -1
- package/node_modules/lodash/fp/T.js +0 -1
- package/node_modules/lodash/fp/__.js +0 -1
- package/node_modules/lodash/fp/_baseConvert.js +0 -569
- package/node_modules/lodash/fp/_convertBrowser.js +0 -18
- package/node_modules/lodash/fp/_falseOptions.js +0 -7
- package/node_modules/lodash/fp/_mapping.js +0 -358
- package/node_modules/lodash/fp/_util.js +0 -16
- package/node_modules/lodash/fp/add.js +0 -5
- package/node_modules/lodash/fp/after.js +0 -5
- package/node_modules/lodash/fp/all.js +0 -1
- package/node_modules/lodash/fp/allPass.js +0 -1
- package/node_modules/lodash/fp/always.js +0 -1
- package/node_modules/lodash/fp/any.js +0 -1
- package/node_modules/lodash/fp/anyPass.js +0 -1
- package/node_modules/lodash/fp/apply.js +0 -1
- package/node_modules/lodash/fp/array.js +0 -2
- package/node_modules/lodash/fp/ary.js +0 -5
- package/node_modules/lodash/fp/assign.js +0 -5
- package/node_modules/lodash/fp/assignAll.js +0 -5
- package/node_modules/lodash/fp/assignAllWith.js +0 -5
- package/node_modules/lodash/fp/assignIn.js +0 -5
- package/node_modules/lodash/fp/assignInAll.js +0 -5
- package/node_modules/lodash/fp/assignInAllWith.js +0 -5
- package/node_modules/lodash/fp/assignInWith.js +0 -5
- package/node_modules/lodash/fp/assignWith.js +0 -5
- package/node_modules/lodash/fp/assoc.js +0 -1
- package/node_modules/lodash/fp/assocPath.js +0 -1
- package/node_modules/lodash/fp/at.js +0 -5
- package/node_modules/lodash/fp/attempt.js +0 -5
- package/node_modules/lodash/fp/before.js +0 -5
- package/node_modules/lodash/fp/bind.js +0 -5
- package/node_modules/lodash/fp/bindAll.js +0 -5
- package/node_modules/lodash/fp/bindKey.js +0 -5
- package/node_modules/lodash/fp/camelCase.js +0 -5
- package/node_modules/lodash/fp/capitalize.js +0 -5
- package/node_modules/lodash/fp/castArray.js +0 -5
- package/node_modules/lodash/fp/ceil.js +0 -5
- package/node_modules/lodash/fp/chain.js +0 -5
- package/node_modules/lodash/fp/chunk.js +0 -5
- package/node_modules/lodash/fp/clamp.js +0 -5
- package/node_modules/lodash/fp/clone.js +0 -5
- package/node_modules/lodash/fp/cloneDeep.js +0 -5
- package/node_modules/lodash/fp/cloneDeepWith.js +0 -5
- package/node_modules/lodash/fp/cloneWith.js +0 -5
- package/node_modules/lodash/fp/collection.js +0 -2
- package/node_modules/lodash/fp/commit.js +0 -5
- package/node_modules/lodash/fp/compact.js +0 -5
- package/node_modules/lodash/fp/complement.js +0 -1
- package/node_modules/lodash/fp/compose.js +0 -1
- package/node_modules/lodash/fp/concat.js +0 -5
- package/node_modules/lodash/fp/cond.js +0 -5
- package/node_modules/lodash/fp/conforms.js +0 -1
- package/node_modules/lodash/fp/conformsTo.js +0 -5
- package/node_modules/lodash/fp/constant.js +0 -5
- package/node_modules/lodash/fp/contains.js +0 -1
- package/node_modules/lodash/fp/convert.js +0 -18
- package/node_modules/lodash/fp/countBy.js +0 -5
- package/node_modules/lodash/fp/create.js +0 -5
- package/node_modules/lodash/fp/curry.js +0 -5
- package/node_modules/lodash/fp/curryN.js +0 -5
- package/node_modules/lodash/fp/curryRight.js +0 -5
- package/node_modules/lodash/fp/curryRightN.js +0 -5
- package/node_modules/lodash/fp/date.js +0 -2
- package/node_modules/lodash/fp/debounce.js +0 -5
- package/node_modules/lodash/fp/deburr.js +0 -5
- package/node_modules/lodash/fp/defaultTo.js +0 -5
- package/node_modules/lodash/fp/defaults.js +0 -5
- package/node_modules/lodash/fp/defaultsAll.js +0 -5
- package/node_modules/lodash/fp/defaultsDeep.js +0 -5
- package/node_modules/lodash/fp/defaultsDeepAll.js +0 -5
- package/node_modules/lodash/fp/defer.js +0 -5
- package/node_modules/lodash/fp/delay.js +0 -5
- package/node_modules/lodash/fp/difference.js +0 -5
- package/node_modules/lodash/fp/differenceBy.js +0 -5
- package/node_modules/lodash/fp/differenceWith.js +0 -5
- package/node_modules/lodash/fp/dissoc.js +0 -1
- package/node_modules/lodash/fp/dissocPath.js +0 -1
- package/node_modules/lodash/fp/divide.js +0 -5
- package/node_modules/lodash/fp/drop.js +0 -5
- package/node_modules/lodash/fp/dropLast.js +0 -1
- package/node_modules/lodash/fp/dropLastWhile.js +0 -1
- package/node_modules/lodash/fp/dropRight.js +0 -5
- package/node_modules/lodash/fp/dropRightWhile.js +0 -5
- package/node_modules/lodash/fp/dropWhile.js +0 -5
- package/node_modules/lodash/fp/each.js +0 -1
- package/node_modules/lodash/fp/eachRight.js +0 -1
- package/node_modules/lodash/fp/endsWith.js +0 -5
- package/node_modules/lodash/fp/entries.js +0 -1
- package/node_modules/lodash/fp/entriesIn.js +0 -1
- package/node_modules/lodash/fp/eq.js +0 -5
- package/node_modules/lodash/fp/equals.js +0 -1
- package/node_modules/lodash/fp/escape.js +0 -5
- package/node_modules/lodash/fp/escapeRegExp.js +0 -5
- package/node_modules/lodash/fp/every.js +0 -5
- package/node_modules/lodash/fp/extend.js +0 -1
- package/node_modules/lodash/fp/extendAll.js +0 -1
- package/node_modules/lodash/fp/extendAllWith.js +0 -1
- package/node_modules/lodash/fp/extendWith.js +0 -1
- package/node_modules/lodash/fp/fill.js +0 -5
- package/node_modules/lodash/fp/filter.js +0 -5
- package/node_modules/lodash/fp/find.js +0 -5
- package/node_modules/lodash/fp/findFrom.js +0 -5
- package/node_modules/lodash/fp/findIndex.js +0 -5
- package/node_modules/lodash/fp/findIndexFrom.js +0 -5
- package/node_modules/lodash/fp/findKey.js +0 -5
- package/node_modules/lodash/fp/findLast.js +0 -5
- package/node_modules/lodash/fp/findLastFrom.js +0 -5
- package/node_modules/lodash/fp/findLastIndex.js +0 -5
- package/node_modules/lodash/fp/findLastIndexFrom.js +0 -5
- package/node_modules/lodash/fp/findLastKey.js +0 -5
- package/node_modules/lodash/fp/first.js +0 -1
- package/node_modules/lodash/fp/flatMap.js +0 -5
- package/node_modules/lodash/fp/flatMapDeep.js +0 -5
- package/node_modules/lodash/fp/flatMapDepth.js +0 -5
- package/node_modules/lodash/fp/flatten.js +0 -5
- package/node_modules/lodash/fp/flattenDeep.js +0 -5
- package/node_modules/lodash/fp/flattenDepth.js +0 -5
- package/node_modules/lodash/fp/flip.js +0 -5
- package/node_modules/lodash/fp/floor.js +0 -5
- package/node_modules/lodash/fp/flow.js +0 -5
- package/node_modules/lodash/fp/flowRight.js +0 -5
- package/node_modules/lodash/fp/forEach.js +0 -5
- package/node_modules/lodash/fp/forEachRight.js +0 -5
- package/node_modules/lodash/fp/forIn.js +0 -5
- package/node_modules/lodash/fp/forInRight.js +0 -5
- package/node_modules/lodash/fp/forOwn.js +0 -5
- package/node_modules/lodash/fp/forOwnRight.js +0 -5
- package/node_modules/lodash/fp/fromPairs.js +0 -5
- package/node_modules/lodash/fp/function.js +0 -2
- package/node_modules/lodash/fp/functions.js +0 -5
- package/node_modules/lodash/fp/functionsIn.js +0 -5
- package/node_modules/lodash/fp/get.js +0 -5
- package/node_modules/lodash/fp/getOr.js +0 -5
- package/node_modules/lodash/fp/groupBy.js +0 -5
- package/node_modules/lodash/fp/gt.js +0 -5
- package/node_modules/lodash/fp/gte.js +0 -5
- package/node_modules/lodash/fp/has.js +0 -5
- package/node_modules/lodash/fp/hasIn.js +0 -5
- package/node_modules/lodash/fp/head.js +0 -5
- package/node_modules/lodash/fp/identical.js +0 -1
- package/node_modules/lodash/fp/identity.js +0 -5
- package/node_modules/lodash/fp/inRange.js +0 -5
- package/node_modules/lodash/fp/includes.js +0 -5
- package/node_modules/lodash/fp/includesFrom.js +0 -5
- package/node_modules/lodash/fp/indexBy.js +0 -1
- package/node_modules/lodash/fp/indexOf.js +0 -5
- package/node_modules/lodash/fp/indexOfFrom.js +0 -5
- package/node_modules/lodash/fp/init.js +0 -1
- package/node_modules/lodash/fp/initial.js +0 -5
- package/node_modules/lodash/fp/intersection.js +0 -5
- package/node_modules/lodash/fp/intersectionBy.js +0 -5
- package/node_modules/lodash/fp/intersectionWith.js +0 -5
- package/node_modules/lodash/fp/invert.js +0 -5
- package/node_modules/lodash/fp/invertBy.js +0 -5
- package/node_modules/lodash/fp/invertObj.js +0 -1
- package/node_modules/lodash/fp/invoke.js +0 -5
- package/node_modules/lodash/fp/invokeArgs.js +0 -5
- package/node_modules/lodash/fp/invokeArgsMap.js +0 -5
- package/node_modules/lodash/fp/invokeMap.js +0 -5
- package/node_modules/lodash/fp/isArguments.js +0 -5
- package/node_modules/lodash/fp/isArray.js +0 -5
- package/node_modules/lodash/fp/isArrayBuffer.js +0 -5
- package/node_modules/lodash/fp/isArrayLike.js +0 -5
- package/node_modules/lodash/fp/isArrayLikeObject.js +0 -5
- package/node_modules/lodash/fp/isBoolean.js +0 -5
- package/node_modules/lodash/fp/isBuffer.js +0 -5
- package/node_modules/lodash/fp/isDate.js +0 -5
- package/node_modules/lodash/fp/isElement.js +0 -5
- package/node_modules/lodash/fp/isEmpty.js +0 -5
- package/node_modules/lodash/fp/isEqual.js +0 -5
- package/node_modules/lodash/fp/isEqualWith.js +0 -5
- package/node_modules/lodash/fp/isError.js +0 -5
- package/node_modules/lodash/fp/isFinite.js +0 -5
- package/node_modules/lodash/fp/isFunction.js +0 -5
- package/node_modules/lodash/fp/isInteger.js +0 -5
- package/node_modules/lodash/fp/isLength.js +0 -5
- package/node_modules/lodash/fp/isMap.js +0 -5
- package/node_modules/lodash/fp/isMatch.js +0 -5
- package/node_modules/lodash/fp/isMatchWith.js +0 -5
- package/node_modules/lodash/fp/isNaN.js +0 -5
- package/node_modules/lodash/fp/isNative.js +0 -5
- package/node_modules/lodash/fp/isNil.js +0 -5
- package/node_modules/lodash/fp/isNull.js +0 -5
- package/node_modules/lodash/fp/isNumber.js +0 -5
- package/node_modules/lodash/fp/isObject.js +0 -5
- package/node_modules/lodash/fp/isObjectLike.js +0 -5
- package/node_modules/lodash/fp/isPlainObject.js +0 -5
- package/node_modules/lodash/fp/isRegExp.js +0 -5
- package/node_modules/lodash/fp/isSafeInteger.js +0 -5
- package/node_modules/lodash/fp/isSet.js +0 -5
- package/node_modules/lodash/fp/isString.js +0 -5
- package/node_modules/lodash/fp/isSymbol.js +0 -5
- package/node_modules/lodash/fp/isTypedArray.js +0 -5
- package/node_modules/lodash/fp/isUndefined.js +0 -5
- package/node_modules/lodash/fp/isWeakMap.js +0 -5
- package/node_modules/lodash/fp/isWeakSet.js +0 -5
- package/node_modules/lodash/fp/iteratee.js +0 -5
- package/node_modules/lodash/fp/join.js +0 -5
- package/node_modules/lodash/fp/juxt.js +0 -1
- package/node_modules/lodash/fp/kebabCase.js +0 -5
- package/node_modules/lodash/fp/keyBy.js +0 -5
- package/node_modules/lodash/fp/keys.js +0 -5
- package/node_modules/lodash/fp/keysIn.js +0 -5
- package/node_modules/lodash/fp/lang.js +0 -2
- package/node_modules/lodash/fp/last.js +0 -5
- package/node_modules/lodash/fp/lastIndexOf.js +0 -5
- package/node_modules/lodash/fp/lastIndexOfFrom.js +0 -5
- package/node_modules/lodash/fp/lowerCase.js +0 -5
- package/node_modules/lodash/fp/lowerFirst.js +0 -5
- package/node_modules/lodash/fp/lt.js +0 -5
- package/node_modules/lodash/fp/lte.js +0 -5
- package/node_modules/lodash/fp/map.js +0 -5
- package/node_modules/lodash/fp/mapKeys.js +0 -5
- package/node_modules/lodash/fp/mapValues.js +0 -5
- package/node_modules/lodash/fp/matches.js +0 -1
- package/node_modules/lodash/fp/matchesProperty.js +0 -5
- package/node_modules/lodash/fp/math.js +0 -2
- package/node_modules/lodash/fp/max.js +0 -5
- package/node_modules/lodash/fp/maxBy.js +0 -5
- package/node_modules/lodash/fp/mean.js +0 -5
- package/node_modules/lodash/fp/meanBy.js +0 -5
- package/node_modules/lodash/fp/memoize.js +0 -5
- package/node_modules/lodash/fp/merge.js +0 -5
- package/node_modules/lodash/fp/mergeAll.js +0 -5
- package/node_modules/lodash/fp/mergeAllWith.js +0 -5
- package/node_modules/lodash/fp/mergeWith.js +0 -5
- package/node_modules/lodash/fp/method.js +0 -5
- package/node_modules/lodash/fp/methodOf.js +0 -5
- package/node_modules/lodash/fp/min.js +0 -5
- package/node_modules/lodash/fp/minBy.js +0 -5
- package/node_modules/lodash/fp/mixin.js +0 -5
- package/node_modules/lodash/fp/multiply.js +0 -5
- package/node_modules/lodash/fp/nAry.js +0 -1
- package/node_modules/lodash/fp/negate.js +0 -5
- package/node_modules/lodash/fp/next.js +0 -5
- package/node_modules/lodash/fp/noop.js +0 -5
- package/node_modules/lodash/fp/now.js +0 -5
- package/node_modules/lodash/fp/nth.js +0 -5
- package/node_modules/lodash/fp/nthArg.js +0 -5
- package/node_modules/lodash/fp/number.js +0 -2
- package/node_modules/lodash/fp/object.js +0 -2
- package/node_modules/lodash/fp/omit.js +0 -5
- package/node_modules/lodash/fp/omitAll.js +0 -1
- package/node_modules/lodash/fp/omitBy.js +0 -5
- package/node_modules/lodash/fp/once.js +0 -5
- package/node_modules/lodash/fp/orderBy.js +0 -5
- package/node_modules/lodash/fp/over.js +0 -5
- package/node_modules/lodash/fp/overArgs.js +0 -5
- package/node_modules/lodash/fp/overEvery.js +0 -5
- package/node_modules/lodash/fp/overSome.js +0 -5
- package/node_modules/lodash/fp/pad.js +0 -5
- package/node_modules/lodash/fp/padChars.js +0 -5
- package/node_modules/lodash/fp/padCharsEnd.js +0 -5
- package/node_modules/lodash/fp/padCharsStart.js +0 -5
- package/node_modules/lodash/fp/padEnd.js +0 -5
- package/node_modules/lodash/fp/padStart.js +0 -5
- package/node_modules/lodash/fp/parseInt.js +0 -5
- package/node_modules/lodash/fp/partial.js +0 -5
- package/node_modules/lodash/fp/partialRight.js +0 -5
- package/node_modules/lodash/fp/partition.js +0 -5
- package/node_modules/lodash/fp/path.js +0 -1
- package/node_modules/lodash/fp/pathEq.js +0 -1
- package/node_modules/lodash/fp/pathOr.js +0 -1
- package/node_modules/lodash/fp/paths.js +0 -1
- package/node_modules/lodash/fp/pick.js +0 -5
- package/node_modules/lodash/fp/pickAll.js +0 -1
- package/node_modules/lodash/fp/pickBy.js +0 -5
- package/node_modules/lodash/fp/pipe.js +0 -1
- package/node_modules/lodash/fp/placeholder.js +0 -6
- package/node_modules/lodash/fp/plant.js +0 -5
- package/node_modules/lodash/fp/pluck.js +0 -1
- package/node_modules/lodash/fp/prop.js +0 -1
- package/node_modules/lodash/fp/propEq.js +0 -1
- package/node_modules/lodash/fp/propOr.js +0 -1
- package/node_modules/lodash/fp/property.js +0 -1
- package/node_modules/lodash/fp/propertyOf.js +0 -5
- package/node_modules/lodash/fp/props.js +0 -1
- package/node_modules/lodash/fp/pull.js +0 -5
- package/node_modules/lodash/fp/pullAll.js +0 -5
- package/node_modules/lodash/fp/pullAllBy.js +0 -5
- package/node_modules/lodash/fp/pullAllWith.js +0 -5
- package/node_modules/lodash/fp/pullAt.js +0 -5
- package/node_modules/lodash/fp/random.js +0 -5
- package/node_modules/lodash/fp/range.js +0 -5
- package/node_modules/lodash/fp/rangeRight.js +0 -5
- package/node_modules/lodash/fp/rangeStep.js +0 -5
- package/node_modules/lodash/fp/rangeStepRight.js +0 -5
- package/node_modules/lodash/fp/rearg.js +0 -5
- package/node_modules/lodash/fp/reduce.js +0 -5
- package/node_modules/lodash/fp/reduceRight.js +0 -5
- package/node_modules/lodash/fp/reject.js +0 -5
- package/node_modules/lodash/fp/remove.js +0 -5
- package/node_modules/lodash/fp/repeat.js +0 -5
- package/node_modules/lodash/fp/replace.js +0 -5
- package/node_modules/lodash/fp/rest.js +0 -5
- package/node_modules/lodash/fp/restFrom.js +0 -5
- package/node_modules/lodash/fp/result.js +0 -5
- package/node_modules/lodash/fp/reverse.js +0 -5
- package/node_modules/lodash/fp/round.js +0 -5
- package/node_modules/lodash/fp/sample.js +0 -5
- package/node_modules/lodash/fp/sampleSize.js +0 -5
- package/node_modules/lodash/fp/seq.js +0 -2
- package/node_modules/lodash/fp/set.js +0 -5
- package/node_modules/lodash/fp/setWith.js +0 -5
- package/node_modules/lodash/fp/shuffle.js +0 -5
- package/node_modules/lodash/fp/size.js +0 -5
- package/node_modules/lodash/fp/slice.js +0 -5
- package/node_modules/lodash/fp/snakeCase.js +0 -5
- package/node_modules/lodash/fp/some.js +0 -5
- package/node_modules/lodash/fp/sortBy.js +0 -5
- package/node_modules/lodash/fp/sortedIndex.js +0 -5
- package/node_modules/lodash/fp/sortedIndexBy.js +0 -5
- package/node_modules/lodash/fp/sortedIndexOf.js +0 -5
- package/node_modules/lodash/fp/sortedLastIndex.js +0 -5
- package/node_modules/lodash/fp/sortedLastIndexBy.js +0 -5
- package/node_modules/lodash/fp/sortedLastIndexOf.js +0 -5
- package/node_modules/lodash/fp/sortedUniq.js +0 -5
- package/node_modules/lodash/fp/sortedUniqBy.js +0 -5
- package/node_modules/lodash/fp/split.js +0 -5
- package/node_modules/lodash/fp/spread.js +0 -5
- package/node_modules/lodash/fp/spreadFrom.js +0 -5
- package/node_modules/lodash/fp/startCase.js +0 -5
- package/node_modules/lodash/fp/startsWith.js +0 -5
- package/node_modules/lodash/fp/string.js +0 -2
- package/node_modules/lodash/fp/stubArray.js +0 -5
- package/node_modules/lodash/fp/stubFalse.js +0 -5
- package/node_modules/lodash/fp/stubObject.js +0 -5
- package/node_modules/lodash/fp/stubString.js +0 -5
- package/node_modules/lodash/fp/stubTrue.js +0 -5
- package/node_modules/lodash/fp/subtract.js +0 -5
- package/node_modules/lodash/fp/sum.js +0 -5
- package/node_modules/lodash/fp/sumBy.js +0 -5
- package/node_modules/lodash/fp/symmetricDifference.js +0 -1
- package/node_modules/lodash/fp/symmetricDifferenceBy.js +0 -1
- package/node_modules/lodash/fp/symmetricDifferenceWith.js +0 -1
- package/node_modules/lodash/fp/tail.js +0 -5
- package/node_modules/lodash/fp/take.js +0 -5
- package/node_modules/lodash/fp/takeLast.js +0 -1
- package/node_modules/lodash/fp/takeLastWhile.js +0 -1
- package/node_modules/lodash/fp/takeRight.js +0 -5
- package/node_modules/lodash/fp/takeRightWhile.js +0 -5
- package/node_modules/lodash/fp/takeWhile.js +0 -5
- package/node_modules/lodash/fp/tap.js +0 -5
- package/node_modules/lodash/fp/template.js +0 -5
- package/node_modules/lodash/fp/templateSettings.js +0 -5
- package/node_modules/lodash/fp/throttle.js +0 -5
- package/node_modules/lodash/fp/thru.js +0 -5
- package/node_modules/lodash/fp/times.js +0 -5
- package/node_modules/lodash/fp/toArray.js +0 -5
- package/node_modules/lodash/fp/toFinite.js +0 -5
- package/node_modules/lodash/fp/toInteger.js +0 -5
- package/node_modules/lodash/fp/toIterator.js +0 -5
- package/node_modules/lodash/fp/toJSON.js +0 -5
- package/node_modules/lodash/fp/toLength.js +0 -5
- package/node_modules/lodash/fp/toLower.js +0 -5
- package/node_modules/lodash/fp/toNumber.js +0 -5
- package/node_modules/lodash/fp/toPairs.js +0 -5
- package/node_modules/lodash/fp/toPairsIn.js +0 -5
- package/node_modules/lodash/fp/toPath.js +0 -5
- package/node_modules/lodash/fp/toPlainObject.js +0 -5
- package/node_modules/lodash/fp/toSafeInteger.js +0 -5
- package/node_modules/lodash/fp/toString.js +0 -5
- package/node_modules/lodash/fp/toUpper.js +0 -5
- package/node_modules/lodash/fp/transform.js +0 -5
- package/node_modules/lodash/fp/trim.js +0 -5
- package/node_modules/lodash/fp/trimChars.js +0 -5
- package/node_modules/lodash/fp/trimCharsEnd.js +0 -5
- package/node_modules/lodash/fp/trimCharsStart.js +0 -5
- package/node_modules/lodash/fp/trimEnd.js +0 -5
- package/node_modules/lodash/fp/trimStart.js +0 -5
- package/node_modules/lodash/fp/truncate.js +0 -5
- package/node_modules/lodash/fp/unapply.js +0 -1
- package/node_modules/lodash/fp/unary.js +0 -5
- package/node_modules/lodash/fp/unescape.js +0 -5
- package/node_modules/lodash/fp/union.js +0 -5
- package/node_modules/lodash/fp/unionBy.js +0 -5
- package/node_modules/lodash/fp/unionWith.js +0 -5
- package/node_modules/lodash/fp/uniq.js +0 -5
- package/node_modules/lodash/fp/uniqBy.js +0 -5
- package/node_modules/lodash/fp/uniqWith.js +0 -5
- package/node_modules/lodash/fp/uniqueId.js +0 -5
- package/node_modules/lodash/fp/unnest.js +0 -1
- package/node_modules/lodash/fp/unset.js +0 -5
- package/node_modules/lodash/fp/unzip.js +0 -5
- package/node_modules/lodash/fp/unzipWith.js +0 -5
- package/node_modules/lodash/fp/update.js +0 -5
- package/node_modules/lodash/fp/updateWith.js +0 -5
- package/node_modules/lodash/fp/upperCase.js +0 -5
- package/node_modules/lodash/fp/upperFirst.js +0 -5
- package/node_modules/lodash/fp/useWith.js +0 -1
- package/node_modules/lodash/fp/util.js +0 -2
- package/node_modules/lodash/fp/value.js +0 -5
- package/node_modules/lodash/fp/valueOf.js +0 -5
- package/node_modules/lodash/fp/values.js +0 -5
- package/node_modules/lodash/fp/valuesIn.js +0 -5
- package/node_modules/lodash/fp/where.js +0 -1
- package/node_modules/lodash/fp/whereEq.js +0 -1
- package/node_modules/lodash/fp/without.js +0 -5
- package/node_modules/lodash/fp/words.js +0 -5
- package/node_modules/lodash/fp/wrap.js +0 -5
- package/node_modules/lodash/fp/wrapperAt.js +0 -5
- package/node_modules/lodash/fp/wrapperChain.js +0 -5
- package/node_modules/lodash/fp/wrapperLodash.js +0 -5
- package/node_modules/lodash/fp/wrapperReverse.js +0 -5
- package/node_modules/lodash/fp/wrapperValue.js +0 -5
- package/node_modules/lodash/fp/xor.js +0 -5
- package/node_modules/lodash/fp/xorBy.js +0 -5
- package/node_modules/lodash/fp/xorWith.js +0 -5
- package/node_modules/lodash/fp/zip.js +0 -5
- package/node_modules/lodash/fp/zipAll.js +0 -5
- package/node_modules/lodash/fp/zipObj.js +0 -1
- package/node_modules/lodash/fp/zipObject.js +0 -5
- package/node_modules/lodash/fp/zipObjectDeep.js +0 -5
- package/node_modules/lodash/fp/zipWith.js +0 -5
- package/node_modules/lodash/fp.js +0 -2
- package/node_modules/lodash/fromPairs.js +0 -28
- package/node_modules/lodash/function.js +0 -25
- package/node_modules/lodash/functions.js +0 -31
- package/node_modules/lodash/functionsIn.js +0 -31
- package/node_modules/lodash/get.js +0 -33
- package/node_modules/lodash/groupBy.js +0 -41
- package/node_modules/lodash/gt.js +0 -29
- package/node_modules/lodash/gte.js +0 -30
- package/node_modules/lodash/has.js +0 -35
- package/node_modules/lodash/hasIn.js +0 -34
- package/node_modules/lodash/head.js +0 -23
- package/node_modules/lodash/identity.js +0 -21
- package/node_modules/lodash/inRange.js +0 -55
- package/node_modules/lodash/includes.js +0 -53
- package/node_modules/lodash/index.js +0 -1
- package/node_modules/lodash/indexOf.js +0 -42
- package/node_modules/lodash/initial.js +0 -22
- package/node_modules/lodash/intersection.js +0 -30
- package/node_modules/lodash/intersectionBy.js +0 -45
- package/node_modules/lodash/intersectionWith.js +0 -41
- package/node_modules/lodash/invert.js +0 -42
- package/node_modules/lodash/invertBy.js +0 -56
- package/node_modules/lodash/invoke.js +0 -24
- package/node_modules/lodash/invokeMap.js +0 -41
- package/node_modules/lodash/isArguments.js +0 -36
- package/node_modules/lodash/isArray.js +0 -26
- package/node_modules/lodash/isArrayBuffer.js +0 -27
- package/node_modules/lodash/isArrayLike.js +0 -33
- package/node_modules/lodash/isArrayLikeObject.js +0 -33
- package/node_modules/lodash/isBoolean.js +0 -29
- package/node_modules/lodash/isBuffer.js +0 -38
- package/node_modules/lodash/isDate.js +0 -27
- package/node_modules/lodash/isElement.js +0 -25
- package/node_modules/lodash/isEmpty.js +0 -77
- package/node_modules/lodash/isEqual.js +0 -35
- package/node_modules/lodash/isEqualWith.js +0 -41
- package/node_modules/lodash/isError.js +0 -36
- package/node_modules/lodash/isFinite.js +0 -36
- package/node_modules/lodash/isFunction.js +0 -37
- package/node_modules/lodash/isInteger.js +0 -33
- package/node_modules/lodash/isLength.js +0 -35
- package/node_modules/lodash/isMap.js +0 -27
- package/node_modules/lodash/isMatch.js +0 -36
- package/node_modules/lodash/isMatchWith.js +0 -41
- package/node_modules/lodash/isNaN.js +0 -38
- package/node_modules/lodash/isNative.js +0 -40
- package/node_modules/lodash/isNil.js +0 -25
- package/node_modules/lodash/isNull.js +0 -22
- package/node_modules/lodash/isNumber.js +0 -38
- package/node_modules/lodash/isObject.js +0 -31
- package/node_modules/lodash/isObjectLike.js +0 -29
- package/node_modules/lodash/isPlainObject.js +0 -62
- package/node_modules/lodash/isRegExp.js +0 -27
- package/node_modules/lodash/isSafeInteger.js +0 -37
- package/node_modules/lodash/isSet.js +0 -27
- package/node_modules/lodash/isString.js +0 -30
- package/node_modules/lodash/isSymbol.js +0 -29
- package/node_modules/lodash/isTypedArray.js +0 -27
- package/node_modules/lodash/isUndefined.js +0 -22
- package/node_modules/lodash/isWeakMap.js +0 -28
- package/node_modules/lodash/isWeakSet.js +0 -28
- package/node_modules/lodash/iteratee.js +0 -53
- package/node_modules/lodash/join.js +0 -26
- package/node_modules/lodash/kebabCase.js +0 -28
- package/node_modules/lodash/keyBy.js +0 -36
- package/node_modules/lodash/keys.js +0 -37
- package/node_modules/lodash/keysIn.js +0 -32
- package/node_modules/lodash/lang.js +0 -58
- package/node_modules/lodash/last.js +0 -20
- package/node_modules/lodash/lastIndexOf.js +0 -46
- package/node_modules/lodash/lodash.js +0 -17209
- package/node_modules/lodash/lodash.min.js +0 -140
- package/node_modules/lodash/lowerCase.js +0 -27
- package/node_modules/lodash/lowerFirst.js +0 -22
- package/node_modules/lodash/lt.js +0 -29
- package/node_modules/lodash/lte.js +0 -30
- package/node_modules/lodash/map.js +0 -53
- package/node_modules/lodash/mapKeys.js +0 -36
- package/node_modules/lodash/mapValues.js +0 -43
- package/node_modules/lodash/matches.js +0 -46
- package/node_modules/lodash/matchesProperty.js +0 -44
- package/node_modules/lodash/math.js +0 -17
- package/node_modules/lodash/max.js +0 -29
- package/node_modules/lodash/maxBy.js +0 -34
- package/node_modules/lodash/mean.js +0 -22
- package/node_modules/lodash/meanBy.js +0 -31
- package/node_modules/lodash/memoize.js +0 -73
- package/node_modules/lodash/merge.js +0 -39
- package/node_modules/lodash/mergeWith.js +0 -39
- package/node_modules/lodash/method.js +0 -34
- package/node_modules/lodash/methodOf.js +0 -33
- package/node_modules/lodash/min.js +0 -29
- package/node_modules/lodash/minBy.js +0 -34
- package/node_modules/lodash/mixin.js +0 -74
- package/node_modules/lodash/multiply.js +0 -22
- package/node_modules/lodash/negate.js +0 -40
- package/node_modules/lodash/next.js +0 -35
- package/node_modules/lodash/noop.js +0 -17
- package/node_modules/lodash/now.js +0 -23
- package/node_modules/lodash/nth.js +0 -29
- package/node_modules/lodash/nthArg.js +0 -32
- package/node_modules/lodash/number.js +0 -5
- package/node_modules/lodash/object.js +0 -49
- package/node_modules/lodash/omit.js +0 -57
- package/node_modules/lodash/omitBy.js +0 -29
- package/node_modules/lodash/once.js +0 -25
- package/node_modules/lodash/orderBy.js +0 -47
- package/node_modules/lodash/over.js +0 -24
- package/node_modules/lodash/overArgs.js +0 -61
- package/node_modules/lodash/overEvery.js +0 -34
- package/node_modules/lodash/overSome.js +0 -37
- package/node_modules/lodash/package.json +0 -17
- package/node_modules/lodash/pad.js +0 -49
- package/node_modules/lodash/padEnd.js +0 -39
- package/node_modules/lodash/padStart.js +0 -39
- package/node_modules/lodash/parseInt.js +0 -43
- package/node_modules/lodash/partial.js +0 -50
- package/node_modules/lodash/partialRight.js +0 -49
- package/node_modules/lodash/partition.js +0 -43
- package/node_modules/lodash/pick.js +0 -25
- package/node_modules/lodash/pickBy.js +0 -37
- package/node_modules/lodash/plant.js +0 -48
- package/node_modules/lodash/property.js +0 -32
- package/node_modules/lodash/propertyOf.js +0 -30
- package/node_modules/lodash/pull.js +0 -29
- package/node_modules/lodash/pullAll.js +0 -29
- package/node_modules/lodash/pullAllBy.js +0 -33
- package/node_modules/lodash/pullAllWith.js +0 -32
- package/node_modules/lodash/pullAt.js +0 -43
- package/node_modules/lodash/random.js +0 -82
- package/node_modules/lodash/range.js +0 -46
- package/node_modules/lodash/rangeRight.js +0 -41
- package/node_modules/lodash/rearg.js +0 -33
- package/node_modules/lodash/reduce.js +0 -51
- package/node_modules/lodash/reduceRight.js +0 -36
- package/node_modules/lodash/reject.js +0 -46
- package/node_modules/lodash/release.md +0 -48
- package/node_modules/lodash/remove.js +0 -53
- package/node_modules/lodash/repeat.js +0 -37
- package/node_modules/lodash/replace.js +0 -29
- package/node_modules/lodash/rest.js +0 -40
- package/node_modules/lodash/result.js +0 -56
- package/node_modules/lodash/reverse.js +0 -34
- package/node_modules/lodash/round.js +0 -26
- package/node_modules/lodash/sample.js +0 -24
- package/node_modules/lodash/sampleSize.js +0 -37
- package/node_modules/lodash/seq.js +0 -16
- package/node_modules/lodash/set.js +0 -35
- package/node_modules/lodash/setWith.js +0 -32
- package/node_modules/lodash/shuffle.js +0 -25
- package/node_modules/lodash/size.js +0 -46
- package/node_modules/lodash/slice.js +0 -37
- package/node_modules/lodash/snakeCase.js +0 -28
- package/node_modules/lodash/some.js +0 -51
- package/node_modules/lodash/sortBy.js +0 -48
- package/node_modules/lodash/sortedIndex.js +0 -24
- package/node_modules/lodash/sortedIndexBy.js +0 -33
- package/node_modules/lodash/sortedIndexOf.js +0 -31
- package/node_modules/lodash/sortedLastIndex.js +0 -25
- package/node_modules/lodash/sortedLastIndexBy.js +0 -33
- package/node_modules/lodash/sortedLastIndexOf.js +0 -31
- package/node_modules/lodash/sortedUniq.js +0 -24
- package/node_modules/lodash/sortedUniqBy.js +0 -26
- package/node_modules/lodash/split.js +0 -52
- package/node_modules/lodash/spread.js +0 -63
- package/node_modules/lodash/startCase.js +0 -29
- package/node_modules/lodash/startsWith.js +0 -39
- package/node_modules/lodash/string.js +0 -33
- package/node_modules/lodash/stubArray.js +0 -23
- package/node_modules/lodash/stubFalse.js +0 -18
- package/node_modules/lodash/stubObject.js +0 -23
- package/node_modules/lodash/stubString.js +0 -18
- package/node_modules/lodash/stubTrue.js +0 -18
- package/node_modules/lodash/subtract.js +0 -22
- package/node_modules/lodash/sum.js +0 -24
- package/node_modules/lodash/sumBy.js +0 -33
- package/node_modules/lodash/tail.js +0 -22
- package/node_modules/lodash/take.js +0 -37
- package/node_modules/lodash/takeRight.js +0 -39
- package/node_modules/lodash/takeRightWhile.js +0 -45
- package/node_modules/lodash/takeWhile.js +0 -45
- package/node_modules/lodash/tap.js +0 -29
- package/node_modules/lodash/template.js +0 -272
- package/node_modules/lodash/templateSettings.js +0 -67
- package/node_modules/lodash/throttle.js +0 -69
- package/node_modules/lodash/thru.js +0 -28
- package/node_modules/lodash/times.js +0 -51
- package/node_modules/lodash/toArray.js +0 -58
- package/node_modules/lodash/toFinite.js +0 -42
- package/node_modules/lodash/toInteger.js +0 -36
- package/node_modules/lodash/toIterator.js +0 -23
- package/node_modules/lodash/toJSON.js +0 -1
- package/node_modules/lodash/toLength.js +0 -38
- package/node_modules/lodash/toLower.js +0 -28
- package/node_modules/lodash/toNumber.js +0 -64
- package/node_modules/lodash/toPairs.js +0 -30
- package/node_modules/lodash/toPairsIn.js +0 -30
- package/node_modules/lodash/toPath.js +0 -33
- package/node_modules/lodash/toPlainObject.js +0 -32
- package/node_modules/lodash/toSafeInteger.js +0 -37
- package/node_modules/lodash/toString.js +0 -28
- package/node_modules/lodash/toUpper.js +0 -28
- package/node_modules/lodash/transform.js +0 -65
- package/node_modules/lodash/trim.js +0 -47
- package/node_modules/lodash/trimEnd.js +0 -41
- package/node_modules/lodash/trimStart.js +0 -43
- package/node_modules/lodash/truncate.js +0 -111
- package/node_modules/lodash/unary.js +0 -22
- package/node_modules/lodash/unescape.js +0 -34
- package/node_modules/lodash/union.js +0 -26
- package/node_modules/lodash/unionBy.js +0 -39
- package/node_modules/lodash/unionWith.js +0 -34
- package/node_modules/lodash/uniq.js +0 -25
- package/node_modules/lodash/uniqBy.js +0 -31
- package/node_modules/lodash/uniqWith.js +0 -28
- package/node_modules/lodash/uniqueId.js +0 -28
- package/node_modules/lodash/unset.js +0 -34
- package/node_modules/lodash/unzip.js +0 -45
- package/node_modules/lodash/unzipWith.js +0 -39
- package/node_modules/lodash/update.js +0 -35
- package/node_modules/lodash/updateWith.js +0 -33
- package/node_modules/lodash/upperCase.js +0 -27
- package/node_modules/lodash/upperFirst.js +0 -22
- package/node_modules/lodash/util.js +0 -34
- package/node_modules/lodash/value.js +0 -1
- package/node_modules/lodash/valueOf.js +0 -1
- package/node_modules/lodash/values.js +0 -34
- package/node_modules/lodash/valuesIn.js +0 -32
- package/node_modules/lodash/without.js +0 -31
- package/node_modules/lodash/words.js +0 -35
- package/node_modules/lodash/wrap.js +0 -30
- package/node_modules/lodash/wrapperAt.js +0 -48
- package/node_modules/lodash/wrapperChain.js +0 -34
- package/node_modules/lodash/wrapperLodash.js +0 -147
- package/node_modules/lodash/wrapperReverse.js +0 -44
- package/node_modules/lodash/wrapperValue.js +0 -21
- package/node_modules/lodash/xor.js +0 -28
- package/node_modules/lodash/xorBy.js +0 -39
- package/node_modules/lodash/xorWith.js +0 -34
- package/node_modules/lodash/zip.js +0 -22
- package/node_modules/lodash/zipObject.js +0 -24
- package/node_modules/lodash/zipObjectDeep.js +0 -23
- package/node_modules/lodash/zipWith.js +0 -32
- package/node_modules/ora/node_modules/is-unicode-supported/index.d.ts +0 -14
- package/node_modules/ora/node_modules/is-unicode-supported/index.js +0 -13
- package/node_modules/ora/node_modules/is-unicode-supported/package.json +0 -41
- package/node_modules/ora/node_modules/is-unicode-supported/readme.md +0 -35
- package/node_modules/set-function-length/.eslintrc +0 -27
- package/node_modules/set-function-length/.github/FUNDING.yml +0 -12
- package/node_modules/set-function-length/.nycrc +0 -13
- package/node_modules/set-function-length/CHANGELOG.md +0 -70
- package/node_modules/set-function-length/LICENSE +0 -21
- package/node_modules/set-function-length/README.md +0 -56
- package/node_modules/set-function-length/env.d.ts +0 -9
- package/node_modules/set-function-length/env.js +0 -25
- package/node_modules/set-function-length/index.d.ts +0 -7
- package/node_modules/set-function-length/index.js +0 -42
- package/node_modules/set-function-length/package.json +0 -102
- package/node_modules/set-function-length/tsconfig.json +0 -9
- 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/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/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/middleware-signing → @aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/util-utf8-browser → @aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/CognitoProviderParameters.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/InMemoryStorage.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/IndexedDbStorage.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/Logins.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/Storage.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/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentity.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentityPool.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/loadCognitoIdentity.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/localStorage.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/resolveLogins.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/credential-provider-env/dist-cjs/fromEnv.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js} +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}/node_modules/readable-stream/.travis.yml +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/CONTRIBUTING.md +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/GOVERNANCE.md +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/LICENSE +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/README.md +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/duplex-browser.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/duplex.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/_stream_duplex.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/_stream_passthrough.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/_stream_readable.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/_stream_transform.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/_stream_writable.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/lib/internal/streams/stream.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/package.json +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/passthrough.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/readable-browser.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/readable.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/transform.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/writable-browser.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/readable-stream/writable.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/safe-buffer/LICENSE +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/safe-buffer/README.md +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/safe-buffer/index.d.ts +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/safe-buffer/index.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/safe-buffer/package.json +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/string_decoder/.travis.yml +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/string_decoder/LICENSE +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/string_decoder/README.md +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/string_decoder/lib/string_decoder.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/node_modules/string_decoder/package.json +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-ini/dist-cjs/resolveProfileData.js → @smithy/node-config-provider/dist-cjs/getSelectorName.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js → @smithy/types/dist-cjs/abort-handler.js} +0 -0
- /package/node_modules/{inquirer/node_modules/ansi-escapes → ansi-escapes}/index.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/ansi-escapes → ansi-escapes}/index.js +0 -0
- /package/node_modules/{inquirer/node_modules/ansi-escapes → ansi-escapes}/license +0 -0
- /package/node_modules/{inquirer/node_modules/ansi-escapes → ansi-escapes}/package.json +0 -0
- /package/node_modules/{inquirer/node_modules/ansi-escapes → ansi-escapes}/readme.md +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/{minimist → aws-iot-device-sdk/node_modules/minimist}/.travis.yml +0 -0
- /package/node_modules/{minimist → aws-iot-device-sdk/node_modules/minimist}/readme.markdown +0 -0
- /package/node_modules/{websocket-stream → aws-iot-device-sdk}/node_modules/ws/LICENSE +0 -0
- /package/node_modules/{clone → defaults/node_modules/clone}/.npmignore +0 -0
- /package/node_modules/{clone → defaults/node_modules/clone}/LICENSE +0 -0
- /package/node_modules/{clone → defaults/node_modules/clone}/README.md +0 -0
- /package/node_modules/{clone → defaults/node_modules/clone}/clone.iml +0 -0
- /package/node_modules/{clone → defaults/node_modules/clone}/clone.js +0 -0
- /package/node_modules/{clone → defaults/node_modules/clone}/package.json +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/Changelog.md +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/LICENSE +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/README.md +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/dbcs-codec.js +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/dbcs-data.js +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/index.js +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/internal.js +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/sbcs-codec.js +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/sbcs-data-generated.js +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/sbcs-data.js +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/tables/big5-added.json +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/tables/cp936.json +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/tables/cp949.json +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/tables/cp950.json +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/tables/eucjp.json +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/tables/gb18030-ranges.json +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/tables/gbk-added.json +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/tables/shiftjis.json +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/utf16.js +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/encodings/utf7.js +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/lib/bom-handling.js +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/lib/extend-node.js +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/lib/index.d.ts +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/lib/index.js +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/lib/streams.js +0 -0
- /package/node_modules/{iconv-lite → external-editor/node_modules/iconv-lite}/package.json +0 -0
- /package/node_modules/inquirer/lib/{inquirer.js → index.js} +0 -0
- /package/node_modules/{log-symbols/node_modules/is-unicode-supported → is-unicode-supported}/index.d.ts +0 -0
- /package/node_modules/{log-symbols/node_modules/is-unicode-supported → is-unicode-supported}/index.js +0 -0
- /package/node_modules/{log-symbols/node_modules/is-unicode-supported → is-unicode-supported}/license +0 -0
- /package/node_modules/{log-symbols/node_modules/is-unicode-supported → is-unicode-supported}/package.json +0 -0
- /package/node_modules/{log-symbols/node_modules/is-unicode-supported → is-unicode-supported}/readme.md +0 -0
- /package/node_modules/{websocket-stream/node_modules/isarray → isarray}/.npmignore +0 -0
- /package/node_modules/{websocket-stream/node_modules/isarray → isarray}/.travis.yml +0 -0
- /package/node_modules/{websocket-stream/node_modules/isarray → isarray}/Makefile +0 -0
- /package/node_modules/{websocket-stream/node_modules/isarray → isarray}/README.md +0 -0
- /package/node_modules/{websocket-stream/node_modules/isarray → isarray}/component.json +0 -0
- /package/node_modules/{websocket-stream/node_modules/isarray → isarray}/index.js +0 -0
- /package/node_modules/{websocket-stream/node_modules/isarray → isarray}/package.json +0 -0
- /package/node_modules/{websocket-stream/node_modules/isarray → isarray}/test.js +0 -0
- /package/node_modules/{inquirer/node_modules/mute-stream → mute-stream}/LICENSE +0 -0
- /package/node_modules/{inquirer/node_modules/mute-stream → mute-stream}/README.md +0 -0
- /package/node_modules/{inquirer/node_modules/mute-stream → mute-stream}/lib/index.js +0 -0
- /package/node_modules/{inquirer/node_modules/mute-stream → mute-stream}/package.json +0 -0
- /package/node_modules/{mimic-fn → restore-cursor/node_modules/mimic-fn}/index.d.ts +0 -0
- /package/node_modules/{mimic-fn → restore-cursor/node_modules/mimic-fn}/index.js +0 -0
- /package/node_modules/{mimic-fn → restore-cursor/node_modules/mimic-fn}/license +0 -0
- /package/node_modules/{mimic-fn → restore-cursor/node_modules/mimic-fn}/package.json +0 -0
- /package/node_modules/{mimic-fn → restore-cursor/node_modules/mimic-fn}/readme.md +0 -0
- /package/node_modules/{onetime → restore-cursor/node_modules/onetime}/index.d.ts +0 -0
- /package/node_modules/{onetime → restore-cursor/node_modules/onetime}/index.js +0 -0
- /package/node_modules/{onetime → restore-cursor/node_modules/onetime}/license +0 -0
- /package/node_modules/{onetime → restore-cursor/node_modules/onetime}/package.json +0 -0
- /package/node_modules/{onetime → restore-cursor/node_modules/onetime}/readme.md +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/base.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/index.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/license +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/package.json +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/readme.md +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/async-return-type.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/asyncify.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/basic.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/conditional-except.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/conditional-keys.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/conditional-pick.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/entries.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/entry.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/except.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/fixed-length-array.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/iterable-element.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/literal-union.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/merge-exclusive.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/merge.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/mutable.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/opaque.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/package-json.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/partial-deep.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/promisable.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/promise-value.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/readonly-deep.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/require-at-least-one.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/require-exactly-one.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/set-optional.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/set-required.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/set-return-type.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/simplify.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/stringified.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/tsconfig-json.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/typed-array.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/union-to-intersection.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/utilities.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/source/value-of.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/ts41/camel-case.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/ts41/delimiter-case.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/ts41/get.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/ts41/index.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/ts41/kebab-case.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/ts41/pascal-case.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/ts41/snake-case.d.ts +0 -0
- /package/node_modules/{inquirer/node_modules/type-fest → type-fest}/ts41/utilities.d.ts +0 -0
- /package/node_modules/{ora/node_modules/is-unicode-supported → yoctocolors-cjs}/license +0 -0
|
@@ -0,0 +1,2294 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `Buffer` objects are used to represent a fixed-length sequence of bytes. Many
|
|
3
|
+
* Node.js APIs support `Buffer`s.
|
|
4
|
+
*
|
|
5
|
+
* The `Buffer` class is a subclass of JavaScript's [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) class and
|
|
6
|
+
* extends it with methods that cover additional use cases. Node.js APIs accept
|
|
7
|
+
* plain [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) s wherever `Buffer`s are supported as well.
|
|
8
|
+
*
|
|
9
|
+
* While the `Buffer` class is available within the global scope, it is still
|
|
10
|
+
* recommended to explicitly reference it via an import or require statement.
|
|
11
|
+
*
|
|
12
|
+
* ```js
|
|
13
|
+
* import { Buffer } from 'node:buffer';
|
|
14
|
+
*
|
|
15
|
+
* // Creates a zero-filled Buffer of length 10.
|
|
16
|
+
* const buf1 = Buffer.alloc(10);
|
|
17
|
+
*
|
|
18
|
+
* // Creates a Buffer of length 10,
|
|
19
|
+
* // filled with bytes which all have the value `1`.
|
|
20
|
+
* const buf2 = Buffer.alloc(10, 1);
|
|
21
|
+
*
|
|
22
|
+
* // Creates an uninitialized buffer of length 10.
|
|
23
|
+
* // This is faster than calling Buffer.alloc() but the returned
|
|
24
|
+
* // Buffer instance might contain old data that needs to be
|
|
25
|
+
* // overwritten using fill(), write(), or other functions that fill the Buffer's
|
|
26
|
+
* // contents.
|
|
27
|
+
* const buf3 = Buffer.allocUnsafe(10);
|
|
28
|
+
*
|
|
29
|
+
* // Creates a Buffer containing the bytes [1, 2, 3].
|
|
30
|
+
* const buf4 = Buffer.from([1, 2, 3]);
|
|
31
|
+
*
|
|
32
|
+
* // Creates a Buffer containing the bytes [1, 1, 1, 1] – the entries
|
|
33
|
+
* // are all truncated using `(value & 255)` to fit into the range 0–255.
|
|
34
|
+
* const buf5 = Buffer.from([257, 257.5, -255, '1']);
|
|
35
|
+
*
|
|
36
|
+
* // Creates a Buffer containing the UTF-8-encoded bytes for the string 'tést':
|
|
37
|
+
* // [0x74, 0xc3, 0xa9, 0x73, 0x74] (in hexadecimal notation)
|
|
38
|
+
* // [116, 195, 169, 115, 116] (in decimal notation)
|
|
39
|
+
* const buf6 = Buffer.from('tést');
|
|
40
|
+
*
|
|
41
|
+
* // Creates a Buffer containing the Latin-1 bytes [0x74, 0xe9, 0x73, 0x74].
|
|
42
|
+
* const buf7 = Buffer.from('tést', 'latin1');
|
|
43
|
+
* ```
|
|
44
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/buffer.js)
|
|
45
|
+
*/
|
|
46
|
+
declare module "buffer" {
|
|
47
|
+
import { BinaryLike } from "node:crypto";
|
|
48
|
+
import { ReadableStream as WebReadableStream } from "node:stream/web";
|
|
49
|
+
/**
|
|
50
|
+
* This function returns `true` if `input` contains only valid UTF-8-encoded data,
|
|
51
|
+
* including the case in which `input` is empty.
|
|
52
|
+
*
|
|
53
|
+
* Throws if the `input` is a detached array buffer.
|
|
54
|
+
* @since v19.4.0, v18.14.0
|
|
55
|
+
* @param input The input to validate.
|
|
56
|
+
*/
|
|
57
|
+
export function isUtf8(input: Buffer | ArrayBuffer | NodeJS.TypedArray): boolean;
|
|
58
|
+
/**
|
|
59
|
+
* This function returns `true` if `input` contains only valid ASCII-encoded data,
|
|
60
|
+
* including the case in which `input` is empty.
|
|
61
|
+
*
|
|
62
|
+
* Throws if the `input` is a detached array buffer.
|
|
63
|
+
* @since v19.6.0, v18.15.0
|
|
64
|
+
* @param input The input to validate.
|
|
65
|
+
*/
|
|
66
|
+
export function isAscii(input: Buffer | ArrayBuffer | NodeJS.TypedArray): boolean;
|
|
67
|
+
export const INSPECT_MAX_BYTES: number;
|
|
68
|
+
export const kMaxLength: number;
|
|
69
|
+
export const kStringMaxLength: number;
|
|
70
|
+
export const constants: {
|
|
71
|
+
MAX_LENGTH: number;
|
|
72
|
+
MAX_STRING_LENGTH: number;
|
|
73
|
+
};
|
|
74
|
+
export type TranscodeEncoding =
|
|
75
|
+
| "ascii"
|
|
76
|
+
| "utf8"
|
|
77
|
+
| "utf-8"
|
|
78
|
+
| "utf16le"
|
|
79
|
+
| "utf-16le"
|
|
80
|
+
| "ucs2"
|
|
81
|
+
| "ucs-2"
|
|
82
|
+
| "latin1"
|
|
83
|
+
| "binary";
|
|
84
|
+
/**
|
|
85
|
+
* Re-encodes the given `Buffer` or `Uint8Array` instance from one character
|
|
86
|
+
* encoding to another. Returns a new `Buffer` instance.
|
|
87
|
+
*
|
|
88
|
+
* Throws if the `fromEnc` or `toEnc` specify invalid character encodings or if
|
|
89
|
+
* conversion from `fromEnc` to `toEnc` is not permitted.
|
|
90
|
+
*
|
|
91
|
+
* Encodings supported by `buffer.transcode()` are: `'ascii'`, `'utf8'`, `'utf16le'`, `'ucs2'`, `'latin1'`, and `'binary'`.
|
|
92
|
+
*
|
|
93
|
+
* The transcoding process will use substitution characters if a given byte
|
|
94
|
+
* sequence cannot be adequately represented in the target encoding. For instance:
|
|
95
|
+
*
|
|
96
|
+
* ```js
|
|
97
|
+
* import { Buffer, transcode } from 'node:buffer';
|
|
98
|
+
*
|
|
99
|
+
* const newBuf = transcode(Buffer.from('€'), 'utf8', 'ascii');
|
|
100
|
+
* console.log(newBuf.toString('ascii'));
|
|
101
|
+
* // Prints: '?'
|
|
102
|
+
* ```
|
|
103
|
+
*
|
|
104
|
+
* Because the Euro (`€`) sign is not representable in US-ASCII, it is replaced
|
|
105
|
+
* with `?` in the transcoded `Buffer`.
|
|
106
|
+
* @since v7.1.0
|
|
107
|
+
* @param source A `Buffer` or `Uint8Array` instance.
|
|
108
|
+
* @param fromEnc The current encoding.
|
|
109
|
+
* @param toEnc To target encoding.
|
|
110
|
+
*/
|
|
111
|
+
export function transcode(source: Uint8Array, fromEnc: TranscodeEncoding, toEnc: TranscodeEncoding): Buffer;
|
|
112
|
+
export const SlowBuffer: {
|
|
113
|
+
/** @deprecated since v6.0.0, use `Buffer.allocUnsafeSlow()` */
|
|
114
|
+
new(size: number): Buffer;
|
|
115
|
+
prototype: Buffer;
|
|
116
|
+
};
|
|
117
|
+
/**
|
|
118
|
+
* Resolves a `'blob:nodedata:...'` an associated `Blob` object registered using
|
|
119
|
+
* a prior call to `URL.createObjectURL()`.
|
|
120
|
+
* @since v16.7.0
|
|
121
|
+
* @experimental
|
|
122
|
+
* @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`.
|
|
123
|
+
*/
|
|
124
|
+
export function resolveObjectURL(id: string): Blob | undefined;
|
|
125
|
+
export { Buffer };
|
|
126
|
+
/**
|
|
127
|
+
* @experimental
|
|
128
|
+
*/
|
|
129
|
+
export interface BlobOptions {
|
|
130
|
+
/**
|
|
131
|
+
* One of either `'transparent'` or `'native'`. When set to `'native'`, line endings in string source parts
|
|
132
|
+
* will be converted to the platform native line-ending as specified by `require('node:os').EOL`.
|
|
133
|
+
*/
|
|
134
|
+
endings?: "transparent" | "native";
|
|
135
|
+
/**
|
|
136
|
+
* The Blob content-type. The intent is for `type` to convey
|
|
137
|
+
* the MIME media type of the data, however no validation of the type format
|
|
138
|
+
* is performed.
|
|
139
|
+
*/
|
|
140
|
+
type?: string | undefined;
|
|
141
|
+
}
|
|
142
|
+
/**
|
|
143
|
+
* A [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) encapsulates immutable, raw data that can be safely shared across
|
|
144
|
+
* multiple worker threads.
|
|
145
|
+
* @since v15.7.0, v14.18.0
|
|
146
|
+
*/
|
|
147
|
+
export class Blob {
|
|
148
|
+
/**
|
|
149
|
+
* The total size of the `Blob` in bytes.
|
|
150
|
+
* @since v15.7.0, v14.18.0
|
|
151
|
+
*/
|
|
152
|
+
readonly size: number;
|
|
153
|
+
/**
|
|
154
|
+
* The content-type of the `Blob`.
|
|
155
|
+
* @since v15.7.0, v14.18.0
|
|
156
|
+
*/
|
|
157
|
+
readonly type: string;
|
|
158
|
+
/**
|
|
159
|
+
* Creates a new `Blob` object containing a concatenation of the given sources.
|
|
160
|
+
*
|
|
161
|
+
* {ArrayBuffer}, {TypedArray}, {DataView}, and {Buffer} sources are copied into
|
|
162
|
+
* the 'Blob' and can therefore be safely modified after the 'Blob' is created.
|
|
163
|
+
*
|
|
164
|
+
* String sources are also copied into the `Blob`.
|
|
165
|
+
*/
|
|
166
|
+
constructor(sources: Array<ArrayBuffer | BinaryLike | Blob>, options?: BlobOptions);
|
|
167
|
+
/**
|
|
168
|
+
* Returns a promise that fulfills with an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) containing a copy of
|
|
169
|
+
* the `Blob` data.
|
|
170
|
+
* @since v15.7.0, v14.18.0
|
|
171
|
+
*/
|
|
172
|
+
arrayBuffer(): Promise<ArrayBuffer>;
|
|
173
|
+
/**
|
|
174
|
+
* The `blob.bytes()` method returns the byte of the `Blob` object as a `Promise<Uint8Array>`.
|
|
175
|
+
*
|
|
176
|
+
* ```js
|
|
177
|
+
* const blob = new Blob(['hello']);
|
|
178
|
+
* blob.bytes().then((bytes) => {
|
|
179
|
+
* console.log(bytes); // Outputs: Uint8Array(5) [ 104, 101, 108, 108, 111 ]
|
|
180
|
+
* });
|
|
181
|
+
* ```
|
|
182
|
+
* @since v20.16.0
|
|
183
|
+
*/
|
|
184
|
+
bytes(): Promise<Uint8Array>;
|
|
185
|
+
/**
|
|
186
|
+
* Creates and returns a new `Blob` containing a subset of this `Blob` objects
|
|
187
|
+
* data. The original `Blob` is not altered.
|
|
188
|
+
* @since v15.7.0, v14.18.0
|
|
189
|
+
* @param start The starting index.
|
|
190
|
+
* @param end The ending index.
|
|
191
|
+
* @param type The content-type for the new `Blob`
|
|
192
|
+
*/
|
|
193
|
+
slice(start?: number, end?: number, type?: string): Blob;
|
|
194
|
+
/**
|
|
195
|
+
* Returns a promise that fulfills with the contents of the `Blob` decoded as a
|
|
196
|
+
* UTF-8 string.
|
|
197
|
+
* @since v15.7.0, v14.18.0
|
|
198
|
+
*/
|
|
199
|
+
text(): Promise<string>;
|
|
200
|
+
/**
|
|
201
|
+
* Returns a new `ReadableStream` that allows the content of the `Blob` to be read.
|
|
202
|
+
* @since v16.7.0
|
|
203
|
+
*/
|
|
204
|
+
stream(): WebReadableStream;
|
|
205
|
+
}
|
|
206
|
+
export interface FileOptions {
|
|
207
|
+
/**
|
|
208
|
+
* One of either `'transparent'` or `'native'`. When set to `'native'`, line endings in string source parts will be
|
|
209
|
+
* converted to the platform native line-ending as specified by `require('node:os').EOL`.
|
|
210
|
+
*/
|
|
211
|
+
endings?: "native" | "transparent";
|
|
212
|
+
/** The File content-type. */
|
|
213
|
+
type?: string;
|
|
214
|
+
/** The last modified date of the file. `Default`: Date.now(). */
|
|
215
|
+
lastModified?: number;
|
|
216
|
+
}
|
|
217
|
+
/**
|
|
218
|
+
* A [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File) provides information about files.
|
|
219
|
+
* @since v19.2.0, v18.13.0
|
|
220
|
+
*/
|
|
221
|
+
export class File extends Blob {
|
|
222
|
+
constructor(sources: Array<BinaryLike | Blob>, fileName: string, options?: FileOptions);
|
|
223
|
+
/**
|
|
224
|
+
* The name of the `File`.
|
|
225
|
+
* @since v19.2.0, v18.13.0
|
|
226
|
+
*/
|
|
227
|
+
readonly name: string;
|
|
228
|
+
/**
|
|
229
|
+
* The last modified date of the `File`.
|
|
230
|
+
* @since v19.2.0, v18.13.0
|
|
231
|
+
*/
|
|
232
|
+
readonly lastModified: number;
|
|
233
|
+
}
|
|
234
|
+
export import atob = globalThis.atob;
|
|
235
|
+
export import btoa = globalThis.btoa;
|
|
236
|
+
import { Blob as NodeBlob } from "buffer";
|
|
237
|
+
// This conditional type will be the existing global Blob in a browser, or
|
|
238
|
+
// the copy below in a Node environment.
|
|
239
|
+
type __Blob = typeof globalThis extends { onmessage: any; Blob: any } ? {} : NodeBlob;
|
|
240
|
+
global {
|
|
241
|
+
namespace NodeJS {
|
|
242
|
+
export { BufferEncoding };
|
|
243
|
+
}
|
|
244
|
+
// Buffer class
|
|
245
|
+
type BufferEncoding =
|
|
246
|
+
| "ascii"
|
|
247
|
+
| "utf8"
|
|
248
|
+
| "utf-8"
|
|
249
|
+
| "utf16le"
|
|
250
|
+
| "utf-16le"
|
|
251
|
+
| "ucs2"
|
|
252
|
+
| "ucs-2"
|
|
253
|
+
| "base64"
|
|
254
|
+
| "base64url"
|
|
255
|
+
| "latin1"
|
|
256
|
+
| "binary"
|
|
257
|
+
| "hex";
|
|
258
|
+
type WithImplicitCoercion<T> =
|
|
259
|
+
| T
|
|
260
|
+
| {
|
|
261
|
+
valueOf(): T;
|
|
262
|
+
};
|
|
263
|
+
/**
|
|
264
|
+
* Raw data is stored in instances of the Buffer class.
|
|
265
|
+
* A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized.
|
|
266
|
+
* Valid string encodings: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'base64url'|'binary'(deprecated)|'hex'
|
|
267
|
+
*/
|
|
268
|
+
interface BufferConstructor {
|
|
269
|
+
/**
|
|
270
|
+
* Allocates a new buffer containing the given {str}.
|
|
271
|
+
*
|
|
272
|
+
* @param str String to store in buffer.
|
|
273
|
+
* @param encoding encoding to use, optional. Default is 'utf8'
|
|
274
|
+
* @deprecated since v10.0.0 - Use `Buffer.from(string[, encoding])` instead.
|
|
275
|
+
*/
|
|
276
|
+
new(str: string, encoding?: BufferEncoding): Buffer;
|
|
277
|
+
/**
|
|
278
|
+
* Allocates a new buffer of {size} octets.
|
|
279
|
+
*
|
|
280
|
+
* @param size count of octets to allocate.
|
|
281
|
+
* @deprecated since v10.0.0 - Use `Buffer.alloc()` instead (also see `Buffer.allocUnsafe()`).
|
|
282
|
+
*/
|
|
283
|
+
new(size: number): Buffer;
|
|
284
|
+
/**
|
|
285
|
+
* Allocates a new buffer containing the given {array} of octets.
|
|
286
|
+
*
|
|
287
|
+
* @param array The octets to store.
|
|
288
|
+
* @deprecated since v10.0.0 - Use `Buffer.from(array)` instead.
|
|
289
|
+
*/
|
|
290
|
+
new(array: Uint8Array): Buffer;
|
|
291
|
+
/**
|
|
292
|
+
* Produces a Buffer backed by the same allocated memory as
|
|
293
|
+
* the given {ArrayBuffer}/{SharedArrayBuffer}.
|
|
294
|
+
*
|
|
295
|
+
* @param arrayBuffer The ArrayBuffer with which to share memory.
|
|
296
|
+
* @deprecated since v10.0.0 - Use `Buffer.from(arrayBuffer[, byteOffset[, length]])` instead.
|
|
297
|
+
*/
|
|
298
|
+
new(arrayBuffer: ArrayBuffer | SharedArrayBuffer): Buffer;
|
|
299
|
+
/**
|
|
300
|
+
* Allocates a new buffer containing the given {array} of octets.
|
|
301
|
+
*
|
|
302
|
+
* @param array The octets to store.
|
|
303
|
+
* @deprecated since v10.0.0 - Use `Buffer.from(array)` instead.
|
|
304
|
+
*/
|
|
305
|
+
new(array: readonly any[]): Buffer;
|
|
306
|
+
/**
|
|
307
|
+
* Copies the passed {buffer} data onto a new {Buffer} instance.
|
|
308
|
+
*
|
|
309
|
+
* @param buffer The buffer to copy.
|
|
310
|
+
* @deprecated since v10.0.0 - Use `Buffer.from(buffer)` instead.
|
|
311
|
+
*/
|
|
312
|
+
new(buffer: Buffer): Buffer;
|
|
313
|
+
/**
|
|
314
|
+
* Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`.
|
|
315
|
+
* Array entries outside that range will be truncated to fit into it.
|
|
316
|
+
*
|
|
317
|
+
* ```js
|
|
318
|
+
* import { Buffer } from 'node:buffer';
|
|
319
|
+
*
|
|
320
|
+
* // Creates a new Buffer containing the UTF-8 bytes of the string 'buffer'.
|
|
321
|
+
* const buf = Buffer.from([0x62, 0x75, 0x66, 0x66, 0x65, 0x72]);
|
|
322
|
+
* ```
|
|
323
|
+
*
|
|
324
|
+
* If `array` is an `Array`\-like object (that is, one with a `length` property of
|
|
325
|
+
* type `number`), it is treated as if it is an array, unless it is a `Buffer` or
|
|
326
|
+
* a `Uint8Array`. This means all other `TypedArray` variants get treated as an `Array`. To create a `Buffer` from the bytes backing a `TypedArray`, use `Buffer.copyBytesFrom()`.
|
|
327
|
+
*
|
|
328
|
+
* A `TypeError` will be thrown if `array` is not an `Array` or another type
|
|
329
|
+
* appropriate for `Buffer.from()` variants.
|
|
330
|
+
*
|
|
331
|
+
* `Buffer.from(array)` and `Buffer.from(string)` may also use the internal `Buffer` pool like `Buffer.allocUnsafe()` does.
|
|
332
|
+
* @since v5.10.0
|
|
333
|
+
*/
|
|
334
|
+
from(
|
|
335
|
+
arrayBuffer: WithImplicitCoercion<ArrayBuffer | SharedArrayBuffer>,
|
|
336
|
+
byteOffset?: number,
|
|
337
|
+
length?: number,
|
|
338
|
+
): Buffer;
|
|
339
|
+
/**
|
|
340
|
+
* Creates a new Buffer using the passed {data}
|
|
341
|
+
* @param data data to create a new Buffer
|
|
342
|
+
*/
|
|
343
|
+
from(data: Uint8Array | readonly number[]): Buffer;
|
|
344
|
+
from(data: WithImplicitCoercion<Uint8Array | readonly number[] | string>): Buffer;
|
|
345
|
+
/**
|
|
346
|
+
* Creates a new Buffer containing the given JavaScript string {str}.
|
|
347
|
+
* If provided, the {encoding} parameter identifies the character encoding.
|
|
348
|
+
* If not provided, {encoding} defaults to 'utf8'.
|
|
349
|
+
*/
|
|
350
|
+
from(
|
|
351
|
+
str:
|
|
352
|
+
| WithImplicitCoercion<string>
|
|
353
|
+
| {
|
|
354
|
+
[Symbol.toPrimitive](hint: "string"): string;
|
|
355
|
+
},
|
|
356
|
+
encoding?: BufferEncoding,
|
|
357
|
+
): Buffer;
|
|
358
|
+
/**
|
|
359
|
+
* Creates a new Buffer using the passed {data}
|
|
360
|
+
* @param values to create a new Buffer
|
|
361
|
+
*/
|
|
362
|
+
of(...items: number[]): Buffer;
|
|
363
|
+
/**
|
|
364
|
+
* Returns `true` if `obj` is a `Buffer`, `false` otherwise.
|
|
365
|
+
*
|
|
366
|
+
* ```js
|
|
367
|
+
* import { Buffer } from 'node:buffer';
|
|
368
|
+
*
|
|
369
|
+
* Buffer.isBuffer(Buffer.alloc(10)); // true
|
|
370
|
+
* Buffer.isBuffer(Buffer.from('foo')); // true
|
|
371
|
+
* Buffer.isBuffer('a string'); // false
|
|
372
|
+
* Buffer.isBuffer([]); // false
|
|
373
|
+
* Buffer.isBuffer(new Uint8Array(1024)); // false
|
|
374
|
+
* ```
|
|
375
|
+
* @since v0.1.101
|
|
376
|
+
*/
|
|
377
|
+
isBuffer(obj: any): obj is Buffer;
|
|
378
|
+
/**
|
|
379
|
+
* Returns `true` if `encoding` is the name of a supported character encoding,
|
|
380
|
+
* or `false` otherwise.
|
|
381
|
+
*
|
|
382
|
+
* ```js
|
|
383
|
+
* import { Buffer } from 'node:buffer';
|
|
384
|
+
*
|
|
385
|
+
* console.log(Buffer.isEncoding('utf8'));
|
|
386
|
+
* // Prints: true
|
|
387
|
+
*
|
|
388
|
+
* console.log(Buffer.isEncoding('hex'));
|
|
389
|
+
* // Prints: true
|
|
390
|
+
*
|
|
391
|
+
* console.log(Buffer.isEncoding('utf/8'));
|
|
392
|
+
* // Prints: false
|
|
393
|
+
*
|
|
394
|
+
* console.log(Buffer.isEncoding(''));
|
|
395
|
+
* // Prints: false
|
|
396
|
+
* ```
|
|
397
|
+
* @since v0.9.1
|
|
398
|
+
* @param encoding A character encoding name to check.
|
|
399
|
+
*/
|
|
400
|
+
isEncoding(encoding: string): encoding is BufferEncoding;
|
|
401
|
+
/**
|
|
402
|
+
* Returns the byte length of a string when encoded using `encoding`.
|
|
403
|
+
* This is not the same as [`String.prototype.length`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length), which does not account
|
|
404
|
+
* for the encoding that is used to convert the string into bytes.
|
|
405
|
+
*
|
|
406
|
+
* For `'base64'`, `'base64url'`, and `'hex'`, this function assumes valid input.
|
|
407
|
+
* For strings that contain non-base64/hex-encoded data (e.g. whitespace), the
|
|
408
|
+
* return value might be greater than the length of a `Buffer` created from the
|
|
409
|
+
* string.
|
|
410
|
+
*
|
|
411
|
+
* ```js
|
|
412
|
+
* import { Buffer } from 'node:buffer';
|
|
413
|
+
*
|
|
414
|
+
* const str = '\u00bd + \u00bc = \u00be';
|
|
415
|
+
*
|
|
416
|
+
* console.log(`${str}: ${str.length} characters, ` +
|
|
417
|
+
* `${Buffer.byteLength(str, 'utf8')} bytes`);
|
|
418
|
+
* // Prints: ½ + ¼ = ¾: 9 characters, 12 bytes
|
|
419
|
+
* ```
|
|
420
|
+
*
|
|
421
|
+
* When `string` is a
|
|
422
|
+
* `Buffer`/[`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView)/[`TypedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/-
|
|
423
|
+
* Reference/Global_Objects/TypedArray)/[`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)/[`SharedArrayBuffer`](https://develop-
|
|
424
|
+
* er.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer), the byte length as reported by `.byteLength`is returned.
|
|
425
|
+
* @since v0.1.90
|
|
426
|
+
* @param string A value to calculate the length of.
|
|
427
|
+
* @param [encoding='utf8'] If `string` is a string, this is its encoding.
|
|
428
|
+
* @return The number of bytes contained within `string`.
|
|
429
|
+
*/
|
|
430
|
+
byteLength(
|
|
431
|
+
string: string | Buffer | NodeJS.ArrayBufferView | ArrayBuffer | SharedArrayBuffer,
|
|
432
|
+
encoding?: BufferEncoding,
|
|
433
|
+
): number;
|
|
434
|
+
/**
|
|
435
|
+
* Returns a new `Buffer` which is the result of concatenating all the `Buffer` instances in the `list` together.
|
|
436
|
+
*
|
|
437
|
+
* If the list has no items, or if the `totalLength` is 0, then a new zero-length `Buffer` is returned.
|
|
438
|
+
*
|
|
439
|
+
* If `totalLength` is not provided, it is calculated from the `Buffer` instances
|
|
440
|
+
* in `list` by adding their lengths.
|
|
441
|
+
*
|
|
442
|
+
* If `totalLength` is provided, it is coerced to an unsigned integer. If the
|
|
443
|
+
* combined length of the `Buffer`s in `list` exceeds `totalLength`, the result is
|
|
444
|
+
* truncated to `totalLength`.
|
|
445
|
+
*
|
|
446
|
+
* ```js
|
|
447
|
+
* import { Buffer } from 'node:buffer';
|
|
448
|
+
*
|
|
449
|
+
* // Create a single `Buffer` from a list of three `Buffer` instances.
|
|
450
|
+
*
|
|
451
|
+
* const buf1 = Buffer.alloc(10);
|
|
452
|
+
* const buf2 = Buffer.alloc(14);
|
|
453
|
+
* const buf3 = Buffer.alloc(18);
|
|
454
|
+
* const totalLength = buf1.length + buf2.length + buf3.length;
|
|
455
|
+
*
|
|
456
|
+
* console.log(totalLength);
|
|
457
|
+
* // Prints: 42
|
|
458
|
+
*
|
|
459
|
+
* const bufA = Buffer.concat([buf1, buf2, buf3], totalLength);
|
|
460
|
+
*
|
|
461
|
+
* console.log(bufA);
|
|
462
|
+
* // Prints: <Buffer 00 00 00 00 ...>
|
|
463
|
+
* console.log(bufA.length);
|
|
464
|
+
* // Prints: 42
|
|
465
|
+
* ```
|
|
466
|
+
*
|
|
467
|
+
* `Buffer.concat()` may also use the internal `Buffer` pool like `Buffer.allocUnsafe()` does.
|
|
468
|
+
* @since v0.7.11
|
|
469
|
+
* @param list List of `Buffer` or {@link Uint8Array} instances to concatenate.
|
|
470
|
+
* @param totalLength Total length of the `Buffer` instances in `list` when concatenated.
|
|
471
|
+
*/
|
|
472
|
+
concat(list: readonly Uint8Array[], totalLength?: number): Buffer;
|
|
473
|
+
/**
|
|
474
|
+
* Copies the underlying memory of `view` into a new `Buffer`.
|
|
475
|
+
*
|
|
476
|
+
* ```js
|
|
477
|
+
* const u16 = new Uint16Array([0, 0xffff]);
|
|
478
|
+
* const buf = Buffer.copyBytesFrom(u16, 1, 1);
|
|
479
|
+
* u16[1] = 0;
|
|
480
|
+
* console.log(buf.length); // 2
|
|
481
|
+
* console.log(buf[0]); // 255
|
|
482
|
+
* console.log(buf[1]); // 255
|
|
483
|
+
* ```
|
|
484
|
+
* @since v19.8.0
|
|
485
|
+
* @param view The {TypedArray} to copy.
|
|
486
|
+
* @param [offset=0] The starting offset within `view`.
|
|
487
|
+
* @param [length=view.length - offset] The number of elements from `view` to copy.
|
|
488
|
+
*/
|
|
489
|
+
copyBytesFrom(view: NodeJS.TypedArray, offset?: number, length?: number): Buffer;
|
|
490
|
+
/**
|
|
491
|
+
* Compares `buf1` to `buf2`, typically for the purpose of sorting arrays of `Buffer` instances. This is equivalent to calling `buf1.compare(buf2)`.
|
|
492
|
+
*
|
|
493
|
+
* ```js
|
|
494
|
+
* import { Buffer } from 'node:buffer';
|
|
495
|
+
*
|
|
496
|
+
* const buf1 = Buffer.from('1234');
|
|
497
|
+
* const buf2 = Buffer.from('0123');
|
|
498
|
+
* const arr = [buf1, buf2];
|
|
499
|
+
*
|
|
500
|
+
* console.log(arr.sort(Buffer.compare));
|
|
501
|
+
* // Prints: [ <Buffer 30 31 32 33>, <Buffer 31 32 33 34> ]
|
|
502
|
+
* // (This result is equal to: [buf2, buf1].)
|
|
503
|
+
* ```
|
|
504
|
+
* @since v0.11.13
|
|
505
|
+
* @return Either `-1`, `0`, or `1`, depending on the result of the comparison. See `compare` for details.
|
|
506
|
+
*/
|
|
507
|
+
compare(buf1: Uint8Array, buf2: Uint8Array): -1 | 0 | 1;
|
|
508
|
+
/**
|
|
509
|
+
* Allocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the`Buffer` will be zero-filled.
|
|
510
|
+
*
|
|
511
|
+
* ```js
|
|
512
|
+
* import { Buffer } from 'node:buffer';
|
|
513
|
+
*
|
|
514
|
+
* const buf = Buffer.alloc(5);
|
|
515
|
+
*
|
|
516
|
+
* console.log(buf);
|
|
517
|
+
* // Prints: <Buffer 00 00 00 00 00>
|
|
518
|
+
* ```
|
|
519
|
+
*
|
|
520
|
+
* If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown.
|
|
521
|
+
*
|
|
522
|
+
* If `fill` is specified, the allocated `Buffer` will be initialized by calling `buf.fill(fill)`.
|
|
523
|
+
*
|
|
524
|
+
* ```js
|
|
525
|
+
* import { Buffer } from 'node:buffer';
|
|
526
|
+
*
|
|
527
|
+
* const buf = Buffer.alloc(5, 'a');
|
|
528
|
+
*
|
|
529
|
+
* console.log(buf);
|
|
530
|
+
* // Prints: <Buffer 61 61 61 61 61>
|
|
531
|
+
* ```
|
|
532
|
+
*
|
|
533
|
+
* If both `fill` and `encoding` are specified, the allocated `Buffer` will be
|
|
534
|
+
* initialized by calling `buf.fill(fill, encoding)`.
|
|
535
|
+
*
|
|
536
|
+
* ```js
|
|
537
|
+
* import { Buffer } from 'node:buffer';
|
|
538
|
+
*
|
|
539
|
+
* const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64');
|
|
540
|
+
*
|
|
541
|
+
* console.log(buf);
|
|
542
|
+
* // Prints: <Buffer 68 65 6c 6c 6f 20 77 6f 72 6c 64>
|
|
543
|
+
* ```
|
|
544
|
+
*
|
|
545
|
+
* Calling `Buffer.alloc()` can be measurably slower than the alternative `Buffer.allocUnsafe()` but ensures that the newly created `Buffer` instance
|
|
546
|
+
* contents will never contain sensitive data from previous allocations, including
|
|
547
|
+
* data that might not have been allocated for `Buffer`s.
|
|
548
|
+
*
|
|
549
|
+
* A `TypeError` will be thrown if `size` is not a number.
|
|
550
|
+
* @since v5.10.0
|
|
551
|
+
* @param size The desired length of the new `Buffer`.
|
|
552
|
+
* @param [fill=0] A value to pre-fill the new `Buffer` with.
|
|
553
|
+
* @param [encoding='utf8'] If `fill` is a string, this is its encoding.
|
|
554
|
+
*/
|
|
555
|
+
alloc(size: number, fill?: string | Uint8Array | number, encoding?: BufferEncoding): Buffer;
|
|
556
|
+
/**
|
|
557
|
+
* Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown.
|
|
558
|
+
*
|
|
559
|
+
* The underlying memory for `Buffer` instances created in this way is _not_
|
|
560
|
+
* _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `Buffer.alloc()` instead to initialize`Buffer` instances with zeroes.
|
|
561
|
+
*
|
|
562
|
+
* ```js
|
|
563
|
+
* import { Buffer } from 'node:buffer';
|
|
564
|
+
*
|
|
565
|
+
* const buf = Buffer.allocUnsafe(10);
|
|
566
|
+
*
|
|
567
|
+
* console.log(buf);
|
|
568
|
+
* // Prints (contents may vary): <Buffer a0 8b 28 3f 01 00 00 00 50 32>
|
|
569
|
+
*
|
|
570
|
+
* buf.fill(0);
|
|
571
|
+
*
|
|
572
|
+
* console.log(buf);
|
|
573
|
+
* // Prints: <Buffer 00 00 00 00 00 00 00 00 00 00>
|
|
574
|
+
* ```
|
|
575
|
+
*
|
|
576
|
+
* A `TypeError` will be thrown if `size` is not a number.
|
|
577
|
+
*
|
|
578
|
+
* The `Buffer` module pre-allocates an internal `Buffer` instance of
|
|
579
|
+
* size `Buffer.poolSize` that is used as a pool for the fast allocation of new `Buffer` instances created using `Buffer.allocUnsafe()`, `Buffer.from(array)`,
|
|
580
|
+
* and `Buffer.concat()` only when `size` is less than `Buffer.poolSize >>> 1` (floor of `Buffer.poolSize` divided by two).
|
|
581
|
+
*
|
|
582
|
+
* Use of this pre-allocated internal memory pool is a key difference between
|
|
583
|
+
* calling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`.
|
|
584
|
+
* Specifically, `Buffer.alloc(size, fill)` will _never_ use the internal `Buffer`pool, while `Buffer.allocUnsafe(size).fill(fill)`_will_ use the internal`Buffer` pool if `size` is less
|
|
585
|
+
* than or equal to half `Buffer.poolSize`. The
|
|
586
|
+
* difference is subtle but can be important when an application requires the
|
|
587
|
+
* additional performance that `Buffer.allocUnsafe()` provides.
|
|
588
|
+
* @since v5.10.0
|
|
589
|
+
* @param size The desired length of the new `Buffer`.
|
|
590
|
+
*/
|
|
591
|
+
allocUnsafe(size: number): Buffer;
|
|
592
|
+
/**
|
|
593
|
+
* Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. A zero-length `Buffer` is created if
|
|
594
|
+
* `size` is 0.
|
|
595
|
+
*
|
|
596
|
+
* The underlying memory for `Buffer` instances created in this way is _not_
|
|
597
|
+
* _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `buf.fill(0)` to initialize
|
|
598
|
+
* such `Buffer` instances with zeroes.
|
|
599
|
+
*
|
|
600
|
+
* When using `Buffer.allocUnsafe()` to allocate new `Buffer` instances,
|
|
601
|
+
* allocations under 4 KiB are sliced from a single pre-allocated `Buffer`. This
|
|
602
|
+
* allows applications to avoid the garbage collection overhead of creating many
|
|
603
|
+
* individually allocated `Buffer` instances. This approach improves both
|
|
604
|
+
* performance and memory usage by eliminating the need to track and clean up as
|
|
605
|
+
* many individual `ArrayBuffer` objects.
|
|
606
|
+
*
|
|
607
|
+
* However, in the case where a developer may need to retain a small chunk of
|
|
608
|
+
* memory from a pool for an indeterminate amount of time, it may be appropriate
|
|
609
|
+
* to create an un-pooled `Buffer` instance using `Buffer.allocUnsafeSlow()` and
|
|
610
|
+
* then copying out the relevant bits.
|
|
611
|
+
*
|
|
612
|
+
* ```js
|
|
613
|
+
* import { Buffer } from 'node:buffer';
|
|
614
|
+
*
|
|
615
|
+
* // Need to keep around a few small chunks of memory.
|
|
616
|
+
* const store = [];
|
|
617
|
+
*
|
|
618
|
+
* socket.on('readable', () => {
|
|
619
|
+
* let data;
|
|
620
|
+
* while (null !== (data = readable.read())) {
|
|
621
|
+
* // Allocate for retained data.
|
|
622
|
+
* const sb = Buffer.allocUnsafeSlow(10);
|
|
623
|
+
*
|
|
624
|
+
* // Copy the data into the new allocation.
|
|
625
|
+
* data.copy(sb, 0, 0, 10);
|
|
626
|
+
*
|
|
627
|
+
* store.push(sb);
|
|
628
|
+
* }
|
|
629
|
+
* });
|
|
630
|
+
* ```
|
|
631
|
+
*
|
|
632
|
+
* A `TypeError` will be thrown if `size` is not a number.
|
|
633
|
+
* @since v5.12.0
|
|
634
|
+
* @param size The desired length of the new `Buffer`.
|
|
635
|
+
*/
|
|
636
|
+
allocUnsafeSlow(size: number): Buffer;
|
|
637
|
+
/**
|
|
638
|
+
* This is the size (in bytes) of pre-allocated internal `Buffer` instances used
|
|
639
|
+
* for pooling. This value may be modified.
|
|
640
|
+
* @since v0.11.3
|
|
641
|
+
*/
|
|
642
|
+
poolSize: number;
|
|
643
|
+
}
|
|
644
|
+
interface Buffer extends Uint8Array {
|
|
645
|
+
/**
|
|
646
|
+
* Writes `string` to `buf` at `offset` according to the character encoding in`encoding`. The `length` parameter is the number of bytes to write. If `buf` did
|
|
647
|
+
* not contain enough space to fit the entire string, only part of `string` will be
|
|
648
|
+
* written. However, partially encoded characters will not be written.
|
|
649
|
+
*
|
|
650
|
+
* ```js
|
|
651
|
+
* import { Buffer } from 'node:buffer';
|
|
652
|
+
*
|
|
653
|
+
* const buf = Buffer.alloc(256);
|
|
654
|
+
*
|
|
655
|
+
* const len = buf.write('\u00bd + \u00bc = \u00be', 0);
|
|
656
|
+
*
|
|
657
|
+
* console.log(`${len} bytes: ${buf.toString('utf8', 0, len)}`);
|
|
658
|
+
* // Prints: 12 bytes: ½ + ¼ = ¾
|
|
659
|
+
*
|
|
660
|
+
* const buffer = Buffer.alloc(10);
|
|
661
|
+
*
|
|
662
|
+
* const length = buffer.write('abcd', 8);
|
|
663
|
+
*
|
|
664
|
+
* console.log(`${length} bytes: ${buffer.toString('utf8', 8, 10)}`);
|
|
665
|
+
* // Prints: 2 bytes : ab
|
|
666
|
+
* ```
|
|
667
|
+
* @since v0.1.90
|
|
668
|
+
* @param string String to write to `buf`.
|
|
669
|
+
* @param [offset=0] Number of bytes to skip before starting to write `string`.
|
|
670
|
+
* @param [length=buf.length - offset] Maximum number of bytes to write (written bytes will not exceed `buf.length - offset`).
|
|
671
|
+
* @param [encoding='utf8'] The character encoding of `string`.
|
|
672
|
+
* @return Number of bytes written.
|
|
673
|
+
*/
|
|
674
|
+
write(string: string, encoding?: BufferEncoding): number;
|
|
675
|
+
write(string: string, offset: number, encoding?: BufferEncoding): number;
|
|
676
|
+
write(string: string, offset: number, length: number, encoding?: BufferEncoding): number;
|
|
677
|
+
/**
|
|
678
|
+
* Decodes `buf` to a string according to the specified character encoding in`encoding`. `start` and `end` may be passed to decode only a subset of `buf`.
|
|
679
|
+
*
|
|
680
|
+
* If `encoding` is `'utf8'` and a byte sequence in the input is not valid UTF-8,
|
|
681
|
+
* then each invalid byte is replaced with the replacement character `U+FFFD`.
|
|
682
|
+
*
|
|
683
|
+
* The maximum length of a string instance (in UTF-16 code units) is available
|
|
684
|
+
* as {@link constants.MAX_STRING_LENGTH}.
|
|
685
|
+
*
|
|
686
|
+
* ```js
|
|
687
|
+
* import { Buffer } from 'node:buffer';
|
|
688
|
+
*
|
|
689
|
+
* const buf1 = Buffer.allocUnsafe(26);
|
|
690
|
+
*
|
|
691
|
+
* for (let i = 0; i < 26; i++) {
|
|
692
|
+
* // 97 is the decimal ASCII value for 'a'.
|
|
693
|
+
* buf1[i] = i + 97;
|
|
694
|
+
* }
|
|
695
|
+
*
|
|
696
|
+
* console.log(buf1.toString('utf8'));
|
|
697
|
+
* // Prints: abcdefghijklmnopqrstuvwxyz
|
|
698
|
+
* console.log(buf1.toString('utf8', 0, 5));
|
|
699
|
+
* // Prints: abcde
|
|
700
|
+
*
|
|
701
|
+
* const buf2 = Buffer.from('tést');
|
|
702
|
+
*
|
|
703
|
+
* console.log(buf2.toString('hex'));
|
|
704
|
+
* // Prints: 74c3a97374
|
|
705
|
+
* console.log(buf2.toString('utf8', 0, 3));
|
|
706
|
+
* // Prints: té
|
|
707
|
+
* console.log(buf2.toString(undefined, 0, 3));
|
|
708
|
+
* // Prints: té
|
|
709
|
+
* ```
|
|
710
|
+
* @since v0.1.90
|
|
711
|
+
* @param [encoding='utf8'] The character encoding to use.
|
|
712
|
+
* @param [start=0] The byte offset to start decoding at.
|
|
713
|
+
* @param [end=buf.length] The byte offset to stop decoding at (not inclusive).
|
|
714
|
+
*/
|
|
715
|
+
toString(encoding?: BufferEncoding, start?: number, end?: number): string;
|
|
716
|
+
/**
|
|
717
|
+
* Returns a JSON representation of `buf`. [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) implicitly calls
|
|
718
|
+
* this function when stringifying a `Buffer` instance.
|
|
719
|
+
*
|
|
720
|
+
* `Buffer.from()` accepts objects in the format returned from this method.
|
|
721
|
+
* In particular, `Buffer.from(buf.toJSON())` works like `Buffer.from(buf)`.
|
|
722
|
+
*
|
|
723
|
+
* ```js
|
|
724
|
+
* import { Buffer } from 'node:buffer';
|
|
725
|
+
*
|
|
726
|
+
* const buf = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5]);
|
|
727
|
+
* const json = JSON.stringify(buf);
|
|
728
|
+
*
|
|
729
|
+
* console.log(json);
|
|
730
|
+
* // Prints: {"type":"Buffer","data":[1,2,3,4,5]}
|
|
731
|
+
*
|
|
732
|
+
* const copy = JSON.parse(json, (key, value) => {
|
|
733
|
+
* return value && value.type === 'Buffer' ?
|
|
734
|
+
* Buffer.from(value) :
|
|
735
|
+
* value;
|
|
736
|
+
* });
|
|
737
|
+
*
|
|
738
|
+
* console.log(copy);
|
|
739
|
+
* // Prints: <Buffer 01 02 03 04 05>
|
|
740
|
+
* ```
|
|
741
|
+
* @since v0.9.2
|
|
742
|
+
*/
|
|
743
|
+
toJSON(): {
|
|
744
|
+
type: "Buffer";
|
|
745
|
+
data: number[];
|
|
746
|
+
};
|
|
747
|
+
/**
|
|
748
|
+
* Returns `true` if both `buf` and `otherBuffer` have exactly the same bytes,`false` otherwise. Equivalent to `buf.compare(otherBuffer) === 0`.
|
|
749
|
+
*
|
|
750
|
+
* ```js
|
|
751
|
+
* import { Buffer } from 'node:buffer';
|
|
752
|
+
*
|
|
753
|
+
* const buf1 = Buffer.from('ABC');
|
|
754
|
+
* const buf2 = Buffer.from('414243', 'hex');
|
|
755
|
+
* const buf3 = Buffer.from('ABCD');
|
|
756
|
+
*
|
|
757
|
+
* console.log(buf1.equals(buf2));
|
|
758
|
+
* // Prints: true
|
|
759
|
+
* console.log(buf1.equals(buf3));
|
|
760
|
+
* // Prints: false
|
|
761
|
+
* ```
|
|
762
|
+
* @since v0.11.13
|
|
763
|
+
* @param otherBuffer A `Buffer` or {@link Uint8Array} with which to compare `buf`.
|
|
764
|
+
*/
|
|
765
|
+
equals(otherBuffer: Uint8Array): boolean;
|
|
766
|
+
/**
|
|
767
|
+
* Compares `buf` with `target` and returns a number indicating whether `buf`comes before, after, or is the same as `target` in sort order.
|
|
768
|
+
* Comparison is based on the actual sequence of bytes in each `Buffer`.
|
|
769
|
+
*
|
|
770
|
+
* * `0` is returned if `target` is the same as `buf`
|
|
771
|
+
* * `1` is returned if `target` should come _before_`buf` when sorted.
|
|
772
|
+
* * `-1` is returned if `target` should come _after_`buf` when sorted.
|
|
773
|
+
*
|
|
774
|
+
* ```js
|
|
775
|
+
* import { Buffer } from 'node:buffer';
|
|
776
|
+
*
|
|
777
|
+
* const buf1 = Buffer.from('ABC');
|
|
778
|
+
* const buf2 = Buffer.from('BCD');
|
|
779
|
+
* const buf3 = Buffer.from('ABCD');
|
|
780
|
+
*
|
|
781
|
+
* console.log(buf1.compare(buf1));
|
|
782
|
+
* // Prints: 0
|
|
783
|
+
* console.log(buf1.compare(buf2));
|
|
784
|
+
* // Prints: -1
|
|
785
|
+
* console.log(buf1.compare(buf3));
|
|
786
|
+
* // Prints: -1
|
|
787
|
+
* console.log(buf2.compare(buf1));
|
|
788
|
+
* // Prints: 1
|
|
789
|
+
* console.log(buf2.compare(buf3));
|
|
790
|
+
* // Prints: 1
|
|
791
|
+
* console.log([buf1, buf2, buf3].sort(Buffer.compare));
|
|
792
|
+
* // Prints: [ <Buffer 41 42 43>, <Buffer 41 42 43 44>, <Buffer 42 43 44> ]
|
|
793
|
+
* // (This result is equal to: [buf1, buf3, buf2].)
|
|
794
|
+
* ```
|
|
795
|
+
*
|
|
796
|
+
* The optional `targetStart`, `targetEnd`, `sourceStart`, and `sourceEnd` arguments can be used to limit the comparison to specific ranges within `target` and `buf` respectively.
|
|
797
|
+
*
|
|
798
|
+
* ```js
|
|
799
|
+
* import { Buffer } from 'node:buffer';
|
|
800
|
+
*
|
|
801
|
+
* const buf1 = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8, 9]);
|
|
802
|
+
* const buf2 = Buffer.from([5, 6, 7, 8, 9, 1, 2, 3, 4]);
|
|
803
|
+
*
|
|
804
|
+
* console.log(buf1.compare(buf2, 5, 9, 0, 4));
|
|
805
|
+
* // Prints: 0
|
|
806
|
+
* console.log(buf1.compare(buf2, 0, 6, 4));
|
|
807
|
+
* // Prints: -1
|
|
808
|
+
* console.log(buf1.compare(buf2, 5, 6, 5));
|
|
809
|
+
* // Prints: 1
|
|
810
|
+
* ```
|
|
811
|
+
*
|
|
812
|
+
* `ERR_OUT_OF_RANGE` is thrown if `targetStart < 0`, `sourceStart < 0`, `targetEnd > target.byteLength`, or `sourceEnd > source.byteLength`.
|
|
813
|
+
* @since v0.11.13
|
|
814
|
+
* @param target A `Buffer` or {@link Uint8Array} with which to compare `buf`.
|
|
815
|
+
* @param [targetStart=0] The offset within `target` at which to begin comparison.
|
|
816
|
+
* @param [targetEnd=target.length] The offset within `target` at which to end comparison (not inclusive).
|
|
817
|
+
* @param [sourceStart=0] The offset within `buf` at which to begin comparison.
|
|
818
|
+
* @param [sourceEnd=buf.length] The offset within `buf` at which to end comparison (not inclusive).
|
|
819
|
+
*/
|
|
820
|
+
compare(
|
|
821
|
+
target: Uint8Array,
|
|
822
|
+
targetStart?: number,
|
|
823
|
+
targetEnd?: number,
|
|
824
|
+
sourceStart?: number,
|
|
825
|
+
sourceEnd?: number,
|
|
826
|
+
): -1 | 0 | 1;
|
|
827
|
+
/**
|
|
828
|
+
* Copies data from a region of `buf` to a region in `target`, even if the `target`memory region overlaps with `buf`.
|
|
829
|
+
*
|
|
830
|
+
* [`TypedArray.prototype.set()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set) performs the same operation, and is available
|
|
831
|
+
* for all TypedArrays, including Node.js `Buffer`s, although it takes
|
|
832
|
+
* different function arguments.
|
|
833
|
+
*
|
|
834
|
+
* ```js
|
|
835
|
+
* import { Buffer } from 'node:buffer';
|
|
836
|
+
*
|
|
837
|
+
* // Create two `Buffer` instances.
|
|
838
|
+
* const buf1 = Buffer.allocUnsafe(26);
|
|
839
|
+
* const buf2 = Buffer.allocUnsafe(26).fill('!');
|
|
840
|
+
*
|
|
841
|
+
* for (let i = 0; i < 26; i++) {
|
|
842
|
+
* // 97 is the decimal ASCII value for 'a'.
|
|
843
|
+
* buf1[i] = i + 97;
|
|
844
|
+
* }
|
|
845
|
+
*
|
|
846
|
+
* // Copy `buf1` bytes 16 through 19 into `buf2` starting at byte 8 of `buf2`.
|
|
847
|
+
* buf1.copy(buf2, 8, 16, 20);
|
|
848
|
+
* // This is equivalent to:
|
|
849
|
+
* // buf2.set(buf1.subarray(16, 20), 8);
|
|
850
|
+
*
|
|
851
|
+
* console.log(buf2.toString('ascii', 0, 25));
|
|
852
|
+
* // Prints: !!!!!!!!qrst!!!!!!!!!!!!!
|
|
853
|
+
* ```
|
|
854
|
+
*
|
|
855
|
+
* ```js
|
|
856
|
+
* import { Buffer } from 'node:buffer';
|
|
857
|
+
*
|
|
858
|
+
* // Create a `Buffer` and copy data from one region to an overlapping region
|
|
859
|
+
* // within the same `Buffer`.
|
|
860
|
+
*
|
|
861
|
+
* const buf = Buffer.allocUnsafe(26);
|
|
862
|
+
*
|
|
863
|
+
* for (let i = 0; i < 26; i++) {
|
|
864
|
+
* // 97 is the decimal ASCII value for 'a'.
|
|
865
|
+
* buf[i] = i + 97;
|
|
866
|
+
* }
|
|
867
|
+
*
|
|
868
|
+
* buf.copy(buf, 0, 4, 10);
|
|
869
|
+
*
|
|
870
|
+
* console.log(buf.toString());
|
|
871
|
+
* // Prints: efghijghijklmnopqrstuvwxyz
|
|
872
|
+
* ```
|
|
873
|
+
* @since v0.1.90
|
|
874
|
+
* @param target A `Buffer` or {@link Uint8Array} to copy into.
|
|
875
|
+
* @param [targetStart=0] The offset within `target` at which to begin writing.
|
|
876
|
+
* @param [sourceStart=0] The offset within `buf` from which to begin copying.
|
|
877
|
+
* @param [sourceEnd=buf.length] The offset within `buf` at which to stop copying (not inclusive).
|
|
878
|
+
* @return The number of bytes copied.
|
|
879
|
+
*/
|
|
880
|
+
copy(target: Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number;
|
|
881
|
+
/**
|
|
882
|
+
* Returns a new `Buffer` that references the same memory as the original, but
|
|
883
|
+
* offset and cropped by the `start` and `end` indices.
|
|
884
|
+
*
|
|
885
|
+
* This method is not compatible with the `Uint8Array.prototype.slice()`,
|
|
886
|
+
* which is a superclass of `Buffer`. To copy the slice, use`Uint8Array.prototype.slice()`.
|
|
887
|
+
*
|
|
888
|
+
* ```js
|
|
889
|
+
* import { Buffer } from 'node:buffer';
|
|
890
|
+
*
|
|
891
|
+
* const buf = Buffer.from('buffer');
|
|
892
|
+
*
|
|
893
|
+
* const copiedBuf = Uint8Array.prototype.slice.call(buf);
|
|
894
|
+
* copiedBuf[0]++;
|
|
895
|
+
* console.log(copiedBuf.toString());
|
|
896
|
+
* // Prints: cuffer
|
|
897
|
+
*
|
|
898
|
+
* console.log(buf.toString());
|
|
899
|
+
* // Prints: buffer
|
|
900
|
+
*
|
|
901
|
+
* // With buf.slice(), the original buffer is modified.
|
|
902
|
+
* const notReallyCopiedBuf = buf.slice();
|
|
903
|
+
* notReallyCopiedBuf[0]++;
|
|
904
|
+
* console.log(notReallyCopiedBuf.toString());
|
|
905
|
+
* // Prints: cuffer
|
|
906
|
+
* console.log(buf.toString());
|
|
907
|
+
* // Also prints: cuffer (!)
|
|
908
|
+
* ```
|
|
909
|
+
* @since v0.3.0
|
|
910
|
+
* @deprecated Use `subarray` instead.
|
|
911
|
+
* @param [start=0] Where the new `Buffer` will start.
|
|
912
|
+
* @param [end=buf.length] Where the new `Buffer` will end (not inclusive).
|
|
913
|
+
*/
|
|
914
|
+
slice(start?: number, end?: number): Buffer;
|
|
915
|
+
/**
|
|
916
|
+
* Returns a new `Buffer` that references the same memory as the original, but
|
|
917
|
+
* offset and cropped by the `start` and `end` indices.
|
|
918
|
+
*
|
|
919
|
+
* Specifying `end` greater than `buf.length` will return the same result as
|
|
920
|
+
* that of `end` equal to `buf.length`.
|
|
921
|
+
*
|
|
922
|
+
* This method is inherited from [`TypedArray.prototype.subarray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/subarray).
|
|
923
|
+
*
|
|
924
|
+
* Modifying the new `Buffer` slice will modify the memory in the original `Buffer`because the allocated memory of the two objects overlap.
|
|
925
|
+
*
|
|
926
|
+
* ```js
|
|
927
|
+
* import { Buffer } from 'node:buffer';
|
|
928
|
+
*
|
|
929
|
+
* // Create a `Buffer` with the ASCII alphabet, take a slice, and modify one byte
|
|
930
|
+
* // from the original `Buffer`.
|
|
931
|
+
*
|
|
932
|
+
* const buf1 = Buffer.allocUnsafe(26);
|
|
933
|
+
*
|
|
934
|
+
* for (let i = 0; i < 26; i++) {
|
|
935
|
+
* // 97 is the decimal ASCII value for 'a'.
|
|
936
|
+
* buf1[i] = i + 97;
|
|
937
|
+
* }
|
|
938
|
+
*
|
|
939
|
+
* const buf2 = buf1.subarray(0, 3);
|
|
940
|
+
*
|
|
941
|
+
* console.log(buf2.toString('ascii', 0, buf2.length));
|
|
942
|
+
* // Prints: abc
|
|
943
|
+
*
|
|
944
|
+
* buf1[0] = 33;
|
|
945
|
+
*
|
|
946
|
+
* console.log(buf2.toString('ascii', 0, buf2.length));
|
|
947
|
+
* // Prints: !bc
|
|
948
|
+
* ```
|
|
949
|
+
*
|
|
950
|
+
* Specifying negative indexes causes the slice to be generated relative to the
|
|
951
|
+
* end of `buf` rather than the beginning.
|
|
952
|
+
*
|
|
953
|
+
* ```js
|
|
954
|
+
* import { Buffer } from 'node:buffer';
|
|
955
|
+
*
|
|
956
|
+
* const buf = Buffer.from('buffer');
|
|
957
|
+
*
|
|
958
|
+
* console.log(buf.subarray(-6, -1).toString());
|
|
959
|
+
* // Prints: buffe
|
|
960
|
+
* // (Equivalent to buf.subarray(0, 5).)
|
|
961
|
+
*
|
|
962
|
+
* console.log(buf.subarray(-6, -2).toString());
|
|
963
|
+
* // Prints: buff
|
|
964
|
+
* // (Equivalent to buf.subarray(0, 4).)
|
|
965
|
+
*
|
|
966
|
+
* console.log(buf.subarray(-5, -2).toString());
|
|
967
|
+
* // Prints: uff
|
|
968
|
+
* // (Equivalent to buf.subarray(1, 4).)
|
|
969
|
+
* ```
|
|
970
|
+
* @since v3.0.0
|
|
971
|
+
* @param [start=0] Where the new `Buffer` will start.
|
|
972
|
+
* @param [end=buf.length] Where the new `Buffer` will end (not inclusive).
|
|
973
|
+
*/
|
|
974
|
+
subarray(start?: number, end?: number): Buffer;
|
|
975
|
+
/**
|
|
976
|
+
* Writes `value` to `buf` at the specified `offset` as big-endian.
|
|
977
|
+
*
|
|
978
|
+
* `value` is interpreted and written as a two's complement signed integer.
|
|
979
|
+
*
|
|
980
|
+
* ```js
|
|
981
|
+
* import { Buffer } from 'node:buffer';
|
|
982
|
+
*
|
|
983
|
+
* const buf = Buffer.allocUnsafe(8);
|
|
984
|
+
*
|
|
985
|
+
* buf.writeBigInt64BE(0x0102030405060708n, 0);
|
|
986
|
+
*
|
|
987
|
+
* console.log(buf);
|
|
988
|
+
* // Prints: <Buffer 01 02 03 04 05 06 07 08>
|
|
989
|
+
* ```
|
|
990
|
+
* @since v12.0.0, v10.20.0
|
|
991
|
+
* @param value Number to be written to `buf`.
|
|
992
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`.
|
|
993
|
+
* @return `offset` plus the number of bytes written.
|
|
994
|
+
*/
|
|
995
|
+
writeBigInt64BE(value: bigint, offset?: number): number;
|
|
996
|
+
/**
|
|
997
|
+
* Writes `value` to `buf` at the specified `offset` as little-endian.
|
|
998
|
+
*
|
|
999
|
+
* `value` is interpreted and written as a two's complement signed integer.
|
|
1000
|
+
*
|
|
1001
|
+
* ```js
|
|
1002
|
+
* import { Buffer } from 'node:buffer';
|
|
1003
|
+
*
|
|
1004
|
+
* const buf = Buffer.allocUnsafe(8);
|
|
1005
|
+
*
|
|
1006
|
+
* buf.writeBigInt64LE(0x0102030405060708n, 0);
|
|
1007
|
+
*
|
|
1008
|
+
* console.log(buf);
|
|
1009
|
+
* // Prints: <Buffer 08 07 06 05 04 03 02 01>
|
|
1010
|
+
* ```
|
|
1011
|
+
* @since v12.0.0, v10.20.0
|
|
1012
|
+
* @param value Number to be written to `buf`.
|
|
1013
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`.
|
|
1014
|
+
* @return `offset` plus the number of bytes written.
|
|
1015
|
+
*/
|
|
1016
|
+
writeBigInt64LE(value: bigint, offset?: number): number;
|
|
1017
|
+
/**
|
|
1018
|
+
* Writes `value` to `buf` at the specified `offset` as big-endian.
|
|
1019
|
+
*
|
|
1020
|
+
* This function is also available under the `writeBigUint64BE` alias.
|
|
1021
|
+
*
|
|
1022
|
+
* ```js
|
|
1023
|
+
* import { Buffer } from 'node:buffer';
|
|
1024
|
+
*
|
|
1025
|
+
* const buf = Buffer.allocUnsafe(8);
|
|
1026
|
+
*
|
|
1027
|
+
* buf.writeBigUInt64BE(0xdecafafecacefaden, 0);
|
|
1028
|
+
*
|
|
1029
|
+
* console.log(buf);
|
|
1030
|
+
* // Prints: <Buffer de ca fa fe ca ce fa de>
|
|
1031
|
+
* ```
|
|
1032
|
+
* @since v12.0.0, v10.20.0
|
|
1033
|
+
* @param value Number to be written to `buf`.
|
|
1034
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`.
|
|
1035
|
+
* @return `offset` plus the number of bytes written.
|
|
1036
|
+
*/
|
|
1037
|
+
writeBigUInt64BE(value: bigint, offset?: number): number;
|
|
1038
|
+
/**
|
|
1039
|
+
* @alias Buffer.writeBigUInt64BE
|
|
1040
|
+
* @since v14.10.0, v12.19.0
|
|
1041
|
+
*/
|
|
1042
|
+
writeBigUint64BE(value: bigint, offset?: number): number;
|
|
1043
|
+
/**
|
|
1044
|
+
* Writes `value` to `buf` at the specified `offset` as little-endian
|
|
1045
|
+
*
|
|
1046
|
+
* ```js
|
|
1047
|
+
* import { Buffer } from 'node:buffer';
|
|
1048
|
+
*
|
|
1049
|
+
* const buf = Buffer.allocUnsafe(8);
|
|
1050
|
+
*
|
|
1051
|
+
* buf.writeBigUInt64LE(0xdecafafecacefaden, 0);
|
|
1052
|
+
*
|
|
1053
|
+
* console.log(buf);
|
|
1054
|
+
* // Prints: <Buffer de fa ce ca fe fa ca de>
|
|
1055
|
+
* ```
|
|
1056
|
+
*
|
|
1057
|
+
* This function is also available under the `writeBigUint64LE` alias.
|
|
1058
|
+
* @since v12.0.0, v10.20.0
|
|
1059
|
+
* @param value Number to be written to `buf`.
|
|
1060
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`.
|
|
1061
|
+
* @return `offset` plus the number of bytes written.
|
|
1062
|
+
*/
|
|
1063
|
+
writeBigUInt64LE(value: bigint, offset?: number): number;
|
|
1064
|
+
/**
|
|
1065
|
+
* @alias Buffer.writeBigUInt64LE
|
|
1066
|
+
* @since v14.10.0, v12.19.0
|
|
1067
|
+
*/
|
|
1068
|
+
writeBigUint64LE(value: bigint, offset?: number): number;
|
|
1069
|
+
/**
|
|
1070
|
+
* Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined
|
|
1071
|
+
* when `value` is anything other than an unsigned integer.
|
|
1072
|
+
*
|
|
1073
|
+
* This function is also available under the `writeUintLE` alias.
|
|
1074
|
+
*
|
|
1075
|
+
* ```js
|
|
1076
|
+
* import { Buffer } from 'node:buffer';
|
|
1077
|
+
*
|
|
1078
|
+
* const buf = Buffer.allocUnsafe(6);
|
|
1079
|
+
*
|
|
1080
|
+
* buf.writeUIntLE(0x1234567890ab, 0, 6);
|
|
1081
|
+
*
|
|
1082
|
+
* console.log(buf);
|
|
1083
|
+
* // Prints: <Buffer ab 90 78 56 34 12>
|
|
1084
|
+
* ```
|
|
1085
|
+
* @since v0.5.5
|
|
1086
|
+
* @param value Number to be written to `buf`.
|
|
1087
|
+
* @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`.
|
|
1088
|
+
* @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`.
|
|
1089
|
+
* @return `offset` plus the number of bytes written.
|
|
1090
|
+
*/
|
|
1091
|
+
writeUIntLE(value: number, offset: number, byteLength: number): number;
|
|
1092
|
+
/**
|
|
1093
|
+
* @alias Buffer.writeUIntLE
|
|
1094
|
+
* @since v14.9.0, v12.19.0
|
|
1095
|
+
*/
|
|
1096
|
+
writeUintLE(value: number, offset: number, byteLength: number): number;
|
|
1097
|
+
/**
|
|
1098
|
+
* Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined
|
|
1099
|
+
* when `value` is anything other than an unsigned integer.
|
|
1100
|
+
*
|
|
1101
|
+
* This function is also available under the `writeUintBE` alias.
|
|
1102
|
+
*
|
|
1103
|
+
* ```js
|
|
1104
|
+
* import { Buffer } from 'node:buffer';
|
|
1105
|
+
*
|
|
1106
|
+
* const buf = Buffer.allocUnsafe(6);
|
|
1107
|
+
*
|
|
1108
|
+
* buf.writeUIntBE(0x1234567890ab, 0, 6);
|
|
1109
|
+
*
|
|
1110
|
+
* console.log(buf);
|
|
1111
|
+
* // Prints: <Buffer 12 34 56 78 90 ab>
|
|
1112
|
+
* ```
|
|
1113
|
+
* @since v0.5.5
|
|
1114
|
+
* @param value Number to be written to `buf`.
|
|
1115
|
+
* @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`.
|
|
1116
|
+
* @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`.
|
|
1117
|
+
* @return `offset` plus the number of bytes written.
|
|
1118
|
+
*/
|
|
1119
|
+
writeUIntBE(value: number, offset: number, byteLength: number): number;
|
|
1120
|
+
/**
|
|
1121
|
+
* @alias Buffer.writeUIntBE
|
|
1122
|
+
* @since v14.9.0, v12.19.0
|
|
1123
|
+
*/
|
|
1124
|
+
writeUintBE(value: number, offset: number, byteLength: number): number;
|
|
1125
|
+
/**
|
|
1126
|
+
* Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined
|
|
1127
|
+
* when `value` is anything other than a signed integer.
|
|
1128
|
+
*
|
|
1129
|
+
* ```js
|
|
1130
|
+
* import { Buffer } from 'node:buffer';
|
|
1131
|
+
*
|
|
1132
|
+
* const buf = Buffer.allocUnsafe(6);
|
|
1133
|
+
*
|
|
1134
|
+
* buf.writeIntLE(0x1234567890ab, 0, 6);
|
|
1135
|
+
*
|
|
1136
|
+
* console.log(buf);
|
|
1137
|
+
* // Prints: <Buffer ab 90 78 56 34 12>
|
|
1138
|
+
* ```
|
|
1139
|
+
* @since v0.11.15
|
|
1140
|
+
* @param value Number to be written to `buf`.
|
|
1141
|
+
* @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`.
|
|
1142
|
+
* @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`.
|
|
1143
|
+
* @return `offset` plus the number of bytes written.
|
|
1144
|
+
*/
|
|
1145
|
+
writeIntLE(value: number, offset: number, byteLength: number): number;
|
|
1146
|
+
/**
|
|
1147
|
+
* Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined when`value` is anything other than a
|
|
1148
|
+
* signed integer.
|
|
1149
|
+
*
|
|
1150
|
+
* ```js
|
|
1151
|
+
* import { Buffer } from 'node:buffer';
|
|
1152
|
+
*
|
|
1153
|
+
* const buf = Buffer.allocUnsafe(6);
|
|
1154
|
+
*
|
|
1155
|
+
* buf.writeIntBE(0x1234567890ab, 0, 6);
|
|
1156
|
+
*
|
|
1157
|
+
* console.log(buf);
|
|
1158
|
+
* // Prints: <Buffer 12 34 56 78 90 ab>
|
|
1159
|
+
* ```
|
|
1160
|
+
* @since v0.11.15
|
|
1161
|
+
* @param value Number to be written to `buf`.
|
|
1162
|
+
* @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`.
|
|
1163
|
+
* @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`.
|
|
1164
|
+
* @return `offset` plus the number of bytes written.
|
|
1165
|
+
*/
|
|
1166
|
+
writeIntBE(value: number, offset: number, byteLength: number): number;
|
|
1167
|
+
/**
|
|
1168
|
+
* Reads an unsigned, big-endian 64-bit integer from `buf` at the specified`offset`.
|
|
1169
|
+
*
|
|
1170
|
+
* This function is also available under the `readBigUint64BE` alias.
|
|
1171
|
+
*
|
|
1172
|
+
* ```js
|
|
1173
|
+
* import { Buffer } from 'node:buffer';
|
|
1174
|
+
*
|
|
1175
|
+
* const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]);
|
|
1176
|
+
*
|
|
1177
|
+
* console.log(buf.readBigUInt64BE(0));
|
|
1178
|
+
* // Prints: 4294967295n
|
|
1179
|
+
* ```
|
|
1180
|
+
* @since v12.0.0, v10.20.0
|
|
1181
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`.
|
|
1182
|
+
*/
|
|
1183
|
+
readBigUInt64BE(offset?: number): bigint;
|
|
1184
|
+
/**
|
|
1185
|
+
* @alias Buffer.readBigUInt64BE
|
|
1186
|
+
* @since v14.10.0, v12.19.0
|
|
1187
|
+
*/
|
|
1188
|
+
readBigUint64BE(offset?: number): bigint;
|
|
1189
|
+
/**
|
|
1190
|
+
* Reads an unsigned, little-endian 64-bit integer from `buf` at the specified`offset`.
|
|
1191
|
+
*
|
|
1192
|
+
* This function is also available under the `readBigUint64LE` alias.
|
|
1193
|
+
*
|
|
1194
|
+
* ```js
|
|
1195
|
+
* import { Buffer } from 'node:buffer';
|
|
1196
|
+
*
|
|
1197
|
+
* const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]);
|
|
1198
|
+
*
|
|
1199
|
+
* console.log(buf.readBigUInt64LE(0));
|
|
1200
|
+
* // Prints: 18446744069414584320n
|
|
1201
|
+
* ```
|
|
1202
|
+
* @since v12.0.0, v10.20.0
|
|
1203
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`.
|
|
1204
|
+
*/
|
|
1205
|
+
readBigUInt64LE(offset?: number): bigint;
|
|
1206
|
+
/**
|
|
1207
|
+
* @alias Buffer.readBigUInt64LE
|
|
1208
|
+
* @since v14.10.0, v12.19.0
|
|
1209
|
+
*/
|
|
1210
|
+
readBigUint64LE(offset?: number): bigint;
|
|
1211
|
+
/**
|
|
1212
|
+
* Reads a signed, big-endian 64-bit integer from `buf` at the specified `offset`.
|
|
1213
|
+
*
|
|
1214
|
+
* Integers read from a `Buffer` are interpreted as two's complement signed
|
|
1215
|
+
* values.
|
|
1216
|
+
* @since v12.0.0, v10.20.0
|
|
1217
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`.
|
|
1218
|
+
*/
|
|
1219
|
+
readBigInt64BE(offset?: number): bigint;
|
|
1220
|
+
/**
|
|
1221
|
+
* Reads a signed, little-endian 64-bit integer from `buf` at the specified`offset`.
|
|
1222
|
+
*
|
|
1223
|
+
* Integers read from a `Buffer` are interpreted as two's complement signed
|
|
1224
|
+
* values.
|
|
1225
|
+
* @since v12.0.0, v10.20.0
|
|
1226
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`.
|
|
1227
|
+
*/
|
|
1228
|
+
readBigInt64LE(offset?: number): bigint;
|
|
1229
|
+
/**
|
|
1230
|
+
* Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as an unsigned, little-endian integer supporting
|
|
1231
|
+
* up to 48 bits of accuracy.
|
|
1232
|
+
*
|
|
1233
|
+
* This function is also available under the `readUintLE` alias.
|
|
1234
|
+
*
|
|
1235
|
+
* ```js
|
|
1236
|
+
* import { Buffer } from 'node:buffer';
|
|
1237
|
+
*
|
|
1238
|
+
* const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]);
|
|
1239
|
+
*
|
|
1240
|
+
* console.log(buf.readUIntLE(0, 6).toString(16));
|
|
1241
|
+
* // Prints: ab9078563412
|
|
1242
|
+
* ```
|
|
1243
|
+
* @since v0.11.15
|
|
1244
|
+
* @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`.
|
|
1245
|
+
* @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`.
|
|
1246
|
+
*/
|
|
1247
|
+
readUIntLE(offset: number, byteLength: number): number;
|
|
1248
|
+
/**
|
|
1249
|
+
* @alias Buffer.readUIntLE
|
|
1250
|
+
* @since v14.9.0, v12.19.0
|
|
1251
|
+
*/
|
|
1252
|
+
readUintLE(offset: number, byteLength: number): number;
|
|
1253
|
+
/**
|
|
1254
|
+
* Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as an unsigned big-endian integer supporting
|
|
1255
|
+
* up to 48 bits of accuracy.
|
|
1256
|
+
*
|
|
1257
|
+
* This function is also available under the `readUintBE` alias.
|
|
1258
|
+
*
|
|
1259
|
+
* ```js
|
|
1260
|
+
* import { Buffer } from 'node:buffer';
|
|
1261
|
+
*
|
|
1262
|
+
* const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]);
|
|
1263
|
+
*
|
|
1264
|
+
* console.log(buf.readUIntBE(0, 6).toString(16));
|
|
1265
|
+
* // Prints: 1234567890ab
|
|
1266
|
+
* console.log(buf.readUIntBE(1, 6).toString(16));
|
|
1267
|
+
* // Throws ERR_OUT_OF_RANGE.
|
|
1268
|
+
* ```
|
|
1269
|
+
* @since v0.11.15
|
|
1270
|
+
* @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`.
|
|
1271
|
+
* @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`.
|
|
1272
|
+
*/
|
|
1273
|
+
readUIntBE(offset: number, byteLength: number): number;
|
|
1274
|
+
/**
|
|
1275
|
+
* @alias Buffer.readUIntBE
|
|
1276
|
+
* @since v14.9.0, v12.19.0
|
|
1277
|
+
*/
|
|
1278
|
+
readUintBE(offset: number, byteLength: number): number;
|
|
1279
|
+
/**
|
|
1280
|
+
* Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as a little-endian, two's complement signed value
|
|
1281
|
+
* supporting up to 48 bits of accuracy.
|
|
1282
|
+
*
|
|
1283
|
+
* ```js
|
|
1284
|
+
* import { Buffer } from 'node:buffer';
|
|
1285
|
+
*
|
|
1286
|
+
* const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]);
|
|
1287
|
+
*
|
|
1288
|
+
* console.log(buf.readIntLE(0, 6).toString(16));
|
|
1289
|
+
* // Prints: -546f87a9cbee
|
|
1290
|
+
* ```
|
|
1291
|
+
* @since v0.11.15
|
|
1292
|
+
* @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`.
|
|
1293
|
+
* @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`.
|
|
1294
|
+
*/
|
|
1295
|
+
readIntLE(offset: number, byteLength: number): number;
|
|
1296
|
+
/**
|
|
1297
|
+
* Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as a big-endian, two's complement signed value
|
|
1298
|
+
* supporting up to 48 bits of accuracy.
|
|
1299
|
+
*
|
|
1300
|
+
* ```js
|
|
1301
|
+
* import { Buffer } from 'node:buffer';
|
|
1302
|
+
*
|
|
1303
|
+
* const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]);
|
|
1304
|
+
*
|
|
1305
|
+
* console.log(buf.readIntBE(0, 6).toString(16));
|
|
1306
|
+
* // Prints: 1234567890ab
|
|
1307
|
+
* console.log(buf.readIntBE(1, 6).toString(16));
|
|
1308
|
+
* // Throws ERR_OUT_OF_RANGE.
|
|
1309
|
+
* console.log(buf.readIntBE(1, 0).toString(16));
|
|
1310
|
+
* // Throws ERR_OUT_OF_RANGE.
|
|
1311
|
+
* ```
|
|
1312
|
+
* @since v0.11.15
|
|
1313
|
+
* @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`.
|
|
1314
|
+
* @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`.
|
|
1315
|
+
*/
|
|
1316
|
+
readIntBE(offset: number, byteLength: number): number;
|
|
1317
|
+
/**
|
|
1318
|
+
* Reads an unsigned 8-bit integer from `buf` at the specified `offset`.
|
|
1319
|
+
*
|
|
1320
|
+
* This function is also available under the `readUint8` alias.
|
|
1321
|
+
*
|
|
1322
|
+
* ```js
|
|
1323
|
+
* import { Buffer } from 'node:buffer';
|
|
1324
|
+
*
|
|
1325
|
+
* const buf = Buffer.from([1, -2]);
|
|
1326
|
+
*
|
|
1327
|
+
* console.log(buf.readUInt8(0));
|
|
1328
|
+
* // Prints: 1
|
|
1329
|
+
* console.log(buf.readUInt8(1));
|
|
1330
|
+
* // Prints: 254
|
|
1331
|
+
* console.log(buf.readUInt8(2));
|
|
1332
|
+
* // Throws ERR_OUT_OF_RANGE.
|
|
1333
|
+
* ```
|
|
1334
|
+
* @since v0.5.0
|
|
1335
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`.
|
|
1336
|
+
*/
|
|
1337
|
+
readUInt8(offset?: number): number;
|
|
1338
|
+
/**
|
|
1339
|
+
* @alias Buffer.readUInt8
|
|
1340
|
+
* @since v14.9.0, v12.19.0
|
|
1341
|
+
*/
|
|
1342
|
+
readUint8(offset?: number): number;
|
|
1343
|
+
/**
|
|
1344
|
+
* Reads an unsigned, little-endian 16-bit integer from `buf` at the specified `offset`.
|
|
1345
|
+
*
|
|
1346
|
+
* This function is also available under the `readUint16LE` alias.
|
|
1347
|
+
*
|
|
1348
|
+
* ```js
|
|
1349
|
+
* import { Buffer } from 'node:buffer';
|
|
1350
|
+
*
|
|
1351
|
+
* const buf = Buffer.from([0x12, 0x34, 0x56]);
|
|
1352
|
+
*
|
|
1353
|
+
* console.log(buf.readUInt16LE(0).toString(16));
|
|
1354
|
+
* // Prints: 3412
|
|
1355
|
+
* console.log(buf.readUInt16LE(1).toString(16));
|
|
1356
|
+
* // Prints: 5634
|
|
1357
|
+
* console.log(buf.readUInt16LE(2).toString(16));
|
|
1358
|
+
* // Throws ERR_OUT_OF_RANGE.
|
|
1359
|
+
* ```
|
|
1360
|
+
* @since v0.5.5
|
|
1361
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`.
|
|
1362
|
+
*/
|
|
1363
|
+
readUInt16LE(offset?: number): number;
|
|
1364
|
+
/**
|
|
1365
|
+
* @alias Buffer.readUInt16LE
|
|
1366
|
+
* @since v14.9.0, v12.19.0
|
|
1367
|
+
*/
|
|
1368
|
+
readUint16LE(offset?: number): number;
|
|
1369
|
+
/**
|
|
1370
|
+
* Reads an unsigned, big-endian 16-bit integer from `buf` at the specified`offset`.
|
|
1371
|
+
*
|
|
1372
|
+
* This function is also available under the `readUint16BE` alias.
|
|
1373
|
+
*
|
|
1374
|
+
* ```js
|
|
1375
|
+
* import { Buffer } from 'node:buffer';
|
|
1376
|
+
*
|
|
1377
|
+
* const buf = Buffer.from([0x12, 0x34, 0x56]);
|
|
1378
|
+
*
|
|
1379
|
+
* console.log(buf.readUInt16BE(0).toString(16));
|
|
1380
|
+
* // Prints: 1234
|
|
1381
|
+
* console.log(buf.readUInt16BE(1).toString(16));
|
|
1382
|
+
* // Prints: 3456
|
|
1383
|
+
* ```
|
|
1384
|
+
* @since v0.5.5
|
|
1385
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`.
|
|
1386
|
+
*/
|
|
1387
|
+
readUInt16BE(offset?: number): number;
|
|
1388
|
+
/**
|
|
1389
|
+
* @alias Buffer.readUInt16BE
|
|
1390
|
+
* @since v14.9.0, v12.19.0
|
|
1391
|
+
*/
|
|
1392
|
+
readUint16BE(offset?: number): number;
|
|
1393
|
+
/**
|
|
1394
|
+
* Reads an unsigned, little-endian 32-bit integer from `buf` at the specified`offset`.
|
|
1395
|
+
*
|
|
1396
|
+
* This function is also available under the `readUint32LE` alias.
|
|
1397
|
+
*
|
|
1398
|
+
* ```js
|
|
1399
|
+
* import { Buffer } from 'node:buffer';
|
|
1400
|
+
*
|
|
1401
|
+
* const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]);
|
|
1402
|
+
*
|
|
1403
|
+
* console.log(buf.readUInt32LE(0).toString(16));
|
|
1404
|
+
* // Prints: 78563412
|
|
1405
|
+
* console.log(buf.readUInt32LE(1).toString(16));
|
|
1406
|
+
* // Throws ERR_OUT_OF_RANGE.
|
|
1407
|
+
* ```
|
|
1408
|
+
* @since v0.5.5
|
|
1409
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1410
|
+
*/
|
|
1411
|
+
readUInt32LE(offset?: number): number;
|
|
1412
|
+
/**
|
|
1413
|
+
* @alias Buffer.readUInt32LE
|
|
1414
|
+
* @since v14.9.0, v12.19.0
|
|
1415
|
+
*/
|
|
1416
|
+
readUint32LE(offset?: number): number;
|
|
1417
|
+
/**
|
|
1418
|
+
* Reads an unsigned, big-endian 32-bit integer from `buf` at the specified`offset`.
|
|
1419
|
+
*
|
|
1420
|
+
* This function is also available under the `readUint32BE` alias.
|
|
1421
|
+
*
|
|
1422
|
+
* ```js
|
|
1423
|
+
* import { Buffer } from 'node:buffer';
|
|
1424
|
+
*
|
|
1425
|
+
* const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]);
|
|
1426
|
+
*
|
|
1427
|
+
* console.log(buf.readUInt32BE(0).toString(16));
|
|
1428
|
+
* // Prints: 12345678
|
|
1429
|
+
* ```
|
|
1430
|
+
* @since v0.5.5
|
|
1431
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1432
|
+
*/
|
|
1433
|
+
readUInt32BE(offset?: number): number;
|
|
1434
|
+
/**
|
|
1435
|
+
* @alias Buffer.readUInt32BE
|
|
1436
|
+
* @since v14.9.0, v12.19.0
|
|
1437
|
+
*/
|
|
1438
|
+
readUint32BE(offset?: number): number;
|
|
1439
|
+
/**
|
|
1440
|
+
* Reads a signed 8-bit integer from `buf` at the specified `offset`.
|
|
1441
|
+
*
|
|
1442
|
+
* Integers read from a `Buffer` are interpreted as two's complement signed values.
|
|
1443
|
+
*
|
|
1444
|
+
* ```js
|
|
1445
|
+
* import { Buffer } from 'node:buffer';
|
|
1446
|
+
*
|
|
1447
|
+
* const buf = Buffer.from([-1, 5]);
|
|
1448
|
+
*
|
|
1449
|
+
* console.log(buf.readInt8(0));
|
|
1450
|
+
* // Prints: -1
|
|
1451
|
+
* console.log(buf.readInt8(1));
|
|
1452
|
+
* // Prints: 5
|
|
1453
|
+
* console.log(buf.readInt8(2));
|
|
1454
|
+
* // Throws ERR_OUT_OF_RANGE.
|
|
1455
|
+
* ```
|
|
1456
|
+
* @since v0.5.0
|
|
1457
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`.
|
|
1458
|
+
*/
|
|
1459
|
+
readInt8(offset?: number): number;
|
|
1460
|
+
/**
|
|
1461
|
+
* Reads a signed, little-endian 16-bit integer from `buf` at the specified`offset`.
|
|
1462
|
+
*
|
|
1463
|
+
* Integers read from a `Buffer` are interpreted as two's complement signed values.
|
|
1464
|
+
*
|
|
1465
|
+
* ```js
|
|
1466
|
+
* import { Buffer } from 'node:buffer';
|
|
1467
|
+
*
|
|
1468
|
+
* const buf = Buffer.from([0, 5]);
|
|
1469
|
+
*
|
|
1470
|
+
* console.log(buf.readInt16LE(0));
|
|
1471
|
+
* // Prints: 1280
|
|
1472
|
+
* console.log(buf.readInt16LE(1));
|
|
1473
|
+
* // Throws ERR_OUT_OF_RANGE.
|
|
1474
|
+
* ```
|
|
1475
|
+
* @since v0.5.5
|
|
1476
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`.
|
|
1477
|
+
*/
|
|
1478
|
+
readInt16LE(offset?: number): number;
|
|
1479
|
+
/**
|
|
1480
|
+
* Reads a signed, big-endian 16-bit integer from `buf` at the specified `offset`.
|
|
1481
|
+
*
|
|
1482
|
+
* Integers read from a `Buffer` are interpreted as two's complement signed values.
|
|
1483
|
+
*
|
|
1484
|
+
* ```js
|
|
1485
|
+
* import { Buffer } from 'node:buffer';
|
|
1486
|
+
*
|
|
1487
|
+
* const buf = Buffer.from([0, 5]);
|
|
1488
|
+
*
|
|
1489
|
+
* console.log(buf.readInt16BE(0));
|
|
1490
|
+
* // Prints: 5
|
|
1491
|
+
* ```
|
|
1492
|
+
* @since v0.5.5
|
|
1493
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`.
|
|
1494
|
+
*/
|
|
1495
|
+
readInt16BE(offset?: number): number;
|
|
1496
|
+
/**
|
|
1497
|
+
* Reads a signed, little-endian 32-bit integer from `buf` at the specified`offset`.
|
|
1498
|
+
*
|
|
1499
|
+
* Integers read from a `Buffer` are interpreted as two's complement signed values.
|
|
1500
|
+
*
|
|
1501
|
+
* ```js
|
|
1502
|
+
* import { Buffer } from 'node:buffer';
|
|
1503
|
+
*
|
|
1504
|
+
* const buf = Buffer.from([0, 0, 0, 5]);
|
|
1505
|
+
*
|
|
1506
|
+
* console.log(buf.readInt32LE(0));
|
|
1507
|
+
* // Prints: 83886080
|
|
1508
|
+
* console.log(buf.readInt32LE(1));
|
|
1509
|
+
* // Throws ERR_OUT_OF_RANGE.
|
|
1510
|
+
* ```
|
|
1511
|
+
* @since v0.5.5
|
|
1512
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1513
|
+
*/
|
|
1514
|
+
readInt32LE(offset?: number): number;
|
|
1515
|
+
/**
|
|
1516
|
+
* Reads a signed, big-endian 32-bit integer from `buf` at the specified `offset`.
|
|
1517
|
+
*
|
|
1518
|
+
* Integers read from a `Buffer` are interpreted as two's complement signed values.
|
|
1519
|
+
*
|
|
1520
|
+
* ```js
|
|
1521
|
+
* import { Buffer } from 'node:buffer';
|
|
1522
|
+
*
|
|
1523
|
+
* const buf = Buffer.from([0, 0, 0, 5]);
|
|
1524
|
+
*
|
|
1525
|
+
* console.log(buf.readInt32BE(0));
|
|
1526
|
+
* // Prints: 5
|
|
1527
|
+
* ```
|
|
1528
|
+
* @since v0.5.5
|
|
1529
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1530
|
+
*/
|
|
1531
|
+
readInt32BE(offset?: number): number;
|
|
1532
|
+
/**
|
|
1533
|
+
* Reads a 32-bit, little-endian float from `buf` at the specified `offset`.
|
|
1534
|
+
*
|
|
1535
|
+
* ```js
|
|
1536
|
+
* import { Buffer } from 'node:buffer';
|
|
1537
|
+
*
|
|
1538
|
+
* const buf = Buffer.from([1, 2, 3, 4]);
|
|
1539
|
+
*
|
|
1540
|
+
* console.log(buf.readFloatLE(0));
|
|
1541
|
+
* // Prints: 1.539989614439558e-36
|
|
1542
|
+
* console.log(buf.readFloatLE(1));
|
|
1543
|
+
* // Throws ERR_OUT_OF_RANGE.
|
|
1544
|
+
* ```
|
|
1545
|
+
* @since v0.11.15
|
|
1546
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1547
|
+
*/
|
|
1548
|
+
readFloatLE(offset?: number): number;
|
|
1549
|
+
/**
|
|
1550
|
+
* Reads a 32-bit, big-endian float from `buf` at the specified `offset`.
|
|
1551
|
+
*
|
|
1552
|
+
* ```js
|
|
1553
|
+
* import { Buffer } from 'node:buffer';
|
|
1554
|
+
*
|
|
1555
|
+
* const buf = Buffer.from([1, 2, 3, 4]);
|
|
1556
|
+
*
|
|
1557
|
+
* console.log(buf.readFloatBE(0));
|
|
1558
|
+
* // Prints: 2.387939260590663e-38
|
|
1559
|
+
* ```
|
|
1560
|
+
* @since v0.11.15
|
|
1561
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1562
|
+
*/
|
|
1563
|
+
readFloatBE(offset?: number): number;
|
|
1564
|
+
/**
|
|
1565
|
+
* Reads a 64-bit, little-endian double from `buf` at the specified `offset`.
|
|
1566
|
+
*
|
|
1567
|
+
* ```js
|
|
1568
|
+
* import { Buffer } from 'node:buffer';
|
|
1569
|
+
*
|
|
1570
|
+
* const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]);
|
|
1571
|
+
*
|
|
1572
|
+
* console.log(buf.readDoubleLE(0));
|
|
1573
|
+
* // Prints: 5.447603722011605e-270
|
|
1574
|
+
* console.log(buf.readDoubleLE(1));
|
|
1575
|
+
* // Throws ERR_OUT_OF_RANGE.
|
|
1576
|
+
* ```
|
|
1577
|
+
* @since v0.11.15
|
|
1578
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`.
|
|
1579
|
+
*/
|
|
1580
|
+
readDoubleLE(offset?: number): number;
|
|
1581
|
+
/**
|
|
1582
|
+
* Reads a 64-bit, big-endian double from `buf` at the specified `offset`.
|
|
1583
|
+
*
|
|
1584
|
+
* ```js
|
|
1585
|
+
* import { Buffer } from 'node:buffer';
|
|
1586
|
+
*
|
|
1587
|
+
* const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]);
|
|
1588
|
+
*
|
|
1589
|
+
* console.log(buf.readDoubleBE(0));
|
|
1590
|
+
* // Prints: 8.20788039913184e-304
|
|
1591
|
+
* ```
|
|
1592
|
+
* @since v0.11.15
|
|
1593
|
+
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`.
|
|
1594
|
+
*/
|
|
1595
|
+
readDoubleBE(offset?: number): number;
|
|
1596
|
+
reverse(): this;
|
|
1597
|
+
/**
|
|
1598
|
+
* Interprets `buf` as an array of unsigned 16-bit integers and swaps the
|
|
1599
|
+
* byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 2.
|
|
1600
|
+
*
|
|
1601
|
+
* ```js
|
|
1602
|
+
* import { Buffer } from 'node:buffer';
|
|
1603
|
+
*
|
|
1604
|
+
* const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]);
|
|
1605
|
+
*
|
|
1606
|
+
* console.log(buf1);
|
|
1607
|
+
* // Prints: <Buffer 01 02 03 04 05 06 07 08>
|
|
1608
|
+
*
|
|
1609
|
+
* buf1.swap16();
|
|
1610
|
+
*
|
|
1611
|
+
* console.log(buf1);
|
|
1612
|
+
* // Prints: <Buffer 02 01 04 03 06 05 08 07>
|
|
1613
|
+
*
|
|
1614
|
+
* const buf2 = Buffer.from([0x1, 0x2, 0x3]);
|
|
1615
|
+
*
|
|
1616
|
+
* buf2.swap16();
|
|
1617
|
+
* // Throws ERR_INVALID_BUFFER_SIZE.
|
|
1618
|
+
* ```
|
|
1619
|
+
*
|
|
1620
|
+
* One convenient use of `buf.swap16()` is to perform a fast in-place conversion
|
|
1621
|
+
* between UTF-16 little-endian and UTF-16 big-endian:
|
|
1622
|
+
*
|
|
1623
|
+
* ```js
|
|
1624
|
+
* import { Buffer } from 'node:buffer';
|
|
1625
|
+
*
|
|
1626
|
+
* const buf = Buffer.from('This is little-endian UTF-16', 'utf16le');
|
|
1627
|
+
* buf.swap16(); // Convert to big-endian UTF-16 text.
|
|
1628
|
+
* ```
|
|
1629
|
+
* @since v5.10.0
|
|
1630
|
+
* @return A reference to `buf`.
|
|
1631
|
+
*/
|
|
1632
|
+
swap16(): Buffer;
|
|
1633
|
+
/**
|
|
1634
|
+
* Interprets `buf` as an array of unsigned 32-bit integers and swaps the
|
|
1635
|
+
* byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 4.
|
|
1636
|
+
*
|
|
1637
|
+
* ```js
|
|
1638
|
+
* import { Buffer } from 'node:buffer';
|
|
1639
|
+
*
|
|
1640
|
+
* const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]);
|
|
1641
|
+
*
|
|
1642
|
+
* console.log(buf1);
|
|
1643
|
+
* // Prints: <Buffer 01 02 03 04 05 06 07 08>
|
|
1644
|
+
*
|
|
1645
|
+
* buf1.swap32();
|
|
1646
|
+
*
|
|
1647
|
+
* console.log(buf1);
|
|
1648
|
+
* // Prints: <Buffer 04 03 02 01 08 07 06 05>
|
|
1649
|
+
*
|
|
1650
|
+
* const buf2 = Buffer.from([0x1, 0x2, 0x3]);
|
|
1651
|
+
*
|
|
1652
|
+
* buf2.swap32();
|
|
1653
|
+
* // Throws ERR_INVALID_BUFFER_SIZE.
|
|
1654
|
+
* ```
|
|
1655
|
+
* @since v5.10.0
|
|
1656
|
+
* @return A reference to `buf`.
|
|
1657
|
+
*/
|
|
1658
|
+
swap32(): Buffer;
|
|
1659
|
+
/**
|
|
1660
|
+
* Interprets `buf` as an array of 64-bit numbers and swaps byte order _in-place_.
|
|
1661
|
+
* Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 8.
|
|
1662
|
+
*
|
|
1663
|
+
* ```js
|
|
1664
|
+
* import { Buffer } from 'node:buffer';
|
|
1665
|
+
*
|
|
1666
|
+
* const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]);
|
|
1667
|
+
*
|
|
1668
|
+
* console.log(buf1);
|
|
1669
|
+
* // Prints: <Buffer 01 02 03 04 05 06 07 08>
|
|
1670
|
+
*
|
|
1671
|
+
* buf1.swap64();
|
|
1672
|
+
*
|
|
1673
|
+
* console.log(buf1);
|
|
1674
|
+
* // Prints: <Buffer 08 07 06 05 04 03 02 01>
|
|
1675
|
+
*
|
|
1676
|
+
* const buf2 = Buffer.from([0x1, 0x2, 0x3]);
|
|
1677
|
+
*
|
|
1678
|
+
* buf2.swap64();
|
|
1679
|
+
* // Throws ERR_INVALID_BUFFER_SIZE.
|
|
1680
|
+
* ```
|
|
1681
|
+
* @since v6.3.0
|
|
1682
|
+
* @return A reference to `buf`.
|
|
1683
|
+
*/
|
|
1684
|
+
swap64(): Buffer;
|
|
1685
|
+
/**
|
|
1686
|
+
* Writes `value` to `buf` at the specified `offset`. `value` must be a
|
|
1687
|
+
* valid unsigned 8-bit integer. Behavior is undefined when `value` is anything
|
|
1688
|
+
* other than an unsigned 8-bit integer.
|
|
1689
|
+
*
|
|
1690
|
+
* This function is also available under the `writeUint8` alias.
|
|
1691
|
+
*
|
|
1692
|
+
* ```js
|
|
1693
|
+
* import { Buffer } from 'node:buffer';
|
|
1694
|
+
*
|
|
1695
|
+
* const buf = Buffer.allocUnsafe(4);
|
|
1696
|
+
*
|
|
1697
|
+
* buf.writeUInt8(0x3, 0);
|
|
1698
|
+
* buf.writeUInt8(0x4, 1);
|
|
1699
|
+
* buf.writeUInt8(0x23, 2);
|
|
1700
|
+
* buf.writeUInt8(0x42, 3);
|
|
1701
|
+
*
|
|
1702
|
+
* console.log(buf);
|
|
1703
|
+
* // Prints: <Buffer 03 04 23 42>
|
|
1704
|
+
* ```
|
|
1705
|
+
* @since v0.5.0
|
|
1706
|
+
* @param value Number to be written to `buf`.
|
|
1707
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`.
|
|
1708
|
+
* @return `offset` plus the number of bytes written.
|
|
1709
|
+
*/
|
|
1710
|
+
writeUInt8(value: number, offset?: number): number;
|
|
1711
|
+
/**
|
|
1712
|
+
* @alias Buffer.writeUInt8
|
|
1713
|
+
* @since v14.9.0, v12.19.0
|
|
1714
|
+
*/
|
|
1715
|
+
writeUint8(value: number, offset?: number): number;
|
|
1716
|
+
/**
|
|
1717
|
+
* Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid unsigned 16-bit integer. Behavior is undefined when `value` is
|
|
1718
|
+
* anything other than an unsigned 16-bit integer.
|
|
1719
|
+
*
|
|
1720
|
+
* This function is also available under the `writeUint16LE` alias.
|
|
1721
|
+
*
|
|
1722
|
+
* ```js
|
|
1723
|
+
* import { Buffer } from 'node:buffer';
|
|
1724
|
+
*
|
|
1725
|
+
* const buf = Buffer.allocUnsafe(4);
|
|
1726
|
+
*
|
|
1727
|
+
* buf.writeUInt16LE(0xdead, 0);
|
|
1728
|
+
* buf.writeUInt16LE(0xbeef, 2);
|
|
1729
|
+
*
|
|
1730
|
+
* console.log(buf);
|
|
1731
|
+
* // Prints: <Buffer ad de ef be>
|
|
1732
|
+
* ```
|
|
1733
|
+
* @since v0.5.5
|
|
1734
|
+
* @param value Number to be written to `buf`.
|
|
1735
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`.
|
|
1736
|
+
* @return `offset` plus the number of bytes written.
|
|
1737
|
+
*/
|
|
1738
|
+
writeUInt16LE(value: number, offset?: number): number;
|
|
1739
|
+
/**
|
|
1740
|
+
* @alias Buffer.writeUInt16LE
|
|
1741
|
+
* @since v14.9.0, v12.19.0
|
|
1742
|
+
*/
|
|
1743
|
+
writeUint16LE(value: number, offset?: number): number;
|
|
1744
|
+
/**
|
|
1745
|
+
* Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid unsigned 16-bit integer. Behavior is undefined when `value`is anything other than an
|
|
1746
|
+
* unsigned 16-bit integer.
|
|
1747
|
+
*
|
|
1748
|
+
* This function is also available under the `writeUint16BE` alias.
|
|
1749
|
+
*
|
|
1750
|
+
* ```js
|
|
1751
|
+
* import { Buffer } from 'node:buffer';
|
|
1752
|
+
*
|
|
1753
|
+
* const buf = Buffer.allocUnsafe(4);
|
|
1754
|
+
*
|
|
1755
|
+
* buf.writeUInt16BE(0xdead, 0);
|
|
1756
|
+
* buf.writeUInt16BE(0xbeef, 2);
|
|
1757
|
+
*
|
|
1758
|
+
* console.log(buf);
|
|
1759
|
+
* // Prints: <Buffer de ad be ef>
|
|
1760
|
+
* ```
|
|
1761
|
+
* @since v0.5.5
|
|
1762
|
+
* @param value Number to be written to `buf`.
|
|
1763
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`.
|
|
1764
|
+
* @return `offset` plus the number of bytes written.
|
|
1765
|
+
*/
|
|
1766
|
+
writeUInt16BE(value: number, offset?: number): number;
|
|
1767
|
+
/**
|
|
1768
|
+
* @alias Buffer.writeUInt16BE
|
|
1769
|
+
* @since v14.9.0, v12.19.0
|
|
1770
|
+
*/
|
|
1771
|
+
writeUint16BE(value: number, offset?: number): number;
|
|
1772
|
+
/**
|
|
1773
|
+
* Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid unsigned 32-bit integer. Behavior is undefined when `value` is
|
|
1774
|
+
* anything other than an unsigned 32-bit integer.
|
|
1775
|
+
*
|
|
1776
|
+
* This function is also available under the `writeUint32LE` alias.
|
|
1777
|
+
*
|
|
1778
|
+
* ```js
|
|
1779
|
+
* import { Buffer } from 'node:buffer';
|
|
1780
|
+
*
|
|
1781
|
+
* const buf = Buffer.allocUnsafe(4);
|
|
1782
|
+
*
|
|
1783
|
+
* buf.writeUInt32LE(0xfeedface, 0);
|
|
1784
|
+
*
|
|
1785
|
+
* console.log(buf);
|
|
1786
|
+
* // Prints: <Buffer ce fa ed fe>
|
|
1787
|
+
* ```
|
|
1788
|
+
* @since v0.5.5
|
|
1789
|
+
* @param value Number to be written to `buf`.
|
|
1790
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1791
|
+
* @return `offset` plus the number of bytes written.
|
|
1792
|
+
*/
|
|
1793
|
+
writeUInt32LE(value: number, offset?: number): number;
|
|
1794
|
+
/**
|
|
1795
|
+
* @alias Buffer.writeUInt32LE
|
|
1796
|
+
* @since v14.9.0, v12.19.0
|
|
1797
|
+
*/
|
|
1798
|
+
writeUint32LE(value: number, offset?: number): number;
|
|
1799
|
+
/**
|
|
1800
|
+
* Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid unsigned 32-bit integer. Behavior is undefined when `value`is anything other than an
|
|
1801
|
+
* unsigned 32-bit integer.
|
|
1802
|
+
*
|
|
1803
|
+
* This function is also available under the `writeUint32BE` alias.
|
|
1804
|
+
*
|
|
1805
|
+
* ```js
|
|
1806
|
+
* import { Buffer } from 'node:buffer';
|
|
1807
|
+
*
|
|
1808
|
+
* const buf = Buffer.allocUnsafe(4);
|
|
1809
|
+
*
|
|
1810
|
+
* buf.writeUInt32BE(0xfeedface, 0);
|
|
1811
|
+
*
|
|
1812
|
+
* console.log(buf);
|
|
1813
|
+
* // Prints: <Buffer fe ed fa ce>
|
|
1814
|
+
* ```
|
|
1815
|
+
* @since v0.5.5
|
|
1816
|
+
* @param value Number to be written to `buf`.
|
|
1817
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1818
|
+
* @return `offset` plus the number of bytes written.
|
|
1819
|
+
*/
|
|
1820
|
+
writeUInt32BE(value: number, offset?: number): number;
|
|
1821
|
+
/**
|
|
1822
|
+
* @alias Buffer.writeUInt32BE
|
|
1823
|
+
* @since v14.9.0, v12.19.0
|
|
1824
|
+
*/
|
|
1825
|
+
writeUint32BE(value: number, offset?: number): number;
|
|
1826
|
+
/**
|
|
1827
|
+
* Writes `value` to `buf` at the specified `offset`. `value` must be a valid
|
|
1828
|
+
* signed 8-bit integer. Behavior is undefined when `value` is anything other than
|
|
1829
|
+
* a signed 8-bit integer.
|
|
1830
|
+
*
|
|
1831
|
+
* `value` is interpreted and written as a two's complement signed integer.
|
|
1832
|
+
*
|
|
1833
|
+
* ```js
|
|
1834
|
+
* import { Buffer } from 'node:buffer';
|
|
1835
|
+
*
|
|
1836
|
+
* const buf = Buffer.allocUnsafe(2);
|
|
1837
|
+
*
|
|
1838
|
+
* buf.writeInt8(2, 0);
|
|
1839
|
+
* buf.writeInt8(-2, 1);
|
|
1840
|
+
*
|
|
1841
|
+
* console.log(buf);
|
|
1842
|
+
* // Prints: <Buffer 02 fe>
|
|
1843
|
+
* ```
|
|
1844
|
+
* @since v0.5.0
|
|
1845
|
+
* @param value Number to be written to `buf`.
|
|
1846
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`.
|
|
1847
|
+
* @return `offset` plus the number of bytes written.
|
|
1848
|
+
*/
|
|
1849
|
+
writeInt8(value: number, offset?: number): number;
|
|
1850
|
+
/**
|
|
1851
|
+
* Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid signed 16-bit integer. Behavior is undefined when `value` is
|
|
1852
|
+
* anything other than a signed 16-bit integer.
|
|
1853
|
+
*
|
|
1854
|
+
* The `value` is interpreted and written as a two's complement signed integer.
|
|
1855
|
+
*
|
|
1856
|
+
* ```js
|
|
1857
|
+
* import { Buffer } from 'node:buffer';
|
|
1858
|
+
*
|
|
1859
|
+
* const buf = Buffer.allocUnsafe(2);
|
|
1860
|
+
*
|
|
1861
|
+
* buf.writeInt16LE(0x0304, 0);
|
|
1862
|
+
*
|
|
1863
|
+
* console.log(buf);
|
|
1864
|
+
* // Prints: <Buffer 04 03>
|
|
1865
|
+
* ```
|
|
1866
|
+
* @since v0.5.5
|
|
1867
|
+
* @param value Number to be written to `buf`.
|
|
1868
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`.
|
|
1869
|
+
* @return `offset` plus the number of bytes written.
|
|
1870
|
+
*/
|
|
1871
|
+
writeInt16LE(value: number, offset?: number): number;
|
|
1872
|
+
/**
|
|
1873
|
+
* Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid signed 16-bit integer. Behavior is undefined when `value` is
|
|
1874
|
+
* anything other than a signed 16-bit integer.
|
|
1875
|
+
*
|
|
1876
|
+
* The `value` is interpreted and written as a two's complement signed integer.
|
|
1877
|
+
*
|
|
1878
|
+
* ```js
|
|
1879
|
+
* import { Buffer } from 'node:buffer';
|
|
1880
|
+
*
|
|
1881
|
+
* const buf = Buffer.allocUnsafe(2);
|
|
1882
|
+
*
|
|
1883
|
+
* buf.writeInt16BE(0x0102, 0);
|
|
1884
|
+
*
|
|
1885
|
+
* console.log(buf);
|
|
1886
|
+
* // Prints: <Buffer 01 02>
|
|
1887
|
+
* ```
|
|
1888
|
+
* @since v0.5.5
|
|
1889
|
+
* @param value Number to be written to `buf`.
|
|
1890
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`.
|
|
1891
|
+
* @return `offset` plus the number of bytes written.
|
|
1892
|
+
*/
|
|
1893
|
+
writeInt16BE(value: number, offset?: number): number;
|
|
1894
|
+
/**
|
|
1895
|
+
* Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid signed 32-bit integer. Behavior is undefined when `value` is
|
|
1896
|
+
* anything other than a signed 32-bit integer.
|
|
1897
|
+
*
|
|
1898
|
+
* The `value` is interpreted and written as a two's complement signed integer.
|
|
1899
|
+
*
|
|
1900
|
+
* ```js
|
|
1901
|
+
* import { Buffer } from 'node:buffer';
|
|
1902
|
+
*
|
|
1903
|
+
* const buf = Buffer.allocUnsafe(4);
|
|
1904
|
+
*
|
|
1905
|
+
* buf.writeInt32LE(0x05060708, 0);
|
|
1906
|
+
*
|
|
1907
|
+
* console.log(buf);
|
|
1908
|
+
* // Prints: <Buffer 08 07 06 05>
|
|
1909
|
+
* ```
|
|
1910
|
+
* @since v0.5.5
|
|
1911
|
+
* @param value Number to be written to `buf`.
|
|
1912
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1913
|
+
* @return `offset` plus the number of bytes written.
|
|
1914
|
+
*/
|
|
1915
|
+
writeInt32LE(value: number, offset?: number): number;
|
|
1916
|
+
/**
|
|
1917
|
+
* Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid signed 32-bit integer. Behavior is undefined when `value` is
|
|
1918
|
+
* anything other than a signed 32-bit integer.
|
|
1919
|
+
*
|
|
1920
|
+
* The `value` is interpreted and written as a two's complement signed integer.
|
|
1921
|
+
*
|
|
1922
|
+
* ```js
|
|
1923
|
+
* import { Buffer } from 'node:buffer';
|
|
1924
|
+
*
|
|
1925
|
+
* const buf = Buffer.allocUnsafe(4);
|
|
1926
|
+
*
|
|
1927
|
+
* buf.writeInt32BE(0x01020304, 0);
|
|
1928
|
+
*
|
|
1929
|
+
* console.log(buf);
|
|
1930
|
+
* // Prints: <Buffer 01 02 03 04>
|
|
1931
|
+
* ```
|
|
1932
|
+
* @since v0.5.5
|
|
1933
|
+
* @param value Number to be written to `buf`.
|
|
1934
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1935
|
+
* @return `offset` plus the number of bytes written.
|
|
1936
|
+
*/
|
|
1937
|
+
writeInt32BE(value: number, offset?: number): number;
|
|
1938
|
+
/**
|
|
1939
|
+
* Writes `value` to `buf` at the specified `offset` as little-endian. Behavior is
|
|
1940
|
+
* undefined when `value` is anything other than a JavaScript number.
|
|
1941
|
+
*
|
|
1942
|
+
* ```js
|
|
1943
|
+
* import { Buffer } from 'node:buffer';
|
|
1944
|
+
*
|
|
1945
|
+
* const buf = Buffer.allocUnsafe(4);
|
|
1946
|
+
*
|
|
1947
|
+
* buf.writeFloatLE(0xcafebabe, 0);
|
|
1948
|
+
*
|
|
1949
|
+
* console.log(buf);
|
|
1950
|
+
* // Prints: <Buffer bb fe 4a 4f>
|
|
1951
|
+
* ```
|
|
1952
|
+
* @since v0.11.15
|
|
1953
|
+
* @param value Number to be written to `buf`.
|
|
1954
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1955
|
+
* @return `offset` plus the number of bytes written.
|
|
1956
|
+
*/
|
|
1957
|
+
writeFloatLE(value: number, offset?: number): number;
|
|
1958
|
+
/**
|
|
1959
|
+
* Writes `value` to `buf` at the specified `offset` as big-endian. Behavior is
|
|
1960
|
+
* undefined when `value` is anything other than a JavaScript number.
|
|
1961
|
+
*
|
|
1962
|
+
* ```js
|
|
1963
|
+
* import { Buffer } from 'node:buffer';
|
|
1964
|
+
*
|
|
1965
|
+
* const buf = Buffer.allocUnsafe(4);
|
|
1966
|
+
*
|
|
1967
|
+
* buf.writeFloatBE(0xcafebabe, 0);
|
|
1968
|
+
*
|
|
1969
|
+
* console.log(buf);
|
|
1970
|
+
* // Prints: <Buffer 4f 4a fe bb>
|
|
1971
|
+
* ```
|
|
1972
|
+
* @since v0.11.15
|
|
1973
|
+
* @param value Number to be written to `buf`.
|
|
1974
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1975
|
+
* @return `offset` plus the number of bytes written.
|
|
1976
|
+
*/
|
|
1977
|
+
writeFloatBE(value: number, offset?: number): number;
|
|
1978
|
+
/**
|
|
1979
|
+
* Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a JavaScript number. Behavior is undefined when `value` is anything
|
|
1980
|
+
* other than a JavaScript number.
|
|
1981
|
+
*
|
|
1982
|
+
* ```js
|
|
1983
|
+
* import { Buffer } from 'node:buffer';
|
|
1984
|
+
*
|
|
1985
|
+
* const buf = Buffer.allocUnsafe(8);
|
|
1986
|
+
*
|
|
1987
|
+
* buf.writeDoubleLE(123.456, 0);
|
|
1988
|
+
*
|
|
1989
|
+
* console.log(buf);
|
|
1990
|
+
* // Prints: <Buffer 77 be 9f 1a 2f dd 5e 40>
|
|
1991
|
+
* ```
|
|
1992
|
+
* @since v0.11.15
|
|
1993
|
+
* @param value Number to be written to `buf`.
|
|
1994
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`.
|
|
1995
|
+
* @return `offset` plus the number of bytes written.
|
|
1996
|
+
*/
|
|
1997
|
+
writeDoubleLE(value: number, offset?: number): number;
|
|
1998
|
+
/**
|
|
1999
|
+
* Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a JavaScript number. Behavior is undefined when `value` is anything
|
|
2000
|
+
* other than a JavaScript number.
|
|
2001
|
+
*
|
|
2002
|
+
* ```js
|
|
2003
|
+
* import { Buffer } from 'node:buffer';
|
|
2004
|
+
*
|
|
2005
|
+
* const buf = Buffer.allocUnsafe(8);
|
|
2006
|
+
*
|
|
2007
|
+
* buf.writeDoubleBE(123.456, 0);
|
|
2008
|
+
*
|
|
2009
|
+
* console.log(buf);
|
|
2010
|
+
* // Prints: <Buffer 40 5e dd 2f 1a 9f be 77>
|
|
2011
|
+
* ```
|
|
2012
|
+
* @since v0.11.15
|
|
2013
|
+
* @param value Number to be written to `buf`.
|
|
2014
|
+
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`.
|
|
2015
|
+
* @return `offset` plus the number of bytes written.
|
|
2016
|
+
*/
|
|
2017
|
+
writeDoubleBE(value: number, offset?: number): number;
|
|
2018
|
+
/**
|
|
2019
|
+
* Fills `buf` with the specified `value`. If the `offset` and `end` are not given,
|
|
2020
|
+
* the entire `buf` will be filled:
|
|
2021
|
+
*
|
|
2022
|
+
* ```js
|
|
2023
|
+
* import { Buffer } from 'node:buffer';
|
|
2024
|
+
*
|
|
2025
|
+
* // Fill a `Buffer` with the ASCII character 'h'.
|
|
2026
|
+
*
|
|
2027
|
+
* const b = Buffer.allocUnsafe(50).fill('h');
|
|
2028
|
+
*
|
|
2029
|
+
* console.log(b.toString());
|
|
2030
|
+
* // Prints: hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
|
|
2031
|
+
*
|
|
2032
|
+
* // Fill a buffer with empty string
|
|
2033
|
+
* const c = Buffer.allocUnsafe(5).fill('');
|
|
2034
|
+
*
|
|
2035
|
+
* console.log(c.fill(''));
|
|
2036
|
+
* // Prints: <Buffer 00 00 00 00 00>
|
|
2037
|
+
* ```
|
|
2038
|
+
*
|
|
2039
|
+
* `value` is coerced to a `uint32` value if it is not a string, `Buffer`, or
|
|
2040
|
+
* integer. If the resulting integer is greater than `255` (decimal), `buf` will be
|
|
2041
|
+
* filled with `value & 255`.
|
|
2042
|
+
*
|
|
2043
|
+
* If the final write of a `fill()` operation falls on a multi-byte character,
|
|
2044
|
+
* then only the bytes of that character that fit into `buf` are written:
|
|
2045
|
+
*
|
|
2046
|
+
* ```js
|
|
2047
|
+
* import { Buffer } from 'node:buffer';
|
|
2048
|
+
*
|
|
2049
|
+
* // Fill a `Buffer` with character that takes up two bytes in UTF-8.
|
|
2050
|
+
*
|
|
2051
|
+
* console.log(Buffer.allocUnsafe(5).fill('\u0222'));
|
|
2052
|
+
* // Prints: <Buffer c8 a2 c8 a2 c8>
|
|
2053
|
+
* ```
|
|
2054
|
+
*
|
|
2055
|
+
* If `value` contains invalid characters, it is truncated; if no valid
|
|
2056
|
+
* fill data remains, an exception is thrown:
|
|
2057
|
+
*
|
|
2058
|
+
* ```js
|
|
2059
|
+
* import { Buffer } from 'node:buffer';
|
|
2060
|
+
*
|
|
2061
|
+
* const buf = Buffer.allocUnsafe(5);
|
|
2062
|
+
*
|
|
2063
|
+
* console.log(buf.fill('a'));
|
|
2064
|
+
* // Prints: <Buffer 61 61 61 61 61>
|
|
2065
|
+
* console.log(buf.fill('aazz', 'hex'));
|
|
2066
|
+
* // Prints: <Buffer aa aa aa aa aa>
|
|
2067
|
+
* console.log(buf.fill('zz', 'hex'));
|
|
2068
|
+
* // Throws an exception.
|
|
2069
|
+
* ```
|
|
2070
|
+
* @since v0.5.0
|
|
2071
|
+
* @param value The value with which to fill `buf`. Empty value (string, Uint8Array, Buffer) is coerced to `0`.
|
|
2072
|
+
* @param [offset=0] Number of bytes to skip before starting to fill `buf`.
|
|
2073
|
+
* @param [end=buf.length] Where to stop filling `buf` (not inclusive).
|
|
2074
|
+
* @param [encoding='utf8'] The encoding for `value` if `value` is a string.
|
|
2075
|
+
* @return A reference to `buf`.
|
|
2076
|
+
*/
|
|
2077
|
+
fill(value: string | Uint8Array | number, offset?: number, end?: number, encoding?: BufferEncoding): this;
|
|
2078
|
+
/**
|
|
2079
|
+
* If `value` is:
|
|
2080
|
+
*
|
|
2081
|
+
* * a string, `value` is interpreted according to the character encoding in `encoding`.
|
|
2082
|
+
* * a `Buffer` or [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array), `value` will be used in its entirety.
|
|
2083
|
+
* To compare a partial `Buffer`, use `buf.subarray`.
|
|
2084
|
+
* * a number, `value` will be interpreted as an unsigned 8-bit integer
|
|
2085
|
+
* value between `0` and `255`.
|
|
2086
|
+
*
|
|
2087
|
+
* ```js
|
|
2088
|
+
* import { Buffer } from 'node:buffer';
|
|
2089
|
+
*
|
|
2090
|
+
* const buf = Buffer.from('this is a buffer');
|
|
2091
|
+
*
|
|
2092
|
+
* console.log(buf.indexOf('this'));
|
|
2093
|
+
* // Prints: 0
|
|
2094
|
+
* console.log(buf.indexOf('is'));
|
|
2095
|
+
* // Prints: 2
|
|
2096
|
+
* console.log(buf.indexOf(Buffer.from('a buffer')));
|
|
2097
|
+
* // Prints: 8
|
|
2098
|
+
* console.log(buf.indexOf(97));
|
|
2099
|
+
* // Prints: 8 (97 is the decimal ASCII value for 'a')
|
|
2100
|
+
* console.log(buf.indexOf(Buffer.from('a buffer example')));
|
|
2101
|
+
* // Prints: -1
|
|
2102
|
+
* console.log(buf.indexOf(Buffer.from('a buffer example').slice(0, 8)));
|
|
2103
|
+
* // Prints: 8
|
|
2104
|
+
*
|
|
2105
|
+
* const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le');
|
|
2106
|
+
*
|
|
2107
|
+
* console.log(utf16Buffer.indexOf('\u03a3', 0, 'utf16le'));
|
|
2108
|
+
* // Prints: 4
|
|
2109
|
+
* console.log(utf16Buffer.indexOf('\u03a3', -4, 'utf16le'));
|
|
2110
|
+
* // Prints: 6
|
|
2111
|
+
* ```
|
|
2112
|
+
*
|
|
2113
|
+
* If `value` is not a string, number, or `Buffer`, this method will throw a `TypeError`. If `value` is a number, it will be coerced to a valid byte value,
|
|
2114
|
+
* an integer between 0 and 255.
|
|
2115
|
+
*
|
|
2116
|
+
* If `byteOffset` is not a number, it will be coerced to a number. If the result
|
|
2117
|
+
* of coercion is `NaN` or `0`, then the entire buffer will be searched. This
|
|
2118
|
+
* behavior matches [`String.prototype.indexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/indexOf).
|
|
2119
|
+
*
|
|
2120
|
+
* ```js
|
|
2121
|
+
* import { Buffer } from 'node:buffer';
|
|
2122
|
+
*
|
|
2123
|
+
* const b = Buffer.from('abcdef');
|
|
2124
|
+
*
|
|
2125
|
+
* // Passing a value that's a number, but not a valid byte.
|
|
2126
|
+
* // Prints: 2, equivalent to searching for 99 or 'c'.
|
|
2127
|
+
* console.log(b.indexOf(99.9));
|
|
2128
|
+
* console.log(b.indexOf(256 + 99));
|
|
2129
|
+
*
|
|
2130
|
+
* // Passing a byteOffset that coerces to NaN or 0.
|
|
2131
|
+
* // Prints: 1, searching the whole buffer.
|
|
2132
|
+
* console.log(b.indexOf('b', undefined));
|
|
2133
|
+
* console.log(b.indexOf('b', {}));
|
|
2134
|
+
* console.log(b.indexOf('b', null));
|
|
2135
|
+
* console.log(b.indexOf('b', []));
|
|
2136
|
+
* ```
|
|
2137
|
+
*
|
|
2138
|
+
* If `value` is an empty string or empty `Buffer` and `byteOffset` is less
|
|
2139
|
+
* than `buf.length`, `byteOffset` will be returned. If `value` is empty and`byteOffset` is at least `buf.length`, `buf.length` will be returned.
|
|
2140
|
+
* @since v1.5.0
|
|
2141
|
+
* @param value What to search for.
|
|
2142
|
+
* @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`.
|
|
2143
|
+
* @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`.
|
|
2144
|
+
* @return The index of the first occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`.
|
|
2145
|
+
*/
|
|
2146
|
+
indexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;
|
|
2147
|
+
/**
|
|
2148
|
+
* Identical to `buf.indexOf()`, except the last occurrence of `value` is found
|
|
2149
|
+
* rather than the first occurrence.
|
|
2150
|
+
*
|
|
2151
|
+
* ```js
|
|
2152
|
+
* import { Buffer } from 'node:buffer';
|
|
2153
|
+
*
|
|
2154
|
+
* const buf = Buffer.from('this buffer is a buffer');
|
|
2155
|
+
*
|
|
2156
|
+
* console.log(buf.lastIndexOf('this'));
|
|
2157
|
+
* // Prints: 0
|
|
2158
|
+
* console.log(buf.lastIndexOf('buffer'));
|
|
2159
|
+
* // Prints: 17
|
|
2160
|
+
* console.log(buf.lastIndexOf(Buffer.from('buffer')));
|
|
2161
|
+
* // Prints: 17
|
|
2162
|
+
* console.log(buf.lastIndexOf(97));
|
|
2163
|
+
* // Prints: 15 (97 is the decimal ASCII value for 'a')
|
|
2164
|
+
* console.log(buf.lastIndexOf(Buffer.from('yolo')));
|
|
2165
|
+
* // Prints: -1
|
|
2166
|
+
* console.log(buf.lastIndexOf('buffer', 5));
|
|
2167
|
+
* // Prints: 5
|
|
2168
|
+
* console.log(buf.lastIndexOf('buffer', 4));
|
|
2169
|
+
* // Prints: -1
|
|
2170
|
+
*
|
|
2171
|
+
* const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le');
|
|
2172
|
+
*
|
|
2173
|
+
* console.log(utf16Buffer.lastIndexOf('\u03a3', undefined, 'utf16le'));
|
|
2174
|
+
* // Prints: 6
|
|
2175
|
+
* console.log(utf16Buffer.lastIndexOf('\u03a3', -5, 'utf16le'));
|
|
2176
|
+
* // Prints: 4
|
|
2177
|
+
* ```
|
|
2178
|
+
*
|
|
2179
|
+
* If `value` is not a string, number, or `Buffer`, this method will throw a `TypeError`. If `value` is a number, it will be coerced to a valid byte value,
|
|
2180
|
+
* an integer between 0 and 255.
|
|
2181
|
+
*
|
|
2182
|
+
* If `byteOffset` is not a number, it will be coerced to a number. Any arguments
|
|
2183
|
+
* that coerce to `NaN`, like `{}` or `undefined`, will search the whole buffer.
|
|
2184
|
+
* This behavior matches [`String.prototype.lastIndexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/lastIndexOf).
|
|
2185
|
+
*
|
|
2186
|
+
* ```js
|
|
2187
|
+
* import { Buffer } from 'node:buffer';
|
|
2188
|
+
*
|
|
2189
|
+
* const b = Buffer.from('abcdef');
|
|
2190
|
+
*
|
|
2191
|
+
* // Passing a value that's a number, but not a valid byte.
|
|
2192
|
+
* // Prints: 2, equivalent to searching for 99 or 'c'.
|
|
2193
|
+
* console.log(b.lastIndexOf(99.9));
|
|
2194
|
+
* console.log(b.lastIndexOf(256 + 99));
|
|
2195
|
+
*
|
|
2196
|
+
* // Passing a byteOffset that coerces to NaN.
|
|
2197
|
+
* // Prints: 1, searching the whole buffer.
|
|
2198
|
+
* console.log(b.lastIndexOf('b', undefined));
|
|
2199
|
+
* console.log(b.lastIndexOf('b', {}));
|
|
2200
|
+
*
|
|
2201
|
+
* // Passing a byteOffset that coerces to 0.
|
|
2202
|
+
* // Prints: -1, equivalent to passing 0.
|
|
2203
|
+
* console.log(b.lastIndexOf('b', null));
|
|
2204
|
+
* console.log(b.lastIndexOf('b', []));
|
|
2205
|
+
* ```
|
|
2206
|
+
*
|
|
2207
|
+
* If `value` is an empty string or empty `Buffer`, `byteOffset` will be returned.
|
|
2208
|
+
* @since v6.0.0
|
|
2209
|
+
* @param value What to search for.
|
|
2210
|
+
* @param [byteOffset=buf.length - 1] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`.
|
|
2211
|
+
* @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`.
|
|
2212
|
+
* @return The index of the last occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`.
|
|
2213
|
+
*/
|
|
2214
|
+
lastIndexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;
|
|
2215
|
+
/**
|
|
2216
|
+
* Equivalent to `buf.indexOf() !== -1`.
|
|
2217
|
+
*
|
|
2218
|
+
* ```js
|
|
2219
|
+
* import { Buffer } from 'node:buffer';
|
|
2220
|
+
*
|
|
2221
|
+
* const buf = Buffer.from('this is a buffer');
|
|
2222
|
+
*
|
|
2223
|
+
* console.log(buf.includes('this'));
|
|
2224
|
+
* // Prints: true
|
|
2225
|
+
* console.log(buf.includes('is'));
|
|
2226
|
+
* // Prints: true
|
|
2227
|
+
* console.log(buf.includes(Buffer.from('a buffer')));
|
|
2228
|
+
* // Prints: true
|
|
2229
|
+
* console.log(buf.includes(97));
|
|
2230
|
+
* // Prints: true (97 is the decimal ASCII value for 'a')
|
|
2231
|
+
* console.log(buf.includes(Buffer.from('a buffer example')));
|
|
2232
|
+
* // Prints: false
|
|
2233
|
+
* console.log(buf.includes(Buffer.from('a buffer example').slice(0, 8)));
|
|
2234
|
+
* // Prints: true
|
|
2235
|
+
* console.log(buf.includes('this', 4));
|
|
2236
|
+
* // Prints: false
|
|
2237
|
+
* ```
|
|
2238
|
+
* @since v5.3.0
|
|
2239
|
+
* @param value What to search for.
|
|
2240
|
+
* @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`.
|
|
2241
|
+
* @param [encoding='utf8'] If `value` is a string, this is its encoding.
|
|
2242
|
+
* @return `true` if `value` was found in `buf`, `false` otherwise.
|
|
2243
|
+
*/
|
|
2244
|
+
includes(value: string | number | Buffer, byteOffset?: number, encoding?: BufferEncoding): boolean;
|
|
2245
|
+
}
|
|
2246
|
+
var Buffer: BufferConstructor;
|
|
2247
|
+
/**
|
|
2248
|
+
* Decodes a string of Base64-encoded data into bytes, and encodes those bytes
|
|
2249
|
+
* into a string using Latin-1 (ISO-8859-1).
|
|
2250
|
+
*
|
|
2251
|
+
* The `data` may be any JavaScript-value that can be coerced into a string.
|
|
2252
|
+
*
|
|
2253
|
+
* **This function is only provided for compatibility with legacy web platform APIs**
|
|
2254
|
+
* **and should never be used in new code, because they use strings to represent**
|
|
2255
|
+
* **binary data and predate the introduction of typed arrays in JavaScript.**
|
|
2256
|
+
* **For code running using Node.js APIs, converting between base64-encoded strings**
|
|
2257
|
+
* **and binary data should be performed using `Buffer.from(str, 'base64')` and `buf.toString('base64')`.**
|
|
2258
|
+
* @since v15.13.0, v14.17.0
|
|
2259
|
+
* @legacy Use `Buffer.from(data, 'base64')` instead.
|
|
2260
|
+
* @param data The Base64-encoded input string.
|
|
2261
|
+
*/
|
|
2262
|
+
function atob(data: string): string;
|
|
2263
|
+
/**
|
|
2264
|
+
* Decodes a string into bytes using Latin-1 (ISO-8859), and encodes those bytes
|
|
2265
|
+
* into a string using Base64.
|
|
2266
|
+
*
|
|
2267
|
+
* The `data` may be any JavaScript-value that can be coerced into a string.
|
|
2268
|
+
*
|
|
2269
|
+
* **This function is only provided for compatibility with legacy web platform APIs**
|
|
2270
|
+
* **and should never be used in new code, because they use strings to represent**
|
|
2271
|
+
* **binary data and predate the introduction of typed arrays in JavaScript.**
|
|
2272
|
+
* **For code running using Node.js APIs, converting between base64-encoded strings**
|
|
2273
|
+
* **and binary data should be performed using `Buffer.from(str, 'base64')` and `buf.toString('base64')`.**
|
|
2274
|
+
* @since v15.13.0, v14.17.0
|
|
2275
|
+
* @legacy Use `buf.toString('base64')` instead.
|
|
2276
|
+
* @param data An ASCII (Latin1) string.
|
|
2277
|
+
*/
|
|
2278
|
+
function btoa(data: string): string;
|
|
2279
|
+
interface Blob extends __Blob {}
|
|
2280
|
+
/**
|
|
2281
|
+
* `Blob` class is a global reference for `require('node:buffer').Blob`
|
|
2282
|
+
* https://nodejs.org/api/buffer.html#class-blob
|
|
2283
|
+
* @since v18.0.0
|
|
2284
|
+
*/
|
|
2285
|
+
var Blob: typeof globalThis extends {
|
|
2286
|
+
onmessage: any;
|
|
2287
|
+
Blob: infer T;
|
|
2288
|
+
} ? T
|
|
2289
|
+
: typeof NodeBlob;
|
|
2290
|
+
}
|
|
2291
|
+
}
|
|
2292
|
+
declare module "node:buffer" {
|
|
2293
|
+
export * from "buffer";
|
|
2294
|
+
}
|