@techninja/staticart 0.1.4
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/README.md +183 -0
- package/api/checkout.js +72 -0
- package/api/jsconfig.json +16 -0
- package/api/lib/config.js +42 -0
- package/api/lib/dynamo.js +102 -0
- package/api/lib/response.js +21 -0
- package/api/lib/shipping/index.js +126 -0
- package/api/lib/stripe.js +97 -0
- package/api/node_modules/.package-lock.json +1659 -0
- package/api/node_modules/@aws/lambda-invoke-store/LICENSE +175 -0
- package/api/node_modules/@aws/lambda-invoke-store/README.md +198 -0
- package/api/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +119 -0
- package/api/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +117 -0
- package/api/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
- package/api/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +49 -0
- package/api/node_modules/@aws/lambda-invoke-store/package.json +55 -0
- package/api/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +118 -0
- package/api/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
- package/api/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/constants.d.ts +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/constants.js +43 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.d.ts +8 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +30 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +2 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/index.js +8 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.d.ts +2 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js +11 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.d.ts +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js +56 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +40 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +8 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +27 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +2 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/index.js +3 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.d.ts +2 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +7 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +53 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +4 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +66 -0
- package/api/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
- package/api/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
- package/api/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +30 -0
- package/api/node_modules/@aws-crypto/sha256-browser/src/index.ts +2 -0
- package/api/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
- package/api/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
- package/api/node_modules/@aws-crypto/sha256-browser/tsconfig.json +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +7 -0
- package/api/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +106 -0
- package/api/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
- package/api/node_modules/@aws-crypto/sha256-js/README.md +29 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.d.ts +17 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js +124 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/constants.d.ts +20 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/constants.js +98 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/index.d.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/index.js +5 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.d.ts +12 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js +85 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.d.ts +5 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js +322 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +17 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +121 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +20 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/constants.js +95 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/index.js +2 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +12 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +82 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +5 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +319 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/package.json +32 -0
- package/api/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
- package/api/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
- package/api/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
- package/api/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
- package/api/node_modules/@aws-crypto/sha256-js/tsconfig.json +10 -0
- package/api/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +7 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +66 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/index.d.ts +1 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +5 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +1 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.d.ts +4 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +69 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +1 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +1 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +2 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +1 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +4 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +62 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +1 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/package.json +28 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +10 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +7 -0
- package/api/node_modules/@aws-crypto/util/CHANGELOG.md +71 -0
- package/api/node_modules/@aws-crypto/util/LICENSE +201 -0
- package/api/node_modules/@aws-crypto/util/README.md +16 -0
- package/api/node_modules/@aws-crypto/util/build/main/convertToBuffer.d.ts +2 -0
- package/api/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +24 -0
- package/api/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/main/index.d.ts +4 -0
- package/api/node_modules/@aws-crypto/util/build/main/index.js +14 -0
- package/api/node_modules/@aws-crypto/util/build/main/index.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +2 -0
- package/api/node_modules/@aws-crypto/util/build/main/isEmptyData.js +13 -0
- package/api/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/main/numToUint8.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/build/main/numToUint8.js +15 -0
- package/api/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js +20 -0
- package/api/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +2 -0
- package/api/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +20 -0
- package/api/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/module/index.d.ts +4 -0
- package/api/node_modules/@aws-crypto/util/build/module/index.js +7 -0
- package/api/node_modules/@aws-crypto/util/build/module/index.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +2 -0
- package/api/node_modules/@aws-crypto/util/build/module/isEmptyData.js +9 -0
- package/api/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/build/module/numToUint8.js +11 -0
- package/api/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +16 -0
- package/api/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +4 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
- package/api/node_modules/@aws-crypto/util/package.json +32 -0
- package/api/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
- package/api/node_modules/@aws-crypto/util/src/index.ts +7 -0
- package/api/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
- package/api/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
- package/api/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
- package/api/node_modules/@aws-crypto/util/tsconfig.json +9 -0
- package/api/node_modules/@aws-crypto/util/tsconfig.module.json +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/README.md +596 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +46 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/endpointResolver.js +27 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +1667 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/DynamoDBServiceException.js +12 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/errors.js +478 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +41 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +58 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.native.js +15 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +53 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/schemas/schemas_0.js +2391 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +149 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +55 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +40 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +16 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +16 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +16 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +16 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +16 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +16 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +16 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/index.js +57 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/EndpointParameters.js +15 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/endpointResolver.js +23 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +4 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/extensionConfiguration.js +1 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +10 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/models/DynamoDBServiceException.js +8 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/models/enums.js +245 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/models/errors.js +440 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +1 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/Interfaces.js +1 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListContributorInsightsPaginator.js +4 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListExportsPaginator.js +4 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListImportsPaginator.js +4 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListTablesPaginator.js +4 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/QueryPaginator.js +4 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ScanPaginator.js +4 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/index.js +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +36 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +53 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.native.js +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +49 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeExtensions.js +9 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +2382 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/index.js +6 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForContributorInsightsEnabled.js +40 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForExportCompleted.js +40 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForImportCompleted.js +49 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForKinesisStreamingDestinationActive.js +49 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableExists.js +34 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +25 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +512 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +272 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +234 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +366 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +414 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +151 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +212 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +395 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +197 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +296 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +145 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +339 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +175 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +104 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +94 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +78 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +124 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +134 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +178 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +165 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +91 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +165 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +270 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +164 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +86 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +128 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +130 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +251 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +534 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +152 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +264 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +124 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +275 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +109 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +92 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +104 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +95 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +110 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +103 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +93 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +315 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +147 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +338 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +374 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +408 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +337 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +145 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +496 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +659 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +140 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +111 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +93 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +180 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +286 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +323 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +127 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +459 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +246 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +149 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/index.d.ts +57 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +64 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +34 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/models/DynamoDBServiceException.d.ts +14 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/models/enums.d.ts +589 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/models/errors.d.ts +803 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +10015 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/Interfaces.d.ts +8 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListContributorInsightsPaginator.d.ts +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListExportsPaginator.d.ts +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListImportsPaginator.d.ts +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListTablesPaginator.d.ts +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/QueryPaginator.d.ts +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ScanPaginator.d.ts +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/index.d.ts +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +60 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +60 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +59 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +28 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeExtensions.d.ts +17 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/schemas/schemas_0.d.ts +325 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDB.d.ts +1102 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +471 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +50 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateTableCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +50 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/GetItemCommand.d.ts +41 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +50 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ImportTableCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListExportsCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +50 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListImportsCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTablesCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/PutItemCommand.d.ts +41 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +50 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +41 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +41 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TagResourceCommand.d.ts +45 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +50 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +45 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +50 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateKinesisStreamingDestinationCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +50 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/index.d.ts +57 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +65 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +13 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +9 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/enums.d.ts +313 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/errors.d.ts +286 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +1558 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListContributorInsightsPaginator.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListTablesPaginator.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/QueryPaginator.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ScanPaginator.d.ts +8 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +114 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +111 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +118 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +34 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/schemas/schemas_0.d.ts +325 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForContributorInsightsEnabled.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForExportCompleted.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForImportCompleted.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForKinesisStreamingDestinationActive.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForTableExists.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForTableNotExists.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForContributorInsightsEnabled.d.ts +14 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForExportCompleted.d.ts +14 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForImportCompleted.d.ts +14 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForKinesisStreamingDestinationActive.d.ts +14 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForTableExists.d.ts +14 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForTableNotExists.d.ts +14 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/package.json +111 -0
- package/api/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/core/README.md +39 -0
- package/api/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/account-id-endpoint.js +5 -0
- package/api/node_modules/@aws-sdk/core/client.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/client.js +5 -0
- package/api/node_modules/@aws-sdk/core/dist-cjs/index.js +2262 -0
- package/api/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +55 -0
- package/api/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +68 -0
- package/api/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +307 -0
- package/api/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1892 -0
- package/api/node_modules/@aws-sdk/core/dist-es/index.js +3 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +5 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js +15 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +72 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +22 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +5 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +139 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +2 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js +1 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +140 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +50 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +3 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +20 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +21 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +21 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +78 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +84 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +149 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +176 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +135 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +54 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +21 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +138 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +189 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +99 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +153 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +295 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +46 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/api/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +27 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +16 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +12 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/longPollMiddleware.d.ts +14 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +43 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +117 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +74 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +25 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +20 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +22 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +22 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +29 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +36 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +28 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +13 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +27 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +49 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +13 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +31 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +15 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +4 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +9 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +65 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +53 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +36 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +20 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +21 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +21 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +49 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +49 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +22 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +18 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +60 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +21 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +47 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/api/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
- package/api/node_modules/@aws-sdk/core/package.json +121 -0
- package/api/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/protocols.js +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/README.md +20 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +41 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +30 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +36 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +4 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +12 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/README.md +10 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +31 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +70 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +53 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +42 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +27 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +65 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +49 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +13 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +9 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +69 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +11 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +10 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +18 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +8 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +8 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/package.json +70 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/README.md +20 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +224 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +9 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +80 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +30 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +32 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +25 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +18 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +16 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +55 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +4 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +48 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +12 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +11 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +16 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +19 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +13 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +20 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +19 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +28 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +30 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +9 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +9 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +10 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +12 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +11 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +16 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +16 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/package.json +74 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/README.md +16 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/README.md +104 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +156 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +73 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +17 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +60 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +59 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +11 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +26 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +7 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/package.json +72 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/README.md +20 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +79 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +9 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +30 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +36 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +12 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +14 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +4 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +9 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +11 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +7 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/README.md +20 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +192 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +83 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +4 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +90 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +9 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +69 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +16 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +3 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +24 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +4 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +3 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +9 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +18 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +14 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +22 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/README.md +20 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +34 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +62 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +27 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +30 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +25 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +17 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +145 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +8 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +18 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +39 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/package.json +73 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/README.md +4 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/dist-cjs/index.js +91 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/dist-es/codec/DynamoDBJsonCodec.js +86 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/dist-es/index.js +1 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/dist-types/codec/DynamoDBJsonCodec.d.ts +18 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/dist-types/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/codec/DynamoDBJsonCodec.d.ts +10 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/package.json +58 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/README.md +24 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +59 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-es/Endpoint.js +1 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-es/EndpointCache.js +54 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-es/index.js +2 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/Endpoint.d.ts +13 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/EndpointCache.d.ts +56 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/index.d.ts +8 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/Endpoint.d.ts +4 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/EndpointCache.d.ts +14 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/package.json +55 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/README.md +464 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/index.js +836 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/DynamoDBDocument.js +214 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/DynamoDBDocumentClient.js +20 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/baseCommand/DynamoDBDocumentClientCommand.js +32 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +39 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchGetCommand.js +45 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchWriteCommand.js +57 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/DeleteCommand.js +38 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ExecuteStatementCommand.js +31 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +36 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/GetCommand.js +28 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/PutCommand.js +38 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/QueryCommand.js +42 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ScanCommand.js +37 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/TransactGetCommand.js +38 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/TransactWriteCommand.js +53 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/UpdateCommand.js +43 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/index.js +13 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/utils.js +80 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/index.js +5 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/Interfaces.js +1 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/QueryPaginator.js +4 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/ScanPaginator.js +4 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/index.js +3 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/DynamoDBDocument.d.ts +195 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/DynamoDBDocumentClient.d.ts +96 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/baseCommand/DynamoDBDocumentClientCommand.d.ts +17 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +66 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchGetCommand.d.ts +70 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchWriteCommand.d.ts +94 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/DeleteCommand.d.ts +66 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +52 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +60 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/GetCommand.d.ts +48 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/PutCommand.d.ts +66 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/QueryCommand.d.ts +70 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ScanCommand.d.ts +62 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactGetCommand.d.ts +64 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactWriteCommand.d.ts +92 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/UpdateCommand.d.ts +74 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/index.d.ts +13 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/utils.d.ts +33 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/index.d.ts +7 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/Interfaces.d.ts +13 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/QueryPaginator.d.ts +11 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/ScanPaginator.d.ts +11 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/DynamoDBDocument.d.ts +221 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/DynamoDBDocumentClient.d.ts +105 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/baseCommand/DynamoDBDocumentClientCommand.d.ts +30 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +96 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchGetCommand.d.ts +92 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +142 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/DeleteCommand.d.ts +96 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +61 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +78 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/GetCommand.d.ts +57 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/PutCommand.d.ts +93 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +96 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +80 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactGetCommand.d.ts +82 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactWriteCommand.d.ts +151 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/UpdateCommand.d.ts +113 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/utils.d.ts +17 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/index.d.ts +11 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/Interfaces.d.ts +8 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/QueryPaginator.d.ts +12 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/ScanPaginator.d.ts +9 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/package.json +68 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/README.md +4 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/index.js +188 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/configurations.js +27 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/endpointDiscoveryMiddleware.js +45 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/getCacheKey.js +13 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/getEndpointDiscoveryPlugin.js +22 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/index.js +3 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/resolveEndpointDiscoveryConfig.js +12 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/updateDiscoveredEndpointInCache.js +57 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts +5 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/endpointDiscoveryMiddleware.d.ts +4 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getCacheKey.d.ts +9 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getEndpointDiscoveryPlugin.d.ts +29 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveEndpointDiscoveryConfig.d.ts +60 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/configurations.d.ts +4 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/endpointDiscoveryMiddleware.d.ts +17 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/getCacheKey.d.ts +10 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/getEndpointDiscoveryPlugin.d.ts +41 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/resolveEndpointDiscoveryConfig.d.ts +28 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/updateDiscoveredEndpointInCache.d.ts +15 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/updateDiscoveredEndpointInCache.d.ts +8 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +61 -0
- package/api/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
- package/api/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +41 -0
- package/api/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +33 -0
- package/api/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +35 -0
- package/api/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +29 -0
- package/api/node_modules/@aws-sdk/middleware-host-header/package.json +59 -0
- package/api/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
- package/api/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +48 -0
- package/api/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +1 -0
- package/api/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +42 -0
- package/api/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +4 -0
- package/api/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +17 -0
- package/api/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/README.md +17 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +29 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +33 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +5 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/configuration.js +7 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/getRecursionDetectionPlugin.js +7 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +2 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.browser.js +1 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +29 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.native.js +1 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +5 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +5 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +6 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +6 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +6 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/configuration.d.ts +3 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts +4 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.browser.d.ts +5 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.d.ts +5 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.native.d.ts +5 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/package.json +63 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +194 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +28 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +7 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +2 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +82 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +20 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +44 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +7 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +21 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +7 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +21 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +18 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/package.json +63 -0
- package/api/node_modules/@aws-sdk/nested-clients/README.md +13 -0
- package/api/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
- package/api/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +18 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +54 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.native.js +15 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +133 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +170 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +49 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +54 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +106 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +172 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +54 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +49 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +54 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +19 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +145 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +202 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +68 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/index.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.js +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +16 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +16 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/extensionConfiguration.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/models_0.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +33 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +49 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.native.js +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +130 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +45 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +122 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +16 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/EndpointParameters.js +13 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/extensionConfiguration.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +7 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/errors.js +49 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +49 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +45 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +16 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +13 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +103 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +49 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +45 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +137 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +55 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +16 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +16 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +107 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +15 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +142 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +63 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +46 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +192 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +197 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/EndpointParameters.d.ts +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +189 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +17 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +63 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +63 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +197 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +97 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +30 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/SSOServiceException.d.ts +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/errors.d.ts +53 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +61 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeExtensions.d.ts +17 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/schemas/schemas_0.d.ts +17 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +220 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +176 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +54 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +109 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +61 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +85 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +270 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +290 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +56 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +19 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +107 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +588 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +64 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +63 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +27 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/EndpointParameters.d.ts +51 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +122 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +125 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +118 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +129 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +58 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +18 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +117 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +46 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +10 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/SSOServiceException.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +30 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +120 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +115 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +124 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +58 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeExtensions.d.ts +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +16 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +120 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +18 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +120 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +115 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +124 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +58 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +22 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +127 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +57 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +59 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +129 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +111 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +133 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +58 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +26 -0
- package/api/node_modules/@aws-sdk/nested-clients/package.json +147 -0
- package/api/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/api/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/api/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
- package/api/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
- package/api/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
- package/api/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
- package/api/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
- package/api/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/README.md +19 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +38 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +15 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +3 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/package.json +62 -0
- package/api/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/token-providers/README.md +62 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +157 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +81 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +10 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/index.js +4 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +12 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +9 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +8 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +7 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +4 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +14 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +11 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +7 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +4 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
- package/api/node_modules/@aws-sdk/token-providers/package.json +70 -0
- package/api/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/types/README.md +4 -0
- package/api/node_modules/@aws-sdk/types/dist-cjs/index.js +13 -0
- package/api/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
- package/api/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
- package/api/node_modules/@aws-sdk/types/dist-es/index.js +34 -0
- package/api/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
- package/api/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +52 -0
- package/api/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
- package/api/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
- package/api/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +67 -0
- package/api/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/api/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
- package/api/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
- package/api/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +61 -0
- package/api/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
- package/api/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +11 -0
- package/api/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/types/dist-types/index.d.ts +34 -0
- package/api/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
- package/api/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
- package/api/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
- package/api/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
- package/api/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
- package/api/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
- package/api/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +15 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +60 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +31 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +6 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +34 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/package.json +57 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/README.md +50 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-cjs/index.js +309 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/NumberValue.js +37 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/convertToAttr.js +175 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/convertToNative.js +61 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/index.js +6 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/marshall.js +21 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/models.js +1 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/unmarshall.js +7 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/NumberValue.d.ts +55 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/convertToAttr.d.ts +10 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/convertToNative.d.ts +10 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/marshall.d.ts +81 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/models.d.ts +38 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/NumberValue.d.ts +30 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/convertToAttr.d.ts +7 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/convertToNative.d.ts +7 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/marshall.d.ts +112 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/models.d.ts +46 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/unmarshall.d.ts +13 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/unmarshall.d.ts +31 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/package.json +58 -0
- package/api/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/api/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
- package/api/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +14 -0
- package/api/node_modules/@aws-sdk/util-locate-window/dist-es/index.js +10 -0
- package/api/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-locate-window/package.json +54 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/README.md +29 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +2 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +57 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +58 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +22 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +1 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-es/createUserAgentStringParsingProvider.js +20 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +53 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +18 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +7 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/createUserAgentStringParsingProvider.d.ts +14 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +27 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +18 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +4 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/createUserAgentStringParsingProvider.d.ts +9 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +22 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +17 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/README.md +17 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +185 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +3 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +36 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +75 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +7 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +9 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +8 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +28 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +5 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +3 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +2 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/package.json +69 -0
- package/api/node_modules/@aws-sdk/xml-builder/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/xml-builder/README.md +17 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +131 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +23 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +10 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +15 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-es/index.js +3 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js +1 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +57 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +20 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +12 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.browser.d.ts +9 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +4 -0
- package/api/node_modules/@aws-sdk/xml-builder/package.json +63 -0
- package/api/node_modules/@smithy/config-resolver/LICENSE +201 -0
- package/api/node_modules/@smithy/config-resolver/README.md +17 -0
- package/api/node_modules/@smithy/config-resolver/dist-cjs/index.js +198 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +14 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +14 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +4 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +10 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +14 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +15 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/index.js +3 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +15 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +12 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +2 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +24 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +1 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +1 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +1 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +1 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +1 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +29 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +5 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +1 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +12 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +3 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +23 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +23 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +16 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +37 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/index.d.ts +12 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +17 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +8 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +11 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +10 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +15 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +13 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +14 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +19 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +13 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +13 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +14 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +12 -0
- package/api/node_modules/@smithy/config-resolver/package.json +65 -0
- package/api/node_modules/@smithy/core/LICENSE +201 -0
- package/api/node_modules/@smithy/core/README.md +56 -0
- package/api/node_modules/@smithy/core/cbor.d.ts +7 -0
- package/api/node_modules/@smithy/core/cbor.js +6 -0
- package/api/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +6 -0
- package/api/node_modules/@smithy/core/dist-cjs/index.js +345 -0
- package/api/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +21 -0
- package/api/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +21 -0
- package/api/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +46 -0
- package/api/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +6 -0
- package/api/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +24 -0
- package/api/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +19 -0
- package/api/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +27 -0
- package/api/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +5 -0
- package/api/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +10 -0
- package/api/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +44 -0
- package/api/node_modules/@smithy/core/dist-cjs/request-builder/requestBuilder.js +5 -0
- package/api/node_modules/@smithy/core/dist-cjs/setFeature.js +14 -0
- package/api/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1096 -0
- package/api/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
- package/api/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +259 -0
- package/api/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +875 -0
- package/api/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +698 -0
- package/api/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +694 -0
- package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +17 -0
- package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +38 -0
- package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +15 -0
- package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +6 -0
- package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +9 -0
- package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +6 -0
- package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +61 -0
- package/api/node_modules/@smithy/core/dist-es/getSmithyContext.js +2 -0
- package/api/node_modules/@smithy/core/dist-es/index.js +8 -0
- package/api/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +17 -0
- package/api/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +17 -0
- package/api/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +42 -0
- package/api/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +3 -0
- package/api/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
- package/api/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +15 -0
- package/api/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +23 -0
- package/api/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +2 -0
- package/api/node_modules/@smithy/core/dist-es/normalizeProvider.js +6 -0
- package/api/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +41 -0
- package/api/node_modules/@smithy/core/dist-es/request-builder/requestBuilder.js +1 -0
- package/api/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +206 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +100 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +37 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +426 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +221 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +25 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +21 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +5 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +92 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +254 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +286 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +140 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +92 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/SerdeContext.js +6 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +13 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +69 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +66 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +42 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +33 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +91 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +19 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +84 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/index.js +14 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +65 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +19 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +15 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +14 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +16 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +303 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +20 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +20 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +16 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +26 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/date-utils.js +190 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/index.js +10 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/lazy-json.js +24 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +230 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/quote-header.js +6 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +101 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/split-every.js +27 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/split-header.js +37 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +25 -0
- package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +13 -0
- package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +34 -0
- package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +11 -0
- package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +3 -0
- package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +5 -0
- package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +3 -0
- package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +55 -0
- package/api/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +5 -0
- package/api/node_modules/@smithy/core/dist-types/index.d.ts +8 -0
- package/api/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/api/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/api/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
- package/api/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +3 -0
- package/api/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/api/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/api/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/api/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +2 -0
- package/api/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +7 -0
- package/api/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +7 -0
- package/api/node_modules/@smithy/core/dist-types/request-builder/requestBuilder.d.ts +5 -0
- package/api/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +33 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +28 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +62 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +5 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +31 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +89 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +16 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +16 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +13 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +71 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +14 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +24 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +143 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +23 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +16 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +23 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +23 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +13 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/date-utils.d.ts +73 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +10 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +270 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/quote-header.d.ts +6 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/split-every.d.ts +11 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/split-header.d.ts +5 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +33 -0
- package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +3 -0
- package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
- package/api/node_modules/@smithy/core/endpoints.d.ts +7 -0
- package/api/node_modules/@smithy/core/endpoints.js +6 -0
- package/api/node_modules/@smithy/core/event-streams.d.ts +7 -0
- package/api/node_modules/@smithy/core/event-streams.js +6 -0
- package/api/node_modules/@smithy/core/package.json +145 -0
- package/api/node_modules/@smithy/core/protocols.d.ts +7 -0
- package/api/node_modules/@smithy/core/protocols.js +6 -0
- package/api/node_modules/@smithy/core/schema.d.ts +7 -0
- package/api/node_modules/@smithy/core/schema.js +6 -0
- package/api/node_modules/@smithy/core/serde.d.ts +7 -0
- package/api/node_modules/@smithy/core/serde.js +6 -0
- package/api/node_modules/@smithy/credential-provider-imds/LICENSE +201 -0
- package/api/node_modules/@smithy/credential-provider-imds/README.md +20 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +372 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +5 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +7 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +5 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +8 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +10 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +77 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +134 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/index.js +7 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +13 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +3 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +36 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +2 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +7 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/types.js +1 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +17 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +19 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +25 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +7 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +13 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +7 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +13 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +12 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +21 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +10 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +28 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +19 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +40 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +6 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +8 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +10 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +7 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +21 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +16 -0
- package/api/node_modules/@smithy/credential-provider-imds/package.json +69 -0
- package/api/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
- package/api/node_modules/@smithy/fetch-http-handler/README.md +11 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +233 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +158 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +53 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +42 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
- package/api/node_modules/@smithy/fetch-http-handler/package.json +68 -0
- package/api/node_modules/@smithy/hash-node/LICENSE +201 -0
- package/api/node_modules/@smithy/hash-node/README.md +17 -0
- package/api/node_modules/@smithy/hash-node/dist-cjs/index.js +42 -0
- package/api/node_modules/@smithy/hash-node/dist-es/index.js +37 -0
- package/api/node_modules/@smithy/hash-node/dist-types/index.d.ts +13 -0
- package/api/node_modules/@smithy/hash-node/package.json +64 -0
- package/api/node_modules/@smithy/invalid-dependency/LICENSE +201 -0
- package/api/node_modules/@smithy/invalid-dependency/README.md +17 -0
- package/api/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +10 -0
- package/api/node_modules/@smithy/invalid-dependency/dist-es/index.js +2 -0
- package/api/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +3 -0
- package/api/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +1 -0
- package/api/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +8 -0
- package/api/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +4 -0
- package/api/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +5 -0
- package/api/node_modules/@smithy/invalid-dependency/package.json +60 -0
- package/api/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
- package/api/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/api/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +6 -0
- package/api/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/api/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/api/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/api/node_modules/@smithy/is-array-buffer/package.json +61 -0
- package/api/node_modules/@smithy/middleware-content-length/LICENSE +201 -0
- package/api/node_modules/@smithy/middleware-content-length/README.md +17 -0
- package/api/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +46 -0
- package/api/node_modules/@smithy/middleware-content-length/dist-es/index.js +39 -0
- package/api/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +6 -0
- package/api/node_modules/@smithy/middleware-content-length/package.json +63 -0
- package/api/node_modules/@smithy/middleware-endpoint/LICENSE +201 -0
- package/api/node_modules/@smithy/middleware-endpoint/README.md +17 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +5 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +264 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +50 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +1 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +3 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +64 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +31 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +2 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +17 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +36 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +18 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/index.js +6 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +24 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +1 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +37 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/types.js +1 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +14 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +28 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +2 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +8 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +6 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +10 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +11 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +18 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +109 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +4 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +26 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +41 -0
- package/api/node_modules/@smithy/middleware-endpoint/package.json +74 -0
- package/api/node_modules/@smithy/middleware-retry/LICENSE +201 -0
- package/api/node_modules/@smithy/middleware-retry/README.md +24 -0
- package/api/node_modules/@smithy/middleware-retry/dist-cjs/index.js +396 -0
- package/api/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
- package/api/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/configurations.js +48 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/index.js +8 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +1 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/longPollMiddleware.js +15 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +22 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +49 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/AdaptiveRetryStrategy.js +21 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/StandardRetryStrategy.js +94 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/defaultRetryQuota.js +27 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/delayDecider.js +2 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/retryDecider.js +7 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/types.js +1 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +105 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/util.js +9 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +68 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +8 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/longPollMiddleware.d.ts +15 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +15 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/parseRetryAfterHeader.d.ts +10 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +24 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +33 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +26 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/delayDecider.d.ts +6 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/retryDecider.d.ts +6 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/types.d.ts +65 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +14 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +2 -0
- package/api/node_modules/@smithy/middleware-retry/package.json +79 -0
- package/api/node_modules/@smithy/middleware-serde/LICENSE +201 -0
- package/api/node_modules/@smithy/middleware-serde/README.md +17 -0
- package/api/node_modules/@smithy/middleware-serde/dist-cjs/index.js +104 -0
- package/api/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +58 -0
- package/api/node_modules/@smithy/middleware-serde/dist-es/index.js +3 -0
- package/api/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +22 -0
- package/api/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +15 -0
- package/api/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +6 -0
- package/api/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +3 -0
- package/api/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +24 -0
- package/api/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +6 -0
- package/api/node_modules/@smithy/middleware-serde/package.json +65 -0
- package/api/node_modules/@smithy/middleware-stack/LICENSE +201 -0
- package/api/node_modules/@smithy/middleware-stack/README.md +91 -0
- package/api/node_modules/@smithy/middleware-stack/dist-cjs/index.js +285 -0
- package/api/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +281 -0
- package/api/node_modules/@smithy/middleware-stack/dist-es/index.js +1 -0
- package/api/node_modules/@smithy/middleware-stack/dist-es/types.js +1 -0
- package/api/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +5 -0
- package/api/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +1 -0
- package/api/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +22 -0
- package/api/node_modules/@smithy/middleware-stack/package.json +63 -0
- package/api/node_modules/@smithy/node-config-provider/LICENSE +201 -0
- package/api/node_modules/@smithy/node-config-provider/README.md +17 -0
- package/api/node_modules/@smithy/node-config-provider/dist-cjs/index.js +62 -0
- package/api/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +9 -0
- package/api/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +14 -0
- package/api/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +23 -0
- package/api/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
- package/api/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
- package/api/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
- package/api/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +31 -0
- package/api/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +20 -0
- package/api/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +22 -0
- package/api/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +9 -0
- package/api/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
- package/api/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +4 -0
- package/api/node_modules/@smithy/node-config-provider/package.json +65 -0
- package/api/node_modules/@smithy/node-http-handler/LICENSE +201 -0
- package/api/node_modules/@smithy/node-http-handler/README.md +9 -0
- package/api/node_modules/@smithy/node-http-handler/dist-cjs/index.js +762 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +230 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +87 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +169 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +21 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +88 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +8 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +21 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +63 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +46 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +24 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +12 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +63 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +13 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +5 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +6 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +13 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
- package/api/node_modules/@smithy/node-http-handler/package.json +67 -0
- package/api/node_modules/@smithy/property-provider/LICENSE +201 -0
- package/api/node_modules/@smithy/property-provider/README.md +17 -0
- package/api/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
- package/api/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
- package/api/node_modules/@smithy/property-provider/dist-es/ProviderError.js +23 -0
- package/api/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
- package/api/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
- package/api/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
- package/api/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
- package/api/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
- package/api/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +31 -0
- package/api/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
- package/api/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +31 -0
- package/api/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
- package/api/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
- package/api/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
- package/api/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
- package/api/node_modules/@smithy/property-provider/package.json +60 -0
- package/api/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/api/node_modules/@smithy/protocol-http/README.md +17 -0
- package/api/node_modules/@smithy/protocol-http/dist-cjs/index.js +169 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/Field.js +26 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/Fields.js +20 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +21 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +64 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +18 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/index.js +8 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +50 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +33 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +35 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +56 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +29 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/index.d.ts +8 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
- package/api/node_modules/@smithy/protocol-http/package.json +61 -0
- package/api/node_modules/@smithy/querystring-builder/LICENSE +201 -0
- package/api/node_modules/@smithy/querystring-builder/README.md +17 -0
- package/api/node_modules/@smithy/querystring-builder/dist-cjs/index.js +26 -0
- package/api/node_modules/@smithy/querystring-builder/dist-es/index.js +21 -0
- package/api/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +5 -0
- package/api/node_modules/@smithy/querystring-builder/package.json +60 -0
- package/api/node_modules/@smithy/querystring-parser/LICENSE +201 -0
- package/api/node_modules/@smithy/querystring-parser/README.md +17 -0
- package/api/node_modules/@smithy/querystring-parser/dist-cjs/index.js +27 -0
- package/api/node_modules/@smithy/querystring-parser/dist-es/index.js +23 -0
- package/api/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +5 -0
- package/api/node_modules/@smithy/querystring-parser/package.json +60 -0
- package/api/node_modules/@smithy/service-error-classification/LICENSE +201 -0
- package/api/node_modules/@smithy/service-error-classification/README.md +17 -0
- package/api/node_modules/@smithy/service-error-classification/dist-cjs/index.js +77 -0
- package/api/node_modules/@smithy/service-error-classification/dist-es/constants.js +28 -0
- package/api/node_modules/@smithy/service-error-classification/dist-es/index.js +39 -0
- package/api/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +30 -0
- package/api/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +24 -0
- package/api/node_modules/@smithy/service-error-classification/package.json +59 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +15 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +196 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +11 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +10 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +39 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +15 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +5 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +52 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +10 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +33 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +17 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +18 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +16 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/package.json +72 -0
- package/api/node_modules/@smithy/signature-v4/LICENSE +201 -0
- package/api/node_modules/@smithy/signature-v4/README.md +11 -0
- package/api/node_modules/@smithy/signature-v4/dist-cjs/index.js +569 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +126 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +135 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +79 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/constants.js +43 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +33 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +20 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +29 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +20 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +26 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/index.js +11 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +17 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +11 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +399 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/utilDate.js +15 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +21 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +43 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +30 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +4 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/index.d.ts +11 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +10 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +5 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +14 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +2 -0
- package/api/node_modules/@smithy/signature-v4/package.json +69 -0
- package/api/node_modules/@smithy/smithy-client/LICENSE +201 -0
- package/api/node_modules/@smithy/smithy-client/README.md +17 -0
- package/api/node_modules/@smithy/smithy-client/dist-cjs/index.js +635 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +7 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/client.js +51 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/command.js +124 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/constants.js +1 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +47 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +22 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +26 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +6 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/exceptions.js +50 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +49 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +9 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +15 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +1 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +12 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/index.js +20 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +92 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +14 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/serde-json.js +19 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +11 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/client.d.ts +87 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +5 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/command.d.ts +119 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +4 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +18 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +15 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +28 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +8 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +42 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +5 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +26 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +18 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +7 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +7 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/index.d.ts +21 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +162 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +5 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +15 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +12 -0
- package/api/node_modules/@smithy/smithy-client/package.json +69 -0
- package/api/node_modules/@smithy/types/LICENSE +201 -0
- package/api/node_modules/@smithy/types/README.md +115 -0
- package/api/node_modules/@smithy/types/dist-cjs/index.js +91 -0
- package/api/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/api/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/api/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/api/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/api/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/api/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/api/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
- package/api/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
- package/api/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/api/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/api/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/api/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/index.js +43 -0
- package/api/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/api/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/api/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/api/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/api/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/api/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/api/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/api/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/api/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/api/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/api/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/api/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/api/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
- package/api/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/api/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
- package/api/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
- package/api/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
- package/api/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/api/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
- package/api/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
- package/api/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/api/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/api/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
- package/api/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/api/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
- package/api/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
- package/api/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
- package/api/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
- package/api/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/api/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
- package/api/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
- package/api/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
- package/api/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/api/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/api/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/api/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/api/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/api/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/api/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +128 -0
- package/api/node_modules/@smithy/types/dist-types/http.d.ts +113 -0
- package/api/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/api/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/api/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/api/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/api/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/api/node_modules/@smithy/types/dist-types/index.d.ts +43 -0
- package/api/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/api/node_modules/@smithy/types/dist-types/middleware.d.ts +540 -0
- package/api/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
- package/api/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/api/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/api/node_modules/@smithy/types/dist-types/retry.d.ts +137 -0
- package/api/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +143 -0
- package/api/node_modules/@smithy/types/dist-types/schema/schema.d.ts +236 -0
- package/api/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
- package/api/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +99 -0
- package/api/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
- package/api/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
- package/api/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/api/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/api/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/api/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
- package/api/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
- package/api/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
- package/api/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
- package/api/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/api/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
- package/api/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/api/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
- package/api/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/api/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/api/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/api/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/api/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/api/node_modules/@smithy/types/package.json +60 -0
- package/api/node_modules/@smithy/url-parser/LICENSE +201 -0
- package/api/node_modules/@smithy/url-parser/README.md +17 -0
- package/api/node_modules/@smithy/url-parser/dist-cjs/index.js +23 -0
- package/api/node_modules/@smithy/url-parser/dist-es/index.js +18 -0
- package/api/node_modules/@smithy/url-parser/dist-types/index.d.ts +5 -0
- package/api/node_modules/@smithy/url-parser/package.json +61 -0
- package/api/node_modules/@smithy/util-base64/LICENSE +201 -0
- package/api/node_modules/@smithy/util-base64/README.md +4 -0
- package/api/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +12 -0
- package/api/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +40 -0
- package/api/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
- package/api/node_modules/@smithy/util-base64/dist-cjs/index.js +27 -0
- package/api/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +38 -0
- package/api/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +19 -0
- package/api/node_modules/@smithy/util-base64/dist-es/constants.browser.js +9 -0
- package/api/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +36 -0
- package/api/node_modules/@smithy/util-base64/dist-es/fromBase64.js +12 -0
- package/api/node_modules/@smithy/util-base64/dist-es/index.js +2 -0
- package/api/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +35 -0
- package/api/node_modules/@smithy/util-base64/dist-es/toBase64.js +15 -0
- package/api/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +5 -0
- package/api/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +8 -0
- package/api/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +7 -0
- package/api/node_modules/@smithy/util-base64/dist-types/index.d.ts +2 -0
- package/api/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +9 -0
- package/api/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +8 -0
- package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +5 -0
- package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +8 -0
- package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +7 -0
- package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +2 -0
- package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +9 -0
- package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +8 -0
- package/api/node_modules/@smithy/util-base64/package.json +74 -0
- package/api/node_modules/@smithy/util-body-length-browser/LICENSE +201 -0
- package/api/node_modules/@smithy/util-body-length-browser/README.md +12 -0
- package/api/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +30 -0
- package/api/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +26 -0
- package/api/node_modules/@smithy/util-body-length-browser/dist-es/index.js +1 -0
- package/api/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +4 -0
- package/api/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +4 -0
- package/api/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
- package/api/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +4 -0
- package/api/node_modules/@smithy/util-body-length-browser/package.json +61 -0
- package/api/node_modules/@smithy/util-body-length-node/LICENSE +201 -0
- package/api/node_modules/@smithy/util-body-length-node/README.md +12 -0
- package/api/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +32 -0
- package/api/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +27 -0
- package/api/node_modules/@smithy/util-body-length-node/dist-es/index.js +1 -0
- package/api/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +4 -0
- package/api/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +4 -0
- package/api/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
- package/api/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +4 -0
- package/api/node_modules/@smithy/util-body-length-node/package.json +62 -0
- package/api/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
- package/api/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/api/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +20 -0
- package/api/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/api/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/api/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/api/node_modules/@smithy/util-buffer-from/package.json +62 -0
- package/api/node_modules/@smithy/util-config-provider/LICENSE +201 -0
- package/api/node_modules/@smithy/util-config-provider/README.md +4 -0
- package/api/node_modules/@smithy/util-config-provider/dist-cjs/index.js +30 -0
- package/api/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +9 -0
- package/api/node_modules/@smithy/util-config-provider/dist-es/index.js +3 -0
- package/api/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +9 -0
- package/api/node_modules/@smithy/util-config-provider/dist-es/types.js +5 -0
- package/api/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +10 -0
- package/api/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +3 -0
- package/api/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +9 -0
- package/api/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +10 -0
- package/api/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +3 -0
- package/api/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +9 -0
- package/api/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +4 -0
- package/api/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +4 -0
- package/api/node_modules/@smithy/util-config-provider/package.json +63 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/LICENSE +201 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/README.md +17 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +4 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +16 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +34 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +23 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +1 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +1 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +30 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +19 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +12 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +4 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/package.json +65 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/LICENSE +201 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/README.md +17 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +74 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +6 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +11 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +1 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +52 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +24 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +6 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +4 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/package.json +66 -0
- package/api/node_modules/@smithy/util-endpoints/LICENSE +201 -0
- package/api/node_modules/@smithy/util-endpoints/README.md +17 -0
- package/api/node_modules/@smithy/util-endpoints/dist-cjs/index.js +472 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +50 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +12 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +21 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/index.js +6 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +11 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +25 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +9 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +13 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +51 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +9 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +27 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +6 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/types/index.js +7 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +12 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +14 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +22 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +27 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +14 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +29 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +42 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +36 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +12 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +28 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +15 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +7 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +34 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +9 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +6 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +5 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +7 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +4 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +9 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +4 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +5 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +7 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +5 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +5 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +5 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +7 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +4 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +6 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +3 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +5 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +4 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +3 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +7 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +25 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +4 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +11 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +8 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +8 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +3 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +7 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +8 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +8 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/package.json +68 -0
- package/api/node_modules/@smithy/util-hex-encoding/LICENSE +201 -0
- package/api/node_modules/@smithy/util-hex-encoding/README.md +4 -0
- package/api/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +38 -0
- package/api/node_modules/@smithy/util-hex-encoding/dist-es/index.js +33 -0
- package/api/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +12 -0
- package/api/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +12 -0
- package/api/node_modules/@smithy/util-hex-encoding/package.json +61 -0
- package/api/node_modules/@smithy/util-middleware/LICENSE +201 -0
- package/api/node_modules/@smithy/util-middleware/README.md +17 -0
- package/api/node_modules/@smithy/util-middleware/dist-cjs/index.js +15 -0
- package/api/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
- package/api/node_modules/@smithy/util-middleware/dist-es/index.js +2 -0
- package/api/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +6 -0
- package/api/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
- package/api/node_modules/@smithy/util-middleware/dist-types/index.d.ts +8 -0
- package/api/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +7 -0
- package/api/node_modules/@smithy/util-middleware/package.json +66 -0
- package/api/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/api/node_modules/@smithy/util-retry/README.md +78 -0
- package/api/node_modules/@smithy/util-retry/dist-cjs/index.js +327 -0
- package/api/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +30 -0
- package/api/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +19 -0
- package/api/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +110 -0
- package/api/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
- package/api/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
- package/api/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +80 -0
- package/api/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
- package/api/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
- package/api/node_modules/@smithy/util-retry/dist-es/index.js +8 -0
- package/api/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
- package/api/node_modules/@smithy/util-retry/dist-es/types.js +1 -0
- package/api/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
- package/api/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/api/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +119 -0
- package/api/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/api/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
- package/api/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +43 -0
- package/api/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
- package/api/node_modules/@smithy/util-retry/dist-types/constants.d.ts +60 -0
- package/api/node_modules/@smithy/util-retry/dist-types/index.d.ts +8 -0
- package/api/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
- package/api/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
- package/api/node_modules/@smithy/util-retry/package.json +70 -0
- package/api/node_modules/@smithy/util-stream/LICENSE +201 -0
- package/api/node_modules/@smithy/util-stream/README.md +6 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +36 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +64 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +39 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +12 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +60 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +103 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +41 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +34 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/headStream.js +42 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/index.js +108 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +68 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +54 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +10 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +16 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +10 -0
- package/api/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +32 -0
- package/api/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +23 -0
- package/api/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
- package/api/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +60 -0
- package/api/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
- package/api/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
- package/api/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +57 -0
- package/api/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +95 -0
- package/api/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
- package/api/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +38 -0
- package/api/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +31 -0
- package/api/node_modules/@smithy/util-stream/dist-es/headStream.js +38 -0
- package/api/node_modules/@smithy/util-stream/dist-es/index.js +9 -0
- package/api/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
- package/api/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +50 -0
- package/api/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +7 -0
- package/api/node_modules/@smithy/util-stream/dist-es/splitStream.js +13 -0
- package/api/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +5 -0
- package/api/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +13 -0
- package/api/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +22 -0
- package/api/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
- package/api/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +61 -0
- package/api/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +14 -0
- package/api/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +13 -0
- package/api/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +15 -0
- package/api/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +50 -0
- package/api/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/api/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +10 -0
- package/api/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +7 -0
- package/api/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +9 -0
- package/api/node_modules/@smithy/util-stream/dist-types/index.d.ts +12 -0
- package/api/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
- package/api/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
- package/api/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +5 -0
- package/api/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +11 -0
- package/api/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +17 -0
- package/api/node_modules/@smithy/util-stream/package.json +98 -0
- package/api/node_modules/@smithy/util-uri-escape/LICENSE +201 -0
- package/api/node_modules/@smithy/util-uri-escape/README.md +10 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +9 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +2 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +2 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-es/index.js +2 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +4 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +4 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +8 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +4 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +4 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +8 -0
- package/api/node_modules/@smithy/util-uri-escape/package.json +60 -0
- package/api/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/api/node_modules/@smithy/util-utf8/README.md +4 -0
- package/api/node_modules/@smithy/util-utf8/dist-cjs/index.js +32 -0
- package/api/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/api/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/api/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/api/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/api/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/api/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/api/node_modules/@smithy/util-utf8/package.json +67 -0
- package/api/node_modules/@smithy/util-waiter/LICENSE +201 -0
- package/api/node_modules/@smithy/util-waiter/README.md +17 -0
- package/api/node_modules/@smithy/util-waiter/dist-cjs/index.js +179 -0
- package/api/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
- package/api/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +48 -0
- package/api/node_modules/@smithy/util-waiter/dist-es/index.js +2 -0
- package/api/node_modules/@smithy/util-waiter/dist-es/poller.js +60 -0
- package/api/node_modules/@smithy/util-waiter/dist-es/utils/index.js +2 -0
- package/api/node_modules/@smithy/util-waiter/dist-es/utils/sleep.js +3 -0
- package/api/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +17 -0
- package/api/node_modules/@smithy/util-waiter/dist-es/waiter.js +35 -0
- package/api/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
- package/api/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +11 -0
- package/api/node_modules/@smithy/util-waiter/dist-types/index.d.ts +2 -0
- package/api/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +10 -0
- package/api/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +8 -0
- package/api/node_modules/@smithy/util-waiter/dist-types/utils/sleep.d.ts +4 -0
- package/api/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +8 -0
- package/api/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +49 -0
- package/api/node_modules/@smithy/util-waiter/package.json +62 -0
- package/api/node_modules/@smithy/uuid/LICENSE +201 -0
- package/api/node_modules/@smithy/uuid/README.md +10 -0
- package/api/node_modules/@smithy/uuid/dist-cjs/index.js +36 -0
- package/api/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +6 -0
- package/api/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js +4 -0
- package/api/node_modules/@smithy/uuid/dist-es/index.js +1 -0
- package/api/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js +1 -0
- package/api/node_modules/@smithy/uuid/dist-es/randomUUID.js +2 -0
- package/api/node_modules/@smithy/uuid/dist-es/randomUUID.native.js +1 -0
- package/api/node_modules/@smithy/uuid/dist-es/v4.js +31 -0
- package/api/node_modules/@smithy/uuid/dist-types/index.d.ts +1 -0
- package/api/node_modules/@smithy/uuid/dist-types/randomUUID.browser.d.ts +1 -0
- package/api/node_modules/@smithy/uuid/dist-types/randomUUID.d.ts +2 -0
- package/api/node_modules/@smithy/uuid/dist-types/randomUUID.native.d.ts +1 -0
- package/api/node_modules/@smithy/uuid/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.browser.d.ts +1 -0
- package/api/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.d.ts +2 -0
- package/api/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.native.d.ts +1 -0
- package/api/node_modules/@smithy/uuid/dist-types/ts3.4/v4.d.ts +19 -0
- package/api/node_modules/@smithy/uuid/dist-types/v4.d.ts +19 -0
- package/api/node_modules/@smithy/uuid/package.json +66 -0
- package/api/node_modules/@types/node/LICENSE +21 -0
- package/api/node_modules/@types/node/README.md +15 -0
- package/api/node_modules/@types/node/assert/strict.d.ts +105 -0
- package/api/node_modules/@types/node/assert.d.ts +955 -0
- package/api/node_modules/@types/node/async_hooks.d.ts +623 -0
- package/api/node_modules/@types/node/buffer.buffer.d.ts +466 -0
- package/api/node_modules/@types/node/buffer.d.ts +1810 -0
- package/api/node_modules/@types/node/child_process.d.ts +1433 -0
- package/api/node_modules/@types/node/cluster.d.ts +486 -0
- package/api/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/api/node_modules/@types/node/console.d.ts +151 -0
- package/api/node_modules/@types/node/constants.d.ts +20 -0
- package/api/node_modules/@types/node/crypto.d.ts +4065 -0
- package/api/node_modules/@types/node/dgram.d.ts +564 -0
- package/api/node_modules/@types/node/diagnostics_channel.d.ts +576 -0
- package/api/node_modules/@types/node/dns/promises.d.ts +503 -0
- package/api/node_modules/@types/node/dns.d.ts +922 -0
- package/api/node_modules/@types/node/domain.d.ts +166 -0
- package/api/node_modules/@types/node/events.d.ts +1047 -0
- package/api/node_modules/@types/node/fs/promises.d.ts +1329 -0
- package/api/node_modules/@types/node/fs.d.ts +4678 -0
- package/api/node_modules/@types/node/globals.d.ts +150 -0
- package/api/node_modules/@types/node/globals.typedarray.d.ts +101 -0
- package/api/node_modules/@types/node/http.d.ts +2188 -0
- package/api/node_modules/@types/node/http2.d.ts +2480 -0
- package/api/node_modules/@types/node/https.d.ts +405 -0
- package/api/node_modules/@types/node/index.d.ts +115 -0
- package/api/node_modules/@types/node/inspector/promises.d.ts +41 -0
- package/api/node_modules/@types/node/inspector.d.ts +269 -0
- package/api/node_modules/@types/node/inspector.generated.d.ts +4401 -0
- package/api/node_modules/@types/node/module.d.ts +757 -0
- package/api/node_modules/@types/node/net.d.ts +952 -0
- package/api/node_modules/@types/node/os.d.ts +507 -0
- package/api/node_modules/@types/node/package.json +155 -0
- package/api/node_modules/@types/node/path/posix.d.ts +8 -0
- package/api/node_modules/@types/node/path/win32.d.ts +8 -0
- package/api/node_modules/@types/node/path.d.ts +187 -0
- package/api/node_modules/@types/node/perf_hooks.d.ts +643 -0
- package/api/node_modules/@types/node/process.d.ts +2175 -0
- package/api/node_modules/@types/node/punycode.d.ts +117 -0
- package/api/node_modules/@types/node/querystring.d.ts +152 -0
- package/api/node_modules/@types/node/quic.d.ts +910 -0
- package/api/node_modules/@types/node/readline/promises.d.ts +161 -0
- package/api/node_modules/@types/node/readline.d.ts +542 -0
- package/api/node_modules/@types/node/repl.d.ts +415 -0
- package/api/node_modules/@types/node/sea.d.ts +162 -0
- package/api/node_modules/@types/node/sqlite.d.ts +1065 -0
- package/api/node_modules/@types/node/stream/consumers.d.ts +38 -0
- package/api/node_modules/@types/node/stream/promises.d.ts +211 -0
- package/api/node_modules/@types/node/stream/web.d.ts +296 -0
- package/api/node_modules/@types/node/stream.d.ts +1793 -0
- package/api/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/api/node_modules/@types/node/test/reporters.d.ts +96 -0
- package/api/node_modules/@types/node/test.d.ts +2275 -0
- package/api/node_modules/@types/node/timers/promises.d.ts +108 -0
- package/api/node_modules/@types/node/timers.d.ts +159 -0
- package/api/node_modules/@types/node/tls.d.ts +1203 -0
- package/api/node_modules/@types/node/trace_events.d.ts +197 -0
- package/api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
- package/api/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/api/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/api/node_modules/@types/node/ts5.6/index.d.ts +117 -0
- package/api/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/api/node_modules/@types/node/ts5.7/index.d.ts +117 -0
- package/api/node_modules/@types/node/tty.d.ts +250 -0
- package/api/node_modules/@types/node/url.d.ts +541 -0
- package/api/node_modules/@types/node/util/types.d.ts +558 -0
- package/api/node_modules/@types/node/util.d.ts +1687 -0
- package/api/node_modules/@types/node/v8.d.ts +988 -0
- package/api/node_modules/@types/node/vm.d.ts +1208 -0
- package/api/node_modules/@types/node/wasi.d.ts +202 -0
- package/api/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
- package/api/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/api/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/api/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/api/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/api/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/api/node_modules/@types/node/web-globals/events.d.ts +106 -0
- package/api/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
- package/api/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/api/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/api/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/api/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/api/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/api/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/api/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/api/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/api/node_modules/@types/node/worker_threads.d.ts +717 -0
- package/api/node_modules/@types/node/zlib.d.ts +682 -0
- package/api/node_modules/bowser/LICENSE +39 -0
- package/api/node_modules/bowser/README.md +246 -0
- package/api/node_modules/bowser/bundled.js +1 -0
- package/api/node_modules/bowser/es5.js +1 -0
- package/api/node_modules/bowser/index.d.ts +353 -0
- package/api/node_modules/bowser/package.json +93 -0
- package/api/node_modules/bowser/src/bowser.js +93 -0
- package/api/node_modules/bowser/src/constants.js +177 -0
- package/api/node_modules/bowser/src/parser-browsers.js +1183 -0
- package/api/node_modules/bowser/src/parser-engines.js +120 -0
- package/api/node_modules/bowser/src/parser-os.js +211 -0
- package/api/node_modules/bowser/src/parser-platforms.js +566 -0
- package/api/node_modules/bowser/src/parser.js +592 -0
- package/api/node_modules/bowser/src/utils.js +327 -0
- package/api/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/api/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/api/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/api/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/api/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/api/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/api/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/api/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/api/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/api/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/api/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/api/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/api/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/api/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/api/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/api/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/api/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/api/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/api/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/api/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/api/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/api/node_modules/call-bound/.eslintrc +13 -0
- package/api/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/api/node_modules/call-bound/.nycrc +9 -0
- package/api/node_modules/call-bound/CHANGELOG.md +42 -0
- package/api/node_modules/call-bound/LICENSE +21 -0
- package/api/node_modules/call-bound/README.md +53 -0
- package/api/node_modules/call-bound/index.d.ts +94 -0
- package/api/node_modules/call-bound/index.js +19 -0
- package/api/node_modules/call-bound/package.json +99 -0
- package/api/node_modules/call-bound/test/index.js +61 -0
- package/api/node_modules/call-bound/tsconfig.json +10 -0
- package/api/node_modules/dunder-proto/.eslintrc +5 -0
- package/api/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/api/node_modules/dunder-proto/.nycrc +13 -0
- package/api/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/api/node_modules/dunder-proto/LICENSE +21 -0
- package/api/node_modules/dunder-proto/README.md +54 -0
- package/api/node_modules/dunder-proto/get.d.ts +5 -0
- package/api/node_modules/dunder-proto/get.js +30 -0
- package/api/node_modules/dunder-proto/package.json +76 -0
- package/api/node_modules/dunder-proto/set.d.ts +5 -0
- package/api/node_modules/dunder-proto/set.js +35 -0
- package/api/node_modules/dunder-proto/test/get.js +34 -0
- package/api/node_modules/dunder-proto/test/index.js +4 -0
- package/api/node_modules/dunder-proto/test/set.js +50 -0
- package/api/node_modules/dunder-proto/tsconfig.json +9 -0
- package/api/node_modules/es-define-property/.eslintrc +13 -0
- package/api/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/api/node_modules/es-define-property/.nycrc +9 -0
- package/api/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/api/node_modules/es-define-property/LICENSE +21 -0
- package/api/node_modules/es-define-property/README.md +49 -0
- package/api/node_modules/es-define-property/index.d.ts +3 -0
- package/api/node_modules/es-define-property/index.js +14 -0
- package/api/node_modules/es-define-property/package.json +81 -0
- package/api/node_modules/es-define-property/test/index.js +56 -0
- package/api/node_modules/es-define-property/tsconfig.json +10 -0
- package/api/node_modules/es-errors/.eslintrc +5 -0
- package/api/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/api/node_modules/es-errors/CHANGELOG.md +40 -0
- package/api/node_modules/es-errors/LICENSE +21 -0
- package/api/node_modules/es-errors/README.md +55 -0
- package/api/node_modules/es-errors/eval.d.ts +3 -0
- package/api/node_modules/es-errors/eval.js +4 -0
- package/api/node_modules/es-errors/index.d.ts +3 -0
- package/api/node_modules/es-errors/index.js +4 -0
- package/api/node_modules/es-errors/package.json +80 -0
- package/api/node_modules/es-errors/range.d.ts +3 -0
- package/api/node_modules/es-errors/range.js +4 -0
- package/api/node_modules/es-errors/ref.d.ts +3 -0
- package/api/node_modules/es-errors/ref.js +4 -0
- package/api/node_modules/es-errors/syntax.d.ts +3 -0
- package/api/node_modules/es-errors/syntax.js +4 -0
- package/api/node_modules/es-errors/test/index.js +19 -0
- package/api/node_modules/es-errors/tsconfig.json +49 -0
- package/api/node_modules/es-errors/type.d.ts +3 -0
- package/api/node_modules/es-errors/type.js +4 -0
- package/api/node_modules/es-errors/uri.d.ts +3 -0
- package/api/node_modules/es-errors/uri.js +4 -0
- package/api/node_modules/es-object-atoms/.eslintrc +16 -0
- package/api/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/api/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/api/node_modules/es-object-atoms/LICENSE +21 -0
- package/api/node_modules/es-object-atoms/README.md +63 -0
- package/api/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/api/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/api/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/api/node_modules/es-object-atoms/ToObject.js +10 -0
- package/api/node_modules/es-object-atoms/index.d.ts +3 -0
- package/api/node_modules/es-object-atoms/index.js +4 -0
- package/api/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/api/node_modules/es-object-atoms/isObject.js +6 -0
- package/api/node_modules/es-object-atoms/package.json +80 -0
- package/api/node_modules/es-object-atoms/test/index.js +38 -0
- package/api/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/api/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
- package/api/node_modules/fast-xml-builder/LICENSE +21 -0
- package/api/node_modules/fast-xml-builder/README.md +23 -0
- package/api/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
- package/api/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
- package/api/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
- package/api/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
- package/api/node_modules/fast-xml-builder/package.json +80 -0
- package/api/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
- package/api/node_modules/fast-xml-builder/src/fxb.js +529 -0
- package/api/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
- package/api/node_modules/fast-xml-builder/src/orderedJs2Xml.js +292 -0
- package/api/node_modules/fast-xml-builder/src/prettifyJs2Xml.js +0 -0
- package/api/node_modules/fast-xml-parser/CHANGELOG.md +759 -0
- package/api/node_modules/fast-xml-parser/LICENSE +21 -0
- package/api/node_modules/fast-xml-parser/README.md +225 -0
- package/api/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
- package/api/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
- package/api/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
- package/api/node_modules/fast-xml-parser/lib/fxp.d.cts +603 -0
- package/api/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
- package/api/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
- package/api/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
- package/api/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
- package/api/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
- package/api/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
- package/api/node_modules/fast-xml-parser/lib/pem.d.cts +148 -0
- package/api/node_modules/fast-xml-parser/package.json +94 -0
- package/api/node_modules/fast-xml-parser/src/cli/cli.js +97 -0
- package/api/node_modules/fast-xml-parser/src/cli/man.js +17 -0
- package/api/node_modules/fast-xml-parser/src/cli/read.js +43 -0
- package/api/node_modules/fast-xml-parser/src/fxp.d.ts +579 -0
- package/api/node_modules/fast-xml-parser/src/fxp.js +14 -0
- package/api/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
- package/api/node_modules/fast-xml-parser/src/pem.d.ts +135 -0
- package/api/node_modules/fast-xml-parser/src/util.js +61 -0
- package/api/node_modules/fast-xml-parser/src/v6/CharsSymbol.js +16 -0
- package/api/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +106 -0
- package/api/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +61 -0
- package/api/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +69 -0
- package/api/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +103 -0
- package/api/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +100 -0
- package/api/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +154 -0
- package/api/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +94 -0
- package/api/node_modules/fast-xml-parser/src/v6/Report.js +0 -0
- package/api/node_modules/fast-xml-parser/src/v6/TagPath.js +81 -0
- package/api/node_modules/fast-xml-parser/src/v6/TagPathMatcher.js +13 -0
- package/api/node_modules/fast-xml-parser/src/v6/XMLParser.js +83 -0
- package/api/node_modules/fast-xml-parser/src/v6/Xml2JsParser.js +235 -0
- package/api/node_modules/fast-xml-parser/src/v6/XmlPartReader.js +210 -0
- package/api/node_modules/fast-xml-parser/src/v6/XmlSpecialTagsReader.js +111 -0
- package/api/node_modules/fast-xml-parser/src/v6/inputSource/BufferSource.js +116 -0
- package/api/node_modules/fast-xml-parser/src/v6/inputSource/StringSource.js +121 -0
- package/api/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +105 -0
- package/api/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParser.js +22 -0
- package/api/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParserExt.js +19 -0
- package/api/node_modules/fast-xml-parser/src/v6/valueParsers/currency.js +38 -0
- package/api/node_modules/fast-xml-parser/src/v6/valueParsers/join.js +13 -0
- package/api/node_modules/fast-xml-parser/src/v6/valueParsers/number.js +14 -0
- package/api/node_modules/fast-xml-parser/src/v6/valueParsers/trim.js +6 -0
- package/api/node_modules/fast-xml-parser/src/validator.js +425 -0
- package/api/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +6 -0
- package/api/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +410 -0
- package/api/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +159 -0
- package/api/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +911 -0
- package/api/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +71 -0
- package/api/node_modules/fast-xml-parser/src/xmlparser/node2json.js +173 -0
- package/api/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +40 -0
- package/api/node_modules/function-bind/.eslintrc +21 -0
- package/api/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/api/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/api/node_modules/function-bind/.nycrc +13 -0
- package/api/node_modules/function-bind/CHANGELOG.md +136 -0
- package/api/node_modules/function-bind/LICENSE +20 -0
- package/api/node_modules/function-bind/README.md +46 -0
- package/api/node_modules/function-bind/implementation.js +84 -0
- package/api/node_modules/function-bind/index.js +5 -0
- package/api/node_modules/function-bind/package.json +87 -0
- package/api/node_modules/function-bind/test/.eslintrc +9 -0
- package/api/node_modules/function-bind/test/index.js +252 -0
- package/api/node_modules/get-intrinsic/.eslintrc +42 -0
- package/api/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/api/node_modules/get-intrinsic/.nycrc +9 -0
- package/api/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/api/node_modules/get-intrinsic/LICENSE +21 -0
- package/api/node_modules/get-intrinsic/README.md +71 -0
- package/api/node_modules/get-intrinsic/index.js +378 -0
- package/api/node_modules/get-intrinsic/package.json +97 -0
- package/api/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/api/node_modules/get-proto/.eslintrc +10 -0
- package/api/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/api/node_modules/get-proto/.nycrc +9 -0
- package/api/node_modules/get-proto/CHANGELOG.md +21 -0
- package/api/node_modules/get-proto/LICENSE +21 -0
- package/api/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/api/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/api/node_modules/get-proto/README.md +50 -0
- package/api/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/api/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/api/node_modules/get-proto/index.d.ts +5 -0
- package/api/node_modules/get-proto/index.js +27 -0
- package/api/node_modules/get-proto/package.json +81 -0
- package/api/node_modules/get-proto/test/index.js +68 -0
- package/api/node_modules/get-proto/tsconfig.json +9 -0
- package/api/node_modules/gopd/.eslintrc +16 -0
- package/api/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/api/node_modules/gopd/CHANGELOG.md +45 -0
- package/api/node_modules/gopd/LICENSE +21 -0
- package/api/node_modules/gopd/README.md +40 -0
- package/api/node_modules/gopd/gOPD.d.ts +1 -0
- package/api/node_modules/gopd/gOPD.js +4 -0
- package/api/node_modules/gopd/index.d.ts +5 -0
- package/api/node_modules/gopd/index.js +15 -0
- package/api/node_modules/gopd/package.json +77 -0
- package/api/node_modules/gopd/test/index.js +36 -0
- package/api/node_modules/gopd/tsconfig.json +9 -0
- package/api/node_modules/has-symbols/.eslintrc +11 -0
- package/api/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/api/node_modules/has-symbols/.nycrc +9 -0
- package/api/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/api/node_modules/has-symbols/LICENSE +21 -0
- package/api/node_modules/has-symbols/README.md +46 -0
- package/api/node_modules/has-symbols/index.d.ts +3 -0
- package/api/node_modules/has-symbols/index.js +14 -0
- package/api/node_modules/has-symbols/package.json +111 -0
- package/api/node_modules/has-symbols/shams.d.ts +3 -0
- package/api/node_modules/has-symbols/shams.js +45 -0
- package/api/node_modules/has-symbols/test/index.js +22 -0
- package/api/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/api/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/api/node_modules/has-symbols/test/tests.js +58 -0
- package/api/node_modules/has-symbols/tsconfig.json +10 -0
- package/api/node_modules/hasown/.eslintrc +5 -0
- package/api/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/api/node_modules/hasown/.nycrc +13 -0
- package/api/node_modules/hasown/CHANGELOG.md +40 -0
- package/api/node_modules/hasown/LICENSE +21 -0
- package/api/node_modules/hasown/README.md +40 -0
- package/api/node_modules/hasown/index.d.ts +3 -0
- package/api/node_modules/hasown/index.js +8 -0
- package/api/node_modules/hasown/package.json +92 -0
- package/api/node_modules/hasown/tsconfig.json +6 -0
- package/api/node_modules/math-intrinsics/.eslintrc +16 -0
- package/api/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/api/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/api/node_modules/math-intrinsics/LICENSE +21 -0
- package/api/node_modules/math-intrinsics/README.md +50 -0
- package/api/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/api/node_modules/math-intrinsics/abs.js +4 -0
- package/api/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/api/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/api/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/api/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/api/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/api/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/api/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/api/node_modules/math-intrinsics/floor.js +4 -0
- package/api/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/api/node_modules/math-intrinsics/isFinite.js +12 -0
- package/api/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/api/node_modules/math-intrinsics/isInteger.js +16 -0
- package/api/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/api/node_modules/math-intrinsics/isNaN.js +6 -0
- package/api/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/api/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/api/node_modules/math-intrinsics/max.d.ts +1 -0
- package/api/node_modules/math-intrinsics/max.js +4 -0
- package/api/node_modules/math-intrinsics/min.d.ts +1 -0
- package/api/node_modules/math-intrinsics/min.js +4 -0
- package/api/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/api/node_modules/math-intrinsics/mod.js +9 -0
- package/api/node_modules/math-intrinsics/package.json +86 -0
- package/api/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/api/node_modules/math-intrinsics/pow.js +4 -0
- package/api/node_modules/math-intrinsics/round.d.ts +1 -0
- package/api/node_modules/math-intrinsics/round.js +4 -0
- package/api/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/api/node_modules/math-intrinsics/sign.js +11 -0
- package/api/node_modules/math-intrinsics/test/index.js +192 -0
- package/api/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/api/node_modules/mnemonist/CHANGELOG.md +305 -0
- package/api/node_modules/mnemonist/LICENSE.txt +21 -0
- package/api/node_modules/mnemonist/README.md +112 -0
- package/api/node_modules/mnemonist/bi-map.d.ts +46 -0
- package/api/node_modules/mnemonist/bi-map.js +195 -0
- package/api/node_modules/mnemonist/bit-set.d.ts +29 -0
- package/api/node_modules/mnemonist/bit-set.js +379 -0
- package/api/node_modules/mnemonist/bit-vector.d.ts +42 -0
- package/api/node_modules/mnemonist/bit-vector.js +550 -0
- package/api/node_modules/mnemonist/bk-tree.d.ts +24 -0
- package/api/node_modules/mnemonist/bk-tree.js +180 -0
- package/api/node_modules/mnemonist/bloom-filter.d.ts +29 -0
- package/api/node_modules/mnemonist/bloom-filter.js +186 -0
- package/api/node_modules/mnemonist/circular-buffer.d.ts +34 -0
- package/api/node_modules/mnemonist/circular-buffer.js +131 -0
- package/api/node_modules/mnemonist/critbit-tree-map.js +515 -0
- package/api/node_modules/mnemonist/default-map.d.ts +29 -0
- package/api/node_modules/mnemonist/default-map.js +162 -0
- package/api/node_modules/mnemonist/default-weak-map.d.ts +18 -0
- package/api/node_modules/mnemonist/default-weak-map.js +108 -0
- package/api/node_modules/mnemonist/fibonacci-heap.d.ts +65 -0
- package/api/node_modules/mnemonist/fibonacci-heap.js +320 -0
- package/api/node_modules/mnemonist/fixed-critbit-tree-map.js +427 -0
- package/api/node_modules/mnemonist/fixed-deque.d.ts +34 -0
- package/api/node_modules/mnemonist/fixed-deque.js +351 -0
- package/api/node_modules/mnemonist/fixed-reverse-heap.d.ts +25 -0
- package/api/node_modules/mnemonist/fixed-reverse-heap.js +209 -0
- package/api/node_modules/mnemonist/fixed-stack.d.ts +36 -0
- package/api/node_modules/mnemonist/fixed-stack.js +242 -0
- package/api/node_modules/mnemonist/fuzzy-map.d.ts +33 -0
- package/api/node_modules/mnemonist/fuzzy-map.js +185 -0
- package/api/node_modules/mnemonist/fuzzy-multi-map.d.ts +36 -0
- package/api/node_modules/mnemonist/fuzzy-multi-map.js +196 -0
- package/api/node_modules/mnemonist/hashed-array-tree.d.ts +32 -0
- package/api/node_modules/mnemonist/hashed-array-tree.js +209 -0
- package/api/node_modules/mnemonist/heap.d.ts +84 -0
- package/api/node_modules/mnemonist/heap.js +576 -0
- package/api/node_modules/mnemonist/index.d.ts +46 -0
- package/api/node_modules/mnemonist/index.js +56 -0
- package/api/node_modules/mnemonist/inverted-index.d.ts +33 -0
- package/api/node_modules/mnemonist/inverted-index.js +249 -0
- package/api/node_modules/mnemonist/kd-tree.d.ts +25 -0
- package/api/node_modules/mnemonist/kd-tree.js +447 -0
- package/api/node_modules/mnemonist/linked-list.d.ts +29 -0
- package/api/node_modules/mnemonist/linked-list.js +261 -0
- package/api/node_modules/mnemonist/lru-cache.d.ts +43 -0
- package/api/node_modules/mnemonist/lru-cache.js +433 -0
- package/api/node_modules/mnemonist/lru-map.d.ts +43 -0
- package/api/node_modules/mnemonist/lru-map.js +258 -0
- package/api/node_modules/mnemonist/multi-array.js +447 -0
- package/api/node_modules/mnemonist/multi-map.d.ts +47 -0
- package/api/node_modules/mnemonist/multi-map.js +408 -0
- package/api/node_modules/mnemonist/multi-set.d.ts +37 -0
- package/api/node_modules/mnemonist/multi-set.js +440 -0
- package/api/node_modules/mnemonist/package.json +119 -0
- package/api/node_modules/mnemonist/passjoin-index.d.ts +54 -0
- package/api/node_modules/mnemonist/passjoin-index.js +518 -0
- package/api/node_modules/mnemonist/queue.d.ts +27 -0
- package/api/node_modules/mnemonist/queue.js +215 -0
- package/api/node_modules/mnemonist/semi-dynamic-trie.js +251 -0
- package/api/node_modules/mnemonist/set.d.ts +18 -0
- package/api/node_modules/mnemonist/set.js +356 -0
- package/api/node_modules/mnemonist/sort/insertion.d.ts +4 -0
- package/api/node_modules/mnemonist/sort/insertion.js +50 -0
- package/api/node_modules/mnemonist/sort/quick.d.ts +4 -0
- package/api/node_modules/mnemonist/sort/quick.js +116 -0
- package/api/node_modules/mnemonist/sparse-map.d.ts +26 -0
- package/api/node_modules/mnemonist/sparse-map.js +243 -0
- package/api/node_modules/mnemonist/sparse-queue-set.d.ts +24 -0
- package/api/node_modules/mnemonist/sparse-queue-set.js +218 -0
- package/api/node_modules/mnemonist/sparse-set.d.ts +23 -0
- package/api/node_modules/mnemonist/sparse-set.js +168 -0
- package/api/node_modules/mnemonist/stack.d.ts +27 -0
- package/api/node_modules/mnemonist/stack.js +210 -0
- package/api/node_modules/mnemonist/static-disjoint-set.d.ts +23 -0
- package/api/node_modules/mnemonist/static-disjoint-set.js +195 -0
- package/api/node_modules/mnemonist/static-interval-tree.d.ts +24 -0
- package/api/node_modules/mnemonist/static-interval-tree.js +387 -0
- package/api/node_modules/mnemonist/suffix-array.d.ts +37 -0
- package/api/node_modules/mnemonist/suffix-array.js +352 -0
- package/api/node_modules/mnemonist/symspell.d.ts +33 -0
- package/api/node_modules/mnemonist/symspell.js +547 -0
- package/api/node_modules/mnemonist/trie-map.d.ts +30 -0
- package/api/node_modules/mnemonist/trie-map.js +477 -0
- package/api/node_modules/mnemonist/trie.d.ts +26 -0
- package/api/node_modules/mnemonist/trie.js +167 -0
- package/api/node_modules/mnemonist/utils/binary-search.js +216 -0
- package/api/node_modules/mnemonist/utils/bitwise.js +109 -0
- package/api/node_modules/mnemonist/utils/comparators.js +79 -0
- package/api/node_modules/mnemonist/utils/hash-tables.js +107 -0
- package/api/node_modules/mnemonist/utils/iterables.js +93 -0
- package/api/node_modules/mnemonist/utils/merge.js +563 -0
- package/api/node_modules/mnemonist/utils/murmurhash3.js +87 -0
- package/api/node_modules/mnemonist/utils/typed-arrays.js +187 -0
- package/api/node_modules/mnemonist/utils/types.d.ts +16 -0
- package/api/node_modules/mnemonist/vector.d.ts +81 -0
- package/api/node_modules/mnemonist/vector.js +373 -0
- package/api/node_modules/mnemonist/vp-tree.d.ts +27 -0
- package/api/node_modules/mnemonist/vp-tree.js +367 -0
- package/api/node_modules/object-inspect/.eslintrc +53 -0
- package/api/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/api/node_modules/object-inspect/.nycrc +13 -0
- package/api/node_modules/object-inspect/CHANGELOG.md +424 -0
- package/api/node_modules/object-inspect/LICENSE +21 -0
- package/api/node_modules/object-inspect/example/all.js +23 -0
- package/api/node_modules/object-inspect/example/circular.js +6 -0
- package/api/node_modules/object-inspect/example/fn.js +5 -0
- package/api/node_modules/object-inspect/example/inspect.js +10 -0
- package/api/node_modules/object-inspect/index.js +544 -0
- package/api/node_modules/object-inspect/package-support.json +20 -0
- package/api/node_modules/object-inspect/package.json +105 -0
- package/api/node_modules/object-inspect/readme.markdown +84 -0
- package/api/node_modules/object-inspect/test/bigint.js +58 -0
- package/api/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/api/node_modules/object-inspect/test/circular.js +16 -0
- package/api/node_modules/object-inspect/test/deep.js +12 -0
- package/api/node_modules/object-inspect/test/element.js +53 -0
- package/api/node_modules/object-inspect/test/err.js +48 -0
- package/api/node_modules/object-inspect/test/fakes.js +29 -0
- package/api/node_modules/object-inspect/test/fn.js +76 -0
- package/api/node_modules/object-inspect/test/global.js +17 -0
- package/api/node_modules/object-inspect/test/has.js +15 -0
- package/api/node_modules/object-inspect/test/holes.js +15 -0
- package/api/node_modules/object-inspect/test/indent-option.js +271 -0
- package/api/node_modules/object-inspect/test/inspect.js +139 -0
- package/api/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/api/node_modules/object-inspect/test/number.js +58 -0
- package/api/node_modules/object-inspect/test/quoteStyle.js +26 -0
- package/api/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/api/node_modules/object-inspect/test/undef.js +12 -0
- package/api/node_modules/object-inspect/test/values.js +261 -0
- package/api/node_modules/object-inspect/test-core-js.js +26 -0
- package/api/node_modules/object-inspect/util.inspect.js +1 -0
- package/api/node_modules/obliterator/LICENSE.txt +21 -0
- package/api/node_modules/obliterator/README.md +321 -0
- package/api/node_modules/obliterator/chain.d.ts +3 -0
- package/api/node_modules/obliterator/chain.js +39 -0
- package/api/node_modules/obliterator/combinations.d.ts +3 -0
- package/api/node_modules/obliterator/combinations.js +76 -0
- package/api/node_modules/obliterator/consume.d.ts +1 -0
- package/api/node_modules/obliterator/consume.js +32 -0
- package/api/node_modules/obliterator/filter.d.ts +5 -0
- package/api/node_modules/obliterator/filter.js +28 -0
- package/api/node_modules/obliterator/foreach.d.ts +1 -0
- package/api/node_modules/obliterator/foreach.js +156 -0
- package/api/node_modules/obliterator/index.d.ts +14 -0
- package/api/node_modules/obliterator/index.js +22 -0
- package/api/node_modules/obliterator/iterator.d.ts +19 -0
- package/api/node_modules/obliterator/iterator.js +104 -0
- package/api/node_modules/obliterator/map.d.ts +5 -0
- package/api/node_modules/obliterator/map.js +27 -0
- package/api/node_modules/obliterator/match.d.ts +3 -0
- package/api/node_modules/obliterator/match.js +42 -0
- package/api/node_modules/obliterator/package.json +45 -0
- package/api/node_modules/obliterator/permutations.d.ts +3 -0
- package/api/node_modules/obliterator/permutations.js +96 -0
- package/api/node_modules/obliterator/power-set.d.ts +3 -0
- package/api/node_modules/obliterator/power-set.js +28 -0
- package/api/node_modules/obliterator/range.d.ts +5 -0
- package/api/node_modules/obliterator/range.js +45 -0
- package/api/node_modules/obliterator/split.d.ts +3 -0
- package/api/node_modules/obliterator/split.js +68 -0
- package/api/node_modules/obliterator/take-into.d.ts +5 -0
- package/api/node_modules/obliterator/take-into.js +40 -0
- package/api/node_modules/obliterator/take.d.ts +3 -0
- package/api/node_modules/obliterator/take.js +40 -0
- package/api/node_modules/path-expression-matcher/LICENSE +21 -0
- package/api/node_modules/path-expression-matcher/README.md +885 -0
- package/api/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
- package/api/node_modules/path-expression-matcher/lib/pem.d.cts +634 -0
- package/api/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
- package/api/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
- package/api/node_modules/path-expression-matcher/package.json +78 -0
- package/api/node_modules/path-expression-matcher/src/Expression.js +232 -0
- package/api/node_modules/path-expression-matcher/src/ExpressionSet.js +209 -0
- package/api/node_modules/path-expression-matcher/src/Matcher.js +542 -0
- package/api/node_modules/path-expression-matcher/src/index.d.ts +706 -0
- package/api/node_modules/path-expression-matcher/src/index.js +29 -0
- package/api/node_modules/qs/.editorconfig +46 -0
- package/api/node_modules/qs/.github/FUNDING.yml +12 -0
- package/api/node_modules/qs/.github/SECURITY.md +11 -0
- package/api/node_modules/qs/.github/THREAT_MODEL.md +78 -0
- package/api/node_modules/qs/.nycrc +13 -0
- package/api/node_modules/qs/CHANGELOG.md +806 -0
- package/api/node_modules/qs/LICENSE.md +29 -0
- package/api/node_modules/qs/README.md +758 -0
- package/api/node_modules/qs/dist/qs.js +141 -0
- package/api/node_modules/qs/eslint.config.mjs +56 -0
- package/api/node_modules/qs/lib/formats.js +23 -0
- package/api/node_modules/qs/lib/index.js +11 -0
- package/api/node_modules/qs/lib/parse.js +373 -0
- package/api/node_modules/qs/lib/stringify.js +356 -0
- package/api/node_modules/qs/lib/utils.js +342 -0
- package/api/node_modules/qs/package.json +94 -0
- package/api/node_modules/qs/test/empty-keys-cases.js +267 -0
- package/api/node_modules/qs/test/parse.js +1568 -0
- package/api/node_modules/qs/test/stringify.js +1310 -0
- package/api/node_modules/qs/test/utils.js +404 -0
- package/api/node_modules/side-channel/.editorconfig +9 -0
- package/api/node_modules/side-channel/.eslintrc +12 -0
- package/api/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/api/node_modules/side-channel/.nycrc +13 -0
- package/api/node_modules/side-channel/CHANGELOG.md +110 -0
- package/api/node_modules/side-channel/LICENSE +21 -0
- package/api/node_modules/side-channel/README.md +61 -0
- package/api/node_modules/side-channel/index.d.ts +14 -0
- package/api/node_modules/side-channel/index.js +43 -0
- package/api/node_modules/side-channel/package.json +85 -0
- package/api/node_modules/side-channel/test/index.js +104 -0
- package/api/node_modules/side-channel/tsconfig.json +9 -0
- package/api/node_modules/side-channel-list/.editorconfig +9 -0
- package/api/node_modules/side-channel-list/.eslintrc +11 -0
- package/api/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/api/node_modules/side-channel-list/.nycrc +13 -0
- package/api/node_modules/side-channel-list/CHANGELOG.md +15 -0
- package/api/node_modules/side-channel-list/LICENSE +21 -0
- package/api/node_modules/side-channel-list/README.md +62 -0
- package/api/node_modules/side-channel-list/index.d.ts +13 -0
- package/api/node_modules/side-channel-list/index.js +113 -0
- package/api/node_modules/side-channel-list/list.d.ts +14 -0
- package/api/node_modules/side-channel-list/package.json +77 -0
- package/api/node_modules/side-channel-list/test/index.js +104 -0
- package/api/node_modules/side-channel-list/tsconfig.json +9 -0
- package/api/node_modules/side-channel-map/.editorconfig +9 -0
- package/api/node_modules/side-channel-map/.eslintrc +11 -0
- package/api/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/api/node_modules/side-channel-map/.nycrc +13 -0
- package/api/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/api/node_modules/side-channel-map/LICENSE +21 -0
- package/api/node_modules/side-channel-map/README.md +62 -0
- package/api/node_modules/side-channel-map/index.d.ts +15 -0
- package/api/node_modules/side-channel-map/index.js +68 -0
- package/api/node_modules/side-channel-map/package.json +80 -0
- package/api/node_modules/side-channel-map/test/index.js +114 -0
- package/api/node_modules/side-channel-map/tsconfig.json +9 -0
- package/api/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/api/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/api/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/api/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/api/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/api/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/api/node_modules/side-channel-weakmap/README.md +62 -0
- package/api/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/api/node_modules/side-channel-weakmap/index.js +84 -0
- package/api/node_modules/side-channel-weakmap/package.json +87 -0
- package/api/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/api/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/api/node_modules/stripe/CHANGELOG.md +3863 -0
- package/api/node_modules/stripe/LICENSE +20 -0
- package/api/node_modules/stripe/OPENAPI_VERSION +1 -0
- package/api/node_modules/stripe/README.md +665 -0
- package/api/node_modules/stripe/VERSION +1 -0
- package/api/node_modules/stripe/cjs/Error.js +203 -0
- package/api/node_modules/stripe/cjs/RequestSender.js +457 -0
- package/api/node_modules/stripe/cjs/ResourceNamespace.js +21 -0
- package/api/node_modules/stripe/cjs/StripeEmitter.js +46 -0
- package/api/node_modules/stripe/cjs/StripeMethod.js +36 -0
- package/api/node_modules/stripe/cjs/StripeResource.js +176 -0
- package/api/node_modules/stripe/cjs/Webhooks.js +212 -0
- package/api/node_modules/stripe/cjs/apiVersion.js +5 -0
- package/api/node_modules/stripe/cjs/autoPagination.js +291 -0
- package/api/node_modules/stripe/cjs/crypto/CryptoProvider.js +51 -0
- package/api/node_modules/stripe/cjs/crypto/NodeCryptoProvider.js +30 -0
- package/api/node_modules/stripe/cjs/crypto/SubtleCryptoProvider.js +51 -0
- package/api/node_modules/stripe/cjs/multipart.js +61 -0
- package/api/node_modules/stripe/cjs/net/FetchHttpClient.js +143 -0
- package/api/node_modules/stripe/cjs/net/HttpClient.js +53 -0
- package/api/node_modules/stripe/cjs/net/NodeHttpClient.js +108 -0
- package/api/node_modules/stripe/cjs/package.json +1 -0
- package/api/node_modules/stripe/cjs/platform/NodePlatformFunctions.js +126 -0
- package/api/node_modules/stripe/cjs/platform/PlatformFunctions.js +98 -0
- package/api/node_modules/stripe/cjs/platform/WebPlatformFunctions.js +42 -0
- package/api/node_modules/stripe/cjs/resources/AccountLinks.js +9 -0
- package/api/node_modules/stripe/cjs/resources/AccountSessions.js +9 -0
- package/api/node_modules/stripe/cjs/resources/Accounts.js +101 -0
- package/api/node_modules/stripe/cjs/resources/ApplePayDomains.js +22 -0
- package/api/node_modules/stripe/cjs/resources/ApplicationFees.js +34 -0
- package/api/node_modules/stripe/cjs/resources/Apps/Secrets.js +19 -0
- package/api/node_modules/stripe/cjs/resources/Balance.js +9 -0
- package/api/node_modules/stripe/cjs/resources/BalanceTransactions.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Billing/Alerts.js +27 -0
- package/api/node_modules/stripe/cjs/resources/Billing/CreditBalanceSummary.js +12 -0
- package/api/node_modules/stripe/cjs/resources/Billing/CreditBalanceTransactions.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Billing/CreditGrants.js +30 -0
- package/api/node_modules/stripe/cjs/resources/Billing/MeterEventAdjustments.js +12 -0
- package/api/node_modules/stripe/cjs/resources/Billing/MeterEvents.js +9 -0
- package/api/node_modules/stripe/cjs/resources/Billing/Meters.js +29 -0
- package/api/node_modules/stripe/cjs/resources/BillingPortal/Configurations.js +25 -0
- package/api/node_modules/stripe/cjs/resources/BillingPortal/Sessions.js +12 -0
- package/api/node_modules/stripe/cjs/resources/Charges.js +25 -0
- package/api/node_modules/stripe/cjs/resources/Checkout/Sessions.js +31 -0
- package/api/node_modules/stripe/cjs/resources/Climate/Orders.js +26 -0
- package/api/node_modules/stripe/cjs/resources/Climate/Products.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Climate/Suppliers.js +17 -0
- package/api/node_modules/stripe/cjs/resources/ConfirmationTokens.js +12 -0
- package/api/node_modules/stripe/cjs/resources/CountrySpecs.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Coupons.js +17 -0
- package/api/node_modules/stripe/cjs/resources/CreditNotes.js +31 -0
- package/api/node_modules/stripe/cjs/resources/CustomerSessions.js +9 -0
- package/api/node_modules/stripe/cjs/resources/Customers.js +115 -0
- package/api/node_modules/stripe/cjs/resources/Disputes.js +19 -0
- package/api/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlements.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Entitlements/Features.js +22 -0
- package/api/node_modules/stripe/cjs/resources/EphemeralKeys.js +18 -0
- package/api/node_modules/stripe/cjs/resources/Events.js +14 -0
- package/api/node_modules/stripe/cjs/resources/ExchangeRates.js +17 -0
- package/api/node_modules/stripe/cjs/resources/FileLinks.js +16 -0
- package/api/node_modules/stripe/cjs/resources/Files.js +24 -0
- package/api/node_modules/stripe/cjs/resources/FinancialConnections/Accounts.js +38 -0
- package/api/node_modules/stripe/cjs/resources/FinancialConnections/Sessions.js +16 -0
- package/api/node_modules/stripe/cjs/resources/FinancialConnections/Transactions.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Forwarding/Requests.js +18 -0
- package/api/node_modules/stripe/cjs/resources/Identity/VerificationReports.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Identity/VerificationSessions.js +33 -0
- package/api/node_modules/stripe/cjs/resources/InvoiceItems.js +26 -0
- package/api/node_modules/stripe/cjs/resources/InvoiceRenderingTemplates.js +25 -0
- package/api/node_modules/stripe/cjs/resources/Invoices.js +73 -0
- package/api/node_modules/stripe/cjs/resources/Issuing/Authorizations.js +29 -0
- package/api/node_modules/stripe/cjs/resources/Issuing/Cardholders.js +22 -0
- package/api/node_modules/stripe/cjs/resources/Issuing/Cards.js +16 -0
- package/api/node_modules/stripe/cjs/resources/Issuing/Disputes.js +26 -0
- package/api/node_modules/stripe/cjs/resources/Issuing/PersonalizationDesigns.js +25 -0
- package/api/node_modules/stripe/cjs/resources/Issuing/PhysicalBundles.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Issuing/Tokens.js +21 -0
- package/api/node_modules/stripe/cjs/resources/Issuing/Transactions.js +21 -0
- package/api/node_modules/stripe/cjs/resources/Mandates.js +9 -0
- package/api/node_modules/stripe/cjs/resources/OAuth.js +44 -0
- package/api/node_modules/stripe/cjs/resources/PaymentIntents.js +51 -0
- package/api/node_modules/stripe/cjs/resources/PaymentLinks.js +27 -0
- package/api/node_modules/stripe/cjs/resources/PaymentMethodConfigurations.js +25 -0
- package/api/node_modules/stripe/cjs/resources/PaymentMethodDomains.js +29 -0
- package/api/node_modules/stripe/cjs/resources/PaymentMethods.js +30 -0
- package/api/node_modules/stripe/cjs/resources/Payouts.js +24 -0
- package/api/node_modules/stripe/cjs/resources/Plans.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Prices.js +21 -0
- package/api/node_modules/stripe/cjs/resources/Products.js +39 -0
- package/api/node_modules/stripe/cjs/resources/PromotionCodes.js +22 -0
- package/api/node_modules/stripe/cjs/resources/Quotes.js +38 -0
- package/api/node_modules/stripe/cjs/resources/Radar/EarlyFraudWarnings.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Radar/ValueListItems.js +25 -0
- package/api/node_modules/stripe/cjs/resources/Radar/ValueLists.js +26 -0
- package/api/node_modules/stripe/cjs/resources/Refunds.js +20 -0
- package/api/node_modules/stripe/cjs/resources/Reporting/ReportRuns.js +18 -0
- package/api/node_modules/stripe/cjs/resources/Reporting/ReportTypes.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Reviews.js +18 -0
- package/api/node_modules/stripe/cjs/resources/SetupAttempts.js +13 -0
- package/api/node_modules/stripe/cjs/resources/SetupIntents.js +34 -0
- package/api/node_modules/stripe/cjs/resources/ShippingRates.js +22 -0
- package/api/node_modules/stripe/cjs/resources/Sigma/ScheduledQueryRuns.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Sources.js +20 -0
- package/api/node_modules/stripe/cjs/resources/SubscriptionItems.js +35 -0
- package/api/node_modules/stripe/cjs/resources/SubscriptionSchedules.js +33 -0
- package/api/node_modules/stripe/cjs/resources/Subscriptions.js +39 -0
- package/api/node_modules/stripe/cjs/resources/Tax/Calculations.js +18 -0
- package/api/node_modules/stripe/cjs/resources/Tax/Registrations.js +22 -0
- package/api/node_modules/stripe/cjs/resources/Tax/Settings.js +10 -0
- package/api/node_modules/stripe/cjs/resources/Tax/Transactions.js +25 -0
- package/api/node_modules/stripe/cjs/resources/TaxCodes.js +14 -0
- package/api/node_modules/stripe/cjs/resources/TaxIds.js +16 -0
- package/api/node_modules/stripe/cjs/resources/TaxRates.js +16 -0
- package/api/node_modules/stripe/cjs/resources/Terminal/Configurations.js +29 -0
- package/api/node_modules/stripe/cjs/resources/Terminal/ConnectionTokens.js +12 -0
- package/api/node_modules/stripe/cjs/resources/Terminal/Locations.js +26 -0
- package/api/node_modules/stripe/cjs/resources/Terminal/Readers.js +46 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/ConfirmationTokens.js +12 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Customers.js +12 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Authorizations.js +36 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Cards.js +28 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js +20 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Transactions.js +20 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Refunds.js +12 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Terminal/Readers.js +12 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/TestClocks.js +29 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Treasury/InboundTransfers.js +20 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundPayments.js +24 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js +24 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js +12 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedDebits.js +12 -0
- package/api/node_modules/stripe/cjs/resources/Tokens.js +10 -0
- package/api/node_modules/stripe/cjs/resources/Topups.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Transfers.js +33 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/CreditReversals.js +21 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/DebitReversals.js +21 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/FinancialAccounts.js +37 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/InboundTransfers.js +25 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/OutboundPayments.js +25 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/OutboundTransfers.js +25 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/ReceivedCredits.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/ReceivedDebits.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/TransactionEntries.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/Transactions.js +17 -0
- package/api/node_modules/stripe/cjs/resources/V2/Billing/MeterEventAdjustments.js +12 -0
- package/api/node_modules/stripe/cjs/resources/V2/Billing/MeterEventSession.js +12 -0
- package/api/node_modules/stripe/cjs/resources/V2/Billing/MeterEventStream.js +13 -0
- package/api/node_modules/stripe/cjs/resources/V2/Billing/MeterEvents.js +9 -0
- package/api/node_modules/stripe/cjs/resources/V2/Core/EventDestinations.js +41 -0
- package/api/node_modules/stripe/cjs/resources/V2/Core/Events.js +57 -0
- package/api/node_modules/stripe/cjs/resources/WebhookEndpoints.js +26 -0
- package/api/node_modules/stripe/cjs/resources.js +304 -0
- package/api/node_modules/stripe/cjs/stripe.cjs.node.js +11 -0
- package/api/node_modules/stripe/cjs/stripe.cjs.worker.js +11 -0
- package/api/node_modules/stripe/cjs/stripe.core.js +376 -0
- package/api/node_modules/stripe/cjs/utils.js +363 -0
- package/api/node_modules/stripe/esm/Error.js +185 -0
- package/api/node_modules/stripe/esm/RequestSender.js +453 -0
- package/api/node_modules/stripe/esm/ResourceNamespace.js +17 -0
- package/api/node_modules/stripe/esm/StripeEmitter.js +42 -0
- package/api/node_modules/stripe/esm/StripeMethod.js +32 -0
- package/api/node_modules/stripe/esm/StripeResource.js +173 -0
- package/api/node_modules/stripe/esm/Webhooks.js +208 -0
- package/api/node_modules/stripe/esm/apiVersion.js +2 -0
- package/api/node_modules/stripe/esm/autoPagination.js +287 -0
- package/api/node_modules/stripe/esm/crypto/CryptoProvider.js +46 -0
- package/api/node_modules/stripe/esm/crypto/NodeCryptoProvider.js +26 -0
- package/api/node_modules/stripe/esm/crypto/SubtleCryptoProvider.js +47 -0
- package/api/node_modules/stripe/esm/multipart.js +57 -0
- package/api/node_modules/stripe/esm/net/FetchHttpClient.js +138 -0
- package/api/node_modules/stripe/esm/net/HttpClient.js +48 -0
- package/api/node_modules/stripe/esm/net/NodeHttpClient.js +103 -0
- package/api/node_modules/stripe/esm/package.json +1 -0
- package/api/node_modules/stripe/esm/platform/NodePlatformFunctions.js +122 -0
- package/api/node_modules/stripe/esm/platform/PlatformFunctions.js +94 -0
- package/api/node_modules/stripe/esm/platform/WebPlatformFunctions.js +38 -0
- package/api/node_modules/stripe/esm/resources/AccountLinks.js +6 -0
- package/api/node_modules/stripe/esm/resources/AccountSessions.js +6 -0
- package/api/node_modules/stripe/esm/resources/Accounts.js +98 -0
- package/api/node_modules/stripe/esm/resources/ApplePayDomains.js +19 -0
- package/api/node_modules/stripe/esm/resources/ApplicationFees.js +31 -0
- package/api/node_modules/stripe/esm/resources/Apps/Secrets.js +16 -0
- package/api/node_modules/stripe/esm/resources/Balance.js +6 -0
- package/api/node_modules/stripe/esm/resources/BalanceTransactions.js +14 -0
- package/api/node_modules/stripe/esm/resources/Billing/Alerts.js +24 -0
- package/api/node_modules/stripe/esm/resources/Billing/CreditBalanceSummary.js +9 -0
- package/api/node_modules/stripe/esm/resources/Billing/CreditBalanceTransactions.js +14 -0
- package/api/node_modules/stripe/esm/resources/Billing/CreditGrants.js +27 -0
- package/api/node_modules/stripe/esm/resources/Billing/MeterEventAdjustments.js +9 -0
- package/api/node_modules/stripe/esm/resources/Billing/MeterEvents.js +6 -0
- package/api/node_modules/stripe/esm/resources/Billing/Meters.js +26 -0
- package/api/node_modules/stripe/esm/resources/BillingPortal/Configurations.js +22 -0
- package/api/node_modules/stripe/esm/resources/BillingPortal/Sessions.js +9 -0
- package/api/node_modules/stripe/esm/resources/Charges.js +22 -0
- package/api/node_modules/stripe/esm/resources/Checkout/Sessions.js +28 -0
- package/api/node_modules/stripe/esm/resources/Climate/Orders.js +23 -0
- package/api/node_modules/stripe/esm/resources/Climate/Products.js +14 -0
- package/api/node_modules/stripe/esm/resources/Climate/Suppliers.js +14 -0
- package/api/node_modules/stripe/esm/resources/ConfirmationTokens.js +9 -0
- package/api/node_modules/stripe/esm/resources/CountrySpecs.js +14 -0
- package/api/node_modules/stripe/esm/resources/Coupons.js +14 -0
- package/api/node_modules/stripe/esm/resources/CreditNotes.js +28 -0
- package/api/node_modules/stripe/esm/resources/CustomerSessions.js +6 -0
- package/api/node_modules/stripe/esm/resources/Customers.js +112 -0
- package/api/node_modules/stripe/esm/resources/Disputes.js +16 -0
- package/api/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlements.js +14 -0
- package/api/node_modules/stripe/esm/resources/Entitlements/Features.js +19 -0
- package/api/node_modules/stripe/esm/resources/EphemeralKeys.js +15 -0
- package/api/node_modules/stripe/esm/resources/Events.js +11 -0
- package/api/node_modules/stripe/esm/resources/ExchangeRates.js +14 -0
- package/api/node_modules/stripe/esm/resources/FileLinks.js +13 -0
- package/api/node_modules/stripe/esm/resources/Files.js +21 -0
- package/api/node_modules/stripe/esm/resources/FinancialConnections/Accounts.js +35 -0
- package/api/node_modules/stripe/esm/resources/FinancialConnections/Sessions.js +13 -0
- package/api/node_modules/stripe/esm/resources/FinancialConnections/Transactions.js +14 -0
- package/api/node_modules/stripe/esm/resources/Forwarding/Requests.js +15 -0
- package/api/node_modules/stripe/esm/resources/Identity/VerificationReports.js +14 -0
- package/api/node_modules/stripe/esm/resources/Identity/VerificationSessions.js +30 -0
- package/api/node_modules/stripe/esm/resources/InvoiceItems.js +23 -0
- package/api/node_modules/stripe/esm/resources/InvoiceRenderingTemplates.js +22 -0
- package/api/node_modules/stripe/esm/resources/Invoices.js +70 -0
- package/api/node_modules/stripe/esm/resources/Issuing/Authorizations.js +26 -0
- package/api/node_modules/stripe/esm/resources/Issuing/Cardholders.js +19 -0
- package/api/node_modules/stripe/esm/resources/Issuing/Cards.js +13 -0
- package/api/node_modules/stripe/esm/resources/Issuing/Disputes.js +23 -0
- package/api/node_modules/stripe/esm/resources/Issuing/PersonalizationDesigns.js +22 -0
- package/api/node_modules/stripe/esm/resources/Issuing/PhysicalBundles.js +14 -0
- package/api/node_modules/stripe/esm/resources/Issuing/Tokens.js +18 -0
- package/api/node_modules/stripe/esm/resources/Issuing/Transactions.js +18 -0
- package/api/node_modules/stripe/esm/resources/Mandates.js +6 -0
- package/api/node_modules/stripe/esm/resources/OAuth.js +42 -0
- package/api/node_modules/stripe/esm/resources/PaymentIntents.js +48 -0
- package/api/node_modules/stripe/esm/resources/PaymentLinks.js +24 -0
- package/api/node_modules/stripe/esm/resources/PaymentMethodConfigurations.js +22 -0
- package/api/node_modules/stripe/esm/resources/PaymentMethodDomains.js +26 -0
- package/api/node_modules/stripe/esm/resources/PaymentMethods.js +27 -0
- package/api/node_modules/stripe/esm/resources/Payouts.js +21 -0
- package/api/node_modules/stripe/esm/resources/Plans.js +14 -0
- package/api/node_modules/stripe/esm/resources/Prices.js +18 -0
- package/api/node_modules/stripe/esm/resources/Products.js +36 -0
- package/api/node_modules/stripe/esm/resources/PromotionCodes.js +19 -0
- package/api/node_modules/stripe/esm/resources/Quotes.js +35 -0
- package/api/node_modules/stripe/esm/resources/Radar/EarlyFraudWarnings.js +14 -0
- package/api/node_modules/stripe/esm/resources/Radar/ValueListItems.js +22 -0
- package/api/node_modules/stripe/esm/resources/Radar/ValueLists.js +23 -0
- package/api/node_modules/stripe/esm/resources/Refunds.js +17 -0
- package/api/node_modules/stripe/esm/resources/Reporting/ReportRuns.js +15 -0
- package/api/node_modules/stripe/esm/resources/Reporting/ReportTypes.js +14 -0
- package/api/node_modules/stripe/esm/resources/Reviews.js +15 -0
- package/api/node_modules/stripe/esm/resources/SetupAttempts.js +10 -0
- package/api/node_modules/stripe/esm/resources/SetupIntents.js +31 -0
- package/api/node_modules/stripe/esm/resources/ShippingRates.js +19 -0
- package/api/node_modules/stripe/esm/resources/Sigma/ScheduledQueryRuns.js +14 -0
- package/api/node_modules/stripe/esm/resources/Sources.js +17 -0
- package/api/node_modules/stripe/esm/resources/SubscriptionItems.js +32 -0
- package/api/node_modules/stripe/esm/resources/SubscriptionSchedules.js +30 -0
- package/api/node_modules/stripe/esm/resources/Subscriptions.js +36 -0
- package/api/node_modules/stripe/esm/resources/Tax/Calculations.js +15 -0
- package/api/node_modules/stripe/esm/resources/Tax/Registrations.js +19 -0
- package/api/node_modules/stripe/esm/resources/Tax/Settings.js +7 -0
- package/api/node_modules/stripe/esm/resources/Tax/Transactions.js +22 -0
- package/api/node_modules/stripe/esm/resources/TaxCodes.js +11 -0
- package/api/node_modules/stripe/esm/resources/TaxIds.js +13 -0
- package/api/node_modules/stripe/esm/resources/TaxRates.js +13 -0
- package/api/node_modules/stripe/esm/resources/Terminal/Configurations.js +26 -0
- package/api/node_modules/stripe/esm/resources/Terminal/ConnectionTokens.js +9 -0
- package/api/node_modules/stripe/esm/resources/Terminal/Locations.js +23 -0
- package/api/node_modules/stripe/esm/resources/Terminal/Readers.js +43 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/ConfirmationTokens.js +9 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Customers.js +9 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Issuing/Authorizations.js +33 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Issuing/Cards.js +25 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js +17 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Issuing/Transactions.js +17 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Refunds.js +9 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Terminal/Readers.js +9 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/TestClocks.js +26 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Treasury/InboundTransfers.js +17 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundPayments.js +21 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundTransfers.js +21 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedCredits.js +9 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedDebits.js +9 -0
- package/api/node_modules/stripe/esm/resources/Tokens.js +7 -0
- package/api/node_modules/stripe/esm/resources/Topups.js +14 -0
- package/api/node_modules/stripe/esm/resources/Transfers.js +30 -0
- package/api/node_modules/stripe/esm/resources/Treasury/CreditReversals.js +18 -0
- package/api/node_modules/stripe/esm/resources/Treasury/DebitReversals.js +18 -0
- package/api/node_modules/stripe/esm/resources/Treasury/FinancialAccounts.js +34 -0
- package/api/node_modules/stripe/esm/resources/Treasury/InboundTransfers.js +22 -0
- package/api/node_modules/stripe/esm/resources/Treasury/OutboundPayments.js +22 -0
- package/api/node_modules/stripe/esm/resources/Treasury/OutboundTransfers.js +22 -0
- package/api/node_modules/stripe/esm/resources/Treasury/ReceivedCredits.js +14 -0
- package/api/node_modules/stripe/esm/resources/Treasury/ReceivedDebits.js +14 -0
- package/api/node_modules/stripe/esm/resources/Treasury/TransactionEntries.js +14 -0
- package/api/node_modules/stripe/esm/resources/Treasury/Transactions.js +14 -0
- package/api/node_modules/stripe/esm/resources/V2/Billing/MeterEventAdjustments.js +9 -0
- package/api/node_modules/stripe/esm/resources/V2/Billing/MeterEventSession.js +9 -0
- package/api/node_modules/stripe/esm/resources/V2/Billing/MeterEventStream.js +10 -0
- package/api/node_modules/stripe/esm/resources/V2/Billing/MeterEvents.js +6 -0
- package/api/node_modules/stripe/esm/resources/V2/Core/EventDestinations.js +38 -0
- package/api/node_modules/stripe/esm/resources/V2/Core/Events.js +54 -0
- package/api/node_modules/stripe/esm/resources/WebhookEndpoints.js +23 -0
- package/api/node_modules/stripe/esm/resources.js +247 -0
- package/api/node_modules/stripe/esm/stripe.core.js +372 -0
- package/api/node_modules/stripe/esm/stripe.esm.node.js +4 -0
- package/api/node_modules/stripe/esm/stripe.esm.worker.js +4 -0
- package/api/node_modules/stripe/esm/utils.js +340 -0
- package/api/node_modules/stripe/package.json +92 -0
- package/api/node_modules/stripe/types/.eslintrc.js +22 -0
- package/api/node_modules/stripe/types/AccountLinks.d.ts +33 -0
- package/api/node_modules/stripe/types/AccountLinksResource.d.ts +76 -0
- package/api/node_modules/stripe/types/AccountSessions.d.ts +468 -0
- package/api/node_modules/stripe/types/AccountSessionsResource.d.ts +543 -0
- package/api/node_modules/stripe/types/Accounts.d.ts +1578 -0
- package/api/node_modules/stripe/types/AccountsResource.d.ts +4684 -0
- package/api/node_modules/stripe/types/ApplePayDomains.d.ts +57 -0
- package/api/node_modules/stripe/types/ApplePayDomainsResource.d.ts +77 -0
- package/api/node_modules/stripe/types/ApplicationFees.d.ts +108 -0
- package/api/node_modules/stripe/types/ApplicationFeesResource.d.ts +162 -0
- package/api/node_modules/stripe/types/Applications.d.ts +55 -0
- package/api/node_modules/stripe/types/Apps/Secrets.d.ts +80 -0
- package/api/node_modules/stripe/types/Apps/SecretsResource.d.ts +186 -0
- package/api/node_modules/stripe/types/Balance.d.ts +266 -0
- package/api/node_modules/stripe/types/BalanceResource.d.ts +26 -0
- package/api/node_modules/stripe/types/BalanceTransactionSources.d.ts +23 -0
- package/api/node_modules/stripe/types/BalanceTransactions.d.ts +161 -0
- package/api/node_modules/stripe/types/BalanceTransactionsResource.d.ts +72 -0
- package/api/node_modules/stripe/types/BankAccounts.d.ts +419 -0
- package/api/node_modules/stripe/types/Billing/AlertTriggereds.d.ts +42 -0
- package/api/node_modules/stripe/types/Billing/Alerts.d.ts +84 -0
- package/api/node_modules/stripe/types/Billing/AlertsResource.d.ts +183 -0
- package/api/node_modules/stripe/types/Billing/CreditBalanceSummary.d.ts +94 -0
- package/api/node_modules/stripe/types/Billing/CreditBalanceSummaryResource.d.ts +78 -0
- package/api/node_modules/stripe/types/Billing/CreditBalanceTransactions.d.ts +178 -0
- package/api/node_modules/stripe/types/Billing/CreditBalanceTransactionsResource.d.ts +54 -0
- package/api/node_modules/stripe/types/Billing/CreditGrants.d.ts +145 -0
- package/api/node_modules/stripe/types/Billing/CreditGrantsResource.d.ts +238 -0
- package/api/node_modules/stripe/types/Billing/MeterEventAdjustments.d.ts +53 -0
- package/api/node_modules/stripe/types/Billing/MeterEventAdjustmentsResource.d.ts +48 -0
- package/api/node_modules/stripe/types/Billing/MeterEventSummaries.d.ts +50 -0
- package/api/node_modules/stripe/types/Billing/MeterEvents.d.ts +49 -0
- package/api/node_modules/stripe/types/Billing/MeterEventsResource.d.ts +46 -0
- package/api/node_modules/stripe/types/Billing/Meters.d.ts +110 -0
- package/api/node_modules/stripe/types/Billing/MetersResource.d.ts +234 -0
- package/api/node_modules/stripe/types/BillingPortal/Configurations.d.ts +274 -0
- package/api/node_modules/stripe/types/BillingPortal/ConfigurationsResource.d.ts +583 -0
- package/api/node_modules/stripe/types/BillingPortal/Sessions.d.ts +288 -0
- package/api/node_modules/stripe/types/BillingPortal/SessionsResource.d.ts +265 -0
- package/api/node_modules/stripe/types/Capabilities.d.ts +413 -0
- package/api/node_modules/stripe/types/Cards.d.ts +228 -0
- package/api/node_modules/stripe/types/CashBalances.d.ts +52 -0
- package/api/node_modules/stripe/types/Charges.d.ts +2361 -0
- package/api/node_modules/stripe/types/ChargesResource.d.ts +426 -0
- package/api/node_modules/stripe/types/Checkout/Sessions.d.ts +2394 -0
- package/api/node_modules/stripe/types/Checkout/SessionsResource.d.ts +2949 -0
- package/api/node_modules/stripe/types/Climate/Orders.d.ts +197 -0
- package/api/node_modules/stripe/types/Climate/OrdersResource.d.ts +159 -0
- package/api/node_modules/stripe/types/Climate/Products.d.ts +81 -0
- package/api/node_modules/stripe/types/Climate/ProductsResource.d.ts +45 -0
- package/api/node_modules/stripe/types/Climate/Suppliers.d.ts +81 -0
- package/api/node_modules/stripe/types/Climate/SuppliersResource.d.ts +45 -0
- package/api/node_modules/stripe/types/ConfirmationTokens.d.ts +1603 -0
- package/api/node_modules/stripe/types/ConfirmationTokensResource.d.ts +27 -0
- package/api/node_modules/stripe/types/ConnectCollectionTransfers.d.ts +40 -0
- package/api/node_modules/stripe/types/CountrySpecs.d.ts +88 -0
- package/api/node_modules/stripe/types/CountrySpecsResource.d.ts +43 -0
- package/api/node_modules/stripe/types/Coupons.d.ts +139 -0
- package/api/node_modules/stripe/types/CouponsResource.d.ts +203 -0
- package/api/node_modules/stripe/types/CreditNoteLineItems.d.ts +185 -0
- package/api/node_modules/stripe/types/CreditNotes.d.ts +340 -0
- package/api/node_modules/stripe/types/CreditNotesResource.d.ts +632 -0
- package/api/node_modules/stripe/types/CustomerBalanceTransactions.d.ts +94 -0
- package/api/node_modules/stripe/types/CustomerCashBalanceTransactions.d.ts +225 -0
- package/api/node_modules/stripe/types/CustomerSessions.d.ts +158 -0
- package/api/node_modules/stripe/types/CustomerSessionsResource.d.ts +138 -0
- package/api/node_modules/stripe/types/CustomerSources.d.ts +9 -0
- package/api/node_modules/stripe/types/Customers.d.ts +304 -0
- package/api/node_modules/stripe/types/CustomersResource.d.ts +1506 -0
- package/api/node_modules/stripe/types/Deprecations.d.ts +215 -0
- package/api/node_modules/stripe/types/Discounts.d.ts +147 -0
- package/api/node_modules/stripe/types/Disputes.d.ts +504 -0
- package/api/node_modules/stripe/types/DisputesResource.d.ts +384 -0
- package/api/node_modules/stripe/types/Entitlements/ActiveEntitlementSummaries.d.ts +32 -0
- package/api/node_modules/stripe/types/Entitlements/ActiveEntitlements.d.ts +37 -0
- package/api/node_modules/stripe/types/Entitlements/ActiveEntitlementsResource.d.ts +49 -0
- package/api/node_modules/stripe/types/Entitlements/Features.d.ts +48 -0
- package/api/node_modules/stripe/types/Entitlements/FeaturesResource.d.ts +118 -0
- package/api/node_modules/stripe/types/EphemeralKeys.d.ts +40 -0
- package/api/node_modules/stripe/types/EphemeralKeysResource.d.ts +65 -0
- package/api/node_modules/stripe/types/Errors.d.ts +280 -0
- package/api/node_modules/stripe/types/EventTypes.d.ts +4084 -0
- package/api/node_modules/stripe/types/Events.d.ts +359 -0
- package/api/node_modules/stripe/types/EventsResource.d.ts +63 -0
- package/api/node_modules/stripe/types/ExchangeRates.d.ts +52 -0
- package/api/node_modules/stripe/types/ExchangeRatesResource.d.ts +43 -0
- package/api/node_modules/stripe/types/ExternalAccounts.d.ts +9 -0
- package/api/node_modules/stripe/types/FeeRefunds.d.ts +54 -0
- package/api/node_modules/stripe/types/FileLinks.d.ts +57 -0
- package/api/node_modules/stripe/types/FileLinksResource.d.ts +114 -0
- package/api/node_modules/stripe/types/Files.d.ts +92 -0
- package/api/node_modules/stripe/types/FilesResource.d.ts +138 -0
- package/api/node_modules/stripe/types/FinancialConnections/AccountOwners.d.ts +52 -0
- package/api/node_modules/stripe/types/FinancialConnections/AccountOwnerships.d.ts +32 -0
- package/api/node_modules/stripe/types/FinancialConnections/Accounts.d.ts +290 -0
- package/api/node_modules/stripe/types/FinancialConnections/AccountsResource.d.ts +179 -0
- package/api/node_modules/stripe/types/FinancialConnections/Sessions.d.ts +111 -0
- package/api/node_modules/stripe/types/FinancialConnections/SessionsResource.d.ts +123 -0
- package/api/node_modules/stripe/types/FinancialConnections/Transactions.d.ts +85 -0
- package/api/node_modules/stripe/types/FinancialConnections/TransactionsResource.d.ts +68 -0
- package/api/node_modules/stripe/types/Forwarding/Requests.d.ts +165 -0
- package/api/node_modules/stripe/types/Forwarding/RequestsResource.d.ts +127 -0
- package/api/node_modules/stripe/types/FundingInstructions.d.ts +297 -0
- package/api/node_modules/stripe/types/Identity/VerificationReports.d.ts +470 -0
- package/api/node_modules/stripe/types/Identity/VerificationReportsResource.d.ts +71 -0
- package/api/node_modules/stripe/types/Identity/VerificationSessions.d.ts +296 -0
- package/api/node_modules/stripe/types/Identity/VerificationSessionsResource.d.ts +336 -0
- package/api/node_modules/stripe/types/InvoiceItems.d.ts +171 -0
- package/api/node_modules/stripe/types/InvoiceItemsResource.d.ts +397 -0
- package/api/node_modules/stripe/types/InvoiceLineItems.d.ts +263 -0
- package/api/node_modules/stripe/types/InvoiceRenderingTemplates.d.ts +55 -0
- package/api/node_modules/stripe/types/InvoiceRenderingTemplatesResource.d.ts +93 -0
- package/api/node_modules/stripe/types/Invoices.d.ts +1549 -0
- package/api/node_modules/stripe/types/InvoicesResource.d.ts +6418 -0
- package/api/node_modules/stripe/types/Issuing/Authorizations.d.ts +688 -0
- package/api/node_modules/stripe/types/Issuing/AuthorizationsResource.d.ts +151 -0
- package/api/node_modules/stripe/types/Issuing/Cardholders.d.ts +1184 -0
- package/api/node_modules/stripe/types/Issuing/CardholdersResource.d.ts +2411 -0
- package/api/node_modules/stripe/types/Issuing/Cards.d.ts +1264 -0
- package/api/node_modules/stripe/types/Issuing/CardsResource.d.ts +2337 -0
- package/api/node_modules/stripe/types/Issuing/Disputes.d.ts +383 -0
- package/api/node_modules/stripe/types/Issuing/DisputesResource.d.ts +776 -0
- package/api/node_modules/stripe/types/Issuing/PersonalizationDesigns.d.ts +142 -0
- package/api/node_modules/stripe/types/Issuing/PersonalizationDesignsResource.d.ts +253 -0
- package/api/node_modules/stripe/types/Issuing/PhysicalBundles.d.ts +75 -0
- package/api/node_modules/stripe/types/Issuing/PhysicalBundlesResource.d.ts +63 -0
- package/api/node_modules/stripe/types/Issuing/Tokens.d.ts +273 -0
- package/api/node_modules/stripe/types/Issuing/TokensResource.d.ts +88 -0
- package/api/node_modules/stripe/types/Issuing/Transactions.d.ts +479 -0
- package/api/node_modules/stripe/types/Issuing/TransactionsResource.d.ts +92 -0
- package/api/node_modules/stripe/types/LineItems.d.ts +130 -0
- package/api/node_modules/stripe/types/LoginLinks.d.ts +25 -0
- package/api/node_modules/stripe/types/Mandates.d.ts +257 -0
- package/api/node_modules/stripe/types/MandatesResource.d.ts +27 -0
- package/api/node_modules/stripe/types/OAuth.d.ts +355 -0
- package/api/node_modules/stripe/types/PaymentIntents.d.ts +2718 -0
- package/api/node_modules/stripe/types/PaymentIntentsResource.d.ts +8453 -0
- package/api/node_modules/stripe/types/PaymentLinks.d.ts +960 -0
- package/api/node_modules/stripe/types/PaymentLinksResource.d.ts +2014 -0
- package/api/node_modules/stripe/types/PaymentMethodConfigurations.d.ts +1577 -0
- package/api/node_modules/stripe/types/PaymentMethodConfigurationsResource.d.ts +2258 -0
- package/api/node_modules/stripe/types/PaymentMethodDomains.d.ts +185 -0
- package/api/node_modules/stripe/types/PaymentMethodDomainsResource.d.ts +126 -0
- package/api/node_modules/stripe/types/PaymentMethods.d.ts +1495 -0
- package/api/node_modules/stripe/types/PaymentMethodsResource.d.ts +1044 -0
- package/api/node_modules/stripe/types/Payouts.d.ts +172 -0
- package/api/node_modules/stripe/types/PayoutsResource.d.ts +196 -0
- package/api/node_modules/stripe/types/Persons.d.ts +723 -0
- package/api/node_modules/stripe/types/Plans.d.ts +202 -0
- package/api/node_modules/stripe/types/PlansResource.d.ts +310 -0
- package/api/node_modules/stripe/types/Prices.d.ts +336 -0
- package/api/node_modules/stripe/types/PricesResource.d.ts +618 -0
- package/api/node_modules/stripe/types/ProductFeatures.d.ts +57 -0
- package/api/node_modules/stripe/types/Products.d.ts +170 -0
- package/api/node_modules/stripe/types/ProductsResource.d.ts +616 -0
- package/api/node_modules/stripe/types/PromotionCodes.d.ts +110 -0
- package/api/node_modules/stripe/types/PromotionCodesResource.d.ts +211 -0
- package/api/node_modules/stripe/types/Quotes.d.ts +649 -0
- package/api/node_modules/stripe/types/QuotesResource.d.ts +849 -0
- package/api/node_modules/stripe/types/Radar/EarlyFraudWarnings.d.ts +55 -0
- package/api/node_modules/stripe/types/Radar/EarlyFraudWarningsResource.d.ts +64 -0
- package/api/node_modules/stripe/types/Radar/ValueListItems.d.ts +74 -0
- package/api/node_modules/stripe/types/Radar/ValueListItemsResource.d.ts +99 -0
- package/api/node_modules/stripe/types/Radar/ValueLists.d.ts +103 -0
- package/api/node_modules/stripe/types/Radar/ValueListsResource.d.ts +155 -0
- package/api/node_modules/stripe/types/Refunds.d.ts +427 -0
- package/api/node_modules/stripe/types/RefundsResource.d.ts +187 -0
- package/api/node_modules/stripe/types/Reporting/ReportRuns.d.ts +115 -0
- package/api/node_modules/stripe/types/Reporting/ReportRunsResource.d.ts +762 -0
- package/api/node_modules/stripe/types/Reporting/ReportTypes.d.ts +64 -0
- package/api/node_modules/stripe/types/Reporting/ReportTypesResource.d.ts +47 -0
- package/api/node_modules/stripe/types/ReserveTransactions.d.ts +32 -0
- package/api/node_modules/stripe/types/Reviews.d.ts +143 -0
- package/api/node_modules/stripe/types/ReviewsResource.d.ts +68 -0
- package/api/node_modules/stripe/types/SetupAttempts.d.ts +830 -0
- package/api/node_modules/stripe/types/SetupAttemptsResource.d.ts +35 -0
- package/api/node_modules/stripe/types/SetupIntents.d.ts +873 -0
- package/api/node_modules/stripe/types/SetupIntentsResource.d.ts +3873 -0
- package/api/node_modules/stripe/types/ShippingRates.d.ts +155 -0
- package/api/node_modules/stripe/types/ShippingRatesResource.d.ts +262 -0
- package/api/node_modules/stripe/types/Sigma/ScheduledQueryRuns.d.ts +76 -0
- package/api/node_modules/stripe/types/Sigma/ScheduledQueryRunsResource.d.ts +47 -0
- package/api/node_modules/stripe/types/SourceMandateNotifications.d.ts +105 -0
- package/api/node_modules/stripe/types/SourceTransactions.d.ts +203 -0
- package/api/node_modules/stripe/types/Sources.d.ts +746 -0
- package/api/node_modules/stripe/types/SourcesResource.d.ts +611 -0
- package/api/node_modules/stripe/types/SubscriptionItems.d.ts +112 -0
- package/api/node_modules/stripe/types/SubscriptionItemsResource.d.ts +488 -0
- package/api/node_modules/stripe/types/SubscriptionSchedules.d.ts +603 -0
- package/api/node_modules/stripe/types/SubscriptionSchedulesResource.d.ts +1389 -0
- package/api/node_modules/stripe/types/Subscriptions.d.ts +763 -0
- package/api/node_modules/stripe/types/SubscriptionsResource.d.ts +2041 -0
- package/api/node_modules/stripe/types/Tax/CalculationLineItems.d.ts +182 -0
- package/api/node_modules/stripe/types/Tax/Calculations.d.ts +499 -0
- package/api/node_modules/stripe/types/Tax/CalculationsResource.d.ts +389 -0
- package/api/node_modules/stripe/types/Tax/Registrations.d.ts +1374 -0
- package/api/node_modules/stripe/types/Tax/RegistrationsResource.d.ts +1782 -0
- package/api/node_modules/stripe/types/Tax/Settings.d.ts +79 -0
- package/api/node_modules/stripe/types/Tax/SettingsResource.d.ts +77 -0
- package/api/node_modules/stripe/types/Tax/TransactionLineItems.d.ts +90 -0
- package/api/node_modules/stripe/types/Tax/Transactions.d.ts +406 -0
- package/api/node_modules/stripe/types/Tax/TransactionsResource.d.ts +182 -0
- package/api/node_modules/stripe/types/TaxCodes.d.ts +30 -0
- package/api/node_modules/stripe/types/TaxCodesResource.d.ts +43 -0
- package/api/node_modules/stripe/types/TaxDeductedAtSources.d.ts +35 -0
- package/api/node_modules/stripe/types/TaxIds.d.ts +240 -0
- package/api/node_modules/stripe/types/TaxIdsResource.d.ts +241 -0
- package/api/node_modules/stripe/types/TaxRates.d.ts +144 -0
- package/api/node_modules/stripe/types/TaxRatesResource.d.ts +215 -0
- package/api/node_modules/stripe/types/Terminal/Configurations.d.ts +424 -0
- package/api/node_modules/stripe/types/Terminal/ConfigurationsResource.d.ts +985 -0
- package/api/node_modules/stripe/types/Terminal/ConnectionTokens.d.ts +29 -0
- package/api/node_modules/stripe/types/Terminal/ConnectionTokensResource.d.ts +32 -0
- package/api/node_modules/stripe/types/Terminal/Locations.d.ts +71 -0
- package/api/node_modules/stripe/types/Terminal/LocationsResource.d.ts +180 -0
- package/api/node_modules/stripe/types/Terminal/Readers.d.ts +344 -0
- package/api/node_modules/stripe/types/Terminal/ReadersResource.d.ts +423 -0
- package/api/node_modules/stripe/types/TestHelpers/ConfirmationTokensResource.d.ts +741 -0
- package/api/node_modules/stripe/types/TestHelpers/CustomersResource.d.ts +40 -0
- package/api/node_modules/stripe/types/TestHelpers/Issuing/AuthorizationsResource.d.ts +1298 -0
- package/api/node_modules/stripe/types/TestHelpers/Issuing/CardsResource.d.ts +121 -0
- package/api/node_modules/stripe/types/TestHelpers/Issuing/PersonalizationDesignsResource.d.ts +113 -0
- package/api/node_modules/stripe/types/TestHelpers/Issuing/TransactionsResource.d.ts +1354 -0
- package/api/node_modules/stripe/types/TestHelpers/RefundsResource.d.ts +29 -0
- package/api/node_modules/stripe/types/TestHelpers/Terminal/ReadersResource.d.ts +71 -0
- package/api/node_modules/stripe/types/TestHelpers/TestClocks.d.ts +98 -0
- package/api/node_modules/stripe/types/TestHelpers/TestClocksResource.d.ts +108 -0
- package/api/node_modules/stripe/types/TestHelpers/Treasury/InboundTransfersResource.d.ts +108 -0
- package/api/node_modules/stripe/types/TestHelpers/Treasury/OutboundPaymentsResource.d.ts +175 -0
- package/api/node_modules/stripe/types/TestHelpers/Treasury/OutboundTransfersResource.d.ts +175 -0
- package/api/node_modules/stripe/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +93 -0
- package/api/node_modules/stripe/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +91 -0
- package/api/node_modules/stripe/types/ThinEvent.d.ts +36 -0
- package/api/node_modules/stripe/types/Tokens.d.ts +84 -0
- package/api/node_modules/stripe/types/TokensResource.d.ts +950 -0
- package/api/node_modules/stripe/types/Topups.d.ts +103 -0
- package/api/node_modules/stripe/types/TopupsResource.d.ts +158 -0
- package/api/node_modules/stripe/types/TransferReversals.d.ts +72 -0
- package/api/node_modules/stripe/types/Transfers.d.ts +104 -0
- package/api/node_modules/stripe/types/TransfersResource.d.ts +260 -0
- package/api/node_modules/stripe/types/Treasury/CreditReversals.d.ts +92 -0
- package/api/node_modules/stripe/types/Treasury/CreditReversalsResource.d.ts +88 -0
- package/api/node_modules/stripe/types/Treasury/DebitReversals.d.ts +104 -0
- package/api/node_modules/stripe/types/Treasury/DebitReversalsResource.d.ts +95 -0
- package/api/node_modules/stripe/types/Treasury/FinancialAccountFeatures.d.ts +623 -0
- package/api/node_modules/stripe/types/Treasury/FinancialAccounts.d.ts +250 -0
- package/api/node_modules/stripe/types/Treasury/FinancialAccountsResource.d.ts +724 -0
- package/api/node_modules/stripe/types/Treasury/InboundTransfers.d.ts +235 -0
- package/api/node_modules/stripe/types/Treasury/InboundTransfersResource.d.ts +128 -0
- package/api/node_modules/stripe/types/Treasury/OutboundPayments.d.ts +324 -0
- package/api/node_modules/stripe/types/Treasury/OutboundPaymentsResource.d.ts +285 -0
- package/api/node_modules/stripe/types/Treasury/OutboundTransfers.d.ts +299 -0
- package/api/node_modules/stripe/types/Treasury/OutboundTransfersResource.d.ts +179 -0
- package/api/node_modules/stripe/types/Treasury/ReceivedCredits.d.ts +279 -0
- package/api/node_modules/stripe/types/Treasury/ReceivedCreditsResource.d.ts +79 -0
- package/api/node_modules/stripe/types/Treasury/ReceivedDebits.d.ts +222 -0
- package/api/node_modules/stripe/types/Treasury/ReceivedDebitsResource.d.ts +58 -0
- package/api/node_modules/stripe/types/Treasury/TransactionEntries.d.ts +203 -0
- package/api/node_modules/stripe/types/Treasury/TransactionEntriesResource.d.ts +70 -0
- package/api/node_modules/stripe/types/Treasury/Transactions.d.ts +202 -0
- package/api/node_modules/stripe/types/Treasury/TransactionsResource.d.ts +82 -0
- package/api/node_modules/stripe/types/UpcomingInvoices.d.ts +5 -0
- package/api/node_modules/stripe/types/UsageRecordSummaries.d.ts +56 -0
- package/api/node_modules/stripe/types/UsageRecords.d.ts +45 -0
- package/api/node_modules/stripe/types/V2/Billing/MeterEventAdjustments.d.ts +65 -0
- package/api/node_modules/stripe/types/V2/Billing/MeterEventAdjustmentsResource.d.ts +47 -0
- package/api/node_modules/stripe/types/V2/Billing/MeterEventSessionResource.d.ts +26 -0
- package/api/node_modules/stripe/types/V2/Billing/MeterEventSessions.d.ts +45 -0
- package/api/node_modules/stripe/types/V2/Billing/MeterEventStreamResource.d.ts +62 -0
- package/api/node_modules/stripe/types/V2/Billing/MeterEvents.d.ts +54 -0
- package/api/node_modules/stripe/types/V2/Billing/MeterEventsResource.d.ts +52 -0
- package/api/node_modules/stripe/types/V2/Core/EventDestinationsResource.d.ts +281 -0
- package/api/node_modules/stripe/types/V2/Core/EventsResource.d.ts +57 -0
- package/api/node_modules/stripe/types/V2/EventDestinations.d.ts +164 -0
- package/api/node_modules/stripe/types/V2/EventTypes.d.ts +216 -0
- package/api/node_modules/stripe/types/V2/Events.d.ts +75 -0
- package/api/node_modules/stripe/types/WebhookEndpoints.d.ts +101 -0
- package/api/node_modules/stripe/types/WebhookEndpointsResource.d.ts +742 -0
- package/api/node_modules/stripe/types/Webhooks.d.ts +164 -0
- package/api/node_modules/stripe/types/crypto/crypto.d.ts +59 -0
- package/api/node_modules/stripe/types/index.d.ts +561 -0
- package/api/node_modules/stripe/types/lib.d.ts +308 -0
- package/api/node_modules/stripe/types/net/net.d.ts +99 -0
- package/api/node_modules/stripe/types/shared.d.ts +178 -0
- package/api/node_modules/stripe/types/test/.eslintrc.js +6 -0
- package/api/node_modules/stripe/types/test/tsconfig.json +67 -0
- package/api/node_modules/stripe/types/test/typescriptTest.ts +308 -0
- package/api/node_modules/strnum/CHANGELOG.md +40 -0
- package/api/node_modules/strnum/LICENSE +21 -0
- package/api/node_modules/strnum/README.md +104 -0
- package/api/node_modules/strnum/package.json +31 -0
- package/api/node_modules/strnum/strnum.js +161 -0
- package/api/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/api/node_modules/tslib/LICENSE.txt +12 -0
- package/api/node_modules/tslib/README.md +164 -0
- package/api/node_modules/tslib/SECURITY.md +41 -0
- package/api/node_modules/tslib/modules/index.d.ts +38 -0
- package/api/node_modules/tslib/modules/index.js +70 -0
- package/api/node_modules/tslib/modules/package.json +3 -0
- package/api/node_modules/tslib/package.json +47 -0
- package/api/node_modules/tslib/tslib.d.ts +460 -0
- package/api/node_modules/tslib/tslib.es6.html +1 -0
- package/api/node_modules/tslib/tslib.es6.js +402 -0
- package/api/node_modules/tslib/tslib.es6.mjs +401 -0
- package/api/node_modules/tslib/tslib.html +1 -0
- package/api/node_modules/tslib/tslib.js +484 -0
- package/api/node_modules/undici-types/LICENSE +21 -0
- package/api/node_modules/undici-types/README.md +6 -0
- package/api/node_modules/undici-types/agent.d.ts +32 -0
- package/api/node_modules/undici-types/api.d.ts +43 -0
- package/api/node_modules/undici-types/balanced-pool.d.ts +30 -0
- package/api/node_modules/undici-types/cache-interceptor.d.ts +173 -0
- package/api/node_modules/undici-types/cache.d.ts +36 -0
- package/api/node_modules/undici-types/client-stats.d.ts +15 -0
- package/api/node_modules/undici-types/client.d.ts +108 -0
- package/api/node_modules/undici-types/connector.d.ts +34 -0
- package/api/node_modules/undici-types/content-type.d.ts +21 -0
- package/api/node_modules/undici-types/cookies.d.ts +30 -0
- package/api/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
- package/api/node_modules/undici-types/dispatcher.d.ts +276 -0
- package/api/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
- package/api/node_modules/undici-types/errors.d.ts +161 -0
- package/api/node_modules/undici-types/eventsource.d.ts +66 -0
- package/api/node_modules/undici-types/fetch.d.ts +211 -0
- package/api/node_modules/undici-types/formdata.d.ts +108 -0
- package/api/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/api/node_modules/undici-types/global-origin.d.ts +7 -0
- package/api/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/api/node_modules/undici-types/handlers.d.ts +15 -0
- package/api/node_modules/undici-types/header.d.ts +160 -0
- package/api/node_modules/undici-types/index.d.ts +88 -0
- package/api/node_modules/undici-types/interceptors.d.ts +73 -0
- package/api/node_modules/undici-types/mock-agent.d.ts +68 -0
- package/api/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/api/node_modules/undici-types/mock-client.d.ts +27 -0
- package/api/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/api/node_modules/undici-types/mock-interceptor.d.ts +94 -0
- package/api/node_modules/undici-types/mock-pool.d.ts +27 -0
- package/api/node_modules/undici-types/package.json +55 -0
- package/api/node_modules/undici-types/patch.d.ts +29 -0
- package/api/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/api/node_modules/undici-types/pool.d.ts +41 -0
- package/api/node_modules/undici-types/proxy-agent.d.ts +29 -0
- package/api/node_modules/undici-types/readable.d.ts +68 -0
- package/api/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/api/node_modules/undici-types/retry-handler.d.ts +125 -0
- package/api/node_modules/undici-types/round-robin-pool.d.ts +41 -0
- package/api/node_modules/undici-types/snapshot-agent.d.ts +109 -0
- package/api/node_modules/undici-types/util.d.ts +18 -0
- package/api/node_modules/undici-types/utility.d.ts +7 -0
- package/api/node_modules/undici-types/webidl.d.ts +341 -0
- package/api/node_modules/undici-types/websocket.d.ts +186 -0
- package/api/orders.js +32 -0
- package/api/package-lock.json +1668 -0
- package/api/package.json +10 -0
- package/api/session.js +25 -0
- package/api/stock.js +22 -0
- package/api/template.yaml +145 -0
- package/api/webhook.js +87 -0
- package/docs/staticart/CUSTOMIZATION.md +63 -0
- package/package.json +75 -0
- package/scripts/build-icons.js +72 -0
- package/scripts/build-products.js +111 -0
- package/scripts/override.js +74 -0
- package/scripts/release.js +85 -0
- package/scripts/setup.js +14 -0
- package/scripts/sync-vendor.js +29 -0
- package/scripts/test.js +57 -0
- package/scripts/update-stock.js +53 -0
- package/scripts/vendor-deps.js +25 -0
- package/src/assets/staticart_logo.svg +133 -0
- package/src/assets/staticart_logo_mark.svg +87 -0
- package/src/components/atoms/app-badge/app-badge.css +4 -0
- package/src/components/atoms/app-badge/app-badge.js +23 -0
- package/src/components/atoms/app-badge/app-badge.test.js +26 -0
- package/src/components/atoms/app-badge/index.js +1 -0
- package/src/components/atoms/app-button/app-button.css +3 -0
- package/src/components/atoms/app-button/app-button.js +41 -0
- package/src/components/atoms/app-button/app-button.test.js +42 -0
- package/src/components/atoms/app-button/index.js +1 -0
- package/src/components/atoms/app-icon/app-icon.css +4 -0
- package/src/components/atoms/app-icon/app-icon.js +69 -0
- package/src/components/atoms/app-icon/app-icon.test.js +30 -0
- package/src/components/atoms/app-icon/index.js +1 -0
- package/src/components/atoms/cart-count/cart-count.css +18 -0
- package/src/components/atoms/cart-count/cart-count.js +18 -0
- package/src/components/atoms/cart-count/cart-count.test.js +37 -0
- package/src/components/atoms/cart-count/index.js +1 -0
- package/src/components/atoms/region-select/region-select.css +21 -0
- package/src/components/atoms/region-select/region-select.js +62 -0
- package/src/components/atoms/theme-toggle/index.js +1 -0
- package/src/components/atoms/theme-toggle/theme-toggle.css +10 -0
- package/src/components/atoms/theme-toggle/theme-toggle.js +46 -0
- package/src/components/molecules/cart-item/cart-item.css +47 -0
- package/src/components/molecules/cart-item/cart-item.js +81 -0
- package/src/components/molecules/cart-item/cart-item.test.js +51 -0
- package/src/components/molecules/cart-item/index.js +1 -0
- package/src/components/molecules/product-card/helpers.js +45 -0
- package/src/components/molecules/product-card/index.js +1 -0
- package/src/components/molecules/product-card/product-card.css +118 -0
- package/src/components/molecules/product-card/product-card.js +101 -0
- package/src/components/molecules/product-card/product-card.test.js +51 -0
- package/src/components/molecules/related-products/related-products.css +54 -0
- package/src/components/molecules/related-products/related-products.js +90 -0
- package/src/components/molecules/series-gallery/series-gallery.css +54 -0
- package/src/components/molecules/series-gallery/series-gallery.js +60 -0
- package/src/components/organisms/app-footer/app-footer.css +63 -0
- package/src/components/organisms/app-footer/app-footer.js +40 -0
- package/src/components/organisms/app-header/app-header.css +59 -0
- package/src/components/organisms/app-header/app-header.js +77 -0
- package/src/components/organisms/app-header/app-header.test.js +26 -0
- package/src/components/organisms/app-header/index.js +1 -0
- package/src/components/organisms/product-grid/index.js +1 -0
- package/src/components/organisms/product-grid/product-grid.css +29 -0
- package/src/components/organisms/product-grid/product-grid.js +142 -0
- package/src/components/organisms/product-grid/product-grid.test.js +98 -0
- package/src/data/products.json +107 -0
- package/src/icons.json +25 -0
- package/src/index.html +49 -0
- package/src/locales/es.json +36 -0
- package/src/locales/overrides.es.json +7 -0
- package/src/locales/overrides.json +7 -0
- package/src/pages/cart/cart-view.js +114 -0
- package/src/pages/cart/helpers.js +47 -0
- package/src/pages/catalog/catalog-view.js +119 -0
- package/src/pages/content/content-page-view.js +69 -0
- package/src/pages/home/home-view.js +39 -0
- package/src/pages/not-found/not-found-view.js +65 -0
- package/src/pages/order-cancelled/order-cancelled-view.js +25 -0
- package/src/pages/order-success/order-success-view.js +65 -0
- package/src/pages/orders/orders-view.js +98 -0
- package/src/pages/product-detail/helpers.js +79 -0
- package/src/pages/product-detail/product-detail-view.js +137 -0
- package/src/router/index.js +64 -0
- package/src/server.js +112 -0
- package/src/store/AppState.js +27 -0
- package/src/store/CartState.js +94 -0
- package/src/store/Product.js +85 -0
- package/src/store/UserPrefs.js +44 -0
- package/src/styles/buttons.css +87 -0
- package/src/styles/components.css +22 -0
- package/src/styles/forms.css +20 -0
- package/src/styles/pages-cart.css +132 -0
- package/src/styles/pages-content.css +59 -0
- package/src/styles/pages-orders.css +53 -0
- package/src/styles/pages.css +150 -0
- package/src/styles/reset.css +38 -0
- package/src/styles/shared.css +140 -0
- package/src/styles/tokens.css +69 -0
- package/src/utils/checkout.js +31 -0
- package/src/utils/formatDate.js +41 -0
- package/src/utils/formatPrice.js +37 -0
- package/src/utils/i18n.js +100 -0
- package/src/utils/parseFrontmatter.js +27 -0
- package/src/utils/productVariants.js +42 -0
- package/src/utils/renderMarkdown.js +24 -0
- package/src/utils/renderMetadata.js +38 -0
- package/src/utils/setPageMeta.js +24 -0
- package/src/utils/shippingBreakdown.js +108 -0
- package/src/utils/shippingEstimate.js +82 -0
- package/src/utils/statusColors.js +60 -0
- package/src/utils/storeConfig.js +24 -0
- package/src/vendor/hybrids/cache.js +230 -0
- package/src/vendor/hybrids/children.js +43 -0
- package/src/vendor/hybrids/define.js +224 -0
- package/src/vendor/hybrids/emitter.js +31 -0
- package/src/vendor/hybrids/index.js +13 -0
- package/src/vendor/hybrids/localize.js +193 -0
- package/src/vendor/hybrids/mount.js +57 -0
- package/src/vendor/hybrids/parent.js +32 -0
- package/src/vendor/hybrids/render.js +58 -0
- package/src/vendor/hybrids/router.js +1214 -0
- package/src/vendor/hybrids/store.js +1809 -0
- package/src/vendor/hybrids/template/core.js +584 -0
- package/src/vendor/hybrids/template/helpers/index.js +3 -0
- package/src/vendor/hybrids/template/helpers/resolve.js +33 -0
- package/src/vendor/hybrids/template/helpers/set.js +88 -0
- package/src/vendor/hybrids/template/helpers/transition.js +31 -0
- package/src/vendor/hybrids/template/index.js +45 -0
- package/src/vendor/hybrids/template/layout.js +320 -0
- package/src/vendor/hybrids/template/methods.js +32 -0
- package/src/vendor/hybrids/template/resolvers/array.js +113 -0
- package/src/vendor/hybrids/template/resolvers/class.js +43 -0
- package/src/vendor/hybrids/template/resolvers/event.js +35 -0
- package/src/vendor/hybrids/template/resolvers/node.js +10 -0
- package/src/vendor/hybrids/template/resolvers/property.js +55 -0
- package/src/vendor/hybrids/template/resolvers/style.js +36 -0
- package/src/vendor/hybrids/template/resolvers/value.js +50 -0
- package/src/vendor/hybrids/template/utils.js +49 -0
- package/src/vendor/hybrids/utils.js +56 -0
- package/src/vendor/hybrids/value.js +60 -0
- package/templates/.env +22 -0
- package/templates/scripts/build-icons.js +60 -0
- package/templates/scripts/setup.js +15 -0
- package/templates/scripts/vendor-platform.js +36 -0
- package/templates/src/data/products.json +17 -0
- package/templates/src/favicon.svg +87 -0
- package/templates/src/index.html +49 -0
- package/templates/src/locales/overrides.json +2 -0
- package/templates/src/server.js +112 -0
- package/templates/src/styles/tokens.css +69 -0
- package/templates/staticart.config.json +15 -0
- package/vendor/components/atoms/app-badge/app-badge.css +4 -0
- package/vendor/components/atoms/app-badge/app-badge.js +23 -0
- package/vendor/components/atoms/app-badge/app-badge.test.js +26 -0
- package/vendor/components/atoms/app-badge/index.js +1 -0
- package/vendor/components/atoms/app-button/app-button.css +3 -0
- package/vendor/components/atoms/app-button/app-button.js +41 -0
- package/vendor/components/atoms/app-button/app-button.test.js +42 -0
- package/vendor/components/atoms/app-button/index.js +1 -0
- package/vendor/components/atoms/app-icon/app-icon.css +4 -0
- package/vendor/components/atoms/app-icon/app-icon.js +69 -0
- package/vendor/components/atoms/app-icon/app-icon.test.js +30 -0
- package/vendor/components/atoms/app-icon/index.js +1 -0
- package/vendor/components/atoms/cart-count/cart-count.css +18 -0
- package/vendor/components/atoms/cart-count/cart-count.js +18 -0
- package/vendor/components/atoms/cart-count/cart-count.test.js +37 -0
- package/vendor/components/atoms/cart-count/index.js +1 -0
- package/vendor/components/atoms/region-select/region-select.css +21 -0
- package/vendor/components/atoms/region-select/region-select.js +62 -0
- package/vendor/components/atoms/theme-toggle/index.js +1 -0
- package/vendor/components/atoms/theme-toggle/theme-toggle.css +10 -0
- package/vendor/components/atoms/theme-toggle/theme-toggle.js +46 -0
- package/vendor/components/molecules/cart-item/cart-item.css +47 -0
- package/vendor/components/molecules/cart-item/cart-item.js +81 -0
- package/vendor/components/molecules/cart-item/cart-item.test.js +51 -0
- package/vendor/components/molecules/cart-item/index.js +1 -0
- package/vendor/components/molecules/product-card/helpers.js +45 -0
- package/vendor/components/molecules/product-card/index.js +1 -0
- package/vendor/components/molecules/product-card/product-card.css +118 -0
- package/vendor/components/molecules/product-card/product-card.js +101 -0
- package/vendor/components/molecules/product-card/product-card.test.js +51 -0
- package/vendor/components/molecules/related-products/related-products.css +54 -0
- package/vendor/components/molecules/related-products/related-products.js +90 -0
- package/vendor/components/molecules/series-gallery/series-gallery.css +54 -0
- package/vendor/components/molecules/series-gallery/series-gallery.js +60 -0
- package/vendor/components/organisms/app-footer/app-footer.css +63 -0
- package/vendor/components/organisms/app-footer/app-footer.js +40 -0
- package/vendor/components/organisms/app-header/app-header.css +59 -0
- package/vendor/components/organisms/app-header/app-header.js +77 -0
- package/vendor/components/organisms/app-header/app-header.test.js +26 -0
- package/vendor/components/organisms/app-header/index.js +1 -0
- package/vendor/components/organisms/product-grid/index.js +1 -0
- package/vendor/components/organisms/product-grid/product-grid.css +29 -0
- package/vendor/components/organisms/product-grid/product-grid.js +142 -0
- package/vendor/components/organisms/product-grid/product-grid.test.js +98 -0
- package/vendor/locales/es.json +36 -0
- package/vendor/locales/overrides.es.json +7 -0
- package/vendor/locales/overrides.json +7 -0
- package/vendor/pages/cart/cart-view.js +114 -0
- package/vendor/pages/cart/helpers.js +47 -0
- package/vendor/pages/catalog/catalog-view.js +119 -0
- package/vendor/pages/content/content-page-view.js +69 -0
- package/vendor/pages/home/home-view.js +39 -0
- package/vendor/pages/not-found/not-found-view.js +65 -0
- package/vendor/pages/order-cancelled/order-cancelled-view.js +25 -0
- package/vendor/pages/order-success/order-success-view.js +65 -0
- package/vendor/pages/orders/orders-view.js +98 -0
- package/vendor/pages/product-detail/helpers.js +79 -0
- package/vendor/pages/product-detail/product-detail-view.js +137 -0
- package/vendor/router/index.js +64 -0
- package/vendor/store/AppState.js +27 -0
- package/vendor/store/CartState.js +94 -0
- package/vendor/store/Product.js +85 -0
- package/vendor/store/UserPrefs.js +44 -0
- package/vendor/styles/buttons.css +87 -0
- package/vendor/styles/components.css +22 -0
- package/vendor/styles/forms.css +20 -0
- package/vendor/styles/pages-cart.css +132 -0
- package/vendor/styles/pages-content.css +59 -0
- package/vendor/styles/pages-orders.css +53 -0
- package/vendor/styles/pages.css +150 -0
- package/vendor/styles/reset.css +38 -0
- package/vendor/styles/shared.css +140 -0
- package/vendor/styles/tokens.css +69 -0
- package/vendor/utils/checkout.js +31 -0
- package/vendor/utils/formatDate.js +41 -0
- package/vendor/utils/formatPrice.js +37 -0
- package/vendor/utils/i18n.js +100 -0
- package/vendor/utils/parseFrontmatter.js +27 -0
- package/vendor/utils/productVariants.js +42 -0
- package/vendor/utils/renderMarkdown.js +24 -0
- package/vendor/utils/renderMetadata.js +38 -0
- package/vendor/utils/setPageMeta.js +24 -0
- package/vendor/utils/shippingBreakdown.js +108 -0
- package/vendor/utils/shippingEstimate.js +82 -0
- package/vendor/utils/statusColors.js +60 -0
- package/vendor/utils/storeConfig.js +24 -0
|
@@ -0,0 +1,2175 @@
|
|
|
1
|
+
declare module "node:process" {
|
|
2
|
+
import { Control, MessageOptions, SendHandle } from "node:child_process";
|
|
3
|
+
import { PathLike } from "node:fs";
|
|
4
|
+
import * as tty from "node:tty";
|
|
5
|
+
import { Worker } from "node:worker_threads";
|
|
6
|
+
interface BuiltInModule {
|
|
7
|
+
"assert": typeof import("assert");
|
|
8
|
+
"node:assert": typeof import("node:assert");
|
|
9
|
+
"assert/strict": typeof import("assert/strict");
|
|
10
|
+
"node:assert/strict": typeof import("node:assert/strict");
|
|
11
|
+
"async_hooks": typeof import("async_hooks");
|
|
12
|
+
"node:async_hooks": typeof import("node:async_hooks");
|
|
13
|
+
"buffer": typeof import("buffer");
|
|
14
|
+
"node:buffer": typeof import("node:buffer");
|
|
15
|
+
"child_process": typeof import("child_process");
|
|
16
|
+
"node:child_process": typeof import("node:child_process");
|
|
17
|
+
"cluster": typeof import("cluster");
|
|
18
|
+
"node:cluster": typeof import("node:cluster");
|
|
19
|
+
"console": typeof import("console");
|
|
20
|
+
"node:console": typeof import("node:console");
|
|
21
|
+
"constants": typeof import("constants");
|
|
22
|
+
"node:constants": typeof import("node:constants");
|
|
23
|
+
"crypto": typeof import("crypto");
|
|
24
|
+
"node:crypto": typeof import("node:crypto");
|
|
25
|
+
"dgram": typeof import("dgram");
|
|
26
|
+
"node:dgram": typeof import("node:dgram");
|
|
27
|
+
"diagnostics_channel": typeof import("diagnostics_channel");
|
|
28
|
+
"node:diagnostics_channel": typeof import("node:diagnostics_channel");
|
|
29
|
+
"dns": typeof import("dns");
|
|
30
|
+
"node:dns": typeof import("node:dns");
|
|
31
|
+
"dns/promises": typeof import("dns/promises");
|
|
32
|
+
"node:dns/promises": typeof import("node:dns/promises");
|
|
33
|
+
"domain": typeof import("domain");
|
|
34
|
+
"node:domain": typeof import("node:domain");
|
|
35
|
+
"events": typeof import("events");
|
|
36
|
+
"node:events": typeof import("node:events");
|
|
37
|
+
"fs": typeof import("fs");
|
|
38
|
+
"node:fs": typeof import("node:fs");
|
|
39
|
+
"fs/promises": typeof import("fs/promises");
|
|
40
|
+
"node:fs/promises": typeof import("node:fs/promises");
|
|
41
|
+
"http": typeof import("http");
|
|
42
|
+
"node:http": typeof import("node:http");
|
|
43
|
+
"http2": typeof import("http2");
|
|
44
|
+
"node:http2": typeof import("node:http2");
|
|
45
|
+
"https": typeof import("https");
|
|
46
|
+
"node:https": typeof import("node:https");
|
|
47
|
+
"inspector": typeof import("inspector");
|
|
48
|
+
"node:inspector": typeof import("node:inspector");
|
|
49
|
+
"inspector/promises": typeof import("inspector/promises");
|
|
50
|
+
"node:inspector/promises": typeof import("node:inspector/promises");
|
|
51
|
+
"module": typeof import("module");
|
|
52
|
+
"node:module": typeof import("node:module");
|
|
53
|
+
"net": typeof import("net");
|
|
54
|
+
"node:net": typeof import("node:net");
|
|
55
|
+
"os": typeof import("os");
|
|
56
|
+
"node:os": typeof import("node:os");
|
|
57
|
+
"path": typeof import("path");
|
|
58
|
+
"node:path": typeof import("node:path");
|
|
59
|
+
"path/posix": typeof import("path/posix");
|
|
60
|
+
"node:path/posix": typeof import("node:path/posix");
|
|
61
|
+
"path/win32": typeof import("path/win32");
|
|
62
|
+
"node:path/win32": typeof import("node:path/win32");
|
|
63
|
+
"perf_hooks": typeof import("perf_hooks");
|
|
64
|
+
"node:perf_hooks": typeof import("node:perf_hooks");
|
|
65
|
+
"process": typeof import("process");
|
|
66
|
+
"node:process": typeof import("node:process");
|
|
67
|
+
"punycode": typeof import("punycode");
|
|
68
|
+
"node:punycode": typeof import("node:punycode");
|
|
69
|
+
"querystring": typeof import("querystring");
|
|
70
|
+
"node:querystring": typeof import("node:querystring");
|
|
71
|
+
"node:quic": typeof import("node:quic");
|
|
72
|
+
"readline": typeof import("readline");
|
|
73
|
+
"node:readline": typeof import("node:readline");
|
|
74
|
+
"readline/promises": typeof import("readline/promises");
|
|
75
|
+
"node:readline/promises": typeof import("node:readline/promises");
|
|
76
|
+
"repl": typeof import("repl");
|
|
77
|
+
"node:repl": typeof import("node:repl");
|
|
78
|
+
"node:sea": typeof import("node:sea");
|
|
79
|
+
"node:sqlite": typeof import("node:sqlite");
|
|
80
|
+
"stream": typeof import("stream");
|
|
81
|
+
"node:stream": typeof import("node:stream");
|
|
82
|
+
"stream/consumers": typeof import("stream/consumers");
|
|
83
|
+
"node:stream/consumers": typeof import("node:stream/consumers");
|
|
84
|
+
"stream/promises": typeof import("stream/promises");
|
|
85
|
+
"node:stream/promises": typeof import("node:stream/promises");
|
|
86
|
+
"stream/web": typeof import("stream/web");
|
|
87
|
+
"node:stream/web": typeof import("node:stream/web");
|
|
88
|
+
"string_decoder": typeof import("string_decoder");
|
|
89
|
+
"node:string_decoder": typeof import("node:string_decoder");
|
|
90
|
+
"node:test": typeof import("node:test");
|
|
91
|
+
"node:test/reporters": typeof import("node:test/reporters");
|
|
92
|
+
"timers": typeof import("timers");
|
|
93
|
+
"node:timers": typeof import("node:timers");
|
|
94
|
+
"timers/promises": typeof import("timers/promises");
|
|
95
|
+
"node:timers/promises": typeof import("node:timers/promises");
|
|
96
|
+
"tls": typeof import("tls");
|
|
97
|
+
"node:tls": typeof import("node:tls");
|
|
98
|
+
"trace_events": typeof import("trace_events");
|
|
99
|
+
"node:trace_events": typeof import("node:trace_events");
|
|
100
|
+
"tty": typeof import("tty");
|
|
101
|
+
"node:tty": typeof import("node:tty");
|
|
102
|
+
"url": typeof import("url");
|
|
103
|
+
"node:url": typeof import("node:url");
|
|
104
|
+
"util": typeof import("util");
|
|
105
|
+
"node:util": typeof import("node:util");
|
|
106
|
+
"util/types": typeof import("util/types");
|
|
107
|
+
"node:util/types": typeof import("node:util/types");
|
|
108
|
+
"v8": typeof import("v8");
|
|
109
|
+
"node:v8": typeof import("node:v8");
|
|
110
|
+
"vm": typeof import("vm");
|
|
111
|
+
"node:vm": typeof import("node:vm");
|
|
112
|
+
"wasi": typeof import("wasi");
|
|
113
|
+
"node:wasi": typeof import("node:wasi");
|
|
114
|
+
"worker_threads": typeof import("worker_threads");
|
|
115
|
+
"node:worker_threads": typeof import("node:worker_threads");
|
|
116
|
+
"zlib": typeof import("zlib");
|
|
117
|
+
"node:zlib": typeof import("node:zlib");
|
|
118
|
+
}
|
|
119
|
+
type SignalsEventMap = { [S in NodeJS.Signals]: [signal: S] };
|
|
120
|
+
interface ProcessEventMap extends SignalsEventMap {
|
|
121
|
+
"beforeExit": [code: number];
|
|
122
|
+
"disconnect": [];
|
|
123
|
+
"exit": [code: number];
|
|
124
|
+
"message": [
|
|
125
|
+
message: object | boolean | number | string | null,
|
|
126
|
+
sendHandle: SendHandle | undefined,
|
|
127
|
+
];
|
|
128
|
+
"rejectionHandled": [promise: Promise<unknown>];
|
|
129
|
+
"uncaughtException": [error: Error, origin: NodeJS.UncaughtExceptionOrigin];
|
|
130
|
+
"uncaughtExceptionMonitor": [error: Error, origin: NodeJS.UncaughtExceptionOrigin];
|
|
131
|
+
"unhandledRejection": [reason: unknown, promise: Promise<unknown>];
|
|
132
|
+
"warning": [warning: Error];
|
|
133
|
+
"worker": [worker: Worker];
|
|
134
|
+
"workerMessage": [value: any, source: number];
|
|
135
|
+
}
|
|
136
|
+
global {
|
|
137
|
+
var process: NodeJS.Process;
|
|
138
|
+
namespace process {
|
|
139
|
+
export { ProcessEventMap };
|
|
140
|
+
}
|
|
141
|
+
namespace NodeJS {
|
|
142
|
+
// this namespace merge is here because these are specifically used
|
|
143
|
+
// as the type for process.stdin, process.stdout, and process.stderr.
|
|
144
|
+
// they can't live in tty.d.ts because we need to disambiguate the imported name.
|
|
145
|
+
interface ReadStream extends tty.ReadStream {}
|
|
146
|
+
interface WriteStream extends tty.WriteStream {}
|
|
147
|
+
interface MemoryUsageFn {
|
|
148
|
+
/**
|
|
149
|
+
* The `process.memoryUsage()` method iterate over each page to gather informations about memory
|
|
150
|
+
* usage which can be slow depending on the program memory allocations.
|
|
151
|
+
*/
|
|
152
|
+
(): MemoryUsage;
|
|
153
|
+
/**
|
|
154
|
+
* method returns an integer representing the Resident Set Size (RSS) in bytes.
|
|
155
|
+
*/
|
|
156
|
+
rss(): number;
|
|
157
|
+
}
|
|
158
|
+
interface MemoryUsage {
|
|
159
|
+
/**
|
|
160
|
+
* Resident Set Size, is the amount of space occupied in the main memory device (that is a subset of the total allocated memory) for the
|
|
161
|
+
* process, including all C++ and JavaScript objects and code.
|
|
162
|
+
*/
|
|
163
|
+
rss: number;
|
|
164
|
+
/**
|
|
165
|
+
* Refers to V8's memory usage.
|
|
166
|
+
*/
|
|
167
|
+
heapTotal: number;
|
|
168
|
+
/**
|
|
169
|
+
* Refers to V8's memory usage.
|
|
170
|
+
*/
|
|
171
|
+
heapUsed: number;
|
|
172
|
+
external: number;
|
|
173
|
+
/**
|
|
174
|
+
* Refers to memory allocated for `ArrayBuffer`s and `SharedArrayBuffer`s, including all Node.js Buffers. This is also included
|
|
175
|
+
* in the external value. When Node.js is used as an embedded library, this value may be `0` because allocations for `ArrayBuffer`s
|
|
176
|
+
* may not be tracked in that case.
|
|
177
|
+
*/
|
|
178
|
+
arrayBuffers: number;
|
|
179
|
+
}
|
|
180
|
+
interface CpuUsage {
|
|
181
|
+
user: number;
|
|
182
|
+
system: number;
|
|
183
|
+
}
|
|
184
|
+
interface ProcessRelease {
|
|
185
|
+
name: string;
|
|
186
|
+
sourceUrl?: string | undefined;
|
|
187
|
+
headersUrl?: string | undefined;
|
|
188
|
+
libUrl?: string | undefined;
|
|
189
|
+
lts?: string | undefined;
|
|
190
|
+
}
|
|
191
|
+
interface ProcessFeatures {
|
|
192
|
+
/**
|
|
193
|
+
* A boolean value that is `true` if the current Node.js build is caching builtin modules.
|
|
194
|
+
* @since v12.0.0
|
|
195
|
+
*/
|
|
196
|
+
readonly cached_builtins: boolean;
|
|
197
|
+
/**
|
|
198
|
+
* A boolean value that is `true` if the current Node.js build is a debug build.
|
|
199
|
+
* @since v0.5.5
|
|
200
|
+
*/
|
|
201
|
+
readonly debug: boolean;
|
|
202
|
+
/**
|
|
203
|
+
* A boolean value that is `true` if the current Node.js build includes the inspector.
|
|
204
|
+
* @since v11.10.0
|
|
205
|
+
*/
|
|
206
|
+
readonly inspector: boolean;
|
|
207
|
+
/**
|
|
208
|
+
* A boolean value that is `true` if the current Node.js build includes support for IPv6.
|
|
209
|
+
*
|
|
210
|
+
* Since all Node.js builds have IPv6 support, this value is always `true`.
|
|
211
|
+
* @since v0.5.3
|
|
212
|
+
* @deprecated This property is always true, and any checks based on it are redundant.
|
|
213
|
+
*/
|
|
214
|
+
readonly ipv6: boolean;
|
|
215
|
+
/**
|
|
216
|
+
* A boolean value that is `true` if the current Node.js build supports
|
|
217
|
+
* [loading ECMAScript modules using `require()`](https://nodejs.org/docs/latest-v25.x/api/modules.md#loading-ecmascript-modules-using-require).
|
|
218
|
+
* @since v22.10.0
|
|
219
|
+
*/
|
|
220
|
+
readonly require_module: boolean;
|
|
221
|
+
/**
|
|
222
|
+
* A boolean value that is `true` if the current Node.js build includes support for TLS.
|
|
223
|
+
* @since v0.5.3
|
|
224
|
+
*/
|
|
225
|
+
readonly tls: boolean;
|
|
226
|
+
/**
|
|
227
|
+
* A boolean value that is `true` if the current Node.js build includes support for ALPN in TLS.
|
|
228
|
+
*
|
|
229
|
+
* In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional ALPN support.
|
|
230
|
+
* This value is therefore identical to that of `process.features.tls`.
|
|
231
|
+
* @since v4.8.0
|
|
232
|
+
* @deprecated Use `process.features.tls` instead.
|
|
233
|
+
*/
|
|
234
|
+
readonly tls_alpn: boolean;
|
|
235
|
+
/**
|
|
236
|
+
* A boolean value that is `true` if the current Node.js build includes support for OCSP in TLS.
|
|
237
|
+
*
|
|
238
|
+
* In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional OCSP support.
|
|
239
|
+
* This value is therefore identical to that of `process.features.tls`.
|
|
240
|
+
* @since v0.11.13
|
|
241
|
+
* @deprecated Use `process.features.tls` instead.
|
|
242
|
+
*/
|
|
243
|
+
readonly tls_ocsp: boolean;
|
|
244
|
+
/**
|
|
245
|
+
* A boolean value that is `true` if the current Node.js build includes support for SNI in TLS.
|
|
246
|
+
*
|
|
247
|
+
* In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional SNI support.
|
|
248
|
+
* This value is therefore identical to that of `process.features.tls`.
|
|
249
|
+
* @since v0.5.3
|
|
250
|
+
* @deprecated Use `process.features.tls` instead.
|
|
251
|
+
*/
|
|
252
|
+
readonly tls_sni: boolean;
|
|
253
|
+
/**
|
|
254
|
+
* A value that is `"strip"` by default,
|
|
255
|
+
* `"transform"` if Node.js is run with `--experimental-transform-types`, and `false` if
|
|
256
|
+
* Node.js is run with `--no-strip-types`.
|
|
257
|
+
* @since v22.10.0
|
|
258
|
+
*/
|
|
259
|
+
readonly typescript: "strip" | "transform" | false;
|
|
260
|
+
/**
|
|
261
|
+
* A boolean value that is `true` if the current Node.js build includes support for libuv.
|
|
262
|
+
*
|
|
263
|
+
* Since it's not possible to build Node.js without libuv, this value is always `true`.
|
|
264
|
+
* @since v0.5.3
|
|
265
|
+
* @deprecated This property is always true, and any checks based on it are redundant.
|
|
266
|
+
*/
|
|
267
|
+
readonly uv: boolean;
|
|
268
|
+
}
|
|
269
|
+
interface ProcessVersions extends Dict<string> {
|
|
270
|
+
http_parser: string;
|
|
271
|
+
node: string;
|
|
272
|
+
v8: string;
|
|
273
|
+
ares: string;
|
|
274
|
+
uv: string;
|
|
275
|
+
zlib: string;
|
|
276
|
+
modules: string;
|
|
277
|
+
openssl: string;
|
|
278
|
+
}
|
|
279
|
+
type Platform =
|
|
280
|
+
| "aix"
|
|
281
|
+
| "android"
|
|
282
|
+
| "darwin"
|
|
283
|
+
| "freebsd"
|
|
284
|
+
| "haiku"
|
|
285
|
+
| "linux"
|
|
286
|
+
| "openbsd"
|
|
287
|
+
| "sunos"
|
|
288
|
+
| "win32"
|
|
289
|
+
| "cygwin"
|
|
290
|
+
| "netbsd";
|
|
291
|
+
type Architecture =
|
|
292
|
+
| "arm"
|
|
293
|
+
| "arm64"
|
|
294
|
+
| "ia32"
|
|
295
|
+
| "loong64"
|
|
296
|
+
| "mips"
|
|
297
|
+
| "mipsel"
|
|
298
|
+
| "ppc64"
|
|
299
|
+
| "riscv64"
|
|
300
|
+
| "s390x"
|
|
301
|
+
| "x64";
|
|
302
|
+
type Signals =
|
|
303
|
+
| "SIGABRT"
|
|
304
|
+
| "SIGALRM"
|
|
305
|
+
| "SIGBUS"
|
|
306
|
+
| "SIGCHLD"
|
|
307
|
+
| "SIGCONT"
|
|
308
|
+
| "SIGFPE"
|
|
309
|
+
| "SIGHUP"
|
|
310
|
+
| "SIGILL"
|
|
311
|
+
| "SIGINT"
|
|
312
|
+
| "SIGIO"
|
|
313
|
+
| "SIGIOT"
|
|
314
|
+
| "SIGKILL"
|
|
315
|
+
| "SIGPIPE"
|
|
316
|
+
| "SIGPOLL"
|
|
317
|
+
| "SIGPROF"
|
|
318
|
+
| "SIGPWR"
|
|
319
|
+
| "SIGQUIT"
|
|
320
|
+
| "SIGSEGV"
|
|
321
|
+
| "SIGSTKFLT"
|
|
322
|
+
| "SIGSTOP"
|
|
323
|
+
| "SIGSYS"
|
|
324
|
+
| "SIGTERM"
|
|
325
|
+
| "SIGTRAP"
|
|
326
|
+
| "SIGTSTP"
|
|
327
|
+
| "SIGTTIN"
|
|
328
|
+
| "SIGTTOU"
|
|
329
|
+
| "SIGUNUSED"
|
|
330
|
+
| "SIGURG"
|
|
331
|
+
| "SIGUSR1"
|
|
332
|
+
| "SIGUSR2"
|
|
333
|
+
| "SIGVTALRM"
|
|
334
|
+
| "SIGWINCH"
|
|
335
|
+
| "SIGXCPU"
|
|
336
|
+
| "SIGXFSZ"
|
|
337
|
+
| "SIGBREAK"
|
|
338
|
+
| "SIGLOST"
|
|
339
|
+
| "SIGINFO";
|
|
340
|
+
type UncaughtExceptionOrigin = "uncaughtException" | "unhandledRejection";
|
|
341
|
+
/**
|
|
342
|
+
* @deprecated Global listener types will be removed in a future version.
|
|
343
|
+
* Callbacks passed directly to `process`'s EventEmitter methods
|
|
344
|
+
* have their parameter types inferred automatically.
|
|
345
|
+
*
|
|
346
|
+
* `process` event types are also available via `ProcessEventMap`:
|
|
347
|
+
*
|
|
348
|
+
* ```ts
|
|
349
|
+
* import type { ProcessEventMap } from 'node:process';
|
|
350
|
+
* const listener = (...args: ProcessEventMap['beforeExit']) => { ... };
|
|
351
|
+
* ```
|
|
352
|
+
*/
|
|
353
|
+
type BeforeExitListener = (...args: ProcessEventMap["beforeExit"]) => void;
|
|
354
|
+
/**
|
|
355
|
+
* @deprecated Global listener types will be removed in a future version.
|
|
356
|
+
* Callbacks passed directly to `process`'s EventEmitter methods
|
|
357
|
+
* have their parameter types inferred automatically.
|
|
358
|
+
*
|
|
359
|
+
* `process` event types are also available via `ProcessEventMap`:
|
|
360
|
+
*
|
|
361
|
+
* ```ts
|
|
362
|
+
* import type { ProcessEventMap } from 'node:process';
|
|
363
|
+
* const listener = (...args: ProcessEventMap['disconnect']) => { ... };
|
|
364
|
+
* ```
|
|
365
|
+
*/
|
|
366
|
+
type DisconnectListener = (...args: ProcessEventMap["disconnect"]) => void;
|
|
367
|
+
/**
|
|
368
|
+
* @deprecated Global listener types will be removed in a future version.
|
|
369
|
+
* Callbacks passed directly to `process`'s EventEmitter methods
|
|
370
|
+
* have their parameter types inferred automatically.
|
|
371
|
+
*
|
|
372
|
+
* `process` event types are also available via `ProcessEventMap`:
|
|
373
|
+
*
|
|
374
|
+
* ```ts
|
|
375
|
+
* import type { ProcessEventMap } from 'node:process';
|
|
376
|
+
* const listener = (...args: ProcessEventMap['exit']) => { ... };
|
|
377
|
+
* ```
|
|
378
|
+
*/
|
|
379
|
+
type ExitListener = (...args: ProcessEventMap["exit"]) => void;
|
|
380
|
+
/**
|
|
381
|
+
* @deprecated Global listener types will be removed in a future version.
|
|
382
|
+
* Callbacks passed directly to `process`'s EventEmitter methods
|
|
383
|
+
* have their parameter types inferred automatically.
|
|
384
|
+
*
|
|
385
|
+
* `process` event types are also available via `ProcessEventMap`:
|
|
386
|
+
*
|
|
387
|
+
* ```ts
|
|
388
|
+
* import type { ProcessEventMap } from 'node:process';
|
|
389
|
+
* const listener = (...args: ProcessEventMap['message']) => { ... };
|
|
390
|
+
* ```
|
|
391
|
+
*/
|
|
392
|
+
type MessageListener = (...args: ProcessEventMap["message"]) => void;
|
|
393
|
+
/**
|
|
394
|
+
* @deprecated Global listener types will be removed in a future version.
|
|
395
|
+
* Callbacks passed directly to `process`'s EventEmitter methods
|
|
396
|
+
* have their parameter types inferred automatically.
|
|
397
|
+
*
|
|
398
|
+
* `process` event types are also available via `ProcessEventMap`:
|
|
399
|
+
*
|
|
400
|
+
* ```ts
|
|
401
|
+
* import type { ProcessEventMap } from 'node:process';
|
|
402
|
+
* const listener = (...args: ProcessEventMap['rejectionHandled']) => { ... };
|
|
403
|
+
* ```
|
|
404
|
+
*/
|
|
405
|
+
type RejectionHandledListener = (...args: ProcessEventMap["rejectionHandled"]) => void;
|
|
406
|
+
/**
|
|
407
|
+
* @deprecated Global listener types will be removed in a future version.
|
|
408
|
+
* Callbacks passed directly to `process`'s EventEmitter methods
|
|
409
|
+
* have their parameter types inferred automatically.
|
|
410
|
+
*/
|
|
411
|
+
type SignalsListener = (signal: Signals) => void;
|
|
412
|
+
/**
|
|
413
|
+
* @deprecated Global listener types will be removed in a future version.
|
|
414
|
+
* Callbacks passed directly to `process`'s EventEmitter methods
|
|
415
|
+
* have their parameter types inferred automatically.
|
|
416
|
+
*
|
|
417
|
+
* `process` event types are also available via `ProcessEventMap`:
|
|
418
|
+
*
|
|
419
|
+
* ```ts
|
|
420
|
+
* import type { ProcessEventMap } from 'node:process';
|
|
421
|
+
* const listener = (...args: ProcessEventMap['uncaughtException']) => { ... };
|
|
422
|
+
* ```
|
|
423
|
+
*/
|
|
424
|
+
type UncaughtExceptionListener = (...args: ProcessEventMap["uncaughtException"]) => void;
|
|
425
|
+
/**
|
|
426
|
+
* @deprecated Global listener types will be removed in a future version.
|
|
427
|
+
* Callbacks passed directly to `process`'s EventEmitter methods
|
|
428
|
+
* have their parameter types inferred automatically.
|
|
429
|
+
*
|
|
430
|
+
* `process` event types are also available via `ProcessEventMap`:
|
|
431
|
+
*
|
|
432
|
+
* ```ts
|
|
433
|
+
* import type { ProcessEventMap } from 'node:process';
|
|
434
|
+
* const listener = (...args: ProcessEventMap['unhandledRejection']) => { ... };
|
|
435
|
+
* ```
|
|
436
|
+
*/
|
|
437
|
+
type UnhandledRejectionListener = (...args: ProcessEventMap["unhandledRejection"]) => void;
|
|
438
|
+
/**
|
|
439
|
+
* @deprecated Global listener types will be removed in a future version.
|
|
440
|
+
* Callbacks passed directly to `process`'s EventEmitter methods
|
|
441
|
+
* have their parameter types inferred automatically.
|
|
442
|
+
*
|
|
443
|
+
* `process` event types are also available via `ProcessEventMap`:
|
|
444
|
+
*
|
|
445
|
+
* ```ts
|
|
446
|
+
* import type { ProcessEventMap } from 'node:process';
|
|
447
|
+
* const listener = (...args: ProcessEventMap['warning']) => { ... };
|
|
448
|
+
* ```
|
|
449
|
+
*/
|
|
450
|
+
type WarningListener = (...args: ProcessEventMap["warning"]) => void;
|
|
451
|
+
/**
|
|
452
|
+
* @deprecated Global listener types will be removed in a future version.
|
|
453
|
+
* Callbacks passed directly to `process`'s EventEmitter methods
|
|
454
|
+
* have their parameter types inferred automatically.
|
|
455
|
+
*
|
|
456
|
+
* `process` event types are also available via `ProcessEventMap`:
|
|
457
|
+
*
|
|
458
|
+
* ```ts
|
|
459
|
+
* import type { ProcessEventMap } from 'node:process';
|
|
460
|
+
* const listener = (...args: ProcessEventMap['worker']) => { ... };
|
|
461
|
+
* ```
|
|
462
|
+
*/
|
|
463
|
+
type WorkerListener = (...args: ProcessEventMap["worker"]) => void;
|
|
464
|
+
interface Socket extends ReadWriteStream {
|
|
465
|
+
isTTY?: true | undefined;
|
|
466
|
+
}
|
|
467
|
+
// Alias for compatibility
|
|
468
|
+
interface ProcessEnv extends Dict<string> {}
|
|
469
|
+
interface HRTime {
|
|
470
|
+
/**
|
|
471
|
+
* This is the legacy version of {@link process.hrtime.bigint()}
|
|
472
|
+
* before bigint was introduced in JavaScript.
|
|
473
|
+
*
|
|
474
|
+
* The `process.hrtime()` method returns the current high-resolution real time in a `[seconds, nanoseconds]` tuple `Array`,
|
|
475
|
+
* where `nanoseconds` is the remaining part of the real time that can't be represented in second precision.
|
|
476
|
+
*
|
|
477
|
+
* `time` is an optional parameter that must be the result of a previous `process.hrtime()` call to diff with the current time.
|
|
478
|
+
* If the parameter passed in is not a tuple `Array`, a TypeError will be thrown.
|
|
479
|
+
* Passing in a user-defined array instead of the result of a previous call to `process.hrtime()` will lead to undefined behavior.
|
|
480
|
+
*
|
|
481
|
+
* These times are relative to an arbitrary time in the past,
|
|
482
|
+
* and not related to the time of day and therefore not subject to clock drift.
|
|
483
|
+
* The primary use is for measuring performance between intervals:
|
|
484
|
+
* ```js
|
|
485
|
+
* const { hrtime } = require('node:process');
|
|
486
|
+
* const NS_PER_SEC = 1e9;
|
|
487
|
+
* const time = hrtime();
|
|
488
|
+
* // [ 1800216, 25 ]
|
|
489
|
+
*
|
|
490
|
+
* setTimeout(() => {
|
|
491
|
+
* const diff = hrtime(time);
|
|
492
|
+
* // [ 1, 552 ]
|
|
493
|
+
*
|
|
494
|
+
* console.log(`Benchmark took ${diff[0] * NS_PER_SEC + diff[1]} nanoseconds`);
|
|
495
|
+
* // Benchmark took 1000000552 nanoseconds
|
|
496
|
+
* }, 1000);
|
|
497
|
+
* ```
|
|
498
|
+
* @since 0.7.6
|
|
499
|
+
* @legacy Use {@link process.hrtime.bigint()} instead.
|
|
500
|
+
* @param time The result of a previous call to `process.hrtime()`
|
|
501
|
+
*/
|
|
502
|
+
(time?: [number, number]): [number, number];
|
|
503
|
+
/**
|
|
504
|
+
* The `bigint` version of the {@link process.hrtime()} method returning the current high-resolution real time in nanoseconds as a `bigint`.
|
|
505
|
+
*
|
|
506
|
+
* Unlike {@link process.hrtime()}, it does not support an additional time argument since the difference can just be computed directly by subtraction of the two `bigint`s.
|
|
507
|
+
* ```js
|
|
508
|
+
* import { hrtime } from 'node:process';
|
|
509
|
+
*
|
|
510
|
+
* const start = hrtime.bigint();
|
|
511
|
+
* // 191051479007711n
|
|
512
|
+
*
|
|
513
|
+
* setTimeout(() => {
|
|
514
|
+
* const end = hrtime.bigint();
|
|
515
|
+
* // 191052633396993n
|
|
516
|
+
*
|
|
517
|
+
* console.log(`Benchmark took ${end - start} nanoseconds`);
|
|
518
|
+
* // Benchmark took 1154389282 nanoseconds
|
|
519
|
+
* }, 1000);
|
|
520
|
+
* ```
|
|
521
|
+
* @since v10.7.0
|
|
522
|
+
*/
|
|
523
|
+
bigint(): bigint;
|
|
524
|
+
}
|
|
525
|
+
interface ProcessPermission {
|
|
526
|
+
/**
|
|
527
|
+
* Verifies that the process is able to access the given scope and reference.
|
|
528
|
+
* If no reference is provided, a global scope is assumed, for instance, `process.permission.has('fs.read')`
|
|
529
|
+
* will check if the process has ALL file system read permissions.
|
|
530
|
+
*
|
|
531
|
+
* The reference has a meaning based on the provided scope. For example, the reference when the scope is File System means files and folders.
|
|
532
|
+
*
|
|
533
|
+
* The available scopes are:
|
|
534
|
+
*
|
|
535
|
+
* * `fs` - All File System
|
|
536
|
+
* * `fs.read` - File System read operations
|
|
537
|
+
* * `fs.write` - File System write operations
|
|
538
|
+
* * `child` - Child process spawning operations
|
|
539
|
+
* * `worker` - Worker thread spawning operation
|
|
540
|
+
*
|
|
541
|
+
* ```js
|
|
542
|
+
* // Check if the process has permission to read the README file
|
|
543
|
+
* process.permission.has('fs.read', './README.md');
|
|
544
|
+
* // Check if the process has read permission operations
|
|
545
|
+
* process.permission.has('fs.read');
|
|
546
|
+
* ```
|
|
547
|
+
* @since v20.0.0
|
|
548
|
+
*/
|
|
549
|
+
has(scope: string, reference?: string): boolean;
|
|
550
|
+
}
|
|
551
|
+
interface ProcessReport {
|
|
552
|
+
/**
|
|
553
|
+
* Write reports in a compact format, single-line JSON, more easily consumable by log processing systems
|
|
554
|
+
* than the default multi-line format designed for human consumption.
|
|
555
|
+
* @since v13.12.0, v12.17.0
|
|
556
|
+
*/
|
|
557
|
+
compact: boolean;
|
|
558
|
+
/**
|
|
559
|
+
* Directory where the report is written.
|
|
560
|
+
* The default value is the empty string, indicating that reports are written to the current
|
|
561
|
+
* working directory of the Node.js process.
|
|
562
|
+
*/
|
|
563
|
+
directory: string;
|
|
564
|
+
/**
|
|
565
|
+
* Filename where the report is written. If set to the empty string, the output filename will be comprised
|
|
566
|
+
* of a timestamp, PID, and sequence number. The default value is the empty string.
|
|
567
|
+
*/
|
|
568
|
+
filename: string;
|
|
569
|
+
/**
|
|
570
|
+
* Returns a JavaScript Object representation of a diagnostic report for the running process.
|
|
571
|
+
* The report's JavaScript stack trace is taken from `err`, if present.
|
|
572
|
+
*/
|
|
573
|
+
getReport(err?: Error): object;
|
|
574
|
+
/**
|
|
575
|
+
* If true, a diagnostic report is generated on fatal errors,
|
|
576
|
+
* such as out of memory errors or failed C++ assertions.
|
|
577
|
+
* @default false
|
|
578
|
+
*/
|
|
579
|
+
reportOnFatalError: boolean;
|
|
580
|
+
/**
|
|
581
|
+
* If true, a diagnostic report is generated when the process
|
|
582
|
+
* receives the signal specified by process.report.signal.
|
|
583
|
+
* @default false
|
|
584
|
+
*/
|
|
585
|
+
reportOnSignal: boolean;
|
|
586
|
+
/**
|
|
587
|
+
* If true, a diagnostic report is generated on uncaught exception.
|
|
588
|
+
* @default false
|
|
589
|
+
*/
|
|
590
|
+
reportOnUncaughtException: boolean;
|
|
591
|
+
/**
|
|
592
|
+
* If true, a diagnostic report is generated without the environment variables.
|
|
593
|
+
* @default false
|
|
594
|
+
*/
|
|
595
|
+
excludeEnv: boolean;
|
|
596
|
+
/**
|
|
597
|
+
* The signal used to trigger the creation of a diagnostic report.
|
|
598
|
+
* @default 'SIGUSR2'
|
|
599
|
+
*/
|
|
600
|
+
signal: Signals;
|
|
601
|
+
/**
|
|
602
|
+
* Writes a diagnostic report to a file. If filename is not provided, the default filename
|
|
603
|
+
* includes the date, time, PID, and a sequence number.
|
|
604
|
+
* The report's JavaScript stack trace is taken from `err`, if present.
|
|
605
|
+
*
|
|
606
|
+
* If the value of filename is set to `'stdout'` or `'stderr'`, the report is written
|
|
607
|
+
* to the stdout or stderr of the process respectively.
|
|
608
|
+
* @param fileName Name of the file where the report is written.
|
|
609
|
+
* This should be a relative path, that will be appended to the directory specified in
|
|
610
|
+
* `process.report.directory`, or the current working directory of the Node.js process,
|
|
611
|
+
* if unspecified.
|
|
612
|
+
* @param err A custom error used for reporting the JavaScript stack.
|
|
613
|
+
* @return Filename of the generated report.
|
|
614
|
+
*/
|
|
615
|
+
writeReport(fileName?: string, err?: Error): string;
|
|
616
|
+
writeReport(err?: Error): string;
|
|
617
|
+
}
|
|
618
|
+
interface ResourceUsage {
|
|
619
|
+
fsRead: number;
|
|
620
|
+
fsWrite: number;
|
|
621
|
+
involuntaryContextSwitches: number;
|
|
622
|
+
ipcReceived: number;
|
|
623
|
+
ipcSent: number;
|
|
624
|
+
majorPageFault: number;
|
|
625
|
+
maxRSS: number;
|
|
626
|
+
minorPageFault: number;
|
|
627
|
+
sharedMemorySize: number;
|
|
628
|
+
signalsCount: number;
|
|
629
|
+
swappedOut: number;
|
|
630
|
+
systemCPUTime: number;
|
|
631
|
+
unsharedDataSize: number;
|
|
632
|
+
unsharedStackSize: number;
|
|
633
|
+
userCPUTime: number;
|
|
634
|
+
voluntaryContextSwitches: number;
|
|
635
|
+
}
|
|
636
|
+
interface EmitWarningOptions {
|
|
637
|
+
/**
|
|
638
|
+
* When `warning` is a `string`, `type` is the name to use for the _type_ of warning being emitted.
|
|
639
|
+
*
|
|
640
|
+
* @default 'Warning'
|
|
641
|
+
*/
|
|
642
|
+
type?: string | undefined;
|
|
643
|
+
/**
|
|
644
|
+
* A unique identifier for the warning instance being emitted.
|
|
645
|
+
*/
|
|
646
|
+
code?: string | undefined;
|
|
647
|
+
/**
|
|
648
|
+
* When `warning` is a `string`, `ctor` is an optional function used to limit the generated stack trace.
|
|
649
|
+
*
|
|
650
|
+
* @default process.emitWarning
|
|
651
|
+
*/
|
|
652
|
+
ctor?: Function | undefined;
|
|
653
|
+
/**
|
|
654
|
+
* Additional text to include with the error.
|
|
655
|
+
*/
|
|
656
|
+
detail?: string | undefined;
|
|
657
|
+
}
|
|
658
|
+
interface ProcessConfig {
|
|
659
|
+
readonly target_defaults: {
|
|
660
|
+
readonly cflags: any[];
|
|
661
|
+
readonly default_configuration: string;
|
|
662
|
+
readonly defines: string[];
|
|
663
|
+
readonly include_dirs: string[];
|
|
664
|
+
readonly libraries: string[];
|
|
665
|
+
};
|
|
666
|
+
readonly variables: {
|
|
667
|
+
readonly clang: number;
|
|
668
|
+
readonly host_arch: string;
|
|
669
|
+
readonly node_install_npm: boolean;
|
|
670
|
+
readonly node_install_waf: boolean;
|
|
671
|
+
readonly node_prefix: string;
|
|
672
|
+
readonly node_shared_openssl: boolean;
|
|
673
|
+
readonly node_shared_v8: boolean;
|
|
674
|
+
readonly node_shared_zlib: boolean;
|
|
675
|
+
readonly node_use_dtrace: boolean;
|
|
676
|
+
readonly node_use_etw: boolean;
|
|
677
|
+
readonly node_use_openssl: boolean;
|
|
678
|
+
readonly target_arch: string;
|
|
679
|
+
readonly v8_no_strict_aliasing: number;
|
|
680
|
+
readonly v8_use_snapshot: boolean;
|
|
681
|
+
readonly visibility: string;
|
|
682
|
+
};
|
|
683
|
+
}
|
|
684
|
+
interface Process extends EventEmitter {
|
|
685
|
+
/**
|
|
686
|
+
* The `process.stdout` property returns a stream connected to`stdout` (fd `1`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `1` refers to a file, in which case it is
|
|
687
|
+
* a `Writable` stream.
|
|
688
|
+
*
|
|
689
|
+
* For example, to copy `process.stdin` to `process.stdout`:
|
|
690
|
+
*
|
|
691
|
+
* ```js
|
|
692
|
+
* import { stdin, stdout } from 'node:process';
|
|
693
|
+
*
|
|
694
|
+
* stdin.pipe(stdout);
|
|
695
|
+
* ```
|
|
696
|
+
*
|
|
697
|
+
* `process.stdout` differs from other Node.js streams in important ways. See `note on process I/O` for more information.
|
|
698
|
+
*/
|
|
699
|
+
stdout: WriteStream & {
|
|
700
|
+
fd: 1;
|
|
701
|
+
};
|
|
702
|
+
/**
|
|
703
|
+
* The `process.stderr` property returns a stream connected to`stderr` (fd `2`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `2` refers to a file, in which case it is
|
|
704
|
+
* a `Writable` stream.
|
|
705
|
+
*
|
|
706
|
+
* `process.stderr` differs from other Node.js streams in important ways. See `note on process I/O` for more information.
|
|
707
|
+
*/
|
|
708
|
+
stderr: WriteStream & {
|
|
709
|
+
fd: 2;
|
|
710
|
+
};
|
|
711
|
+
/**
|
|
712
|
+
* The `process.stdin` property returns a stream connected to`stdin` (fd `0`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `0` refers to a file, in which case it is
|
|
713
|
+
* a `Readable` stream.
|
|
714
|
+
*
|
|
715
|
+
* For details of how to read from `stdin` see `readable.read()`.
|
|
716
|
+
*
|
|
717
|
+
* As a `Duplex` stream, `process.stdin` can also be used in "old" mode that
|
|
718
|
+
* is compatible with scripts written for Node.js prior to v0.10\.
|
|
719
|
+
* For more information see `Stream compatibility`.
|
|
720
|
+
*
|
|
721
|
+
* In "old" streams mode the `stdin` stream is paused by default, so one
|
|
722
|
+
* must call `process.stdin.resume()` to read from it. Note also that calling `process.stdin.resume()` itself would switch stream to "old" mode.
|
|
723
|
+
*/
|
|
724
|
+
stdin: ReadStream & {
|
|
725
|
+
fd: 0;
|
|
726
|
+
};
|
|
727
|
+
/**
|
|
728
|
+
* The `process.argv` property returns an array containing the command-line
|
|
729
|
+
* arguments passed when the Node.js process was launched. The first element will
|
|
730
|
+
* be {@link execPath}. See `process.argv0` if access to the original value
|
|
731
|
+
* of `argv[0]` is needed. The second element will be the path to the JavaScript
|
|
732
|
+
* file being executed. If a [program entry point](https://nodejs.org/docs/latest-v25.x/api/cli.html#program-entry-point) was provided, the second element
|
|
733
|
+
* will be the absolute path to it. The remaining elements are additional command-line
|
|
734
|
+
* arguments.
|
|
735
|
+
*
|
|
736
|
+
* For example, assuming the following script for `process-args.js`:
|
|
737
|
+
*
|
|
738
|
+
* ```js
|
|
739
|
+
* import { argv } from 'node:process';
|
|
740
|
+
*
|
|
741
|
+
* // print process.argv
|
|
742
|
+
* argv.forEach((val, index) => {
|
|
743
|
+
* console.log(`${index}: ${val}`);
|
|
744
|
+
* });
|
|
745
|
+
* ```
|
|
746
|
+
*
|
|
747
|
+
* Launching the Node.js process as:
|
|
748
|
+
*
|
|
749
|
+
* ```bash
|
|
750
|
+
* node process-args.js one two=three four
|
|
751
|
+
* ```
|
|
752
|
+
*
|
|
753
|
+
* Would generate the output:
|
|
754
|
+
*
|
|
755
|
+
* ```text
|
|
756
|
+
* 0: /usr/local/bin/node
|
|
757
|
+
* 1: /Users/mjr/work/node/process-args.js
|
|
758
|
+
* 2: one
|
|
759
|
+
* 3: two=three
|
|
760
|
+
* 4: four
|
|
761
|
+
* ```
|
|
762
|
+
* @since v0.1.27
|
|
763
|
+
*/
|
|
764
|
+
argv: string[];
|
|
765
|
+
/**
|
|
766
|
+
* The `process.argv0` property stores a read-only copy of the original value of`argv[0]` passed when Node.js starts.
|
|
767
|
+
*
|
|
768
|
+
* ```console
|
|
769
|
+
* $ bash -c 'exec -a customArgv0 ./node'
|
|
770
|
+
* > process.argv[0]
|
|
771
|
+
* '/Volumes/code/external/node/out/Release/node'
|
|
772
|
+
* > process.argv0
|
|
773
|
+
* 'customArgv0'
|
|
774
|
+
* ```
|
|
775
|
+
* @since v6.4.0
|
|
776
|
+
*/
|
|
777
|
+
argv0: string;
|
|
778
|
+
/**
|
|
779
|
+
* The `process.execArgv` property returns the set of Node.js-specific command-line
|
|
780
|
+
* options passed when the Node.js process was launched. These options do not
|
|
781
|
+
* appear in the array returned by the {@link argv} property, and do not
|
|
782
|
+
* include the Node.js executable, the name of the script, or any options following
|
|
783
|
+
* the script name. These options are useful in order to spawn child processes with
|
|
784
|
+
* the same execution environment as the parent.
|
|
785
|
+
*
|
|
786
|
+
* ```bash
|
|
787
|
+
* node --icu-data-dir=./foo --require ./bar.js script.js --version
|
|
788
|
+
* ```
|
|
789
|
+
*
|
|
790
|
+
* Results in `process.execArgv`:
|
|
791
|
+
*
|
|
792
|
+
* ```js
|
|
793
|
+
* ["--icu-data-dir=./foo", "--require", "./bar.js"]
|
|
794
|
+
* ```
|
|
795
|
+
*
|
|
796
|
+
* And `process.argv`:
|
|
797
|
+
*
|
|
798
|
+
* ```js
|
|
799
|
+
* ['/usr/local/bin/node', 'script.js', '--version']
|
|
800
|
+
* ```
|
|
801
|
+
*
|
|
802
|
+
* Refer to `Worker constructor` for the detailed behavior of worker
|
|
803
|
+
* threads with this property.
|
|
804
|
+
* @since v0.7.7
|
|
805
|
+
*/
|
|
806
|
+
execArgv: string[];
|
|
807
|
+
/**
|
|
808
|
+
* The `process.execPath` property returns the absolute pathname of the executable
|
|
809
|
+
* that started the Node.js process. Symbolic links, if any, are resolved.
|
|
810
|
+
*
|
|
811
|
+
* ```js
|
|
812
|
+
* '/usr/local/bin/node'
|
|
813
|
+
* ```
|
|
814
|
+
* @since v0.1.100
|
|
815
|
+
*/
|
|
816
|
+
execPath: string;
|
|
817
|
+
/**
|
|
818
|
+
* The `process.abort()` method causes the Node.js process to exit immediately and
|
|
819
|
+
* generate a core file.
|
|
820
|
+
*
|
|
821
|
+
* This feature is not available in `Worker` threads.
|
|
822
|
+
* @since v0.7.0
|
|
823
|
+
*/
|
|
824
|
+
abort(): never;
|
|
825
|
+
/**
|
|
826
|
+
* The `process.chdir()` method changes the current working directory of the
|
|
827
|
+
* Node.js process or throws an exception if doing so fails (for instance, if
|
|
828
|
+
* the specified `directory` does not exist).
|
|
829
|
+
*
|
|
830
|
+
* ```js
|
|
831
|
+
* import { chdir, cwd } from 'node:process';
|
|
832
|
+
*
|
|
833
|
+
* console.log(`Starting directory: ${cwd()}`);
|
|
834
|
+
* try {
|
|
835
|
+
* chdir('/tmp');
|
|
836
|
+
* console.log(`New directory: ${cwd()}`);
|
|
837
|
+
* } catch (err) {
|
|
838
|
+
* console.error(`chdir: ${err}`);
|
|
839
|
+
* }
|
|
840
|
+
* ```
|
|
841
|
+
*
|
|
842
|
+
* This feature is not available in `Worker` threads.
|
|
843
|
+
* @since v0.1.17
|
|
844
|
+
*/
|
|
845
|
+
chdir(directory: string): void;
|
|
846
|
+
/**
|
|
847
|
+
* The `process.cwd()` method returns the current working directory of the Node.js
|
|
848
|
+
* process.
|
|
849
|
+
*
|
|
850
|
+
* ```js
|
|
851
|
+
* import { cwd } from 'node:process';
|
|
852
|
+
*
|
|
853
|
+
* console.log(`Current directory: ${cwd()}`);
|
|
854
|
+
* ```
|
|
855
|
+
* @since v0.1.8
|
|
856
|
+
*/
|
|
857
|
+
cwd(): string;
|
|
858
|
+
/**
|
|
859
|
+
* The port used by the Node.js debugger when enabled.
|
|
860
|
+
*
|
|
861
|
+
* ```js
|
|
862
|
+
* import process from 'node:process';
|
|
863
|
+
*
|
|
864
|
+
* process.debugPort = 5858;
|
|
865
|
+
* ```
|
|
866
|
+
* @since v0.7.2
|
|
867
|
+
*/
|
|
868
|
+
debugPort: number;
|
|
869
|
+
/**
|
|
870
|
+
* The `process.dlopen()` method allows dynamically loading shared objects. It is primarily used by `require()` to load C++ Addons, and
|
|
871
|
+
* should not be used directly, except in special cases. In other words, `require()` should be preferred over `process.dlopen()`
|
|
872
|
+
* unless there are specific reasons such as custom dlopen flags or loading from ES modules.
|
|
873
|
+
*
|
|
874
|
+
* The `flags` argument is an integer that allows to specify dlopen behavior. See the `[os.constants.dlopen](https://nodejs.org/docs/latest-v25.x/api/os.html#dlopen-constants)`
|
|
875
|
+
* documentation for details.
|
|
876
|
+
*
|
|
877
|
+
* An important requirement when calling `process.dlopen()` is that the `module` instance must be passed. Functions exported by the C++ Addon
|
|
878
|
+
* are then accessible via `module.exports`.
|
|
879
|
+
*
|
|
880
|
+
* The example below shows how to load a C++ Addon, named `local.node`, that exports a `foo` function. All the symbols are loaded before the call returns, by passing the `RTLD_NOW` constant.
|
|
881
|
+
* In this example the constant is assumed to be available.
|
|
882
|
+
*
|
|
883
|
+
* ```js
|
|
884
|
+
* import { dlopen } from 'node:process';
|
|
885
|
+
* import { constants } from 'node:os';
|
|
886
|
+
* import { fileURLToPath } from 'node:url';
|
|
887
|
+
*
|
|
888
|
+
* const module = { exports: {} };
|
|
889
|
+
* dlopen(module, fileURLToPath(new URL('local.node', import.meta.url)),
|
|
890
|
+
* constants.dlopen.RTLD_NOW);
|
|
891
|
+
* module.exports.foo();
|
|
892
|
+
* ```
|
|
893
|
+
*/
|
|
894
|
+
dlopen(module: object, filename: string, flags?: number): void;
|
|
895
|
+
/**
|
|
896
|
+
* The `process.emitWarning()` method can be used to emit custom or application
|
|
897
|
+
* specific process warnings. These can be listened for by adding a handler to the `'warning'` event.
|
|
898
|
+
*
|
|
899
|
+
* ```js
|
|
900
|
+
* import { emitWarning } from 'node:process';
|
|
901
|
+
*
|
|
902
|
+
* // Emit a warning using a string.
|
|
903
|
+
* emitWarning('Something happened!');
|
|
904
|
+
* // Emits: (node: 56338) Warning: Something happened!
|
|
905
|
+
* ```
|
|
906
|
+
*
|
|
907
|
+
* ```js
|
|
908
|
+
* import { emitWarning } from 'node:process';
|
|
909
|
+
*
|
|
910
|
+
* // Emit a warning using a string and a type.
|
|
911
|
+
* emitWarning('Something Happened!', 'CustomWarning');
|
|
912
|
+
* // Emits: (node:56338) CustomWarning: Something Happened!
|
|
913
|
+
* ```
|
|
914
|
+
*
|
|
915
|
+
* ```js
|
|
916
|
+
* import { emitWarning } from 'node:process';
|
|
917
|
+
*
|
|
918
|
+
* emitWarning('Something happened!', 'CustomWarning', 'WARN001');
|
|
919
|
+
* // Emits: (node:56338) [WARN001] CustomWarning: Something happened!
|
|
920
|
+
* ```js
|
|
921
|
+
*
|
|
922
|
+
* In each of the previous examples, an `Error` object is generated internally by `process.emitWarning()` and passed through to the `'warning'` handler.
|
|
923
|
+
*
|
|
924
|
+
* ```js
|
|
925
|
+
* import process from 'node:process';
|
|
926
|
+
*
|
|
927
|
+
* process.on('warning', (warning) => {
|
|
928
|
+
* console.warn(warning.name); // 'Warning'
|
|
929
|
+
* console.warn(warning.message); // 'Something happened!'
|
|
930
|
+
* console.warn(warning.code); // 'MY_WARNING'
|
|
931
|
+
* console.warn(warning.stack); // Stack trace
|
|
932
|
+
* console.warn(warning.detail); // 'This is some additional information'
|
|
933
|
+
* });
|
|
934
|
+
* ```
|
|
935
|
+
*
|
|
936
|
+
* If `warning` is passed as an `Error` object, it will be passed through to the `'warning'` event handler
|
|
937
|
+
* unmodified (and the optional `type`, `code` and `ctor` arguments will be ignored):
|
|
938
|
+
*
|
|
939
|
+
* ```js
|
|
940
|
+
* import { emitWarning } from 'node:process';
|
|
941
|
+
*
|
|
942
|
+
* // Emit a warning using an Error object.
|
|
943
|
+
* const myWarning = new Error('Something happened!');
|
|
944
|
+
* // Use the Error name property to specify the type name
|
|
945
|
+
* myWarning.name = 'CustomWarning';
|
|
946
|
+
* myWarning.code = 'WARN001';
|
|
947
|
+
*
|
|
948
|
+
* emitWarning(myWarning);
|
|
949
|
+
* // Emits: (node:56338) [WARN001] CustomWarning: Something happened!
|
|
950
|
+
* ```
|
|
951
|
+
*
|
|
952
|
+
* A `TypeError` is thrown if `warning` is anything other than a string or `Error` object.
|
|
953
|
+
*
|
|
954
|
+
* While process warnings use `Error` objects, the process warning mechanism is not a replacement for normal error handling mechanisms.
|
|
955
|
+
*
|
|
956
|
+
* The following additional handling is implemented if the warning `type` is `'DeprecationWarning'`:
|
|
957
|
+
* * If the `--throw-deprecation` command-line flag is used, the deprecation warning is thrown as an exception rather than being emitted as an event.
|
|
958
|
+
* * If the `--no-deprecation` command-line flag is used, the deprecation warning is suppressed.
|
|
959
|
+
* * If the `--trace-deprecation` command-line flag is used, the deprecation warning is printed to `stderr` along with the full stack trace.
|
|
960
|
+
* @since v8.0.0
|
|
961
|
+
* @param warning The warning to emit.
|
|
962
|
+
*/
|
|
963
|
+
emitWarning(warning: string | Error, ctor?: Function): void;
|
|
964
|
+
emitWarning(warning: string | Error, type?: string, ctor?: Function): void;
|
|
965
|
+
emitWarning(warning: string | Error, type?: string, code?: string, ctor?: Function): void;
|
|
966
|
+
emitWarning(warning: string | Error, options?: EmitWarningOptions): void;
|
|
967
|
+
/**
|
|
968
|
+
* The `process.env` property returns an object containing the user environment.
|
|
969
|
+
* See [`environ(7)`](http://man7.org/linux/man-pages/man7/environ.7.html).
|
|
970
|
+
*
|
|
971
|
+
* An example of this object looks like:
|
|
972
|
+
*
|
|
973
|
+
* ```js
|
|
974
|
+
* {
|
|
975
|
+
* TERM: 'xterm-256color',
|
|
976
|
+
* SHELL: '/usr/local/bin/bash',
|
|
977
|
+
* USER: 'maciej',
|
|
978
|
+
* PATH: '~/.bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin',
|
|
979
|
+
* PWD: '/Users/maciej',
|
|
980
|
+
* EDITOR: 'vim',
|
|
981
|
+
* SHLVL: '1',
|
|
982
|
+
* HOME: '/Users/maciej',
|
|
983
|
+
* LOGNAME: 'maciej',
|
|
984
|
+
* _: '/usr/local/bin/node'
|
|
985
|
+
* }
|
|
986
|
+
* ```
|
|
987
|
+
*
|
|
988
|
+
* It is possible to modify this object, but such modifications will not be
|
|
989
|
+
* reflected outside the Node.js process, or (unless explicitly requested)
|
|
990
|
+
* to other `Worker` threads.
|
|
991
|
+
* In other words, the following example would not work:
|
|
992
|
+
*
|
|
993
|
+
* ```bash
|
|
994
|
+
* node -e 'process.env.foo = "bar"' && echo $foo
|
|
995
|
+
* ```
|
|
996
|
+
*
|
|
997
|
+
* While the following will:
|
|
998
|
+
*
|
|
999
|
+
* ```js
|
|
1000
|
+
* import { env } from 'node:process';
|
|
1001
|
+
*
|
|
1002
|
+
* env.foo = 'bar';
|
|
1003
|
+
* console.log(env.foo);
|
|
1004
|
+
* ```
|
|
1005
|
+
*
|
|
1006
|
+
* Assigning a property on `process.env` will implicitly convert the value
|
|
1007
|
+
* to a string. **This behavior is deprecated.** Future versions of Node.js may
|
|
1008
|
+
* throw an error when the value is not a string, number, or boolean.
|
|
1009
|
+
*
|
|
1010
|
+
* ```js
|
|
1011
|
+
* import { env } from 'node:process';
|
|
1012
|
+
*
|
|
1013
|
+
* env.test = null;
|
|
1014
|
+
* console.log(env.test);
|
|
1015
|
+
* // => 'null'
|
|
1016
|
+
* env.test = undefined;
|
|
1017
|
+
* console.log(env.test);
|
|
1018
|
+
* // => 'undefined'
|
|
1019
|
+
* ```
|
|
1020
|
+
*
|
|
1021
|
+
* Use `delete` to delete a property from `process.env`.
|
|
1022
|
+
*
|
|
1023
|
+
* ```js
|
|
1024
|
+
* import { env } from 'node:process';
|
|
1025
|
+
*
|
|
1026
|
+
* env.TEST = 1;
|
|
1027
|
+
* delete env.TEST;
|
|
1028
|
+
* console.log(env.TEST);
|
|
1029
|
+
* // => undefined
|
|
1030
|
+
* ```
|
|
1031
|
+
*
|
|
1032
|
+
* On Windows operating systems, environment variables are case-insensitive.
|
|
1033
|
+
*
|
|
1034
|
+
* ```js
|
|
1035
|
+
* import { env } from 'node:process';
|
|
1036
|
+
*
|
|
1037
|
+
* env.TEST = 1;
|
|
1038
|
+
* console.log(env.test);
|
|
1039
|
+
* // => 1
|
|
1040
|
+
* ```
|
|
1041
|
+
*
|
|
1042
|
+
* Unless explicitly specified when creating a `Worker` instance,
|
|
1043
|
+
* each `Worker` thread has its own copy of `process.env`, based on its
|
|
1044
|
+
* parent thread's `process.env`, or whatever was specified as the `env` option
|
|
1045
|
+
* to the `Worker` constructor. Changes to `process.env` will not be visible
|
|
1046
|
+
* across `Worker` threads, and only the main thread can make changes that
|
|
1047
|
+
* are visible to the operating system or to native add-ons. On Windows, a copy of `process.env` on a `Worker` instance operates in a case-sensitive manner
|
|
1048
|
+
* unlike the main thread.
|
|
1049
|
+
* @since v0.1.27
|
|
1050
|
+
*/
|
|
1051
|
+
env: ProcessEnv;
|
|
1052
|
+
/**
|
|
1053
|
+
* The `process.exit()` method instructs Node.js to terminate the process
|
|
1054
|
+
* synchronously with an exit status of `code`. If `code` is omitted, exit uses
|
|
1055
|
+
* either the 'success' code `0` or the value of `process.exitCode` if it has been
|
|
1056
|
+
* set. Node.js will not terminate until all the `'exit'` event listeners are
|
|
1057
|
+
* called.
|
|
1058
|
+
*
|
|
1059
|
+
* To exit with a 'failure' code:
|
|
1060
|
+
*
|
|
1061
|
+
* ```js
|
|
1062
|
+
* import { exit } from 'node:process';
|
|
1063
|
+
*
|
|
1064
|
+
* exit(1);
|
|
1065
|
+
* ```
|
|
1066
|
+
*
|
|
1067
|
+
* The shell that executed Node.js should see the exit code as `1`.
|
|
1068
|
+
*
|
|
1069
|
+
* Calling `process.exit()` will force the process to exit as quickly as possible
|
|
1070
|
+
* even if there are still asynchronous operations pending that have not yet
|
|
1071
|
+
* completed fully, including I/O operations to `process.stdout` and `process.stderr`.
|
|
1072
|
+
*
|
|
1073
|
+
* In most situations, it is not actually necessary to call `process.exit()` explicitly. The Node.js process will exit on its own _if there is no additional_
|
|
1074
|
+
* _work pending_ in the event loop. The `process.exitCode` property can be set to
|
|
1075
|
+
* tell the process which exit code to use when the process exits gracefully.
|
|
1076
|
+
*
|
|
1077
|
+
* For instance, the following example illustrates a _misuse_ of the `process.exit()` method that could lead to data printed to stdout being
|
|
1078
|
+
* truncated and lost:
|
|
1079
|
+
*
|
|
1080
|
+
* ```js
|
|
1081
|
+
* import { exit } from 'node:process';
|
|
1082
|
+
*
|
|
1083
|
+
* // This is an example of what *not* to do:
|
|
1084
|
+
* if (someConditionNotMet()) {
|
|
1085
|
+
* printUsageToStdout();
|
|
1086
|
+
* exit(1);
|
|
1087
|
+
* }
|
|
1088
|
+
* ```
|
|
1089
|
+
*
|
|
1090
|
+
* The reason this is problematic is because writes to `process.stdout` in Node.js
|
|
1091
|
+
* are sometimes _asynchronous_ and may occur over multiple ticks of the Node.js
|
|
1092
|
+
* event loop. Calling `process.exit()`, however, forces the process to exit _before_ those additional writes to `stdout` can be performed.
|
|
1093
|
+
*
|
|
1094
|
+
* Rather than calling `process.exit()` directly, the code _should_ set the `process.exitCode` and allow the process to exit naturally by avoiding
|
|
1095
|
+
* scheduling any additional work for the event loop:
|
|
1096
|
+
*
|
|
1097
|
+
* ```js
|
|
1098
|
+
* import process from 'node:process';
|
|
1099
|
+
*
|
|
1100
|
+
* // How to properly set the exit code while letting
|
|
1101
|
+
* // the process exit gracefully.
|
|
1102
|
+
* if (someConditionNotMet()) {
|
|
1103
|
+
* printUsageToStdout();
|
|
1104
|
+
* process.exitCode = 1;
|
|
1105
|
+
* }
|
|
1106
|
+
* ```
|
|
1107
|
+
*
|
|
1108
|
+
* If it is necessary to terminate the Node.js process due to an error condition,
|
|
1109
|
+
* throwing an _uncaught_ error and allowing the process to terminate accordingly
|
|
1110
|
+
* is safer than calling `process.exit()`.
|
|
1111
|
+
*
|
|
1112
|
+
* In `Worker` threads, this function stops the current thread rather
|
|
1113
|
+
* than the current process.
|
|
1114
|
+
* @since v0.1.13
|
|
1115
|
+
* @param [code=0] The exit code. For string type, only integer strings (e.g.,'1') are allowed.
|
|
1116
|
+
*/
|
|
1117
|
+
exit(code?: number | string | null): never;
|
|
1118
|
+
/**
|
|
1119
|
+
* A number which will be the process exit code, when the process either
|
|
1120
|
+
* exits gracefully, or is exited via {@link exit} without specifying
|
|
1121
|
+
* a code.
|
|
1122
|
+
*
|
|
1123
|
+
* Specifying a code to {@link exit} will override any
|
|
1124
|
+
* previous setting of `process.exitCode`.
|
|
1125
|
+
* @default undefined
|
|
1126
|
+
* @since v0.11.8
|
|
1127
|
+
*/
|
|
1128
|
+
exitCode: number | string | null | undefined;
|
|
1129
|
+
finalization: {
|
|
1130
|
+
/**
|
|
1131
|
+
* This function registers a callback to be called when the process emits the `exit` event if the `ref` object was not garbage collected.
|
|
1132
|
+
* If the object `ref` was garbage collected before the `exit` event is emitted, the callback will be removed from the finalization registry, and it will not be called on process exit.
|
|
1133
|
+
*
|
|
1134
|
+
* Inside the callback you can release the resources allocated by the `ref` object.
|
|
1135
|
+
* Be aware that all limitations applied to the `beforeExit` event are also applied to the callback function,
|
|
1136
|
+
* this means that there is a possibility that the callback will not be called under special circumstances.
|
|
1137
|
+
*
|
|
1138
|
+
* The idea of this function is to help you free up resources when the starts process exiting, but also let the object be garbage collected if it is no longer being used.
|
|
1139
|
+
* @param ref The reference to the resource that is being tracked.
|
|
1140
|
+
* @param callback The callback function to be called when the resource is finalized.
|
|
1141
|
+
* @since v22.5.0
|
|
1142
|
+
* @experimental
|
|
1143
|
+
*/
|
|
1144
|
+
register<T extends object>(ref: T, callback: (ref: T, event: "exit") => void): void;
|
|
1145
|
+
/**
|
|
1146
|
+
* This function behaves exactly like the `register`, except that the callback will be called when the process emits the `beforeExit` event if `ref` object was not garbage collected.
|
|
1147
|
+
*
|
|
1148
|
+
* Be aware that all limitations applied to the `beforeExit` event are also applied to the callback function, this means that there is a possibility that the callback will not be called under special circumstances.
|
|
1149
|
+
* @param ref The reference to the resource that is being tracked.
|
|
1150
|
+
* @param callback The callback function to be called when the resource is finalized.
|
|
1151
|
+
* @since v22.5.0
|
|
1152
|
+
* @experimental
|
|
1153
|
+
*/
|
|
1154
|
+
registerBeforeExit<T extends object>(ref: T, callback: (ref: T, event: "beforeExit") => void): void;
|
|
1155
|
+
/**
|
|
1156
|
+
* This function remove the register of the object from the finalization registry, so the callback will not be called anymore.
|
|
1157
|
+
* @param ref The reference to the resource that was registered previously.
|
|
1158
|
+
* @since v22.5.0
|
|
1159
|
+
* @experimental
|
|
1160
|
+
*/
|
|
1161
|
+
unregister(ref: object): void;
|
|
1162
|
+
};
|
|
1163
|
+
/**
|
|
1164
|
+
* The `process.getActiveResourcesInfo()` method returns an array of strings containing
|
|
1165
|
+
* the types of the active resources that are currently keeping the event loop alive.
|
|
1166
|
+
*
|
|
1167
|
+
* ```js
|
|
1168
|
+
* import { getActiveResourcesInfo } from 'node:process';
|
|
1169
|
+
* import { setTimeout } from 'node:timers';
|
|
1170
|
+
|
|
1171
|
+
* console.log('Before:', getActiveResourcesInfo());
|
|
1172
|
+
* setTimeout(() => {}, 1000);
|
|
1173
|
+
* console.log('After:', getActiveResourcesInfo());
|
|
1174
|
+
* // Prints:
|
|
1175
|
+
* // Before: [ 'TTYWrap', 'TTYWrap', 'TTYWrap' ]
|
|
1176
|
+
* // After: [ 'TTYWrap', 'TTYWrap', 'TTYWrap', 'Timeout' ]
|
|
1177
|
+
* ```
|
|
1178
|
+
* @since v17.3.0, v16.14.0
|
|
1179
|
+
*/
|
|
1180
|
+
getActiveResourcesInfo(): string[];
|
|
1181
|
+
/**
|
|
1182
|
+
* Provides a way to load built-in modules in a globally available function.
|
|
1183
|
+
* @param id ID of the built-in module being requested.
|
|
1184
|
+
*/
|
|
1185
|
+
getBuiltinModule<ID extends keyof BuiltInModule>(id: ID): BuiltInModule[ID];
|
|
1186
|
+
getBuiltinModule(id: string): object | undefined;
|
|
1187
|
+
/**
|
|
1188
|
+
* The `process.getgid()` method returns the numerical group identity of the
|
|
1189
|
+
* process. (See [`getgid(2)`](http://man7.org/linux/man-pages/man2/getgid.2.html).)
|
|
1190
|
+
*
|
|
1191
|
+
* ```js
|
|
1192
|
+
* import process from 'node:process';
|
|
1193
|
+
*
|
|
1194
|
+
* if (process.getgid) {
|
|
1195
|
+
* console.log(`Current gid: ${process.getgid()}`);
|
|
1196
|
+
* }
|
|
1197
|
+
* ```
|
|
1198
|
+
*
|
|
1199
|
+
* This function is only available on POSIX platforms (i.e. not Windows or
|
|
1200
|
+
* Android).
|
|
1201
|
+
* @since v0.1.31
|
|
1202
|
+
*/
|
|
1203
|
+
getgid?: () => number;
|
|
1204
|
+
/**
|
|
1205
|
+
* The `process.setgid()` method sets the group identity of the process. (See [`setgid(2)`](http://man7.org/linux/man-pages/man2/setgid.2.html).) The `id` can be passed as either a
|
|
1206
|
+
* numeric ID or a group name
|
|
1207
|
+
* string. If a group name is specified, this method blocks while resolving the
|
|
1208
|
+
* associated numeric ID.
|
|
1209
|
+
*
|
|
1210
|
+
* ```js
|
|
1211
|
+
* import process from 'node:process';
|
|
1212
|
+
*
|
|
1213
|
+
* if (process.getgid && process.setgid) {
|
|
1214
|
+
* console.log(`Current gid: ${process.getgid()}`);
|
|
1215
|
+
* try {
|
|
1216
|
+
* process.setgid(501);
|
|
1217
|
+
* console.log(`New gid: ${process.getgid()}`);
|
|
1218
|
+
* } catch (err) {
|
|
1219
|
+
* console.log(`Failed to set gid: ${err}`);
|
|
1220
|
+
* }
|
|
1221
|
+
* }
|
|
1222
|
+
* ```
|
|
1223
|
+
*
|
|
1224
|
+
* This function is only available on POSIX platforms (i.e. not Windows or
|
|
1225
|
+
* Android).
|
|
1226
|
+
* This feature is not available in `Worker` threads.
|
|
1227
|
+
* @since v0.1.31
|
|
1228
|
+
* @param id The group name or ID
|
|
1229
|
+
*/
|
|
1230
|
+
setgid?: (id: number | string) => void;
|
|
1231
|
+
/**
|
|
1232
|
+
* The `process.getuid()` method returns the numeric user identity of the process.
|
|
1233
|
+
* (See [`getuid(2)`](http://man7.org/linux/man-pages/man2/getuid.2.html).)
|
|
1234
|
+
*
|
|
1235
|
+
* ```js
|
|
1236
|
+
* import process from 'node:process';
|
|
1237
|
+
*
|
|
1238
|
+
* if (process.getuid) {
|
|
1239
|
+
* console.log(`Current uid: ${process.getuid()}`);
|
|
1240
|
+
* }
|
|
1241
|
+
* ```
|
|
1242
|
+
*
|
|
1243
|
+
* This function is only available on POSIX platforms (i.e. not Windows or
|
|
1244
|
+
* Android).
|
|
1245
|
+
* @since v0.1.28
|
|
1246
|
+
*/
|
|
1247
|
+
getuid?: () => number;
|
|
1248
|
+
/**
|
|
1249
|
+
* The `process.setuid(id)` method sets the user identity of the process. (See [`setuid(2)`](http://man7.org/linux/man-pages/man2/setuid.2.html).) The `id` can be passed as either a
|
|
1250
|
+
* numeric ID or a username string.
|
|
1251
|
+
* If a username is specified, the method blocks while resolving the associated
|
|
1252
|
+
* numeric ID.
|
|
1253
|
+
*
|
|
1254
|
+
* ```js
|
|
1255
|
+
* import process from 'node:process';
|
|
1256
|
+
*
|
|
1257
|
+
* if (process.getuid && process.setuid) {
|
|
1258
|
+
* console.log(`Current uid: ${process.getuid()}`);
|
|
1259
|
+
* try {
|
|
1260
|
+
* process.setuid(501);
|
|
1261
|
+
* console.log(`New uid: ${process.getuid()}`);
|
|
1262
|
+
* } catch (err) {
|
|
1263
|
+
* console.log(`Failed to set uid: ${err}`);
|
|
1264
|
+
* }
|
|
1265
|
+
* }
|
|
1266
|
+
* ```
|
|
1267
|
+
*
|
|
1268
|
+
* This function is only available on POSIX platforms (i.e. not Windows or
|
|
1269
|
+
* Android).
|
|
1270
|
+
* This feature is not available in `Worker` threads.
|
|
1271
|
+
* @since v0.1.28
|
|
1272
|
+
*/
|
|
1273
|
+
setuid?: (id: number | string) => void;
|
|
1274
|
+
/**
|
|
1275
|
+
* The `process.geteuid()` method returns the numerical effective user identity of
|
|
1276
|
+
* the process. (See [`geteuid(2)`](http://man7.org/linux/man-pages/man2/geteuid.2.html).)
|
|
1277
|
+
*
|
|
1278
|
+
* ```js
|
|
1279
|
+
* import process from 'node:process';
|
|
1280
|
+
*
|
|
1281
|
+
* if (process.geteuid) {
|
|
1282
|
+
* console.log(`Current uid: ${process.geteuid()}`);
|
|
1283
|
+
* }
|
|
1284
|
+
* ```
|
|
1285
|
+
*
|
|
1286
|
+
* This function is only available on POSIX platforms (i.e. not Windows or
|
|
1287
|
+
* Android).
|
|
1288
|
+
* @since v2.0.0
|
|
1289
|
+
*/
|
|
1290
|
+
geteuid?: () => number;
|
|
1291
|
+
/**
|
|
1292
|
+
* The `process.seteuid()` method sets the effective user identity of the process.
|
|
1293
|
+
* (See [`seteuid(2)`](http://man7.org/linux/man-pages/man2/seteuid.2.html).) The `id` can be passed as either a numeric ID or a username
|
|
1294
|
+
* string. If a username is specified, the method blocks while resolving the
|
|
1295
|
+
* associated numeric ID.
|
|
1296
|
+
*
|
|
1297
|
+
* ```js
|
|
1298
|
+
* import process from 'node:process';
|
|
1299
|
+
*
|
|
1300
|
+
* if (process.geteuid && process.seteuid) {
|
|
1301
|
+
* console.log(`Current uid: ${process.geteuid()}`);
|
|
1302
|
+
* try {
|
|
1303
|
+
* process.seteuid(501);
|
|
1304
|
+
* console.log(`New uid: ${process.geteuid()}`);
|
|
1305
|
+
* } catch (err) {
|
|
1306
|
+
* console.log(`Failed to set uid: ${err}`);
|
|
1307
|
+
* }
|
|
1308
|
+
* }
|
|
1309
|
+
* ```
|
|
1310
|
+
*
|
|
1311
|
+
* This function is only available on POSIX platforms (i.e. not Windows or
|
|
1312
|
+
* Android).
|
|
1313
|
+
* This feature is not available in `Worker` threads.
|
|
1314
|
+
* @since v2.0.0
|
|
1315
|
+
* @param id A user name or ID
|
|
1316
|
+
*/
|
|
1317
|
+
seteuid?: (id: number | string) => void;
|
|
1318
|
+
/**
|
|
1319
|
+
* The `process.getegid()` method returns the numerical effective group identity
|
|
1320
|
+
* of the Node.js process. (See [`getegid(2)`](http://man7.org/linux/man-pages/man2/getegid.2.html).)
|
|
1321
|
+
*
|
|
1322
|
+
* ```js
|
|
1323
|
+
* import process from 'node:process';
|
|
1324
|
+
*
|
|
1325
|
+
* if (process.getegid) {
|
|
1326
|
+
* console.log(`Current gid: ${process.getegid()}`);
|
|
1327
|
+
* }
|
|
1328
|
+
* ```
|
|
1329
|
+
*
|
|
1330
|
+
* This function is only available on POSIX platforms (i.e. not Windows or
|
|
1331
|
+
* Android).
|
|
1332
|
+
* @since v2.0.0
|
|
1333
|
+
*/
|
|
1334
|
+
getegid?: () => number;
|
|
1335
|
+
/**
|
|
1336
|
+
* The `process.setegid()` method sets the effective group identity of the process.
|
|
1337
|
+
* (See [`setegid(2)`](http://man7.org/linux/man-pages/man2/setegid.2.html).) The `id` can be passed as either a numeric ID or a group
|
|
1338
|
+
* name string. If a group name is specified, this method blocks while resolving
|
|
1339
|
+
* the associated a numeric ID.
|
|
1340
|
+
*
|
|
1341
|
+
* ```js
|
|
1342
|
+
* import process from 'node:process';
|
|
1343
|
+
*
|
|
1344
|
+
* if (process.getegid && process.setegid) {
|
|
1345
|
+
* console.log(`Current gid: ${process.getegid()}`);
|
|
1346
|
+
* try {
|
|
1347
|
+
* process.setegid(501);
|
|
1348
|
+
* console.log(`New gid: ${process.getegid()}`);
|
|
1349
|
+
* } catch (err) {
|
|
1350
|
+
* console.log(`Failed to set gid: ${err}`);
|
|
1351
|
+
* }
|
|
1352
|
+
* }
|
|
1353
|
+
* ```
|
|
1354
|
+
*
|
|
1355
|
+
* This function is only available on POSIX platforms (i.e. not Windows or
|
|
1356
|
+
* Android).
|
|
1357
|
+
* This feature is not available in `Worker` threads.
|
|
1358
|
+
* @since v2.0.0
|
|
1359
|
+
* @param id A group name or ID
|
|
1360
|
+
*/
|
|
1361
|
+
setegid?: (id: number | string) => void;
|
|
1362
|
+
/**
|
|
1363
|
+
* The `process.getgroups()` method returns an array with the supplementary group
|
|
1364
|
+
* IDs. POSIX leaves it unspecified if the effective group ID is included but
|
|
1365
|
+
* Node.js ensures it always is.
|
|
1366
|
+
*
|
|
1367
|
+
* ```js
|
|
1368
|
+
* import process from 'node:process';
|
|
1369
|
+
*
|
|
1370
|
+
* if (process.getgroups) {
|
|
1371
|
+
* console.log(process.getgroups()); // [ 16, 21, 297 ]
|
|
1372
|
+
* }
|
|
1373
|
+
* ```
|
|
1374
|
+
*
|
|
1375
|
+
* This function is only available on POSIX platforms (i.e. not Windows or
|
|
1376
|
+
* Android).
|
|
1377
|
+
* @since v0.9.4
|
|
1378
|
+
*/
|
|
1379
|
+
getgroups?: () => number[];
|
|
1380
|
+
/**
|
|
1381
|
+
* The `process.setgroups()` method sets the supplementary group IDs for the
|
|
1382
|
+
* Node.js process. This is a privileged operation that requires the Node.js
|
|
1383
|
+
* process to have `root` or the `CAP_SETGID` capability.
|
|
1384
|
+
*
|
|
1385
|
+
* The `groups` array can contain numeric group IDs, group names, or both.
|
|
1386
|
+
*
|
|
1387
|
+
* ```js
|
|
1388
|
+
* import process from 'node:process';
|
|
1389
|
+
*
|
|
1390
|
+
* if (process.getgroups && process.setgroups) {
|
|
1391
|
+
* try {
|
|
1392
|
+
* process.setgroups([501]);
|
|
1393
|
+
* console.log(process.getgroups()); // new groups
|
|
1394
|
+
* } catch (err) {
|
|
1395
|
+
* console.log(`Failed to set groups: ${err}`);
|
|
1396
|
+
* }
|
|
1397
|
+
* }
|
|
1398
|
+
* ```
|
|
1399
|
+
*
|
|
1400
|
+
* This function is only available on POSIX platforms (i.e. not Windows or
|
|
1401
|
+
* Android).
|
|
1402
|
+
* This feature is not available in `Worker` threads.
|
|
1403
|
+
* @since v0.9.4
|
|
1404
|
+
*/
|
|
1405
|
+
setgroups?: (groups: ReadonlyArray<string | number>) => void;
|
|
1406
|
+
/**
|
|
1407
|
+
* The `process.setUncaughtExceptionCaptureCallback()` function sets a function
|
|
1408
|
+
* that will be invoked when an uncaught exception occurs, which will receive the
|
|
1409
|
+
* exception value itself as its first argument.
|
|
1410
|
+
*
|
|
1411
|
+
* If such a function is set, the `'uncaughtException'` event will
|
|
1412
|
+
* not be emitted. If `--abort-on-uncaught-exception` was passed from the
|
|
1413
|
+
* command line or set through `v8.setFlagsFromString()`, the process will
|
|
1414
|
+
* not abort. Actions configured to take place on exceptions such as report
|
|
1415
|
+
* generations will be affected too
|
|
1416
|
+
*
|
|
1417
|
+
* To unset the capture function, `process.setUncaughtExceptionCaptureCallback(null)` may be used. Calling this
|
|
1418
|
+
* method with a non-`null` argument while another capture function is set will
|
|
1419
|
+
* throw an error.
|
|
1420
|
+
*
|
|
1421
|
+
* Using this function is mutually exclusive with using the deprecated `domain` built-in module.
|
|
1422
|
+
* @since v9.3.0
|
|
1423
|
+
*/
|
|
1424
|
+
setUncaughtExceptionCaptureCallback(cb: ((err: Error) => void) | null): void;
|
|
1425
|
+
/**
|
|
1426
|
+
* Indicates whether a callback has been set using {@link setUncaughtExceptionCaptureCallback}.
|
|
1427
|
+
* @since v9.3.0
|
|
1428
|
+
*/
|
|
1429
|
+
hasUncaughtExceptionCaptureCallback(): boolean;
|
|
1430
|
+
/**
|
|
1431
|
+
* The `process.sourceMapsEnabled` property returns whether the [Source Map v3](https://sourcemaps.info/spec.html) support for stack traces is enabled.
|
|
1432
|
+
* @since v20.7.0
|
|
1433
|
+
* @experimental
|
|
1434
|
+
*/
|
|
1435
|
+
readonly sourceMapsEnabled: boolean;
|
|
1436
|
+
/**
|
|
1437
|
+
* This function enables or disables the [Source Map v3](https://sourcemaps.info/spec.html) support for
|
|
1438
|
+
* stack traces.
|
|
1439
|
+
*
|
|
1440
|
+
* It provides same features as launching Node.js process with commandline options `--enable-source-maps`.
|
|
1441
|
+
*
|
|
1442
|
+
* Only source maps in JavaScript files that are loaded after source maps has been
|
|
1443
|
+
* enabled will be parsed and loaded.
|
|
1444
|
+
* @since v16.6.0, v14.18.0
|
|
1445
|
+
* @experimental
|
|
1446
|
+
*/
|
|
1447
|
+
setSourceMapsEnabled(value: boolean): void;
|
|
1448
|
+
/**
|
|
1449
|
+
* The `process.version` property contains the Node.js version string.
|
|
1450
|
+
*
|
|
1451
|
+
* ```js
|
|
1452
|
+
* import { version } from 'node:process';
|
|
1453
|
+
*
|
|
1454
|
+
* console.log(`Version: ${version}`);
|
|
1455
|
+
* // Version: v14.8.0
|
|
1456
|
+
* ```
|
|
1457
|
+
*
|
|
1458
|
+
* To get the version string without the prepended _v_, use`process.versions.node`.
|
|
1459
|
+
* @since v0.1.3
|
|
1460
|
+
*/
|
|
1461
|
+
readonly version: string;
|
|
1462
|
+
/**
|
|
1463
|
+
* The `process.versions` property returns an object listing the version strings of
|
|
1464
|
+
* Node.js and its dependencies. `process.versions.modules` indicates the current
|
|
1465
|
+
* ABI version, which is increased whenever a C++ API changes. Node.js will refuse
|
|
1466
|
+
* to load modules that were compiled against a different module ABI version.
|
|
1467
|
+
*
|
|
1468
|
+
* ```js
|
|
1469
|
+
* import { versions } from 'node:process';
|
|
1470
|
+
*
|
|
1471
|
+
* console.log(versions);
|
|
1472
|
+
* ```
|
|
1473
|
+
*
|
|
1474
|
+
* Will generate an object similar to:
|
|
1475
|
+
*
|
|
1476
|
+
* ```console
|
|
1477
|
+
* { node: '20.2.0',
|
|
1478
|
+
* acorn: '8.8.2',
|
|
1479
|
+
* ada: '2.4.0',
|
|
1480
|
+
* ares: '1.19.0',
|
|
1481
|
+
* base64: '0.5.0',
|
|
1482
|
+
* brotli: '1.0.9',
|
|
1483
|
+
* cjs_module_lexer: '1.2.2',
|
|
1484
|
+
* cldr: '43.0',
|
|
1485
|
+
* icu: '73.1',
|
|
1486
|
+
* llhttp: '8.1.0',
|
|
1487
|
+
* modules: '115',
|
|
1488
|
+
* napi: '8',
|
|
1489
|
+
* nghttp2: '1.52.0',
|
|
1490
|
+
* nghttp3: '0.7.0',
|
|
1491
|
+
* ngtcp2: '0.8.1',
|
|
1492
|
+
* openssl: '3.0.8+quic',
|
|
1493
|
+
* simdutf: '3.2.9',
|
|
1494
|
+
* tz: '2023c',
|
|
1495
|
+
* undici: '5.22.0',
|
|
1496
|
+
* unicode: '15.0',
|
|
1497
|
+
* uv: '1.44.2',
|
|
1498
|
+
* uvwasi: '0.0.16',
|
|
1499
|
+
* v8: '11.3.244.8-node.9',
|
|
1500
|
+
* zlib: '1.2.13' }
|
|
1501
|
+
* ```
|
|
1502
|
+
* @since v0.2.0
|
|
1503
|
+
*/
|
|
1504
|
+
readonly versions: ProcessVersions;
|
|
1505
|
+
/**
|
|
1506
|
+
* The `process.config` property returns a frozen `Object` containing the
|
|
1507
|
+
* JavaScript representation of the configure options used to compile the current
|
|
1508
|
+
* Node.js executable. This is the same as the `config.gypi` file that was produced
|
|
1509
|
+
* when running the `./configure` script.
|
|
1510
|
+
*
|
|
1511
|
+
* An example of the possible output looks like:
|
|
1512
|
+
*
|
|
1513
|
+
* ```js
|
|
1514
|
+
* {
|
|
1515
|
+
* target_defaults:
|
|
1516
|
+
* { cflags: [],
|
|
1517
|
+
* default_configuration: 'Release',
|
|
1518
|
+
* defines: [],
|
|
1519
|
+
* include_dirs: [],
|
|
1520
|
+
* libraries: [] },
|
|
1521
|
+
* variables:
|
|
1522
|
+
* {
|
|
1523
|
+
* host_arch: 'x64',
|
|
1524
|
+
* napi_build_version: 5,
|
|
1525
|
+
* node_install_npm: 'true',
|
|
1526
|
+
* node_prefix: '',
|
|
1527
|
+
* node_shared_cares: 'false',
|
|
1528
|
+
* node_shared_http_parser: 'false',
|
|
1529
|
+
* node_shared_libuv: 'false',
|
|
1530
|
+
* node_shared_zlib: 'false',
|
|
1531
|
+
* node_use_openssl: 'true',
|
|
1532
|
+
* node_shared_openssl: 'false',
|
|
1533
|
+
* strict_aliasing: 'true',
|
|
1534
|
+
* target_arch: 'x64',
|
|
1535
|
+
* v8_use_snapshot: 1
|
|
1536
|
+
* }
|
|
1537
|
+
* }
|
|
1538
|
+
* ```
|
|
1539
|
+
* @since v0.7.7
|
|
1540
|
+
*/
|
|
1541
|
+
readonly config: ProcessConfig;
|
|
1542
|
+
/**
|
|
1543
|
+
* The `process.kill()` method sends the `signal` to the process identified by`pid`.
|
|
1544
|
+
*
|
|
1545
|
+
* Signal names are strings such as `'SIGINT'` or `'SIGHUP'`. See `Signal Events` and [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for more information.
|
|
1546
|
+
*
|
|
1547
|
+
* This method will throw an error if the target `pid` does not exist. As a special
|
|
1548
|
+
* case, a signal of `0` can be used to test for the existence of a process.
|
|
1549
|
+
* Windows platforms will throw an error if the `pid` is used to kill a process
|
|
1550
|
+
* group.
|
|
1551
|
+
*
|
|
1552
|
+
* Even though the name of this function is `process.kill()`, it is really just a
|
|
1553
|
+
* signal sender, like the `kill` system call. The signal sent may do something
|
|
1554
|
+
* other than kill the target process.
|
|
1555
|
+
*
|
|
1556
|
+
* ```js
|
|
1557
|
+
* import process, { kill } from 'node:process';
|
|
1558
|
+
*
|
|
1559
|
+
* process.on('SIGHUP', () => {
|
|
1560
|
+
* console.log('Got SIGHUP signal.');
|
|
1561
|
+
* });
|
|
1562
|
+
*
|
|
1563
|
+
* setTimeout(() => {
|
|
1564
|
+
* console.log('Exiting.');
|
|
1565
|
+
* process.exit(0);
|
|
1566
|
+
* }, 100);
|
|
1567
|
+
*
|
|
1568
|
+
* kill(process.pid, 'SIGHUP');
|
|
1569
|
+
* ```
|
|
1570
|
+
*
|
|
1571
|
+
* When `SIGUSR1` is received by a Node.js process, Node.js will start the
|
|
1572
|
+
* debugger. See `Signal Events`.
|
|
1573
|
+
* @since v0.0.6
|
|
1574
|
+
* @param pid A process ID
|
|
1575
|
+
* @param [signal='SIGTERM'] The signal to send, either as a string or number.
|
|
1576
|
+
*/
|
|
1577
|
+
kill(pid: number, signal?: string | number): true;
|
|
1578
|
+
/**
|
|
1579
|
+
* Loads the environment configuration from a `.env` file into `process.env`. If
|
|
1580
|
+
* the file is not found, error will be thrown.
|
|
1581
|
+
*
|
|
1582
|
+
* To load a specific .env file by specifying its path, use the following code:
|
|
1583
|
+
*
|
|
1584
|
+
* ```js
|
|
1585
|
+
* import { loadEnvFile } from 'node:process';
|
|
1586
|
+
*
|
|
1587
|
+
* loadEnvFile('./development.env')
|
|
1588
|
+
* ```
|
|
1589
|
+
* @since v20.12.0
|
|
1590
|
+
* @param path The path to the .env file
|
|
1591
|
+
*/
|
|
1592
|
+
loadEnvFile(path?: PathLike): void;
|
|
1593
|
+
/**
|
|
1594
|
+
* The `process.pid` property returns the PID of the process.
|
|
1595
|
+
*
|
|
1596
|
+
* ```js
|
|
1597
|
+
* import { pid } from 'node:process';
|
|
1598
|
+
*
|
|
1599
|
+
* console.log(`This process is pid ${pid}`);
|
|
1600
|
+
* ```
|
|
1601
|
+
* @since v0.1.15
|
|
1602
|
+
*/
|
|
1603
|
+
readonly pid: number;
|
|
1604
|
+
/**
|
|
1605
|
+
* The `process.ppid` property returns the PID of the parent of the
|
|
1606
|
+
* current process.
|
|
1607
|
+
*
|
|
1608
|
+
* ```js
|
|
1609
|
+
* import { ppid } from 'node:process';
|
|
1610
|
+
*
|
|
1611
|
+
* console.log(`The parent process is pid ${ppid}`);
|
|
1612
|
+
* ```
|
|
1613
|
+
* @since v9.2.0, v8.10.0, v6.13.0
|
|
1614
|
+
*/
|
|
1615
|
+
readonly ppid: number;
|
|
1616
|
+
/**
|
|
1617
|
+
* The `process.threadCpuUsage()` method returns the user and system CPU time usage of
|
|
1618
|
+
* the current worker thread, in an object with properties `user` and `system`, whose
|
|
1619
|
+
* values are microsecond values (millionth of a second).
|
|
1620
|
+
*
|
|
1621
|
+
* The result of a previous call to `process.threadCpuUsage()` can be passed as the
|
|
1622
|
+
* argument to the function, to get a diff reading.
|
|
1623
|
+
* @since v23.9.0
|
|
1624
|
+
* @param previousValue A previous return value from calling
|
|
1625
|
+
* `process.threadCpuUsage()`
|
|
1626
|
+
*/
|
|
1627
|
+
threadCpuUsage(previousValue?: CpuUsage): CpuUsage;
|
|
1628
|
+
/**
|
|
1629
|
+
* The `process.title` property returns the current process title (i.e. returns
|
|
1630
|
+
* the current value of `ps`). Assigning a new value to `process.title` modifies
|
|
1631
|
+
* the current value of `ps`.
|
|
1632
|
+
*
|
|
1633
|
+
* When a new value is assigned, different platforms will impose different maximum
|
|
1634
|
+
* length restrictions on the title. Usually such restrictions are quite limited.
|
|
1635
|
+
* For instance, on Linux and macOS, `process.title` is limited to the size of the
|
|
1636
|
+
* binary name plus the length of the command-line arguments because setting the `process.title` overwrites the `argv` memory of the process. Node.js v0.8
|
|
1637
|
+
* allowed for longer process title strings by also overwriting the `environ` memory but that was potentially insecure and confusing in some (rather obscure)
|
|
1638
|
+
* cases.
|
|
1639
|
+
*
|
|
1640
|
+
* Assigning a value to `process.title` might not result in an accurate label
|
|
1641
|
+
* within process manager applications such as macOS Activity Monitor or Windows
|
|
1642
|
+
* Services Manager.
|
|
1643
|
+
* @since v0.1.104
|
|
1644
|
+
*/
|
|
1645
|
+
title: string;
|
|
1646
|
+
/**
|
|
1647
|
+
* The operating system CPU architecture for which the Node.js binary was compiled.
|
|
1648
|
+
* Possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`, `'mips'`,
|
|
1649
|
+
* `'mipsel'`, `'ppc64'`, `'riscv64'`, `'s390x'`, and `'x64'`.
|
|
1650
|
+
*
|
|
1651
|
+
* ```js
|
|
1652
|
+
* import { arch } from 'node:process';
|
|
1653
|
+
*
|
|
1654
|
+
* console.log(`This processor architecture is ${arch}`);
|
|
1655
|
+
* ```
|
|
1656
|
+
* @since v0.5.0
|
|
1657
|
+
*/
|
|
1658
|
+
readonly arch: Architecture;
|
|
1659
|
+
/**
|
|
1660
|
+
* The `process.platform` property returns a string identifying the operating
|
|
1661
|
+
* system platform for which the Node.js binary was compiled.
|
|
1662
|
+
*
|
|
1663
|
+
* Currently possible values are:
|
|
1664
|
+
*
|
|
1665
|
+
* * `'aix'`
|
|
1666
|
+
* * `'darwin'`
|
|
1667
|
+
* * `'freebsd'`
|
|
1668
|
+
* * `'linux'`
|
|
1669
|
+
* * `'openbsd'`
|
|
1670
|
+
* * `'sunos'`
|
|
1671
|
+
* * `'win32'`
|
|
1672
|
+
*
|
|
1673
|
+
* ```js
|
|
1674
|
+
* import { platform } from 'node:process';
|
|
1675
|
+
*
|
|
1676
|
+
* console.log(`This platform is ${platform}`);
|
|
1677
|
+
* ```
|
|
1678
|
+
*
|
|
1679
|
+
* The value `'android'` may also be returned if the Node.js is built on the
|
|
1680
|
+
* Android operating system. However, Android support in Node.js [is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os).
|
|
1681
|
+
* @since v0.1.16
|
|
1682
|
+
*/
|
|
1683
|
+
readonly platform: Platform;
|
|
1684
|
+
/**
|
|
1685
|
+
* The `process.mainModule` property provides an alternative way of retrieving `require.main`. The difference is that if the main module changes at
|
|
1686
|
+
* runtime, `require.main` may still refer to the original main module in
|
|
1687
|
+
* modules that were required before the change occurred. Generally, it's
|
|
1688
|
+
* safe to assume that the two refer to the same module.
|
|
1689
|
+
*
|
|
1690
|
+
* As with `require.main`, `process.mainModule` will be `undefined` if there
|
|
1691
|
+
* is no entry script.
|
|
1692
|
+
* @since v0.1.17
|
|
1693
|
+
* @deprecated Since v14.0.0 - Use `main` instead.
|
|
1694
|
+
*/
|
|
1695
|
+
mainModule?: Module;
|
|
1696
|
+
memoryUsage: MemoryUsageFn;
|
|
1697
|
+
/**
|
|
1698
|
+
* Gets the amount of memory available to the process (in bytes) based on
|
|
1699
|
+
* limits imposed by the OS. If there is no such constraint, or the constraint
|
|
1700
|
+
* is unknown, `0` is returned.
|
|
1701
|
+
*
|
|
1702
|
+
* See [`uv_get_constrained_memory`](https://docs.libuv.org/en/v1.x/misc.html#c.uv_get_constrained_memory) for more
|
|
1703
|
+
* information.
|
|
1704
|
+
* @since v19.6.0, v18.15.0
|
|
1705
|
+
*/
|
|
1706
|
+
constrainedMemory(): number;
|
|
1707
|
+
/**
|
|
1708
|
+
* Gets the amount of free memory that is still available to the process (in bytes).
|
|
1709
|
+
* See [`uv_get_available_memory`](https://nodejs.org/docs/latest-v25.x/api/process.html#processavailablememory) for more information.
|
|
1710
|
+
* @since v20.13.0
|
|
1711
|
+
*/
|
|
1712
|
+
availableMemory(): number;
|
|
1713
|
+
/**
|
|
1714
|
+
* The `process.cpuUsage()` method returns the user and system CPU time usage of
|
|
1715
|
+
* the current process, in an object with properties `user` and `system`, whose
|
|
1716
|
+
* values are microsecond values (millionth of a second). These values measure time
|
|
1717
|
+
* spent in user and system code respectively, and may end up being greater than
|
|
1718
|
+
* actual elapsed time if multiple CPU cores are performing work for this process.
|
|
1719
|
+
*
|
|
1720
|
+
* The result of a previous call to `process.cpuUsage()` can be passed as the
|
|
1721
|
+
* argument to the function, to get a diff reading.
|
|
1722
|
+
*
|
|
1723
|
+
* ```js
|
|
1724
|
+
* import { cpuUsage } from 'node:process';
|
|
1725
|
+
*
|
|
1726
|
+
* const startUsage = cpuUsage();
|
|
1727
|
+
* // { user: 38579, system: 6986 }
|
|
1728
|
+
*
|
|
1729
|
+
* // spin the CPU for 500 milliseconds
|
|
1730
|
+
* const now = Date.now();
|
|
1731
|
+
* while (Date.now() - now < 500);
|
|
1732
|
+
*
|
|
1733
|
+
* console.log(cpuUsage(startUsage));
|
|
1734
|
+
* // { user: 514883, system: 11226 }
|
|
1735
|
+
* ```
|
|
1736
|
+
* @since v6.1.0
|
|
1737
|
+
* @param previousValue A previous return value from calling `process.cpuUsage()`
|
|
1738
|
+
*/
|
|
1739
|
+
cpuUsage(previousValue?: CpuUsage): CpuUsage;
|
|
1740
|
+
/**
|
|
1741
|
+
* `process.nextTick()` adds `callback` to the "next tick queue". This queue is
|
|
1742
|
+
* fully drained after the current operation on the JavaScript stack runs to
|
|
1743
|
+
* completion and before the event loop is allowed to continue. It's possible to
|
|
1744
|
+
* create an infinite loop if one were to recursively call `process.nextTick()`.
|
|
1745
|
+
* See the [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#process-nexttick) guide for more background.
|
|
1746
|
+
*
|
|
1747
|
+
* ```js
|
|
1748
|
+
* import { nextTick } from 'node:process';
|
|
1749
|
+
*
|
|
1750
|
+
* console.log('start');
|
|
1751
|
+
* nextTick(() => {
|
|
1752
|
+
* console.log('nextTick callback');
|
|
1753
|
+
* });
|
|
1754
|
+
* console.log('scheduled');
|
|
1755
|
+
* // Output:
|
|
1756
|
+
* // start
|
|
1757
|
+
* // scheduled
|
|
1758
|
+
* // nextTick callback
|
|
1759
|
+
* ```
|
|
1760
|
+
*
|
|
1761
|
+
* This is important when developing APIs in order to give users the opportunity
|
|
1762
|
+
* to assign event handlers _after_ an object has been constructed but before any
|
|
1763
|
+
* I/O has occurred:
|
|
1764
|
+
*
|
|
1765
|
+
* ```js
|
|
1766
|
+
* import { nextTick } from 'node:process';
|
|
1767
|
+
*
|
|
1768
|
+
* function MyThing(options) {
|
|
1769
|
+
* this.setupOptions(options);
|
|
1770
|
+
*
|
|
1771
|
+
* nextTick(() => {
|
|
1772
|
+
* this.startDoingStuff();
|
|
1773
|
+
* });
|
|
1774
|
+
* }
|
|
1775
|
+
*
|
|
1776
|
+
* const thing = new MyThing();
|
|
1777
|
+
* thing.getReadyForStuff();
|
|
1778
|
+
*
|
|
1779
|
+
* // thing.startDoingStuff() gets called now, not before.
|
|
1780
|
+
* ```
|
|
1781
|
+
*
|
|
1782
|
+
* It is very important for APIs to be either 100% synchronous or 100%
|
|
1783
|
+
* asynchronous. Consider this example:
|
|
1784
|
+
*
|
|
1785
|
+
* ```js
|
|
1786
|
+
* // WARNING! DO NOT USE! BAD UNSAFE HAZARD!
|
|
1787
|
+
* function maybeSync(arg, cb) {
|
|
1788
|
+
* if (arg) {
|
|
1789
|
+
* cb();
|
|
1790
|
+
* return;
|
|
1791
|
+
* }
|
|
1792
|
+
*
|
|
1793
|
+
* fs.stat('file', cb);
|
|
1794
|
+
* }
|
|
1795
|
+
* ```
|
|
1796
|
+
*
|
|
1797
|
+
* This API is hazardous because in the following case:
|
|
1798
|
+
*
|
|
1799
|
+
* ```js
|
|
1800
|
+
* const maybeTrue = Math.random() > 0.5;
|
|
1801
|
+
*
|
|
1802
|
+
* maybeSync(maybeTrue, () => {
|
|
1803
|
+
* foo();
|
|
1804
|
+
* });
|
|
1805
|
+
*
|
|
1806
|
+
* bar();
|
|
1807
|
+
* ```
|
|
1808
|
+
*
|
|
1809
|
+
* It is not clear whether `foo()` or `bar()` will be called first.
|
|
1810
|
+
*
|
|
1811
|
+
* The following approach is much better:
|
|
1812
|
+
*
|
|
1813
|
+
* ```js
|
|
1814
|
+
* import { nextTick } from 'node:process';
|
|
1815
|
+
*
|
|
1816
|
+
* function definitelyAsync(arg, cb) {
|
|
1817
|
+
* if (arg) {
|
|
1818
|
+
* nextTick(cb);
|
|
1819
|
+
* return;
|
|
1820
|
+
* }
|
|
1821
|
+
*
|
|
1822
|
+
* fs.stat('file', cb);
|
|
1823
|
+
* }
|
|
1824
|
+
* ```
|
|
1825
|
+
* @since v0.1.26
|
|
1826
|
+
* @param args Additional arguments to pass when invoking the `callback`
|
|
1827
|
+
*/
|
|
1828
|
+
nextTick(callback: Function, ...args: any[]): void;
|
|
1829
|
+
/**
|
|
1830
|
+
* The process.noDeprecation property indicates whether the --no-deprecation flag is set on the current Node.js process.
|
|
1831
|
+
* See the documentation for the ['warning' event](https://nodejs.org/docs/latest/api/process.html#event-warning) and the [emitWarning()](https://nodejs.org/docs/latest/api/process.html#processemitwarningwarning-type-code-ctor) method for more information about this flag's behavior.
|
|
1832
|
+
*/
|
|
1833
|
+
noDeprecation?: boolean;
|
|
1834
|
+
/**
|
|
1835
|
+
* This API is available through the [--permission](https://nodejs.org/api/cli.html#--permission) flag.
|
|
1836
|
+
*
|
|
1837
|
+
* `process.permission` is an object whose methods are used to manage permissions for the current process.
|
|
1838
|
+
* Additional documentation is available in the [Permission Model](https://nodejs.org/api/permissions.html#permission-model).
|
|
1839
|
+
* @since v20.0.0
|
|
1840
|
+
*/
|
|
1841
|
+
permission: ProcessPermission;
|
|
1842
|
+
/**
|
|
1843
|
+
* The `process.release` property returns an `Object` containing metadata related
|
|
1844
|
+
* to the current release, including URLs for the source tarball and headers-only
|
|
1845
|
+
* tarball.
|
|
1846
|
+
*
|
|
1847
|
+
* `process.release` contains the following properties:
|
|
1848
|
+
*
|
|
1849
|
+
* ```js
|
|
1850
|
+
* {
|
|
1851
|
+
* name: 'node',
|
|
1852
|
+
* lts: 'Hydrogen',
|
|
1853
|
+
* sourceUrl: 'https://nodejs.org/download/release/v18.12.0/node-v18.12.0.tar.gz',
|
|
1854
|
+
* headersUrl: 'https://nodejs.org/download/release/v18.12.0/node-v18.12.0-headers.tar.gz',
|
|
1855
|
+
* libUrl: 'https://nodejs.org/download/release/v18.12.0/win-x64/node.lib'
|
|
1856
|
+
* }
|
|
1857
|
+
* ```
|
|
1858
|
+
*
|
|
1859
|
+
* In custom builds from non-release versions of the source tree, only the `name` property may be present. The additional properties should not be
|
|
1860
|
+
* relied upon to exist.
|
|
1861
|
+
* @since v3.0.0
|
|
1862
|
+
*/
|
|
1863
|
+
readonly release: ProcessRelease;
|
|
1864
|
+
readonly features: ProcessFeatures;
|
|
1865
|
+
/**
|
|
1866
|
+
* The `process.traceProcessWarnings` property indicates whether the `--trace-warnings` flag
|
|
1867
|
+
* is set on the current Node.js process. This property allows programmatic control over the
|
|
1868
|
+
* tracing of warnings, enabling or disabling stack traces for warnings at runtime.
|
|
1869
|
+
*
|
|
1870
|
+
* ```js
|
|
1871
|
+
* // Enable trace warnings
|
|
1872
|
+
* process.traceProcessWarnings = true;
|
|
1873
|
+
*
|
|
1874
|
+
* // Emit a warning with a stack trace
|
|
1875
|
+
* process.emitWarning('Warning with stack trace');
|
|
1876
|
+
*
|
|
1877
|
+
* // Disable trace warnings
|
|
1878
|
+
* process.traceProcessWarnings = false;
|
|
1879
|
+
* ```
|
|
1880
|
+
* @since v6.10.0
|
|
1881
|
+
*/
|
|
1882
|
+
traceProcessWarnings: boolean;
|
|
1883
|
+
/**
|
|
1884
|
+
* `process.umask()` returns the Node.js process's file mode creation mask. Child
|
|
1885
|
+
* processes inherit the mask from the parent process.
|
|
1886
|
+
* @since v0.1.19
|
|
1887
|
+
* @deprecated Calling `process.umask()` with no argument causes the process-wide umask to be written twice. This introduces a race condition between threads, and is a potential
|
|
1888
|
+
* security vulnerability. There is no safe, cross-platform alternative API.
|
|
1889
|
+
*/
|
|
1890
|
+
umask(): number;
|
|
1891
|
+
/**
|
|
1892
|
+
* Can only be set if not in worker thread.
|
|
1893
|
+
*/
|
|
1894
|
+
umask(mask: string | number): number;
|
|
1895
|
+
/**
|
|
1896
|
+
* The `process.uptime()` method returns the number of seconds the current Node.js
|
|
1897
|
+
* process has been running.
|
|
1898
|
+
*
|
|
1899
|
+
* The return value includes fractions of a second. Use `Math.floor()` to get whole
|
|
1900
|
+
* seconds.
|
|
1901
|
+
* @since v0.5.0
|
|
1902
|
+
*/
|
|
1903
|
+
uptime(): number;
|
|
1904
|
+
hrtime: HRTime;
|
|
1905
|
+
/**
|
|
1906
|
+
* If the Node.js process was spawned with an IPC channel, the process.channel property is a reference to the IPC channel.
|
|
1907
|
+
* If no IPC channel exists, this property is undefined.
|
|
1908
|
+
* @since v7.1.0
|
|
1909
|
+
*/
|
|
1910
|
+
channel?: Control;
|
|
1911
|
+
/**
|
|
1912
|
+
* If Node.js is spawned with an IPC channel, the `process.send()` method can be
|
|
1913
|
+
* used to send messages to the parent process. Messages will be received as a `'message'` event on the parent's `ChildProcess` object.
|
|
1914
|
+
*
|
|
1915
|
+
* If Node.js was not spawned with an IPC channel, `process.send` will be `undefined`.
|
|
1916
|
+
*
|
|
1917
|
+
* The message goes through serialization and parsing. The resulting message might
|
|
1918
|
+
* not be the same as what is originally sent.
|
|
1919
|
+
* @since v0.5.9
|
|
1920
|
+
* @param options used to parameterize the sending of certain types of handles. `options` supports the following properties:
|
|
1921
|
+
*/
|
|
1922
|
+
send?(
|
|
1923
|
+
message: any,
|
|
1924
|
+
sendHandle?: SendHandle,
|
|
1925
|
+
options?: MessageOptions,
|
|
1926
|
+
callback?: (error: Error | null) => void,
|
|
1927
|
+
): boolean;
|
|
1928
|
+
send?(
|
|
1929
|
+
message: any,
|
|
1930
|
+
sendHandle: SendHandle,
|
|
1931
|
+
callback?: (error: Error | null) => void,
|
|
1932
|
+
): boolean;
|
|
1933
|
+
send?(
|
|
1934
|
+
message: any,
|
|
1935
|
+
callback: (error: Error | null) => void,
|
|
1936
|
+
): boolean;
|
|
1937
|
+
/**
|
|
1938
|
+
* If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.disconnect()` method will close the
|
|
1939
|
+
* IPC channel to the parent process, allowing the child process to exit gracefully
|
|
1940
|
+
* once there are no other connections keeping it alive.
|
|
1941
|
+
*
|
|
1942
|
+
* The effect of calling `process.disconnect()` is the same as calling `ChildProcess.disconnect()` from the parent process.
|
|
1943
|
+
*
|
|
1944
|
+
* If the Node.js process was not spawned with an IPC channel, `process.disconnect()` will be `undefined`.
|
|
1945
|
+
* @since v0.7.2
|
|
1946
|
+
*/
|
|
1947
|
+
disconnect?(): void;
|
|
1948
|
+
/**
|
|
1949
|
+
* If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.connected` property will return `true` so long as the IPC
|
|
1950
|
+
* channel is connected and will return `false` after `process.disconnect()` is called.
|
|
1951
|
+
*
|
|
1952
|
+
* Once `process.connected` is `false`, it is no longer possible to send messages
|
|
1953
|
+
* over the IPC channel using `process.send()`.
|
|
1954
|
+
* @since v0.7.2
|
|
1955
|
+
*/
|
|
1956
|
+
connected: boolean;
|
|
1957
|
+
/**
|
|
1958
|
+
* The `process.allowedNodeEnvironmentFlags` property is a special,
|
|
1959
|
+
* read-only `Set` of flags allowable within the `NODE_OPTIONS` environment variable.
|
|
1960
|
+
*
|
|
1961
|
+
* `process.allowedNodeEnvironmentFlags` extends `Set`, but overrides `Set.prototype.has` to recognize several different possible flag
|
|
1962
|
+
* representations. `process.allowedNodeEnvironmentFlags.has()` will
|
|
1963
|
+
* return `true` in the following cases:
|
|
1964
|
+
*
|
|
1965
|
+
* * Flags may omit leading single (`-`) or double (`--`) dashes; e.g., `inspect-brk` for `--inspect-brk`, or `r` for `-r`.
|
|
1966
|
+
* * Flags passed through to V8 (as listed in `--v8-options`) may replace
|
|
1967
|
+
* one or more _non-leading_ dashes for an underscore, or vice-versa;
|
|
1968
|
+
* e.g., `--perf_basic_prof`, `--perf-basic-prof`, `--perf_basic-prof`,
|
|
1969
|
+
* etc.
|
|
1970
|
+
* * Flags may contain one or more equals (`=`) characters; all
|
|
1971
|
+
* characters after and including the first equals will be ignored;
|
|
1972
|
+
* e.g., `--stack-trace-limit=100`.
|
|
1973
|
+
* * Flags _must_ be allowable within `NODE_OPTIONS`.
|
|
1974
|
+
*
|
|
1975
|
+
* When iterating over `process.allowedNodeEnvironmentFlags`, flags will
|
|
1976
|
+
* appear only _once_; each will begin with one or more dashes. Flags
|
|
1977
|
+
* passed through to V8 will contain underscores instead of non-leading
|
|
1978
|
+
* dashes:
|
|
1979
|
+
*
|
|
1980
|
+
* ```js
|
|
1981
|
+
* import { allowedNodeEnvironmentFlags } from 'node:process';
|
|
1982
|
+
*
|
|
1983
|
+
* allowedNodeEnvironmentFlags.forEach((flag) => {
|
|
1984
|
+
* // -r
|
|
1985
|
+
* // --inspect-brk
|
|
1986
|
+
* // --abort_on_uncaught_exception
|
|
1987
|
+
* // ...
|
|
1988
|
+
* });
|
|
1989
|
+
* ```
|
|
1990
|
+
*
|
|
1991
|
+
* The methods `add()`, `clear()`, and `delete()` of`process.allowedNodeEnvironmentFlags` do nothing, and will fail
|
|
1992
|
+
* silently.
|
|
1993
|
+
*
|
|
1994
|
+
* If Node.js was compiled _without_ `NODE_OPTIONS` support (shown in {@link config}), `process.allowedNodeEnvironmentFlags` will
|
|
1995
|
+
* contain what _would have_ been allowable.
|
|
1996
|
+
* @since v10.10.0
|
|
1997
|
+
*/
|
|
1998
|
+
allowedNodeEnvironmentFlags: ReadonlySet<string>;
|
|
1999
|
+
/**
|
|
2000
|
+
* `process.report` is an object whose methods are used to generate diagnostic reports for the current process.
|
|
2001
|
+
* Additional documentation is available in the [report documentation](https://nodejs.org/docs/latest-v25.x/api/report.html).
|
|
2002
|
+
* @since v11.8.0
|
|
2003
|
+
*/
|
|
2004
|
+
report: ProcessReport;
|
|
2005
|
+
/**
|
|
2006
|
+
* ```js
|
|
2007
|
+
* import { resourceUsage } from 'node:process';
|
|
2008
|
+
*
|
|
2009
|
+
* console.log(resourceUsage());
|
|
2010
|
+
* /*
|
|
2011
|
+
* Will output:
|
|
2012
|
+
* {
|
|
2013
|
+
* userCPUTime: 82872,
|
|
2014
|
+
* systemCPUTime: 4143,
|
|
2015
|
+
* maxRSS: 33164,
|
|
2016
|
+
* sharedMemorySize: 0,
|
|
2017
|
+
* unsharedDataSize: 0,
|
|
2018
|
+
* unsharedStackSize: 0,
|
|
2019
|
+
* minorPageFault: 2469,
|
|
2020
|
+
* majorPageFault: 0,
|
|
2021
|
+
* swappedOut: 0,
|
|
2022
|
+
* fsRead: 0,
|
|
2023
|
+
* fsWrite: 8,
|
|
2024
|
+
* ipcSent: 0,
|
|
2025
|
+
* ipcReceived: 0,
|
|
2026
|
+
* signalsCount: 0,
|
|
2027
|
+
* voluntaryContextSwitches: 79,
|
|
2028
|
+
* involuntaryContextSwitches: 1
|
|
2029
|
+
* }
|
|
2030
|
+
*
|
|
2031
|
+
* ```
|
|
2032
|
+
* @since v12.6.0
|
|
2033
|
+
* @return the resource usage for the current process. All of these values come from the `uv_getrusage` call which returns a [`uv_rusage_t` struct][uv_rusage_t].
|
|
2034
|
+
*/
|
|
2035
|
+
resourceUsage(): ResourceUsage;
|
|
2036
|
+
/**
|
|
2037
|
+
* The initial value of `process.throwDeprecation` indicates whether the `--throw-deprecation` flag is set on the current Node.js process. `process.throwDeprecation`
|
|
2038
|
+
* is mutable, so whether or not deprecation warnings result in errors may be altered at runtime. See the documentation for the 'warning' event and the emitWarning()
|
|
2039
|
+
* method for more information.
|
|
2040
|
+
*
|
|
2041
|
+
* ```bash
|
|
2042
|
+
* $ node --throw-deprecation -p "process.throwDeprecation"
|
|
2043
|
+
* true
|
|
2044
|
+
* $ node -p "process.throwDeprecation"
|
|
2045
|
+
* undefined
|
|
2046
|
+
* $ node
|
|
2047
|
+
* > process.emitWarning('test', 'DeprecationWarning');
|
|
2048
|
+
* undefined
|
|
2049
|
+
* > (node:26598) DeprecationWarning: test
|
|
2050
|
+
* > process.throwDeprecation = true;
|
|
2051
|
+
* true
|
|
2052
|
+
* > process.emitWarning('test', 'DeprecationWarning');
|
|
2053
|
+
* Thrown:
|
|
2054
|
+
* [DeprecationWarning: test] { name: 'DeprecationWarning' }
|
|
2055
|
+
* ```
|
|
2056
|
+
* @since v0.9.12
|
|
2057
|
+
*/
|
|
2058
|
+
throwDeprecation: boolean;
|
|
2059
|
+
/**
|
|
2060
|
+
* The `process.traceDeprecation` property indicates whether the `--trace-deprecation` flag is set on the current Node.js process. See the
|
|
2061
|
+
* documentation for the `'warning' event` and the `emitWarning() method` for more information about this
|
|
2062
|
+
* flag's behavior.
|
|
2063
|
+
* @since v0.8.0
|
|
2064
|
+
*/
|
|
2065
|
+
traceDeprecation: boolean;
|
|
2066
|
+
/**
|
|
2067
|
+
* An object is "refable" if it implements the Node.js "Refable protocol".
|
|
2068
|
+
* Specifically, this means that the object implements the `Symbol.for('nodejs.ref')`
|
|
2069
|
+
* and `Symbol.for('nodejs.unref')` methods. "Ref'd" objects will keep the Node.js
|
|
2070
|
+
* event loop alive, while "unref'd" objects will not. Historically, this was
|
|
2071
|
+
* implemented by using `ref()` and `unref()` methods directly on the objects.
|
|
2072
|
+
* This pattern, however, is being deprecated in favor of the "Refable protocol"
|
|
2073
|
+
* in order to better support Web Platform API types whose APIs cannot be modified
|
|
2074
|
+
* to add `ref()` and `unref()` methods but still need to support that behavior.
|
|
2075
|
+
* @since v22.14.0
|
|
2076
|
+
* @experimental
|
|
2077
|
+
* @param maybeRefable An object that may be "refable".
|
|
2078
|
+
*/
|
|
2079
|
+
ref(maybeRefable: any): void;
|
|
2080
|
+
/**
|
|
2081
|
+
* An object is "unrefable" if it implements the Node.js "Refable protocol".
|
|
2082
|
+
* Specifically, this means that the object implements the `Symbol.for('nodejs.ref')`
|
|
2083
|
+
* and `Symbol.for('nodejs.unref')` methods. "Ref'd" objects will keep the Node.js
|
|
2084
|
+
* event loop alive, while "unref'd" objects will not. Historically, this was
|
|
2085
|
+
* implemented by using `ref()` and `unref()` methods directly on the objects.
|
|
2086
|
+
* This pattern, however, is being deprecated in favor of the "Refable protocol"
|
|
2087
|
+
* in order to better support Web Platform API types whose APIs cannot be modified
|
|
2088
|
+
* to add `ref()` and `unref()` methods but still need to support that behavior.
|
|
2089
|
+
* @since v22.14.0
|
|
2090
|
+
* @experimental
|
|
2091
|
+
* @param maybeRefable An object that may be "unref'd".
|
|
2092
|
+
*/
|
|
2093
|
+
unref(maybeRefable: any): void;
|
|
2094
|
+
/**
|
|
2095
|
+
* Replaces the current process with a new process.
|
|
2096
|
+
*
|
|
2097
|
+
* This is achieved by using the `execve` POSIX function and therefore no memory or other
|
|
2098
|
+
* resources from the current process are preserved, except for the standard input,
|
|
2099
|
+
* standard output and standard error file descriptor.
|
|
2100
|
+
*
|
|
2101
|
+
* All other resources are discarded by the system when the processes are swapped, without triggering
|
|
2102
|
+
* any exit or close events and without running any cleanup handler.
|
|
2103
|
+
*
|
|
2104
|
+
* This function will never return, unless an error occurred.
|
|
2105
|
+
*
|
|
2106
|
+
* This function is not available on Windows or IBM i.
|
|
2107
|
+
* @since v22.15.0
|
|
2108
|
+
* @experimental
|
|
2109
|
+
* @param file The name or path of the executable file to run.
|
|
2110
|
+
* @param args List of string arguments. No argument can contain a null-byte (`\u0000`).
|
|
2111
|
+
* @param env Environment key-value pairs.
|
|
2112
|
+
* No key or value can contain a null-byte (`\u0000`).
|
|
2113
|
+
* **Default:** `process.env`.
|
|
2114
|
+
*/
|
|
2115
|
+
execve?(file: string, args?: readonly string[], env?: ProcessEnv): never;
|
|
2116
|
+
// #region InternalEventEmitter
|
|
2117
|
+
addListener<E extends keyof ProcessEventMap>(
|
|
2118
|
+
eventName: E,
|
|
2119
|
+
listener: (...args: ProcessEventMap[E]) => void,
|
|
2120
|
+
): this;
|
|
2121
|
+
addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
2122
|
+
emit<E extends keyof ProcessEventMap>(eventName: E, ...args: ProcessEventMap[E]): boolean;
|
|
2123
|
+
emit(eventName: string | symbol, ...args: any[]): boolean;
|
|
2124
|
+
listenerCount<E extends keyof ProcessEventMap>(
|
|
2125
|
+
eventName: E,
|
|
2126
|
+
listener?: (...args: ProcessEventMap[E]) => void,
|
|
2127
|
+
): number;
|
|
2128
|
+
listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
|
|
2129
|
+
listeners<E extends keyof ProcessEventMap>(eventName: E): ((...args: ProcessEventMap[E]) => void)[];
|
|
2130
|
+
listeners(eventName: string | symbol): ((...args: any[]) => void)[];
|
|
2131
|
+
off<E extends keyof ProcessEventMap>(
|
|
2132
|
+
eventName: E,
|
|
2133
|
+
listener: (...args: ProcessEventMap[E]) => void,
|
|
2134
|
+
): this;
|
|
2135
|
+
off(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
2136
|
+
on<E extends keyof ProcessEventMap>(
|
|
2137
|
+
eventName: E,
|
|
2138
|
+
listener: (...args: ProcessEventMap[E]) => void,
|
|
2139
|
+
): this;
|
|
2140
|
+
on(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
2141
|
+
once<E extends keyof ProcessEventMap>(
|
|
2142
|
+
eventName: E,
|
|
2143
|
+
listener: (...args: ProcessEventMap[E]) => void,
|
|
2144
|
+
): this;
|
|
2145
|
+
once(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
2146
|
+
prependListener<E extends keyof ProcessEventMap>(
|
|
2147
|
+
eventName: E,
|
|
2148
|
+
listener: (...args: ProcessEventMap[E]) => void,
|
|
2149
|
+
): this;
|
|
2150
|
+
prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
2151
|
+
prependOnceListener<E extends keyof ProcessEventMap>(
|
|
2152
|
+
eventName: E,
|
|
2153
|
+
listener: (...args: ProcessEventMap[E]) => void,
|
|
2154
|
+
): this;
|
|
2155
|
+
prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
2156
|
+
rawListeners<E extends keyof ProcessEventMap>(eventName: E): ((...args: ProcessEventMap[E]) => void)[];
|
|
2157
|
+
rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
|
|
2158
|
+
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics
|
|
2159
|
+
removeAllListeners<E extends keyof ProcessEventMap>(eventName?: E): this;
|
|
2160
|
+
removeAllListeners(eventName?: string | symbol): this;
|
|
2161
|
+
removeListener<E extends keyof ProcessEventMap>(
|
|
2162
|
+
eventName: E,
|
|
2163
|
+
listener: (...args: ProcessEventMap[E]) => void,
|
|
2164
|
+
): this;
|
|
2165
|
+
removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
2166
|
+
// #endregion
|
|
2167
|
+
}
|
|
2168
|
+
}
|
|
2169
|
+
}
|
|
2170
|
+
export = process;
|
|
2171
|
+
}
|
|
2172
|
+
declare module "process" {
|
|
2173
|
+
import process = require("node:process");
|
|
2174
|
+
export = process;
|
|
2175
|
+
}
|