serverless-spy 2.2.6 → 2.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +270 -20
- package/cli/package.json +1 -1
- package/dist/releasetag.txt +1 -1
- package/lib/cli/package.json +1 -1
- package/lib/common/getWebSocketUrl.js +2 -3
- package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js +33755 -44281
- package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js.map +4 -4
- package/lib/functions/onDisconnect.d.ts +2 -1
- package/lib/listener/SpyHandlers.ts.d.ts +0 -1
- package/lib/listener/createServerlessSpyListener.js +2 -3
- package/lib/listener/iot-connection.js +2 -3
- package/lib/listener/topic.js +3 -3
- package/lib/src/ServerlessSpy.js +1 -1
- package/node_modules/@aws-crypto/crc32/CHANGELOG.md +24 -0
- package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js.map +1 -0
- package/node_modules/@aws-crypto/crc32/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.d.ts +7 -0
- package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js +28 -0
- package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js.map +1 -0
- package/node_modules/@aws-crypto/crc32/build/module/index.d.ts +7 -0
- package/node_modules/@aws-crypto/crc32/build/module/index.js +103 -0
- package/node_modules/@aws-crypto/crc32/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/crc32/package.json +11 -7
- package/node_modules/@aws-crypto/crc32/tsconfig.json +2 -16
- package/node_modules/@aws-crypto/crc32/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/crc32c/CHANGELOG.md +24 -0
- package/node_modules/@aws-crypto/crc32c/build/main/aws_crc32c.js.map +1 -0
- package/node_modules/@aws-crypto/crc32c/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/crc32c/build/module/aws_crc32c.d.ts +7 -0
- package/node_modules/@aws-crypto/crc32c/build/module/aws_crc32c.js +28 -0
- package/node_modules/@aws-crypto/crc32c/build/module/aws_crc32c.js.map +1 -0
- package/node_modules/@aws-crypto/crc32c/build/module/index.d.ts +7 -0
- package/node_modules/@aws-crypto/crc32c/build/module/index.js +73 -0
- package/node_modules/@aws-crypto/crc32c/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/crc32c/package.json +8 -7
- package/node_modules/@aws-crypto/crc32c/tsconfig.json +2 -16
- package/node_modules/@aws-crypto/crc32c/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/sha1-browser/CHANGELOG.md +30 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/crossPlatformSha1.js +29 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/crossPlatformSha1.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/index.d.ts +2 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/index.js +8 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/webCryptoSha1.js +61 -0
- package/node_modules/@aws-crypto/sha1-browser/build/main/webCryptoSha1.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/constants.d.ts +10 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/constants.js +28 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/crossPlatformSha1.d.ts +8 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/crossPlatformSha1.js +26 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/crossPlatformSha1.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/index.d.ts +2 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/index.js +3 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/isEmptyData.js +7 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/webCryptoSha1.d.ts +9 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/webCryptoSha1.js +58 -0
- package/node_modules/@aws-crypto/sha1-browser/build/module/webCryptoSha1.js.map +1 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/README.md +4 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/package.json +66 -0
- package/node_modules/@aws-crypto/sha1-browser/package.json +10 -10
- package/node_modules/@aws-crypto/sha1-browser/src/crossPlatformSha1.ts +0 -4
- package/node_modules/@aws-crypto/sha1-browser/src/index.ts +0 -1
- package/node_modules/@aws-crypto/sha1-browser/src/webCryptoSha1.ts +1 -1
- package/node_modules/@aws-crypto/sha1-browser/tsconfig.json +3 -15
- package/node_modules/@aws-crypto/sha1-browser/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +30 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +30 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/index.js +8 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +40 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +8 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +27 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/index.js +3 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +7 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +53 -0
- package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +4 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +66 -0
- package/node_modules/@aws-crypto/sha256-browser/package.json +11 -11
- package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -4
- package/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -1
- package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +3 -15
- package/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +20 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +17 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +121 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +20 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/constants.js +95 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/index.js +2 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +12 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +82 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +5 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +319 -0
- package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/package.json +11 -7
- package/node_modules/@aws-crypto/sha256-js/tsconfig.json +3 -10
- package/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +20 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +5 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +69 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +2 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +4 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +62 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/package.json +7 -5
- package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +3 -9
- package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +7 -0
- package/node_modules/@aws-crypto/util/CHANGELOG.md +24 -0
- package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +24 -0
- package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/main/index.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +2 -0
- package/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +2 -0
- package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +20 -0
- package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/module/index.d.ts +4 -0
- package/node_modules/@aws-crypto/util/build/module/index.js +7 -0
- package/node_modules/@aws-crypto/util/build/module/index.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +2 -0
- package/node_modules/@aws-crypto/util/build/module/isEmptyData.js +9 -0
- package/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +1 -0
- package/node_modules/@aws-crypto/util/build/module/numToUint8.js +11 -0
- package/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +1 -0
- package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +16 -0
- package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +4 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
- package/node_modules/@aws-crypto/util/package.json +8 -7
- package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +1 -1
- package/node_modules/@aws-crypto/util/tsconfig.json +2 -16
- package/node_modules/@aws-crypto/util/tsconfig.module.json +7 -0
- package/node_modules/@aws-sdk/client-cognito-identity/README.md +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js +118 -178
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentityClient.js +9 -15
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/CreateIdentityPoolCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentitiesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentityPoolCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityPoolCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetCredentialsForIdentityCommand.js +3 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdCommand.js +3 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdentityPoolRolesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenCommand.js +3 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +3 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentitiesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentityPoolsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/LookupDeveloperIdentityCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/MergeDeveloperIdentitiesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetIdentityPoolRolesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/TagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkDeveloperIdentityCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkIdentityCommand.js +3 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UntagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UpdateIdentityPoolCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/models_0.js +37 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/protocols/Aws_json1_1.js +1 -40
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentityClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/CreateIdentityPoolCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentitiesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentityPoolCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityPoolCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentitiesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentityPoolsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListTagsForResourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/TagResourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkIdentityCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UntagResourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UpdateIdentityPoolCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/index.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/CognitoIdentityServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/models_0.d.ts +286 -250
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts +8 -5
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts +8 -5
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts +8 -5
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentityClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdCommand.d.ts +21 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/TagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/models_0.d.ts +101 -78
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -10
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts +15 -10
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -10
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/package.json +48 -48
- package/node_modules/@aws-sdk/client-dynamodb/README.md +25 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +337 -360
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +3 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +6 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +16 -20
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/index.js +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/EndpointParameters.js +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +42 -14
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +98 -48
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +4 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +5 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +30 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +17 -11
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +25 -11
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +27 -14
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +39 -18
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +33 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +80 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +26 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +137 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +67 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +33 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +17 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +27 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +52 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +30 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +28 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +25 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +23 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +23 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +120 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +52 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +23 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +17 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +27 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +139 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +23 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +62 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +64 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +51 -37
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +37 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +23 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +23 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +37 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +38 -21
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +30 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +26 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +28 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +107 -16
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +30 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +28 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +12 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +2 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/DynamoDBServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +2064 -1578
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/protocols/Aws_json1_0.d.ts +27 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +10 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +10 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +10 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDB.d.ts +59 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +35 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateTableCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/GetItemCommand.d.ts +21 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ImportTableCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListExportsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListImportsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTablesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/PutItemCommand.d.ts +21 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +21 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +21 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateKinesisStreamingDestinationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +12 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +790 -614
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +36 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +24 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +23 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +24 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/package.json +48 -48
- package/node_modules/@aws-sdk/client-eventbridge/README.md +18 -10
- package/node_modules/@aws-sdk/client-eventbridge/dist-cjs/auth/httpAuthSchemeProvider.js +127 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-cjs/index.js +310 -331
- package/node_modules/@aws-sdk/client-eventbridge/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-cjs/runtimeConfig.js +3 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-cjs/runtimeConfig.shared.js +15 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/EventBridge.js +2 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/EventBridgeClient.js +16 -8
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/auth/httpAuthSchemeProvider.js +123 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ActivateEventSourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/CancelReplayCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/CreateApiDestinationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/CreateArchiveCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/CreateConnectionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/CreateEndpointCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/CreateEventBusCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/CreatePartnerEventSourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeactivateEventSourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeauthorizeConnectionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeleteApiDestinationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeleteArchiveCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeleteConnectionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeleteEndpointCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeleteEventBusCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeletePartnerEventSourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DeleteRuleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribeApiDestinationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribeArchiveCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribeConnectionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribeEndpointCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribeEventBusCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribeEventSourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribePartnerEventSourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribeReplayCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DescribeRuleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/DisableRuleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/EnableRuleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListApiDestinationsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListArchivesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListConnectionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListEndpointsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListEventBusesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListEventSourcesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListPartnerEventSourcesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListReplaysCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListRuleNamesByTargetCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListRulesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/ListTargetsByRuleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/PutPartnerEventsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/PutPermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/PutRuleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/PutTargetsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/RemovePermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/RemoveTargetsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/StartReplayCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/TagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/TestEventPatternCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/UntagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/UpdateApiDestinationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/UpdateArchiveCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/UpdateConnectionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/UpdateEndpointCommand.js +1 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/UpdateEventBusCommand.js +22 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/models/models_0.js +26 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/protocols/Aws_json1_1.js +88 -47
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/runtimeConfig.js +5 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/runtimeConfig.shared.js +15 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/runtimeExtensions.js +3 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/EventBridge.d.ts +29 -10
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/EventBridgeClient.d.ts +22 -21
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/auth/httpAuthSchemeProvider.d.ts +69 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ActivateEventSourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/CancelReplayCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/CreateApiDestinationCommand.d.ts +19 -4
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/CreateArchiveCommand.d.ts +38 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/CreateConnectionCommand.d.ts +36 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/CreateEndpointCommand.d.ts +21 -5
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/CreateEventBusCommand.d.ts +25 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +31 -16
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeactivateEventSourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeauthorizeConnectionCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeleteApiDestinationCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeleteArchiveCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeleteConnectionCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeleteEndpointCommand.d.ts +20 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeleteEventBusCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DeleteRuleCommand.d.ts +22 -8
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribeApiDestinationCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribeArchiveCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribeConnectionCommand.d.ts +28 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribeEndpointCommand.d.ts +21 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribeEventBusCommand.d.ts +25 -6
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribeEventSourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +17 -5
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribeReplayCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DescribeRuleCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/DisableRuleCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/EnableRuleCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListApiDestinationsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListArchivesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListConnectionsCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListEndpointsCommand.d.ts +21 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListEventBusesCommand.d.ts +18 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListEventSourcesCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +17 -5
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListReplaysCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListRulesCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListTagsForResourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/ListTargetsByRuleCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/PutEventsCommand.d.ts +25 -9
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/PutPartnerEventsCommand.d.ts +18 -7
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/PutPermissionCommand.d.ts +21 -9
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/PutRuleCommand.d.ts +28 -13
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/PutTargetsCommand.d.ts +43 -30
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/RemovePermissionCommand.d.ts +19 -6
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/RemoveTargetsCommand.d.ts +19 -5
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/StartReplayCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/TagResourceCommand.d.ts +19 -6
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/TestEventPatternCommand.d.ts +19 -6
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/UntagResourceCommand.d.ts +18 -6
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/UpdateApiDestinationCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/UpdateArchiveCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/UpdateConnectionCommand.d.ts +32 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/UpdateEndpointCommand.d.ts +20 -3
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/UpdateEventBusCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/index.d.ts +11 -12
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/models/EventBridgeServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/models/models_0.d.ts +1775 -1272
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/runtimeConfig.browser.d.ts +13 -7
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/runtimeConfig.d.ts +12 -6
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/runtimeConfig.native.d.ts +13 -7
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/runtimeConfig.shared.d.ts +4 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/EventBridge.d.ts +29 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/EventBridgeClient.d.ts +22 -16
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +56 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListRulesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutEventsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutRuleCommand.d.ts +21 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/StartReplayCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/TagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateEventBusCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/models/EventBridgeServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/models/models_0.d.ts +536 -468
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/runtimeConfig.browser.d.ts +26 -14
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/runtimeConfig.d.ts +21 -13
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/runtimeConfig.native.d.ts +26 -14
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -2
- package/node_modules/@aws-sdk/client-eventbridge/package.json +49 -48
- package/node_modules/@aws-sdk/client-lambda/README.md +18 -2
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +274 -391
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +4 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/LambdaClient.js +9 -15
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddLayerVersionPermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddPermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateAliasCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCodeSigningConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateEventSourceMappingCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionUrlConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteAliasCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCodeSigningConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteEventSourceMappingCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionConcurrencyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionUrlConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteLayerVersionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAccountSettingsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAliasCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCodeSigningConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetEventSourceMappingCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConcurrencyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConfigurationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionRecursionConfigCommand.js +22 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionUrlConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionByArnCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetRuntimeManagementConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeAsyncCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeWithResponseStreamCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListAliasesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCodeSigningConfigsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListEventSourceMappingsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionUrlConfigsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayerVersionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayersCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListTagsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListVersionsByFunctionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishLayerVersionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishVersionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionConcurrencyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionRecursionConfigCommand.js +22 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutRuntimeManagementConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemoveLayerVersionPermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemovePermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/TagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UntagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateAliasCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCodeSigningConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateEventSourceMappingCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionCodeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionConfigurationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionUrlConfigCommand.js +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +10 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +92 -55
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +21 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +12 -12
- package/node_modules/@aws-sdk/client-lambda/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +47 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +69 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +38 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +18 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +76 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +86 -8
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteAliasCommand.d.ts +27 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +52 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +28 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +26 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +27 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +27 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +27 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAccountSettingsCommand.d.ts +39 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAliasCommand.d.ts +36 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCodeSigningConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +57 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +71 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +31 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +57 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +41 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +44 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +47 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetPolicyCommand.d.ts +33 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +57 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +35 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +56 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +51 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +56 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +44 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +73 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +52 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +48 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +48 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +36 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +83 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +58 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +69 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +32 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +44 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +36 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +39 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +40 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/TagResourceCommand.d.ts +30 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UntagResourceCommand.d.ts +30 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +58 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +75 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +62 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +61 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +45 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +3 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/LambdaServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +1681 -1294
- package/node_modules/@aws-sdk/client-lambda/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +8 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +8 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +8 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +39 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +19 -9
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAliasCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionRecursionConfigCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeCommand.d.ts +21 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayersCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListTagsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionRecursionConfigCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/TagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/LambdaServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +590 -520
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -10
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +15 -10
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -10
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/package.json +50 -50
- package/node_modules/@aws-sdk/client-s3/README.md +25 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +127 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +1074 -723
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +6 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +15 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +25 -14
- package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +123 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +32 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +4 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +26 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +28 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +5 -4
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +4 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +13 -40
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +61 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListBucketsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/pagination/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +323 -187
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +8 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +15 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +24 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +26 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +69 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +42 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +73 -43
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +109 -60
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +106 -68
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +134 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +142 -79
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +86 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +29 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +62 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +68 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +44 -26
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +38 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +27 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +81 -53
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +63 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +79 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +111 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +49 -26
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +83 -45
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +102 -63
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +56 -24
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +91 -44
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +36 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +31 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +68 -35
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +52 -15
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +40 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +126 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +109 -56
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +50 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +19 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +151 -84
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +18 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +17 -63
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +86 -46
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +125 -64
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3583 -3039
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +1496 -840
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +27 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +17 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +15 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +17 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +4 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +71 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +43 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +55 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +25 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +29 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +24 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +844 -915
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +393 -271
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListBucketsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +40 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +34 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +42 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -2
- package/node_modules/@aws-sdk/client-s3/package.json +69 -71
- package/node_modules/@aws-sdk/client-sns/README.md +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sns/dist-cjs/index.js +84 -252
- package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sns/dist-es/SNSClient.js +9 -15
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/AddPermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ConfirmSubscriptionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreatePlatformApplicationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreatePlatformEndpointCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreateTopicCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeleteEndpointCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeletePlatformApplicationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeleteTopicCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetDataProtectionPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetEndpointAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetPlatformApplicationAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetSMSAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetSubscriptionAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetTopicAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListOriginationNumbersCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListPlatformApplicationsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListSubscriptionsByTopicCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListSubscriptionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListTopicsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/OptInPhoneNumberCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/PublishBatchCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/PublishCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/PutDataProtectionPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/RemovePermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetEndpointAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetPlatformApplicationAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetSMSAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetSubscriptionAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetTopicAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SubscribeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/TagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/UnsubscribeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/UntagResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sns/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sns/dist-es/protocols/Aws_query.js +2 -34
- package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/SNS.d.ts +9 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/SNSClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-sns/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/AddPermissionCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ConfirmSubscriptionCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreatePlatformApplicationCommand.d.ts +27 -15
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreatePlatformEndpointCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreateTopicCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeleteEndpointCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeletePlatformApplicationCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeleteTopicCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetEndpointAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetPlatformApplicationAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetSMSAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetSMSSandboxAccountStatusCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetSubscriptionAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetTopicAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListEndpointsByPlatformApplicationCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListOriginationNumbersCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListPhoneNumbersOptedOutCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListPlatformApplicationsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListSubscriptionsByTopicCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListSubscriptionsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListTagsForResourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListTopicsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/OptInPhoneNumberCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/PublishBatchCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/PublishCommand.d.ts +16 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/RemovePermissionCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetEndpointAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetPlatformApplicationAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetSMSAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetSubscriptionAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetTopicAttributesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SubscribeCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/TagResourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/UnsubscribeCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/UntagResourceCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/index.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/models/SNSServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/models/models_0.d.ts +418 -401
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.browser.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.native.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/SNS.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/SNSClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/PublishCommand.d.ts +21 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SubscribeCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/TagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/SNSServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/models_0.d.ts +92 -92
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -10
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.d.ts +15 -10
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -10
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sns/package.json +45 -46
- package/node_modules/@aws-sdk/client-sqs/README.md +8 -9
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js +58 -169
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sqs/dist-es/SQSClient.js +10 -16
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/AddPermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/CancelMessageMoveTaskCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ChangeMessageVisibilityCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/CreateQueueCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteMessageBatchCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteMessageCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteQueueCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/GetQueueAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/GetQueueUrlCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListMessageMoveTasksCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListQueueTagsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListQueuesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/PurgeQueueCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ReceiveMessageCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/RemovePermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SendMessageBatchCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SendMessageCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SetQueueAttributesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/StartMessageMoveTaskCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/TagQueueCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/UntagQueueCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sqs/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sqs/dist-es/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-sqs/dist-es/protocols/Aws_json1_0.js +10 -41
- package/node_modules/@aws-sdk/client-sqs/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sqs/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/SQS.d.ts +9 -9
- package/node_modules/@aws-sdk/client-sqs/dist-types/SQSClient.d.ts +17 -21
- package/node_modules/@aws-sdk/client-sqs/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/AddPermissionCommand.d.ts +28 -19
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/CancelMessageMoveTaskCommand.d.ts +17 -7
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +18 -7
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +25 -21
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/CreateQueueCommand.d.ts +25 -13
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/DeleteMessageBatchCommand.d.ts +18 -7
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/DeleteMessageCommand.d.ts +23 -10
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/DeleteQueueCommand.d.ts +20 -7
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/GetQueueAttributesCommand.d.ts +18 -6
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/GetQueueUrlCommand.d.ts +19 -6
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/ListMessageMoveTasksCommand.d.ts +17 -7
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/ListQueueTagsCommand.d.ts +23 -11
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/ListQueuesCommand.d.ts +20 -7
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/PurgeQueueCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/ReceiveMessageCommand.d.ts +28 -14
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/RemovePermissionCommand.d.ts +21 -10
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/SendMessageBatchCommand.d.ts +30 -24
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/SendMessageCommand.d.ts +24 -16
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/SetQueueAttributesCommand.d.ts +29 -19
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/StartMessageMoveTaskCommand.d.ts +17 -8
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/TagQueueCommand.d.ts +27 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/UntagQueueCommand.d.ts +22 -11
- package/node_modules/@aws-sdk/client-sqs/dist-types/index.d.ts +9 -11
- package/node_modules/@aws-sdk/client-sqs/dist-types/models/SQSServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/models/models_0.d.ts +678 -678
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.browser.d.ts +9 -6
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.d.ts +9 -6
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.native.d.ts +9 -6
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/SQS.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/SQSClient.d.ts +8 -10
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/CancelMessageMoveTaskCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ListMessageMoveTasksCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/SendMessageCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/StartMessageMoveTaskCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/TagQueueCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/models/SQSServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/models/models_0.d.ts +86 -80
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.browser.d.ts +19 -11
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.d.ts +16 -11
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.native.d.ts +19 -11
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sqs/package.json +47 -47
- package/node_modules/@aws-sdk/client-sso/README.md +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +23 -85
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +9 -15
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +2 -46
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +50 -50
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +21 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -10
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +15 -10
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -10
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/package.json +42 -43
- package/node_modules/@aws-sdk/client-sso-oidc/README.md +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +68 -83
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +9 -15
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +16 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +25 -46
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +16 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +17 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +38 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +216 -155
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +9 -6
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +7 -9
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +81 -66
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -10
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +21 -10
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -10
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +44 -45
- package/node_modules/@aws-sdk/client-sts/README.md +9 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +9 -15
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +137 -93
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +5 -4
- package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +9 -15
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +34 -8
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +9 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +55 -34
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +10 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +10 -11
- package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +28 -15
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +23 -10
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +30 -32
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +15 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +23 -10
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +21 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +299 -185
- package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +11 -13
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +8 -5
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +19 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +13 -9
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +23 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +68 -56
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -10
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +32 -35
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -10
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/package.json +46 -49
- package/node_modules/@aws-sdk/core/README.md +35 -1
- package/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
- package/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
- package/node_modules/@aws-sdk/core/client.d.ts +7 -0
- package/node_modules/@aws-sdk/core/client.js +5 -0
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +6 -321
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +97 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +78 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +304 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +228 -0
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +72 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +4 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +88 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +4 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +51 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +57 -0
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +30 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +42 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +8 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
- package/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
- package/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
- package/node_modules/@aws-sdk/core/package.json +74 -13
- package/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
- package/node_modules/@aws-sdk/core/protocols.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/index.js +26 -21
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentity.js +12 -10
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentityPool.js +10 -8
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentity.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentity.d.ts +6 -3
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +11 -8
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +13 -4
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +9 -3
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-env/package.json +10 -8
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +5 -6
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +21 -18
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +4 -9
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +14 -10
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -8
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +15 -13
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +135 -69
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +11 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +58 -31
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +21 -6
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +12 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +10 -6
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +9 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +6 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -9
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +12 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +5 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +22 -15
- package/node_modules/@aws-sdk/credential-provider-node/README.md +104 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +154 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +62 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +58 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +25 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +22 -10
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +10 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +7 -5
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-process/package.json +11 -9
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +67 -23
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +17 -7
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +39 -8
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -12
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +13 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +12 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +10 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +11 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +6 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +16 -12
- package/node_modules/@aws-sdk/credential-providers/README.md +59 -4
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/createCredentialChain.js +46 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromContainerMetadata.js +1 -2
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromInstanceMetadata.js +3 -3
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTemporaryCredentials.js +11 -7
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/index.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/dist-es/createCredentialChain.js +41 -0
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromInstanceMetadata.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromTemporaryCredentials.js +8 -3
- package/node_modules/@aws-sdk/credential-providers/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/createCredentialChain.d.ts +49 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromIni.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromNodeProviderChain.d.ts +7 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/createCredentialChain.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromIni.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/package.json +23 -20
- package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/endpoint-cache/package.json +6 -5
- package/node_modules/@aws-sdk/lib-dynamodb/README.md +69 -5
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/index.js +53 -64
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/DynamoDBDocument.js +26 -13
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/DynamoDBDocumentClient.js +4 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/baseCommand/DynamoDBDocumentClientCommand.js +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchGetCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchWriteCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/DeleteCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ExecuteStatementCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/GetCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/PutCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/QueryCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ScanCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/TransactGetCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/TransactWriteCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/UpdateCommand.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/utils.js +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/QueryPaginator.js +2 -22
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/ScanPaginator.js +2 -22
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +9 -8
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchGetCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchWriteCommand.d.ts +14 -13
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/DeleteCommand.d.ts +11 -10
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/GetCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/PutCommand.d.ts +11 -10
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/QueryCommand.d.ts +11 -10
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ScanCommand.d.ts +9 -8
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactGetCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactWriteCommand.d.ts +17 -16
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/UpdateCommand.d.ts +13 -12
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/QueryPaginator.d.ts +1 -5
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/ScanPaginator.d.ts +1 -5
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +26 -22
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchGetCommand.d.ts +18 -14
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +51 -45
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/DeleteCommand.d.ts +30 -26
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +14 -12
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/GetCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/PutCommand.d.ts +30 -26
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +27 -23
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +19 -17
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactGetCommand.d.ts +14 -12
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactWriteCommand.d.ts +67 -49
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/UpdateCommand.d.ts +42 -33
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/QueryPaginator.d.ts +2 -2
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/ScanPaginator.d.ts +2 -2
- package/node_modules/@aws-sdk/lib-dynamodb/package.json +15 -11
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +11 -10
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getCacheKey.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/getCacheKey.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +12 -10
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +8 -4
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-es/index.js +6 -4
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +3 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/ts3.4/index.d.ts +8 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.browser.js +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +28 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +138 -15
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.js +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.js +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/constants.js +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +18 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksum.js +1 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.browser.js +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +23 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/stringUnionSelector.js +14 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/types.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/validateChecksumFromResponse.js +14 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/constants.d.ts +42 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +5 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +2 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.browser.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringUnionSelector.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/constants.d.ts +14 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksum.d.ts +2 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.browser.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/stringUnionSelector.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/types.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +23 -13
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-host-header/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +9 -7
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-logger/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +146 -33
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/bucket-endpoint-middleware.js +4 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-endpoint-middleware.js +24 -10
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +13 -13
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +39 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/signS3Express.js +7 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +36 -10
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +27 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +1 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +40 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/signS3Express.d.ts +27 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/index.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +24 -15
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/index.js +14 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-es/queue-url.js +4 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-es/receive-message.js +3 -0
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-es/send-message-batch.js +3 -0
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-es/send-message.js +3 -0
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/ts3.4/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +12 -10
- package/node_modules/@aws-sdk/middleware-ssec/dist-cjs/index.js +17 -3
- package/node_modules/@aws-sdk/middleware-ssec/dist-es/index.js +13 -2
- package/node_modules/@aws-sdk/middleware-ssec/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-ssec/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-ssec/package.json +9 -7
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +113 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +22 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +11 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +14 -10
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -9
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +10 -9
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +38 -33
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +14 -3
- package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +6 -8
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +6 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +8 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
- package/node_modules/@aws-sdk/token-providers/package.json +13 -10
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -5
- package/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +41 -1
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +2 -2
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +16 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
- package/node_modules/@aws-sdk/types/package.json +4 -4
- package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +5 -2
- package/node_modules/@aws-sdk/util-arn-parser/package.json +6 -5
- package/node_modules/@aws-sdk/util-dynamodb/dist-cjs/index.js +14 -8
- package/node_modules/@aws-sdk/util-dynamodb/dist-es/convertToAttr.js +11 -9
- package/node_modules/@aws-sdk/util-dynamodb/dist-es/convertToNative.js +3 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/marshall.d.ts +43 -9
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/models.d.ts +13 -1
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/marshall.d.ts +79 -20
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/models.d.ts +5 -3
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/unmarshall.d.ts +4 -1
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/unmarshall.d.ts +7 -2
- package/node_modules/@aws-sdk/util-dynamodb/package.json +7 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +19 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +9 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +7 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +9 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +10 -8
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/util-locate-window/package.json +6 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +12 -8
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -5
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +48 -39
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +9 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +10 -8
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +6 -5
- package/node_modules/@httptoolkit/websocket-stream/.github/workflows/ci.yml +20 -0
- package/node_modules/@httptoolkit/websocket-stream/index.d.ts +37 -0
- package/node_modules/@httptoolkit/websocket-stream/package.json +51 -0
- package/node_modules/@httptoolkit/websocket-stream/readme.md +156 -0
- package/node_modules/@httptoolkit/websocket-stream/stream.js +190 -0
- package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +7 -4
- package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +6 -3
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +7 -4
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +6 -3
- package/node_modules/@smithy/abort-controller/package.json +7 -7
- package/node_modules/@smithy/chunked-blob-reader/dist-cjs/index.js +8 -23
- package/node_modules/@smithy/chunked-blob-reader/dist-es/index.js +8 -22
- package/node_modules/@smithy/chunked-blob-reader/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/chunked-blob-reader/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/chunked-blob-reader/package.json +3 -4
- package/node_modules/@smithy/chunked-blob-reader-native/package.json +4 -5
- package/node_modules/@smithy/config-resolver/package.json +11 -11
- package/node_modules/@smithy/core/README.md +35 -2
- package/node_modules/@smithy/core/cbor.d.ts +7 -0
- package/node_modules/@smithy/core/cbor.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/index.js +83 -160
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +732 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +164 -0
- package/node_modules/@smithy/core/dist-es/index.js +4 -3
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -2
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +1 -2
- package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -67
- package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +391 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +191 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +25 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +21 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +83 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -1
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +2 -1
- package/node_modules/@smithy/core/dist-types/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +2 -48
- package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +63 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +2 -48
- package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +66 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/package.json +51 -15
- package/node_modules/@smithy/core/protocols.d.ts +7 -0
- package/node_modules/@smithy/core/protocols.js +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +43 -24
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +17 -6
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +11 -9
- package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +11 -12
- package/node_modules/@smithy/eventstream-codec/dist-es/TestVectors.fixture.js +25 -569
- package/node_modules/@smithy/eventstream-codec/package.json +10 -10
- package/node_modules/@smithy/eventstream-serde-browser/package.json +6 -7
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +8 -8
- package/node_modules/@smithy/eventstream-serde-node/package.json +7 -8
- package/node_modules/@smithy/eventstream-serde-universal/package.json +10 -10
- package/node_modules/@smithy/fetch-http-handler/README.md +7 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +59 -42
- package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +35 -7
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +14 -32
- package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +7 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +7 -1
- package/node_modules/@smithy/fetch-http-handler/package.json +13 -27
- package/node_modules/@smithy/hash-blob-browser/package.json +10 -27
- package/node_modules/@smithy/hash-node/package.json +10 -10
- package/node_modules/@smithy/hash-stream-node/package.json +11 -11
- package/node_modules/@smithy/invalid-dependency/package.json +6 -6
- package/node_modules/@smithy/is-array-buffer/package.json +3 -4
- package/node_modules/@smithy/md5-js/package.json +10 -10
- package/node_modules/@smithy/middleware-content-length/package.json +9 -9
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +30 -5
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +7 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +7 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +4 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +10 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +3 -3
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +11 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +4 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +11 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +14 -13
- package/node_modules/@smithy/middleware-retry/package.json +17 -16
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +6 -1
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +6 -1
- package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +6 -2
- package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +6 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/package.json +10 -9
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +7 -4
- package/node_modules/@smithy/middleware-stack/package.json +7 -7
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +21 -3
- package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -2
- package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -1
- package/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +2 -2
- package/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +2 -2
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/package.json +10 -10
- package/node_modules/@smithy/node-http-handler/README.md +5 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +201 -79
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +39 -15
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +9 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +39 -2
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +29 -14
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +19 -5
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +13 -4
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +39 -12
- package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +29 -13
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -2
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/package.json +11 -11
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +28 -10
- package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +2 -3
- package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +15 -4
- package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +2 -3
- package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +16 -3
- package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +25 -3
- package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +16 -3
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +16 -3
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +25 -3
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +16 -3
- package/node_modules/@smithy/property-provider/package.json +7 -7
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +30 -8
- package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +13 -8
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +31 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +31 -1
- package/node_modules/@smithy/protocol-http/package.json +7 -7
- package/node_modules/@smithy/querystring-builder/package.json +6 -7
- package/node_modules/@smithy/querystring-parser/package.json +7 -7
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@smithy/service-error-classification/package.json +6 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +18 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +14 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +5 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +5 -1
- package/node_modules/@smithy/shared-ini-file-loader/package.json +8 -8
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +144 -35
- package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +125 -0
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +8 -7
- package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +7 -5
- package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +4 -3
- package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +2 -2
- package/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +2 -2
- package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +4 -3
- package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +2 -2
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +24 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +2 -2
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +4 -3
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +2 -2
- package/node_modules/@smithy/signature-v4/package.json +14 -15
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +139 -98
- package/node_modules/@smithy/smithy-client/dist-es/client.js +22 -4
- package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -11
- package/node_modules/@smithy/smithy-client/dist-es/command.js +3 -2
- package/node_modules/@smithy/smithy-client/dist-es/date-utils.js +3 -0
- package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +1 -1
- package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -5
- package/node_modules/@smithy/smithy-client/dist-es/index.js +5 -2
- package/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
- package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +22 -31
- package/node_modules/@smithy/smithy-client/dist-es/quote-header.js +6 -0
- package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -19
- package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/split-header.js +37 -0
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +22 -1
- package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +6 -3
- package/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +34 -15
- package/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +6 -0
- package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +2 -0
- package/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +22 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +6 -3
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +34 -15
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +6 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +2 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/package.json +13 -12
- package/node_modules/@smithy/types/README.md +36 -1
- package/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/abort.d.ts +4 -3
- package/node_modules/@smithy/types/dist-types/client.d.ts +14 -2
- package/node_modules/@smithy/types/dist-types/command.d.ts +14 -1
- package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +43 -0
- package/node_modules/@smithy/types/dist-types/http.d.ts +4 -3
- package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
- package/node_modules/@smithy/types/dist-types/serde.d.ts +10 -3
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/signature.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +6 -6
- package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +12 -6
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +13 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +4 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +14 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +14 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +43 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +4 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +10 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +6 -6
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +8 -10
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +13 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +27 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +3 -3
- package/node_modules/@smithy/types/dist-types/util.d.ts +22 -7
- package/node_modules/@smithy/types/dist-types/waiter.d.ts +3 -3
- package/node_modules/@smithy/types/package.json +3 -4
- package/node_modules/@smithy/url-parser/package.json +7 -7
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +16 -1
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +14 -1
- package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +16 -1
- package/node_modules/@smithy/util-base64/dist-es/toBase64.js +14 -1
- package/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +4 -3
- package/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +4 -3
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +4 -3
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +4 -3
- package/node_modules/@smithy/util-base64/package.json +6 -6
- package/node_modules/@smithy/util-body-length-browser/package.json +2 -3
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +1 -1
- package/node_modules/@smithy/util-body-length-node/package.json +4 -5
- package/node_modules/@smithy/util-buffer-from/package.json +5 -6
- package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/util-config-provider/package.json +4 -5
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -9
- package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -12
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +76 -14
- package/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +49 -0
- package/node_modules/@smithy/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +0 -10
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +34 -0
- package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +34 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/package.json +11 -10
- package/node_modules/@smithy/util-hex-encoding/package.json +3 -4
- package/node_modules/@smithy/util-middleware/package.json +8 -8
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +6 -1
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/package.json +9 -9
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
- package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +36 -0
- package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +46 -0
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +12 -1
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +3 -3
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +9 -4
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +11 -0
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +17 -0
- package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +14 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
- package/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +31 -0
- package/node_modules/@smithy/util-stream/dist-es/headStream.js +41 -0
- package/node_modules/@smithy/util-stream/dist-es/index.js +5 -0
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +3 -3
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +8 -3
- package/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +7 -0
- package/node_modules/@smithy/util-stream/dist-es/splitStream.js +13 -0
- package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +5 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +61 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +8 -0
- package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +9 -0
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +5 -0
- package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +8 -0
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +16 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +8 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +9 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +8 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +14 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +16 -0
- package/node_modules/@smithy/util-stream/package.json +34 -34
- package/node_modules/@smithy/util-uri-escape/package.json +3 -4
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +9 -1
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -1
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +9 -1
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/package.json +4 -5
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +38 -6
- package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +7 -1
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
- package/node_modules/@smithy/util-waiter/dist-es/waiter.js +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
- package/node_modules/@smithy/util-waiter/package.json +8 -8
- package/node_modules/@types/node/LICENSE +21 -0
- package/node_modules/@types/node/README.md +15 -0
- package/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/node_modules/@types/node/assert.d.ts +1040 -0
- package/node_modules/@types/node/async_hooks.d.ts +541 -0
- package/node_modules/@types/node/buffer.buffer.d.ts +385 -0
- package/node_modules/@types/node/buffer.d.ts +1934 -0
- package/node_modules/@types/node/child_process.d.ts +1548 -0
- package/node_modules/@types/node/cluster.d.ts +578 -0
- package/node_modules/@types/node/compatibility/disposable.d.ts +16 -0
- package/node_modules/@types/node/compatibility/index.d.ts +9 -0
- package/node_modules/@types/node/compatibility/indexable.d.ts +20 -0
- package/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/node_modules/@types/node/console.d.ts +452 -0
- package/node_modules/@types/node/constants.d.ts +19 -0
- package/node_modules/@types/node/crypto.d.ts +4519 -0
- package/node_modules/@types/node/dgram.d.ts +596 -0
- package/node_modules/@types/node/diagnostics_channel.d.ts +554 -0
- package/node_modules/@types/node/dns/promises.d.ts +477 -0
- package/node_modules/@types/node/dns.d.ts +864 -0
- package/node_modules/@types/node/dom-events.d.ts +124 -0
- package/node_modules/@types/node/domain.d.ts +170 -0
- package/node_modules/@types/node/events.d.ts +931 -0
- package/node_modules/@types/node/fs/promises.d.ts +1245 -0
- package/node_modules/@types/node/fs.d.ts +4317 -0
- package/node_modules/@types/node/globals.d.ts +468 -0
- package/node_modules/@types/node/globals.typedarray.d.ts +21 -0
- package/node_modules/@types/node/http.d.ts +1944 -0
- package/node_modules/@types/node/http2.d.ts +2555 -0
- package/node_modules/@types/node/https.d.ts +544 -0
- package/node_modules/@types/node/index.d.ts +91 -0
- package/node_modules/@types/node/inspector.d.ts +3696 -0
- package/node_modules/@types/node/module.d.ts +315 -0
- package/node_modules/@types/node/net.d.ts +1005 -0
- package/node_modules/@types/node/os.d.ts +495 -0
- package/node_modules/@types/node/package.json +220 -0
- package/node_modules/@types/node/path.d.ts +200 -0
- package/node_modules/@types/node/perf_hooks.d.ts +934 -0
- package/node_modules/@types/node/process.d.ts +1879 -0
- package/node_modules/@types/node/punycode.d.ts +117 -0
- package/node_modules/@types/node/querystring.d.ts +153 -0
- package/node_modules/@types/node/readline/promises.d.ts +162 -0
- package/node_modules/@types/node/readline.d.ts +589 -0
- package/node_modules/@types/node/repl.d.ts +430 -0
- package/node_modules/@types/node/sea.d.ts +153 -0
- package/node_modules/@types/node/stream/consumers.d.ts +12 -0
- package/node_modules/@types/node/stream/promises.d.ts +90 -0
- package/node_modules/@types/node/stream/web.d.ts +524 -0
- package/node_modules/@types/node/stream.d.ts +1726 -0
- package/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/node_modules/@types/node/test.d.ts +1938 -0
- package/node_modules/@types/node/timers/promises.d.ts +97 -0
- package/node_modules/@types/node/timers.d.ts +240 -0
- package/node_modules/@types/node/tls.d.ts +1217 -0
- package/node_modules/@types/node/trace_events.d.ts +197 -0
- package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +385 -0
- package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +19 -0
- package/node_modules/@types/node/ts5.6/index.d.ts +91 -0
- package/node_modules/@types/node/tty.d.ts +208 -0
- package/node_modules/@types/node/url.d.ts +955 -0
- package/node_modules/@types/node/util.d.ts +2306 -0
- package/node_modules/@types/node/v8.d.ts +808 -0
- package/node_modules/@types/node/vm.d.ts +922 -0
- package/node_modules/@types/node/wasi.d.ts +181 -0
- package/node_modules/@types/node/worker_threads.d.ts +694 -0
- package/node_modules/@types/node/zlib.d.ts +539 -0
- package/node_modules/@types/uuid/LICENSE +21 -0
- package/node_modules/@types/uuid/README.md +15 -0
- package/node_modules/@types/uuid/index.d.mts +12 -0
- package/node_modules/@types/uuid/index.d.ts +86 -0
- package/node_modules/@types/uuid/package.json +54 -0
- package/node_modules/@types/ws/LICENSE +21 -0
- package/node_modules/@types/ws/README.md +15 -0
- package/node_modules/@types/ws/index.d.mts +22 -0
- package/node_modules/@types/ws/index.d.ts +409 -0
- package/node_modules/@types/ws/package.json +72 -0
- package/node_modules/aws-iot-device-sdk/README.md +1 -1
- package/node_modules/aws-iot-device-sdk/device/index.js +2 -1
- package/node_modules/aws-iot-device-sdk/device/lib/ws.js +1 -1
- package/node_modules/aws-iot-device-sdk/node_modules/duplexify/.travis.yml +9 -0
- package/node_modules/aws-iot-device-sdk/node_modules/duplexify/index.js +238 -0
- package/node_modules/aws-iot-device-sdk/node_modules/duplexify/package.json +39 -0
- package/node_modules/aws-iot-device-sdk/node_modules/duplexify/test.js +339 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/README.md +106 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/lib/_stream_transform.js +190 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/lib/_stream_writable.js +641 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/package.json +68 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/readable-browser.js +9 -0
- package/node_modules/aws-iot-device-sdk/node_modules/readable-stream/readable.js +16 -0
- package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/websocket-server.js +3 -1
- package/node_modules/aws-iot-device-sdk/node_modules/ws/lib/websocket.js +3 -1
- package/node_modules/aws-iot-device-sdk/node_modules/ws/package.json +1 -1
- package/node_modules/aws-iot-device-sdk/package.json +3 -3
- package/node_modules/aws4/README.md +3 -5
- package/node_modules/aws4/aws4.js +23 -21
- package/node_modules/aws4/package.json +7 -3
- package/node_modules/bl/node_modules/readable-stream/README.md +106 -0
- package/node_modules/bl/node_modules/readable-stream/errors-browser.js +127 -0
- package/node_modules/bl/node_modules/readable-stream/errors.js +116 -0
- package/node_modules/bl/node_modules/readable-stream/experimentalWarning.js +17 -0
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_transform.js +190 -0
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_writable.js +641 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
- package/node_modules/bl/node_modules/readable-stream/package.json +68 -0
- package/node_modules/bl/node_modules/readable-stream/readable-browser.js +9 -0
- package/node_modules/bl/node_modules/readable-stream/readable.js +16 -0
- package/node_modules/concat-stream/node_modules/readable-stream/README.md +106 -0
- package/node_modules/concat-stream/node_modules/readable-stream/errors-browser.js +127 -0
- package/node_modules/concat-stream/node_modules/readable-stream/errors.js +116 -0
- package/node_modules/concat-stream/node_modules/readable-stream/experimentalWarning.js +17 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_transform.js +190 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js +641 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
- package/node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
- package/node_modules/concat-stream/node_modules/readable-stream/package.json +68 -0
- package/node_modules/concat-stream/node_modules/readable-stream/readable-browser.js +9 -0
- package/node_modules/concat-stream/node_modules/readable-stream/readable.js +16 -0
- package/node_modules/debug/README.md +1 -1
- package/node_modules/debug/package.json +10 -4
- package/node_modules/debug/src/browser.js +4 -1
- package/node_modules/debug/src/common.js +57 -39
- package/node_modules/debug/src/node.js +2 -2
- package/node_modules/define-lazy-prop/index.d.ts +9 -7
- package/node_modules/define-lazy-prop/index.js +4 -3
- package/node_modules/define-lazy-prop/license +1 -1
- package/node_modules/define-lazy-prop/package.json +6 -9
- package/node_modules/define-lazy-prop/readme.md +16 -7
- package/node_modules/duplexify/.travis.yml +0 -3
- package/node_modules/duplexify/index.js +5 -9
- package/node_modules/duplexify/package.json +4 -4
- package/node_modules/duplexify/test.js +0 -44
- package/node_modules/fast-xml-parser/CHANGELOG.md +349 -309
- package/node_modules/fast-xml-parser/README.md +83 -51
- package/node_modules/fast-xml-parser/package.json +8 -5
- package/node_modules/fast-xml-parser/src/fxp.d.ts +365 -71
- package/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +16 -0
- package/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +107 -0
- package/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +64 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +71 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +103 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +102 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +156 -0
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +99 -0
- package/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
- package/node_modules/fast-xml-parser/src/v5/TagPath.js +81 -0
- package/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +15 -0
- package/node_modules/fast-xml-parser/src/v5/XMLParser.js +85 -0
- package/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +237 -0
- package/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +212 -0
- package/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +118 -0
- package/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +118 -0
- package/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +123 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +107 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +23 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +20 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +40 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +14 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +16 -0
- package/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +8 -0
- package/node_modules/fast-xml-parser/src/validator.js +2 -0
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +31 -9
- package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +4 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +25 -12
- package/node_modules/help-me/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/help-me/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/node_modules/help-me/node_modules/readable-stream/LICENSE +47 -0
- package/node_modules/help-me/node_modules/readable-stream/README.md +106 -0
- package/node_modules/help-me/node_modules/readable-stream/errors-browser.js +127 -0
- package/node_modules/help-me/node_modules/readable-stream/errors.js +116 -0
- package/node_modules/help-me/node_modules/readable-stream/experimentalWarning.js +17 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/_stream_transform.js +190 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/_stream_writable.js +641 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
- package/node_modules/help-me/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
- package/node_modules/help-me/node_modules/readable-stream/package.json +68 -0
- package/node_modules/help-me/node_modules/readable-stream/readable-browser.js +9 -0
- package/node_modules/help-me/node_modules/readable-stream/readable.js +16 -0
- package/node_modules/is-docker/cli.js +2 -2
- package/node_modules/is-docker/index.d.ts +4 -2
- package/node_modules/is-docker/index.js +10 -10
- package/node_modules/is-docker/package.json +7 -9
- package/node_modules/is-docker/readme.md +1 -1
- package/node_modules/is-wsl/index.d.ts +15 -0
- package/node_modules/is-wsl/index.js +31 -0
- package/node_modules/is-wsl/package.json +45 -0
- package/node_modules/is-wsl/readme.md +36 -0
- package/node_modules/isomorphic-ws/LICENSE +21 -0
- package/node_modules/isomorphic-ws/README.md +58 -0
- package/node_modules/isomorphic-ws/browser.js +17 -0
- package/node_modules/isomorphic-ws/index.d.ts +8 -0
- package/node_modules/isomorphic-ws/node.js +3 -0
- package/node_modules/isomorphic-ws/package.json +34 -0
- package/node_modules/ms/index.js +1 -1
- package/node_modules/ms/license.md +1 -1
- package/node_modules/ms/package.json +5 -4
- package/node_modules/ms/readme.md +1 -2
- package/node_modules/open/index.d.ts +113 -117
- package/node_modules/open/index.js +63 -90
- package/node_modules/open/package.json +9 -16
- package/node_modules/open/readme.md +28 -39
- package/node_modules/open/xdg-open +137 -338
- package/node_modules/pump/.github/FUNDING.yml +2 -0
- package/node_modules/pump/README.md +9 -0
- package/node_modules/pump/SECURITY.md +5 -0
- package/node_modules/pump/index.js +5 -1
- package/node_modules/pump/package.json +1 -1
- package/node_modules/readable-stream/README.md +13 -61
- package/node_modules/readable-stream/lib/_stream_duplex.js +46 -41
- package/node_modules/readable-stream/lib/_stream_passthrough.js +11 -1
- package/node_modules/readable-stream/lib/_stream_readable.js +260 -268
- package/node_modules/readable-stream/lib/_stream_transform.js +42 -18
- package/node_modules/readable-stream/lib/_stream_writable.js +139 -95
- package/node_modules/readable-stream/lib/internal/streams/destroy.js +18 -30
- package/node_modules/readable-stream/package.json +19 -35
- package/node_modules/readable-stream/readable-browser.js +0 -2
- package/node_modules/readable-stream/readable.js +8 -5
- package/node_modules/split2/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/split2/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/node_modules/split2/node_modules/readable-stream/LICENSE +47 -0
- package/node_modules/split2/node_modules/readable-stream/README.md +106 -0
- package/node_modules/split2/node_modules/readable-stream/errors-browser.js +127 -0
- package/node_modules/split2/node_modules/readable-stream/errors.js +116 -0
- package/node_modules/split2/node_modules/readable-stream/experimentalWarning.js +17 -0
- package/node_modules/split2/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
- package/node_modules/split2/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
- package/node_modules/split2/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
- package/node_modules/split2/node_modules/readable-stream/lib/_stream_transform.js +190 -0
- package/node_modules/split2/node_modules/readable-stream/lib/_stream_writable.js +641 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
- package/node_modules/split2/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
- package/node_modules/split2/node_modules/readable-stream/package.json +68 -0
- package/node_modules/split2/node_modules/readable-stream/readable-browser.js +9 -0
- package/node_modules/split2/node_modules/readable-stream/readable.js +16 -0
- package/node_modules/string_decoder/package.json +2 -5
- package/node_modules/tslib/modules/index.d.ts +1 -0
- package/node_modules/tslib/modules/index.js +2 -0
- package/node_modules/tslib/package.json +1 -1
- package/node_modules/tslib/tslib.d.ts +8 -1
- package/node_modules/tslib/tslib.es6.js +43 -11
- package/node_modules/tslib/tslib.es6.mjs +47 -16
- package/node_modules/tslib/tslib.js +75 -12
- package/node_modules/undici-types/LICENSE +21 -0
- package/node_modules/undici-types/README.md +6 -0
- package/node_modules/undici-types/agent.d.ts +31 -0
- package/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/undici-types/client.d.ts +108 -0
- package/node_modules/undici-types/connector.d.ts +34 -0
- package/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/undici-types/cookies.d.ts +28 -0
- package/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
- package/node_modules/undici-types/dispatcher.d.ts +255 -0
- package/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
- package/node_modules/undici-types/errors.d.ts +149 -0
- package/node_modules/undici-types/eventsource.d.ts +63 -0
- package/node_modules/undici-types/fetch.d.ts +209 -0
- package/node_modules/undici-types/file.d.ts +39 -0
- package/node_modules/undici-types/filereader.d.ts +54 -0
- package/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/undici-types/handlers.d.ts +15 -0
- package/node_modules/undici-types/header.d.ts +4 -0
- package/node_modules/undici-types/index.d.ts +71 -0
- package/node_modules/undici-types/interceptors.d.ts +15 -0
- package/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/node_modules/undici-types/mock-client.d.ts +25 -0
- package/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/node_modules/undici-types/package.json +55 -0
- package/node_modules/undici-types/patch.d.ts +71 -0
- package/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/undici-types/pool.d.ts +39 -0
- package/node_modules/undici-types/proxy-agent.d.ts +28 -0
- package/node_modules/undici-types/readable.d.ts +60 -0
- package/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/node_modules/undici-types/retry-handler.d.ts +116 -0
- package/node_modules/undici-types/util.d.ts +18 -0
- package/node_modules/undici-types/webidl.d.ts +222 -0
- package/node_modules/undici-types/websocket.d.ts +152 -0
- package/package.json +2 -2
- package/cli/node_modules/define-lazy-prop/index.d.ts +0 -33
- package/cli/node_modules/define-lazy-prop/index.js +0 -19
- package/cli/node_modules/define-lazy-prop/package.json +0 -48
- package/cli/node_modules/define-lazy-prop/readme.md +0 -64
- package/cli/node_modules/is-docker/cli.js +0 -5
- package/cli/node_modules/is-docker/index.d.ts +0 -15
- package/cli/node_modules/is-docker/index.js +0 -29
- package/cli/node_modules/is-docker/license +0 -9
- package/cli/node_modules/is-docker/package.json +0 -42
- package/cli/node_modules/is-docker/readme.md +0 -27
- package/cli/node_modules/open/index.d.ts +0 -153
- package/cli/node_modules/open/index.js +0 -334
- package/cli/node_modules/open/license +0 -9
- package/cli/node_modules/open/package.json +0 -61
- package/cli/node_modules/open/readme.md +0 -171
- package/cli/node_modules/open/xdg-open +0 -1066
- package/lib/cli/node_modules/.bin/is-docker +0 -5
- package/lib/cli/node_modules/define-lazy-prop/index.d.ts +0 -33
- package/lib/cli/node_modules/define-lazy-prop/index.js +0 -19
- package/lib/cli/node_modules/define-lazy-prop/license +0 -9
- package/lib/cli/node_modules/define-lazy-prop/package.json +0 -48
- package/lib/cli/node_modules/define-lazy-prop/readme.md +0 -64
- package/lib/cli/node_modules/is-docker/cli.js +0 -5
- package/lib/cli/node_modules/is-docker/index.d.ts +0 -15
- package/lib/cli/node_modules/is-docker/index.js +0 -29
- package/lib/cli/node_modules/is-docker/license +0 -9
- package/lib/cli/node_modules/is-docker/package.json +0 -42
- package/lib/cli/node_modules/is-docker/readme.md +0 -27
- package/lib/cli/node_modules/open/index.d.ts +0 -153
- package/lib/cli/node_modules/open/index.js +0 -334
- package/lib/cli/node_modules/open/license +0 -9
- package/lib/cli/node_modules/open/package.json +0 -61
- package/lib/cli/node_modules/open/readme.md +0 -171
- package/lib/cli/node_modules/open/xdg-open +0 -1066
- package/node_modules/@aws-crypto/crc32/build/aws_crc32.js.map +0 -1
- package/node_modules/@aws-crypto/crc32/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/crc32c/build/aws_crc32c.js.map +0 -1
- package/node_modules/@aws-crypto/crc32c/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/crc32c/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +0 -46
- package/node_modules/@aws-crypto/ie11-detection/LICENSE +0 -202
- package/node_modules/@aws-crypto/ie11-detection/README.md +0 -20
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts +0 -19
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js +0 -3
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts +0 -12
- package/node_modules/@aws-crypto/ie11-detection/build/Key.js +0 -3
- package/node_modules/@aws-crypto/ie11-detection/build/Key.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts +0 -12
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js +0 -3
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +0 -33
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js +0 -3
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts +0 -21
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js +0 -32
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/index.d.ts +0 -5
- package/node_modules/@aws-crypto/ie11-detection/build/index.js +0 -9
- package/node_modules/@aws-crypto/ie11-detection/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/ie11-detection/package.json +0 -26
- package/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +0 -21
- package/node_modules/@aws-crypto/ie11-detection/src/Key.ts +0 -12
- package/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +0 -13
- package/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +0 -88
- package/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +0 -59
- package/node_modules/@aws-crypto/ie11-detection/src/index.ts +0 -5
- package/node_modules/@aws-crypto/ie11-detection/tsconfig.json +0 -17
- package/node_modules/@aws-crypto/sha1-browser/build/constants.js.map +0 -1
- package/node_modules/@aws-crypto/sha1-browser/build/crossPlatformSha1.js +0 -34
- package/node_modules/@aws-crypto/sha1-browser/build/crossPlatformSha1.js.map +0 -1
- package/node_modules/@aws-crypto/sha1-browser/build/ie11Sha1.d.ts +0 -9
- package/node_modules/@aws-crypto/sha1-browser/build/ie11Sha1.js +0 -80
- package/node_modules/@aws-crypto/sha1-browser/build/ie11Sha1.js.map +0 -1
- package/node_modules/@aws-crypto/sha1-browser/build/index.d.ts +0 -3
- package/node_modules/@aws-crypto/sha1-browser/build/index.js +0 -10
- package/node_modules/@aws-crypto/sha1-browser/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/sha1-browser/build/isEmptyData.js.map +0 -1
- package/node_modules/@aws-crypto/sha1-browser/build/webCryptoSha1.js +0 -61
- package/node_modules/@aws-crypto/sha1-browser/build/webCryptoSha1.js.map +0 -1
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/sha1-browser/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/sha1-browser/src/ie11Sha1.ts +0 -108
- package/node_modules/@aws-crypto/sha256-browser/build/constants.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +0 -35
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +0 -9
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +0 -80
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/index.d.ts +0 -3
- package/node_modules/@aws-crypto/sha256-browser/build/index.js +0 -10
- package/node_modules/@aws-crypto/sha256-browser/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +0 -108
- package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/constants.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/supports-web-crypto/build/index.js +0 -5
- package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +0 -69
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/util/build/convertToBuffer.js +0 -24
- package/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/isEmptyData.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/numToUint8.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +0 -1
- package/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/util/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/util/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -125
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -39
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -10
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -23
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -125
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -39
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -10
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -23
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -6
- package/node_modules/@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -125
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -39
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -10
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -23
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -6
- package/node_modules/@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -125
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -39
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -10
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -23
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -125
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -39
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -10
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -23
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -125
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -39
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -10
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -23
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -125
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -39
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -10
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -23
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/credentialDefaultProvider.js +0 -29
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/credentialDefaultProvider.js +0 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/credentialDefaultProvider.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/credentialDefaultProvider.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/credentialDefaultProvider.js +0 -29
- package/node_modules/@aws-sdk/client-sts/dist-es/credentialDefaultProvider.js +0 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/credentialDefaultProvider.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/credentialDefaultProvider.d.ts +0 -1
- package/node_modules/@aws-sdk/core/CHANGELOG.md +0 -226
- package/node_modules/@aws-sdk/core/api-extractor.json +0 -4
- package/node_modules/@aws-sdk/core/dist-cjs/client/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getDateHeader.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/isClockSkewed.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/coercing-serializers.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/awsExpectUnion.js +0 -1
- package/node_modules/@aws-sdk/core/dist-es/client/emitWarningIfUnsupportedVersion.js +0 -13
- package/node_modules/@aws-sdk/core/dist-es/client/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -60
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/index.js +0 -2
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -82
- package/node_modules/@aws-sdk/core/dist-es/protocols/index.js +0 -2
- package/node_modules/@aws-sdk/core/dist-types/client/emitWarningIfUnsupportedVersion.d.ts +0 -9
- package/node_modules/@aws-sdk/core/dist-types/client/index.d.ts +0 -1
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -17
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/index.d.ts +0 -2
- package/node_modules/@aws-sdk/core/dist-types/protocols/index.d.ts +0 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/emitWarningIfUnsupportedVersion.d.ts +0 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/index.d.ts +0 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -21
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/index.d.ts +0 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/index.d.ts +0 -2
- package/node_modules/@aws-sdk/core/integ/request-handlers/request-handlers.integ.spec.ts +0 -158
- package/node_modules/@aws-sdk/core/jest.config.integ.js +0 -4
- package/node_modules/@aws-sdk/core/jest.config.js +0 -6
- package/node_modules/@aws-sdk/core/scripts/lint.js +0 -24
- package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +0 -70
- package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +0 -25
- package/node_modules/@aws-sdk/core/src/client/index.ts +0 -1
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.spec.ts +0 -30
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +0 -134
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/index.ts +0 -2
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts +0 -244
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/index.ts +0 -1
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getDateHeader.ts +0 -7
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.spec.ts +0 -17
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.ts +0 -8
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.spec.ts +0 -37
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.ts +0 -18
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/index.ts +0 -3
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.spec.ts +0 -32
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.ts +0 -12
- package/node_modules/@aws-sdk/core/src/index.ts +0 -3
- package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.spec.ts +0 -76
- package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.ts +0 -72
- package/node_modules/@aws-sdk/core/src/protocols/index.ts +0 -2
- package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.spec.ts +0 -30
- package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.ts +0 -17
- package/node_modules/@aws-sdk/core/tsconfig.cjs.json +0 -9
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +0 -1
- package/node_modules/@aws-sdk/core/tsconfig.es.json +0 -9
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +0 -1
- package/node_modules/@aws-sdk/core/tsconfig.types.json +0 -9
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/loadSts.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveWebIdentityCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/loadSts.js +0 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/loadSts.d.ts +0 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/loadSts.d.ts +0 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/ProcessCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/fromSSO.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/isSsoProfile.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/types.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/loadSts.js +0 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/loadSts.js +0 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/loadSts.d.ts +0 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/loadSts.d.ts +0 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -125
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -39
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -10
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -23
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/Endpoint.js +0 -1
- package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/EndpointCache.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/DynamoDBDocument.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/DynamoDBDocumentClient.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/baseCommand/DynamoDBDocumentClientCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/BatchExecuteStatementCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/BatchGetCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/BatchWriteCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/DeleteCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/ExecuteStatementCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/ExecuteTransactionCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/GetCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/PutCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/QueryCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/ScanCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/TransactGetCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/TransactWriteCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/UpdateCommand.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/index.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/utils.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/pagination/Interfaces.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/pagination/QueryPaginator.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/pagination/ScanPaginator.js +0 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/pagination/index.js +0 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/NodeDisableMultiregionAccessPointConfigOptions.js +0 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/NodeUseArnRegionConfigOptions.js +0 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/bucketEndpointMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/bucketHostname.js +0 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/bucketHostnameUtils.js +0 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/configurations.js +0 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/configurations.js +0 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/endpointDiscoveryMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/getCacheKey.js +0 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/getEndpointDiscoveryPlugin.js +0 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/resolveEndpointDiscoveryConfig.js +0 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/updateDiscoveredEndpointInCache.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/configuration.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/constants.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/flexibleChecksumsMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/flexibleChecksumsResponseMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getChecksum.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getChecksumAlgorithmForRequest.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getChecksumAlgorithmListForResponse.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getChecksumLocationName.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getFlexibleChecksumsPlugin.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/hasHeader.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/isChecksumWithPartNumber.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/isStreaming.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/selectChecksumAlgorithmFunction.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/stringHasher.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/types.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/validateChecksumFromResponse.js +0 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/configuration.js +0 -1
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/bucket-endpoint-middleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/check-content-length-header.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/region-redirect-endpoint-middleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/region-redirect-middleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-expires-middleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/classes/S3ExpressIdentityCache.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/classes/S3ExpressIdentityCacheEntry.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/classes/S3ExpressIdentityProviderImpl.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/classes/SignatureV4S3Express.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/constants.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/functions/s3ExpressMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/index.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/interfaces/S3ExpressIdentity.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3-express/interfaces/S3ExpressIdentityProvider.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/s3Configuration.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/throw-200-exceptions.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/validate-bucket-name.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/configurations.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/queue-url.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/receive-message.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/send-message-batch.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-cjs/send-message.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/README.md +0 -4
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthConfiguration.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +0 -235
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthConfiguration.js +0 -107
- package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +0 -55
- package/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +0 -8
- package/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +0 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthConfiguration.d.ts +0 -99
- package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthMiddleware.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthConfiguration.d.ts +0 -68
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/awsAuthMiddleware.d.ts +0 -19
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +0 -8
- package/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +0 -7
- package/node_modules/@aws-sdk/middleware-signing/package.json +0 -59
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/index.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/SignatureV4MultiRegion.js +0 -1
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/signature-v4-crt-container.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/constants.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/loadSsoOidc.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/loadSsoOidc.js +0 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/loadSsoOidc.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/loadSsoOidc.d.ts +0 -2
- package/node_modules/@aws-sdk/types/dist-cjs/abort.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/auth.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/checksum.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/client.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/command.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/connection.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/credentials.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/crypto.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/dns.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/encode.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/http.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/identity/index.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/logger.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/middleware.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/pagination.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/profile.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/request.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/response.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/retry.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/serde.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/shapes.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/signature.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/stream.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/token.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/transfer.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/uri.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/util.js +0 -1
- package/node_modules/@aws-sdk/types/dist-cjs/waiter.js +0 -1
- package/node_modules/@aws-sdk/util-dynamodb/dist-cjs/NumberValue.js +0 -1
- package/node_modules/@aws-sdk/util-dynamodb/dist-cjs/convertToAttr.js +0 -1
- package/node_modules/@aws-sdk/util-dynamodb/dist-cjs/convertToNative.js +0 -1
- package/node_modules/@aws-sdk/util-dynamodb/dist-cjs/marshall.js +0 -1
- package/node_modules/@aws-sdk/util-dynamodb/dist-cjs/models.js +0 -1
- package/node_modules/@aws-sdk/util-dynamodb/dist-cjs/unmarshall.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/aws.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js +0 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/crt-availability.js +0 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -1
- package/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -8
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +0 -9
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +0 -47
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +0 -11
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +0 -4
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +0 -42
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +0 -6
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +0 -17
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -50
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/XmlNode.js +0 -1
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/XmlText.js +0 -1
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/escape-attribute.js +0 -1
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/escape-element.js +0 -1
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/stringable.js +0 -1
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/fixtures/MockEventMessageSource.fixture.js +0 -1
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/fixtures/event.fixture.js +0 -1
- package/node_modules/@smithy/eventstream-serde-universal/dist-es/fixtures/MockEventMessageSource.fixture.js +0 -30
- package/node_modules/@smithy/eventstream-serde-universal/dist-es/fixtures/event.fixture.js +0 -4
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/fixtures/MockEventMessageSource.fixture.d.ts +0 -22
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/fixtures/event.fixture.d.ts +0 -17
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/fixtures/MockEventMessageSource.fixture.d.ts +0 -21
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/fixtures/event.fixture.d.ts +0 -17
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/CHANGELOG.md +0 -229
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/CONTRIBUTING.md +0 -18
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/README.md +0 -505
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/bin/uuid +0 -2
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/rng.js +0 -19
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/stringify.js +0 -30
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v35.js +0 -64
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v4.js +0 -24
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/stringify.js +0 -29
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v35.js +0 -64
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v4.js +0 -24
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/index.js +0 -79
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5-browser.js +0 -223
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5.js +0 -23
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/nil.js +0 -8
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/parse.js +0 -45
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/regex.js +0 -8
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng-browser.js +0 -26
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng.js +0 -24
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1.js +0 -23
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/stringify.js +0 -39
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuid.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v1.js +0 -107
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v3.js +0 -16
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v35.js +0 -78
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v4.js +0 -37
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v5.js +0 -16
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/validate.js +0 -17
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/version.js +0 -21
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/package.json +0 -135
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/wrapper.mjs +0 -10
- package/node_modules/@smithy/signature-v4/dist-cjs/cloneRequest.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-es/cloneRequest.js +0 -12
- package/node_modules/@smithy/signature-v4/dist-types/cloneRequest.d.ts +0 -6
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +0 -6
- package/node_modules/async-limiter/.eslintignore +0 -2
- package/node_modules/async-limiter/.nycrc +0 -10
- package/node_modules/async-limiter/.travis.yml +0 -9
- package/node_modules/async-limiter/LICENSE +0 -8
- package/node_modules/async-limiter/index.js +0 -67
- package/node_modules/async-limiter/package.json +0 -35
- package/node_modules/async-limiter/readme.md +0 -132
- package/node_modules/aws4/.github/FUNDING.yml +0 -3
- package/node_modules/aws4/.travis.yml +0 -9
- package/node_modules/bundle-name/index.js +0 -5
- package/node_modules/bundle-name/license +0 -9
- package/node_modules/bundle-name/package.json +0 -45
- package/node_modules/bundle-name/readme.md +0 -23
- package/node_modules/default-browser/index.d.ts +0 -29
- package/node_modules/default-browser/index.js +0 -32
- package/node_modules/default-browser/license +0 -9
- package/node_modules/default-browser/package.json +0 -54
- package/node_modules/default-browser/readme.md +0 -24
- package/node_modules/default-browser/windows.js +0 -43
- package/node_modules/default-browser-id/index.js +0 -18
- package/node_modules/default-browser-id/license +0 -9
- package/node_modules/default-browser-id/package.json +0 -41
- package/node_modules/default-browser-id/readme.md +0 -19
- package/node_modules/is-inside-container/cli.js +0 -5
- package/node_modules/is-inside-container/index.d.ts +0 -13
- package/node_modules/is-inside-container/index.js +0 -23
- package/node_modules/is-inside-container/license +0 -9
- package/node_modules/is-inside-container/package.json +0 -51
- package/node_modules/is-inside-container/readme.md +0 -36
- package/node_modules/open/node_modules/is-wsl/index.d.ts +0 -15
- package/node_modules/open/node_modules/is-wsl/index.js +0 -27
- package/node_modules/open/node_modules/is-wsl/license +0 -9
- package/node_modules/open/node_modules/is-wsl/package.json +0 -57
- package/node_modules/open/node_modules/is-wsl/readme.md +0 -21
- package/node_modules/run-applescript/index.d.ts +0 -59
- package/node_modules/run-applescript/index.js +0 -32
- package/node_modules/run-applescript/license +0 -9
- package/node_modules/run-applescript/package.json +0 -42
- package/node_modules/run-applescript/readme.md +0 -72
- package/node_modules/spawn-sync/node_modules/readable-stream/README.md +0 -58
- package/node_modules/spawn-sync/node_modules/readable-stream/lib/_stream_duplex.js +0 -131
- package/node_modules/spawn-sync/node_modules/readable-stream/lib/_stream_passthrough.js +0 -47
- package/node_modules/spawn-sync/node_modules/readable-stream/lib/_stream_readable.js +0 -1019
- package/node_modules/spawn-sync/node_modules/readable-stream/lib/_stream_transform.js +0 -214
- package/node_modules/spawn-sync/node_modules/readable-stream/lib/_stream_writable.js +0 -685
- package/node_modules/spawn-sync/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -84
- package/node_modules/spawn-sync/node_modules/readable-stream/package.json +0 -52
- package/node_modules/spawn-sync/node_modules/readable-stream/readable-browser.js +0 -7
- package/node_modules/spawn-sync/node_modules/readable-stream/readable.js +0 -19
- package/node_modules/spawn-sync/node_modules/string_decoder/LICENSE +0 -48
- package/node_modules/spawn-sync/node_modules/string_decoder/README.md +0 -47
- package/node_modules/spawn-sync/node_modules/string_decoder/lib/string_decoder.js +0 -296
- package/node_modules/spawn-sync/node_modules/string_decoder/package.json +0 -31
- package/node_modules/tabtab/node_modules/readable-stream/.travis.yml +0 -34
- package/node_modules/tabtab/node_modules/readable-stream/README.md +0 -58
- package/node_modules/tabtab/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
- package/node_modules/tabtab/node_modules/readable-stream/duplex-browser.js +0 -1
- package/node_modules/tabtab/node_modules/readable-stream/duplex.js +0 -1
- package/node_modules/tabtab/node_modules/readable-stream/lib/_stream_duplex.js +0 -131
- package/node_modules/tabtab/node_modules/readable-stream/lib/_stream_passthrough.js +0 -47
- package/node_modules/tabtab/node_modules/readable-stream/lib/_stream_readable.js +0 -1019
- package/node_modules/tabtab/node_modules/readable-stream/lib/_stream_transform.js +0 -214
- package/node_modules/tabtab/node_modules/readable-stream/lib/_stream_writable.js +0 -685
- package/node_modules/tabtab/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -78
- package/node_modules/tabtab/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -84
- package/node_modules/tabtab/node_modules/readable-stream/package.json +0 -52
- package/node_modules/tabtab/node_modules/readable-stream/passthrough.js +0 -1
- package/node_modules/tabtab/node_modules/readable-stream/readable-browser.js +0 -7
- package/node_modules/tabtab/node_modules/readable-stream/readable.js +0 -19
- package/node_modules/tabtab/node_modules/readable-stream/transform.js +0 -1
- package/node_modules/tabtab/node_modules/readable-stream/writable-browser.js +0 -1
- package/node_modules/tabtab/node_modules/readable-stream/writable.js +0 -8
- package/node_modules/tabtab/node_modules/string_decoder/.travis.yml +0 -50
- package/node_modules/tabtab/node_modules/string_decoder/LICENSE +0 -48
- package/node_modules/tabtab/node_modules/string_decoder/README.md +0 -47
- package/node_modules/tabtab/node_modules/string_decoder/lib/string_decoder.js +0 -296
- package/node_modules/tabtab/node_modules/string_decoder/package.json +0 -31
- package/node_modules/ultron/LICENSE +0 -22
- package/node_modules/ultron/README.md +0 -113
- package/node_modules/ultron/index.js +0 -136
- package/node_modules/ultron/package.json +0 -41
- package/node_modules/websocket-stream/index.d.ts +0 -27
- package/node_modules/websocket-stream/node_modules/duplexify/.travis.yml +0 -6
- package/node_modules/websocket-stream/node_modules/duplexify/index.js +0 -234
- package/node_modules/websocket-stream/node_modules/duplexify/package.json +0 -39
- package/node_modules/websocket-stream/node_modules/duplexify/test.js +0 -295
- package/node_modules/websocket-stream/node_modules/readable-stream/.travis.yml +0 -34
- package/node_modules/websocket-stream/node_modules/readable-stream/README.md +0 -58
- package/node_modules/websocket-stream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
- package/node_modules/websocket-stream/node_modules/readable-stream/duplex-browser.js +0 -1
- package/node_modules/websocket-stream/node_modules/readable-stream/duplex.js +0 -1
- package/node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_duplex.js +0 -131
- package/node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_passthrough.js +0 -47
- package/node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_readable.js +0 -1019
- package/node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_transform.js +0 -214
- package/node_modules/websocket-stream/node_modules/readable-stream/lib/_stream_writable.js +0 -685
- package/node_modules/websocket-stream/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -78
- package/node_modules/websocket-stream/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -84
- package/node_modules/websocket-stream/node_modules/readable-stream/package.json +0 -52
- package/node_modules/websocket-stream/node_modules/readable-stream/passthrough.js +0 -1
- package/node_modules/websocket-stream/node_modules/readable-stream/readable-browser.js +0 -7
- package/node_modules/websocket-stream/node_modules/readable-stream/readable.js +0 -19
- package/node_modules/websocket-stream/node_modules/readable-stream/transform.js +0 -1
- package/node_modules/websocket-stream/node_modules/readable-stream/writable-browser.js +0 -1
- package/node_modules/websocket-stream/node_modules/readable-stream/writable.js +0 -8
- package/node_modules/websocket-stream/node_modules/safe-buffer/LICENSE +0 -21
- package/node_modules/websocket-stream/node_modules/safe-buffer/README.md +0 -584
- package/node_modules/websocket-stream/node_modules/safe-buffer/index.d.ts +0 -187
- package/node_modules/websocket-stream/node_modules/safe-buffer/index.js +0 -62
- package/node_modules/websocket-stream/node_modules/safe-buffer/package.json +0 -37
- package/node_modules/websocket-stream/node_modules/string_decoder/.travis.yml +0 -50
- package/node_modules/websocket-stream/node_modules/string_decoder/LICENSE +0 -48
- package/node_modules/websocket-stream/node_modules/string_decoder/README.md +0 -47
- package/node_modules/websocket-stream/node_modules/string_decoder/lib/string_decoder.js +0 -296
- package/node_modules/websocket-stream/node_modules/string_decoder/package.json +0 -31
- package/node_modules/websocket-stream/node_modules/ws/LICENSE +0 -21
- package/node_modules/websocket-stream/node_modules/ws/README.md +0 -341
- package/node_modules/websocket-stream/node_modules/ws/index.js +0 -15
- package/node_modules/websocket-stream/node_modules/ws/lib/.DS_Store +0 -0
- package/node_modules/websocket-stream/node_modules/ws/lib/BufferUtil.js +0 -71
- package/node_modules/websocket-stream/node_modules/ws/lib/Constants.js +0 -10
- package/node_modules/websocket-stream/node_modules/ws/lib/ErrorCodes.js +0 -28
- package/node_modules/websocket-stream/node_modules/ws/lib/EventTarget.js +0 -151
- package/node_modules/websocket-stream/node_modules/ws/lib/Extensions.js +0 -203
- package/node_modules/websocket-stream/node_modules/ws/lib/PerMessageDeflate.js +0 -507
- package/node_modules/websocket-stream/node_modules/ws/lib/Receiver.js +0 -553
- package/node_modules/websocket-stream/node_modules/ws/lib/Sender.js +0 -412
- package/node_modules/websocket-stream/node_modules/ws/lib/Validation.js +0 -17
- package/node_modules/websocket-stream/node_modules/ws/lib/WebSocket.js +0 -717
- package/node_modules/websocket-stream/node_modules/ws/lib/WebSocketServer.js +0 -326
- package/node_modules/websocket-stream/node_modules/ws/package.json +0 -46
- package/node_modules/websocket-stream/package.json +0 -54
- package/node_modules/websocket-stream/readme.md +0 -148
- package/node_modules/websocket-stream/stream.js +0 -189
- /package/node_modules/@aws-crypto/crc32/build/{aws_crc32.d.ts → main/aws_crc32.d.ts} +0 -0
- /package/node_modules/@aws-crypto/crc32/build/{aws_crc32.js → main/aws_crc32.js} +0 -0
- /package/node_modules/@aws-crypto/crc32/build/{index.d.ts → main/index.d.ts} +0 -0
- /package/node_modules/@aws-crypto/crc32/build/{index.js → main/index.js} +0 -0
- /package/node_modules/@aws-crypto/crc32c/build/{aws_crc32c.d.ts → main/aws_crc32c.d.ts} +0 -0
- /package/node_modules/@aws-crypto/crc32c/build/{aws_crc32c.js → main/aws_crc32c.js} +0 -0
- /package/node_modules/@aws-crypto/crc32c/build/{index.d.ts → main/index.d.ts} +0 -0
- /package/node_modules/@aws-crypto/crc32c/build/{index.js → main/index.js} +0 -0
- /package/node_modules/@aws-crypto/sha1-browser/build/{constants.d.ts → main/constants.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha1-browser/build/{constants.js → main/constants.js} +0 -0
- /package/node_modules/@aws-crypto/sha1-browser/build/{crossPlatformSha1.d.ts → main/crossPlatformSha1.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha1-browser/build/{isEmptyData.d.ts → main/isEmptyData.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha1-browser/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
- /package/node_modules/@aws-crypto/sha1-browser/build/{webCryptoSha1.d.ts → main/webCryptoSha1.d.ts} +0 -0
- /package/node_modules/@aws-crypto/{sha256-browser/build → sha1-browser/build/module}/isEmptyData.d.ts +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node → @aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node → @aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js} +0 -0
- /package/node_modules/{@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js} +0 -0
- /package/node_modules/{@aws-sdk/client-dynamodb/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js → @aws-crypto/sha1-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{constants.d.ts → main/constants.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{constants.js → main/constants.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{crossPlatformSha256.d.ts → main/crossPlatformSha256.d.ts} +0 -0
- /package/node_modules/@aws-crypto/{util/build → sha256-browser/build/main}/isEmptyData.d.ts +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.d.ts → main/webCryptoSha256.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.js → main/webCryptoSha256.js} +0 -0
- /package/node_modules/{@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node → @aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node → @aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-eventbridge/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js} +0 -0
- /package/node_modules/{@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js} +0 -0
- /package/node_modules/{@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js → @aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.d.ts → main/RawSha256.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.js → main/RawSha256.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{constants.d.ts → main/constants.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{constants.js → main/constants.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{index.d.ts → main/index.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{index.js → main/index.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.d.ts → main/jsSha256.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.js → main/jsSha256.js} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.d.ts → main/knownHashes.fixture.d.ts} +0 -0
- /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.js → main/knownHashes.fixture.js} +0 -0
- /package/node_modules/@aws-crypto/supports-web-crypto/build/{index.d.ts → main/index.d.ts} +0 -0
- /package/node_modules/@aws-crypto/supports-web-crypto/build/{supportsWebCrypto.d.ts → main/supportsWebCrypto.d.ts} +0 -0
- /package/node_modules/@aws-crypto/util/build/{convertToBuffer.d.ts → main/convertToBuffer.d.ts} +0 -0
- /package/node_modules/@aws-crypto/util/build/{index.d.ts → main/index.d.ts} +0 -0
- /package/node_modules/@aws-crypto/util/build/{index.js → main/index.js} +0 -0
- /package/node_modules/@aws-crypto/util/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
- /package/node_modules/@aws-crypto/util/build/{numToUint8.d.ts → main/numToUint8.d.ts} +0 -0
- /package/node_modules/@aws-crypto/util/build/{numToUint8.js → main/numToUint8.js} +0 -0
- /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.d.ts → main/uint32ArrayFrom.d.ts} +0 -0
- /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.js → main/uint32ArrayFrom.js} +0 -0
- /package/node_modules/{@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node → @aws-crypto/util/node_modules/@smithy/is-array-buffer}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node → @aws-crypto/util/node_modules/@smithy/util-buffer-from}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/middleware-signing → @aws-crypto/util/node_modules/@smithy/util-utf8}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/client-sns/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js} +0 -0
- /package/node_modules/{@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js} +0 -0
- /package/node_modules/{@aws-sdk/client-sqs/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/CognitoProviderParameters.js → @aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js} +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/coercing-serializers.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/json/awsExpectUnion.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/coercing-serializers.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/json/awsExpectUnion.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/coercing-serializers.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/json/awsExpectUnion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-utf8-browser → credential-provider-node}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@aws-sdk/credential-provider-node → credential-provider-node}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@aws-sdk/credential-provider-node → credential-provider-node}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@aws-sdk/credential-provider-node → credential-provider-node}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/LICENSE +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/collaborators.md +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/echo-server.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/index.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/server.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/test-client.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/test-server.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/test.js +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/ts-tests.ts +0 -0
- /package/node_modules/{websocket-stream → @httptoolkit/websocket-stream}/ws-fallback.js +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/InMemoryStorage.js → @smithy/core/dist-cjs/setFeature.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/IndexedDbStorage.js → @smithy/fetch-http-handler/dist-cjs/create-request.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/Logins.js → @smithy/node-config-provider/dist-cjs/getSelectorName.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/Storage.js → @smithy/node-http-handler/dist-cjs/timing.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentity.js → @smithy/signature-v4/dist-cjs/HeaderFormatter.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentityPool.js → @smithy/smithy-client/dist-cjs/is-serializable-header-value.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/loadCognitoIdentity.js → @smithy/smithy-client/dist-cjs/quote-header.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/localStorage.js → @smithy/smithy-client/dist-cjs/split-header.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-cognito-identity/dist-cjs/resolveLogins.js → @smithy/types/dist-cjs/abort-handler.js} +0 -0
- /package/node_modules/{@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js → @smithy/types/dist-cjs/feature-ids.js} +0 -0
- /package/node_modules/{@aws-sdk/core/dist-cjs/client/emitWarningIfUnsupportedVersion.js → @smithy/util-endpoints/dist-cjs/cache/EndpointCache.js} +0 -0
- /package/node_modules/{websocket-stream → aws-iot-device-sdk}/node_modules/duplexify/LICENSE +0 -0
- /package/node_modules/{websocket-stream → aws-iot-device-sdk}/node_modules/duplexify/README.md +0 -0
- /package/node_modules/{websocket-stream → aws-iot-device-sdk}/node_modules/duplexify/example.js +0 -0
- /package/node_modules/{spawn-sync → aws-iot-device-sdk}/node_modules/readable-stream/CONTRIBUTING.md +0 -0
- /package/node_modules/{spawn-sync → aws-iot-device-sdk}/node_modules/readable-stream/GOVERNANCE.md +0 -0
- /package/node_modules/{spawn-sync → aws-iot-device-sdk}/node_modules/readable-stream/LICENSE +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/errors-browser.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/errors.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/experimentalWarning.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/lib/internal/streams/async_iterator.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/lib/internal/streams/buffer_list.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/lib/internal/streams/end-of-stream.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/lib/internal/streams/from-browser.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/lib/internal/streams/from.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/lib/internal/streams/pipeline.js +0 -0
- /package/node_modules/{readable-stream → aws-iot-device-sdk/node_modules/readable-stream}/lib/internal/streams/state.js +0 -0
- /package/node_modules/{spawn-sync → aws-iot-device-sdk}/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -0
- /package/node_modules/{spawn-sync → aws-iot-device-sdk}/node_modules/readable-stream/lib/internal/streams/stream.js +0 -0
- /package/node_modules/{tabtab → bl}/node_modules/readable-stream/CONTRIBUTING.md +0 -0
- /package/node_modules/{tabtab → bl}/node_modules/readable-stream/GOVERNANCE.md +0 -0
- /package/node_modules/{tabtab → bl}/node_modules/readable-stream/LICENSE +0 -0
- /package/node_modules/{tabtab → bl}/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -0
- /package/node_modules/{tabtab → bl}/node_modules/readable-stream/lib/internal/streams/stream.js +0 -0
- /package/node_modules/{websocket-stream → concat-stream}/node_modules/readable-stream/CONTRIBUTING.md +0 -0
- /package/node_modules/{websocket-stream → concat-stream}/node_modules/readable-stream/GOVERNANCE.md +0 -0
- /package/node_modules/{websocket-stream → concat-stream}/node_modules/readable-stream/LICENSE +0 -0
- /package/node_modules/{websocket-stream → concat-stream}/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -0
- /package/node_modules/{websocket-stream → concat-stream}/node_modules/readable-stream/lib/internal/streams/stream.js +0 -0
- /package/{cli/node_modules/define-lazy-prop → node_modules/is-wsl}/license +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/.travis.yml +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/doc/wg-meetings/2015-01-30.md +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/duplex-browser.js +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/duplex.js +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/lib/internal/streams/BufferList.js +0 -0
- /package/node_modules/{spawn-sync → readable-stream}/node_modules/safe-buffer/LICENSE +0 -0
- /package/node_modules/{spawn-sync → readable-stream}/node_modules/safe-buffer/README.md +0 -0
- /package/node_modules/{spawn-sync → readable-stream}/node_modules/safe-buffer/index.d.ts +0 -0
- /package/node_modules/{spawn-sync → readable-stream}/node_modules/safe-buffer/index.js +0 -0
- /package/node_modules/{spawn-sync → readable-stream}/node_modules/safe-buffer/package.json +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/passthrough.js +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/transform.js +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/writable-browser.js +0 -0
- /package/node_modules/{spawn-sync/node_modules/readable-stream → readable-stream}/writable.js +0 -0
- /package/node_modules/{spawn-sync/node_modules/string_decoder → string_decoder}/.travis.yml +0 -0
- /package/node_modules/{tabtab → string_decoder}/node_modules/safe-buffer/LICENSE +0 -0
- /package/node_modules/{tabtab → string_decoder}/node_modules/safe-buffer/README.md +0 -0
- /package/node_modules/{tabtab → string_decoder}/node_modules/safe-buffer/index.d.ts +0 -0
- /package/node_modules/{tabtab → string_decoder}/node_modules/safe-buffer/index.js +0 -0
- /package/node_modules/{tabtab → string_decoder}/node_modules/safe-buffer/package.json +0 -0
- /package/node_modules/{async → winston/node_modules/async}/CHANGELOG.md +0 -0
- /package/node_modules/{async → winston/node_modules/async}/LICENSE +0 -0
- /package/node_modules/{async → winston/node_modules/async}/README.md +0 -0
- /package/node_modules/{async → winston/node_modules/async}/all.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/allLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/allSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/any.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/anyLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/anySeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/apply.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/applyEach.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/applyEachSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/asyncify.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/auto.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/autoInject.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/bower.json +0 -0
- /package/node_modules/{async → winston/node_modules/async}/cargo.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/compose.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/concat.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/concatLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/concatSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/constant.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/detect.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/detectLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/detectSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/dir.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/dist/async.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/dist/async.min.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/dist/async.min.map +0 -0
- /package/node_modules/{async → winston/node_modules/async}/doDuring.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/doUntil.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/doWhilst.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/during.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/each.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/eachLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/eachOf.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/eachOfLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/eachOfSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/eachSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/ensureAsync.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/every.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/everyLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/everySeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/filter.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/filterLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/filterSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/find.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/findLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/findSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/foldl.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/foldr.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/forEach.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/forEachLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/forEachOf.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/forEachOfLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/forEachOfSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/forEachSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/forever.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/groupBy.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/groupByLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/groupBySeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/index.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/inject.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/DoublyLinkedList.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/applyEach.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/breakLoop.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/consoleFunc.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/createTester.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/doLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/doParallel.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/doParallelLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/eachOfLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/filter.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/findGetResult.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/getIterator.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/initialParams.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/iterator.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/map.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/notId.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/once.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/onlyOnce.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/parallel.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/queue.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/reject.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/setImmediate.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/slice.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/withoutIndex.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/internal/wrapAsync.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/log.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/map.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/mapLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/mapSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/mapValues.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/mapValuesLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/mapValuesSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/memoize.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/nextTick.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/package.json +0 -0
- /package/node_modules/{async → winston/node_modules/async}/parallel.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/parallelLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/priorityQueue.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/queue.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/race.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/reduce.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/reduceRight.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/reflect.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/reflectAll.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/reject.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/rejectLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/rejectSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/retry.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/retryable.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/select.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/selectLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/selectSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/seq.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/series.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/setImmediate.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/some.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/someLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/someSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/sortBy.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/timeout.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/times.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/timesLimit.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/timesSeries.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/transform.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/tryEach.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/unmemoize.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/until.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/waterfall.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/whilst.js +0 -0
- /package/node_modules/{async → winston/node_modules/async}/wrapSync.js +0 -0
|
@@ -0,0 +1,3696 @@
|
|
|
1
|
+
// These definitions are automatically generated by the generate-inspector script.
|
|
2
|
+
// Do not edit this file directly.
|
|
3
|
+
// See scripts/generate-inspector/README.md for information on how to update the protocol definitions.
|
|
4
|
+
// Changes to the module itself should be added to the generator template (scripts/generate-inspector/inspector.d.ts.template).
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* The `node:inspector` module provides an API for interacting with the V8
|
|
8
|
+
* inspector.
|
|
9
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.x/lib/inspector.js)
|
|
10
|
+
*/
|
|
11
|
+
declare module 'inspector' {
|
|
12
|
+
import EventEmitter = require('node:events');
|
|
13
|
+
|
|
14
|
+
interface InspectorNotification<T> {
|
|
15
|
+
method: string;
|
|
16
|
+
params: T;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
namespace Schema {
|
|
20
|
+
/**
|
|
21
|
+
* Description of the protocol domain.
|
|
22
|
+
*/
|
|
23
|
+
interface Domain {
|
|
24
|
+
/**
|
|
25
|
+
* Domain name.
|
|
26
|
+
*/
|
|
27
|
+
name: string;
|
|
28
|
+
/**
|
|
29
|
+
* Domain version.
|
|
30
|
+
*/
|
|
31
|
+
version: string;
|
|
32
|
+
}
|
|
33
|
+
interface GetDomainsReturnType {
|
|
34
|
+
/**
|
|
35
|
+
* List of supported domains.
|
|
36
|
+
*/
|
|
37
|
+
domains: Domain[];
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
namespace Runtime {
|
|
41
|
+
/**
|
|
42
|
+
* Unique script identifier.
|
|
43
|
+
*/
|
|
44
|
+
type ScriptId = string;
|
|
45
|
+
/**
|
|
46
|
+
* Unique object identifier.
|
|
47
|
+
*/
|
|
48
|
+
type RemoteObjectId = string;
|
|
49
|
+
/**
|
|
50
|
+
* Primitive value which cannot be JSON-stringified.
|
|
51
|
+
*/
|
|
52
|
+
type UnserializableValue = string;
|
|
53
|
+
/**
|
|
54
|
+
* Mirror object referencing original JavaScript object.
|
|
55
|
+
*/
|
|
56
|
+
interface RemoteObject {
|
|
57
|
+
/**
|
|
58
|
+
* Object type.
|
|
59
|
+
*/
|
|
60
|
+
type: string;
|
|
61
|
+
/**
|
|
62
|
+
* Object subtype hint. Specified for <code>object</code> type values only.
|
|
63
|
+
*/
|
|
64
|
+
subtype?: string | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* Object class (constructor) name. Specified for <code>object</code> type values only.
|
|
67
|
+
*/
|
|
68
|
+
className?: string | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* Remote object value in case of primitive values or JSON values (if it was requested).
|
|
71
|
+
*/
|
|
72
|
+
value?: any;
|
|
73
|
+
/**
|
|
74
|
+
* Primitive value which can not be JSON-stringified does not have <code>value</code>, but gets this property.
|
|
75
|
+
*/
|
|
76
|
+
unserializableValue?: UnserializableValue | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* String representation of the object.
|
|
79
|
+
*/
|
|
80
|
+
description?: string | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* Unique object identifier (for non-primitive values).
|
|
83
|
+
*/
|
|
84
|
+
objectId?: RemoteObjectId | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* Preview containing abbreviated property values. Specified for <code>object</code> type values only.
|
|
87
|
+
* @experimental
|
|
88
|
+
*/
|
|
89
|
+
preview?: ObjectPreview | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* @experimental
|
|
92
|
+
*/
|
|
93
|
+
customPreview?: CustomPreview | undefined;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* @experimental
|
|
97
|
+
*/
|
|
98
|
+
interface CustomPreview {
|
|
99
|
+
header: string;
|
|
100
|
+
hasBody: boolean;
|
|
101
|
+
formatterObjectId: RemoteObjectId;
|
|
102
|
+
bindRemoteObjectFunctionId: RemoteObjectId;
|
|
103
|
+
configObjectId?: RemoteObjectId | undefined;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Object containing abbreviated remote object value.
|
|
107
|
+
* @experimental
|
|
108
|
+
*/
|
|
109
|
+
interface ObjectPreview {
|
|
110
|
+
/**
|
|
111
|
+
* Object type.
|
|
112
|
+
*/
|
|
113
|
+
type: string;
|
|
114
|
+
/**
|
|
115
|
+
* Object subtype hint. Specified for <code>object</code> type values only.
|
|
116
|
+
*/
|
|
117
|
+
subtype?: string | undefined;
|
|
118
|
+
/**
|
|
119
|
+
* String representation of the object.
|
|
120
|
+
*/
|
|
121
|
+
description?: string | undefined;
|
|
122
|
+
/**
|
|
123
|
+
* True iff some of the properties or entries of the original object did not fit.
|
|
124
|
+
*/
|
|
125
|
+
overflow: boolean;
|
|
126
|
+
/**
|
|
127
|
+
* List of the properties.
|
|
128
|
+
*/
|
|
129
|
+
properties: PropertyPreview[];
|
|
130
|
+
/**
|
|
131
|
+
* List of the entries. Specified for <code>map</code> and <code>set</code> subtype values only.
|
|
132
|
+
*/
|
|
133
|
+
entries?: EntryPreview[] | undefined;
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* @experimental
|
|
137
|
+
*/
|
|
138
|
+
interface PropertyPreview {
|
|
139
|
+
/**
|
|
140
|
+
* Property name.
|
|
141
|
+
*/
|
|
142
|
+
name: string;
|
|
143
|
+
/**
|
|
144
|
+
* Object type. Accessor means that the property itself is an accessor property.
|
|
145
|
+
*/
|
|
146
|
+
type: string;
|
|
147
|
+
/**
|
|
148
|
+
* User-friendly property value string.
|
|
149
|
+
*/
|
|
150
|
+
value?: string | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* Nested value preview.
|
|
153
|
+
*/
|
|
154
|
+
valuePreview?: ObjectPreview | undefined;
|
|
155
|
+
/**
|
|
156
|
+
* Object subtype hint. Specified for <code>object</code> type values only.
|
|
157
|
+
*/
|
|
158
|
+
subtype?: string | undefined;
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* @experimental
|
|
162
|
+
*/
|
|
163
|
+
interface EntryPreview {
|
|
164
|
+
/**
|
|
165
|
+
* Preview of the key. Specified for map-like collection entries.
|
|
166
|
+
*/
|
|
167
|
+
key?: ObjectPreview | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* Preview of the value.
|
|
170
|
+
*/
|
|
171
|
+
value: ObjectPreview;
|
|
172
|
+
}
|
|
173
|
+
/**
|
|
174
|
+
* Object property descriptor.
|
|
175
|
+
*/
|
|
176
|
+
interface PropertyDescriptor {
|
|
177
|
+
/**
|
|
178
|
+
* Property name or symbol description.
|
|
179
|
+
*/
|
|
180
|
+
name: string;
|
|
181
|
+
/**
|
|
182
|
+
* The value associated with the property.
|
|
183
|
+
*/
|
|
184
|
+
value?: RemoteObject | undefined;
|
|
185
|
+
/**
|
|
186
|
+
* True if the value associated with the property may be changed (data descriptors only).
|
|
187
|
+
*/
|
|
188
|
+
writable?: boolean | undefined;
|
|
189
|
+
/**
|
|
190
|
+
* A function which serves as a getter for the property, or <code>undefined</code> if there is no getter (accessor descriptors only).
|
|
191
|
+
*/
|
|
192
|
+
get?: RemoteObject | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* A function which serves as a setter for the property, or <code>undefined</code> if there is no setter (accessor descriptors only).
|
|
195
|
+
*/
|
|
196
|
+
set?: RemoteObject | undefined;
|
|
197
|
+
/**
|
|
198
|
+
* True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.
|
|
199
|
+
*/
|
|
200
|
+
configurable: boolean;
|
|
201
|
+
/**
|
|
202
|
+
* True if this property shows up during enumeration of the properties on the corresponding object.
|
|
203
|
+
*/
|
|
204
|
+
enumerable: boolean;
|
|
205
|
+
/**
|
|
206
|
+
* True if the result was thrown during the evaluation.
|
|
207
|
+
*/
|
|
208
|
+
wasThrown?: boolean | undefined;
|
|
209
|
+
/**
|
|
210
|
+
* True if the property is owned for the object.
|
|
211
|
+
*/
|
|
212
|
+
isOwn?: boolean | undefined;
|
|
213
|
+
/**
|
|
214
|
+
* Property symbol object, if the property is of the <code>symbol</code> type.
|
|
215
|
+
*/
|
|
216
|
+
symbol?: RemoteObject | undefined;
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* Object internal property descriptor. This property isn't normally visible in JavaScript code.
|
|
220
|
+
*/
|
|
221
|
+
interface InternalPropertyDescriptor {
|
|
222
|
+
/**
|
|
223
|
+
* Conventional property name.
|
|
224
|
+
*/
|
|
225
|
+
name: string;
|
|
226
|
+
/**
|
|
227
|
+
* The value associated with the property.
|
|
228
|
+
*/
|
|
229
|
+
value?: RemoteObject | undefined;
|
|
230
|
+
}
|
|
231
|
+
/**
|
|
232
|
+
* Represents function call argument. Either remote object id <code>objectId</code>, primitive <code>value</code>, unserializable primitive value or neither of (for undefined) them should be specified.
|
|
233
|
+
*/
|
|
234
|
+
interface CallArgument {
|
|
235
|
+
/**
|
|
236
|
+
* Primitive value or serializable javascript object.
|
|
237
|
+
*/
|
|
238
|
+
value?: any;
|
|
239
|
+
/**
|
|
240
|
+
* Primitive value which can not be JSON-stringified.
|
|
241
|
+
*/
|
|
242
|
+
unserializableValue?: UnserializableValue | undefined;
|
|
243
|
+
/**
|
|
244
|
+
* Remote object handle.
|
|
245
|
+
*/
|
|
246
|
+
objectId?: RemoteObjectId | undefined;
|
|
247
|
+
}
|
|
248
|
+
/**
|
|
249
|
+
* Id of an execution context.
|
|
250
|
+
*/
|
|
251
|
+
type ExecutionContextId = number;
|
|
252
|
+
/**
|
|
253
|
+
* Description of an isolated world.
|
|
254
|
+
*/
|
|
255
|
+
interface ExecutionContextDescription {
|
|
256
|
+
/**
|
|
257
|
+
* Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed.
|
|
258
|
+
*/
|
|
259
|
+
id: ExecutionContextId;
|
|
260
|
+
/**
|
|
261
|
+
* Execution context origin.
|
|
262
|
+
*/
|
|
263
|
+
origin: string;
|
|
264
|
+
/**
|
|
265
|
+
* Human readable name describing given context.
|
|
266
|
+
*/
|
|
267
|
+
name: string;
|
|
268
|
+
/**
|
|
269
|
+
* Embedder-specific auxiliary data.
|
|
270
|
+
*/
|
|
271
|
+
auxData?: {} | undefined;
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* Detailed information about exception (or error) that was thrown during script compilation or execution.
|
|
275
|
+
*/
|
|
276
|
+
interface ExceptionDetails {
|
|
277
|
+
/**
|
|
278
|
+
* Exception id.
|
|
279
|
+
*/
|
|
280
|
+
exceptionId: number;
|
|
281
|
+
/**
|
|
282
|
+
* Exception text, which should be used together with exception object when available.
|
|
283
|
+
*/
|
|
284
|
+
text: string;
|
|
285
|
+
/**
|
|
286
|
+
* Line number of the exception location (0-based).
|
|
287
|
+
*/
|
|
288
|
+
lineNumber: number;
|
|
289
|
+
/**
|
|
290
|
+
* Column number of the exception location (0-based).
|
|
291
|
+
*/
|
|
292
|
+
columnNumber: number;
|
|
293
|
+
/**
|
|
294
|
+
* Script ID of the exception location.
|
|
295
|
+
*/
|
|
296
|
+
scriptId?: ScriptId | undefined;
|
|
297
|
+
/**
|
|
298
|
+
* URL of the exception location, to be used when the script was not reported.
|
|
299
|
+
*/
|
|
300
|
+
url?: string | undefined;
|
|
301
|
+
/**
|
|
302
|
+
* JavaScript stack trace if available.
|
|
303
|
+
*/
|
|
304
|
+
stackTrace?: StackTrace | undefined;
|
|
305
|
+
/**
|
|
306
|
+
* Exception object if available.
|
|
307
|
+
*/
|
|
308
|
+
exception?: RemoteObject | undefined;
|
|
309
|
+
/**
|
|
310
|
+
* Identifier of the context where exception happened.
|
|
311
|
+
*/
|
|
312
|
+
executionContextId?: ExecutionContextId | undefined;
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* Number of milliseconds since epoch.
|
|
316
|
+
*/
|
|
317
|
+
type Timestamp = number;
|
|
318
|
+
/**
|
|
319
|
+
* Stack entry for runtime errors and assertions.
|
|
320
|
+
*/
|
|
321
|
+
interface CallFrame {
|
|
322
|
+
/**
|
|
323
|
+
* JavaScript function name.
|
|
324
|
+
*/
|
|
325
|
+
functionName: string;
|
|
326
|
+
/**
|
|
327
|
+
* JavaScript script id.
|
|
328
|
+
*/
|
|
329
|
+
scriptId: ScriptId;
|
|
330
|
+
/**
|
|
331
|
+
* JavaScript script name or url.
|
|
332
|
+
*/
|
|
333
|
+
url: string;
|
|
334
|
+
/**
|
|
335
|
+
* JavaScript script line number (0-based).
|
|
336
|
+
*/
|
|
337
|
+
lineNumber: number;
|
|
338
|
+
/**
|
|
339
|
+
* JavaScript script column number (0-based).
|
|
340
|
+
*/
|
|
341
|
+
columnNumber: number;
|
|
342
|
+
}
|
|
343
|
+
/**
|
|
344
|
+
* Call frames for assertions or error messages.
|
|
345
|
+
*/
|
|
346
|
+
interface StackTrace {
|
|
347
|
+
/**
|
|
348
|
+
* String label of this stack trace. For async traces this may be a name of the function that initiated the async call.
|
|
349
|
+
*/
|
|
350
|
+
description?: string | undefined;
|
|
351
|
+
/**
|
|
352
|
+
* JavaScript function name.
|
|
353
|
+
*/
|
|
354
|
+
callFrames: CallFrame[];
|
|
355
|
+
/**
|
|
356
|
+
* Asynchronous JavaScript stack trace that preceded this stack, if available.
|
|
357
|
+
*/
|
|
358
|
+
parent?: StackTrace | undefined;
|
|
359
|
+
/**
|
|
360
|
+
* Asynchronous JavaScript stack trace that preceded this stack, if available.
|
|
361
|
+
* @experimental
|
|
362
|
+
*/
|
|
363
|
+
parentId?: StackTraceId | undefined;
|
|
364
|
+
}
|
|
365
|
+
/**
|
|
366
|
+
* Unique identifier of current debugger.
|
|
367
|
+
* @experimental
|
|
368
|
+
*/
|
|
369
|
+
type UniqueDebuggerId = string;
|
|
370
|
+
/**
|
|
371
|
+
* If <code>debuggerId</code> is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See <code>Runtime.StackTrace</code> and <code>Debugger.paused</code> for usages.
|
|
372
|
+
* @experimental
|
|
373
|
+
*/
|
|
374
|
+
interface StackTraceId {
|
|
375
|
+
id: string;
|
|
376
|
+
debuggerId?: UniqueDebuggerId | undefined;
|
|
377
|
+
}
|
|
378
|
+
interface EvaluateParameterType {
|
|
379
|
+
/**
|
|
380
|
+
* Expression to evaluate.
|
|
381
|
+
*/
|
|
382
|
+
expression: string;
|
|
383
|
+
/**
|
|
384
|
+
* Symbolic group name that can be used to release multiple objects.
|
|
385
|
+
*/
|
|
386
|
+
objectGroup?: string | undefined;
|
|
387
|
+
/**
|
|
388
|
+
* Determines whether Command Line API should be available during the evaluation.
|
|
389
|
+
*/
|
|
390
|
+
includeCommandLineAPI?: boolean | undefined;
|
|
391
|
+
/**
|
|
392
|
+
* In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
|
|
393
|
+
*/
|
|
394
|
+
silent?: boolean | undefined;
|
|
395
|
+
/**
|
|
396
|
+
* Specifies in which execution context to perform evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
|
|
397
|
+
*/
|
|
398
|
+
contextId?: ExecutionContextId | undefined;
|
|
399
|
+
/**
|
|
400
|
+
* Whether the result is expected to be a JSON object that should be sent by value.
|
|
401
|
+
*/
|
|
402
|
+
returnByValue?: boolean | undefined;
|
|
403
|
+
/**
|
|
404
|
+
* Whether preview should be generated for the result.
|
|
405
|
+
* @experimental
|
|
406
|
+
*/
|
|
407
|
+
generatePreview?: boolean | undefined;
|
|
408
|
+
/**
|
|
409
|
+
* Whether execution should be treated as initiated by user in the UI.
|
|
410
|
+
*/
|
|
411
|
+
userGesture?: boolean | undefined;
|
|
412
|
+
/**
|
|
413
|
+
* Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.
|
|
414
|
+
*/
|
|
415
|
+
awaitPromise?: boolean | undefined;
|
|
416
|
+
}
|
|
417
|
+
interface AwaitPromiseParameterType {
|
|
418
|
+
/**
|
|
419
|
+
* Identifier of the promise.
|
|
420
|
+
*/
|
|
421
|
+
promiseObjectId: RemoteObjectId;
|
|
422
|
+
/**
|
|
423
|
+
* Whether the result is expected to be a JSON object that should be sent by value.
|
|
424
|
+
*/
|
|
425
|
+
returnByValue?: boolean | undefined;
|
|
426
|
+
/**
|
|
427
|
+
* Whether preview should be generated for the result.
|
|
428
|
+
*/
|
|
429
|
+
generatePreview?: boolean | undefined;
|
|
430
|
+
}
|
|
431
|
+
interface CallFunctionOnParameterType {
|
|
432
|
+
/**
|
|
433
|
+
* Declaration of the function to call.
|
|
434
|
+
*/
|
|
435
|
+
functionDeclaration: string;
|
|
436
|
+
/**
|
|
437
|
+
* Identifier of the object to call function on. Either objectId or executionContextId should be specified.
|
|
438
|
+
*/
|
|
439
|
+
objectId?: RemoteObjectId | undefined;
|
|
440
|
+
/**
|
|
441
|
+
* Call arguments. All call arguments must belong to the same JavaScript world as the target object.
|
|
442
|
+
*/
|
|
443
|
+
arguments?: CallArgument[] | undefined;
|
|
444
|
+
/**
|
|
445
|
+
* In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
|
|
446
|
+
*/
|
|
447
|
+
silent?: boolean | undefined;
|
|
448
|
+
/**
|
|
449
|
+
* Whether the result is expected to be a JSON object which should be sent by value.
|
|
450
|
+
*/
|
|
451
|
+
returnByValue?: boolean | undefined;
|
|
452
|
+
/**
|
|
453
|
+
* Whether preview should be generated for the result.
|
|
454
|
+
* @experimental
|
|
455
|
+
*/
|
|
456
|
+
generatePreview?: boolean | undefined;
|
|
457
|
+
/**
|
|
458
|
+
* Whether execution should be treated as initiated by user in the UI.
|
|
459
|
+
*/
|
|
460
|
+
userGesture?: boolean | undefined;
|
|
461
|
+
/**
|
|
462
|
+
* Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.
|
|
463
|
+
*/
|
|
464
|
+
awaitPromise?: boolean | undefined;
|
|
465
|
+
/**
|
|
466
|
+
* Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified.
|
|
467
|
+
*/
|
|
468
|
+
executionContextId?: ExecutionContextId | undefined;
|
|
469
|
+
/**
|
|
470
|
+
* Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object.
|
|
471
|
+
*/
|
|
472
|
+
objectGroup?: string | undefined;
|
|
473
|
+
}
|
|
474
|
+
interface GetPropertiesParameterType {
|
|
475
|
+
/**
|
|
476
|
+
* Identifier of the object to return properties for.
|
|
477
|
+
*/
|
|
478
|
+
objectId: RemoteObjectId;
|
|
479
|
+
/**
|
|
480
|
+
* If true, returns properties belonging only to the element itself, not to its prototype chain.
|
|
481
|
+
*/
|
|
482
|
+
ownProperties?: boolean | undefined;
|
|
483
|
+
/**
|
|
484
|
+
* If true, returns accessor properties (with getter/setter) only; internal properties are not returned either.
|
|
485
|
+
* @experimental
|
|
486
|
+
*/
|
|
487
|
+
accessorPropertiesOnly?: boolean | undefined;
|
|
488
|
+
/**
|
|
489
|
+
* Whether preview should be generated for the results.
|
|
490
|
+
* @experimental
|
|
491
|
+
*/
|
|
492
|
+
generatePreview?: boolean | undefined;
|
|
493
|
+
}
|
|
494
|
+
interface ReleaseObjectParameterType {
|
|
495
|
+
/**
|
|
496
|
+
* Identifier of the object to release.
|
|
497
|
+
*/
|
|
498
|
+
objectId: RemoteObjectId;
|
|
499
|
+
}
|
|
500
|
+
interface ReleaseObjectGroupParameterType {
|
|
501
|
+
/**
|
|
502
|
+
* Symbolic object group name.
|
|
503
|
+
*/
|
|
504
|
+
objectGroup: string;
|
|
505
|
+
}
|
|
506
|
+
interface SetCustomObjectFormatterEnabledParameterType {
|
|
507
|
+
enabled: boolean;
|
|
508
|
+
}
|
|
509
|
+
interface CompileScriptParameterType {
|
|
510
|
+
/**
|
|
511
|
+
* Expression to compile.
|
|
512
|
+
*/
|
|
513
|
+
expression: string;
|
|
514
|
+
/**
|
|
515
|
+
* Source url to be set for the script.
|
|
516
|
+
*/
|
|
517
|
+
sourceURL: string;
|
|
518
|
+
/**
|
|
519
|
+
* Specifies whether the compiled script should be persisted.
|
|
520
|
+
*/
|
|
521
|
+
persistScript: boolean;
|
|
522
|
+
/**
|
|
523
|
+
* Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
|
|
524
|
+
*/
|
|
525
|
+
executionContextId?: ExecutionContextId | undefined;
|
|
526
|
+
}
|
|
527
|
+
interface RunScriptParameterType {
|
|
528
|
+
/**
|
|
529
|
+
* Id of the script to run.
|
|
530
|
+
*/
|
|
531
|
+
scriptId: ScriptId;
|
|
532
|
+
/**
|
|
533
|
+
* Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
|
|
534
|
+
*/
|
|
535
|
+
executionContextId?: ExecutionContextId | undefined;
|
|
536
|
+
/**
|
|
537
|
+
* Symbolic group name that can be used to release multiple objects.
|
|
538
|
+
*/
|
|
539
|
+
objectGroup?: string | undefined;
|
|
540
|
+
/**
|
|
541
|
+
* In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
|
|
542
|
+
*/
|
|
543
|
+
silent?: boolean | undefined;
|
|
544
|
+
/**
|
|
545
|
+
* Determines whether Command Line API should be available during the evaluation.
|
|
546
|
+
*/
|
|
547
|
+
includeCommandLineAPI?: boolean | undefined;
|
|
548
|
+
/**
|
|
549
|
+
* Whether the result is expected to be a JSON object which should be sent by value.
|
|
550
|
+
*/
|
|
551
|
+
returnByValue?: boolean | undefined;
|
|
552
|
+
/**
|
|
553
|
+
* Whether preview should be generated for the result.
|
|
554
|
+
*/
|
|
555
|
+
generatePreview?: boolean | undefined;
|
|
556
|
+
/**
|
|
557
|
+
* Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.
|
|
558
|
+
*/
|
|
559
|
+
awaitPromise?: boolean | undefined;
|
|
560
|
+
}
|
|
561
|
+
interface QueryObjectsParameterType {
|
|
562
|
+
/**
|
|
563
|
+
* Identifier of the prototype to return objects for.
|
|
564
|
+
*/
|
|
565
|
+
prototypeObjectId: RemoteObjectId;
|
|
566
|
+
}
|
|
567
|
+
interface GlobalLexicalScopeNamesParameterType {
|
|
568
|
+
/**
|
|
569
|
+
* Specifies in which execution context to lookup global scope variables.
|
|
570
|
+
*/
|
|
571
|
+
executionContextId?: ExecutionContextId | undefined;
|
|
572
|
+
}
|
|
573
|
+
interface EvaluateReturnType {
|
|
574
|
+
/**
|
|
575
|
+
* Evaluation result.
|
|
576
|
+
*/
|
|
577
|
+
result: RemoteObject;
|
|
578
|
+
/**
|
|
579
|
+
* Exception details.
|
|
580
|
+
*/
|
|
581
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
582
|
+
}
|
|
583
|
+
interface AwaitPromiseReturnType {
|
|
584
|
+
/**
|
|
585
|
+
* Promise result. Will contain rejected value if promise was rejected.
|
|
586
|
+
*/
|
|
587
|
+
result: RemoteObject;
|
|
588
|
+
/**
|
|
589
|
+
* Exception details if stack strace is available.
|
|
590
|
+
*/
|
|
591
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
592
|
+
}
|
|
593
|
+
interface CallFunctionOnReturnType {
|
|
594
|
+
/**
|
|
595
|
+
* Call result.
|
|
596
|
+
*/
|
|
597
|
+
result: RemoteObject;
|
|
598
|
+
/**
|
|
599
|
+
* Exception details.
|
|
600
|
+
*/
|
|
601
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
602
|
+
}
|
|
603
|
+
interface GetPropertiesReturnType {
|
|
604
|
+
/**
|
|
605
|
+
* Object properties.
|
|
606
|
+
*/
|
|
607
|
+
result: PropertyDescriptor[];
|
|
608
|
+
/**
|
|
609
|
+
* Internal object properties (only of the element itself).
|
|
610
|
+
*/
|
|
611
|
+
internalProperties?: InternalPropertyDescriptor[] | undefined;
|
|
612
|
+
/**
|
|
613
|
+
* Exception details.
|
|
614
|
+
*/
|
|
615
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
616
|
+
}
|
|
617
|
+
interface CompileScriptReturnType {
|
|
618
|
+
/**
|
|
619
|
+
* Id of the script.
|
|
620
|
+
*/
|
|
621
|
+
scriptId?: ScriptId | undefined;
|
|
622
|
+
/**
|
|
623
|
+
* Exception details.
|
|
624
|
+
*/
|
|
625
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
626
|
+
}
|
|
627
|
+
interface RunScriptReturnType {
|
|
628
|
+
/**
|
|
629
|
+
* Run result.
|
|
630
|
+
*/
|
|
631
|
+
result: RemoteObject;
|
|
632
|
+
/**
|
|
633
|
+
* Exception details.
|
|
634
|
+
*/
|
|
635
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
636
|
+
}
|
|
637
|
+
interface QueryObjectsReturnType {
|
|
638
|
+
/**
|
|
639
|
+
* Array with objects.
|
|
640
|
+
*/
|
|
641
|
+
objects: RemoteObject;
|
|
642
|
+
}
|
|
643
|
+
interface GlobalLexicalScopeNamesReturnType {
|
|
644
|
+
names: string[];
|
|
645
|
+
}
|
|
646
|
+
interface ExecutionContextCreatedEventDataType {
|
|
647
|
+
/**
|
|
648
|
+
* A newly created execution context.
|
|
649
|
+
*/
|
|
650
|
+
context: ExecutionContextDescription;
|
|
651
|
+
}
|
|
652
|
+
interface ExecutionContextDestroyedEventDataType {
|
|
653
|
+
/**
|
|
654
|
+
* Id of the destroyed context
|
|
655
|
+
*/
|
|
656
|
+
executionContextId: ExecutionContextId;
|
|
657
|
+
}
|
|
658
|
+
interface ExceptionThrownEventDataType {
|
|
659
|
+
/**
|
|
660
|
+
* Timestamp of the exception.
|
|
661
|
+
*/
|
|
662
|
+
timestamp: Timestamp;
|
|
663
|
+
exceptionDetails: ExceptionDetails;
|
|
664
|
+
}
|
|
665
|
+
interface ExceptionRevokedEventDataType {
|
|
666
|
+
/**
|
|
667
|
+
* Reason describing why exception was revoked.
|
|
668
|
+
*/
|
|
669
|
+
reason: string;
|
|
670
|
+
/**
|
|
671
|
+
* The id of revoked exception, as reported in <code>exceptionThrown</code>.
|
|
672
|
+
*/
|
|
673
|
+
exceptionId: number;
|
|
674
|
+
}
|
|
675
|
+
interface ConsoleAPICalledEventDataType {
|
|
676
|
+
/**
|
|
677
|
+
* Type of the call.
|
|
678
|
+
*/
|
|
679
|
+
type: string;
|
|
680
|
+
/**
|
|
681
|
+
* Call arguments.
|
|
682
|
+
*/
|
|
683
|
+
args: RemoteObject[];
|
|
684
|
+
/**
|
|
685
|
+
* Identifier of the context where the call was made.
|
|
686
|
+
*/
|
|
687
|
+
executionContextId: ExecutionContextId;
|
|
688
|
+
/**
|
|
689
|
+
* Call timestamp.
|
|
690
|
+
*/
|
|
691
|
+
timestamp: Timestamp;
|
|
692
|
+
/**
|
|
693
|
+
* Stack trace captured when the call was made.
|
|
694
|
+
*/
|
|
695
|
+
stackTrace?: StackTrace | undefined;
|
|
696
|
+
/**
|
|
697
|
+
* Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context.
|
|
698
|
+
* @experimental
|
|
699
|
+
*/
|
|
700
|
+
context?: string | undefined;
|
|
701
|
+
}
|
|
702
|
+
interface InspectRequestedEventDataType {
|
|
703
|
+
object: RemoteObject;
|
|
704
|
+
hints: {};
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
namespace Debugger {
|
|
708
|
+
/**
|
|
709
|
+
* Breakpoint identifier.
|
|
710
|
+
*/
|
|
711
|
+
type BreakpointId = string;
|
|
712
|
+
/**
|
|
713
|
+
* Call frame identifier.
|
|
714
|
+
*/
|
|
715
|
+
type CallFrameId = string;
|
|
716
|
+
/**
|
|
717
|
+
* Location in the source code.
|
|
718
|
+
*/
|
|
719
|
+
interface Location {
|
|
720
|
+
/**
|
|
721
|
+
* Script identifier as reported in the <code>Debugger.scriptParsed</code>.
|
|
722
|
+
*/
|
|
723
|
+
scriptId: Runtime.ScriptId;
|
|
724
|
+
/**
|
|
725
|
+
* Line number in the script (0-based).
|
|
726
|
+
*/
|
|
727
|
+
lineNumber: number;
|
|
728
|
+
/**
|
|
729
|
+
* Column number in the script (0-based).
|
|
730
|
+
*/
|
|
731
|
+
columnNumber?: number | undefined;
|
|
732
|
+
}
|
|
733
|
+
/**
|
|
734
|
+
* Location in the source code.
|
|
735
|
+
* @experimental
|
|
736
|
+
*/
|
|
737
|
+
interface ScriptPosition {
|
|
738
|
+
lineNumber: number;
|
|
739
|
+
columnNumber: number;
|
|
740
|
+
}
|
|
741
|
+
/**
|
|
742
|
+
* JavaScript call frame. Array of call frames form the call stack.
|
|
743
|
+
*/
|
|
744
|
+
interface CallFrame {
|
|
745
|
+
/**
|
|
746
|
+
* Call frame identifier. This identifier is only valid while the virtual machine is paused.
|
|
747
|
+
*/
|
|
748
|
+
callFrameId: CallFrameId;
|
|
749
|
+
/**
|
|
750
|
+
* Name of the JavaScript function called on this call frame.
|
|
751
|
+
*/
|
|
752
|
+
functionName: string;
|
|
753
|
+
/**
|
|
754
|
+
* Location in the source code.
|
|
755
|
+
*/
|
|
756
|
+
functionLocation?: Location | undefined;
|
|
757
|
+
/**
|
|
758
|
+
* Location in the source code.
|
|
759
|
+
*/
|
|
760
|
+
location: Location;
|
|
761
|
+
/**
|
|
762
|
+
* JavaScript script name or url.
|
|
763
|
+
*/
|
|
764
|
+
url: string;
|
|
765
|
+
/**
|
|
766
|
+
* Scope chain for this call frame.
|
|
767
|
+
*/
|
|
768
|
+
scopeChain: Scope[];
|
|
769
|
+
/**
|
|
770
|
+
* <code>this</code> object for this call frame.
|
|
771
|
+
*/
|
|
772
|
+
this: Runtime.RemoteObject;
|
|
773
|
+
/**
|
|
774
|
+
* The value being returned, if the function is at return point.
|
|
775
|
+
*/
|
|
776
|
+
returnValue?: Runtime.RemoteObject | undefined;
|
|
777
|
+
}
|
|
778
|
+
/**
|
|
779
|
+
* Scope description.
|
|
780
|
+
*/
|
|
781
|
+
interface Scope {
|
|
782
|
+
/**
|
|
783
|
+
* Scope type.
|
|
784
|
+
*/
|
|
785
|
+
type: string;
|
|
786
|
+
/**
|
|
787
|
+
* Object representing the scope. For <code>global</code> and <code>with</code> scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.
|
|
788
|
+
*/
|
|
789
|
+
object: Runtime.RemoteObject;
|
|
790
|
+
name?: string | undefined;
|
|
791
|
+
/**
|
|
792
|
+
* Location in the source code where scope starts
|
|
793
|
+
*/
|
|
794
|
+
startLocation?: Location | undefined;
|
|
795
|
+
/**
|
|
796
|
+
* Location in the source code where scope ends
|
|
797
|
+
*/
|
|
798
|
+
endLocation?: Location | undefined;
|
|
799
|
+
}
|
|
800
|
+
/**
|
|
801
|
+
* Search match for resource.
|
|
802
|
+
*/
|
|
803
|
+
interface SearchMatch {
|
|
804
|
+
/**
|
|
805
|
+
* Line number in resource content.
|
|
806
|
+
*/
|
|
807
|
+
lineNumber: number;
|
|
808
|
+
/**
|
|
809
|
+
* Line with match content.
|
|
810
|
+
*/
|
|
811
|
+
lineContent: string;
|
|
812
|
+
}
|
|
813
|
+
interface BreakLocation {
|
|
814
|
+
/**
|
|
815
|
+
* Script identifier as reported in the <code>Debugger.scriptParsed</code>.
|
|
816
|
+
*/
|
|
817
|
+
scriptId: Runtime.ScriptId;
|
|
818
|
+
/**
|
|
819
|
+
* Line number in the script (0-based).
|
|
820
|
+
*/
|
|
821
|
+
lineNumber: number;
|
|
822
|
+
/**
|
|
823
|
+
* Column number in the script (0-based).
|
|
824
|
+
*/
|
|
825
|
+
columnNumber?: number | undefined;
|
|
826
|
+
type?: string | undefined;
|
|
827
|
+
}
|
|
828
|
+
interface SetBreakpointsActiveParameterType {
|
|
829
|
+
/**
|
|
830
|
+
* New value for breakpoints active state.
|
|
831
|
+
*/
|
|
832
|
+
active: boolean;
|
|
833
|
+
}
|
|
834
|
+
interface SetSkipAllPausesParameterType {
|
|
835
|
+
/**
|
|
836
|
+
* New value for skip pauses state.
|
|
837
|
+
*/
|
|
838
|
+
skip: boolean;
|
|
839
|
+
}
|
|
840
|
+
interface SetBreakpointByUrlParameterType {
|
|
841
|
+
/**
|
|
842
|
+
* Line number to set breakpoint at.
|
|
843
|
+
*/
|
|
844
|
+
lineNumber: number;
|
|
845
|
+
/**
|
|
846
|
+
* URL of the resources to set breakpoint on.
|
|
847
|
+
*/
|
|
848
|
+
url?: string | undefined;
|
|
849
|
+
/**
|
|
850
|
+
* Regex pattern for the URLs of the resources to set breakpoints on. Either <code>url</code> or <code>urlRegex</code> must be specified.
|
|
851
|
+
*/
|
|
852
|
+
urlRegex?: string | undefined;
|
|
853
|
+
/**
|
|
854
|
+
* Script hash of the resources to set breakpoint on.
|
|
855
|
+
*/
|
|
856
|
+
scriptHash?: string | undefined;
|
|
857
|
+
/**
|
|
858
|
+
* Offset in the line to set breakpoint at.
|
|
859
|
+
*/
|
|
860
|
+
columnNumber?: number | undefined;
|
|
861
|
+
/**
|
|
862
|
+
* Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.
|
|
863
|
+
*/
|
|
864
|
+
condition?: string | undefined;
|
|
865
|
+
}
|
|
866
|
+
interface SetBreakpointParameterType {
|
|
867
|
+
/**
|
|
868
|
+
* Location to set breakpoint in.
|
|
869
|
+
*/
|
|
870
|
+
location: Location;
|
|
871
|
+
/**
|
|
872
|
+
* Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.
|
|
873
|
+
*/
|
|
874
|
+
condition?: string | undefined;
|
|
875
|
+
}
|
|
876
|
+
interface RemoveBreakpointParameterType {
|
|
877
|
+
breakpointId: BreakpointId;
|
|
878
|
+
}
|
|
879
|
+
interface GetPossibleBreakpointsParameterType {
|
|
880
|
+
/**
|
|
881
|
+
* Start of range to search possible breakpoint locations in.
|
|
882
|
+
*/
|
|
883
|
+
start: Location;
|
|
884
|
+
/**
|
|
885
|
+
* End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range.
|
|
886
|
+
*/
|
|
887
|
+
end?: Location | undefined;
|
|
888
|
+
/**
|
|
889
|
+
* Only consider locations which are in the same (non-nested) function as start.
|
|
890
|
+
*/
|
|
891
|
+
restrictToFunction?: boolean | undefined;
|
|
892
|
+
}
|
|
893
|
+
interface ContinueToLocationParameterType {
|
|
894
|
+
/**
|
|
895
|
+
* Location to continue to.
|
|
896
|
+
*/
|
|
897
|
+
location: Location;
|
|
898
|
+
targetCallFrames?: string | undefined;
|
|
899
|
+
}
|
|
900
|
+
interface PauseOnAsyncCallParameterType {
|
|
901
|
+
/**
|
|
902
|
+
* Debugger will pause when async call with given stack trace is started.
|
|
903
|
+
*/
|
|
904
|
+
parentStackTraceId: Runtime.StackTraceId;
|
|
905
|
+
}
|
|
906
|
+
interface StepIntoParameterType {
|
|
907
|
+
/**
|
|
908
|
+
* Debugger will issue additional Debugger.paused notification if any async task is scheduled before next pause.
|
|
909
|
+
* @experimental
|
|
910
|
+
*/
|
|
911
|
+
breakOnAsyncCall?: boolean | undefined;
|
|
912
|
+
}
|
|
913
|
+
interface GetStackTraceParameterType {
|
|
914
|
+
stackTraceId: Runtime.StackTraceId;
|
|
915
|
+
}
|
|
916
|
+
interface SearchInContentParameterType {
|
|
917
|
+
/**
|
|
918
|
+
* Id of the script to search in.
|
|
919
|
+
*/
|
|
920
|
+
scriptId: Runtime.ScriptId;
|
|
921
|
+
/**
|
|
922
|
+
* String to search for.
|
|
923
|
+
*/
|
|
924
|
+
query: string;
|
|
925
|
+
/**
|
|
926
|
+
* If true, search is case sensitive.
|
|
927
|
+
*/
|
|
928
|
+
caseSensitive?: boolean | undefined;
|
|
929
|
+
/**
|
|
930
|
+
* If true, treats string parameter as regex.
|
|
931
|
+
*/
|
|
932
|
+
isRegex?: boolean | undefined;
|
|
933
|
+
}
|
|
934
|
+
interface SetScriptSourceParameterType {
|
|
935
|
+
/**
|
|
936
|
+
* Id of the script to edit.
|
|
937
|
+
*/
|
|
938
|
+
scriptId: Runtime.ScriptId;
|
|
939
|
+
/**
|
|
940
|
+
* New content of the script.
|
|
941
|
+
*/
|
|
942
|
+
scriptSource: string;
|
|
943
|
+
/**
|
|
944
|
+
* If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code.
|
|
945
|
+
*/
|
|
946
|
+
dryRun?: boolean | undefined;
|
|
947
|
+
}
|
|
948
|
+
interface RestartFrameParameterType {
|
|
949
|
+
/**
|
|
950
|
+
* Call frame identifier to evaluate on.
|
|
951
|
+
*/
|
|
952
|
+
callFrameId: CallFrameId;
|
|
953
|
+
}
|
|
954
|
+
interface GetScriptSourceParameterType {
|
|
955
|
+
/**
|
|
956
|
+
* Id of the script to get source for.
|
|
957
|
+
*/
|
|
958
|
+
scriptId: Runtime.ScriptId;
|
|
959
|
+
}
|
|
960
|
+
interface SetPauseOnExceptionsParameterType {
|
|
961
|
+
/**
|
|
962
|
+
* Pause on exceptions mode.
|
|
963
|
+
*/
|
|
964
|
+
state: string;
|
|
965
|
+
}
|
|
966
|
+
interface EvaluateOnCallFrameParameterType {
|
|
967
|
+
/**
|
|
968
|
+
* Call frame identifier to evaluate on.
|
|
969
|
+
*/
|
|
970
|
+
callFrameId: CallFrameId;
|
|
971
|
+
/**
|
|
972
|
+
* Expression to evaluate.
|
|
973
|
+
*/
|
|
974
|
+
expression: string;
|
|
975
|
+
/**
|
|
976
|
+
* String object group name to put result into (allows rapid releasing resulting object handles using <code>releaseObjectGroup</code>).
|
|
977
|
+
*/
|
|
978
|
+
objectGroup?: string | undefined;
|
|
979
|
+
/**
|
|
980
|
+
* Specifies whether command line API should be available to the evaluated expression, defaults to false.
|
|
981
|
+
*/
|
|
982
|
+
includeCommandLineAPI?: boolean | undefined;
|
|
983
|
+
/**
|
|
984
|
+
* In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
|
|
985
|
+
*/
|
|
986
|
+
silent?: boolean | undefined;
|
|
987
|
+
/**
|
|
988
|
+
* Whether the result is expected to be a JSON object that should be sent by value.
|
|
989
|
+
*/
|
|
990
|
+
returnByValue?: boolean | undefined;
|
|
991
|
+
/**
|
|
992
|
+
* Whether preview should be generated for the result.
|
|
993
|
+
* @experimental
|
|
994
|
+
*/
|
|
995
|
+
generatePreview?: boolean | undefined;
|
|
996
|
+
/**
|
|
997
|
+
* Whether to throw an exception if side effect cannot be ruled out during evaluation.
|
|
998
|
+
*/
|
|
999
|
+
throwOnSideEffect?: boolean | undefined;
|
|
1000
|
+
}
|
|
1001
|
+
interface SetVariableValueParameterType {
|
|
1002
|
+
/**
|
|
1003
|
+
* 0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually.
|
|
1004
|
+
*/
|
|
1005
|
+
scopeNumber: number;
|
|
1006
|
+
/**
|
|
1007
|
+
* Variable name.
|
|
1008
|
+
*/
|
|
1009
|
+
variableName: string;
|
|
1010
|
+
/**
|
|
1011
|
+
* New variable value.
|
|
1012
|
+
*/
|
|
1013
|
+
newValue: Runtime.CallArgument;
|
|
1014
|
+
/**
|
|
1015
|
+
* Id of callframe that holds variable.
|
|
1016
|
+
*/
|
|
1017
|
+
callFrameId: CallFrameId;
|
|
1018
|
+
}
|
|
1019
|
+
interface SetReturnValueParameterType {
|
|
1020
|
+
/**
|
|
1021
|
+
* New return value.
|
|
1022
|
+
*/
|
|
1023
|
+
newValue: Runtime.CallArgument;
|
|
1024
|
+
}
|
|
1025
|
+
interface SetAsyncCallStackDepthParameterType {
|
|
1026
|
+
/**
|
|
1027
|
+
* Maximum depth of async call stacks. Setting to <code>0</code> will effectively disable collecting async call stacks (default).
|
|
1028
|
+
*/
|
|
1029
|
+
maxDepth: number;
|
|
1030
|
+
}
|
|
1031
|
+
interface SetBlackboxPatternsParameterType {
|
|
1032
|
+
/**
|
|
1033
|
+
* Array of regexps that will be used to check script url for blackbox state.
|
|
1034
|
+
*/
|
|
1035
|
+
patterns: string[];
|
|
1036
|
+
}
|
|
1037
|
+
interface SetBlackboxedRangesParameterType {
|
|
1038
|
+
/**
|
|
1039
|
+
* Id of the script.
|
|
1040
|
+
*/
|
|
1041
|
+
scriptId: Runtime.ScriptId;
|
|
1042
|
+
positions: ScriptPosition[];
|
|
1043
|
+
}
|
|
1044
|
+
interface EnableReturnType {
|
|
1045
|
+
/**
|
|
1046
|
+
* Unique identifier of the debugger.
|
|
1047
|
+
* @experimental
|
|
1048
|
+
*/
|
|
1049
|
+
debuggerId: Runtime.UniqueDebuggerId;
|
|
1050
|
+
}
|
|
1051
|
+
interface SetBreakpointByUrlReturnType {
|
|
1052
|
+
/**
|
|
1053
|
+
* Id of the created breakpoint for further reference.
|
|
1054
|
+
*/
|
|
1055
|
+
breakpointId: BreakpointId;
|
|
1056
|
+
/**
|
|
1057
|
+
* List of the locations this breakpoint resolved into upon addition.
|
|
1058
|
+
*/
|
|
1059
|
+
locations: Location[];
|
|
1060
|
+
}
|
|
1061
|
+
interface SetBreakpointReturnType {
|
|
1062
|
+
/**
|
|
1063
|
+
* Id of the created breakpoint for further reference.
|
|
1064
|
+
*/
|
|
1065
|
+
breakpointId: BreakpointId;
|
|
1066
|
+
/**
|
|
1067
|
+
* Location this breakpoint resolved into.
|
|
1068
|
+
*/
|
|
1069
|
+
actualLocation: Location;
|
|
1070
|
+
}
|
|
1071
|
+
interface GetPossibleBreakpointsReturnType {
|
|
1072
|
+
/**
|
|
1073
|
+
* List of the possible breakpoint locations.
|
|
1074
|
+
*/
|
|
1075
|
+
locations: BreakLocation[];
|
|
1076
|
+
}
|
|
1077
|
+
interface GetStackTraceReturnType {
|
|
1078
|
+
stackTrace: Runtime.StackTrace;
|
|
1079
|
+
}
|
|
1080
|
+
interface SearchInContentReturnType {
|
|
1081
|
+
/**
|
|
1082
|
+
* List of search matches.
|
|
1083
|
+
*/
|
|
1084
|
+
result: SearchMatch[];
|
|
1085
|
+
}
|
|
1086
|
+
interface SetScriptSourceReturnType {
|
|
1087
|
+
/**
|
|
1088
|
+
* New stack trace in case editing has happened while VM was stopped.
|
|
1089
|
+
*/
|
|
1090
|
+
callFrames?: CallFrame[] | undefined;
|
|
1091
|
+
/**
|
|
1092
|
+
* Whether current call stack was modified after applying the changes.
|
|
1093
|
+
*/
|
|
1094
|
+
stackChanged?: boolean | undefined;
|
|
1095
|
+
/**
|
|
1096
|
+
* Async stack trace, if any.
|
|
1097
|
+
*/
|
|
1098
|
+
asyncStackTrace?: Runtime.StackTrace | undefined;
|
|
1099
|
+
/**
|
|
1100
|
+
* Async stack trace, if any.
|
|
1101
|
+
* @experimental
|
|
1102
|
+
*/
|
|
1103
|
+
asyncStackTraceId?: Runtime.StackTraceId | undefined;
|
|
1104
|
+
/**
|
|
1105
|
+
* Exception details if any.
|
|
1106
|
+
*/
|
|
1107
|
+
exceptionDetails?: Runtime.ExceptionDetails | undefined;
|
|
1108
|
+
}
|
|
1109
|
+
interface RestartFrameReturnType {
|
|
1110
|
+
/**
|
|
1111
|
+
* New stack trace.
|
|
1112
|
+
*/
|
|
1113
|
+
callFrames: CallFrame[];
|
|
1114
|
+
/**
|
|
1115
|
+
* Async stack trace, if any.
|
|
1116
|
+
*/
|
|
1117
|
+
asyncStackTrace?: Runtime.StackTrace | undefined;
|
|
1118
|
+
/**
|
|
1119
|
+
* Async stack trace, if any.
|
|
1120
|
+
* @experimental
|
|
1121
|
+
*/
|
|
1122
|
+
asyncStackTraceId?: Runtime.StackTraceId | undefined;
|
|
1123
|
+
}
|
|
1124
|
+
interface GetScriptSourceReturnType {
|
|
1125
|
+
/**
|
|
1126
|
+
* Script source.
|
|
1127
|
+
*/
|
|
1128
|
+
scriptSource: string;
|
|
1129
|
+
}
|
|
1130
|
+
interface EvaluateOnCallFrameReturnType {
|
|
1131
|
+
/**
|
|
1132
|
+
* Object wrapper for the evaluation result.
|
|
1133
|
+
*/
|
|
1134
|
+
result: Runtime.RemoteObject;
|
|
1135
|
+
/**
|
|
1136
|
+
* Exception details.
|
|
1137
|
+
*/
|
|
1138
|
+
exceptionDetails?: Runtime.ExceptionDetails | undefined;
|
|
1139
|
+
}
|
|
1140
|
+
interface ScriptParsedEventDataType {
|
|
1141
|
+
/**
|
|
1142
|
+
* Identifier of the script parsed.
|
|
1143
|
+
*/
|
|
1144
|
+
scriptId: Runtime.ScriptId;
|
|
1145
|
+
/**
|
|
1146
|
+
* URL or name of the script parsed (if any).
|
|
1147
|
+
*/
|
|
1148
|
+
url: string;
|
|
1149
|
+
/**
|
|
1150
|
+
* Line offset of the script within the resource with given URL (for script tags).
|
|
1151
|
+
*/
|
|
1152
|
+
startLine: number;
|
|
1153
|
+
/**
|
|
1154
|
+
* Column offset of the script within the resource with given URL.
|
|
1155
|
+
*/
|
|
1156
|
+
startColumn: number;
|
|
1157
|
+
/**
|
|
1158
|
+
* Last line of the script.
|
|
1159
|
+
*/
|
|
1160
|
+
endLine: number;
|
|
1161
|
+
/**
|
|
1162
|
+
* Length of the last line of the script.
|
|
1163
|
+
*/
|
|
1164
|
+
endColumn: number;
|
|
1165
|
+
/**
|
|
1166
|
+
* Specifies script creation context.
|
|
1167
|
+
*/
|
|
1168
|
+
executionContextId: Runtime.ExecutionContextId;
|
|
1169
|
+
/**
|
|
1170
|
+
* Content hash of the script.
|
|
1171
|
+
*/
|
|
1172
|
+
hash: string;
|
|
1173
|
+
/**
|
|
1174
|
+
* Embedder-specific auxiliary data.
|
|
1175
|
+
*/
|
|
1176
|
+
executionContextAuxData?: {} | undefined;
|
|
1177
|
+
/**
|
|
1178
|
+
* True, if this script is generated as a result of the live edit operation.
|
|
1179
|
+
* @experimental
|
|
1180
|
+
*/
|
|
1181
|
+
isLiveEdit?: boolean | undefined;
|
|
1182
|
+
/**
|
|
1183
|
+
* URL of source map associated with script (if any).
|
|
1184
|
+
*/
|
|
1185
|
+
sourceMapURL?: string | undefined;
|
|
1186
|
+
/**
|
|
1187
|
+
* True, if this script has sourceURL.
|
|
1188
|
+
*/
|
|
1189
|
+
hasSourceURL?: boolean | undefined;
|
|
1190
|
+
/**
|
|
1191
|
+
* True, if this script is ES6 module.
|
|
1192
|
+
*/
|
|
1193
|
+
isModule?: boolean | undefined;
|
|
1194
|
+
/**
|
|
1195
|
+
* This script length.
|
|
1196
|
+
*/
|
|
1197
|
+
length?: number | undefined;
|
|
1198
|
+
/**
|
|
1199
|
+
* JavaScript top stack frame of where the script parsed event was triggered if available.
|
|
1200
|
+
* @experimental
|
|
1201
|
+
*/
|
|
1202
|
+
stackTrace?: Runtime.StackTrace | undefined;
|
|
1203
|
+
}
|
|
1204
|
+
interface ScriptFailedToParseEventDataType {
|
|
1205
|
+
/**
|
|
1206
|
+
* Identifier of the script parsed.
|
|
1207
|
+
*/
|
|
1208
|
+
scriptId: Runtime.ScriptId;
|
|
1209
|
+
/**
|
|
1210
|
+
* URL or name of the script parsed (if any).
|
|
1211
|
+
*/
|
|
1212
|
+
url: string;
|
|
1213
|
+
/**
|
|
1214
|
+
* Line offset of the script within the resource with given URL (for script tags).
|
|
1215
|
+
*/
|
|
1216
|
+
startLine: number;
|
|
1217
|
+
/**
|
|
1218
|
+
* Column offset of the script within the resource with given URL.
|
|
1219
|
+
*/
|
|
1220
|
+
startColumn: number;
|
|
1221
|
+
/**
|
|
1222
|
+
* Last line of the script.
|
|
1223
|
+
*/
|
|
1224
|
+
endLine: number;
|
|
1225
|
+
/**
|
|
1226
|
+
* Length of the last line of the script.
|
|
1227
|
+
*/
|
|
1228
|
+
endColumn: number;
|
|
1229
|
+
/**
|
|
1230
|
+
* Specifies script creation context.
|
|
1231
|
+
*/
|
|
1232
|
+
executionContextId: Runtime.ExecutionContextId;
|
|
1233
|
+
/**
|
|
1234
|
+
* Content hash of the script.
|
|
1235
|
+
*/
|
|
1236
|
+
hash: string;
|
|
1237
|
+
/**
|
|
1238
|
+
* Embedder-specific auxiliary data.
|
|
1239
|
+
*/
|
|
1240
|
+
executionContextAuxData?: {} | undefined;
|
|
1241
|
+
/**
|
|
1242
|
+
* URL of source map associated with script (if any).
|
|
1243
|
+
*/
|
|
1244
|
+
sourceMapURL?: string | undefined;
|
|
1245
|
+
/**
|
|
1246
|
+
* True, if this script has sourceURL.
|
|
1247
|
+
*/
|
|
1248
|
+
hasSourceURL?: boolean | undefined;
|
|
1249
|
+
/**
|
|
1250
|
+
* True, if this script is ES6 module.
|
|
1251
|
+
*/
|
|
1252
|
+
isModule?: boolean | undefined;
|
|
1253
|
+
/**
|
|
1254
|
+
* This script length.
|
|
1255
|
+
*/
|
|
1256
|
+
length?: number | undefined;
|
|
1257
|
+
/**
|
|
1258
|
+
* JavaScript top stack frame of where the script parsed event was triggered if available.
|
|
1259
|
+
* @experimental
|
|
1260
|
+
*/
|
|
1261
|
+
stackTrace?: Runtime.StackTrace | undefined;
|
|
1262
|
+
}
|
|
1263
|
+
interface BreakpointResolvedEventDataType {
|
|
1264
|
+
/**
|
|
1265
|
+
* Breakpoint unique identifier.
|
|
1266
|
+
*/
|
|
1267
|
+
breakpointId: BreakpointId;
|
|
1268
|
+
/**
|
|
1269
|
+
* Actual breakpoint location.
|
|
1270
|
+
*/
|
|
1271
|
+
location: Location;
|
|
1272
|
+
}
|
|
1273
|
+
interface PausedEventDataType {
|
|
1274
|
+
/**
|
|
1275
|
+
* Call stack the virtual machine stopped on.
|
|
1276
|
+
*/
|
|
1277
|
+
callFrames: CallFrame[];
|
|
1278
|
+
/**
|
|
1279
|
+
* Pause reason.
|
|
1280
|
+
*/
|
|
1281
|
+
reason: string;
|
|
1282
|
+
/**
|
|
1283
|
+
* Object containing break-specific auxiliary properties.
|
|
1284
|
+
*/
|
|
1285
|
+
data?: {} | undefined;
|
|
1286
|
+
/**
|
|
1287
|
+
* Hit breakpoints IDs
|
|
1288
|
+
*/
|
|
1289
|
+
hitBreakpoints?: string[] | undefined;
|
|
1290
|
+
/**
|
|
1291
|
+
* Async stack trace, if any.
|
|
1292
|
+
*/
|
|
1293
|
+
asyncStackTrace?: Runtime.StackTrace | undefined;
|
|
1294
|
+
/**
|
|
1295
|
+
* Async stack trace, if any.
|
|
1296
|
+
* @experimental
|
|
1297
|
+
*/
|
|
1298
|
+
asyncStackTraceId?: Runtime.StackTraceId | undefined;
|
|
1299
|
+
/**
|
|
1300
|
+
* Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after <code>Debugger.stepInto</code> call with <code>breakOnAsynCall</code> flag.
|
|
1301
|
+
* @experimental
|
|
1302
|
+
*/
|
|
1303
|
+
asyncCallStackTraceId?: Runtime.StackTraceId | undefined;
|
|
1304
|
+
}
|
|
1305
|
+
}
|
|
1306
|
+
namespace Console {
|
|
1307
|
+
/**
|
|
1308
|
+
* Console message.
|
|
1309
|
+
*/
|
|
1310
|
+
interface ConsoleMessage {
|
|
1311
|
+
/**
|
|
1312
|
+
* Message source.
|
|
1313
|
+
*/
|
|
1314
|
+
source: string;
|
|
1315
|
+
/**
|
|
1316
|
+
* Message severity.
|
|
1317
|
+
*/
|
|
1318
|
+
level: string;
|
|
1319
|
+
/**
|
|
1320
|
+
* Message text.
|
|
1321
|
+
*/
|
|
1322
|
+
text: string;
|
|
1323
|
+
/**
|
|
1324
|
+
* URL of the message origin.
|
|
1325
|
+
*/
|
|
1326
|
+
url?: string | undefined;
|
|
1327
|
+
/**
|
|
1328
|
+
* Line number in the resource that generated this message (1-based).
|
|
1329
|
+
*/
|
|
1330
|
+
line?: number | undefined;
|
|
1331
|
+
/**
|
|
1332
|
+
* Column number in the resource that generated this message (1-based).
|
|
1333
|
+
*/
|
|
1334
|
+
column?: number | undefined;
|
|
1335
|
+
}
|
|
1336
|
+
interface MessageAddedEventDataType {
|
|
1337
|
+
/**
|
|
1338
|
+
* Console message that has been added.
|
|
1339
|
+
*/
|
|
1340
|
+
message: ConsoleMessage;
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
namespace Profiler {
|
|
1344
|
+
/**
|
|
1345
|
+
* Profile node. Holds callsite information, execution statistics and child nodes.
|
|
1346
|
+
*/
|
|
1347
|
+
interface ProfileNode {
|
|
1348
|
+
/**
|
|
1349
|
+
* Unique id of the node.
|
|
1350
|
+
*/
|
|
1351
|
+
id: number;
|
|
1352
|
+
/**
|
|
1353
|
+
* Function location.
|
|
1354
|
+
*/
|
|
1355
|
+
callFrame: Runtime.CallFrame;
|
|
1356
|
+
/**
|
|
1357
|
+
* Number of samples where this node was on top of the call stack.
|
|
1358
|
+
*/
|
|
1359
|
+
hitCount?: number | undefined;
|
|
1360
|
+
/**
|
|
1361
|
+
* Child node ids.
|
|
1362
|
+
*/
|
|
1363
|
+
children?: number[] | undefined;
|
|
1364
|
+
/**
|
|
1365
|
+
* The reason of being not optimized. The function may be deoptimized or marked as don't optimize.
|
|
1366
|
+
*/
|
|
1367
|
+
deoptReason?: string | undefined;
|
|
1368
|
+
/**
|
|
1369
|
+
* An array of source position ticks.
|
|
1370
|
+
*/
|
|
1371
|
+
positionTicks?: PositionTickInfo[] | undefined;
|
|
1372
|
+
}
|
|
1373
|
+
/**
|
|
1374
|
+
* Profile.
|
|
1375
|
+
*/
|
|
1376
|
+
interface Profile {
|
|
1377
|
+
/**
|
|
1378
|
+
* The list of profile nodes. First item is the root node.
|
|
1379
|
+
*/
|
|
1380
|
+
nodes: ProfileNode[];
|
|
1381
|
+
/**
|
|
1382
|
+
* Profiling start timestamp in microseconds.
|
|
1383
|
+
*/
|
|
1384
|
+
startTime: number;
|
|
1385
|
+
/**
|
|
1386
|
+
* Profiling end timestamp in microseconds.
|
|
1387
|
+
*/
|
|
1388
|
+
endTime: number;
|
|
1389
|
+
/**
|
|
1390
|
+
* Ids of samples top nodes.
|
|
1391
|
+
*/
|
|
1392
|
+
samples?: number[] | undefined;
|
|
1393
|
+
/**
|
|
1394
|
+
* Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.
|
|
1395
|
+
*/
|
|
1396
|
+
timeDeltas?: number[] | undefined;
|
|
1397
|
+
}
|
|
1398
|
+
/**
|
|
1399
|
+
* Specifies a number of samples attributed to a certain source position.
|
|
1400
|
+
*/
|
|
1401
|
+
interface PositionTickInfo {
|
|
1402
|
+
/**
|
|
1403
|
+
* Source line number (1-based).
|
|
1404
|
+
*/
|
|
1405
|
+
line: number;
|
|
1406
|
+
/**
|
|
1407
|
+
* Number of samples attributed to the source line.
|
|
1408
|
+
*/
|
|
1409
|
+
ticks: number;
|
|
1410
|
+
}
|
|
1411
|
+
/**
|
|
1412
|
+
* Coverage data for a source range.
|
|
1413
|
+
*/
|
|
1414
|
+
interface CoverageRange {
|
|
1415
|
+
/**
|
|
1416
|
+
* JavaScript script source offset for the range start.
|
|
1417
|
+
*/
|
|
1418
|
+
startOffset: number;
|
|
1419
|
+
/**
|
|
1420
|
+
* JavaScript script source offset for the range end.
|
|
1421
|
+
*/
|
|
1422
|
+
endOffset: number;
|
|
1423
|
+
/**
|
|
1424
|
+
* Collected execution count of the source range.
|
|
1425
|
+
*/
|
|
1426
|
+
count: number;
|
|
1427
|
+
}
|
|
1428
|
+
/**
|
|
1429
|
+
* Coverage data for a JavaScript function.
|
|
1430
|
+
*/
|
|
1431
|
+
interface FunctionCoverage {
|
|
1432
|
+
/**
|
|
1433
|
+
* JavaScript function name.
|
|
1434
|
+
*/
|
|
1435
|
+
functionName: string;
|
|
1436
|
+
/**
|
|
1437
|
+
* Source ranges inside the function with coverage data.
|
|
1438
|
+
*/
|
|
1439
|
+
ranges: CoverageRange[];
|
|
1440
|
+
/**
|
|
1441
|
+
* Whether coverage data for this function has block granularity.
|
|
1442
|
+
*/
|
|
1443
|
+
isBlockCoverage: boolean;
|
|
1444
|
+
}
|
|
1445
|
+
/**
|
|
1446
|
+
* Coverage data for a JavaScript script.
|
|
1447
|
+
*/
|
|
1448
|
+
interface ScriptCoverage {
|
|
1449
|
+
/**
|
|
1450
|
+
* JavaScript script id.
|
|
1451
|
+
*/
|
|
1452
|
+
scriptId: Runtime.ScriptId;
|
|
1453
|
+
/**
|
|
1454
|
+
* JavaScript script name or url.
|
|
1455
|
+
*/
|
|
1456
|
+
url: string;
|
|
1457
|
+
/**
|
|
1458
|
+
* Functions contained in the script that has coverage data.
|
|
1459
|
+
*/
|
|
1460
|
+
functions: FunctionCoverage[];
|
|
1461
|
+
}
|
|
1462
|
+
interface SetSamplingIntervalParameterType {
|
|
1463
|
+
/**
|
|
1464
|
+
* New sampling interval in microseconds.
|
|
1465
|
+
*/
|
|
1466
|
+
interval: number;
|
|
1467
|
+
}
|
|
1468
|
+
interface StartPreciseCoverageParameterType {
|
|
1469
|
+
/**
|
|
1470
|
+
* Collect accurate call counts beyond simple 'covered' or 'not covered'.
|
|
1471
|
+
*/
|
|
1472
|
+
callCount?: boolean | undefined;
|
|
1473
|
+
/**
|
|
1474
|
+
* Collect block-based coverage.
|
|
1475
|
+
*/
|
|
1476
|
+
detailed?: boolean | undefined;
|
|
1477
|
+
}
|
|
1478
|
+
interface StopReturnType {
|
|
1479
|
+
/**
|
|
1480
|
+
* Recorded profile.
|
|
1481
|
+
*/
|
|
1482
|
+
profile: Profile;
|
|
1483
|
+
}
|
|
1484
|
+
interface TakePreciseCoverageReturnType {
|
|
1485
|
+
/**
|
|
1486
|
+
* Coverage data for the current isolate.
|
|
1487
|
+
*/
|
|
1488
|
+
result: ScriptCoverage[];
|
|
1489
|
+
}
|
|
1490
|
+
interface GetBestEffortCoverageReturnType {
|
|
1491
|
+
/**
|
|
1492
|
+
* Coverage data for the current isolate.
|
|
1493
|
+
*/
|
|
1494
|
+
result: ScriptCoverage[];
|
|
1495
|
+
}
|
|
1496
|
+
interface ConsoleProfileStartedEventDataType {
|
|
1497
|
+
id: string;
|
|
1498
|
+
/**
|
|
1499
|
+
* Location of console.profile().
|
|
1500
|
+
*/
|
|
1501
|
+
location: Debugger.Location;
|
|
1502
|
+
/**
|
|
1503
|
+
* Profile title passed as an argument to console.profile().
|
|
1504
|
+
*/
|
|
1505
|
+
title?: string | undefined;
|
|
1506
|
+
}
|
|
1507
|
+
interface ConsoleProfileFinishedEventDataType {
|
|
1508
|
+
id: string;
|
|
1509
|
+
/**
|
|
1510
|
+
* Location of console.profileEnd().
|
|
1511
|
+
*/
|
|
1512
|
+
location: Debugger.Location;
|
|
1513
|
+
profile: Profile;
|
|
1514
|
+
/**
|
|
1515
|
+
* Profile title passed as an argument to console.profile().
|
|
1516
|
+
*/
|
|
1517
|
+
title?: string | undefined;
|
|
1518
|
+
}
|
|
1519
|
+
}
|
|
1520
|
+
namespace HeapProfiler {
|
|
1521
|
+
/**
|
|
1522
|
+
* Heap snapshot object id.
|
|
1523
|
+
*/
|
|
1524
|
+
type HeapSnapshotObjectId = string;
|
|
1525
|
+
/**
|
|
1526
|
+
* Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes.
|
|
1527
|
+
*/
|
|
1528
|
+
interface SamplingHeapProfileNode {
|
|
1529
|
+
/**
|
|
1530
|
+
* Function location.
|
|
1531
|
+
*/
|
|
1532
|
+
callFrame: Runtime.CallFrame;
|
|
1533
|
+
/**
|
|
1534
|
+
* Allocations size in bytes for the node excluding children.
|
|
1535
|
+
*/
|
|
1536
|
+
selfSize: number;
|
|
1537
|
+
/**
|
|
1538
|
+
* Child nodes.
|
|
1539
|
+
*/
|
|
1540
|
+
children: SamplingHeapProfileNode[];
|
|
1541
|
+
}
|
|
1542
|
+
/**
|
|
1543
|
+
* Profile.
|
|
1544
|
+
*/
|
|
1545
|
+
interface SamplingHeapProfile {
|
|
1546
|
+
head: SamplingHeapProfileNode;
|
|
1547
|
+
}
|
|
1548
|
+
interface StartTrackingHeapObjectsParameterType {
|
|
1549
|
+
trackAllocations?: boolean | undefined;
|
|
1550
|
+
}
|
|
1551
|
+
interface StopTrackingHeapObjectsParameterType {
|
|
1552
|
+
/**
|
|
1553
|
+
* If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped.
|
|
1554
|
+
*/
|
|
1555
|
+
reportProgress?: boolean | undefined;
|
|
1556
|
+
}
|
|
1557
|
+
interface TakeHeapSnapshotParameterType {
|
|
1558
|
+
/**
|
|
1559
|
+
* If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken.
|
|
1560
|
+
*/
|
|
1561
|
+
reportProgress?: boolean | undefined;
|
|
1562
|
+
}
|
|
1563
|
+
interface GetObjectByHeapObjectIdParameterType {
|
|
1564
|
+
objectId: HeapSnapshotObjectId;
|
|
1565
|
+
/**
|
|
1566
|
+
* Symbolic group name that can be used to release multiple objects.
|
|
1567
|
+
*/
|
|
1568
|
+
objectGroup?: string | undefined;
|
|
1569
|
+
}
|
|
1570
|
+
interface AddInspectedHeapObjectParameterType {
|
|
1571
|
+
/**
|
|
1572
|
+
* Heap snapshot object id to be accessible by means of $x command line API.
|
|
1573
|
+
*/
|
|
1574
|
+
heapObjectId: HeapSnapshotObjectId;
|
|
1575
|
+
}
|
|
1576
|
+
interface GetHeapObjectIdParameterType {
|
|
1577
|
+
/**
|
|
1578
|
+
* Identifier of the object to get heap object id for.
|
|
1579
|
+
*/
|
|
1580
|
+
objectId: Runtime.RemoteObjectId;
|
|
1581
|
+
}
|
|
1582
|
+
interface StartSamplingParameterType {
|
|
1583
|
+
/**
|
|
1584
|
+
* Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes.
|
|
1585
|
+
*/
|
|
1586
|
+
samplingInterval?: number | undefined;
|
|
1587
|
+
}
|
|
1588
|
+
interface GetObjectByHeapObjectIdReturnType {
|
|
1589
|
+
/**
|
|
1590
|
+
* Evaluation result.
|
|
1591
|
+
*/
|
|
1592
|
+
result: Runtime.RemoteObject;
|
|
1593
|
+
}
|
|
1594
|
+
interface GetHeapObjectIdReturnType {
|
|
1595
|
+
/**
|
|
1596
|
+
* Id of the heap snapshot object corresponding to the passed remote object id.
|
|
1597
|
+
*/
|
|
1598
|
+
heapSnapshotObjectId: HeapSnapshotObjectId;
|
|
1599
|
+
}
|
|
1600
|
+
interface StopSamplingReturnType {
|
|
1601
|
+
/**
|
|
1602
|
+
* Recorded sampling heap profile.
|
|
1603
|
+
*/
|
|
1604
|
+
profile: SamplingHeapProfile;
|
|
1605
|
+
}
|
|
1606
|
+
interface GetSamplingProfileReturnType {
|
|
1607
|
+
/**
|
|
1608
|
+
* Return the sampling profile being collected.
|
|
1609
|
+
*/
|
|
1610
|
+
profile: SamplingHeapProfile;
|
|
1611
|
+
}
|
|
1612
|
+
interface AddHeapSnapshotChunkEventDataType {
|
|
1613
|
+
chunk: string;
|
|
1614
|
+
}
|
|
1615
|
+
interface ReportHeapSnapshotProgressEventDataType {
|
|
1616
|
+
done: number;
|
|
1617
|
+
total: number;
|
|
1618
|
+
finished?: boolean | undefined;
|
|
1619
|
+
}
|
|
1620
|
+
interface LastSeenObjectIdEventDataType {
|
|
1621
|
+
lastSeenObjectId: number;
|
|
1622
|
+
timestamp: number;
|
|
1623
|
+
}
|
|
1624
|
+
interface HeapStatsUpdateEventDataType {
|
|
1625
|
+
/**
|
|
1626
|
+
* An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment.
|
|
1627
|
+
*/
|
|
1628
|
+
statsUpdate: number[];
|
|
1629
|
+
}
|
|
1630
|
+
}
|
|
1631
|
+
namespace NodeTracing {
|
|
1632
|
+
interface TraceConfig {
|
|
1633
|
+
/**
|
|
1634
|
+
* Controls how the trace buffer stores data.
|
|
1635
|
+
*/
|
|
1636
|
+
recordMode?: string | undefined;
|
|
1637
|
+
/**
|
|
1638
|
+
* Included category filters.
|
|
1639
|
+
*/
|
|
1640
|
+
includedCategories: string[];
|
|
1641
|
+
}
|
|
1642
|
+
interface StartParameterType {
|
|
1643
|
+
traceConfig: TraceConfig;
|
|
1644
|
+
}
|
|
1645
|
+
interface GetCategoriesReturnType {
|
|
1646
|
+
/**
|
|
1647
|
+
* A list of supported tracing categories.
|
|
1648
|
+
*/
|
|
1649
|
+
categories: string[];
|
|
1650
|
+
}
|
|
1651
|
+
interface DataCollectedEventDataType {
|
|
1652
|
+
value: Array<{}>;
|
|
1653
|
+
}
|
|
1654
|
+
}
|
|
1655
|
+
namespace NodeWorker {
|
|
1656
|
+
type WorkerID = string;
|
|
1657
|
+
/**
|
|
1658
|
+
* Unique identifier of attached debugging session.
|
|
1659
|
+
*/
|
|
1660
|
+
type SessionID = string;
|
|
1661
|
+
interface WorkerInfo {
|
|
1662
|
+
workerId: WorkerID;
|
|
1663
|
+
type: string;
|
|
1664
|
+
title: string;
|
|
1665
|
+
url: string;
|
|
1666
|
+
}
|
|
1667
|
+
interface SendMessageToWorkerParameterType {
|
|
1668
|
+
message: string;
|
|
1669
|
+
/**
|
|
1670
|
+
* Identifier of the session.
|
|
1671
|
+
*/
|
|
1672
|
+
sessionId: SessionID;
|
|
1673
|
+
}
|
|
1674
|
+
interface EnableParameterType {
|
|
1675
|
+
/**
|
|
1676
|
+
* Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugger`
|
|
1677
|
+
* message to run them.
|
|
1678
|
+
*/
|
|
1679
|
+
waitForDebuggerOnStart: boolean;
|
|
1680
|
+
}
|
|
1681
|
+
interface DetachParameterType {
|
|
1682
|
+
sessionId: SessionID;
|
|
1683
|
+
}
|
|
1684
|
+
interface AttachedToWorkerEventDataType {
|
|
1685
|
+
/**
|
|
1686
|
+
* Identifier assigned to the session used to send/receive messages.
|
|
1687
|
+
*/
|
|
1688
|
+
sessionId: SessionID;
|
|
1689
|
+
workerInfo: WorkerInfo;
|
|
1690
|
+
waitingForDebugger: boolean;
|
|
1691
|
+
}
|
|
1692
|
+
interface DetachedFromWorkerEventDataType {
|
|
1693
|
+
/**
|
|
1694
|
+
* Detached session identifier.
|
|
1695
|
+
*/
|
|
1696
|
+
sessionId: SessionID;
|
|
1697
|
+
}
|
|
1698
|
+
interface ReceivedMessageFromWorkerEventDataType {
|
|
1699
|
+
/**
|
|
1700
|
+
* Identifier of a session which sends a message.
|
|
1701
|
+
*/
|
|
1702
|
+
sessionId: SessionID;
|
|
1703
|
+
message: string;
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1706
|
+
namespace NodeRuntime {
|
|
1707
|
+
interface NotifyWhenWaitingForDisconnectParameterType {
|
|
1708
|
+
enabled: boolean;
|
|
1709
|
+
}
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
/**
|
|
1713
|
+
* The `inspector.Session` is used for dispatching messages to the V8 inspector
|
|
1714
|
+
* back-end and receiving message responses and notifications.
|
|
1715
|
+
*/
|
|
1716
|
+
class Session extends EventEmitter {
|
|
1717
|
+
/**
|
|
1718
|
+
* Create a new instance of the inspector.Session class.
|
|
1719
|
+
* The inspector session needs to be connected through `session.connect()` before the messages can be dispatched to the inspector backend.
|
|
1720
|
+
*/
|
|
1721
|
+
constructor();
|
|
1722
|
+
|
|
1723
|
+
/**
|
|
1724
|
+
* Connects a session to the inspector back-end.
|
|
1725
|
+
*/
|
|
1726
|
+
connect(): void;
|
|
1727
|
+
|
|
1728
|
+
/**
|
|
1729
|
+
* Connects a session to the inspector back-end.
|
|
1730
|
+
* An exception will be thrown if this API was not called on a Worker thread.
|
|
1731
|
+
* @since v12.11.0
|
|
1732
|
+
*/
|
|
1733
|
+
connectToMainThread(): void;
|
|
1734
|
+
|
|
1735
|
+
/**
|
|
1736
|
+
* Immediately close the session. All pending message callbacks will be called with an error.
|
|
1737
|
+
* `session.connect()` will need to be called to be able to send messages again.
|
|
1738
|
+
* Reconnected session will lose all inspector state, such as enabled agents or configured breakpoints.
|
|
1739
|
+
*/
|
|
1740
|
+
disconnect(): void;
|
|
1741
|
+
|
|
1742
|
+
/**
|
|
1743
|
+
* Posts a message to the inspector back-end. `callback` will be notified when
|
|
1744
|
+
* a response is received. `callback` is a function that accepts two optional
|
|
1745
|
+
* arguments: error and message-specific result.
|
|
1746
|
+
*
|
|
1747
|
+
* ```js
|
|
1748
|
+
* session.post('Runtime.evaluate', { expression: '2 + 2' },
|
|
1749
|
+
* (error, { result }) => console.log(result));
|
|
1750
|
+
* // Output: { type: 'number', value: 4, description: '4' }
|
|
1751
|
+
* ```
|
|
1752
|
+
*
|
|
1753
|
+
* The latest version of the V8 inspector protocol is published on the
|
|
1754
|
+
* [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/).
|
|
1755
|
+
*
|
|
1756
|
+
* Node.js inspector supports all the Chrome DevTools Protocol domains declared
|
|
1757
|
+
* by V8. Chrome DevTools Protocol domain provides an interface for interacting
|
|
1758
|
+
* with one of the runtime agents used to inspect the application state and listen
|
|
1759
|
+
* to the run-time events.
|
|
1760
|
+
*/
|
|
1761
|
+
post(method: string, callback?: (err: Error | null, params?: object) => void): void;
|
|
1762
|
+
post(method: string, params?: object, callback?: (err: Error | null, params?: object) => void): void;
|
|
1763
|
+
/**
|
|
1764
|
+
* Returns supported domains.
|
|
1765
|
+
*/
|
|
1766
|
+
post(method: 'Schema.getDomains', callback?: (err: Error | null, params: Schema.GetDomainsReturnType) => void): void;
|
|
1767
|
+
/**
|
|
1768
|
+
* Evaluates expression on global object.
|
|
1769
|
+
*/
|
|
1770
|
+
post(method: 'Runtime.evaluate', params?: Runtime.EvaluateParameterType, callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void;
|
|
1771
|
+
post(method: 'Runtime.evaluate', callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void;
|
|
1772
|
+
/**
|
|
1773
|
+
* Add handler to promise with given promise object id.
|
|
1774
|
+
*/
|
|
1775
|
+
post(method: 'Runtime.awaitPromise', params?: Runtime.AwaitPromiseParameterType, callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void;
|
|
1776
|
+
post(method: 'Runtime.awaitPromise', callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void;
|
|
1777
|
+
/**
|
|
1778
|
+
* Calls function with given declaration on the given object. Object group of the result is inherited from the target object.
|
|
1779
|
+
*/
|
|
1780
|
+
post(method: 'Runtime.callFunctionOn', params?: Runtime.CallFunctionOnParameterType, callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void;
|
|
1781
|
+
post(method: 'Runtime.callFunctionOn', callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void;
|
|
1782
|
+
/**
|
|
1783
|
+
* Returns properties of a given object. Object group of the result is inherited from the target object.
|
|
1784
|
+
*/
|
|
1785
|
+
post(method: 'Runtime.getProperties', params?: Runtime.GetPropertiesParameterType, callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void;
|
|
1786
|
+
post(method: 'Runtime.getProperties', callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void;
|
|
1787
|
+
/**
|
|
1788
|
+
* Releases remote object with given id.
|
|
1789
|
+
*/
|
|
1790
|
+
post(method: 'Runtime.releaseObject', params?: Runtime.ReleaseObjectParameterType, callback?: (err: Error | null) => void): void;
|
|
1791
|
+
post(method: 'Runtime.releaseObject', callback?: (err: Error | null) => void): void;
|
|
1792
|
+
/**
|
|
1793
|
+
* Releases all remote objects that belong to a given group.
|
|
1794
|
+
*/
|
|
1795
|
+
post(method: 'Runtime.releaseObjectGroup', params?: Runtime.ReleaseObjectGroupParameterType, callback?: (err: Error | null) => void): void;
|
|
1796
|
+
post(method: 'Runtime.releaseObjectGroup', callback?: (err: Error | null) => void): void;
|
|
1797
|
+
/**
|
|
1798
|
+
* Tells inspected instance to run if it was waiting for debugger to attach.
|
|
1799
|
+
*/
|
|
1800
|
+
post(method: 'Runtime.runIfWaitingForDebugger', callback?: (err: Error | null) => void): void;
|
|
1801
|
+
/**
|
|
1802
|
+
* Enables reporting of execution contexts creation by means of <code>executionContextCreated</code> event. When the reporting gets enabled the event will be sent immediately for each existing execution context.
|
|
1803
|
+
*/
|
|
1804
|
+
post(method: 'Runtime.enable', callback?: (err: Error | null) => void): void;
|
|
1805
|
+
/**
|
|
1806
|
+
* Disables reporting of execution contexts creation.
|
|
1807
|
+
*/
|
|
1808
|
+
post(method: 'Runtime.disable', callback?: (err: Error | null) => void): void;
|
|
1809
|
+
/**
|
|
1810
|
+
* Discards collected exceptions and console API calls.
|
|
1811
|
+
*/
|
|
1812
|
+
post(method: 'Runtime.discardConsoleEntries', callback?: (err: Error | null) => void): void;
|
|
1813
|
+
/**
|
|
1814
|
+
* @experimental
|
|
1815
|
+
*/
|
|
1816
|
+
post(method: 'Runtime.setCustomObjectFormatterEnabled', params?: Runtime.SetCustomObjectFormatterEnabledParameterType, callback?: (err: Error | null) => void): void;
|
|
1817
|
+
post(method: 'Runtime.setCustomObjectFormatterEnabled', callback?: (err: Error | null) => void): void;
|
|
1818
|
+
/**
|
|
1819
|
+
* Compiles expression.
|
|
1820
|
+
*/
|
|
1821
|
+
post(method: 'Runtime.compileScript', params?: Runtime.CompileScriptParameterType, callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void;
|
|
1822
|
+
post(method: 'Runtime.compileScript', callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void;
|
|
1823
|
+
/**
|
|
1824
|
+
* Runs script with given id in a given context.
|
|
1825
|
+
*/
|
|
1826
|
+
post(method: 'Runtime.runScript', params?: Runtime.RunScriptParameterType, callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void;
|
|
1827
|
+
post(method: 'Runtime.runScript', callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void;
|
|
1828
|
+
post(method: 'Runtime.queryObjects', params?: Runtime.QueryObjectsParameterType, callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void;
|
|
1829
|
+
post(method: 'Runtime.queryObjects', callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void;
|
|
1830
|
+
/**
|
|
1831
|
+
* Returns all let, const and class variables from global scope.
|
|
1832
|
+
*/
|
|
1833
|
+
post(
|
|
1834
|
+
method: 'Runtime.globalLexicalScopeNames',
|
|
1835
|
+
params?: Runtime.GlobalLexicalScopeNamesParameterType,
|
|
1836
|
+
callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void
|
|
1837
|
+
): void;
|
|
1838
|
+
post(method: 'Runtime.globalLexicalScopeNames', callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void): void;
|
|
1839
|
+
/**
|
|
1840
|
+
* Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.
|
|
1841
|
+
*/
|
|
1842
|
+
post(method: 'Debugger.enable', callback?: (err: Error | null, params: Debugger.EnableReturnType) => void): void;
|
|
1843
|
+
/**
|
|
1844
|
+
* Disables debugger for given page.
|
|
1845
|
+
*/
|
|
1846
|
+
post(method: 'Debugger.disable', callback?: (err: Error | null) => void): void;
|
|
1847
|
+
/**
|
|
1848
|
+
* Activates / deactivates all breakpoints on the page.
|
|
1849
|
+
*/
|
|
1850
|
+
post(method: 'Debugger.setBreakpointsActive', params?: Debugger.SetBreakpointsActiveParameterType, callback?: (err: Error | null) => void): void;
|
|
1851
|
+
post(method: 'Debugger.setBreakpointsActive', callback?: (err: Error | null) => void): void;
|
|
1852
|
+
/**
|
|
1853
|
+
* Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).
|
|
1854
|
+
*/
|
|
1855
|
+
post(method: 'Debugger.setSkipAllPauses', params?: Debugger.SetSkipAllPausesParameterType, callback?: (err: Error | null) => void): void;
|
|
1856
|
+
post(method: 'Debugger.setSkipAllPauses', callback?: (err: Error | null) => void): void;
|
|
1857
|
+
/**
|
|
1858
|
+
* Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in <code>locations</code> property. Further matching script parsing will result in subsequent <code>breakpointResolved</code> events issued. This logical breakpoint will survive page reloads.
|
|
1859
|
+
*/
|
|
1860
|
+
post(method: 'Debugger.setBreakpointByUrl', params?: Debugger.SetBreakpointByUrlParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void;
|
|
1861
|
+
post(method: 'Debugger.setBreakpointByUrl', callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void;
|
|
1862
|
+
/**
|
|
1863
|
+
* Sets JavaScript breakpoint at a given location.
|
|
1864
|
+
*/
|
|
1865
|
+
post(method: 'Debugger.setBreakpoint', params?: Debugger.SetBreakpointParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void;
|
|
1866
|
+
post(method: 'Debugger.setBreakpoint', callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void;
|
|
1867
|
+
/**
|
|
1868
|
+
* Removes JavaScript breakpoint.
|
|
1869
|
+
*/
|
|
1870
|
+
post(method: 'Debugger.removeBreakpoint', params?: Debugger.RemoveBreakpointParameterType, callback?: (err: Error | null) => void): void;
|
|
1871
|
+
post(method: 'Debugger.removeBreakpoint', callback?: (err: Error | null) => void): void;
|
|
1872
|
+
/**
|
|
1873
|
+
* Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.
|
|
1874
|
+
*/
|
|
1875
|
+
post(
|
|
1876
|
+
method: 'Debugger.getPossibleBreakpoints',
|
|
1877
|
+
params?: Debugger.GetPossibleBreakpointsParameterType,
|
|
1878
|
+
callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void
|
|
1879
|
+
): void;
|
|
1880
|
+
post(method: 'Debugger.getPossibleBreakpoints', callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void): void;
|
|
1881
|
+
/**
|
|
1882
|
+
* Continues execution until specific location is reached.
|
|
1883
|
+
*/
|
|
1884
|
+
post(method: 'Debugger.continueToLocation', params?: Debugger.ContinueToLocationParameterType, callback?: (err: Error | null) => void): void;
|
|
1885
|
+
post(method: 'Debugger.continueToLocation', callback?: (err: Error | null) => void): void;
|
|
1886
|
+
/**
|
|
1887
|
+
* @experimental
|
|
1888
|
+
*/
|
|
1889
|
+
post(method: 'Debugger.pauseOnAsyncCall', params?: Debugger.PauseOnAsyncCallParameterType, callback?: (err: Error | null) => void): void;
|
|
1890
|
+
post(method: 'Debugger.pauseOnAsyncCall', callback?: (err: Error | null) => void): void;
|
|
1891
|
+
/**
|
|
1892
|
+
* Steps over the statement.
|
|
1893
|
+
*/
|
|
1894
|
+
post(method: 'Debugger.stepOver', callback?: (err: Error | null) => void): void;
|
|
1895
|
+
/**
|
|
1896
|
+
* Steps into the function call.
|
|
1897
|
+
*/
|
|
1898
|
+
post(method: 'Debugger.stepInto', params?: Debugger.StepIntoParameterType, callback?: (err: Error | null) => void): void;
|
|
1899
|
+
post(method: 'Debugger.stepInto', callback?: (err: Error | null) => void): void;
|
|
1900
|
+
/**
|
|
1901
|
+
* Steps out of the function call.
|
|
1902
|
+
*/
|
|
1903
|
+
post(method: 'Debugger.stepOut', callback?: (err: Error | null) => void): void;
|
|
1904
|
+
/**
|
|
1905
|
+
* Stops on the next JavaScript statement.
|
|
1906
|
+
*/
|
|
1907
|
+
post(method: 'Debugger.pause', callback?: (err: Error | null) => void): void;
|
|
1908
|
+
/**
|
|
1909
|
+
* This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called.
|
|
1910
|
+
* @experimental
|
|
1911
|
+
*/
|
|
1912
|
+
post(method: 'Debugger.scheduleStepIntoAsync', callback?: (err: Error | null) => void): void;
|
|
1913
|
+
/**
|
|
1914
|
+
* Resumes JavaScript execution.
|
|
1915
|
+
*/
|
|
1916
|
+
post(method: 'Debugger.resume', callback?: (err: Error | null) => void): void;
|
|
1917
|
+
/**
|
|
1918
|
+
* Returns stack trace with given <code>stackTraceId</code>.
|
|
1919
|
+
* @experimental
|
|
1920
|
+
*/
|
|
1921
|
+
post(method: 'Debugger.getStackTrace', params?: Debugger.GetStackTraceParameterType, callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void;
|
|
1922
|
+
post(method: 'Debugger.getStackTrace', callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void;
|
|
1923
|
+
/**
|
|
1924
|
+
* Searches for given string in script content.
|
|
1925
|
+
*/
|
|
1926
|
+
post(method: 'Debugger.searchInContent', params?: Debugger.SearchInContentParameterType, callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void;
|
|
1927
|
+
post(method: 'Debugger.searchInContent', callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void;
|
|
1928
|
+
/**
|
|
1929
|
+
* Edits JavaScript source live.
|
|
1930
|
+
*/
|
|
1931
|
+
post(method: 'Debugger.setScriptSource', params?: Debugger.SetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void;
|
|
1932
|
+
post(method: 'Debugger.setScriptSource', callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void;
|
|
1933
|
+
/**
|
|
1934
|
+
* Restarts particular call frame from the beginning.
|
|
1935
|
+
*/
|
|
1936
|
+
post(method: 'Debugger.restartFrame', params?: Debugger.RestartFrameParameterType, callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void;
|
|
1937
|
+
post(method: 'Debugger.restartFrame', callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void;
|
|
1938
|
+
/**
|
|
1939
|
+
* Returns source for the script with given id.
|
|
1940
|
+
*/
|
|
1941
|
+
post(method: 'Debugger.getScriptSource', params?: Debugger.GetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void;
|
|
1942
|
+
post(method: 'Debugger.getScriptSource', callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void;
|
|
1943
|
+
/**
|
|
1944
|
+
* Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is <code>none</code>.
|
|
1945
|
+
*/
|
|
1946
|
+
post(method: 'Debugger.setPauseOnExceptions', params?: Debugger.SetPauseOnExceptionsParameterType, callback?: (err: Error | null) => void): void;
|
|
1947
|
+
post(method: 'Debugger.setPauseOnExceptions', callback?: (err: Error | null) => void): void;
|
|
1948
|
+
/**
|
|
1949
|
+
* Evaluates expression on a given call frame.
|
|
1950
|
+
*/
|
|
1951
|
+
post(method: 'Debugger.evaluateOnCallFrame', params?: Debugger.EvaluateOnCallFrameParameterType, callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void;
|
|
1952
|
+
post(method: 'Debugger.evaluateOnCallFrame', callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void;
|
|
1953
|
+
/**
|
|
1954
|
+
* Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually.
|
|
1955
|
+
*/
|
|
1956
|
+
post(method: 'Debugger.setVariableValue', params?: Debugger.SetVariableValueParameterType, callback?: (err: Error | null) => void): void;
|
|
1957
|
+
post(method: 'Debugger.setVariableValue', callback?: (err: Error | null) => void): void;
|
|
1958
|
+
/**
|
|
1959
|
+
* Changes return value in top frame. Available only at return break position.
|
|
1960
|
+
* @experimental
|
|
1961
|
+
*/
|
|
1962
|
+
post(method: 'Debugger.setReturnValue', params?: Debugger.SetReturnValueParameterType, callback?: (err: Error | null) => void): void;
|
|
1963
|
+
post(method: 'Debugger.setReturnValue', callback?: (err: Error | null) => void): void;
|
|
1964
|
+
/**
|
|
1965
|
+
* Enables or disables async call stacks tracking.
|
|
1966
|
+
*/
|
|
1967
|
+
post(method: 'Debugger.setAsyncCallStackDepth', params?: Debugger.SetAsyncCallStackDepthParameterType, callback?: (err: Error | null) => void): void;
|
|
1968
|
+
post(method: 'Debugger.setAsyncCallStackDepth', callback?: (err: Error | null) => void): void;
|
|
1969
|
+
/**
|
|
1970
|
+
* Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.
|
|
1971
|
+
* @experimental
|
|
1972
|
+
*/
|
|
1973
|
+
post(method: 'Debugger.setBlackboxPatterns', params?: Debugger.SetBlackboxPatternsParameterType, callback?: (err: Error | null) => void): void;
|
|
1974
|
+
post(method: 'Debugger.setBlackboxPatterns', callback?: (err: Error | null) => void): void;
|
|
1975
|
+
/**
|
|
1976
|
+
* Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted.
|
|
1977
|
+
* @experimental
|
|
1978
|
+
*/
|
|
1979
|
+
post(method: 'Debugger.setBlackboxedRanges', params?: Debugger.SetBlackboxedRangesParameterType, callback?: (err: Error | null) => void): void;
|
|
1980
|
+
post(method: 'Debugger.setBlackboxedRanges', callback?: (err: Error | null) => void): void;
|
|
1981
|
+
/**
|
|
1982
|
+
* Enables console domain, sends the messages collected so far to the client by means of the <code>messageAdded</code> notification.
|
|
1983
|
+
*/
|
|
1984
|
+
post(method: 'Console.enable', callback?: (err: Error | null) => void): void;
|
|
1985
|
+
/**
|
|
1986
|
+
* Disables console domain, prevents further console messages from being reported to the client.
|
|
1987
|
+
*/
|
|
1988
|
+
post(method: 'Console.disable', callback?: (err: Error | null) => void): void;
|
|
1989
|
+
/**
|
|
1990
|
+
* Does nothing.
|
|
1991
|
+
*/
|
|
1992
|
+
post(method: 'Console.clearMessages', callback?: (err: Error | null) => void): void;
|
|
1993
|
+
post(method: 'Profiler.enable', callback?: (err: Error | null) => void): void;
|
|
1994
|
+
post(method: 'Profiler.disable', callback?: (err: Error | null) => void): void;
|
|
1995
|
+
/**
|
|
1996
|
+
* Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.
|
|
1997
|
+
*/
|
|
1998
|
+
post(method: 'Profiler.setSamplingInterval', params?: Profiler.SetSamplingIntervalParameterType, callback?: (err: Error | null) => void): void;
|
|
1999
|
+
post(method: 'Profiler.setSamplingInterval', callback?: (err: Error | null) => void): void;
|
|
2000
|
+
post(method: 'Profiler.start', callback?: (err: Error | null) => void): void;
|
|
2001
|
+
post(method: 'Profiler.stop', callback?: (err: Error | null, params: Profiler.StopReturnType) => void): void;
|
|
2002
|
+
/**
|
|
2003
|
+
* Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters.
|
|
2004
|
+
*/
|
|
2005
|
+
post(method: 'Profiler.startPreciseCoverage', params?: Profiler.StartPreciseCoverageParameterType, callback?: (err: Error | null) => void): void;
|
|
2006
|
+
post(method: 'Profiler.startPreciseCoverage', callback?: (err: Error | null) => void): void;
|
|
2007
|
+
/**
|
|
2008
|
+
* Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code.
|
|
2009
|
+
*/
|
|
2010
|
+
post(method: 'Profiler.stopPreciseCoverage', callback?: (err: Error | null) => void): void;
|
|
2011
|
+
/**
|
|
2012
|
+
* Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.
|
|
2013
|
+
*/
|
|
2014
|
+
post(method: 'Profiler.takePreciseCoverage', callback?: (err: Error | null, params: Profiler.TakePreciseCoverageReturnType) => void): void;
|
|
2015
|
+
/**
|
|
2016
|
+
* Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.
|
|
2017
|
+
*/
|
|
2018
|
+
post(method: 'Profiler.getBestEffortCoverage', callback?: (err: Error | null, params: Profiler.GetBestEffortCoverageReturnType) => void): void;
|
|
2019
|
+
post(method: 'HeapProfiler.enable', callback?: (err: Error | null) => void): void;
|
|
2020
|
+
post(method: 'HeapProfiler.disable', callback?: (err: Error | null) => void): void;
|
|
2021
|
+
post(method: 'HeapProfiler.startTrackingHeapObjects', params?: HeapProfiler.StartTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void;
|
|
2022
|
+
post(method: 'HeapProfiler.startTrackingHeapObjects', callback?: (err: Error | null) => void): void;
|
|
2023
|
+
post(method: 'HeapProfiler.stopTrackingHeapObjects', params?: HeapProfiler.StopTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void;
|
|
2024
|
+
post(method: 'HeapProfiler.stopTrackingHeapObjects', callback?: (err: Error | null) => void): void;
|
|
2025
|
+
post(method: 'HeapProfiler.takeHeapSnapshot', params?: HeapProfiler.TakeHeapSnapshotParameterType, callback?: (err: Error | null) => void): void;
|
|
2026
|
+
post(method: 'HeapProfiler.takeHeapSnapshot', callback?: (err: Error | null) => void): void;
|
|
2027
|
+
post(method: 'HeapProfiler.collectGarbage', callback?: (err: Error | null) => void): void;
|
|
2028
|
+
post(
|
|
2029
|
+
method: 'HeapProfiler.getObjectByHeapObjectId',
|
|
2030
|
+
params?: HeapProfiler.GetObjectByHeapObjectIdParameterType,
|
|
2031
|
+
callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void
|
|
2032
|
+
): void;
|
|
2033
|
+
post(method: 'HeapProfiler.getObjectByHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void): void;
|
|
2034
|
+
/**
|
|
2035
|
+
* Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).
|
|
2036
|
+
*/
|
|
2037
|
+
post(method: 'HeapProfiler.addInspectedHeapObject', params?: HeapProfiler.AddInspectedHeapObjectParameterType, callback?: (err: Error | null) => void): void;
|
|
2038
|
+
post(method: 'HeapProfiler.addInspectedHeapObject', callback?: (err: Error | null) => void): void;
|
|
2039
|
+
post(method: 'HeapProfiler.getHeapObjectId', params?: HeapProfiler.GetHeapObjectIdParameterType, callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void;
|
|
2040
|
+
post(method: 'HeapProfiler.getHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void;
|
|
2041
|
+
post(method: 'HeapProfiler.startSampling', params?: HeapProfiler.StartSamplingParameterType, callback?: (err: Error | null) => void): void;
|
|
2042
|
+
post(method: 'HeapProfiler.startSampling', callback?: (err: Error | null) => void): void;
|
|
2043
|
+
post(method: 'HeapProfiler.stopSampling', callback?: (err: Error | null, params: HeapProfiler.StopSamplingReturnType) => void): void;
|
|
2044
|
+
post(method: 'HeapProfiler.getSamplingProfile', callback?: (err: Error | null, params: HeapProfiler.GetSamplingProfileReturnType) => void): void;
|
|
2045
|
+
/**
|
|
2046
|
+
* Gets supported tracing categories.
|
|
2047
|
+
*/
|
|
2048
|
+
post(method: 'NodeTracing.getCategories', callback?: (err: Error | null, params: NodeTracing.GetCategoriesReturnType) => void): void;
|
|
2049
|
+
/**
|
|
2050
|
+
* Start trace events collection.
|
|
2051
|
+
*/
|
|
2052
|
+
post(method: 'NodeTracing.start', params?: NodeTracing.StartParameterType, callback?: (err: Error | null) => void): void;
|
|
2053
|
+
post(method: 'NodeTracing.start', callback?: (err: Error | null) => void): void;
|
|
2054
|
+
/**
|
|
2055
|
+
* Stop trace events collection. Remaining collected events will be sent as a sequence of
|
|
2056
|
+
* dataCollected events followed by tracingComplete event.
|
|
2057
|
+
*/
|
|
2058
|
+
post(method: 'NodeTracing.stop', callback?: (err: Error | null) => void): void;
|
|
2059
|
+
/**
|
|
2060
|
+
* Sends protocol message over session with given id.
|
|
2061
|
+
*/
|
|
2062
|
+
post(method: 'NodeWorker.sendMessageToWorker', params?: NodeWorker.SendMessageToWorkerParameterType, callback?: (err: Error | null) => void): void;
|
|
2063
|
+
post(method: 'NodeWorker.sendMessageToWorker', callback?: (err: Error | null) => void): void;
|
|
2064
|
+
/**
|
|
2065
|
+
* Instructs the inspector to attach to running workers. Will also attach to new workers
|
|
2066
|
+
* as they start
|
|
2067
|
+
*/
|
|
2068
|
+
post(method: 'NodeWorker.enable', params?: NodeWorker.EnableParameterType, callback?: (err: Error | null) => void): void;
|
|
2069
|
+
post(method: 'NodeWorker.enable', callback?: (err: Error | null) => void): void;
|
|
2070
|
+
/**
|
|
2071
|
+
* Detaches from all running workers and disables attaching to new workers as they are started.
|
|
2072
|
+
*/
|
|
2073
|
+
post(method: 'NodeWorker.disable', callback?: (err: Error | null) => void): void;
|
|
2074
|
+
/**
|
|
2075
|
+
* Detached from the worker with given sessionId.
|
|
2076
|
+
*/
|
|
2077
|
+
post(method: 'NodeWorker.detach', params?: NodeWorker.DetachParameterType, callback?: (err: Error | null) => void): void;
|
|
2078
|
+
post(method: 'NodeWorker.detach', callback?: (err: Error | null) => void): void;
|
|
2079
|
+
/**
|
|
2080
|
+
* Enable the NodeRuntime events except by `NodeRuntime.waitingForDisconnect`.
|
|
2081
|
+
*/
|
|
2082
|
+
post(method: 'NodeRuntime.enable', callback?: (err: Error | null) => void): void;
|
|
2083
|
+
/**
|
|
2084
|
+
* Disable NodeRuntime events
|
|
2085
|
+
*/
|
|
2086
|
+
post(method: 'NodeRuntime.disable', callback?: (err: Error | null) => void): void;
|
|
2087
|
+
/**
|
|
2088
|
+
* Enable the `NodeRuntime.waitingForDisconnect`.
|
|
2089
|
+
*/
|
|
2090
|
+
post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType, callback?: (err: Error | null) => void): void;
|
|
2091
|
+
post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', callback?: (err: Error | null) => void): void;
|
|
2092
|
+
|
|
2093
|
+
addListener(event: string, listener: (...args: any[]) => void): this;
|
|
2094
|
+
/**
|
|
2095
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
2096
|
+
*/
|
|
2097
|
+
addListener(event: 'inspectorNotification', listener: (message: InspectorNotification<object>) => void): this;
|
|
2098
|
+
/**
|
|
2099
|
+
* Issued when new execution context is created.
|
|
2100
|
+
*/
|
|
2101
|
+
addListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
2102
|
+
/**
|
|
2103
|
+
* Issued when execution context is destroyed.
|
|
2104
|
+
*/
|
|
2105
|
+
addListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
2106
|
+
/**
|
|
2107
|
+
* Issued when all executionContexts were cleared in browser
|
|
2108
|
+
*/
|
|
2109
|
+
addListener(event: 'Runtime.executionContextsCleared', listener: () => void): this;
|
|
2110
|
+
/**
|
|
2111
|
+
* Issued when exception was thrown and unhandled.
|
|
2112
|
+
*/
|
|
2113
|
+
addListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
2114
|
+
/**
|
|
2115
|
+
* Issued when unhandled exception was revoked.
|
|
2116
|
+
*/
|
|
2117
|
+
addListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
2118
|
+
/**
|
|
2119
|
+
* Issued when console API was called.
|
|
2120
|
+
*/
|
|
2121
|
+
addListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
2122
|
+
/**
|
|
2123
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
2124
|
+
*/
|
|
2125
|
+
addListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
2126
|
+
/**
|
|
2127
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
2128
|
+
*/
|
|
2129
|
+
addListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
2130
|
+
/**
|
|
2131
|
+
* Fired when virtual machine fails to parse the script.
|
|
2132
|
+
*/
|
|
2133
|
+
addListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
2134
|
+
/**
|
|
2135
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
2136
|
+
*/
|
|
2137
|
+
addListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
2138
|
+
/**
|
|
2139
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
2140
|
+
*/
|
|
2141
|
+
addListener(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
2142
|
+
/**
|
|
2143
|
+
* Fired when the virtual machine resumed execution.
|
|
2144
|
+
*/
|
|
2145
|
+
addListener(event: 'Debugger.resumed', listener: () => void): this;
|
|
2146
|
+
/**
|
|
2147
|
+
* Issued when new console message is added.
|
|
2148
|
+
*/
|
|
2149
|
+
addListener(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
2150
|
+
/**
|
|
2151
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
2152
|
+
*/
|
|
2153
|
+
addListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
2154
|
+
addListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
2155
|
+
addListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
2156
|
+
addListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this;
|
|
2157
|
+
addListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
2158
|
+
/**
|
|
2159
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
2160
|
+
*/
|
|
2161
|
+
addListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
2162
|
+
/**
|
|
2163
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
2164
|
+
*/
|
|
2165
|
+
addListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2166
|
+
/**
|
|
2167
|
+
* Contains an bucket of collected trace events.
|
|
2168
|
+
*/
|
|
2169
|
+
addListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2170
|
+
/**
|
|
2171
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2172
|
+
* delivered via dataCollected events.
|
|
2173
|
+
*/
|
|
2174
|
+
addListener(event: 'NodeTracing.tracingComplete', listener: () => void): this;
|
|
2175
|
+
/**
|
|
2176
|
+
* Issued when attached to a worker.
|
|
2177
|
+
*/
|
|
2178
|
+
addListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2179
|
+
/**
|
|
2180
|
+
* Issued when detached from the worker.
|
|
2181
|
+
*/
|
|
2182
|
+
addListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2183
|
+
/**
|
|
2184
|
+
* Notifies about a new protocol message received from the session
|
|
2185
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2186
|
+
*/
|
|
2187
|
+
addListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2188
|
+
/**
|
|
2189
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
2190
|
+
* enabled.
|
|
2191
|
+
* It is fired when the Node process finished all code execution and is
|
|
2192
|
+
* waiting for all frontends to disconnect.
|
|
2193
|
+
*/
|
|
2194
|
+
addListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this;
|
|
2195
|
+
/**
|
|
2196
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
2197
|
+
* example, when inspector.waitingForDebugger is called
|
|
2198
|
+
*/
|
|
2199
|
+
addListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this;
|
|
2200
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
2201
|
+
emit(event: 'inspectorNotification', message: InspectorNotification<object>): boolean;
|
|
2202
|
+
emit(event: 'Runtime.executionContextCreated', message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>): boolean;
|
|
2203
|
+
emit(event: 'Runtime.executionContextDestroyed', message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>): boolean;
|
|
2204
|
+
emit(event: 'Runtime.executionContextsCleared'): boolean;
|
|
2205
|
+
emit(event: 'Runtime.exceptionThrown', message: InspectorNotification<Runtime.ExceptionThrownEventDataType>): boolean;
|
|
2206
|
+
emit(event: 'Runtime.exceptionRevoked', message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>): boolean;
|
|
2207
|
+
emit(event: 'Runtime.consoleAPICalled', message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>): boolean;
|
|
2208
|
+
emit(event: 'Runtime.inspectRequested', message: InspectorNotification<Runtime.InspectRequestedEventDataType>): boolean;
|
|
2209
|
+
emit(event: 'Debugger.scriptParsed', message: InspectorNotification<Debugger.ScriptParsedEventDataType>): boolean;
|
|
2210
|
+
emit(event: 'Debugger.scriptFailedToParse', message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>): boolean;
|
|
2211
|
+
emit(event: 'Debugger.breakpointResolved', message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>): boolean;
|
|
2212
|
+
emit(event: 'Debugger.paused', message: InspectorNotification<Debugger.PausedEventDataType>): boolean;
|
|
2213
|
+
emit(event: 'Debugger.resumed'): boolean;
|
|
2214
|
+
emit(event: 'Console.messageAdded', message: InspectorNotification<Console.MessageAddedEventDataType>): boolean;
|
|
2215
|
+
emit(event: 'Profiler.consoleProfileStarted', message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>): boolean;
|
|
2216
|
+
emit(event: 'Profiler.consoleProfileFinished', message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>): boolean;
|
|
2217
|
+
emit(event: 'HeapProfiler.addHeapSnapshotChunk', message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>): boolean;
|
|
2218
|
+
emit(event: 'HeapProfiler.resetProfiles'): boolean;
|
|
2219
|
+
emit(event: 'HeapProfiler.reportHeapSnapshotProgress', message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>): boolean;
|
|
2220
|
+
emit(event: 'HeapProfiler.lastSeenObjectId', message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>): boolean;
|
|
2221
|
+
emit(event: 'HeapProfiler.heapStatsUpdate', message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>): boolean;
|
|
2222
|
+
emit(event: 'NodeTracing.dataCollected', message: InspectorNotification<NodeTracing.DataCollectedEventDataType>): boolean;
|
|
2223
|
+
emit(event: 'NodeTracing.tracingComplete'): boolean;
|
|
2224
|
+
emit(event: 'NodeWorker.attachedToWorker', message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>): boolean;
|
|
2225
|
+
emit(event: 'NodeWorker.detachedFromWorker', message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>): boolean;
|
|
2226
|
+
emit(event: 'NodeWorker.receivedMessageFromWorker', message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>): boolean;
|
|
2227
|
+
emit(event: 'NodeRuntime.waitingForDisconnect'): boolean;
|
|
2228
|
+
emit(event: 'NodeRuntime.waitingForDebugger'): boolean;
|
|
2229
|
+
on(event: string, listener: (...args: any[]) => void): this;
|
|
2230
|
+
/**
|
|
2231
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
2232
|
+
*/
|
|
2233
|
+
on(event: 'inspectorNotification', listener: (message: InspectorNotification<object>) => void): this;
|
|
2234
|
+
/**
|
|
2235
|
+
* Issued when new execution context is created.
|
|
2236
|
+
*/
|
|
2237
|
+
on(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
2238
|
+
/**
|
|
2239
|
+
* Issued when execution context is destroyed.
|
|
2240
|
+
*/
|
|
2241
|
+
on(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
2242
|
+
/**
|
|
2243
|
+
* Issued when all executionContexts were cleared in browser
|
|
2244
|
+
*/
|
|
2245
|
+
on(event: 'Runtime.executionContextsCleared', listener: () => void): this;
|
|
2246
|
+
/**
|
|
2247
|
+
* Issued when exception was thrown and unhandled.
|
|
2248
|
+
*/
|
|
2249
|
+
on(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
2250
|
+
/**
|
|
2251
|
+
* Issued when unhandled exception was revoked.
|
|
2252
|
+
*/
|
|
2253
|
+
on(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
2254
|
+
/**
|
|
2255
|
+
* Issued when console API was called.
|
|
2256
|
+
*/
|
|
2257
|
+
on(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
2258
|
+
/**
|
|
2259
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
2260
|
+
*/
|
|
2261
|
+
on(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
2262
|
+
/**
|
|
2263
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
2264
|
+
*/
|
|
2265
|
+
on(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
2266
|
+
/**
|
|
2267
|
+
* Fired when virtual machine fails to parse the script.
|
|
2268
|
+
*/
|
|
2269
|
+
on(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
2270
|
+
/**
|
|
2271
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
2272
|
+
*/
|
|
2273
|
+
on(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
2274
|
+
/**
|
|
2275
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
2276
|
+
*/
|
|
2277
|
+
on(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
2278
|
+
/**
|
|
2279
|
+
* Fired when the virtual machine resumed execution.
|
|
2280
|
+
*/
|
|
2281
|
+
on(event: 'Debugger.resumed', listener: () => void): this;
|
|
2282
|
+
/**
|
|
2283
|
+
* Issued when new console message is added.
|
|
2284
|
+
*/
|
|
2285
|
+
on(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
2286
|
+
/**
|
|
2287
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
2288
|
+
*/
|
|
2289
|
+
on(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
2290
|
+
on(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
2291
|
+
on(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
2292
|
+
on(event: 'HeapProfiler.resetProfiles', listener: () => void): this;
|
|
2293
|
+
on(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
2294
|
+
/**
|
|
2295
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
2296
|
+
*/
|
|
2297
|
+
on(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
2298
|
+
/**
|
|
2299
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
2300
|
+
*/
|
|
2301
|
+
on(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2302
|
+
/**
|
|
2303
|
+
* Contains an bucket of collected trace events.
|
|
2304
|
+
*/
|
|
2305
|
+
on(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2306
|
+
/**
|
|
2307
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2308
|
+
* delivered via dataCollected events.
|
|
2309
|
+
*/
|
|
2310
|
+
on(event: 'NodeTracing.tracingComplete', listener: () => void): this;
|
|
2311
|
+
/**
|
|
2312
|
+
* Issued when attached to a worker.
|
|
2313
|
+
*/
|
|
2314
|
+
on(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2315
|
+
/**
|
|
2316
|
+
* Issued when detached from the worker.
|
|
2317
|
+
*/
|
|
2318
|
+
on(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2319
|
+
/**
|
|
2320
|
+
* Notifies about a new protocol message received from the session
|
|
2321
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2322
|
+
*/
|
|
2323
|
+
on(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2324
|
+
/**
|
|
2325
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
2326
|
+
* enabled.
|
|
2327
|
+
* It is fired when the Node process finished all code execution and is
|
|
2328
|
+
* waiting for all frontends to disconnect.
|
|
2329
|
+
*/
|
|
2330
|
+
on(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this;
|
|
2331
|
+
/**
|
|
2332
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
2333
|
+
* example, when inspector.waitingForDebugger is called
|
|
2334
|
+
*/
|
|
2335
|
+
on(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this;
|
|
2336
|
+
once(event: string, listener: (...args: any[]) => void): this;
|
|
2337
|
+
/**
|
|
2338
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
2339
|
+
*/
|
|
2340
|
+
once(event: 'inspectorNotification', listener: (message: InspectorNotification<object>) => void): this;
|
|
2341
|
+
/**
|
|
2342
|
+
* Issued when new execution context is created.
|
|
2343
|
+
*/
|
|
2344
|
+
once(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
2345
|
+
/**
|
|
2346
|
+
* Issued when execution context is destroyed.
|
|
2347
|
+
*/
|
|
2348
|
+
once(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
2349
|
+
/**
|
|
2350
|
+
* Issued when all executionContexts were cleared in browser
|
|
2351
|
+
*/
|
|
2352
|
+
once(event: 'Runtime.executionContextsCleared', listener: () => void): this;
|
|
2353
|
+
/**
|
|
2354
|
+
* Issued when exception was thrown and unhandled.
|
|
2355
|
+
*/
|
|
2356
|
+
once(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
2357
|
+
/**
|
|
2358
|
+
* Issued when unhandled exception was revoked.
|
|
2359
|
+
*/
|
|
2360
|
+
once(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
2361
|
+
/**
|
|
2362
|
+
* Issued when console API was called.
|
|
2363
|
+
*/
|
|
2364
|
+
once(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
2365
|
+
/**
|
|
2366
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
2367
|
+
*/
|
|
2368
|
+
once(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
2369
|
+
/**
|
|
2370
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
2371
|
+
*/
|
|
2372
|
+
once(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
2373
|
+
/**
|
|
2374
|
+
* Fired when virtual machine fails to parse the script.
|
|
2375
|
+
*/
|
|
2376
|
+
once(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
2377
|
+
/**
|
|
2378
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
2379
|
+
*/
|
|
2380
|
+
once(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
2381
|
+
/**
|
|
2382
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
2383
|
+
*/
|
|
2384
|
+
once(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
2385
|
+
/**
|
|
2386
|
+
* Fired when the virtual machine resumed execution.
|
|
2387
|
+
*/
|
|
2388
|
+
once(event: 'Debugger.resumed', listener: () => void): this;
|
|
2389
|
+
/**
|
|
2390
|
+
* Issued when new console message is added.
|
|
2391
|
+
*/
|
|
2392
|
+
once(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
2393
|
+
/**
|
|
2394
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
2395
|
+
*/
|
|
2396
|
+
once(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
2397
|
+
once(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
2398
|
+
once(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
2399
|
+
once(event: 'HeapProfiler.resetProfiles', listener: () => void): this;
|
|
2400
|
+
once(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
2401
|
+
/**
|
|
2402
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
2403
|
+
*/
|
|
2404
|
+
once(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
2405
|
+
/**
|
|
2406
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
2407
|
+
*/
|
|
2408
|
+
once(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2409
|
+
/**
|
|
2410
|
+
* Contains an bucket of collected trace events.
|
|
2411
|
+
*/
|
|
2412
|
+
once(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2413
|
+
/**
|
|
2414
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2415
|
+
* delivered via dataCollected events.
|
|
2416
|
+
*/
|
|
2417
|
+
once(event: 'NodeTracing.tracingComplete', listener: () => void): this;
|
|
2418
|
+
/**
|
|
2419
|
+
* Issued when attached to a worker.
|
|
2420
|
+
*/
|
|
2421
|
+
once(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2422
|
+
/**
|
|
2423
|
+
* Issued when detached from the worker.
|
|
2424
|
+
*/
|
|
2425
|
+
once(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2426
|
+
/**
|
|
2427
|
+
* Notifies about a new protocol message received from the session
|
|
2428
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2429
|
+
*/
|
|
2430
|
+
once(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2431
|
+
/**
|
|
2432
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
2433
|
+
* enabled.
|
|
2434
|
+
* It is fired when the Node process finished all code execution and is
|
|
2435
|
+
* waiting for all frontends to disconnect.
|
|
2436
|
+
*/
|
|
2437
|
+
once(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this;
|
|
2438
|
+
/**
|
|
2439
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
2440
|
+
* example, when inspector.waitingForDebugger is called
|
|
2441
|
+
*/
|
|
2442
|
+
once(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this;
|
|
2443
|
+
prependListener(event: string, listener: (...args: any[]) => void): this;
|
|
2444
|
+
/**
|
|
2445
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
2446
|
+
*/
|
|
2447
|
+
prependListener(event: 'inspectorNotification', listener: (message: InspectorNotification<object>) => void): this;
|
|
2448
|
+
/**
|
|
2449
|
+
* Issued when new execution context is created.
|
|
2450
|
+
*/
|
|
2451
|
+
prependListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
2452
|
+
/**
|
|
2453
|
+
* Issued when execution context is destroyed.
|
|
2454
|
+
*/
|
|
2455
|
+
prependListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
2456
|
+
/**
|
|
2457
|
+
* Issued when all executionContexts were cleared in browser
|
|
2458
|
+
*/
|
|
2459
|
+
prependListener(event: 'Runtime.executionContextsCleared', listener: () => void): this;
|
|
2460
|
+
/**
|
|
2461
|
+
* Issued when exception was thrown and unhandled.
|
|
2462
|
+
*/
|
|
2463
|
+
prependListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
2464
|
+
/**
|
|
2465
|
+
* Issued when unhandled exception was revoked.
|
|
2466
|
+
*/
|
|
2467
|
+
prependListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
2468
|
+
/**
|
|
2469
|
+
* Issued when console API was called.
|
|
2470
|
+
*/
|
|
2471
|
+
prependListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
2472
|
+
/**
|
|
2473
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
2474
|
+
*/
|
|
2475
|
+
prependListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
2476
|
+
/**
|
|
2477
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
2478
|
+
*/
|
|
2479
|
+
prependListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
2480
|
+
/**
|
|
2481
|
+
* Fired when virtual machine fails to parse the script.
|
|
2482
|
+
*/
|
|
2483
|
+
prependListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
2484
|
+
/**
|
|
2485
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
2486
|
+
*/
|
|
2487
|
+
prependListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
2488
|
+
/**
|
|
2489
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
2490
|
+
*/
|
|
2491
|
+
prependListener(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
2492
|
+
/**
|
|
2493
|
+
* Fired when the virtual machine resumed execution.
|
|
2494
|
+
*/
|
|
2495
|
+
prependListener(event: 'Debugger.resumed', listener: () => void): this;
|
|
2496
|
+
/**
|
|
2497
|
+
* Issued when new console message is added.
|
|
2498
|
+
*/
|
|
2499
|
+
prependListener(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
2500
|
+
/**
|
|
2501
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
2502
|
+
*/
|
|
2503
|
+
prependListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
2504
|
+
prependListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
2505
|
+
prependListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
2506
|
+
prependListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this;
|
|
2507
|
+
prependListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
2508
|
+
/**
|
|
2509
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
2510
|
+
*/
|
|
2511
|
+
prependListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
2512
|
+
/**
|
|
2513
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
2514
|
+
*/
|
|
2515
|
+
prependListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2516
|
+
/**
|
|
2517
|
+
* Contains an bucket of collected trace events.
|
|
2518
|
+
*/
|
|
2519
|
+
prependListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2520
|
+
/**
|
|
2521
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2522
|
+
* delivered via dataCollected events.
|
|
2523
|
+
*/
|
|
2524
|
+
prependListener(event: 'NodeTracing.tracingComplete', listener: () => void): this;
|
|
2525
|
+
/**
|
|
2526
|
+
* Issued when attached to a worker.
|
|
2527
|
+
*/
|
|
2528
|
+
prependListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2529
|
+
/**
|
|
2530
|
+
* Issued when detached from the worker.
|
|
2531
|
+
*/
|
|
2532
|
+
prependListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2533
|
+
/**
|
|
2534
|
+
* Notifies about a new protocol message received from the session
|
|
2535
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2536
|
+
*/
|
|
2537
|
+
prependListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2538
|
+
/**
|
|
2539
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
2540
|
+
* enabled.
|
|
2541
|
+
* It is fired when the Node process finished all code execution and is
|
|
2542
|
+
* waiting for all frontends to disconnect.
|
|
2543
|
+
*/
|
|
2544
|
+
prependListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this;
|
|
2545
|
+
/**
|
|
2546
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
2547
|
+
* example, when inspector.waitingForDebugger is called
|
|
2548
|
+
*/
|
|
2549
|
+
prependListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this;
|
|
2550
|
+
prependOnceListener(event: string, listener: (...args: any[]) => void): this;
|
|
2551
|
+
/**
|
|
2552
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
2553
|
+
*/
|
|
2554
|
+
prependOnceListener(event: 'inspectorNotification', listener: (message: InspectorNotification<object>) => void): this;
|
|
2555
|
+
/**
|
|
2556
|
+
* Issued when new execution context is created.
|
|
2557
|
+
*/
|
|
2558
|
+
prependOnceListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
2559
|
+
/**
|
|
2560
|
+
* Issued when execution context is destroyed.
|
|
2561
|
+
*/
|
|
2562
|
+
prependOnceListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
2563
|
+
/**
|
|
2564
|
+
* Issued when all executionContexts were cleared in browser
|
|
2565
|
+
*/
|
|
2566
|
+
prependOnceListener(event: 'Runtime.executionContextsCleared', listener: () => void): this;
|
|
2567
|
+
/**
|
|
2568
|
+
* Issued when exception was thrown and unhandled.
|
|
2569
|
+
*/
|
|
2570
|
+
prependOnceListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
2571
|
+
/**
|
|
2572
|
+
* Issued when unhandled exception was revoked.
|
|
2573
|
+
*/
|
|
2574
|
+
prependOnceListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
2575
|
+
/**
|
|
2576
|
+
* Issued when console API was called.
|
|
2577
|
+
*/
|
|
2578
|
+
prependOnceListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
2579
|
+
/**
|
|
2580
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
2581
|
+
*/
|
|
2582
|
+
prependOnceListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
2583
|
+
/**
|
|
2584
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
2585
|
+
*/
|
|
2586
|
+
prependOnceListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
2587
|
+
/**
|
|
2588
|
+
* Fired when virtual machine fails to parse the script.
|
|
2589
|
+
*/
|
|
2590
|
+
prependOnceListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
2591
|
+
/**
|
|
2592
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
2593
|
+
*/
|
|
2594
|
+
prependOnceListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
2595
|
+
/**
|
|
2596
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
2597
|
+
*/
|
|
2598
|
+
prependOnceListener(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
2599
|
+
/**
|
|
2600
|
+
* Fired when the virtual machine resumed execution.
|
|
2601
|
+
*/
|
|
2602
|
+
prependOnceListener(event: 'Debugger.resumed', listener: () => void): this;
|
|
2603
|
+
/**
|
|
2604
|
+
* Issued when new console message is added.
|
|
2605
|
+
*/
|
|
2606
|
+
prependOnceListener(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
2607
|
+
/**
|
|
2608
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
2609
|
+
*/
|
|
2610
|
+
prependOnceListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
2611
|
+
prependOnceListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
2612
|
+
prependOnceListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
2613
|
+
prependOnceListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this;
|
|
2614
|
+
prependOnceListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
2615
|
+
/**
|
|
2616
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
2617
|
+
*/
|
|
2618
|
+
prependOnceListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
2619
|
+
/**
|
|
2620
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
2621
|
+
*/
|
|
2622
|
+
prependOnceListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2623
|
+
/**
|
|
2624
|
+
* Contains an bucket of collected trace events.
|
|
2625
|
+
*/
|
|
2626
|
+
prependOnceListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2627
|
+
/**
|
|
2628
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2629
|
+
* delivered via dataCollected events.
|
|
2630
|
+
*/
|
|
2631
|
+
prependOnceListener(event: 'NodeTracing.tracingComplete', listener: () => void): this;
|
|
2632
|
+
/**
|
|
2633
|
+
* Issued when attached to a worker.
|
|
2634
|
+
*/
|
|
2635
|
+
prependOnceListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2636
|
+
/**
|
|
2637
|
+
* Issued when detached from the worker.
|
|
2638
|
+
*/
|
|
2639
|
+
prependOnceListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2640
|
+
/**
|
|
2641
|
+
* Notifies about a new protocol message received from the session
|
|
2642
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2643
|
+
*/
|
|
2644
|
+
prependOnceListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2645
|
+
/**
|
|
2646
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
2647
|
+
* enabled.
|
|
2648
|
+
* It is fired when the Node process finished all code execution and is
|
|
2649
|
+
* waiting for all frontends to disconnect.
|
|
2650
|
+
*/
|
|
2651
|
+
prependOnceListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this;
|
|
2652
|
+
/**
|
|
2653
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
2654
|
+
* example, when inspector.waitingForDebugger is called
|
|
2655
|
+
*/
|
|
2656
|
+
prependOnceListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this;
|
|
2657
|
+
}
|
|
2658
|
+
|
|
2659
|
+
/**
|
|
2660
|
+
* Activate inspector on host and port. Equivalent to `node --inspect=[[host:]port]`, but can be done programmatically after node has
|
|
2661
|
+
* started.
|
|
2662
|
+
*
|
|
2663
|
+
* If wait is `true`, will block until a client has connected to the inspect port
|
|
2664
|
+
* and flow control has been passed to the debugger client.
|
|
2665
|
+
*
|
|
2666
|
+
* See the [security warning](https://nodejs.org/docs/latest-v20.x/api/cli.html#warning-binding-inspector-to-a-public-ipport-combination-is-insecure)
|
|
2667
|
+
* regarding the `host` parameter usage.
|
|
2668
|
+
* @param port Port to listen on for inspector connections. Defaults to what was specified on the CLI.
|
|
2669
|
+
* @param host Host to listen on for inspector connections. Defaults to what was specified on the CLI.
|
|
2670
|
+
* @param wait Block until a client has connected. Defaults to what was specified on the CLI.
|
|
2671
|
+
* @returns Disposable that calls `inspector.close()`.
|
|
2672
|
+
*/
|
|
2673
|
+
function open(port?: number, host?: string, wait?: boolean): Disposable;
|
|
2674
|
+
|
|
2675
|
+
/**
|
|
2676
|
+
* Deactivate the inspector. Blocks until there are no active connections.
|
|
2677
|
+
*/
|
|
2678
|
+
function close(): void;
|
|
2679
|
+
|
|
2680
|
+
/**
|
|
2681
|
+
* Return the URL of the active inspector, or `undefined` if there is none.
|
|
2682
|
+
*
|
|
2683
|
+
* ```console
|
|
2684
|
+
* $ node --inspect -p 'inspector.url()'
|
|
2685
|
+
* Debugger listening on ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34
|
|
2686
|
+
* For help, see: https://nodejs.org/en/docs/inspector
|
|
2687
|
+
* ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34
|
|
2688
|
+
*
|
|
2689
|
+
* $ node --inspect=localhost:3000 -p 'inspector.url()'
|
|
2690
|
+
* Debugger listening on ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a
|
|
2691
|
+
* For help, see: https://nodejs.org/en/docs/inspector
|
|
2692
|
+
* ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a
|
|
2693
|
+
*
|
|
2694
|
+
* $ node -p 'inspector.url()'
|
|
2695
|
+
* undefined
|
|
2696
|
+
* ```
|
|
2697
|
+
*/
|
|
2698
|
+
function url(): string | undefined;
|
|
2699
|
+
|
|
2700
|
+
/**
|
|
2701
|
+
* Blocks until a client (existing or connected later) has sent `Runtime.runIfWaitingForDebugger` command.
|
|
2702
|
+
*
|
|
2703
|
+
* An exception will be thrown if there is no active inspector.
|
|
2704
|
+
* @since v12.7.0
|
|
2705
|
+
*/
|
|
2706
|
+
function waitForDebugger(): void;
|
|
2707
|
+
|
|
2708
|
+
// These methods are exposed by the V8 inspector console API (inspector/v8-console.h).
|
|
2709
|
+
// The method signatures differ from those of the Node.js console, and are deliberately
|
|
2710
|
+
// typed permissively.
|
|
2711
|
+
interface InspectorConsole {
|
|
2712
|
+
debug(...data: any[]): void;
|
|
2713
|
+
error(...data: any[]): void;
|
|
2714
|
+
info(...data: any[]): void;
|
|
2715
|
+
log(...data: any[]): void;
|
|
2716
|
+
warn(...data: any[]): void;
|
|
2717
|
+
dir(...data: any[]): void;
|
|
2718
|
+
dirxml(...data: any[]): void;
|
|
2719
|
+
table(...data: any[]): void;
|
|
2720
|
+
trace(...data: any[]): void;
|
|
2721
|
+
group(...data: any[]): void;
|
|
2722
|
+
groupCollapsed(...data: any[]): void;
|
|
2723
|
+
groupEnd(...data: any[]): void;
|
|
2724
|
+
clear(...data: any[]): void;
|
|
2725
|
+
count(label?: any): void;
|
|
2726
|
+
countReset(label?: any): void;
|
|
2727
|
+
assert(value?: any, ...data: any[]): void;
|
|
2728
|
+
profile(label?: any): void;
|
|
2729
|
+
profileEnd(label?: any): void;
|
|
2730
|
+
time(label?: any): void;
|
|
2731
|
+
timeLog(label?: any): void;
|
|
2732
|
+
timeStamp(label?: any): void;
|
|
2733
|
+
}
|
|
2734
|
+
|
|
2735
|
+
/**
|
|
2736
|
+
* An object to send messages to the remote inspector console.
|
|
2737
|
+
* @since v11.0.0
|
|
2738
|
+
*/
|
|
2739
|
+
const console: InspectorConsole;
|
|
2740
|
+
}
|
|
2741
|
+
|
|
2742
|
+
/**
|
|
2743
|
+
* The `node:inspector` module provides an API for interacting with the V8
|
|
2744
|
+
* inspector.
|
|
2745
|
+
*/
|
|
2746
|
+
declare module 'node:inspector' {
|
|
2747
|
+
export * from 'inspector';
|
|
2748
|
+
}
|
|
2749
|
+
|
|
2750
|
+
/**
|
|
2751
|
+
* The `node:inspector/promises` module provides an API for interacting with the V8
|
|
2752
|
+
* inspector.
|
|
2753
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.x/lib/inspector/promises.js)
|
|
2754
|
+
* @since v19.0.0
|
|
2755
|
+
*/
|
|
2756
|
+
declare module 'inspector/promises' {
|
|
2757
|
+
import EventEmitter = require('node:events');
|
|
2758
|
+
import {
|
|
2759
|
+
open,
|
|
2760
|
+
close,
|
|
2761
|
+
url,
|
|
2762
|
+
waitForDebugger,
|
|
2763
|
+
console,
|
|
2764
|
+
InspectorNotification,
|
|
2765
|
+
Schema,
|
|
2766
|
+
Runtime,
|
|
2767
|
+
Debugger,
|
|
2768
|
+
Console,
|
|
2769
|
+
Profiler,
|
|
2770
|
+
HeapProfiler,
|
|
2771
|
+
NodeTracing,
|
|
2772
|
+
NodeWorker,
|
|
2773
|
+
NodeRuntime,
|
|
2774
|
+
} from 'inspector';
|
|
2775
|
+
|
|
2776
|
+
/**
|
|
2777
|
+
* The `inspector.Session` is used for dispatching messages to the V8 inspector
|
|
2778
|
+
* back-end and receiving message responses and notifications.
|
|
2779
|
+
* @since v19.0.0
|
|
2780
|
+
*/
|
|
2781
|
+
class Session extends EventEmitter {
|
|
2782
|
+
/**
|
|
2783
|
+
* Create a new instance of the `inspector.Session` class.
|
|
2784
|
+
* The inspector session needs to be connected through `session.connect()` before the messages can be dispatched to the inspector backend.
|
|
2785
|
+
*/
|
|
2786
|
+
constructor();
|
|
2787
|
+
|
|
2788
|
+
/**
|
|
2789
|
+
* Connects a session to the inspector back-end.
|
|
2790
|
+
*/
|
|
2791
|
+
connect(): void;
|
|
2792
|
+
|
|
2793
|
+
/**
|
|
2794
|
+
* Connects a session to the inspector back-end.
|
|
2795
|
+
* An exception will be thrown if this API was not called on a Worker thread.
|
|
2796
|
+
*/
|
|
2797
|
+
connectToMainThread(): void;
|
|
2798
|
+
|
|
2799
|
+
/**
|
|
2800
|
+
* Immediately close the session. All pending message callbacks will be called with an error.
|
|
2801
|
+
* `session.connect()` will need to be called to be able to send messages again.
|
|
2802
|
+
* Reconnected session will lose all inspector state, such as enabled agents or configured breakpoints.
|
|
2803
|
+
*/
|
|
2804
|
+
disconnect(): void;
|
|
2805
|
+
|
|
2806
|
+
/**
|
|
2807
|
+
* Posts a message to the inspector back-end.
|
|
2808
|
+
*
|
|
2809
|
+
* ```js
|
|
2810
|
+
* import { Session } from 'node:inspector/promises';
|
|
2811
|
+
* try {
|
|
2812
|
+
* const session = new Session();
|
|
2813
|
+
* session.connect();
|
|
2814
|
+
* const result = await session.post('Runtime.evaluate', { expression: '2 + 2' });
|
|
2815
|
+
* console.log(result);
|
|
2816
|
+
* } catch (error) {
|
|
2817
|
+
* console.error(error);
|
|
2818
|
+
* }
|
|
2819
|
+
* // Output: { result: { type: 'number', value: 4, description: '4' } }
|
|
2820
|
+
* ```
|
|
2821
|
+
*
|
|
2822
|
+
* The latest version of the V8 inspector protocol is published on the
|
|
2823
|
+
* [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/).
|
|
2824
|
+
*
|
|
2825
|
+
* Node.js inspector supports all the Chrome DevTools Protocol domains declared
|
|
2826
|
+
* by V8. Chrome DevTools Protocol domain provides an interface for interacting
|
|
2827
|
+
* with one of the runtime agents used to inspect the application state and listen
|
|
2828
|
+
* to the run-time events.
|
|
2829
|
+
*/
|
|
2830
|
+
post(method: string, params?: object): Promise<void>;
|
|
2831
|
+
/**
|
|
2832
|
+
* Returns supported domains.
|
|
2833
|
+
*/
|
|
2834
|
+
post(method: 'Schema.getDomains'): Promise<Schema.GetDomainsReturnType>;
|
|
2835
|
+
/**
|
|
2836
|
+
* Evaluates expression on global object.
|
|
2837
|
+
*/
|
|
2838
|
+
post(method: 'Runtime.evaluate', params?: Runtime.EvaluateParameterType): Promise<Runtime.EvaluateReturnType>;
|
|
2839
|
+
/**
|
|
2840
|
+
* Add handler to promise with given promise object id.
|
|
2841
|
+
*/
|
|
2842
|
+
post(method: 'Runtime.awaitPromise', params?: Runtime.AwaitPromiseParameterType): Promise<Runtime.AwaitPromiseReturnType>;
|
|
2843
|
+
/**
|
|
2844
|
+
* Calls function with given declaration on the given object. Object group of the result is inherited from the target object.
|
|
2845
|
+
*/
|
|
2846
|
+
post(method: 'Runtime.callFunctionOn', params?: Runtime.CallFunctionOnParameterType): Promise<Runtime.CallFunctionOnReturnType>;
|
|
2847
|
+
/**
|
|
2848
|
+
* Returns properties of a given object. Object group of the result is inherited from the target object.
|
|
2849
|
+
*/
|
|
2850
|
+
post(method: 'Runtime.getProperties', params?: Runtime.GetPropertiesParameterType): Promise<Runtime.GetPropertiesReturnType>;
|
|
2851
|
+
/**
|
|
2852
|
+
* Releases remote object with given id.
|
|
2853
|
+
*/
|
|
2854
|
+
post(method: 'Runtime.releaseObject', params?: Runtime.ReleaseObjectParameterType): Promise<void>;
|
|
2855
|
+
/**
|
|
2856
|
+
* Releases all remote objects that belong to a given group.
|
|
2857
|
+
*/
|
|
2858
|
+
post(method: 'Runtime.releaseObjectGroup', params?: Runtime.ReleaseObjectGroupParameterType): Promise<void>;
|
|
2859
|
+
/**
|
|
2860
|
+
* Tells inspected instance to run if it was waiting for debugger to attach.
|
|
2861
|
+
*/
|
|
2862
|
+
post(method: 'Runtime.runIfWaitingForDebugger'): Promise<void>;
|
|
2863
|
+
/**
|
|
2864
|
+
* Enables reporting of execution contexts creation by means of <code>executionContextCreated</code> event. When the reporting gets enabled the event will be sent immediately for each existing execution context.
|
|
2865
|
+
*/
|
|
2866
|
+
post(method: 'Runtime.enable'): Promise<void>;
|
|
2867
|
+
/**
|
|
2868
|
+
* Disables reporting of execution contexts creation.
|
|
2869
|
+
*/
|
|
2870
|
+
post(method: 'Runtime.disable'): Promise<void>;
|
|
2871
|
+
/**
|
|
2872
|
+
* Discards collected exceptions and console API calls.
|
|
2873
|
+
*/
|
|
2874
|
+
post(method: 'Runtime.discardConsoleEntries'): Promise<void>;
|
|
2875
|
+
/**
|
|
2876
|
+
* @experimental
|
|
2877
|
+
*/
|
|
2878
|
+
post(method: 'Runtime.setCustomObjectFormatterEnabled', params?: Runtime.SetCustomObjectFormatterEnabledParameterType): Promise<void>;
|
|
2879
|
+
/**
|
|
2880
|
+
* Compiles expression.
|
|
2881
|
+
*/
|
|
2882
|
+
post(method: 'Runtime.compileScript', params?: Runtime.CompileScriptParameterType): Promise<Runtime.CompileScriptReturnType>;
|
|
2883
|
+
/**
|
|
2884
|
+
* Runs script with given id in a given context.
|
|
2885
|
+
*/
|
|
2886
|
+
post(method: 'Runtime.runScript', params?: Runtime.RunScriptParameterType): Promise<Runtime.RunScriptReturnType>;
|
|
2887
|
+
post(method: 'Runtime.queryObjects', params?: Runtime.QueryObjectsParameterType): Promise<Runtime.QueryObjectsReturnType>;
|
|
2888
|
+
/**
|
|
2889
|
+
* Returns all let, const and class variables from global scope.
|
|
2890
|
+
*/
|
|
2891
|
+
post(method: 'Runtime.globalLexicalScopeNames', params?: Runtime.GlobalLexicalScopeNamesParameterType): Promise<Runtime.GlobalLexicalScopeNamesReturnType>;
|
|
2892
|
+
/**
|
|
2893
|
+
* Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.
|
|
2894
|
+
*/
|
|
2895
|
+
post(method: 'Debugger.enable'): Promise<Debugger.EnableReturnType>;
|
|
2896
|
+
/**
|
|
2897
|
+
* Disables debugger for given page.
|
|
2898
|
+
*/
|
|
2899
|
+
post(method: 'Debugger.disable'): Promise<void>;
|
|
2900
|
+
/**
|
|
2901
|
+
* Activates / deactivates all breakpoints on the page.
|
|
2902
|
+
*/
|
|
2903
|
+
post(method: 'Debugger.setBreakpointsActive', params?: Debugger.SetBreakpointsActiveParameterType): Promise<void>;
|
|
2904
|
+
/**
|
|
2905
|
+
* Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).
|
|
2906
|
+
*/
|
|
2907
|
+
post(method: 'Debugger.setSkipAllPauses', params?: Debugger.SetSkipAllPausesParameterType): Promise<void>;
|
|
2908
|
+
/**
|
|
2909
|
+
* Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in <code>locations</code> property. Further matching script parsing will result in subsequent <code>breakpointResolved</code> events issued. This logical breakpoint will survive page reloads.
|
|
2910
|
+
*/
|
|
2911
|
+
post(method: 'Debugger.setBreakpointByUrl', params?: Debugger.SetBreakpointByUrlParameterType): Promise<Debugger.SetBreakpointByUrlReturnType>;
|
|
2912
|
+
/**
|
|
2913
|
+
* Sets JavaScript breakpoint at a given location.
|
|
2914
|
+
*/
|
|
2915
|
+
post(method: 'Debugger.setBreakpoint', params?: Debugger.SetBreakpointParameterType): Promise<Debugger.SetBreakpointReturnType>;
|
|
2916
|
+
/**
|
|
2917
|
+
* Removes JavaScript breakpoint.
|
|
2918
|
+
*/
|
|
2919
|
+
post(method: 'Debugger.removeBreakpoint', params?: Debugger.RemoveBreakpointParameterType): Promise<void>;
|
|
2920
|
+
/**
|
|
2921
|
+
* Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.
|
|
2922
|
+
*/
|
|
2923
|
+
post(method: 'Debugger.getPossibleBreakpoints', params?: Debugger.GetPossibleBreakpointsParameterType): Promise<Debugger.GetPossibleBreakpointsReturnType>;
|
|
2924
|
+
/**
|
|
2925
|
+
* Continues execution until specific location is reached.
|
|
2926
|
+
*/
|
|
2927
|
+
post(method: 'Debugger.continueToLocation', params?: Debugger.ContinueToLocationParameterType): Promise<void>;
|
|
2928
|
+
/**
|
|
2929
|
+
* @experimental
|
|
2930
|
+
*/
|
|
2931
|
+
post(method: 'Debugger.pauseOnAsyncCall', params?: Debugger.PauseOnAsyncCallParameterType): Promise<void>;
|
|
2932
|
+
/**
|
|
2933
|
+
* Steps over the statement.
|
|
2934
|
+
*/
|
|
2935
|
+
post(method: 'Debugger.stepOver'): Promise<void>;
|
|
2936
|
+
/**
|
|
2937
|
+
* Steps into the function call.
|
|
2938
|
+
*/
|
|
2939
|
+
post(method: 'Debugger.stepInto', params?: Debugger.StepIntoParameterType): Promise<void>;
|
|
2940
|
+
/**
|
|
2941
|
+
* Steps out of the function call.
|
|
2942
|
+
*/
|
|
2943
|
+
post(method: 'Debugger.stepOut'): Promise<void>;
|
|
2944
|
+
/**
|
|
2945
|
+
* Stops on the next JavaScript statement.
|
|
2946
|
+
*/
|
|
2947
|
+
post(method: 'Debugger.pause'): Promise<void>;
|
|
2948
|
+
/**
|
|
2949
|
+
* This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called.
|
|
2950
|
+
* @experimental
|
|
2951
|
+
*/
|
|
2952
|
+
post(method: 'Debugger.scheduleStepIntoAsync'): Promise<void>;
|
|
2953
|
+
/**
|
|
2954
|
+
* Resumes JavaScript execution.
|
|
2955
|
+
*/
|
|
2956
|
+
post(method: 'Debugger.resume'): Promise<void>;
|
|
2957
|
+
/**
|
|
2958
|
+
* Returns stack trace with given <code>stackTraceId</code>.
|
|
2959
|
+
* @experimental
|
|
2960
|
+
*/
|
|
2961
|
+
post(method: 'Debugger.getStackTrace', params?: Debugger.GetStackTraceParameterType): Promise<Debugger.GetStackTraceReturnType>;
|
|
2962
|
+
/**
|
|
2963
|
+
* Searches for given string in script content.
|
|
2964
|
+
*/
|
|
2965
|
+
post(method: 'Debugger.searchInContent', params?: Debugger.SearchInContentParameterType): Promise<Debugger.SearchInContentReturnType>;
|
|
2966
|
+
/**
|
|
2967
|
+
* Edits JavaScript source live.
|
|
2968
|
+
*/
|
|
2969
|
+
post(method: 'Debugger.setScriptSource', params?: Debugger.SetScriptSourceParameterType): Promise<Debugger.SetScriptSourceReturnType>;
|
|
2970
|
+
/**
|
|
2971
|
+
* Restarts particular call frame from the beginning.
|
|
2972
|
+
*/
|
|
2973
|
+
post(method: 'Debugger.restartFrame', params?: Debugger.RestartFrameParameterType): Promise<Debugger.RestartFrameReturnType>;
|
|
2974
|
+
/**
|
|
2975
|
+
* Returns source for the script with given id.
|
|
2976
|
+
*/
|
|
2977
|
+
post(method: 'Debugger.getScriptSource', params?: Debugger.GetScriptSourceParameterType): Promise<Debugger.GetScriptSourceReturnType>;
|
|
2978
|
+
/**
|
|
2979
|
+
* Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is <code>none</code>.
|
|
2980
|
+
*/
|
|
2981
|
+
post(method: 'Debugger.setPauseOnExceptions', params?: Debugger.SetPauseOnExceptionsParameterType): Promise<void>;
|
|
2982
|
+
/**
|
|
2983
|
+
* Evaluates expression on a given call frame.
|
|
2984
|
+
*/
|
|
2985
|
+
post(method: 'Debugger.evaluateOnCallFrame', params?: Debugger.EvaluateOnCallFrameParameterType): Promise<Debugger.EvaluateOnCallFrameReturnType>;
|
|
2986
|
+
/**
|
|
2987
|
+
* Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually.
|
|
2988
|
+
*/
|
|
2989
|
+
post(method: 'Debugger.setVariableValue', params?: Debugger.SetVariableValueParameterType): Promise<void>;
|
|
2990
|
+
/**
|
|
2991
|
+
* Changes return value in top frame. Available only at return break position.
|
|
2992
|
+
* @experimental
|
|
2993
|
+
*/
|
|
2994
|
+
post(method: 'Debugger.setReturnValue', params?: Debugger.SetReturnValueParameterType): Promise<void>;
|
|
2995
|
+
/**
|
|
2996
|
+
* Enables or disables async call stacks tracking.
|
|
2997
|
+
*/
|
|
2998
|
+
post(method: 'Debugger.setAsyncCallStackDepth', params?: Debugger.SetAsyncCallStackDepthParameterType): Promise<void>;
|
|
2999
|
+
/**
|
|
3000
|
+
* Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.
|
|
3001
|
+
* @experimental
|
|
3002
|
+
*/
|
|
3003
|
+
post(method: 'Debugger.setBlackboxPatterns', params?: Debugger.SetBlackboxPatternsParameterType): Promise<void>;
|
|
3004
|
+
/**
|
|
3005
|
+
* Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted.
|
|
3006
|
+
* @experimental
|
|
3007
|
+
*/
|
|
3008
|
+
post(method: 'Debugger.setBlackboxedRanges', params?: Debugger.SetBlackboxedRangesParameterType): Promise<void>;
|
|
3009
|
+
/**
|
|
3010
|
+
* Enables console domain, sends the messages collected so far to the client by means of the <code>messageAdded</code> notification.
|
|
3011
|
+
*/
|
|
3012
|
+
post(method: 'Console.enable'): Promise<void>;
|
|
3013
|
+
/**
|
|
3014
|
+
* Disables console domain, prevents further console messages from being reported to the client.
|
|
3015
|
+
*/
|
|
3016
|
+
post(method: 'Console.disable'): Promise<void>;
|
|
3017
|
+
/**
|
|
3018
|
+
* Does nothing.
|
|
3019
|
+
*/
|
|
3020
|
+
post(method: 'Console.clearMessages'): Promise<void>;
|
|
3021
|
+
post(method: 'Profiler.enable'): Promise<void>;
|
|
3022
|
+
post(method: 'Profiler.disable'): Promise<void>;
|
|
3023
|
+
/**
|
|
3024
|
+
* Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.
|
|
3025
|
+
*/
|
|
3026
|
+
post(method: 'Profiler.setSamplingInterval', params?: Profiler.SetSamplingIntervalParameterType): Promise<void>;
|
|
3027
|
+
post(method: 'Profiler.start'): Promise<void>;
|
|
3028
|
+
post(method: 'Profiler.stop'): Promise<Profiler.StopReturnType>;
|
|
3029
|
+
/**
|
|
3030
|
+
* Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters.
|
|
3031
|
+
*/
|
|
3032
|
+
post(method: 'Profiler.startPreciseCoverage', params?: Profiler.StartPreciseCoverageParameterType): Promise<void>;
|
|
3033
|
+
/**
|
|
3034
|
+
* Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code.
|
|
3035
|
+
*/
|
|
3036
|
+
post(method: 'Profiler.stopPreciseCoverage'): Promise<void>;
|
|
3037
|
+
/**
|
|
3038
|
+
* Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.
|
|
3039
|
+
*/
|
|
3040
|
+
post(method: 'Profiler.takePreciseCoverage'): Promise<Profiler.TakePreciseCoverageReturnType>;
|
|
3041
|
+
/**
|
|
3042
|
+
* Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.
|
|
3043
|
+
*/
|
|
3044
|
+
post(method: 'Profiler.getBestEffortCoverage'): Promise<Profiler.GetBestEffortCoverageReturnType>;
|
|
3045
|
+
post(method: 'HeapProfiler.enable'): Promise<void>;
|
|
3046
|
+
post(method: 'HeapProfiler.disable'): Promise<void>;
|
|
3047
|
+
post(method: 'HeapProfiler.startTrackingHeapObjects', params?: HeapProfiler.StartTrackingHeapObjectsParameterType): Promise<void>;
|
|
3048
|
+
post(method: 'HeapProfiler.stopTrackingHeapObjects', params?: HeapProfiler.StopTrackingHeapObjectsParameterType): Promise<void>;
|
|
3049
|
+
post(method: 'HeapProfiler.takeHeapSnapshot', params?: HeapProfiler.TakeHeapSnapshotParameterType): Promise<void>;
|
|
3050
|
+
post(method: 'HeapProfiler.collectGarbage'): Promise<void>;
|
|
3051
|
+
post(method: 'HeapProfiler.getObjectByHeapObjectId', params?: HeapProfiler.GetObjectByHeapObjectIdParameterType): Promise<HeapProfiler.GetObjectByHeapObjectIdReturnType>;
|
|
3052
|
+
/**
|
|
3053
|
+
* Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).
|
|
3054
|
+
*/
|
|
3055
|
+
post(method: 'HeapProfiler.addInspectedHeapObject', params?: HeapProfiler.AddInspectedHeapObjectParameterType): Promise<void>;
|
|
3056
|
+
post(method: 'HeapProfiler.getHeapObjectId', params?: HeapProfiler.GetHeapObjectIdParameterType): Promise<HeapProfiler.GetHeapObjectIdReturnType>;
|
|
3057
|
+
post(method: 'HeapProfiler.startSampling', params?: HeapProfiler.StartSamplingParameterType): Promise<void>;
|
|
3058
|
+
post(method: 'HeapProfiler.stopSampling'): Promise<HeapProfiler.StopSamplingReturnType>;
|
|
3059
|
+
post(method: 'HeapProfiler.getSamplingProfile'): Promise<HeapProfiler.GetSamplingProfileReturnType>;
|
|
3060
|
+
/**
|
|
3061
|
+
* Gets supported tracing categories.
|
|
3062
|
+
*/
|
|
3063
|
+
post(method: 'NodeTracing.getCategories'): Promise<NodeTracing.GetCategoriesReturnType>;
|
|
3064
|
+
/**
|
|
3065
|
+
* Start trace events collection.
|
|
3066
|
+
*/
|
|
3067
|
+
post(method: 'NodeTracing.start', params?: NodeTracing.StartParameterType): Promise<void>;
|
|
3068
|
+
/**
|
|
3069
|
+
* Stop trace events collection. Remaining collected events will be sent as a sequence of
|
|
3070
|
+
* dataCollected events followed by tracingComplete event.
|
|
3071
|
+
*/
|
|
3072
|
+
post(method: 'NodeTracing.stop'): Promise<void>;
|
|
3073
|
+
/**
|
|
3074
|
+
* Sends protocol message over session with given id.
|
|
3075
|
+
*/
|
|
3076
|
+
post(method: 'NodeWorker.sendMessageToWorker', params?: NodeWorker.SendMessageToWorkerParameterType): Promise<void>;
|
|
3077
|
+
/**
|
|
3078
|
+
* Instructs the inspector to attach to running workers. Will also attach to new workers
|
|
3079
|
+
* as they start
|
|
3080
|
+
*/
|
|
3081
|
+
post(method: 'NodeWorker.enable', params?: NodeWorker.EnableParameterType): Promise<void>;
|
|
3082
|
+
/**
|
|
3083
|
+
* Detaches from all running workers and disables attaching to new workers as they are started.
|
|
3084
|
+
*/
|
|
3085
|
+
post(method: 'NodeWorker.disable'): Promise<void>;
|
|
3086
|
+
/**
|
|
3087
|
+
* Detached from the worker with given sessionId.
|
|
3088
|
+
*/
|
|
3089
|
+
post(method: 'NodeWorker.detach', params?: NodeWorker.DetachParameterType): Promise<void>;
|
|
3090
|
+
/**
|
|
3091
|
+
* Enable the NodeRuntime events except by `NodeRuntime.waitingForDisconnect`.
|
|
3092
|
+
*/
|
|
3093
|
+
post(method: 'NodeRuntime.enable'): Promise<void>;
|
|
3094
|
+
/**
|
|
3095
|
+
* Disable NodeRuntime events
|
|
3096
|
+
*/
|
|
3097
|
+
post(method: 'NodeRuntime.disable'): Promise<void>;
|
|
3098
|
+
/**
|
|
3099
|
+
* Enable the `NodeRuntime.waitingForDisconnect`.
|
|
3100
|
+
*/
|
|
3101
|
+
post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType): Promise<void>;
|
|
3102
|
+
|
|
3103
|
+
addListener(event: string, listener: (...args: any[]) => void): this;
|
|
3104
|
+
/**
|
|
3105
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
3106
|
+
*/
|
|
3107
|
+
addListener(event: 'inspectorNotification', listener: (message: InspectorNotification<object>) => void): this;
|
|
3108
|
+
/**
|
|
3109
|
+
* Issued when new execution context is created.
|
|
3110
|
+
*/
|
|
3111
|
+
addListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
3112
|
+
/**
|
|
3113
|
+
* Issued when execution context is destroyed.
|
|
3114
|
+
*/
|
|
3115
|
+
addListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
3116
|
+
/**
|
|
3117
|
+
* Issued when all executionContexts were cleared in browser
|
|
3118
|
+
*/
|
|
3119
|
+
addListener(event: 'Runtime.executionContextsCleared', listener: () => void): this;
|
|
3120
|
+
/**
|
|
3121
|
+
* Issued when exception was thrown and unhandled.
|
|
3122
|
+
*/
|
|
3123
|
+
addListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
3124
|
+
/**
|
|
3125
|
+
* Issued when unhandled exception was revoked.
|
|
3126
|
+
*/
|
|
3127
|
+
addListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
3128
|
+
/**
|
|
3129
|
+
* Issued when console API was called.
|
|
3130
|
+
*/
|
|
3131
|
+
addListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
3132
|
+
/**
|
|
3133
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
3134
|
+
*/
|
|
3135
|
+
addListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
3136
|
+
/**
|
|
3137
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
3138
|
+
*/
|
|
3139
|
+
addListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
3140
|
+
/**
|
|
3141
|
+
* Fired when virtual machine fails to parse the script.
|
|
3142
|
+
*/
|
|
3143
|
+
addListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
3144
|
+
/**
|
|
3145
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
3146
|
+
*/
|
|
3147
|
+
addListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
3148
|
+
/**
|
|
3149
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
3150
|
+
*/
|
|
3151
|
+
addListener(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
3152
|
+
/**
|
|
3153
|
+
* Fired when the virtual machine resumed execution.
|
|
3154
|
+
*/
|
|
3155
|
+
addListener(event: 'Debugger.resumed', listener: () => void): this;
|
|
3156
|
+
/**
|
|
3157
|
+
* Issued when new console message is added.
|
|
3158
|
+
*/
|
|
3159
|
+
addListener(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
3160
|
+
/**
|
|
3161
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
3162
|
+
*/
|
|
3163
|
+
addListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
3164
|
+
addListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
3165
|
+
addListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
3166
|
+
addListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this;
|
|
3167
|
+
addListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
3168
|
+
/**
|
|
3169
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
3170
|
+
*/
|
|
3171
|
+
addListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
3172
|
+
/**
|
|
3173
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
3174
|
+
*/
|
|
3175
|
+
addListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
3176
|
+
/**
|
|
3177
|
+
* Contains an bucket of collected trace events.
|
|
3178
|
+
*/
|
|
3179
|
+
addListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
3180
|
+
/**
|
|
3181
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
3182
|
+
* delivered via dataCollected events.
|
|
3183
|
+
*/
|
|
3184
|
+
addListener(event: 'NodeTracing.tracingComplete', listener: () => void): this;
|
|
3185
|
+
/**
|
|
3186
|
+
* Issued when attached to a worker.
|
|
3187
|
+
*/
|
|
3188
|
+
addListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
3189
|
+
/**
|
|
3190
|
+
* Issued when detached from the worker.
|
|
3191
|
+
*/
|
|
3192
|
+
addListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
3193
|
+
/**
|
|
3194
|
+
* Notifies about a new protocol message received from the session
|
|
3195
|
+
* (session ID is provided in attachedToWorker notification).
|
|
3196
|
+
*/
|
|
3197
|
+
addListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
3198
|
+
/**
|
|
3199
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
3200
|
+
* enabled.
|
|
3201
|
+
* It is fired when the Node process finished all code execution and is
|
|
3202
|
+
* waiting for all frontends to disconnect.
|
|
3203
|
+
*/
|
|
3204
|
+
addListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this;
|
|
3205
|
+
/**
|
|
3206
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
3207
|
+
* example, when inspector.waitingForDebugger is called
|
|
3208
|
+
*/
|
|
3209
|
+
addListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this;
|
|
3210
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
3211
|
+
emit(event: 'inspectorNotification', message: InspectorNotification<object>): boolean;
|
|
3212
|
+
emit(event: 'Runtime.executionContextCreated', message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>): boolean;
|
|
3213
|
+
emit(event: 'Runtime.executionContextDestroyed', message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>): boolean;
|
|
3214
|
+
emit(event: 'Runtime.executionContextsCleared'): boolean;
|
|
3215
|
+
emit(event: 'Runtime.exceptionThrown', message: InspectorNotification<Runtime.ExceptionThrownEventDataType>): boolean;
|
|
3216
|
+
emit(event: 'Runtime.exceptionRevoked', message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>): boolean;
|
|
3217
|
+
emit(event: 'Runtime.consoleAPICalled', message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>): boolean;
|
|
3218
|
+
emit(event: 'Runtime.inspectRequested', message: InspectorNotification<Runtime.InspectRequestedEventDataType>): boolean;
|
|
3219
|
+
emit(event: 'Debugger.scriptParsed', message: InspectorNotification<Debugger.ScriptParsedEventDataType>): boolean;
|
|
3220
|
+
emit(event: 'Debugger.scriptFailedToParse', message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>): boolean;
|
|
3221
|
+
emit(event: 'Debugger.breakpointResolved', message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>): boolean;
|
|
3222
|
+
emit(event: 'Debugger.paused', message: InspectorNotification<Debugger.PausedEventDataType>): boolean;
|
|
3223
|
+
emit(event: 'Debugger.resumed'): boolean;
|
|
3224
|
+
emit(event: 'Console.messageAdded', message: InspectorNotification<Console.MessageAddedEventDataType>): boolean;
|
|
3225
|
+
emit(event: 'Profiler.consoleProfileStarted', message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>): boolean;
|
|
3226
|
+
emit(event: 'Profiler.consoleProfileFinished', message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>): boolean;
|
|
3227
|
+
emit(event: 'HeapProfiler.addHeapSnapshotChunk', message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>): boolean;
|
|
3228
|
+
emit(event: 'HeapProfiler.resetProfiles'): boolean;
|
|
3229
|
+
emit(event: 'HeapProfiler.reportHeapSnapshotProgress', message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>): boolean;
|
|
3230
|
+
emit(event: 'HeapProfiler.lastSeenObjectId', message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>): boolean;
|
|
3231
|
+
emit(event: 'HeapProfiler.heapStatsUpdate', message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>): boolean;
|
|
3232
|
+
emit(event: 'NodeTracing.dataCollected', message: InspectorNotification<NodeTracing.DataCollectedEventDataType>): boolean;
|
|
3233
|
+
emit(event: 'NodeTracing.tracingComplete'): boolean;
|
|
3234
|
+
emit(event: 'NodeWorker.attachedToWorker', message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>): boolean;
|
|
3235
|
+
emit(event: 'NodeWorker.detachedFromWorker', message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>): boolean;
|
|
3236
|
+
emit(event: 'NodeWorker.receivedMessageFromWorker', message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>): boolean;
|
|
3237
|
+
emit(event: 'NodeRuntime.waitingForDisconnect'): boolean;
|
|
3238
|
+
emit(event: 'NodeRuntime.waitingForDebugger'): boolean;
|
|
3239
|
+
on(event: string, listener: (...args: any[]) => void): this;
|
|
3240
|
+
/**
|
|
3241
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
3242
|
+
*/
|
|
3243
|
+
on(event: 'inspectorNotification', listener: (message: InspectorNotification<object>) => void): this;
|
|
3244
|
+
/**
|
|
3245
|
+
* Issued when new execution context is created.
|
|
3246
|
+
*/
|
|
3247
|
+
on(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
3248
|
+
/**
|
|
3249
|
+
* Issued when execution context is destroyed.
|
|
3250
|
+
*/
|
|
3251
|
+
on(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
3252
|
+
/**
|
|
3253
|
+
* Issued when all executionContexts were cleared in browser
|
|
3254
|
+
*/
|
|
3255
|
+
on(event: 'Runtime.executionContextsCleared', listener: () => void): this;
|
|
3256
|
+
/**
|
|
3257
|
+
* Issued when exception was thrown and unhandled.
|
|
3258
|
+
*/
|
|
3259
|
+
on(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
3260
|
+
/**
|
|
3261
|
+
* Issued when unhandled exception was revoked.
|
|
3262
|
+
*/
|
|
3263
|
+
on(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
3264
|
+
/**
|
|
3265
|
+
* Issued when console API was called.
|
|
3266
|
+
*/
|
|
3267
|
+
on(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
3268
|
+
/**
|
|
3269
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
3270
|
+
*/
|
|
3271
|
+
on(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
3272
|
+
/**
|
|
3273
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
3274
|
+
*/
|
|
3275
|
+
on(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
3276
|
+
/**
|
|
3277
|
+
* Fired when virtual machine fails to parse the script.
|
|
3278
|
+
*/
|
|
3279
|
+
on(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
3280
|
+
/**
|
|
3281
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
3282
|
+
*/
|
|
3283
|
+
on(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
3284
|
+
/**
|
|
3285
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
3286
|
+
*/
|
|
3287
|
+
on(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
3288
|
+
/**
|
|
3289
|
+
* Fired when the virtual machine resumed execution.
|
|
3290
|
+
*/
|
|
3291
|
+
on(event: 'Debugger.resumed', listener: () => void): this;
|
|
3292
|
+
/**
|
|
3293
|
+
* Issued when new console message is added.
|
|
3294
|
+
*/
|
|
3295
|
+
on(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
3296
|
+
/**
|
|
3297
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
3298
|
+
*/
|
|
3299
|
+
on(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
3300
|
+
on(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
3301
|
+
on(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
3302
|
+
on(event: 'HeapProfiler.resetProfiles', listener: () => void): this;
|
|
3303
|
+
on(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
3304
|
+
/**
|
|
3305
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
3306
|
+
*/
|
|
3307
|
+
on(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
3308
|
+
/**
|
|
3309
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
3310
|
+
*/
|
|
3311
|
+
on(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
3312
|
+
/**
|
|
3313
|
+
* Contains an bucket of collected trace events.
|
|
3314
|
+
*/
|
|
3315
|
+
on(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
3316
|
+
/**
|
|
3317
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
3318
|
+
* delivered via dataCollected events.
|
|
3319
|
+
*/
|
|
3320
|
+
on(event: 'NodeTracing.tracingComplete', listener: () => void): this;
|
|
3321
|
+
/**
|
|
3322
|
+
* Issued when attached to a worker.
|
|
3323
|
+
*/
|
|
3324
|
+
on(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
3325
|
+
/**
|
|
3326
|
+
* Issued when detached from the worker.
|
|
3327
|
+
*/
|
|
3328
|
+
on(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
3329
|
+
/**
|
|
3330
|
+
* Notifies about a new protocol message received from the session
|
|
3331
|
+
* (session ID is provided in attachedToWorker notification).
|
|
3332
|
+
*/
|
|
3333
|
+
on(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
3334
|
+
/**
|
|
3335
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
3336
|
+
* enabled.
|
|
3337
|
+
* It is fired when the Node process finished all code execution and is
|
|
3338
|
+
* waiting for all frontends to disconnect.
|
|
3339
|
+
*/
|
|
3340
|
+
on(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this;
|
|
3341
|
+
/**
|
|
3342
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
3343
|
+
* example, when inspector.waitingForDebugger is called
|
|
3344
|
+
*/
|
|
3345
|
+
on(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this;
|
|
3346
|
+
once(event: string, listener: (...args: any[]) => void): this;
|
|
3347
|
+
/**
|
|
3348
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
3349
|
+
*/
|
|
3350
|
+
once(event: 'inspectorNotification', listener: (message: InspectorNotification<object>) => void): this;
|
|
3351
|
+
/**
|
|
3352
|
+
* Issued when new execution context is created.
|
|
3353
|
+
*/
|
|
3354
|
+
once(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
3355
|
+
/**
|
|
3356
|
+
* Issued when execution context is destroyed.
|
|
3357
|
+
*/
|
|
3358
|
+
once(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
3359
|
+
/**
|
|
3360
|
+
* Issued when all executionContexts were cleared in browser
|
|
3361
|
+
*/
|
|
3362
|
+
once(event: 'Runtime.executionContextsCleared', listener: () => void): this;
|
|
3363
|
+
/**
|
|
3364
|
+
* Issued when exception was thrown and unhandled.
|
|
3365
|
+
*/
|
|
3366
|
+
once(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
3367
|
+
/**
|
|
3368
|
+
* Issued when unhandled exception was revoked.
|
|
3369
|
+
*/
|
|
3370
|
+
once(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
3371
|
+
/**
|
|
3372
|
+
* Issued when console API was called.
|
|
3373
|
+
*/
|
|
3374
|
+
once(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
3375
|
+
/**
|
|
3376
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
3377
|
+
*/
|
|
3378
|
+
once(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
3379
|
+
/**
|
|
3380
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
3381
|
+
*/
|
|
3382
|
+
once(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
3383
|
+
/**
|
|
3384
|
+
* Fired when virtual machine fails to parse the script.
|
|
3385
|
+
*/
|
|
3386
|
+
once(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
3387
|
+
/**
|
|
3388
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
3389
|
+
*/
|
|
3390
|
+
once(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
3391
|
+
/**
|
|
3392
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
3393
|
+
*/
|
|
3394
|
+
once(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
3395
|
+
/**
|
|
3396
|
+
* Fired when the virtual machine resumed execution.
|
|
3397
|
+
*/
|
|
3398
|
+
once(event: 'Debugger.resumed', listener: () => void): this;
|
|
3399
|
+
/**
|
|
3400
|
+
* Issued when new console message is added.
|
|
3401
|
+
*/
|
|
3402
|
+
once(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
3403
|
+
/**
|
|
3404
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
3405
|
+
*/
|
|
3406
|
+
once(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
3407
|
+
once(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
3408
|
+
once(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
3409
|
+
once(event: 'HeapProfiler.resetProfiles', listener: () => void): this;
|
|
3410
|
+
once(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
3411
|
+
/**
|
|
3412
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
3413
|
+
*/
|
|
3414
|
+
once(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
3415
|
+
/**
|
|
3416
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
3417
|
+
*/
|
|
3418
|
+
once(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
3419
|
+
/**
|
|
3420
|
+
* Contains an bucket of collected trace events.
|
|
3421
|
+
*/
|
|
3422
|
+
once(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
3423
|
+
/**
|
|
3424
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
3425
|
+
* delivered via dataCollected events.
|
|
3426
|
+
*/
|
|
3427
|
+
once(event: 'NodeTracing.tracingComplete', listener: () => void): this;
|
|
3428
|
+
/**
|
|
3429
|
+
* Issued when attached to a worker.
|
|
3430
|
+
*/
|
|
3431
|
+
once(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
3432
|
+
/**
|
|
3433
|
+
* Issued when detached from the worker.
|
|
3434
|
+
*/
|
|
3435
|
+
once(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
3436
|
+
/**
|
|
3437
|
+
* Notifies about a new protocol message received from the session
|
|
3438
|
+
* (session ID is provided in attachedToWorker notification).
|
|
3439
|
+
*/
|
|
3440
|
+
once(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
3441
|
+
/**
|
|
3442
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
3443
|
+
* enabled.
|
|
3444
|
+
* It is fired when the Node process finished all code execution and is
|
|
3445
|
+
* waiting for all frontends to disconnect.
|
|
3446
|
+
*/
|
|
3447
|
+
once(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this;
|
|
3448
|
+
/**
|
|
3449
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
3450
|
+
* example, when inspector.waitingForDebugger is called
|
|
3451
|
+
*/
|
|
3452
|
+
once(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this;
|
|
3453
|
+
prependListener(event: string, listener: (...args: any[]) => void): this;
|
|
3454
|
+
/**
|
|
3455
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
3456
|
+
*/
|
|
3457
|
+
prependListener(event: 'inspectorNotification', listener: (message: InspectorNotification<object>) => void): this;
|
|
3458
|
+
/**
|
|
3459
|
+
* Issued when new execution context is created.
|
|
3460
|
+
*/
|
|
3461
|
+
prependListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
3462
|
+
/**
|
|
3463
|
+
* Issued when execution context is destroyed.
|
|
3464
|
+
*/
|
|
3465
|
+
prependListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
3466
|
+
/**
|
|
3467
|
+
* Issued when all executionContexts were cleared in browser
|
|
3468
|
+
*/
|
|
3469
|
+
prependListener(event: 'Runtime.executionContextsCleared', listener: () => void): this;
|
|
3470
|
+
/**
|
|
3471
|
+
* Issued when exception was thrown and unhandled.
|
|
3472
|
+
*/
|
|
3473
|
+
prependListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
3474
|
+
/**
|
|
3475
|
+
* Issued when unhandled exception was revoked.
|
|
3476
|
+
*/
|
|
3477
|
+
prependListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
3478
|
+
/**
|
|
3479
|
+
* Issued when console API was called.
|
|
3480
|
+
*/
|
|
3481
|
+
prependListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
3482
|
+
/**
|
|
3483
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
3484
|
+
*/
|
|
3485
|
+
prependListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
3486
|
+
/**
|
|
3487
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
3488
|
+
*/
|
|
3489
|
+
prependListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
3490
|
+
/**
|
|
3491
|
+
* Fired when virtual machine fails to parse the script.
|
|
3492
|
+
*/
|
|
3493
|
+
prependListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
3494
|
+
/**
|
|
3495
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
3496
|
+
*/
|
|
3497
|
+
prependListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
3498
|
+
/**
|
|
3499
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
3500
|
+
*/
|
|
3501
|
+
prependListener(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
3502
|
+
/**
|
|
3503
|
+
* Fired when the virtual machine resumed execution.
|
|
3504
|
+
*/
|
|
3505
|
+
prependListener(event: 'Debugger.resumed', listener: () => void): this;
|
|
3506
|
+
/**
|
|
3507
|
+
* Issued when new console message is added.
|
|
3508
|
+
*/
|
|
3509
|
+
prependListener(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
3510
|
+
/**
|
|
3511
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
3512
|
+
*/
|
|
3513
|
+
prependListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
3514
|
+
prependListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
3515
|
+
prependListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
3516
|
+
prependListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this;
|
|
3517
|
+
prependListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
3518
|
+
/**
|
|
3519
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
3520
|
+
*/
|
|
3521
|
+
prependListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
3522
|
+
/**
|
|
3523
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
3524
|
+
*/
|
|
3525
|
+
prependListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
3526
|
+
/**
|
|
3527
|
+
* Contains an bucket of collected trace events.
|
|
3528
|
+
*/
|
|
3529
|
+
prependListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
3530
|
+
/**
|
|
3531
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
3532
|
+
* delivered via dataCollected events.
|
|
3533
|
+
*/
|
|
3534
|
+
prependListener(event: 'NodeTracing.tracingComplete', listener: () => void): this;
|
|
3535
|
+
/**
|
|
3536
|
+
* Issued when attached to a worker.
|
|
3537
|
+
*/
|
|
3538
|
+
prependListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
3539
|
+
/**
|
|
3540
|
+
* Issued when detached from the worker.
|
|
3541
|
+
*/
|
|
3542
|
+
prependListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
3543
|
+
/**
|
|
3544
|
+
* Notifies about a new protocol message received from the session
|
|
3545
|
+
* (session ID is provided in attachedToWorker notification).
|
|
3546
|
+
*/
|
|
3547
|
+
prependListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
3548
|
+
/**
|
|
3549
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
3550
|
+
* enabled.
|
|
3551
|
+
* It is fired when the Node process finished all code execution and is
|
|
3552
|
+
* waiting for all frontends to disconnect.
|
|
3553
|
+
*/
|
|
3554
|
+
prependListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this;
|
|
3555
|
+
/**
|
|
3556
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
3557
|
+
* example, when inspector.waitingForDebugger is called
|
|
3558
|
+
*/
|
|
3559
|
+
prependListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this;
|
|
3560
|
+
prependOnceListener(event: string, listener: (...args: any[]) => void): this;
|
|
3561
|
+
/**
|
|
3562
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
3563
|
+
*/
|
|
3564
|
+
prependOnceListener(event: 'inspectorNotification', listener: (message: InspectorNotification<object>) => void): this;
|
|
3565
|
+
/**
|
|
3566
|
+
* Issued when new execution context is created.
|
|
3567
|
+
*/
|
|
3568
|
+
prependOnceListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
3569
|
+
/**
|
|
3570
|
+
* Issued when execution context is destroyed.
|
|
3571
|
+
*/
|
|
3572
|
+
prependOnceListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
3573
|
+
/**
|
|
3574
|
+
* Issued when all executionContexts were cleared in browser
|
|
3575
|
+
*/
|
|
3576
|
+
prependOnceListener(event: 'Runtime.executionContextsCleared', listener: () => void): this;
|
|
3577
|
+
/**
|
|
3578
|
+
* Issued when exception was thrown and unhandled.
|
|
3579
|
+
*/
|
|
3580
|
+
prependOnceListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
3581
|
+
/**
|
|
3582
|
+
* Issued when unhandled exception was revoked.
|
|
3583
|
+
*/
|
|
3584
|
+
prependOnceListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
3585
|
+
/**
|
|
3586
|
+
* Issued when console API was called.
|
|
3587
|
+
*/
|
|
3588
|
+
prependOnceListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
3589
|
+
/**
|
|
3590
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
3591
|
+
*/
|
|
3592
|
+
prependOnceListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
3593
|
+
/**
|
|
3594
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
3595
|
+
*/
|
|
3596
|
+
prependOnceListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
3597
|
+
/**
|
|
3598
|
+
* Fired when virtual machine fails to parse the script.
|
|
3599
|
+
*/
|
|
3600
|
+
prependOnceListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
3601
|
+
/**
|
|
3602
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
3603
|
+
*/
|
|
3604
|
+
prependOnceListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
3605
|
+
/**
|
|
3606
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
3607
|
+
*/
|
|
3608
|
+
prependOnceListener(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
3609
|
+
/**
|
|
3610
|
+
* Fired when the virtual machine resumed execution.
|
|
3611
|
+
*/
|
|
3612
|
+
prependOnceListener(event: 'Debugger.resumed', listener: () => void): this;
|
|
3613
|
+
/**
|
|
3614
|
+
* Issued when new console message is added.
|
|
3615
|
+
*/
|
|
3616
|
+
prependOnceListener(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
3617
|
+
/**
|
|
3618
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
3619
|
+
*/
|
|
3620
|
+
prependOnceListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
3621
|
+
prependOnceListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
3622
|
+
prependOnceListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
3623
|
+
prependOnceListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this;
|
|
3624
|
+
prependOnceListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
3625
|
+
/**
|
|
3626
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
3627
|
+
*/
|
|
3628
|
+
prependOnceListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
3629
|
+
/**
|
|
3630
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
3631
|
+
*/
|
|
3632
|
+
prependOnceListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
3633
|
+
/**
|
|
3634
|
+
* Contains an bucket of collected trace events.
|
|
3635
|
+
*/
|
|
3636
|
+
prependOnceListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
3637
|
+
/**
|
|
3638
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
3639
|
+
* delivered via dataCollected events.
|
|
3640
|
+
*/
|
|
3641
|
+
prependOnceListener(event: 'NodeTracing.tracingComplete', listener: () => void): this;
|
|
3642
|
+
/**
|
|
3643
|
+
* Issued when attached to a worker.
|
|
3644
|
+
*/
|
|
3645
|
+
prependOnceListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
3646
|
+
/**
|
|
3647
|
+
* Issued when detached from the worker.
|
|
3648
|
+
*/
|
|
3649
|
+
prependOnceListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
3650
|
+
/**
|
|
3651
|
+
* Notifies about a new protocol message received from the session
|
|
3652
|
+
* (session ID is provided in attachedToWorker notification).
|
|
3653
|
+
*/
|
|
3654
|
+
prependOnceListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
3655
|
+
/**
|
|
3656
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
3657
|
+
* enabled.
|
|
3658
|
+
* It is fired when the Node process finished all code execution and is
|
|
3659
|
+
* waiting for all frontends to disconnect.
|
|
3660
|
+
*/
|
|
3661
|
+
prependOnceListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this;
|
|
3662
|
+
/**
|
|
3663
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
3664
|
+
* example, when inspector.waitingForDebugger is called
|
|
3665
|
+
*/
|
|
3666
|
+
prependOnceListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this;
|
|
3667
|
+
}
|
|
3668
|
+
|
|
3669
|
+
export {
|
|
3670
|
+
Session,
|
|
3671
|
+
open,
|
|
3672
|
+
close,
|
|
3673
|
+
url,
|
|
3674
|
+
waitForDebugger,
|
|
3675
|
+
console,
|
|
3676
|
+
InspectorNotification,
|
|
3677
|
+
Schema,
|
|
3678
|
+
Runtime,
|
|
3679
|
+
Debugger,
|
|
3680
|
+
Console,
|
|
3681
|
+
Profiler,
|
|
3682
|
+
HeapProfiler,
|
|
3683
|
+
NodeTracing,
|
|
3684
|
+
NodeWorker,
|
|
3685
|
+
NodeRuntime,
|
|
3686
|
+
};
|
|
3687
|
+
}
|
|
3688
|
+
|
|
3689
|
+
/**
|
|
3690
|
+
* The `node:inspector/promises` module provides an API for interacting with the V8
|
|
3691
|
+
* inspector.
|
|
3692
|
+
* @since v19.0.0
|
|
3693
|
+
*/
|
|
3694
|
+
declare module 'node:inspector/promises' {
|
|
3695
|
+
export * from 'inspector/promises';
|
|
3696
|
+
}
|