@ndlib/ndlib-cdk2 1.0.30 → 1.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -23
- package/lib/ec2s/ec2-with-database.d.ts +1 -0
- package/lib/ec2s/ec2-with-database.js +44 -3
- package/lib/edge-lambdas/spaRedirectionLambda/index.js +1 -1
- package/lib/index.d.ts +0 -1
- package/lib/index.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/@ +197 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.package-lock.json +829 -941
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/CHANGELOG.md +76 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/LICENSE +201 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/README.md +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/aws_crc32.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/aws_crc32.js +31 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/aws_crc32.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/index.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/index.js +108 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/build/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +142 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/index.js +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +37 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.d.ts +37 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.js +218 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.js +284 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/package.json +28 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/src/index.ts +92 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/crc32/tsconfig.json +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/main/constants.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/main/constants.js +43 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/main/index.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js +56 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +40 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/module/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +53 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +66 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/package.json +11 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/tsconfig.json +3 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js +124 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/main/constants.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/main/constants.js +98 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/main/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/main/index.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js +85 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js +322 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +121 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/module/constants.js +95 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/module/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +82 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +319 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/package.json +11 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/tsconfig.json +3 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/build/main/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +69 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +62 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/package.json +7 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +3 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/CHANGELOG.md +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/main/convertToBuffer.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/main/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/main/index.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/main/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/main/isEmptyData.js +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/main/numToUint8.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/main/numToUint8.js +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/module/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/module/index.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/module/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/module/isEmptyData.js +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/module/numToUint8.js +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/package.json +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/src/convertToBuffer.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/tsconfig.json +2 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-crypto/util/tsconfig.module.json +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/README.md +28 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/endpoint/endpointResolver.js +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/index.js +789 -515
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/runtimeConfig.js +9 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipeline.js +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipelineClient.js +10 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/AcknowledgeJobCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/CreateCustomActionTypeCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/CreatePipelineCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeleteCustomActionTypeCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeletePipelineCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeleteWebhookCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/DisableStageTransitionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/EnableStageTransitionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetActionTypeCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetJobDetailsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineExecutionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetPipelineStateCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/GetThirdPartyJobDetailsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListActionExecutionsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListActionTypesCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListPipelineExecutionsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListPipelinesCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListRuleExecutionsCommand.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListRuleTypesCommand.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/ListWebhooksCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/OverrideStageConditionCommand.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PollForJobsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PollForThirdPartyJobsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutActionRevisionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutApprovalResultCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutJobFailureResultCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutJobSuccessResultCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/PutWebhookCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RetryStageExecutionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RollbackStageCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/StartPipelineExecutionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/StopPipelineExecutionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/TagResourceCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UntagResourceCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UpdateActionTypeCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/UpdatePipelineCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/endpoint/endpointResolver.js +7 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/models/models_0.js +166 -114
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/ListRuleExecutionsPaginator.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/pagination/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/protocols/Aws_json1_1.js +202 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/runtimeConfig.browser.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/runtimeConfig.js +10 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipeline.d.ts +25 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipelineClient.d.ts +32 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeJobCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreateCustomActionTypeCommand.d.ts +15 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreatePipelineCommand.d.ts +241 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeletePipelineCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteWebhookCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DisableStageTransitionCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/EnableStageTransitionCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetActionTypeCommand.d.ts +15 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetJobDetailsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineCommand.d.ts +127 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineExecutionCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineStateCommand.d.ts +145 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionExecutionsCommand.d.ts +15 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionTypesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelineExecutionsCommand.d.ts +18 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelinesCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListRuleExecutionsCommand.d.ts +144 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListRuleTypesCommand.d.ts +110 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListWebhooksCommand.d.ts +16 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/OverrideStageConditionCommand.d.ts +97 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForJobsCommand.d.ts +15 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutActionRevisionCommand.d.ts +16 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutApprovalResultCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobFailureResultCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobSuccessResultCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutWebhookCommand.d.ts +25 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RetryStageExecutionCommand.d.ts +16 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RollbackStageCommand.d.ts +15 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StartPipelineExecutionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StopPipelineExecutionCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/TagResourceCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UntagResourceCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdateActionTypeCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdatePipelineCommand.d.ts +241 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/index.d.ts +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/CodePipelineServiceException.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/models_0.d.ts +1496 -498
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/ListRuleExecutionsPaginator.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/pagination/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.browser.d.ts +8 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.d.ts +8 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.native.d.ts +9 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipeline.d.ts +52 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipelineClient.d.ts +26 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListRuleExecutionsCommand.d.ts +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListRuleTypesCommand.d.ts +47 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/OverrideStageConditionCommand.d.ts +46 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/models_0.d.ts +563 -333
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/ListRuleExecutionsPaginator.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.d.ts +22 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/package.json +44 -46
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/README.md +45 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/endpointResolver.js +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +2258 -1845
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +9 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +10 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +2 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/endpointResolver.js +7 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +231 -146
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +205 -222
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +209 -23
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesPaginator.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +174 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +10 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +34 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +35 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +17 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +49 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +47 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +15 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +18 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +20 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +27 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +21 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +27 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +16 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +16 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +19 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +37 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +19 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +16 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +127 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +16 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +16 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +18 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +18 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +18 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +27 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +175 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +166 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +15 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +29 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +27 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +157 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +18 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +41 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +27 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +7 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/SSMServiceException.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +923 -816
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +1513 -1507
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +1042 -249
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +8 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +8 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +9 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +69 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +32 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +16 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +15 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +15 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +15 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +15 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +15 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/SSMServiceException.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +720 -698
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +1010 -1002
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +436 -198
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +22 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/package.json +45 -47
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/README.md +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +70 -74
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +9 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +10 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +1 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +7 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +1 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +10 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +24 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +13 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +7 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +7 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +8 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +8 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +17 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +14 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +32 -13
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/package.json +42 -42
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/credentialDefaultProvider.js +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/credentialDefaultProvider.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/credentialDefaultProvider.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/credentialDefaultProvider.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/credentialDefaultProvider.js +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/credentialDefaultProvider.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/credentialDefaultProvider.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/credentialDefaultProvider.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/CHANGELOG.md +261 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/api-extractor.json +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/client.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/client/emitWarningIfUnsupportedVersion.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/client/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getDateHeader.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/isClockSkewed.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/coercing-serializers.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/common.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/json/awsExpectUnion.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/json/parseJsonBody.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/xml/parseXmlBody.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +97 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +45 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +101 -27
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/client/emitWarningIfUnsupportedVersion.js +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/client/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +60 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +82 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getDateHeader.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/isClockSkewed.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/coercing-serializers.js +53 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/common.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/index.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/json/awsExpectUnion.js +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/json/parseJsonBody.js +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/xml/parseXmlBody.js +57 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +12 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +14 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/client/emitWarningIfUnsupportedVersion.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/client/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +95 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/coercing-serializers.d.ts +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/common.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/json/awsExpectUnion.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/json/parseJsonBody.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/xml/parseXmlBody.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +26 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/client/emitWarningIfUnsupportedVersion.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/client/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/coercing-serializers.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/common.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/awsExpectUnion.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/parseJsonBody.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/xml/parseXmlBody.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/integ/request-handlers/request-handlers.integ.spec.ts +158 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/jest.config.integ.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/jest.config.js +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/package.json +39 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/scripts/lint.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +70 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +25 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/client/index.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.spec.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +134 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/index.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts +244 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/index.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getDateHeader.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.spec.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.spec.ts +37 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.ts +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/index.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.spec.ts +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/index.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.spec.ts +76 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.ts +72 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/common.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/index.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.spec.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/json/parseJsonBody.ts +60 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.ts +64 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.cjs.json +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.es.json +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.types.json +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +12 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +9 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/package.json +10 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +14 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +4 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +14 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/package.json +15 -13
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +135 -56
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/loadSts.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +12 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/loadSts.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +58 -31
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +21 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +12 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +10 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +10 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/loadSts.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/loadSts.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +12 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +46 -25
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +39 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/package.json +18 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +27 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +5 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +10 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +7 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +5 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/package.json +11 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +71 -28
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +21 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +39 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +5 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +10 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +7 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/loadSts.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +10 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +7 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/loadSts.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/loadSts.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/loadSts.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/package.json +14 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/package.json +10 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/package.json +10 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/package.json +10 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +111 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +11 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/package.json +14 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/README.md +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +873 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +50 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +40 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +63 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +952 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +64 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +40 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +25 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +47 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +190 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +255 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +45 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +47 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +56 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +95 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +102 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +528 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +59 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +220 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +128 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +40 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +387 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +56 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +56 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +55 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +71 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +222 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +254 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +46 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +712 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +58 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +56 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +57 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +121 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +123 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +116 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +113 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +120 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +49 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +128 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +54 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +123 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +127 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +111 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +131 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/package.json +115 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/package.json +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +25 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/loadSsoOidc.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +13 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +6 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/loadSsoOidc.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/loadSsoOidc.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +8 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +6 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/loadSsoOidc.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/package.json +11 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +60 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/package.json +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +28 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +21 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +7 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +21 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/package.json +10 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/package.json +6 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +9 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +46 -39
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/package.json +10 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +7 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +7 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/package.json +6 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/package.json +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/README.md +35 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/cbor.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/cbor.js +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/index.js +111 -176
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/setFeature.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +730 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +164 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/index.js +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -67
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +391 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +191 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +25 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +83 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/index.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +2 -48
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +64 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +2 -48
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +66 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/package.json +51 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/protocols.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/protocols.js +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +42 -34
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +17 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +11 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/package.json +10 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/LICENSE +201 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/README.md +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/EventStreamCodec.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/HeaderMarshaller.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/Int64.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/Message.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/MessageDecoderStream.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/MessageEncoderStream.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/TestVectors.fixture.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +468 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/splitMessage.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-cjs/vectorTypes.fixture.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/EventStreamCodec.js +62 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/HeaderMarshaller.js +182 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/Int64.js +43 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/Message.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/MessageDecoderStream.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/MessageEncoderStream.js +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageDecoderStream.js +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageEncoderStream.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/TestVectors.fixture.js +690 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/index.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/splitMessage.js +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-es/vectorTypes.fixture.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/EventStreamCodec.d.ts +31 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/HeaderMarshaller.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/Int64.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/Message.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/MessageDecoderStream.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/MessageEncoderStream.d.ts +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageDecoderStream.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageEncoderStream.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/TestVectors.fixture.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/index.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/splitMessage.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +31 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Int64.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Message.d.ts +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/index.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/dist-types/vectorTypes.fixture.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/package.json +61 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +45 -13
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +25 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +13 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +13 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/package.json +14 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/hash-node/package.json +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/package.json +8 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/is-array-buffer/package.json +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-content-length/package.json +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +36 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +15 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +4 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +15 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/package.json +14 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/CHANGELOG.md +229 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/LICENSE.md +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/README.md +505 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/bin/uuid +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/index.js +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/md5.js +215 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/nil.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/parse.js +35 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/regex.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/rng.js +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v1.js +95 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v35.js +64 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v4.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/validate.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/version.js +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/index.js +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/nil.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/parse.js +35 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/regex.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/rng.js +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/stringify.js +29 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v35.js +64 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v4.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/validate.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/version.js +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/index.js +79 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5-browser.js +223 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5.js +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/nil.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/parse.js +45 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/regex.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng-browser.js +26 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1-browser.js +104 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1.js +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/stringify.js +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuid.min.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidNIL.min.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidParse.min.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidStringify.min.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidValidate.min.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidVersion.min.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/uuid-bin.js +85 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v1.js +107 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v3.js +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v35.js +78 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v4.js +37 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v5.js +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/validate.js +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/version.js +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/package.json +135 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/node_modules/uuid/wrapper.mjs +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/package.json +16 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-cjs/index.js +11 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +12 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/package.json +10 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/package.json +6 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-cjs/getSelectorName.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-cjs/index.js +21 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/package.json +9 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/index.js +188 -100
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +40 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +9 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +29 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +19 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +14 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +12 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +12 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/package.json +11 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-cjs/index.js +42 -22
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +2 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-es/ProviderError.js +15 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +2 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +16 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +25 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +16 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +16 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +25 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +16 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/package.json +6 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-cjs/index.js +46 -20
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +13 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +33 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +33 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/package.json +6 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-builder/package.json +5 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-parser/package.json +6 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/package.json +6 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +18 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +14 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +15 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +15 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/package.json +7 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/index.js +28 -39
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +7 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +10 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/package.json +13 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/index.js +185 -112
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/is-serializable-header-value.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/client.js +22 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/command.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/date-utils.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/exceptions.js +25 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/index.js +5 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +21 -30
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/quote-header.js +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -19
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/split-header.js +37 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/client.d.ts +22 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +2 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/index.d.ts +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +37 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +22 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +2 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +37 -15
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/package.json +13 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/README.md +36 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/abort.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/command.d.ts +14 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +46 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/http.d.ts +9 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/signature.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +12 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +11 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +4 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +14 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +46 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +9 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +8 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +9 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/waiter.d.ts +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/package.json +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/url-parser/package.json +9 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/package.json +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/package.json +7 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/package.json +6 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-buffer-from/package.json +7 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/package.json +6 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/package.json +10 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/package.json +13 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/cache/EndpointCache.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/index.js +81 -21
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +49 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/index.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +0 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +34 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +34 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/package.json +10 -8
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-hex-encoding/package.json +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/package.json +7 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/index.js +28 -18
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/package.json +8 -7
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +35 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +61 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +104 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +36 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/headStream.js +46 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/index.js +18 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +2 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +31 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +57 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +95 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +31 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/headStream.js +41 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/index.js +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/splitStream.js +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +62 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +49 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/index.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +13 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +53 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/README.md +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +265 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +139 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +53 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +41 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +41 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/package.json +65 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/package.json +36 -17
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/package.json +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/package.json +6 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-cjs/index.js +41 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +7 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-es/waiter.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/package.json +7 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/uuid/LICENSE +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/uuid/README.md +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/uuid/index.d.mts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/uuid/index.d.ts +86 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@types/uuid/package.json +54 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/ansi-regex/index.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/ansi-regex/index.js +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/ansi-regex/package.json +6 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/ansi-regex/readme.md +2 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/cross-spawn/README.md +3 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/cross-spawn/lib/enoent.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/cross-spawn/lib/util/escape.js +4 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/cross-spawn/package.json +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/CHANGELOG.md +349 -309
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/README.md +83 -51
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/package.json +8 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/fxp.d.ts +365 -71
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +107 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +64 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +71 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +103 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +102 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +156 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +99 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/TagPath.js +81 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/XMLParser.js +85 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +237 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +212 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +118 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +118 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +123 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +107 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +40 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/validator.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +31 -9
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +4 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +25 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/README.md +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/commonjs/all-signals.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/commonjs/all-signals.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/commonjs/all-signals.js +58 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/commonjs/all-signals.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/commonjs/index.d.ts +58 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/commonjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/commonjs/index.js +123 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/commonjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/commonjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/commonjs/proxy-signals.js +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/commonjs/proxy-signals.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/commonjs/watchdog.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/commonjs/watchdog.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/commonjs/watchdog.js +50 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/commonjs/watchdog.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/esm/all-signals.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/esm/all-signals.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/esm/all-signals.js +52 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/esm/all-signals.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/esm/index.d.ts +58 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/esm/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/esm/index.js +115 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/esm/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/esm/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/esm/proxy-signals.d.ts +6 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/esm/proxy-signals.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/esm/proxy-signals.js +34 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/esm/proxy-signals.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/esm/watchdog.d.ts +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/esm/watchdog.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/esm/watchdog.js +46 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/dist/esm/watchdog.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/cross-spawn/LICENSE +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/cross-spawn/README.md +89 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/cross-spawn/index.js +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/cross-spawn/lib/enoent.js +59 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/cross-spawn/lib/parse.js +91 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/cross-spawn/lib/util/escape.js +47 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/cross-spawn/lib/util/readShebang.js +23 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/cross-spawn/lib/util/resolveCommand.js +52 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/cross-spawn/package.json +73 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/path-key/index.d.ts +40 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/path-key/index.js +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/path-key/license +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/path-key/package.json +39 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/path-key/readme.md +61 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/shebang-command/index.js +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/shebang-command/license +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/shebang-command/package.json +34 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/shebang-command/readme.md +34 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/shebang-regex/index.d.ts +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/shebang-regex/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/shebang-regex/license +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/shebang-regex/package.json +35 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/shebang-regex/readme.md +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/which/CHANGELOG.md +166 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/which/LICENSE +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/which/README.md +54 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/which/bin/node-which +52 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/which/package.json +43 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/node_modules/which/which.js +125 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/foreground-child/package.json +50 -27
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/README.md +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.js +6 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/bin.mjs +2 -5
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/bin.mjs.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.d.ts +1 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.d.ts +2 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.d.ts +0 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/package.json +13 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/has-yarn/index.d.ts +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/has-yarn/index.js +7 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/has-yarn/license +9 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/has-yarn/package.json +42 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/has-yarn/readme.md +51 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/LICENSE.md +4 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/README.md +39 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.d.ts +82 -69
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.js +301 -329
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/parse-args-cjs.d.cts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/parse-args.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/parse-args.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/parse-args.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.d.ts +82 -69
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.js +296 -325
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/parse-args.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/parse-args.js +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/parse-args.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/package.json +12 -13
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/README.md +11 -884
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.d.ts +490 -69
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.js +134 -34
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.min.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.min.js.map +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.d.ts +490 -69
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.js +134 -34
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.min.js +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.min.js.map +3 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/package.json +8 -10
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/README.md +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.js +589 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/ast.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.d.ts +94 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.js +1011 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.js +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.js +5 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.d.ts +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.d.ts +19 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.js +585 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/ast.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.js +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.d.ts +94 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.js +995 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.js +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/package.json +12 -14
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/ast.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/ast.js +592 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/escape.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/escape.js +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/index.d.ts +94 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/index.js +1017 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/unescape.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/unescape.js +24 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/ast.d.ts +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/ast.js +588 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/ast.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/brace-expressions.d.ts +8 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/brace-expressions.js +148 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/escape.d.ts +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/escape.js +18 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/escape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/index.d.ts +94 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/index.js +1001 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/unescape.d.ts +17 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/unescape.js +20 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/multimatch/node_modules/minimatch/dist/esm/unescape.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/nice-try/CHANGELOG.md +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/nice-try/LICENSE +21 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/nice-try/README.md +32 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/nice-try/package.json +33 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/nice-try/src/index.js +12 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/package-json-from-dist/LICENSE.md +63 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/package-json-from-dist/README.md +110 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/package-json-from-dist/dist/commonjs/index.d.ts +89 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/package-json-from-dist/dist/commonjs/index.js +134 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/package-json-from-dist/dist/commonjs/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/package-json-from-dist/dist/commonjs/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/package-json-from-dist/dist/esm/index.d.ts +89 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/package-json-from-dist/dist/esm/index.d.ts.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/package-json-from-dist/dist/esm/index.js +129 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/package-json-from-dist/dist/esm/index.js.map +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/package-json-from-dist/dist/esm/package.json +3 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/package-json-from-dist/package.json +68 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.d.ts +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.d.ts +3 -4
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.d.ts.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.js.map +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/package.json +15 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/semver/LICENSE +15 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/semver/README.md +412 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/semver/bin/semver +160 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/semver/package.json +38 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/semver/range.bnf +16 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/semver/semver.js +1525 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strnum/CHANGELOG.md +22 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strnum/README.md +14 -3
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strnum/package.json +8 -2
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strnum/strnum.js +43 -56
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/strnum/strnum.test.js +21 -6
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/modules/index.d.ts +1 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/modules/index.js +2 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/package.json +1 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.d.ts +8 -1
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.js +43 -11
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.mjs +47 -16
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.js +75 -12
- package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/which/bin/which +52 -0
- package/lib/internal-lambdas/sourceWatcherLambda/src/package-lock.json +832 -943
- package/lib/internal-lambdas/sourceWatcherLambda/src/package.json +13 -8
- package/lib/newman-runner.js +1 -1
- package/lib/rds/postgres-stack.js +2 -1
- package/lib/source-watcher.js +1 -1
- package/package.json +15 -16
- package/lib/static-host/index.d.ts +0 -1
- package/lib/static-host/index.js +0 -17
- package/lib/static-host/static-host.d.ts +0 -74
- package/lib/static-host/static-host.js +0 -146
|
@@ -45,7 +45,7 @@ export interface AcknowledgeJobOutput {
|
|
|
45
45
|
* <p>Whether the job worker has received the specified job.</p>
|
|
46
46
|
* @public
|
|
47
47
|
*/
|
|
48
|
-
status?: JobStatus;
|
|
48
|
+
status?: JobStatus | undefined;
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
51
|
* <p>The nonce was specified in an invalid format.</p>
|
|
@@ -116,7 +116,7 @@ export interface AcknowledgeThirdPartyJobOutput {
|
|
|
116
116
|
* <p>The status information for the third party job, if any.</p>
|
|
117
117
|
* @public
|
|
118
118
|
*/
|
|
119
|
-
status?: JobStatus;
|
|
119
|
+
status?: JobStatus | undefined;
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
122
|
* <p>The client token was specified in an invalid format</p>
|
|
@@ -137,6 +137,7 @@ export declare class InvalidClientTokenException extends __BaseException {
|
|
|
137
137
|
export declare const ActionCategory: {
|
|
138
138
|
readonly Approval: "Approval";
|
|
139
139
|
readonly Build: "Build";
|
|
140
|
+
readonly Compute: "Compute";
|
|
140
141
|
readonly Deploy: "Deploy";
|
|
141
142
|
readonly Invoke: "Invoke";
|
|
142
143
|
readonly Source: "Source";
|
|
@@ -155,7 +156,7 @@ export interface ActionConfiguration {
|
|
|
155
156
|
* <p>The configuration data for the action.</p>
|
|
156
157
|
* @public
|
|
157
158
|
*/
|
|
158
|
-
configuration?: Record<string, string
|
|
159
|
+
configuration?: Record<string, string> | undefined;
|
|
159
160
|
}
|
|
160
161
|
/**
|
|
161
162
|
* @public
|
|
@@ -209,18 +210,18 @@ export interface ActionConfigurationProperty {
|
|
|
209
210
|
* can contain only alphanumeric characters, underscores, and hyphens.</p>
|
|
210
211
|
* @public
|
|
211
212
|
*/
|
|
212
|
-
queryable?: boolean;
|
|
213
|
+
queryable?: boolean | undefined;
|
|
213
214
|
/**
|
|
214
215
|
* <p>The description of the action configuration property that is displayed to
|
|
215
216
|
* users.</p>
|
|
216
217
|
* @public
|
|
217
218
|
*/
|
|
218
|
-
description?: string;
|
|
219
|
+
description?: string | undefined;
|
|
219
220
|
/**
|
|
220
221
|
* <p>The type of the configuration property.</p>
|
|
221
222
|
* @public
|
|
222
223
|
*/
|
|
223
|
-
type?: ActionConfigurationPropertyType;
|
|
224
|
+
type?: ActionConfigurationPropertyType | undefined;
|
|
224
225
|
}
|
|
225
226
|
/**
|
|
226
227
|
* <p>Represents the context of an action in the stage of a pipeline to a job
|
|
@@ -232,12 +233,12 @@ export interface ActionContext {
|
|
|
232
233
|
* <p>The name of the action in the context of a job.</p>
|
|
233
234
|
* @public
|
|
234
235
|
*/
|
|
235
|
-
name?: string;
|
|
236
|
+
name?: string | undefined;
|
|
236
237
|
/**
|
|
237
238
|
* <p>The system-generated unique ID that corresponds to an action's execution.</p>
|
|
238
239
|
* @public
|
|
239
240
|
*/
|
|
240
|
-
actionExecutionId?: string;
|
|
241
|
+
actionExecutionId?: string | undefined;
|
|
241
242
|
}
|
|
242
243
|
/**
|
|
243
244
|
* @public
|
|
@@ -280,6 +281,9 @@ export interface ActionTypeId {
|
|
|
280
281
|
* <li>
|
|
281
282
|
* <p>Approval</p>
|
|
282
283
|
* </li>
|
|
284
|
+
* <li>
|
|
285
|
+
* <p>Compute</p>
|
|
286
|
+
* </li>
|
|
283
287
|
* </ul>
|
|
284
288
|
* @public
|
|
285
289
|
*/
|
|
@@ -306,6 +310,22 @@ export interface ActionTypeId {
|
|
|
306
310
|
*/
|
|
307
311
|
version: string | undefined;
|
|
308
312
|
}
|
|
313
|
+
/**
|
|
314
|
+
* <p>The environment variables for the action.</p>
|
|
315
|
+
* @public
|
|
316
|
+
*/
|
|
317
|
+
export interface EnvironmentVariable {
|
|
318
|
+
/**
|
|
319
|
+
* <p>The environment variable name in the key-value pair.</p>
|
|
320
|
+
* @public
|
|
321
|
+
*/
|
|
322
|
+
name: string | undefined;
|
|
323
|
+
/**
|
|
324
|
+
* <p>The environment variable value in the key-value pair.</p>
|
|
325
|
+
* @public
|
|
326
|
+
*/
|
|
327
|
+
value: string | undefined;
|
|
328
|
+
}
|
|
309
329
|
/**
|
|
310
330
|
* <p>Represents information about an artifact to be worked on, such as a test or build
|
|
311
331
|
* artifact.</p>
|
|
@@ -343,6 +363,12 @@ export interface OutputArtifact {
|
|
|
343
363
|
* @public
|
|
344
364
|
*/
|
|
345
365
|
name: string | undefined;
|
|
366
|
+
/**
|
|
367
|
+
* <p>The files that you want to associate with the output artifact that will be exported
|
|
368
|
+
* from the compute action.</p>
|
|
369
|
+
* @public
|
|
370
|
+
*/
|
|
371
|
+
files?: string[] | undefined;
|
|
346
372
|
}
|
|
347
373
|
/**
|
|
348
374
|
* <p>Represents information about an action declaration.</p>
|
|
@@ -363,7 +389,7 @@ export interface ActionDeclaration {
|
|
|
363
389
|
* <p>The order in which actions are run.</p>
|
|
364
390
|
* @public
|
|
365
391
|
*/
|
|
366
|
-
runOrder?: number;
|
|
392
|
+
runOrder?: number | undefined;
|
|
367
393
|
/**
|
|
368
394
|
* <p>The action's configuration. These are key-value pairs that specify input values for
|
|
369
395
|
* an action. For more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirements">Action Structure Requirements in CodePipeline</a>. For the list of
|
|
@@ -380,43 +406,64 @@ export interface ActionDeclaration {
|
|
|
380
406
|
* </p>
|
|
381
407
|
* @public
|
|
382
408
|
*/
|
|
383
|
-
configuration?: Record<string, string
|
|
409
|
+
configuration?: Record<string, string> | undefined;
|
|
410
|
+
/**
|
|
411
|
+
* <p>The shell commands to run with your compute action in CodePipeline. All commands
|
|
412
|
+
* are supported except multi-line formats. While CodeBuild logs and permissions
|
|
413
|
+
* are used, you do not need to create any resources in CodeBuild.</p>
|
|
414
|
+
* <note>
|
|
415
|
+
* <p>Using compute time for this action will incur separate charges in CodeBuild.</p>
|
|
416
|
+
* </note>
|
|
417
|
+
* @public
|
|
418
|
+
*/
|
|
419
|
+
commands?: string[] | undefined;
|
|
384
420
|
/**
|
|
385
421
|
* <p>The name or ID of the result of the action declaration, such as a test or build
|
|
386
422
|
* artifact.</p>
|
|
387
423
|
* @public
|
|
388
424
|
*/
|
|
389
|
-
outputArtifacts?: OutputArtifact[];
|
|
425
|
+
outputArtifacts?: OutputArtifact[] | undefined;
|
|
390
426
|
/**
|
|
391
427
|
* <p>The name or ID of the artifact consumed by the action, such as a test or build
|
|
392
428
|
* artifact.</p>
|
|
393
429
|
* @public
|
|
394
430
|
*/
|
|
395
|
-
inputArtifacts?: InputArtifact[];
|
|
431
|
+
inputArtifacts?: InputArtifact[] | undefined;
|
|
432
|
+
/**
|
|
433
|
+
* <p>The list of variables that are to be exported from the compute action. This is
|
|
434
|
+
* specifically CodeBuild environment variables as used for that action.</p>
|
|
435
|
+
* @public
|
|
436
|
+
*/
|
|
437
|
+
outputVariables?: string[] | undefined;
|
|
396
438
|
/**
|
|
397
439
|
* <p>The ARN of the IAM service role that performs the declared action. This is assumed
|
|
398
440
|
* through the roleArn for the pipeline.</p>
|
|
399
441
|
* @public
|
|
400
442
|
*/
|
|
401
|
-
roleArn?: string;
|
|
443
|
+
roleArn?: string | undefined;
|
|
402
444
|
/**
|
|
403
445
|
* <p>The action declaration's Amazon Web Services Region, such as us-east-1.</p>
|
|
404
446
|
* @public
|
|
405
447
|
*/
|
|
406
|
-
region?: string;
|
|
448
|
+
region?: string | undefined;
|
|
407
449
|
/**
|
|
408
450
|
* <p>The variable namespace associated with the action. All variables produced as output by
|
|
409
451
|
* this action fall under this namespace.</p>
|
|
410
452
|
* @public
|
|
411
453
|
*/
|
|
412
|
-
namespace?: string;
|
|
454
|
+
namespace?: string | undefined;
|
|
413
455
|
/**
|
|
414
456
|
* <p>A timeout duration in minutes that can be applied against the ActionType’s default
|
|
415
457
|
* timeout value specified in <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/limits.html">Quotas for CodePipeline
|
|
416
458
|
* </a>. This attribute is available only to the manual approval ActionType.</p>
|
|
417
459
|
* @public
|
|
418
460
|
*/
|
|
419
|
-
timeoutInMinutes?: number;
|
|
461
|
+
timeoutInMinutes?: number | undefined;
|
|
462
|
+
/**
|
|
463
|
+
* <p>The environment variables for the action.</p>
|
|
464
|
+
* @public
|
|
465
|
+
*/
|
|
466
|
+
environmentVariables?: EnvironmentVariable[] | undefined;
|
|
420
467
|
}
|
|
421
468
|
/**
|
|
422
469
|
* <p>Represents information about an error in CodePipeline.</p>
|
|
@@ -427,12 +474,12 @@ export interface ErrorDetails {
|
|
|
427
474
|
* <p>The system ID or number code of the error.</p>
|
|
428
475
|
* @public
|
|
429
476
|
*/
|
|
430
|
-
code?: string;
|
|
477
|
+
code?: string | undefined;
|
|
431
478
|
/**
|
|
432
479
|
* <p>The text of the error message.</p>
|
|
433
480
|
* @public
|
|
434
481
|
*/
|
|
435
|
-
message?: string;
|
|
482
|
+
message?: string | undefined;
|
|
436
483
|
}
|
|
437
484
|
/**
|
|
438
485
|
* @public
|
|
@@ -462,23 +509,23 @@ export interface ActionExecution {
|
|
|
462
509
|
* </note>
|
|
463
510
|
* @public
|
|
464
511
|
*/
|
|
465
|
-
actionExecutionId?: string;
|
|
512
|
+
actionExecutionId?: string | undefined;
|
|
466
513
|
/**
|
|
467
514
|
* <p>The status of the action, or for a completed action, the last status of the
|
|
468
515
|
* action.</p>
|
|
469
516
|
* @public
|
|
470
517
|
*/
|
|
471
|
-
status?: ActionExecutionStatus;
|
|
518
|
+
status?: ActionExecutionStatus | undefined;
|
|
472
519
|
/**
|
|
473
520
|
* <p>A summary of the run of the action.</p>
|
|
474
521
|
* @public
|
|
475
522
|
*/
|
|
476
|
-
summary?: string;
|
|
523
|
+
summary?: string | undefined;
|
|
477
524
|
/**
|
|
478
525
|
* <p>The last status change of the action.</p>
|
|
479
526
|
* @public
|
|
480
527
|
*/
|
|
481
|
-
lastStatusChange?: Date;
|
|
528
|
+
lastStatusChange?: Date | undefined;
|
|
482
529
|
/**
|
|
483
530
|
* <p>The system-generated token used to identify a unique approval request. The token
|
|
484
531
|
* for each open approval request can be obtained using the <code>GetPipelineState</code>
|
|
@@ -486,33 +533,38 @@ export interface ActionExecution {
|
|
|
486
533
|
* still valid.</p>
|
|
487
534
|
* @public
|
|
488
535
|
*/
|
|
489
|
-
token?: string;
|
|
536
|
+
token?: string | undefined;
|
|
490
537
|
/**
|
|
491
538
|
* <p>The ARN of the user who last changed the pipeline.</p>
|
|
492
539
|
* @public
|
|
493
540
|
*/
|
|
494
|
-
lastUpdatedBy?: string;
|
|
541
|
+
lastUpdatedBy?: string | undefined;
|
|
495
542
|
/**
|
|
496
543
|
* <p>The external ID of the run of the action.</p>
|
|
497
544
|
* @public
|
|
498
545
|
*/
|
|
499
|
-
externalExecutionId?: string;
|
|
546
|
+
externalExecutionId?: string | undefined;
|
|
500
547
|
/**
|
|
501
548
|
* <p>The URL of a resource external to Amazon Web Services that is used when running the
|
|
502
549
|
* action (for example, an external repository URL).</p>
|
|
503
550
|
* @public
|
|
504
551
|
*/
|
|
505
|
-
externalExecutionUrl?: string;
|
|
552
|
+
externalExecutionUrl?: string | undefined;
|
|
506
553
|
/**
|
|
507
554
|
* <p>A percentage of completeness of the action as it runs.</p>
|
|
508
555
|
* @public
|
|
509
556
|
*/
|
|
510
|
-
percentComplete?: number;
|
|
557
|
+
percentComplete?: number | undefined;
|
|
511
558
|
/**
|
|
512
559
|
* <p>The details of an error returned by a URL external to Amazon Web Services.</p>
|
|
513
560
|
* @public
|
|
514
561
|
*/
|
|
515
|
-
errorDetails?: ErrorDetails;
|
|
562
|
+
errorDetails?: ErrorDetails | undefined;
|
|
563
|
+
/**
|
|
564
|
+
* <p>The Amazon Resource Name (ARN) of the log stream for the action compute.</p>
|
|
565
|
+
* @public
|
|
566
|
+
*/
|
|
567
|
+
logStreamARN?: string | undefined;
|
|
516
568
|
}
|
|
517
569
|
/**
|
|
518
570
|
* <p>The Amazon S3 artifact location for an action's artifacts.</p>
|
|
@@ -523,12 +575,12 @@ export interface S3Location {
|
|
|
523
575
|
* <p>The Amazon S3 artifact bucket for an action's artifacts.</p>
|
|
524
576
|
* @public
|
|
525
577
|
*/
|
|
526
|
-
bucket?: string;
|
|
578
|
+
bucket?: string | undefined;
|
|
527
579
|
/**
|
|
528
580
|
* <p>The artifact name.</p>
|
|
529
581
|
* @public
|
|
530
582
|
*/
|
|
531
|
-
key?: string;
|
|
583
|
+
key?: string | undefined;
|
|
532
584
|
}
|
|
533
585
|
/**
|
|
534
586
|
* <p>Artifact details for the action execution, such as the artifact location.</p>
|
|
@@ -539,12 +591,12 @@ export interface ArtifactDetail {
|
|
|
539
591
|
* <p>The artifact object name for the action execution.</p>
|
|
540
592
|
* @public
|
|
541
593
|
*/
|
|
542
|
-
name?: string;
|
|
594
|
+
name?: string | undefined;
|
|
543
595
|
/**
|
|
544
596
|
* <p>The Amazon S3 artifact location for the action execution.</p>
|
|
545
597
|
* @public
|
|
546
598
|
*/
|
|
547
|
-
s3location?: S3Location;
|
|
599
|
+
s3location?: S3Location | undefined;
|
|
548
600
|
}
|
|
549
601
|
/**
|
|
550
602
|
* <p>Input information used for an action execution.</p>
|
|
@@ -555,41 +607,41 @@ export interface ActionExecutionInput {
|
|
|
555
607
|
* <p>Represents information about an action type.</p>
|
|
556
608
|
* @public
|
|
557
609
|
*/
|
|
558
|
-
actionTypeId?: ActionTypeId;
|
|
610
|
+
actionTypeId?: ActionTypeId | undefined;
|
|
559
611
|
/**
|
|
560
612
|
* <p>Configuration data for an action execution.</p>
|
|
561
613
|
* @public
|
|
562
614
|
*/
|
|
563
|
-
configuration?: Record<string, string
|
|
615
|
+
configuration?: Record<string, string> | undefined;
|
|
564
616
|
/**
|
|
565
617
|
* <p>Configuration data for an action execution with all variable references replaced with
|
|
566
618
|
* their real values for the execution.</p>
|
|
567
619
|
* @public
|
|
568
620
|
*/
|
|
569
|
-
resolvedConfiguration?: Record<string, string
|
|
621
|
+
resolvedConfiguration?: Record<string, string> | undefined;
|
|
570
622
|
/**
|
|
571
623
|
* <p>The ARN of the IAM service role that performs the declared action. This is assumed
|
|
572
624
|
* through the roleArn for the pipeline. </p>
|
|
573
625
|
* @public
|
|
574
626
|
*/
|
|
575
|
-
roleArn?: string;
|
|
627
|
+
roleArn?: string | undefined;
|
|
576
628
|
/**
|
|
577
629
|
* <p>The Amazon Web Services Region for the action, such as us-east-1.</p>
|
|
578
630
|
* @public
|
|
579
631
|
*/
|
|
580
|
-
region?: string;
|
|
632
|
+
region?: string | undefined;
|
|
581
633
|
/**
|
|
582
634
|
* <p>Details of input artifacts of the action that correspond to the action
|
|
583
635
|
* execution.</p>
|
|
584
636
|
* @public
|
|
585
637
|
*/
|
|
586
|
-
inputArtifacts?: ArtifactDetail[];
|
|
638
|
+
inputArtifacts?: ArtifactDetail[] | undefined;
|
|
587
639
|
/**
|
|
588
640
|
* <p>The variable namespace associated with the action. All variables produced as output by
|
|
589
641
|
* this action fall under this namespace.</p>
|
|
590
642
|
* @public
|
|
591
643
|
*/
|
|
592
|
-
namespace?: string;
|
|
644
|
+
namespace?: string | undefined;
|
|
593
645
|
}
|
|
594
646
|
/**
|
|
595
647
|
* <p>Execution result information, such as the external execution ID.</p>
|
|
@@ -600,23 +652,28 @@ export interface ActionExecutionResult {
|
|
|
600
652
|
* <p>The action provider's external ID for the action execution.</p>
|
|
601
653
|
* @public
|
|
602
654
|
*/
|
|
603
|
-
externalExecutionId?: string;
|
|
655
|
+
externalExecutionId?: string | undefined;
|
|
604
656
|
/**
|
|
605
657
|
* <p>The action provider's summary for the action execution.</p>
|
|
606
658
|
* @public
|
|
607
659
|
*/
|
|
608
|
-
externalExecutionSummary?: string;
|
|
660
|
+
externalExecutionSummary?: string | undefined;
|
|
609
661
|
/**
|
|
610
662
|
* <p>The deepest external link to the external resource (for example, a repository URL or
|
|
611
663
|
* deployment endpoint) that is used when running the action.</p>
|
|
612
664
|
* @public
|
|
613
665
|
*/
|
|
614
|
-
externalExecutionUrl?: string;
|
|
666
|
+
externalExecutionUrl?: string | undefined;
|
|
615
667
|
/**
|
|
616
668
|
* <p>Represents information about an error in CodePipeline.</p>
|
|
617
669
|
* @public
|
|
618
670
|
*/
|
|
619
|
-
errorDetails?: ErrorDetails;
|
|
671
|
+
errorDetails?: ErrorDetails | undefined;
|
|
672
|
+
/**
|
|
673
|
+
* <p>The Amazon Resource Name (ARN) of the log stream for the action compute.</p>
|
|
674
|
+
* @public
|
|
675
|
+
*/
|
|
676
|
+
logStreamARN?: string | undefined;
|
|
620
677
|
}
|
|
621
678
|
/**
|
|
622
679
|
* <p>Output details listed for an action execution, such as the action execution
|
|
@@ -629,19 +686,19 @@ export interface ActionExecutionOutput {
|
|
|
629
686
|
* execution.</p>
|
|
630
687
|
* @public
|
|
631
688
|
*/
|
|
632
|
-
outputArtifacts?: ArtifactDetail[];
|
|
689
|
+
outputArtifacts?: ArtifactDetail[] | undefined;
|
|
633
690
|
/**
|
|
634
691
|
* <p>Execution result information listed in the output details for an action
|
|
635
692
|
* execution.</p>
|
|
636
693
|
* @public
|
|
637
694
|
*/
|
|
638
|
-
executionResult?: ActionExecutionResult;
|
|
695
|
+
executionResult?: ActionExecutionResult | undefined;
|
|
639
696
|
/**
|
|
640
697
|
* <p>The outputVariables field shows the key-value pairs that were output as part of that
|
|
641
698
|
* execution.</p>
|
|
642
699
|
* @public
|
|
643
700
|
*/
|
|
644
|
-
outputVariables?: Record<string, string
|
|
701
|
+
outputVariables?: Record<string, string> | undefined;
|
|
645
702
|
}
|
|
646
703
|
/**
|
|
647
704
|
* <p>Returns information about an execution of an action, including the action execution
|
|
@@ -653,59 +710,59 @@ export interface ActionExecutionDetail {
|
|
|
653
710
|
* <p>The pipeline execution ID for the action execution.</p>
|
|
654
711
|
* @public
|
|
655
712
|
*/
|
|
656
|
-
pipelineExecutionId?: string;
|
|
713
|
+
pipelineExecutionId?: string | undefined;
|
|
657
714
|
/**
|
|
658
715
|
* <p>The action execution ID.</p>
|
|
659
716
|
* @public
|
|
660
717
|
*/
|
|
661
|
-
actionExecutionId?: string;
|
|
718
|
+
actionExecutionId?: string | undefined;
|
|
662
719
|
/**
|
|
663
720
|
* <p>The version of the pipeline where the action was run.</p>
|
|
664
721
|
* @public
|
|
665
722
|
*/
|
|
666
|
-
pipelineVersion?: number;
|
|
723
|
+
pipelineVersion?: number | undefined;
|
|
667
724
|
/**
|
|
668
725
|
* <p>The name of the stage that contains the action.</p>
|
|
669
726
|
* @public
|
|
670
727
|
*/
|
|
671
|
-
stageName?: string;
|
|
728
|
+
stageName?: string | undefined;
|
|
672
729
|
/**
|
|
673
730
|
* <p>The name of the action.</p>
|
|
674
731
|
* @public
|
|
675
732
|
*/
|
|
676
|
-
actionName?: string;
|
|
733
|
+
actionName?: string | undefined;
|
|
677
734
|
/**
|
|
678
735
|
* <p>The start time of the action execution.</p>
|
|
679
736
|
* @public
|
|
680
737
|
*/
|
|
681
|
-
startTime?: Date;
|
|
738
|
+
startTime?: Date | undefined;
|
|
682
739
|
/**
|
|
683
740
|
* <p>The last update time of the action execution.</p>
|
|
684
741
|
* @public
|
|
685
742
|
*/
|
|
686
|
-
lastUpdateTime?: Date;
|
|
743
|
+
lastUpdateTime?: Date | undefined;
|
|
687
744
|
/**
|
|
688
745
|
* <p>The ARN of the user who changed the pipeline execution details.</p>
|
|
689
746
|
* @public
|
|
690
747
|
*/
|
|
691
|
-
updatedBy?: string;
|
|
748
|
+
updatedBy?: string | undefined;
|
|
692
749
|
/**
|
|
693
750
|
* <p> The status of the action execution. Status categories are <code>InProgress</code>,
|
|
694
751
|
* <code>Succeeded</code>, and <code>Failed</code>.</p>
|
|
695
752
|
* @public
|
|
696
753
|
*/
|
|
697
|
-
status?: ActionExecutionStatus;
|
|
754
|
+
status?: ActionExecutionStatus | undefined;
|
|
698
755
|
/**
|
|
699
756
|
* <p>Input details for the action execution, such as role ARN, Region, and input
|
|
700
757
|
* artifacts.</p>
|
|
701
758
|
* @public
|
|
702
759
|
*/
|
|
703
|
-
input?: ActionExecutionInput;
|
|
760
|
+
input?: ActionExecutionInput | undefined;
|
|
704
761
|
/**
|
|
705
762
|
* <p>Output details for the action execution, such as the action execution result.</p>
|
|
706
763
|
* @public
|
|
707
764
|
*/
|
|
708
|
-
output?: ActionExecutionOutput;
|
|
765
|
+
output?: ActionExecutionOutput | undefined;
|
|
709
766
|
}
|
|
710
767
|
/**
|
|
711
768
|
* @public
|
|
@@ -758,7 +815,7 @@ export interface ActionExecutionFilter {
|
|
|
758
815
|
* <p>The pipeline execution ID used to filter action execution history.</p>
|
|
759
816
|
* @public
|
|
760
817
|
*/
|
|
761
|
-
pipelineExecutionId?: string;
|
|
818
|
+
pipelineExecutionId?: string | undefined;
|
|
762
819
|
/**
|
|
763
820
|
* <p>The latest execution in the pipeline.</p>
|
|
764
821
|
* <note>
|
|
@@ -767,7 +824,7 @@ export interface ActionExecutionFilter {
|
|
|
767
824
|
* </note>
|
|
768
825
|
* @public
|
|
769
826
|
*/
|
|
770
|
-
latestInPipelineExecution?: LatestInPipelineExecutionFilter;
|
|
827
|
+
latestInPipelineExecution?: LatestInPipelineExecutionFilter | undefined;
|
|
771
828
|
}
|
|
772
829
|
/**
|
|
773
830
|
* <p>The specified action cannot be found.</p>
|
|
@@ -814,29 +871,29 @@ export interface ActionState {
|
|
|
814
871
|
* <p>The name of the action.</p>
|
|
815
872
|
* @public
|
|
816
873
|
*/
|
|
817
|
-
actionName?: string;
|
|
874
|
+
actionName?: string | undefined;
|
|
818
875
|
/**
|
|
819
876
|
* <p>Represents information about the version (or revision) of an action.</p>
|
|
820
877
|
* @public
|
|
821
878
|
*/
|
|
822
|
-
currentRevision?: ActionRevision;
|
|
879
|
+
currentRevision?: ActionRevision | undefined;
|
|
823
880
|
/**
|
|
824
881
|
* <p>Represents information about the run of an action.</p>
|
|
825
882
|
* @public
|
|
826
883
|
*/
|
|
827
|
-
latestExecution?: ActionExecution;
|
|
884
|
+
latestExecution?: ActionExecution | undefined;
|
|
828
885
|
/**
|
|
829
886
|
* <p>A URL link for more information about the state of the action, such as a deployment
|
|
830
887
|
* group details page.</p>
|
|
831
888
|
* @public
|
|
832
889
|
*/
|
|
833
|
-
entityUrl?: string;
|
|
890
|
+
entityUrl?: string | undefined;
|
|
834
891
|
/**
|
|
835
892
|
* <p>A URL link for more information about the revision, such as a commit details
|
|
836
893
|
* page.</p>
|
|
837
894
|
* @public
|
|
838
895
|
*/
|
|
839
|
-
revisionUrl?: string;
|
|
896
|
+
revisionUrl?: string | undefined;
|
|
840
897
|
}
|
|
841
898
|
/**
|
|
842
899
|
* <p>Returns information about the details of an artifact.</p>
|
|
@@ -864,7 +921,7 @@ export interface ActionTypeSettings {
|
|
|
864
921
|
* perform initial configuration of the action provided by that service.</p>
|
|
865
922
|
* @public
|
|
866
923
|
*/
|
|
867
|
-
thirdPartyConfigurationUrl?: string;
|
|
924
|
+
thirdPartyConfigurationUrl?: string | undefined;
|
|
868
925
|
/**
|
|
869
926
|
* <p>The URL returned to the CodePipeline console that provides a deep link to the
|
|
870
927
|
* resources of the external system, such as the configuration page for a CodeDeploy
|
|
@@ -872,7 +929,7 @@ export interface ActionTypeSettings {
|
|
|
872
929
|
* pipeline.</p>
|
|
873
930
|
* @public
|
|
874
931
|
*/
|
|
875
|
-
entityUrlTemplate?: string;
|
|
932
|
+
entityUrlTemplate?: string | undefined;
|
|
876
933
|
/**
|
|
877
934
|
* <p>The URL returned to the CodePipeline console that contains a link to the
|
|
878
935
|
* top-level landing page for the external system, such as the console page for CodeDeploy.
|
|
@@ -880,13 +937,13 @@ export interface ActionTypeSettings {
|
|
|
880
937
|
* provides a link to the execution entity of the external action.</p>
|
|
881
938
|
* @public
|
|
882
939
|
*/
|
|
883
|
-
executionUrlTemplate?: string;
|
|
940
|
+
executionUrlTemplate?: string | undefined;
|
|
884
941
|
/**
|
|
885
942
|
* <p>The URL returned to the CodePipeline console that contains a link to the page
|
|
886
943
|
* where customers can update or change the configuration of the external action.</p>
|
|
887
944
|
* @public
|
|
888
945
|
*/
|
|
889
|
-
revisionUrlTemplate?: string;
|
|
946
|
+
revisionUrlTemplate?: string | undefined;
|
|
890
947
|
}
|
|
891
948
|
/**
|
|
892
949
|
* <p>Returns information about the details of an action type.</p>
|
|
@@ -902,12 +959,12 @@ export interface ActionType {
|
|
|
902
959
|
* <p>The settings for the action type.</p>
|
|
903
960
|
* @public
|
|
904
961
|
*/
|
|
905
|
-
settings?: ActionTypeSettings;
|
|
962
|
+
settings?: ActionTypeSettings | undefined;
|
|
906
963
|
/**
|
|
907
964
|
* <p>The configuration properties for the action type.</p>
|
|
908
965
|
* @public
|
|
909
966
|
*/
|
|
910
|
-
actionConfigurationProperties?: ActionConfigurationProperty[];
|
|
967
|
+
actionConfigurationProperties?: ActionConfigurationProperty[] | undefined;
|
|
911
968
|
/**
|
|
912
969
|
* <p>The details of the input artifact for the action, such as its commit ID.</p>
|
|
913
970
|
* @public
|
|
@@ -951,13 +1008,13 @@ export interface JobWorkerExecutorConfiguration {
|
|
|
951
1008
|
* the action execution.</p>
|
|
952
1009
|
* @public
|
|
953
1010
|
*/
|
|
954
|
-
pollingAccounts?: string[];
|
|
1011
|
+
pollingAccounts?: string[] | undefined;
|
|
955
1012
|
/**
|
|
956
1013
|
* <p>The service Principals in which the job worker is configured and might poll for jobs
|
|
957
1014
|
* as part of the action execution.</p>
|
|
958
1015
|
* @public
|
|
959
1016
|
*/
|
|
960
|
-
pollingServicePrincipals?: string[];
|
|
1017
|
+
pollingServicePrincipals?: string[] | undefined;
|
|
961
1018
|
}
|
|
962
1019
|
/**
|
|
963
1020
|
* <p>Details about the configuration for the <code>Lambda</code> action engine, or
|
|
@@ -982,12 +1039,12 @@ export interface ExecutorConfiguration {
|
|
|
982
1039
|
* <p>Details about the <code>Lambda</code> executor of the action type.</p>
|
|
983
1040
|
* @public
|
|
984
1041
|
*/
|
|
985
|
-
lambdaExecutorConfiguration?: LambdaExecutorConfiguration;
|
|
1042
|
+
lambdaExecutorConfiguration?: LambdaExecutorConfiguration | undefined;
|
|
986
1043
|
/**
|
|
987
1044
|
* <p>Details about the <code>JobWorker</code> executor of the action type.</p>
|
|
988
1045
|
* @public
|
|
989
1046
|
*/
|
|
990
|
-
jobWorkerExecutorConfiguration?: JobWorkerExecutorConfiguration;
|
|
1047
|
+
jobWorkerExecutorConfiguration?: JobWorkerExecutorConfiguration | undefined;
|
|
991
1048
|
}
|
|
992
1049
|
/**
|
|
993
1050
|
* @public
|
|
@@ -1032,13 +1089,13 @@ export interface ActionTypeExecutor {
|
|
|
1032
1089
|
* </note>
|
|
1033
1090
|
* @public
|
|
1034
1091
|
*/
|
|
1035
|
-
policyStatementsTemplate?: string;
|
|
1092
|
+
policyStatementsTemplate?: string | undefined;
|
|
1036
1093
|
/**
|
|
1037
1094
|
* <p>The timeout in seconds for the job. An action execution can have multiple jobs. This
|
|
1038
1095
|
* is the timeout for a single job, not the entire action execution.</p>
|
|
1039
1096
|
* @public
|
|
1040
1097
|
*/
|
|
1041
|
-
jobTimeout?: number;
|
|
1098
|
+
jobTimeout?: number | undefined;
|
|
1042
1099
|
}
|
|
1043
1100
|
/**
|
|
1044
1101
|
* <p>Specifies the category, owner, provider, and version of the action type.</p>
|
|
@@ -1147,12 +1204,12 @@ export interface ActionTypeProperty {
|
|
|
1147
1204
|
* secret.</p>
|
|
1148
1205
|
* @public
|
|
1149
1206
|
*/
|
|
1150
|
-
queryable?: boolean;
|
|
1207
|
+
queryable?: boolean | undefined;
|
|
1151
1208
|
/**
|
|
1152
1209
|
* <p>The description of the property that is displayed to users.</p>
|
|
1153
1210
|
* @public
|
|
1154
1211
|
*/
|
|
1155
|
-
description?: string;
|
|
1212
|
+
description?: string | undefined;
|
|
1156
1213
|
}
|
|
1157
1214
|
/**
|
|
1158
1215
|
* <p>Returns information about URLs for web pages that display to customers as links on the
|
|
@@ -1165,26 +1222,26 @@ export interface ActionTypeUrls {
|
|
|
1165
1222
|
* where customers can configure the external action.</p>
|
|
1166
1223
|
* @public
|
|
1167
1224
|
*/
|
|
1168
|
-
configurationUrl?: string;
|
|
1225
|
+
configurationUrl?: string | undefined;
|
|
1169
1226
|
/**
|
|
1170
1227
|
* <p>The URL returned to the CodePipeline console that provides a deep link to the
|
|
1171
1228
|
* resources of the external system, such as a status page. This link is provided as part
|
|
1172
1229
|
* of the action display in the pipeline.</p>
|
|
1173
1230
|
* @public
|
|
1174
1231
|
*/
|
|
1175
|
-
entityUrlTemplate?: string;
|
|
1232
|
+
entityUrlTemplate?: string | undefined;
|
|
1176
1233
|
/**
|
|
1177
1234
|
* <p>The link to an execution page for the action type in progress. For example, for a
|
|
1178
1235
|
* CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.</p>
|
|
1179
1236
|
* @public
|
|
1180
1237
|
*/
|
|
1181
|
-
executionUrlTemplate?: string;
|
|
1238
|
+
executionUrlTemplate?: string | undefined;
|
|
1182
1239
|
/**
|
|
1183
1240
|
* <p>The URL returned to the CodePipeline console that contains a link to the page
|
|
1184
1241
|
* where customers can update or change the configuration of the external action.</p>
|
|
1185
1242
|
* @public
|
|
1186
1243
|
*/
|
|
1187
|
-
revisionUrlTemplate?: string;
|
|
1244
|
+
revisionUrlTemplate?: string | undefined;
|
|
1188
1245
|
}
|
|
1189
1246
|
/**
|
|
1190
1247
|
* <p>The parameters for the action type definition that are provided when the action type
|
|
@@ -1196,7 +1253,7 @@ export interface ActionTypeDeclaration {
|
|
|
1196
1253
|
* <p>The description for the action type to be updated.</p>
|
|
1197
1254
|
* @public
|
|
1198
1255
|
*/
|
|
1199
|
-
description?: string;
|
|
1256
|
+
description?: string | undefined;
|
|
1200
1257
|
/**
|
|
1201
1258
|
* <p>Information about the executor for an action type that was created with any supported
|
|
1202
1259
|
* integration model.</p>
|
|
@@ -1226,17 +1283,17 @@ export interface ActionTypeDeclaration {
|
|
|
1226
1283
|
* <p>Details identifying the accounts with permissions to use the action type.</p>
|
|
1227
1284
|
* @public
|
|
1228
1285
|
*/
|
|
1229
|
-
permissions?: ActionTypePermissions;
|
|
1286
|
+
permissions?: ActionTypePermissions | undefined;
|
|
1230
1287
|
/**
|
|
1231
1288
|
* <p>The properties of the action type to be updated.</p>
|
|
1232
1289
|
* @public
|
|
1233
1290
|
*/
|
|
1234
|
-
properties?: ActionTypeProperty[];
|
|
1291
|
+
properties?: ActionTypeProperty[] | undefined;
|
|
1235
1292
|
/**
|
|
1236
1293
|
* <p>The links associated with the action type to be updated.</p>
|
|
1237
1294
|
* @public
|
|
1238
1295
|
*/
|
|
1239
|
-
urls?: ActionTypeUrls;
|
|
1296
|
+
urls?: ActionTypeUrls | undefined;
|
|
1240
1297
|
}
|
|
1241
1298
|
/**
|
|
1242
1299
|
* <p>The specified action type cannot be found.</p>
|
|
@@ -1328,12 +1385,12 @@ export interface ArtifactLocation {
|
|
|
1328
1385
|
* <p>The type of artifact in the location.</p>
|
|
1329
1386
|
* @public
|
|
1330
1387
|
*/
|
|
1331
|
-
type?: ArtifactLocationType;
|
|
1388
|
+
type?: ArtifactLocationType | undefined;
|
|
1332
1389
|
/**
|
|
1333
1390
|
* <p>The S3 bucket that contains the artifact.</p>
|
|
1334
1391
|
* @public
|
|
1335
1392
|
*/
|
|
1336
|
-
s3Location?: S3ArtifactLocation;
|
|
1393
|
+
s3Location?: S3ArtifactLocation | undefined;
|
|
1337
1394
|
}
|
|
1338
1395
|
/**
|
|
1339
1396
|
* <p>Artifacts are the files that are worked on by actions in the pipeline. See the
|
|
@@ -1347,18 +1404,18 @@ export interface Artifact {
|
|
|
1347
1404
|
* <p>The artifact's name.</p>
|
|
1348
1405
|
* @public
|
|
1349
1406
|
*/
|
|
1350
|
-
name?: string;
|
|
1407
|
+
name?: string | undefined;
|
|
1351
1408
|
/**
|
|
1352
1409
|
* <p>The artifact's revision ID. Depending on the type of object, this could be a commit
|
|
1353
1410
|
* ID (GitHub) or a revision ID (Amazon S3).</p>
|
|
1354
1411
|
* @public
|
|
1355
1412
|
*/
|
|
1356
|
-
revision?: string;
|
|
1413
|
+
revision?: string | undefined;
|
|
1357
1414
|
/**
|
|
1358
1415
|
* <p>The location of an artifact.</p>
|
|
1359
1416
|
* @public
|
|
1360
1417
|
*/
|
|
1361
|
-
location?: ArtifactLocation;
|
|
1418
|
+
location?: ArtifactLocation | undefined;
|
|
1362
1419
|
}
|
|
1363
1420
|
/**
|
|
1364
1421
|
* <p>Represents revision details of an artifact. </p>
|
|
@@ -1370,18 +1427,18 @@ export interface ArtifactRevision {
|
|
|
1370
1427
|
* defined by the user when an action is created.</p>
|
|
1371
1428
|
* @public
|
|
1372
1429
|
*/
|
|
1373
|
-
name?: string;
|
|
1430
|
+
name?: string | undefined;
|
|
1374
1431
|
/**
|
|
1375
1432
|
* <p>The revision ID of the artifact.</p>
|
|
1376
1433
|
* @public
|
|
1377
1434
|
*/
|
|
1378
|
-
revisionId?: string;
|
|
1435
|
+
revisionId?: string | undefined;
|
|
1379
1436
|
/**
|
|
1380
1437
|
* <p>An additional identifier for a revision, such as a commit date or, for artifacts
|
|
1381
1438
|
* stored in Amazon S3 buckets, the ETag value.</p>
|
|
1382
1439
|
* @public
|
|
1383
1440
|
*/
|
|
1384
|
-
revisionChangeIdentifier?: string;
|
|
1441
|
+
revisionChangeIdentifier?: string | undefined;
|
|
1385
1442
|
/**
|
|
1386
1443
|
* <p>Summary information about the most recent revision of the artifact. For GitHub and
|
|
1387
1444
|
* CodeCommit repositories, the commit message. For Amazon S3 buckets or actions, the
|
|
@@ -1389,19 +1446,19 @@ export interface ArtifactRevision {
|
|
|
1389
1446
|
* specified in the object metadata.</p>
|
|
1390
1447
|
* @public
|
|
1391
1448
|
*/
|
|
1392
|
-
revisionSummary?: string;
|
|
1449
|
+
revisionSummary?: string | undefined;
|
|
1393
1450
|
/**
|
|
1394
1451
|
* <p>The date and time when the most recent revision of the artifact was created, in
|
|
1395
1452
|
* timestamp format.</p>
|
|
1396
1453
|
* @public
|
|
1397
1454
|
*/
|
|
1398
|
-
created?: Date;
|
|
1455
|
+
created?: Date | undefined;
|
|
1399
1456
|
/**
|
|
1400
1457
|
* <p>The commit ID for the artifact revision. For artifacts stored in GitHub or
|
|
1401
1458
|
* CodeCommit repositories, the commit ID is linked to a commit details page.</p>
|
|
1402
1459
|
* @public
|
|
1403
1460
|
*/
|
|
1404
|
-
revisionUrl?: string;
|
|
1461
|
+
revisionUrl?: string | undefined;
|
|
1405
1462
|
}
|
|
1406
1463
|
/**
|
|
1407
1464
|
* @public
|
|
@@ -1483,7 +1540,7 @@ export interface ArtifactStore {
|
|
|
1483
1540
|
* for Amazon S3 is used.</p>
|
|
1484
1541
|
* @public
|
|
1485
1542
|
*/
|
|
1486
|
-
encryptionKey?: EncryptionKey;
|
|
1543
|
+
encryptionKey?: EncryptionKey | undefined;
|
|
1487
1544
|
}
|
|
1488
1545
|
/**
|
|
1489
1546
|
* <p>Represents an Amazon Web Services session credentials object. These credentials are
|
|
@@ -1509,6 +1566,167 @@ export interface AWSSessionCredentials {
|
|
|
1509
1566
|
*/
|
|
1510
1567
|
sessionToken: string | undefined;
|
|
1511
1568
|
}
|
|
1569
|
+
/**
|
|
1570
|
+
* @public
|
|
1571
|
+
* @enum
|
|
1572
|
+
*/
|
|
1573
|
+
export declare const Result: {
|
|
1574
|
+
readonly FAIL: "FAIL";
|
|
1575
|
+
readonly RETRY: "RETRY";
|
|
1576
|
+
readonly ROLLBACK: "ROLLBACK";
|
|
1577
|
+
readonly SKIP: "SKIP";
|
|
1578
|
+
};
|
|
1579
|
+
/**
|
|
1580
|
+
* @public
|
|
1581
|
+
*/
|
|
1582
|
+
export type Result = (typeof Result)[keyof typeof Result];
|
|
1583
|
+
/**
|
|
1584
|
+
* @public
|
|
1585
|
+
* @enum
|
|
1586
|
+
*/
|
|
1587
|
+
export declare const RuleCategory: {
|
|
1588
|
+
readonly Rule: "Rule";
|
|
1589
|
+
};
|
|
1590
|
+
/**
|
|
1591
|
+
* @public
|
|
1592
|
+
*/
|
|
1593
|
+
export type RuleCategory = (typeof RuleCategory)[keyof typeof RuleCategory];
|
|
1594
|
+
/**
|
|
1595
|
+
* @public
|
|
1596
|
+
* @enum
|
|
1597
|
+
*/
|
|
1598
|
+
export declare const RuleOwner: {
|
|
1599
|
+
readonly AWS: "AWS";
|
|
1600
|
+
};
|
|
1601
|
+
/**
|
|
1602
|
+
* @public
|
|
1603
|
+
*/
|
|
1604
|
+
export type RuleOwner = (typeof RuleOwner)[keyof typeof RuleOwner];
|
|
1605
|
+
/**
|
|
1606
|
+
* <p>The ID for the rule type, which is made up of the combined values for category, owner,
|
|
1607
|
+
* provider, and version. For more
|
|
1608
|
+
* information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage conditions</a>.
|
|
1609
|
+
* For more information about rules, see the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html">CodePipeline rule
|
|
1610
|
+
* reference</a>.</p>
|
|
1611
|
+
* @public
|
|
1612
|
+
*/
|
|
1613
|
+
export interface RuleTypeId {
|
|
1614
|
+
/**
|
|
1615
|
+
* <p>A category defines what kind of rule can be run in the stage, and constrains the
|
|
1616
|
+
* provider type for the rule. The valid category is <code>Rule</code>. </p>
|
|
1617
|
+
* @public
|
|
1618
|
+
*/
|
|
1619
|
+
category: RuleCategory | undefined;
|
|
1620
|
+
/**
|
|
1621
|
+
* <p>The creator of the rule being called. The valid value for the <code>Owner</code> field
|
|
1622
|
+
* in the rule category is <code>AWS</code>. </p>
|
|
1623
|
+
* @public
|
|
1624
|
+
*/
|
|
1625
|
+
owner?: RuleOwner | undefined;
|
|
1626
|
+
/**
|
|
1627
|
+
* <p>The rule provider, such as the <code>DeploymentWindow</code> rule. For a list of rule provider names, see the rules listed in the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html">CodePipeline rule
|
|
1628
|
+
* reference</a>.</p>
|
|
1629
|
+
* @public
|
|
1630
|
+
*/
|
|
1631
|
+
provider: string | undefined;
|
|
1632
|
+
/**
|
|
1633
|
+
* <p>A string that describes the rule version.</p>
|
|
1634
|
+
* @public
|
|
1635
|
+
*/
|
|
1636
|
+
version?: string | undefined;
|
|
1637
|
+
}
|
|
1638
|
+
/**
|
|
1639
|
+
* <p>Represents information about the rule to be created for an associated condition. An
|
|
1640
|
+
* example would be creating a new rule for an entry condition, such as a rule that checks
|
|
1641
|
+
* for a test result before allowing the run to enter the deployment stage. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
|
|
1642
|
+
* conditions</a> and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do stage conditions work?</a>.
|
|
1643
|
+
* For more information about rules, see the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html">CodePipeline rule
|
|
1644
|
+
* reference</a>.</p>
|
|
1645
|
+
* @public
|
|
1646
|
+
*/
|
|
1647
|
+
export interface RuleDeclaration {
|
|
1648
|
+
/**
|
|
1649
|
+
* <p>The name of the rule that is created for the condition, such as
|
|
1650
|
+
* <code>VariableCheck</code>.</p>
|
|
1651
|
+
* @public
|
|
1652
|
+
*/
|
|
1653
|
+
name: string | undefined;
|
|
1654
|
+
/**
|
|
1655
|
+
* <p>The ID for the rule type, which is made up of the combined values for category, owner,
|
|
1656
|
+
* provider, and version.</p>
|
|
1657
|
+
* @public
|
|
1658
|
+
*/
|
|
1659
|
+
ruleTypeId: RuleTypeId | undefined;
|
|
1660
|
+
/**
|
|
1661
|
+
* <p>The action configuration fields for the rule.</p>
|
|
1662
|
+
* @public
|
|
1663
|
+
*/
|
|
1664
|
+
configuration?: Record<string, string> | undefined;
|
|
1665
|
+
/**
|
|
1666
|
+
* <p>The shell commands to run with your commands rule in CodePipeline. All commands
|
|
1667
|
+
* are supported except multi-line formats. While CodeBuild logs and permissions
|
|
1668
|
+
* are used, you do not need to create any resources in CodeBuild.</p>
|
|
1669
|
+
* <note>
|
|
1670
|
+
* <p>Using compute time for this action will incur separate charges in CodeBuild.</p>
|
|
1671
|
+
* </note>
|
|
1672
|
+
* @public
|
|
1673
|
+
*/
|
|
1674
|
+
commands?: string[] | undefined;
|
|
1675
|
+
/**
|
|
1676
|
+
* <p>The input artifacts fields for the rule, such as specifying an input file for the
|
|
1677
|
+
* rule.</p>
|
|
1678
|
+
* @public
|
|
1679
|
+
*/
|
|
1680
|
+
inputArtifacts?: InputArtifact[] | undefined;
|
|
1681
|
+
/**
|
|
1682
|
+
* <p>The pipeline role ARN associated with the rule.</p>
|
|
1683
|
+
* @public
|
|
1684
|
+
*/
|
|
1685
|
+
roleArn?: string | undefined;
|
|
1686
|
+
/**
|
|
1687
|
+
* <p>The Region for the condition associated with the rule.</p>
|
|
1688
|
+
* @public
|
|
1689
|
+
*/
|
|
1690
|
+
region?: string | undefined;
|
|
1691
|
+
/**
|
|
1692
|
+
* <p>The action timeout for the rule.</p>
|
|
1693
|
+
* @public
|
|
1694
|
+
*/
|
|
1695
|
+
timeoutInMinutes?: number | undefined;
|
|
1696
|
+
}
|
|
1697
|
+
/**
|
|
1698
|
+
* <p>The condition for the stage. A condition is made up of the rules and the result for
|
|
1699
|
+
* the condition. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
|
|
1700
|
+
* conditions</a> and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do stage conditions work?</a>..
|
|
1701
|
+
* For more information about rules, see the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html">CodePipeline rule
|
|
1702
|
+
* reference</a>.</p>
|
|
1703
|
+
* @public
|
|
1704
|
+
*/
|
|
1705
|
+
export interface Condition {
|
|
1706
|
+
/**
|
|
1707
|
+
* <p>The action to be done when the condition is met. For example, rolling back an
|
|
1708
|
+
* execution for a failure condition.</p>
|
|
1709
|
+
* @public
|
|
1710
|
+
*/
|
|
1711
|
+
result?: Result | undefined;
|
|
1712
|
+
/**
|
|
1713
|
+
* <p>The rules that make up the condition.</p>
|
|
1714
|
+
* @public
|
|
1715
|
+
*/
|
|
1716
|
+
rules?: RuleDeclaration[] | undefined;
|
|
1717
|
+
}
|
|
1718
|
+
/**
|
|
1719
|
+
* <p>The conditions for making checks for entry to a stage. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
|
|
1720
|
+
* conditions</a> and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do stage conditions work?</a>. </p>
|
|
1721
|
+
* @public
|
|
1722
|
+
*/
|
|
1723
|
+
export interface BeforeEntryConditions {
|
|
1724
|
+
/**
|
|
1725
|
+
* <p>The conditions that are configured as entry conditions.</p>
|
|
1726
|
+
* @public
|
|
1727
|
+
*/
|
|
1728
|
+
conditions: Condition[] | undefined;
|
|
1729
|
+
}
|
|
1512
1730
|
/**
|
|
1513
1731
|
* @public
|
|
1514
1732
|
* @enum
|
|
@@ -1590,7 +1808,7 @@ export interface CreateCustomActionTypeInput {
|
|
|
1590
1808
|
* <p>URLs that provide users information about this custom action.</p>
|
|
1591
1809
|
* @public
|
|
1592
1810
|
*/
|
|
1593
|
-
settings?: ActionTypeSettings;
|
|
1811
|
+
settings?: ActionTypeSettings | undefined;
|
|
1594
1812
|
/**
|
|
1595
1813
|
* <p>The configuration properties for the custom action.</p>
|
|
1596
1814
|
* <note>
|
|
@@ -1602,7 +1820,7 @@ export interface CreateCustomActionTypeInput {
|
|
|
1602
1820
|
* </note>
|
|
1603
1821
|
* @public
|
|
1604
1822
|
*/
|
|
1605
|
-
configurationProperties?: ActionConfigurationProperty[];
|
|
1823
|
+
configurationProperties?: ActionConfigurationProperty[] | undefined;
|
|
1606
1824
|
/**
|
|
1607
1825
|
* <p>The details of the input artifact for the action, such as its commit ID.</p>
|
|
1608
1826
|
* @public
|
|
@@ -1617,7 +1835,7 @@ export interface CreateCustomActionTypeInput {
|
|
|
1617
1835
|
* <p>The tags for the custom action.</p>
|
|
1618
1836
|
* @public
|
|
1619
1837
|
*/
|
|
1620
|
-
tags?: Tag[];
|
|
1838
|
+
tags?: Tag[] | undefined;
|
|
1621
1839
|
}
|
|
1622
1840
|
/**
|
|
1623
1841
|
* <p>Represents the output of a <code>CreateCustomActionType</code> operation.</p>
|
|
@@ -1633,7 +1851,7 @@ export interface CreateCustomActionTypeOutput {
|
|
|
1633
1851
|
* <p>Specifies the tags applied to the custom action.</p>
|
|
1634
1852
|
* @public
|
|
1635
1853
|
*/
|
|
1636
|
-
tags?: Tag[];
|
|
1854
|
+
tags?: Tag[] | undefined;
|
|
1637
1855
|
}
|
|
1638
1856
|
/**
|
|
1639
1857
|
* <p>The specified resource tags are invalid.</p>
|
|
@@ -1701,23 +1919,64 @@ export type PipelineType = (typeof PipelineType)[keyof typeof PipelineType];
|
|
|
1701
1919
|
* @public
|
|
1702
1920
|
* @enum
|
|
1703
1921
|
*/
|
|
1704
|
-
export declare const
|
|
1705
|
-
readonly
|
|
1922
|
+
export declare const StageRetryMode: {
|
|
1923
|
+
readonly ALL_ACTIONS: "ALL_ACTIONS";
|
|
1924
|
+
readonly FAILED_ACTIONS: "FAILED_ACTIONS";
|
|
1706
1925
|
};
|
|
1707
1926
|
/**
|
|
1708
1927
|
* @public
|
|
1709
1928
|
*/
|
|
1710
|
-
export type
|
|
1929
|
+
export type StageRetryMode = (typeof StageRetryMode)[keyof typeof StageRetryMode];
|
|
1930
|
+
/**
|
|
1931
|
+
* <p>The retry configuration specifies automatic retry for a failed stage, along with the
|
|
1932
|
+
* configured retry mode.</p>
|
|
1933
|
+
* @public
|
|
1934
|
+
*/
|
|
1935
|
+
export interface RetryConfiguration {
|
|
1936
|
+
/**
|
|
1937
|
+
* <p>The method that you want to configure for automatic stage retry on stage failure. You
|
|
1938
|
+
* can specify to retry only failed action in the stage or all actions in the stage.</p>
|
|
1939
|
+
* @public
|
|
1940
|
+
*/
|
|
1941
|
+
retryMode?: StageRetryMode | undefined;
|
|
1942
|
+
}
|
|
1711
1943
|
/**
|
|
1712
|
-
* <p>The configuration that specifies the result, such as rollback, to occur upon stage
|
|
1944
|
+
* <p>The configuration that specifies the result, such as rollback, to occur upon stage
|
|
1945
|
+
* failure. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
|
|
1946
|
+
* conditions</a> and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do stage conditions work?</a>. </p>
|
|
1713
1947
|
* @public
|
|
1714
1948
|
*/
|
|
1715
1949
|
export interface FailureConditions {
|
|
1716
1950
|
/**
|
|
1717
|
-
* <p>The specified result for when the failure conditions are met, such as rolling back the
|
|
1951
|
+
* <p>The specified result for when the failure conditions are met, such as rolling back the
|
|
1952
|
+
* stage.</p>
|
|
1953
|
+
* @public
|
|
1954
|
+
*/
|
|
1955
|
+
result?: Result | undefined;
|
|
1956
|
+
/**
|
|
1957
|
+
* <p>The retry configuration specifies automatic retry for a failed stage, along with the
|
|
1958
|
+
* configured retry mode.</p>
|
|
1959
|
+
* @public
|
|
1960
|
+
*/
|
|
1961
|
+
retryConfiguration?: RetryConfiguration | undefined;
|
|
1962
|
+
/**
|
|
1963
|
+
* <p>The conditions that are configured as failure conditions. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
|
|
1964
|
+
* conditions</a> and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do stage conditions work?</a>.</p>
|
|
1965
|
+
* @public
|
|
1966
|
+
*/
|
|
1967
|
+
conditions?: Condition[] | undefined;
|
|
1968
|
+
}
|
|
1969
|
+
/**
|
|
1970
|
+
* <p>The conditions for making checks that, if met, succeed a stage. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
|
|
1971
|
+
* conditions</a> and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do stage conditions work?</a>.</p>
|
|
1972
|
+
* @public
|
|
1973
|
+
*/
|
|
1974
|
+
export interface SuccessConditions {
|
|
1975
|
+
/**
|
|
1976
|
+
* <p>The conditions that are success conditions.</p>
|
|
1718
1977
|
* @public
|
|
1719
1978
|
*/
|
|
1720
|
-
|
|
1979
|
+
conditions: Condition[] | undefined;
|
|
1721
1980
|
}
|
|
1722
1981
|
/**
|
|
1723
1982
|
* <p>Represents information about a stage and its definition.</p>
|
|
@@ -1733,17 +1992,31 @@ export interface StageDeclaration {
|
|
|
1733
1992
|
* <p>Reserved for future use.</p>
|
|
1734
1993
|
* @public
|
|
1735
1994
|
*/
|
|
1736
|
-
blockers?: BlockerDeclaration[];
|
|
1995
|
+
blockers?: BlockerDeclaration[] | undefined;
|
|
1737
1996
|
/**
|
|
1738
1997
|
* <p>The actions included in a stage.</p>
|
|
1739
1998
|
* @public
|
|
1740
1999
|
*/
|
|
1741
2000
|
actions: ActionDeclaration[] | undefined;
|
|
1742
2001
|
/**
|
|
1743
|
-
* <p>The method to use when a stage has not completed successfully. For example,
|
|
2002
|
+
* <p>The method to use when a stage has not completed successfully. For example,
|
|
2003
|
+
* configuring this field for rollback will roll back a failed stage automatically to the
|
|
2004
|
+
* last successful pipeline execution in the stage.</p>
|
|
2005
|
+
* @public
|
|
2006
|
+
*/
|
|
2007
|
+
onFailure?: FailureConditions | undefined;
|
|
2008
|
+
/**
|
|
2009
|
+
* <p>The method to use when a stage has succeeded. For example, configuring this field for
|
|
2010
|
+
* conditions will allow the stage to succeed when the conditions are met.</p>
|
|
2011
|
+
* @public
|
|
2012
|
+
*/
|
|
2013
|
+
onSuccess?: SuccessConditions | undefined;
|
|
2014
|
+
/**
|
|
2015
|
+
* <p>The method to use when a stage allows entry. For example, configuring this field for
|
|
2016
|
+
* conditions will allow entry to the stage when the conditions are met.</p>
|
|
1744
2017
|
* @public
|
|
1745
2018
|
*/
|
|
1746
|
-
|
|
2019
|
+
beforeEntry?: BeforeEntryConditions | undefined;
|
|
1747
2020
|
}
|
|
1748
2021
|
/**
|
|
1749
2022
|
* <p>The Git repository branches specified as filter criteria to start the
|
|
@@ -1756,13 +2029,13 @@ export interface GitBranchFilterCriteria {
|
|
|
1756
2029
|
* included as criteria that starts the pipeline.</p>
|
|
1757
2030
|
* @public
|
|
1758
2031
|
*/
|
|
1759
|
-
includes?: string[];
|
|
2032
|
+
includes?: string[] | undefined;
|
|
1760
2033
|
/**
|
|
1761
2034
|
* <p>The list of patterns of Git branches that, when a commit is pushed, are to be
|
|
1762
2035
|
* excluded from starting the pipeline.</p>
|
|
1763
2036
|
* @public
|
|
1764
2037
|
*/
|
|
1765
|
-
excludes?: string[];
|
|
2038
|
+
excludes?: string[] | undefined;
|
|
1766
2039
|
}
|
|
1767
2040
|
/**
|
|
1768
2041
|
* @public
|
|
@@ -1788,38 +2061,50 @@ export interface GitFilePathFilterCriteria {
|
|
|
1788
2061
|
* are to be included as criteria that starts the pipeline.</p>
|
|
1789
2062
|
* @public
|
|
1790
2063
|
*/
|
|
1791
|
-
includes?: string[];
|
|
2064
|
+
includes?: string[] | undefined;
|
|
1792
2065
|
/**
|
|
1793
2066
|
* <p>The list of patterns of Git repository file paths that, when a commit is pushed,
|
|
1794
2067
|
* are to be excluded from starting the pipeline.</p>
|
|
1795
2068
|
* @public
|
|
1796
2069
|
*/
|
|
1797
|
-
excludes?: string[];
|
|
2070
|
+
excludes?: string[] | undefined;
|
|
1798
2071
|
}
|
|
1799
2072
|
/**
|
|
1800
2073
|
* <p>The event criteria for the pull request trigger configuration, such as the lists of
|
|
1801
2074
|
* branches or file paths to include and exclude.</p>
|
|
2075
|
+
* <p>The following are valid values for the events for this filter:</p>
|
|
2076
|
+
* <ul>
|
|
2077
|
+
* <li>
|
|
2078
|
+
* <p>CLOSED</p>
|
|
2079
|
+
* </li>
|
|
2080
|
+
* <li>
|
|
2081
|
+
* <p>OPEN</p>
|
|
2082
|
+
* </li>
|
|
2083
|
+
* <li>
|
|
2084
|
+
* <p>UPDATED</p>
|
|
2085
|
+
* </li>
|
|
2086
|
+
* </ul>
|
|
1802
2087
|
* @public
|
|
1803
2088
|
*/
|
|
1804
2089
|
export interface GitPullRequestFilter {
|
|
1805
2090
|
/**
|
|
1806
|
-
* <p>The field that specifies which pull request events to filter on (
|
|
1807
|
-
*
|
|
2091
|
+
* <p>The field that specifies which pull request events to filter on (OPEN, UPDATED,
|
|
2092
|
+
* CLOSED) for the trigger configuration.</p>
|
|
1808
2093
|
* @public
|
|
1809
2094
|
*/
|
|
1810
|
-
events?: GitPullRequestEventType[];
|
|
2095
|
+
events?: GitPullRequestEventType[] | undefined;
|
|
1811
2096
|
/**
|
|
1812
2097
|
* <p>The field that specifies to filter on branches for the pull request trigger
|
|
1813
2098
|
* configuration.</p>
|
|
1814
2099
|
* @public
|
|
1815
2100
|
*/
|
|
1816
|
-
branches?: GitBranchFilterCriteria;
|
|
2101
|
+
branches?: GitBranchFilterCriteria | undefined;
|
|
1817
2102
|
/**
|
|
1818
2103
|
* <p>The field that specifies to filter on file paths for the pull request trigger
|
|
1819
2104
|
* configuration.</p>
|
|
1820
2105
|
* @public
|
|
1821
2106
|
*/
|
|
1822
|
-
filePaths?: GitFilePathFilterCriteria;
|
|
2107
|
+
filePaths?: GitFilePathFilterCriteria | undefined;
|
|
1823
2108
|
}
|
|
1824
2109
|
/**
|
|
1825
2110
|
* <p>The Git tags specified as filter criteria for whether a Git tag repository event
|
|
@@ -1832,13 +2117,13 @@ export interface GitTagFilterCriteria {
|
|
|
1832
2117
|
* that starts the pipeline.</p>
|
|
1833
2118
|
* @public
|
|
1834
2119
|
*/
|
|
1835
|
-
includes?: string[];
|
|
2120
|
+
includes?: string[] | undefined;
|
|
1836
2121
|
/**
|
|
1837
2122
|
* <p>The list of patterns of Git tags that, when pushed, are to be excluded from
|
|
1838
2123
|
* starting the pipeline.</p>
|
|
1839
2124
|
* @public
|
|
1840
2125
|
*/
|
|
1841
|
-
excludes?: string[];
|
|
2126
|
+
excludes?: string[] | undefined;
|
|
1842
2127
|
}
|
|
1843
2128
|
/**
|
|
1844
2129
|
* <p>The event criteria that specify when a specified repository event will start the
|
|
@@ -1852,19 +2137,19 @@ export interface GitPushFilter {
|
|
|
1852
2137
|
* configuration.</p>
|
|
1853
2138
|
* @public
|
|
1854
2139
|
*/
|
|
1855
|
-
tags?: GitTagFilterCriteria;
|
|
2140
|
+
tags?: GitTagFilterCriteria | undefined;
|
|
1856
2141
|
/**
|
|
1857
2142
|
* <p>The field that specifies to filter on branches for the push trigger
|
|
1858
2143
|
* configuration.</p>
|
|
1859
2144
|
* @public
|
|
1860
2145
|
*/
|
|
1861
|
-
branches?: GitBranchFilterCriteria;
|
|
2146
|
+
branches?: GitBranchFilterCriteria | undefined;
|
|
1862
2147
|
/**
|
|
1863
2148
|
* <p>The field that specifies to filter on file paths for the push trigger
|
|
1864
2149
|
* configuration.</p>
|
|
1865
2150
|
* @public
|
|
1866
2151
|
*/
|
|
1867
|
-
filePaths?: GitFilePathFilterCriteria;
|
|
2152
|
+
filePaths?: GitFilePathFilterCriteria | undefined;
|
|
1868
2153
|
}
|
|
1869
2154
|
/**
|
|
1870
2155
|
* <p>A type of trigger configuration for Git-based source actions.</p>
|
|
@@ -1891,13 +2176,13 @@ export interface GitConfiguration {
|
|
|
1891
2176
|
* Git tags, is specified with details.</p>
|
|
1892
2177
|
* @public
|
|
1893
2178
|
*/
|
|
1894
|
-
push?: GitPushFilter[];
|
|
2179
|
+
push?: GitPushFilter[] | undefined;
|
|
1895
2180
|
/**
|
|
1896
2181
|
* <p>The field where the repository event that will start the pipeline is specified as
|
|
1897
2182
|
* pull requests.</p>
|
|
1898
2183
|
* @public
|
|
1899
2184
|
*/
|
|
1900
|
-
pullRequest?: GitPullRequestFilter[];
|
|
2185
|
+
pullRequest?: GitPullRequestFilter[] | undefined;
|
|
1901
2186
|
}
|
|
1902
2187
|
/**
|
|
1903
2188
|
* @public
|
|
@@ -1951,13 +2236,13 @@ export interface PipelineVariableDeclaration {
|
|
|
1951
2236
|
* <p>The value of a pipeline-level variable.</p>
|
|
1952
2237
|
* @public
|
|
1953
2238
|
*/
|
|
1954
|
-
defaultValue?: string;
|
|
2239
|
+
defaultValue?: string | undefined;
|
|
1955
2240
|
/**
|
|
1956
2241
|
* <p>The description of a pipeline-level variable. It's used to add additional context
|
|
1957
2242
|
* about the variable, and not being used at time when pipeline executes.</p>
|
|
1958
2243
|
* @public
|
|
1959
2244
|
*/
|
|
1960
|
-
description?: string;
|
|
2245
|
+
description?: string | undefined;
|
|
1961
2246
|
}
|
|
1962
2247
|
/**
|
|
1963
2248
|
* <p>Represents the structure of actions and stages to be performed in the
|
|
@@ -1988,7 +2273,7 @@ export interface PipelineDeclaration {
|
|
|
1988
2273
|
* </note>
|
|
1989
2274
|
* @public
|
|
1990
2275
|
*/
|
|
1991
|
-
artifactStore?: ArtifactStore;
|
|
2276
|
+
artifactStore?: ArtifactStore | undefined;
|
|
1992
2277
|
/**
|
|
1993
2278
|
* <p>A mapping of <code>artifactStore</code> objects and their corresponding Amazon Web Services Regions. There must be an artifact store for the pipeline Region and for
|
|
1994
2279
|
* each cross-region action in the pipeline.</p>
|
|
@@ -2000,7 +2285,7 @@ export interface PipelineDeclaration {
|
|
|
2000
2285
|
* </note>
|
|
2001
2286
|
* @public
|
|
2002
2287
|
*/
|
|
2003
|
-
artifactStores?: Record<string, ArtifactStore
|
|
2288
|
+
artifactStores?: Record<string, ArtifactStore> | undefined;
|
|
2004
2289
|
/**
|
|
2005
2290
|
* <p>The stage in which to perform the action.</p>
|
|
2006
2291
|
* @public
|
|
@@ -2011,13 +2296,13 @@ export interface PipelineDeclaration {
|
|
|
2011
2296
|
* 1. This number is incremented when a pipeline is updated.</p>
|
|
2012
2297
|
* @public
|
|
2013
2298
|
*/
|
|
2014
|
-
version?: number;
|
|
2299
|
+
version?: number | undefined;
|
|
2015
2300
|
/**
|
|
2016
2301
|
* <p>The method that the pipeline will use to handle multiple executions. The default
|
|
2017
2302
|
* mode is SUPERSEDED.</p>
|
|
2018
2303
|
* @public
|
|
2019
2304
|
*/
|
|
2020
|
-
executionMode?: ExecutionMode;
|
|
2305
|
+
executionMode?: ExecutionMode | undefined;
|
|
2021
2306
|
/**
|
|
2022
2307
|
* <p>CodePipeline provides the following pipeline types, which differ in
|
|
2023
2308
|
* characteristics and price, so that you can tailor your pipeline features and cost to the
|
|
@@ -2042,14 +2327,14 @@ export interface PipelineDeclaration {
|
|
|
2042
2327
|
* pipeline is right for me?</a>.</p>
|
|
2043
2328
|
* @public
|
|
2044
2329
|
*/
|
|
2045
|
-
pipelineType?: PipelineType;
|
|
2330
|
+
pipelineType?: PipelineType | undefined;
|
|
2046
2331
|
/**
|
|
2047
2332
|
* <p>A list that defines the pipeline variables for a pipeline resource. Variable names can
|
|
2048
2333
|
* have alphanumeric and underscore characters, and the values must match
|
|
2049
2334
|
* <code>[A-Za-z0-9@\-_]+</code>.</p>
|
|
2050
2335
|
* @public
|
|
2051
2336
|
*/
|
|
2052
|
-
variables?: PipelineVariableDeclaration[];
|
|
2337
|
+
variables?: PipelineVariableDeclaration[] | undefined;
|
|
2053
2338
|
/**
|
|
2054
2339
|
* <p>The trigger configuration specifying a type of event, such as Git tags, that starts
|
|
2055
2340
|
* the pipeline.</p>
|
|
@@ -2059,7 +2344,7 @@ export interface PipelineDeclaration {
|
|
|
2059
2344
|
* </note>
|
|
2060
2345
|
* @public
|
|
2061
2346
|
*/
|
|
2062
|
-
triggers?: PipelineTriggerDeclaration[];
|
|
2347
|
+
triggers?: PipelineTriggerDeclaration[] | undefined;
|
|
2063
2348
|
}
|
|
2064
2349
|
/**
|
|
2065
2350
|
* <p>Represents the input of a <code>CreatePipeline</code> action.</p>
|
|
@@ -2076,7 +2361,7 @@ export interface CreatePipelineInput {
|
|
|
2076
2361
|
* <p>The tags for the pipeline.</p>
|
|
2077
2362
|
* @public
|
|
2078
2363
|
*/
|
|
2079
|
-
tags?: Tag[];
|
|
2364
|
+
tags?: Tag[] | undefined;
|
|
2080
2365
|
}
|
|
2081
2366
|
/**
|
|
2082
2367
|
* <p>Represents the output of a <code>CreatePipeline</code> action.</p>
|
|
@@ -2088,12 +2373,12 @@ export interface CreatePipelineOutput {
|
|
|
2088
2373
|
* </p>
|
|
2089
2374
|
* @public
|
|
2090
2375
|
*/
|
|
2091
|
-
pipeline?: PipelineDeclaration;
|
|
2376
|
+
pipeline?: PipelineDeclaration | undefined;
|
|
2092
2377
|
/**
|
|
2093
2378
|
* <p>Specifies the tags applied to the pipeline.</p>
|
|
2094
2379
|
* @public
|
|
2095
2380
|
*/
|
|
2096
|
-
tags?: Tag[];
|
|
2381
|
+
tags?: Tag[] | undefined;
|
|
2097
2382
|
}
|
|
2098
2383
|
/**
|
|
2099
2384
|
* <p>The action declaration was specified in an invalid format.</p>
|
|
@@ -2213,7 +2498,7 @@ export interface DeregisterWebhookWithThirdPartyInput {
|
|
|
2213
2498
|
* <p>The name of the webhook you want to deregister.</p>
|
|
2214
2499
|
* @public
|
|
2215
2500
|
*/
|
|
2216
|
-
webhookName?: string;
|
|
2501
|
+
webhookName?: string | undefined;
|
|
2217
2502
|
}
|
|
2218
2503
|
/**
|
|
2219
2504
|
* @public
|
|
@@ -2365,6 +2650,11 @@ export interface GetActionTypeInput {
|
|
|
2365
2650
|
* <code>Invoke</code>
|
|
2366
2651
|
* </p>
|
|
2367
2652
|
* </li>
|
|
2653
|
+
* <li>
|
|
2654
|
+
* <p>
|
|
2655
|
+
* <code>Compute</code>
|
|
2656
|
+
* </p>
|
|
2657
|
+
* </li>
|
|
2368
2658
|
* </ul>
|
|
2369
2659
|
* @public
|
|
2370
2660
|
*/
|
|
@@ -2396,7 +2686,7 @@ export interface GetActionTypeOutput {
|
|
|
2396
2686
|
* ID.</p>
|
|
2397
2687
|
* @public
|
|
2398
2688
|
*/
|
|
2399
|
-
actionType?: ActionTypeDeclaration;
|
|
2689
|
+
actionType?: ActionTypeDeclaration | undefined;
|
|
2400
2690
|
}
|
|
2401
2691
|
/**
|
|
2402
2692
|
* <p>Represents the input of a <code>GetJobDetails</code> action.</p>
|
|
@@ -2418,7 +2708,7 @@ export interface StageContext {
|
|
|
2418
2708
|
* <p>The name of the stage.</p>
|
|
2419
2709
|
* @public
|
|
2420
2710
|
*/
|
|
2421
|
-
name?: string;
|
|
2711
|
+
name?: string | undefined;
|
|
2422
2712
|
}
|
|
2423
2713
|
/**
|
|
2424
2714
|
* <p>Represents information about a pipeline to a job worker.</p>
|
|
@@ -2436,27 +2726,27 @@ export interface PipelineContext {
|
|
|
2436
2726
|
* unique across all pipeline names under an Amazon Web Services account.</p>
|
|
2437
2727
|
* @public
|
|
2438
2728
|
*/
|
|
2439
|
-
pipelineName?: string;
|
|
2729
|
+
pipelineName?: string | undefined;
|
|
2440
2730
|
/**
|
|
2441
2731
|
* <p>The stage of the pipeline.</p>
|
|
2442
2732
|
* @public
|
|
2443
2733
|
*/
|
|
2444
|
-
stage?: StageContext;
|
|
2734
|
+
stage?: StageContext | undefined;
|
|
2445
2735
|
/**
|
|
2446
2736
|
* <p>The context of an action to a job worker in the stage of a pipeline.</p>
|
|
2447
2737
|
* @public
|
|
2448
2738
|
*/
|
|
2449
|
-
action?: ActionContext;
|
|
2739
|
+
action?: ActionContext | undefined;
|
|
2450
2740
|
/**
|
|
2451
2741
|
* <p>The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
2452
2742
|
* @public
|
|
2453
2743
|
*/
|
|
2454
|
-
pipelineArn?: string;
|
|
2744
|
+
pipelineArn?: string | undefined;
|
|
2455
2745
|
/**
|
|
2456
2746
|
* <p>The execution ID of the pipeline.</p>
|
|
2457
2747
|
* @public
|
|
2458
2748
|
*/
|
|
2459
|
-
pipelineExecutionId?: string;
|
|
2749
|
+
pipelineExecutionId?: string | undefined;
|
|
2460
2750
|
}
|
|
2461
2751
|
/**
|
|
2462
2752
|
* <p>Represents other information about a job required for a job worker to complete the
|
|
@@ -2468,12 +2758,12 @@ export interface JobData {
|
|
|
2468
2758
|
* <p>Represents information about an action type.</p>
|
|
2469
2759
|
* @public
|
|
2470
2760
|
*/
|
|
2471
|
-
actionTypeId?: ActionTypeId;
|
|
2761
|
+
actionTypeId?: ActionTypeId | undefined;
|
|
2472
2762
|
/**
|
|
2473
2763
|
* <p>Represents information about an action configuration.</p>
|
|
2474
2764
|
* @public
|
|
2475
2765
|
*/
|
|
2476
|
-
actionConfiguration?: ActionConfiguration;
|
|
2766
|
+
actionConfiguration?: ActionConfiguration | undefined;
|
|
2477
2767
|
/**
|
|
2478
2768
|
* <p>Represents information about a pipeline to a job worker.</p>
|
|
2479
2769
|
* <note>
|
|
@@ -2482,17 +2772,17 @@ export interface JobData {
|
|
|
2482
2772
|
* </note>
|
|
2483
2773
|
* @public
|
|
2484
2774
|
*/
|
|
2485
|
-
pipelineContext?: PipelineContext;
|
|
2775
|
+
pipelineContext?: PipelineContext | undefined;
|
|
2486
2776
|
/**
|
|
2487
2777
|
* <p>The artifact supplied to the job.</p>
|
|
2488
2778
|
* @public
|
|
2489
2779
|
*/
|
|
2490
|
-
inputArtifacts?: Artifact[];
|
|
2780
|
+
inputArtifacts?: Artifact[] | undefined;
|
|
2491
2781
|
/**
|
|
2492
2782
|
* <p>The output of the job.</p>
|
|
2493
2783
|
* @public
|
|
2494
2784
|
*/
|
|
2495
|
-
outputArtifacts?: Artifact[];
|
|
2785
|
+
outputArtifacts?: Artifact[] | undefined;
|
|
2496
2786
|
/**
|
|
2497
2787
|
* <p>Represents an Amazon Web Services session credentials object. These credentials are
|
|
2498
2788
|
* temporary credentials that are issued by Amazon Web Services Secure Token Service (STS).
|
|
@@ -2500,19 +2790,19 @@ export interface JobData {
|
|
|
2500
2790
|
* artifacts for the pipeline in CodePipeline.</p>
|
|
2501
2791
|
* @public
|
|
2502
2792
|
*/
|
|
2503
|
-
artifactCredentials?: AWSSessionCredentials;
|
|
2793
|
+
artifactCredentials?: AWSSessionCredentials | undefined;
|
|
2504
2794
|
/**
|
|
2505
2795
|
* <p>A system-generated token, such as a deployment ID, required by a job to continue
|
|
2506
2796
|
* the job asynchronously.</p>
|
|
2507
2797
|
* @public
|
|
2508
2798
|
*/
|
|
2509
|
-
continuationToken?: string;
|
|
2799
|
+
continuationToken?: string | undefined;
|
|
2510
2800
|
/**
|
|
2511
2801
|
* <p>Represents information about the key used to encrypt data in the artifact store,
|
|
2512
2802
|
* such as an KMS key. </p>
|
|
2513
2803
|
* @public
|
|
2514
2804
|
*/
|
|
2515
|
-
encryptionKey?: EncryptionKey;
|
|
2805
|
+
encryptionKey?: EncryptionKey | undefined;
|
|
2516
2806
|
}
|
|
2517
2807
|
/**
|
|
2518
2808
|
* <p>Represents information about the details of a job.</p>
|
|
@@ -2523,18 +2813,18 @@ export interface JobDetails {
|
|
|
2523
2813
|
* <p>The unique system-generated ID of the job.</p>
|
|
2524
2814
|
* @public
|
|
2525
2815
|
*/
|
|
2526
|
-
id?: string;
|
|
2816
|
+
id?: string | undefined;
|
|
2527
2817
|
/**
|
|
2528
2818
|
* <p>Represents other information about a job required for a job worker to complete the
|
|
2529
2819
|
* job. </p>
|
|
2530
2820
|
* @public
|
|
2531
2821
|
*/
|
|
2532
|
-
data?: JobData;
|
|
2822
|
+
data?: JobData | undefined;
|
|
2533
2823
|
/**
|
|
2534
2824
|
* <p>The Amazon Web Services account ID associated with the job.</p>
|
|
2535
2825
|
* @public
|
|
2536
2826
|
*/
|
|
2537
|
-
accountId?: string;
|
|
2827
|
+
accountId?: string | undefined;
|
|
2538
2828
|
}
|
|
2539
2829
|
/**
|
|
2540
2830
|
* <p>Represents the output of a <code>GetJobDetails</code> action.</p>
|
|
@@ -2549,7 +2839,7 @@ export interface GetJobDetailsOutput {
|
|
|
2549
2839
|
* </note>
|
|
2550
2840
|
* @public
|
|
2551
2841
|
*/
|
|
2552
|
-
jobDetails?: JobDetails;
|
|
2842
|
+
jobDetails?: JobDetails | undefined;
|
|
2553
2843
|
}
|
|
2554
2844
|
/**
|
|
2555
2845
|
* <p>Represents the input of a <code>GetPipeline</code> action.</p>
|
|
@@ -2567,7 +2857,7 @@ export interface GetPipelineInput {
|
|
|
2567
2857
|
* the current version.</p>
|
|
2568
2858
|
* @public
|
|
2569
2859
|
*/
|
|
2570
|
-
version?: number;
|
|
2860
|
+
version?: number | undefined;
|
|
2571
2861
|
}
|
|
2572
2862
|
/**
|
|
2573
2863
|
* <p>Information about a pipeline.</p>
|
|
@@ -2578,17 +2868,17 @@ export interface PipelineMetadata {
|
|
|
2578
2868
|
* <p>The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
2579
2869
|
* @public
|
|
2580
2870
|
*/
|
|
2581
|
-
pipelineArn?: string;
|
|
2871
|
+
pipelineArn?: string | undefined;
|
|
2582
2872
|
/**
|
|
2583
2873
|
* <p>The date and time the pipeline was created, in timestamp format.</p>
|
|
2584
2874
|
* @public
|
|
2585
2875
|
*/
|
|
2586
|
-
created?: Date;
|
|
2876
|
+
created?: Date | undefined;
|
|
2587
2877
|
/**
|
|
2588
2878
|
* <p>The date and time the pipeline was last updated, in timestamp format.</p>
|
|
2589
2879
|
* @public
|
|
2590
2880
|
*/
|
|
2591
|
-
updated?: Date;
|
|
2881
|
+
updated?: Date | undefined;
|
|
2592
2882
|
/**
|
|
2593
2883
|
* <p>The date and time that polling for source changes (periodic checks) was stopped for
|
|
2594
2884
|
* the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use
|
|
@@ -2599,7 +2889,7 @@ export interface PipelineMetadata {
|
|
|
2599
2889
|
* User Guide.</p>
|
|
2600
2890
|
* @public
|
|
2601
2891
|
*/
|
|
2602
|
-
pollingDisabledAt?: Date;
|
|
2892
|
+
pollingDisabledAt?: Date | undefined;
|
|
2603
2893
|
}
|
|
2604
2894
|
/**
|
|
2605
2895
|
* <p>Represents the output of a <code>GetPipeline</code> action.</p>
|
|
@@ -2611,13 +2901,13 @@ export interface GetPipelineOutput {
|
|
|
2611
2901
|
* </p>
|
|
2612
2902
|
* @public
|
|
2613
2903
|
*/
|
|
2614
|
-
pipeline?: PipelineDeclaration;
|
|
2904
|
+
pipeline?: PipelineDeclaration | undefined;
|
|
2615
2905
|
/**
|
|
2616
2906
|
* <p>Represents the pipeline metadata information returned as part of the output of a
|
|
2617
2907
|
* <code>GetPipeline</code> action.</p>
|
|
2618
2908
|
* @public
|
|
2619
2909
|
*/
|
|
2620
|
-
metadata?: PipelineMetadata;
|
|
2910
|
+
metadata?: PipelineMetadata | undefined;
|
|
2621
2911
|
}
|
|
2622
2912
|
/**
|
|
2623
2913
|
* <p>The pipeline version was specified in an invalid format or cannot be
|
|
@@ -2670,7 +2960,7 @@ export interface PipelineRollbackMetadata {
|
|
|
2670
2960
|
* <p>The pipeline execution ID to which the stage will be rolled back.</p>
|
|
2671
2961
|
* @public
|
|
2672
2962
|
*/
|
|
2673
|
-
rollbackTargetPipelineExecutionId?: string;
|
|
2963
|
+
rollbackTargetPipelineExecutionId?: string | undefined;
|
|
2674
2964
|
}
|
|
2675
2965
|
/**
|
|
2676
2966
|
* @public
|
|
@@ -2718,14 +3008,14 @@ export interface ExecutionTrigger {
|
|
|
2718
3008
|
* pipeline execution.</p>
|
|
2719
3009
|
* @public
|
|
2720
3010
|
*/
|
|
2721
|
-
triggerType?: TriggerType;
|
|
3011
|
+
triggerType?: TriggerType | undefined;
|
|
2722
3012
|
/**
|
|
2723
3013
|
* <p>Detail related to the event that started a pipeline execution, such as the webhook ARN
|
|
2724
3014
|
* of the webhook that triggered the pipeline execution or the user ARN for a
|
|
2725
3015
|
* user-initiated <code>start-pipeline-execution</code> CLI command.</p>
|
|
2726
3016
|
* @public
|
|
2727
3017
|
*/
|
|
2728
|
-
triggerDetail?: string;
|
|
3018
|
+
triggerDetail?: string | undefined;
|
|
2729
3019
|
}
|
|
2730
3020
|
/**
|
|
2731
3021
|
* <p>A pipeline-level variable used for a pipeline execution.</p>
|
|
@@ -2736,12 +3026,12 @@ export interface ResolvedPipelineVariable {
|
|
|
2736
3026
|
* <p>The name of a pipeline-level variable.</p>
|
|
2737
3027
|
* @public
|
|
2738
3028
|
*/
|
|
2739
|
-
name?: string;
|
|
3029
|
+
name?: string | undefined;
|
|
2740
3030
|
/**
|
|
2741
3031
|
* <p>The resolved value of a pipeline-level variable.</p>
|
|
2742
3032
|
* @public
|
|
2743
3033
|
*/
|
|
2744
|
-
resolvedValue?: string;
|
|
3034
|
+
resolvedValue?: string | undefined;
|
|
2745
3035
|
}
|
|
2746
3036
|
/**
|
|
2747
3037
|
* <p>Represents information about an execution of a pipeline.</p>
|
|
@@ -2752,17 +3042,17 @@ export interface PipelineExecution {
|
|
|
2752
3042
|
* <p>The name of the pipeline with the specified pipeline execution.</p>
|
|
2753
3043
|
* @public
|
|
2754
3044
|
*/
|
|
2755
|
-
pipelineName?: string;
|
|
3045
|
+
pipelineName?: string | undefined;
|
|
2756
3046
|
/**
|
|
2757
3047
|
* <p>The version number of the pipeline with the specified pipeline execution.</p>
|
|
2758
3048
|
* @public
|
|
2759
3049
|
*/
|
|
2760
|
-
pipelineVersion?: number;
|
|
3050
|
+
pipelineVersion?: number | undefined;
|
|
2761
3051
|
/**
|
|
2762
3052
|
* <p>The ID of the pipeline execution.</p>
|
|
2763
3053
|
* @public
|
|
2764
3054
|
*/
|
|
2765
|
-
pipelineExecutionId?: string;
|
|
3055
|
+
pipelineExecutionId?: string | undefined;
|
|
2766
3056
|
/**
|
|
2767
3057
|
* <p>The status of the pipeline execution.</p>
|
|
2768
3058
|
* <ul>
|
|
@@ -2796,44 +3086,44 @@ export interface PipelineExecution {
|
|
|
2796
3086
|
* </ul>
|
|
2797
3087
|
* @public
|
|
2798
3088
|
*/
|
|
2799
|
-
status?: PipelineExecutionStatus;
|
|
3089
|
+
status?: PipelineExecutionStatus | undefined;
|
|
2800
3090
|
/**
|
|
2801
3091
|
* <p>A summary that contains a description of the pipeline execution status.</p>
|
|
2802
3092
|
* @public
|
|
2803
3093
|
*/
|
|
2804
|
-
statusSummary?: string;
|
|
3094
|
+
statusSummary?: string | undefined;
|
|
2805
3095
|
/**
|
|
2806
3096
|
* <p>A list of <code>ArtifactRevision</code> objects included in a pipeline
|
|
2807
3097
|
* execution.</p>
|
|
2808
3098
|
* @public
|
|
2809
3099
|
*/
|
|
2810
|
-
artifactRevisions?: ArtifactRevision[];
|
|
3100
|
+
artifactRevisions?: ArtifactRevision[] | undefined;
|
|
2811
3101
|
/**
|
|
2812
3102
|
* <p>A list of pipeline variables used for the pipeline execution.</p>
|
|
2813
3103
|
* @public
|
|
2814
3104
|
*/
|
|
2815
|
-
variables?: ResolvedPipelineVariable[];
|
|
3105
|
+
variables?: ResolvedPipelineVariable[] | undefined;
|
|
2816
3106
|
/**
|
|
2817
3107
|
* <p>The interaction or event that started a pipeline execution.</p>
|
|
2818
3108
|
* @public
|
|
2819
3109
|
*/
|
|
2820
|
-
trigger?: ExecutionTrigger;
|
|
3110
|
+
trigger?: ExecutionTrigger | undefined;
|
|
2821
3111
|
/**
|
|
2822
3112
|
* <p>The method that the pipeline will use to handle multiple executions. The default
|
|
2823
3113
|
* mode is SUPERSEDED.</p>
|
|
2824
3114
|
* @public
|
|
2825
3115
|
*/
|
|
2826
|
-
executionMode?: ExecutionMode;
|
|
3116
|
+
executionMode?: ExecutionMode | undefined;
|
|
2827
3117
|
/**
|
|
2828
3118
|
* <p>The type of the pipeline execution.</p>
|
|
2829
3119
|
* @public
|
|
2830
3120
|
*/
|
|
2831
|
-
executionType?: ExecutionType;
|
|
3121
|
+
executionType?: ExecutionType | undefined;
|
|
2832
3122
|
/**
|
|
2833
3123
|
* <p>The metadata about the execution pertaining to stage rollback.</p>
|
|
2834
3124
|
* @public
|
|
2835
3125
|
*/
|
|
2836
|
-
rollbackMetadata?: PipelineRollbackMetadata;
|
|
3126
|
+
rollbackMetadata?: PipelineRollbackMetadata | undefined;
|
|
2837
3127
|
}
|
|
2838
3128
|
/**
|
|
2839
3129
|
* <p>Represents the output of a <code>GetPipelineExecution</code> action.</p>
|
|
@@ -2844,7 +3134,7 @@ export interface GetPipelineExecutionOutput {
|
|
|
2844
3134
|
* <p>Represents information about the execution of a pipeline.</p>
|
|
2845
3135
|
* @public
|
|
2846
3136
|
*/
|
|
2847
|
-
pipelineExecution?: PipelineExecution;
|
|
3137
|
+
pipelineExecution?: PipelineExecution | undefined;
|
|
2848
3138
|
}
|
|
2849
3139
|
/**
|
|
2850
3140
|
* <p>The pipeline execution was specified in an invalid format or cannot be found, or an
|
|
@@ -2874,165 +3164,439 @@ export interface GetPipelineStateInput {
|
|
|
2874
3164
|
* @public
|
|
2875
3165
|
* @enum
|
|
2876
3166
|
*/
|
|
2877
|
-
export declare const
|
|
3167
|
+
export declare const ConditionExecutionStatus: {
|
|
3168
|
+
readonly Abandoned: "Abandoned";
|
|
2878
3169
|
readonly Cancelled: "Cancelled";
|
|
3170
|
+
readonly Errored: "Errored";
|
|
2879
3171
|
readonly Failed: "Failed";
|
|
2880
3172
|
readonly InProgress: "InProgress";
|
|
2881
|
-
readonly
|
|
2882
|
-
readonly Stopping: "Stopping";
|
|
3173
|
+
readonly Overridden: "Overridden";
|
|
2883
3174
|
readonly Succeeded: "Succeeded";
|
|
2884
3175
|
};
|
|
2885
3176
|
/**
|
|
2886
3177
|
* @public
|
|
2887
3178
|
*/
|
|
2888
|
-
export type
|
|
3179
|
+
export type ConditionExecutionStatus = (typeof ConditionExecutionStatus)[keyof typeof ConditionExecutionStatus];
|
|
2889
3180
|
/**
|
|
2890
|
-
* <p>
|
|
3181
|
+
* <p>The run of a condition.</p>
|
|
2891
3182
|
* @public
|
|
2892
3183
|
*/
|
|
2893
|
-
export interface
|
|
3184
|
+
export interface ConditionExecution {
|
|
2894
3185
|
/**
|
|
2895
|
-
* <p>The
|
|
3186
|
+
* <p>The status of the run for a condition.</p>
|
|
2896
3187
|
* @public
|
|
2897
3188
|
*/
|
|
2898
|
-
|
|
3189
|
+
status?: ConditionExecutionStatus | undefined;
|
|
2899
3190
|
/**
|
|
2900
|
-
* <p>The
|
|
2901
|
-
* stage.</p>
|
|
2902
|
-
* <note>
|
|
2903
|
-
* <p>A status of cancelled means that the pipeline’s definition was updated before the
|
|
2904
|
-
* stage execution could be completed.</p>
|
|
2905
|
-
* </note>
|
|
3191
|
+
* <p>The summary of information about a run for a condition.</p>
|
|
2906
3192
|
* @public
|
|
2907
3193
|
*/
|
|
2908
|
-
|
|
3194
|
+
summary?: string | undefined;
|
|
2909
3195
|
/**
|
|
2910
|
-
* <p>The
|
|
3196
|
+
* <p>The last status change of the condition.</p>
|
|
2911
3197
|
* @public
|
|
2912
3198
|
*/
|
|
2913
|
-
|
|
3199
|
+
lastStatusChange?: Date | undefined;
|
|
2914
3200
|
}
|
|
2915
3201
|
/**
|
|
2916
|
-
* <p>
|
|
2917
|
-
* stage.</p>
|
|
3202
|
+
* <p>The change to a rule that creates a revision of the rule.</p>
|
|
2918
3203
|
* @public
|
|
2919
3204
|
*/
|
|
2920
|
-
export interface
|
|
3205
|
+
export interface RuleRevision {
|
|
2921
3206
|
/**
|
|
2922
|
-
* <p>
|
|
2923
|
-
* (false).</p>
|
|
2924
|
-
* @public
|
|
2925
|
-
*/
|
|
2926
|
-
enabled?: boolean;
|
|
2927
|
-
/**
|
|
2928
|
-
* <p>The ID of the user who last changed the transition state.</p>
|
|
3207
|
+
* <p>The system-generated unique ID that identifies the revision number of the rule.</p>
|
|
2929
3208
|
* @public
|
|
2930
3209
|
*/
|
|
2931
|
-
|
|
3210
|
+
revisionId: string | undefined;
|
|
2932
3211
|
/**
|
|
2933
|
-
* <p>The
|
|
3212
|
+
* <p>The unique identifier of the change that set the state to this revision (for example,
|
|
3213
|
+
* a deployment ID or timestamp).</p>
|
|
2934
3214
|
* @public
|
|
2935
3215
|
*/
|
|
2936
|
-
|
|
3216
|
+
revisionChangeId: string | undefined;
|
|
2937
3217
|
/**
|
|
2938
|
-
* <p>The
|
|
2939
|
-
*
|
|
3218
|
+
* <p>The date and time when the most recent version of the rule was created, in timestamp
|
|
3219
|
+
* format.</p>
|
|
2940
3220
|
* @public
|
|
2941
3221
|
*/
|
|
2942
|
-
|
|
3222
|
+
created: Date | undefined;
|
|
2943
3223
|
}
|
|
2944
3224
|
/**
|
|
2945
|
-
* <p>Represents information about the state of the stage.</p>
|
|
2946
3225
|
* @public
|
|
3226
|
+
* @enum
|
|
2947
3227
|
*/
|
|
2948
|
-
export
|
|
3228
|
+
export declare const RuleExecutionStatus: {
|
|
3229
|
+
readonly Abandoned: "Abandoned";
|
|
3230
|
+
readonly Failed: "Failed";
|
|
3231
|
+
readonly InProgress: "InProgress";
|
|
3232
|
+
readonly Succeeded: "Succeeded";
|
|
3233
|
+
};
|
|
3234
|
+
/**
|
|
3235
|
+
* @public
|
|
3236
|
+
*/
|
|
3237
|
+
export type RuleExecutionStatus = (typeof RuleExecutionStatus)[keyof typeof RuleExecutionStatus];
|
|
3238
|
+
/**
|
|
3239
|
+
* <p>Represents information about each time a rule is run as part of the pipeline execution
|
|
3240
|
+
* for a pipeline configured with conditions.</p>
|
|
3241
|
+
* @public
|
|
3242
|
+
*/
|
|
3243
|
+
export interface RuleExecution {
|
|
2949
3244
|
/**
|
|
2950
|
-
* <p>The
|
|
3245
|
+
* <p>The execution ID for the run of the rule.</p>
|
|
2951
3246
|
* @public
|
|
2952
3247
|
*/
|
|
2953
|
-
|
|
3248
|
+
ruleExecutionId?: string | undefined;
|
|
2954
3249
|
/**
|
|
2955
|
-
* <p>
|
|
3250
|
+
* <p>The status of the run of the rule, such as FAILED.</p>
|
|
2956
3251
|
* @public
|
|
2957
3252
|
*/
|
|
2958
|
-
|
|
3253
|
+
status?: RuleExecutionStatus | undefined;
|
|
2959
3254
|
/**
|
|
2960
|
-
* <p>
|
|
3255
|
+
* <p>A summary of the run of the rule.</p>
|
|
2961
3256
|
* @public
|
|
2962
3257
|
*/
|
|
2963
|
-
|
|
3258
|
+
summary?: string | undefined;
|
|
2964
3259
|
/**
|
|
2965
|
-
* <p>The
|
|
3260
|
+
* <p>The last status change of the rule.</p>
|
|
2966
3261
|
* @public
|
|
2967
3262
|
*/
|
|
2968
|
-
|
|
3263
|
+
lastStatusChange?: Date | undefined;
|
|
2969
3264
|
/**
|
|
2970
|
-
* <p>The
|
|
3265
|
+
* <p>The system-generated token used to identify a unique request.</p>
|
|
2971
3266
|
* @public
|
|
2972
3267
|
*/
|
|
2973
|
-
|
|
3268
|
+
token?: string | undefined;
|
|
2974
3269
|
/**
|
|
2975
|
-
* <p>
|
|
2976
|
-
*
|
|
3270
|
+
* <p>The ARN of the user who last changed the rule.</p>
|
|
3271
|
+
* @public
|
|
3272
|
+
*/
|
|
3273
|
+
lastUpdatedBy?: string | undefined;
|
|
3274
|
+
/**
|
|
3275
|
+
* <p>The external ID of the run of the rule.</p>
|
|
3276
|
+
* @public
|
|
3277
|
+
*/
|
|
3278
|
+
externalExecutionId?: string | undefined;
|
|
3279
|
+
/**
|
|
3280
|
+
* <p>The URL of a resource external to Amazon Web Services that is used when running the
|
|
3281
|
+
* rule (for example, an external repository URL).</p>
|
|
3282
|
+
* @public
|
|
3283
|
+
*/
|
|
3284
|
+
externalExecutionUrl?: string | undefined;
|
|
3285
|
+
/**
|
|
3286
|
+
* <p>Represents information about an error in CodePipeline.</p>
|
|
2977
3287
|
* @public
|
|
2978
3288
|
*/
|
|
2979
|
-
|
|
3289
|
+
errorDetails?: ErrorDetails | undefined;
|
|
2980
3290
|
}
|
|
2981
3291
|
/**
|
|
2982
|
-
* <p>
|
|
3292
|
+
* <p>Returns information about the state of a rule.</p>
|
|
3293
|
+
* <note>
|
|
3294
|
+
* <p>Values returned in the <code>revisionId</code> field indicate the rule revision
|
|
3295
|
+
* information, such as the commit ID, for the current state.</p>
|
|
3296
|
+
* </note>
|
|
2983
3297
|
* @public
|
|
2984
3298
|
*/
|
|
2985
|
-
export interface
|
|
3299
|
+
export interface RuleState {
|
|
2986
3300
|
/**
|
|
2987
|
-
* <p>The name of the
|
|
3301
|
+
* <p>The name of the rule.</p>
|
|
2988
3302
|
* @public
|
|
2989
3303
|
*/
|
|
2990
|
-
|
|
3304
|
+
ruleName?: string | undefined;
|
|
2991
3305
|
/**
|
|
2992
|
-
* <p>The
|
|
2993
|
-
*
|
|
2994
|
-
* <p>A newly created pipeline is always assigned a version number of
|
|
2995
|
-
* <code>1</code>.</p>
|
|
2996
|
-
* </note>
|
|
3306
|
+
* <p>The ID of the current revision of the artifact successfully worked on by the
|
|
3307
|
+
* job.</p>
|
|
2997
3308
|
* @public
|
|
2998
3309
|
*/
|
|
2999
|
-
|
|
3310
|
+
currentRevision?: RuleRevision | undefined;
|
|
3000
3311
|
/**
|
|
3001
|
-
* <p>
|
|
3002
|
-
* recent run details, whether the stage is disabled, and other data.</p>
|
|
3312
|
+
* <p>Represents information about the latest run of an rule.</p>
|
|
3003
3313
|
* @public
|
|
3004
3314
|
*/
|
|
3005
|
-
|
|
3315
|
+
latestExecution?: RuleExecution | undefined;
|
|
3006
3316
|
/**
|
|
3007
|
-
* <p>
|
|
3317
|
+
* <p>A URL link for more information about the state of the action, such as a details
|
|
3318
|
+
* page.</p>
|
|
3008
3319
|
* @public
|
|
3009
3320
|
*/
|
|
3010
|
-
|
|
3321
|
+
entityUrl?: string | undefined;
|
|
3011
3322
|
/**
|
|
3012
|
-
* <p>
|
|
3323
|
+
* <p>A URL link for more information about the revision, such as a commit details
|
|
3324
|
+
* page.</p>
|
|
3013
3325
|
* @public
|
|
3014
3326
|
*/
|
|
3015
|
-
|
|
3327
|
+
revisionUrl?: string | undefined;
|
|
3016
3328
|
}
|
|
3017
3329
|
/**
|
|
3018
|
-
* <p>
|
|
3330
|
+
* <p>Information about the state of the condition.</p>
|
|
3019
3331
|
* @public
|
|
3020
3332
|
*/
|
|
3021
|
-
export interface
|
|
3333
|
+
export interface ConditionState {
|
|
3022
3334
|
/**
|
|
3023
|
-
* <p>The
|
|
3335
|
+
* <p>The state of the latest run of the rule.</p>
|
|
3024
3336
|
* @public
|
|
3025
3337
|
*/
|
|
3026
|
-
|
|
3338
|
+
latestExecution?: ConditionExecution | undefined;
|
|
3027
3339
|
/**
|
|
3028
|
-
* <p>The
|
|
3029
|
-
* the calling entity is allowed access to the job and its details.</p>
|
|
3340
|
+
* <p>The state of the rules for the condition.</p>
|
|
3030
3341
|
* @public
|
|
3031
3342
|
*/
|
|
3032
|
-
|
|
3343
|
+
ruleStates?: RuleState[] | undefined;
|
|
3033
3344
|
}
|
|
3034
3345
|
/**
|
|
3035
|
-
* <p>Represents information about the
|
|
3346
|
+
* <p>Represents information about the run of a condition for a stage.</p>
|
|
3347
|
+
* @public
|
|
3348
|
+
*/
|
|
3349
|
+
export interface StageConditionsExecution {
|
|
3350
|
+
/**
|
|
3351
|
+
* <p>The status of a run of a condition for a stage.</p>
|
|
3352
|
+
* @public
|
|
3353
|
+
*/
|
|
3354
|
+
status?: ConditionExecutionStatus | undefined;
|
|
3355
|
+
/**
|
|
3356
|
+
* <p>A summary of the run of the condition for a stage.</p>
|
|
3357
|
+
* @public
|
|
3358
|
+
*/
|
|
3359
|
+
summary?: string | undefined;
|
|
3360
|
+
}
|
|
3361
|
+
/**
|
|
3362
|
+
* <p>The state of a run of a condition for a stage.</p>
|
|
3363
|
+
* @public
|
|
3364
|
+
*/
|
|
3365
|
+
export interface StageConditionState {
|
|
3366
|
+
/**
|
|
3367
|
+
* <p>Represents information about the latest run of a condition for a stage.</p>
|
|
3368
|
+
* @public
|
|
3369
|
+
*/
|
|
3370
|
+
latestExecution?: StageConditionsExecution | undefined;
|
|
3371
|
+
/**
|
|
3372
|
+
* <p>The states of the conditions for a run of a condition for a stage.</p>
|
|
3373
|
+
* @public
|
|
3374
|
+
*/
|
|
3375
|
+
conditionStates?: ConditionState[] | undefined;
|
|
3376
|
+
}
|
|
3377
|
+
/**
|
|
3378
|
+
* @public
|
|
3379
|
+
* @enum
|
|
3380
|
+
*/
|
|
3381
|
+
export declare const StageExecutionStatus: {
|
|
3382
|
+
readonly Cancelled: "Cancelled";
|
|
3383
|
+
readonly Failed: "Failed";
|
|
3384
|
+
readonly InProgress: "InProgress";
|
|
3385
|
+
readonly Skipped: "Skipped";
|
|
3386
|
+
readonly Stopped: "Stopped";
|
|
3387
|
+
readonly Stopping: "Stopping";
|
|
3388
|
+
readonly Succeeded: "Succeeded";
|
|
3389
|
+
};
|
|
3390
|
+
/**
|
|
3391
|
+
* @public
|
|
3392
|
+
*/
|
|
3393
|
+
export type StageExecutionStatus = (typeof StageExecutionStatus)[keyof typeof StageExecutionStatus];
|
|
3394
|
+
/**
|
|
3395
|
+
* <p>Represents information about the run of a stage.</p>
|
|
3396
|
+
* @public
|
|
3397
|
+
*/
|
|
3398
|
+
export interface StageExecution {
|
|
3399
|
+
/**
|
|
3400
|
+
* <p>The ID of the pipeline execution associated with the stage.</p>
|
|
3401
|
+
* @public
|
|
3402
|
+
*/
|
|
3403
|
+
pipelineExecutionId: string | undefined;
|
|
3404
|
+
/**
|
|
3405
|
+
* <p>The status of the stage, or for a completed stage, the last status of the
|
|
3406
|
+
* stage.</p>
|
|
3407
|
+
* <note>
|
|
3408
|
+
* <p>A status of cancelled means that the pipeline’s definition was updated before the
|
|
3409
|
+
* stage execution could be completed.</p>
|
|
3410
|
+
* </note>
|
|
3411
|
+
* @public
|
|
3412
|
+
*/
|
|
3413
|
+
status: StageExecutionStatus | undefined;
|
|
3414
|
+
/**
|
|
3415
|
+
* <p>The type of pipeline execution for the stage, such as a rollback pipeline
|
|
3416
|
+
* execution.</p>
|
|
3417
|
+
* @public
|
|
3418
|
+
*/
|
|
3419
|
+
type?: ExecutionType | undefined;
|
|
3420
|
+
}
|
|
3421
|
+
/**
|
|
3422
|
+
* <p>Represents information about the state of transitions between one stage and another
|
|
3423
|
+
* stage.</p>
|
|
3424
|
+
* @public
|
|
3425
|
+
*/
|
|
3426
|
+
export interface TransitionState {
|
|
3427
|
+
/**
|
|
3428
|
+
* <p>Whether the transition between stages is enabled (true) or disabled
|
|
3429
|
+
* (false).</p>
|
|
3430
|
+
* @public
|
|
3431
|
+
*/
|
|
3432
|
+
enabled?: boolean | undefined;
|
|
3433
|
+
/**
|
|
3434
|
+
* <p>The ID of the user who last changed the transition state.</p>
|
|
3435
|
+
* @public
|
|
3436
|
+
*/
|
|
3437
|
+
lastChangedBy?: string | undefined;
|
|
3438
|
+
/**
|
|
3439
|
+
* <p>The timestamp when the transition state was last changed.</p>
|
|
3440
|
+
* @public
|
|
3441
|
+
*/
|
|
3442
|
+
lastChangedAt?: Date | undefined;
|
|
3443
|
+
/**
|
|
3444
|
+
* <p>The user-specified reason why the transition between two stages of a pipeline was
|
|
3445
|
+
* disabled.</p>
|
|
3446
|
+
* @public
|
|
3447
|
+
*/
|
|
3448
|
+
disabledReason?: string | undefined;
|
|
3449
|
+
}
|
|
3450
|
+
/**
|
|
3451
|
+
* @public
|
|
3452
|
+
* @enum
|
|
3453
|
+
*/
|
|
3454
|
+
export declare const RetryTrigger: {
|
|
3455
|
+
readonly AutomatedStageRetry: "AutomatedStageRetry";
|
|
3456
|
+
readonly ManualStageRetry: "ManualStageRetry";
|
|
3457
|
+
};
|
|
3458
|
+
/**
|
|
3459
|
+
* @public
|
|
3460
|
+
*/
|
|
3461
|
+
export type RetryTrigger = (typeof RetryTrigger)[keyof typeof RetryTrigger];
|
|
3462
|
+
/**
|
|
3463
|
+
* <p>The details of a specific automatic retry on stage failure, including the attempt
|
|
3464
|
+
* number and trigger.</p>
|
|
3465
|
+
* @public
|
|
3466
|
+
*/
|
|
3467
|
+
export interface RetryStageMetadata {
|
|
3468
|
+
/**
|
|
3469
|
+
* <p>The number of attempts for a specific stage with automatic retry on stage failure. One
|
|
3470
|
+
* attempt is allowed for automatic stage retry on failure.</p>
|
|
3471
|
+
* @public
|
|
3472
|
+
*/
|
|
3473
|
+
autoStageRetryAttempt?: number | undefined;
|
|
3474
|
+
/**
|
|
3475
|
+
* <p>The number of attempts for a specific stage where manual retries have been made upon
|
|
3476
|
+
* stage failure.</p>
|
|
3477
|
+
* @public
|
|
3478
|
+
*/
|
|
3479
|
+
manualStageRetryAttempt?: number | undefined;
|
|
3480
|
+
/**
|
|
3481
|
+
* <p>The latest trigger for a specific stage where manual or automatic retries have been
|
|
3482
|
+
* made upon stage failure.</p>
|
|
3483
|
+
* @public
|
|
3484
|
+
*/
|
|
3485
|
+
latestRetryTrigger?: RetryTrigger | undefined;
|
|
3486
|
+
}
|
|
3487
|
+
/**
|
|
3488
|
+
* <p>Represents information about the state of the stage.</p>
|
|
3489
|
+
* @public
|
|
3490
|
+
*/
|
|
3491
|
+
export interface StageState {
|
|
3492
|
+
/**
|
|
3493
|
+
* <p>The name of the stage.</p>
|
|
3494
|
+
* @public
|
|
3495
|
+
*/
|
|
3496
|
+
stageName?: string | undefined;
|
|
3497
|
+
/**
|
|
3498
|
+
* <p>Represents information about the run of a stage.</p>
|
|
3499
|
+
* @public
|
|
3500
|
+
*/
|
|
3501
|
+
inboundExecution?: StageExecution | undefined;
|
|
3502
|
+
/**
|
|
3503
|
+
* <p>The inbound executions for a stage.</p>
|
|
3504
|
+
* @public
|
|
3505
|
+
*/
|
|
3506
|
+
inboundExecutions?: StageExecution[] | undefined;
|
|
3507
|
+
/**
|
|
3508
|
+
* <p>The state of the inbound transition, which is either enabled or disabled.</p>
|
|
3509
|
+
* @public
|
|
3510
|
+
*/
|
|
3511
|
+
inboundTransitionState?: TransitionState | undefined;
|
|
3512
|
+
/**
|
|
3513
|
+
* <p>The state of the stage.</p>
|
|
3514
|
+
* @public
|
|
3515
|
+
*/
|
|
3516
|
+
actionStates?: ActionState[] | undefined;
|
|
3517
|
+
/**
|
|
3518
|
+
* <p>Information about the latest execution in the stage, including its ID and
|
|
3519
|
+
* status.</p>
|
|
3520
|
+
* @public
|
|
3521
|
+
*/
|
|
3522
|
+
latestExecution?: StageExecution | undefined;
|
|
3523
|
+
/**
|
|
3524
|
+
* <p>The state of the entry conditions for a stage.</p>
|
|
3525
|
+
* @public
|
|
3526
|
+
*/
|
|
3527
|
+
beforeEntryConditionState?: StageConditionState | undefined;
|
|
3528
|
+
/**
|
|
3529
|
+
* <p>The state of the success conditions for a stage.</p>
|
|
3530
|
+
* @public
|
|
3531
|
+
*/
|
|
3532
|
+
onSuccessConditionState?: StageConditionState | undefined;
|
|
3533
|
+
/**
|
|
3534
|
+
* <p>The state of the failure conditions for a stage.</p>
|
|
3535
|
+
* @public
|
|
3536
|
+
*/
|
|
3537
|
+
onFailureConditionState?: StageConditionState | undefined;
|
|
3538
|
+
/**
|
|
3539
|
+
* <p>he details of a specific automatic retry on stage failure, including the attempt
|
|
3540
|
+
* number and trigger.</p>
|
|
3541
|
+
* @public
|
|
3542
|
+
*/
|
|
3543
|
+
retryStageMetadata?: RetryStageMetadata | undefined;
|
|
3544
|
+
}
|
|
3545
|
+
/**
|
|
3546
|
+
* <p>Represents the output of a <code>GetPipelineState</code> action.</p>
|
|
3547
|
+
* @public
|
|
3548
|
+
*/
|
|
3549
|
+
export interface GetPipelineStateOutput {
|
|
3550
|
+
/**
|
|
3551
|
+
* <p>The name of the pipeline for which you want to get the state.</p>
|
|
3552
|
+
* @public
|
|
3553
|
+
*/
|
|
3554
|
+
pipelineName?: string | undefined;
|
|
3555
|
+
/**
|
|
3556
|
+
* <p>The version number of the pipeline.</p>
|
|
3557
|
+
* <note>
|
|
3558
|
+
* <p>A newly created pipeline is always assigned a version number of
|
|
3559
|
+
* <code>1</code>.</p>
|
|
3560
|
+
* </note>
|
|
3561
|
+
* @public
|
|
3562
|
+
*/
|
|
3563
|
+
pipelineVersion?: number | undefined;
|
|
3564
|
+
/**
|
|
3565
|
+
* <p>A list of the pipeline stage output information, including stage name, state, most
|
|
3566
|
+
* recent run details, whether the stage is disabled, and other data.</p>
|
|
3567
|
+
* @public
|
|
3568
|
+
*/
|
|
3569
|
+
stageStates?: StageState[] | undefined;
|
|
3570
|
+
/**
|
|
3571
|
+
* <p>The date and time the pipeline was created, in timestamp format.</p>
|
|
3572
|
+
* @public
|
|
3573
|
+
*/
|
|
3574
|
+
created?: Date | undefined;
|
|
3575
|
+
/**
|
|
3576
|
+
* <p>The date and time the pipeline was last updated, in timestamp format.</p>
|
|
3577
|
+
* @public
|
|
3578
|
+
*/
|
|
3579
|
+
updated?: Date | undefined;
|
|
3580
|
+
}
|
|
3581
|
+
/**
|
|
3582
|
+
* <p>Represents the input of a <code>GetThirdPartyJobDetails</code> action.</p>
|
|
3583
|
+
* @public
|
|
3584
|
+
*/
|
|
3585
|
+
export interface GetThirdPartyJobDetailsInput {
|
|
3586
|
+
/**
|
|
3587
|
+
* <p>The unique system-generated ID used for identifying the job.</p>
|
|
3588
|
+
* @public
|
|
3589
|
+
*/
|
|
3590
|
+
jobId: string | undefined;
|
|
3591
|
+
/**
|
|
3592
|
+
* <p>The clientToken portion of the clientId and clientToken pair used to verify that
|
|
3593
|
+
* the calling entity is allowed access to the job and its details.</p>
|
|
3594
|
+
* @public
|
|
3595
|
+
*/
|
|
3596
|
+
clientToken: string | undefined;
|
|
3597
|
+
}
|
|
3598
|
+
/**
|
|
3599
|
+
* <p>Represents information about the job data for a partner action.</p>
|
|
3036
3600
|
* @public
|
|
3037
3601
|
*/
|
|
3038
3602
|
export interface ThirdPartyJobData {
|
|
@@ -3040,12 +3604,12 @@ export interface ThirdPartyJobData {
|
|
|
3040
3604
|
* <p>Represents information about an action type.</p>
|
|
3041
3605
|
* @public
|
|
3042
3606
|
*/
|
|
3043
|
-
actionTypeId?: ActionTypeId;
|
|
3607
|
+
actionTypeId?: ActionTypeId | undefined;
|
|
3044
3608
|
/**
|
|
3045
3609
|
* <p>Represents information about an action configuration.</p>
|
|
3046
3610
|
* @public
|
|
3047
3611
|
*/
|
|
3048
|
-
actionConfiguration?: ActionConfiguration;
|
|
3612
|
+
actionConfiguration?: ActionConfiguration | undefined;
|
|
3049
3613
|
/**
|
|
3050
3614
|
* <p>Represents information about a pipeline to a job worker.</p>
|
|
3051
3615
|
* <note>
|
|
@@ -3054,7 +3618,7 @@ export interface ThirdPartyJobData {
|
|
|
3054
3618
|
* </note>
|
|
3055
3619
|
* @public
|
|
3056
3620
|
*/
|
|
3057
|
-
pipelineContext?: PipelineContext;
|
|
3621
|
+
pipelineContext?: PipelineContext | undefined;
|
|
3058
3622
|
/**
|
|
3059
3623
|
* <p>The name of the artifact that is worked on by the action, if any. This name might
|
|
3060
3624
|
* be system-generated, such as "MyApp", or it might be defined by the user when the action
|
|
@@ -3062,14 +3626,14 @@ export interface ThirdPartyJobData {
|
|
|
3062
3626
|
* by an action in an earlier action or stage of the pipeline.</p>
|
|
3063
3627
|
* @public
|
|
3064
3628
|
*/
|
|
3065
|
-
inputArtifacts?: Artifact[];
|
|
3629
|
+
inputArtifacts?: Artifact[] | undefined;
|
|
3066
3630
|
/**
|
|
3067
3631
|
* <p>The name of the artifact that is the result of the action, if any. This name might
|
|
3068
3632
|
* be system-generated, such as "MyBuiltApp", or it might be defined by the user when the
|
|
3069
3633
|
* action is created.</p>
|
|
3070
3634
|
* @public
|
|
3071
3635
|
*/
|
|
3072
|
-
outputArtifacts?: Artifact[];
|
|
3636
|
+
outputArtifacts?: Artifact[] | undefined;
|
|
3073
3637
|
/**
|
|
3074
3638
|
* <p>Represents an Amazon Web Services session credentials object. These credentials are
|
|
3075
3639
|
* temporary credentials that are issued by Amazon Web Services Secure Token Service (STS).
|
|
@@ -3077,20 +3641,20 @@ export interface ThirdPartyJobData {
|
|
|
3077
3641
|
* artifact for the pipeline in CodePipeline. </p>
|
|
3078
3642
|
* @public
|
|
3079
3643
|
*/
|
|
3080
|
-
artifactCredentials?: AWSSessionCredentials;
|
|
3644
|
+
artifactCredentials?: AWSSessionCredentials | undefined;
|
|
3081
3645
|
/**
|
|
3082
3646
|
* <p>A system-generated token, such as a CodeDeploy deployment ID, that a job requires
|
|
3083
3647
|
* to continue the job asynchronously.</p>
|
|
3084
3648
|
* @public
|
|
3085
3649
|
*/
|
|
3086
|
-
continuationToken?: string;
|
|
3650
|
+
continuationToken?: string | undefined;
|
|
3087
3651
|
/**
|
|
3088
3652
|
* <p>The encryption key used to encrypt and decrypt data in the artifact store for the
|
|
3089
3653
|
* pipeline, such as an Amazon Web Services Key Management Service (Amazon Web Services KMS)
|
|
3090
3654
|
* key. This is optional and might not be present.</p>
|
|
3091
3655
|
* @public
|
|
3092
3656
|
*/
|
|
3093
|
-
encryptionKey?: EncryptionKey;
|
|
3657
|
+
encryptionKey?: EncryptionKey | undefined;
|
|
3094
3658
|
}
|
|
3095
3659
|
/**
|
|
3096
3660
|
* <p>The details of a job sent in response to a <code>GetThirdPartyJobDetails</code>
|
|
@@ -3102,18 +3666,18 @@ export interface ThirdPartyJobDetails {
|
|
|
3102
3666
|
* <p>The identifier used to identify the job details in CodePipeline.</p>
|
|
3103
3667
|
* @public
|
|
3104
3668
|
*/
|
|
3105
|
-
id?: string;
|
|
3669
|
+
id?: string | undefined;
|
|
3106
3670
|
/**
|
|
3107
3671
|
* <p>The data to be returned by the third party job worker.</p>
|
|
3108
3672
|
* @public
|
|
3109
3673
|
*/
|
|
3110
|
-
data?: ThirdPartyJobData;
|
|
3674
|
+
data?: ThirdPartyJobData | undefined;
|
|
3111
3675
|
/**
|
|
3112
3676
|
* <p>A system-generated random number that CodePipeline uses to ensure that the
|
|
3113
3677
|
* job is being worked on by only one job worker. Use this number in an <a>AcknowledgeThirdPartyJob</a> request.</p>
|
|
3114
3678
|
* @public
|
|
3115
3679
|
*/
|
|
3116
|
-
nonce?: string;
|
|
3680
|
+
nonce?: string | undefined;
|
|
3117
3681
|
}
|
|
3118
3682
|
/**
|
|
3119
3683
|
* <p>Represents the output of a <code>GetThirdPartyJobDetails</code> action.</p>
|
|
@@ -3125,7 +3689,7 @@ export interface GetThirdPartyJobDetailsOutput {
|
|
|
3125
3689
|
* job.</p>
|
|
3126
3690
|
* @public
|
|
3127
3691
|
*/
|
|
3128
|
-
jobDetails?: ThirdPartyJobDetails;
|
|
3692
|
+
jobDetails?: ThirdPartyJobDetails | undefined;
|
|
3129
3693
|
}
|
|
3130
3694
|
/**
|
|
3131
3695
|
* <p>The job was specified in an invalid format or cannot be found.</p>
|
|
@@ -3165,25 +3729,21 @@ export interface ListActionExecutionsInput {
|
|
|
3165
3729
|
* <p>Input information used to filter action execution history.</p>
|
|
3166
3730
|
* @public
|
|
3167
3731
|
*/
|
|
3168
|
-
filter?: ActionExecutionFilter;
|
|
3732
|
+
filter?: ActionExecutionFilter | undefined;
|
|
3169
3733
|
/**
|
|
3170
3734
|
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
3171
3735
|
* results, make another call with the returned nextToken value. Action execution history
|
|
3172
3736
|
* is retained for up to 12 months, based on action execution start times. Default value is
|
|
3173
3737
|
* 100. </p>
|
|
3174
|
-
* <note>
|
|
3175
|
-
* <p>Detailed execution history is available for executions run on or after February
|
|
3176
|
-
* 21, 2019.</p>
|
|
3177
|
-
* </note>
|
|
3178
3738
|
* @public
|
|
3179
3739
|
*/
|
|
3180
|
-
maxResults?: number;
|
|
3740
|
+
maxResults?: number | undefined;
|
|
3181
3741
|
/**
|
|
3182
3742
|
* <p>The token that was returned from the previous <code>ListActionExecutions</code> call,
|
|
3183
3743
|
* which can be used to return the next set of action executions in the list.</p>
|
|
3184
3744
|
* @public
|
|
3185
3745
|
*/
|
|
3186
|
-
nextToken?: string;
|
|
3746
|
+
nextToken?: string | undefined;
|
|
3187
3747
|
}
|
|
3188
3748
|
/**
|
|
3189
3749
|
* @public
|
|
@@ -3193,14 +3753,14 @@ export interface ListActionExecutionsOutput {
|
|
|
3193
3753
|
* <p>The details for a list of recent executions, such as action execution ID.</p>
|
|
3194
3754
|
* @public
|
|
3195
3755
|
*/
|
|
3196
|
-
actionExecutionDetails?: ActionExecutionDetail[];
|
|
3756
|
+
actionExecutionDetails?: ActionExecutionDetail[] | undefined;
|
|
3197
3757
|
/**
|
|
3198
3758
|
* <p>If the amount of returned information is significantly large, an identifier is also
|
|
3199
3759
|
* returned and can be used in a subsequent <code>ListActionExecutions</code> call to
|
|
3200
3760
|
* return the next set of action executions in the list.</p>
|
|
3201
3761
|
* @public
|
|
3202
3762
|
*/
|
|
3203
|
-
nextToken?: string;
|
|
3763
|
+
nextToken?: string | undefined;
|
|
3204
3764
|
}
|
|
3205
3765
|
/**
|
|
3206
3766
|
* <p>Represents the input of a <code>ListActionTypes</code> action.</p>
|
|
@@ -3211,18 +3771,18 @@ export interface ListActionTypesInput {
|
|
|
3211
3771
|
* <p>Filters the list of action types to those created by a specified entity.</p>
|
|
3212
3772
|
* @public
|
|
3213
3773
|
*/
|
|
3214
|
-
actionOwnerFilter?: ActionOwner;
|
|
3774
|
+
actionOwnerFilter?: ActionOwner | undefined;
|
|
3215
3775
|
/**
|
|
3216
3776
|
* <p>An identifier that was returned from the previous list action types call, which can
|
|
3217
3777
|
* be used to return the next set of action types in the list.</p>
|
|
3218
3778
|
* @public
|
|
3219
3779
|
*/
|
|
3220
|
-
nextToken?: string;
|
|
3780
|
+
nextToken?: string | undefined;
|
|
3221
3781
|
/**
|
|
3222
3782
|
* <p>The Region to filter on for the list of action types.</p>
|
|
3223
3783
|
* @public
|
|
3224
3784
|
*/
|
|
3225
|
-
regionFilter?: string;
|
|
3785
|
+
regionFilter?: string | undefined;
|
|
3226
3786
|
}
|
|
3227
3787
|
/**
|
|
3228
3788
|
* <p>Represents the output of a <code>ListActionTypes</code> action.</p>
|
|
@@ -3240,19 +3800,20 @@ export interface ListActionTypesOutput {
|
|
|
3240
3800
|
* of action types in the list.</p>
|
|
3241
3801
|
* @public
|
|
3242
3802
|
*/
|
|
3243
|
-
nextToken?: string;
|
|
3803
|
+
nextToken?: string | undefined;
|
|
3244
3804
|
}
|
|
3245
3805
|
/**
|
|
3246
|
-
* <p>Filter for pipeline executions that have successfully completed the stage in the
|
|
3806
|
+
* <p>Filter for pipeline executions that have successfully completed the stage in the
|
|
3807
|
+
* current pipeline version.</p>
|
|
3247
3808
|
* @public
|
|
3248
3809
|
*/
|
|
3249
3810
|
export interface SucceededInStageFilter {
|
|
3250
3811
|
/**
|
|
3251
|
-
* <p>The name of the stage for filtering for pipeline executions where the stage was
|
|
3252
|
-
* version.</p>
|
|
3812
|
+
* <p>The name of the stage for filtering for pipeline executions where the stage was
|
|
3813
|
+
* successful in the current pipeline version.</p>
|
|
3253
3814
|
* @public
|
|
3254
3815
|
*/
|
|
3255
|
-
stageName?: string;
|
|
3816
|
+
stageName?: string | undefined;
|
|
3256
3817
|
}
|
|
3257
3818
|
/**
|
|
3258
3819
|
* <p>The pipeline execution to filter on.</p>
|
|
@@ -3264,7 +3825,7 @@ export interface PipelineExecutionFilter {
|
|
|
3264
3825
|
* version.</p>
|
|
3265
3826
|
* @public
|
|
3266
3827
|
*/
|
|
3267
|
-
succeededInStage?: SucceededInStageFilter;
|
|
3828
|
+
succeededInStage?: SucceededInStageFilter | undefined;
|
|
3268
3829
|
}
|
|
3269
3830
|
/**
|
|
3270
3831
|
* <p>Represents the input of a <code>ListPipelineExecutions</code> action.</p>
|
|
@@ -3284,19 +3845,19 @@ export interface ListPipelineExecutionsInput {
|
|
|
3284
3845
|
* value is 100.</p>
|
|
3285
3846
|
* @public
|
|
3286
3847
|
*/
|
|
3287
|
-
maxResults?: number;
|
|
3848
|
+
maxResults?: number | undefined;
|
|
3288
3849
|
/**
|
|
3289
3850
|
* <p>The pipeline execution to filter on.</p>
|
|
3290
3851
|
* @public
|
|
3291
3852
|
*/
|
|
3292
|
-
filter?: PipelineExecutionFilter;
|
|
3853
|
+
filter?: PipelineExecutionFilter | undefined;
|
|
3293
3854
|
/**
|
|
3294
3855
|
* <p>The token that was returned from the previous <code>ListPipelineExecutions</code>
|
|
3295
3856
|
* call, which can be used to return the next set of pipeline executions in the
|
|
3296
3857
|
* list.</p>
|
|
3297
3858
|
* @public
|
|
3298
3859
|
*/
|
|
3299
|
-
nextToken?: string;
|
|
3860
|
+
nextToken?: string | undefined;
|
|
3300
3861
|
}
|
|
3301
3862
|
/**
|
|
3302
3863
|
* <p>Information about the version (or revision) of a source artifact that initiated a
|
|
@@ -3315,7 +3876,7 @@ export interface SourceRevision {
|
|
|
3315
3876
|
* artifact.</p>
|
|
3316
3877
|
* @public
|
|
3317
3878
|
*/
|
|
3318
|
-
revisionId?: string;
|
|
3879
|
+
revisionId?: string | undefined;
|
|
3319
3880
|
/**
|
|
3320
3881
|
* <p>Summary information about the most recent revision of the artifact. For GitHub and
|
|
3321
3882
|
* CodeCommit repositories, the commit message. For Amazon S3 buckets or actions,
|
|
@@ -3323,13 +3884,13 @@ export interface SourceRevision {
|
|
|
3323
3884
|
* specified in the object metadata.</p>
|
|
3324
3885
|
* @public
|
|
3325
3886
|
*/
|
|
3326
|
-
revisionSummary?: string;
|
|
3887
|
+
revisionSummary?: string | undefined;
|
|
3327
3888
|
/**
|
|
3328
3889
|
* <p>The commit ID for the artifact revision. For artifacts stored in GitHub or
|
|
3329
3890
|
* CodeCommit repositories, the commit ID is linked to a commit details page.</p>
|
|
3330
3891
|
* @public
|
|
3331
3892
|
*/
|
|
3332
|
-
revisionUrl?: string;
|
|
3893
|
+
revisionUrl?: string | undefined;
|
|
3333
3894
|
}
|
|
3334
3895
|
/**
|
|
3335
3896
|
* <p>The interaction that stopped a pipeline execution.</p>
|
|
@@ -3340,7 +3901,7 @@ export interface StopExecutionTrigger {
|
|
|
3340
3901
|
* <p>The user-specified reason the pipeline was stopped.</p>
|
|
3341
3902
|
* @public
|
|
3342
3903
|
*/
|
|
3343
|
-
reason?: string;
|
|
3904
|
+
reason?: string | undefined;
|
|
3344
3905
|
}
|
|
3345
3906
|
/**
|
|
3346
3907
|
* <p>Summary information about a pipeline execution.</p>
|
|
@@ -3351,7 +3912,7 @@ export interface PipelineExecutionSummary {
|
|
|
3351
3912
|
* <p>The ID of the pipeline execution.</p>
|
|
3352
3913
|
* @public
|
|
3353
3914
|
*/
|
|
3354
|
-
pipelineExecutionId?: string;
|
|
3915
|
+
pipelineExecutionId?: string | undefined;
|
|
3355
3916
|
/**
|
|
3356
3917
|
* <p>The status of the pipeline execution.</p>
|
|
3357
3918
|
* <ul>
|
|
@@ -3381,169 +3942,531 @@ export interface PipelineExecutionSummary {
|
|
|
3381
3942
|
* </ul>
|
|
3382
3943
|
* @public
|
|
3383
3944
|
*/
|
|
3384
|
-
status?: PipelineExecutionStatus;
|
|
3945
|
+
status?: PipelineExecutionStatus | undefined;
|
|
3946
|
+
/**
|
|
3947
|
+
* <p>Status summary for the pipeline.</p>
|
|
3948
|
+
* @public
|
|
3949
|
+
*/
|
|
3950
|
+
statusSummary?: string | undefined;
|
|
3951
|
+
/**
|
|
3952
|
+
* <p>The date and time when the pipeline execution began, in timestamp format.</p>
|
|
3953
|
+
* @public
|
|
3954
|
+
*/
|
|
3955
|
+
startTime?: Date | undefined;
|
|
3956
|
+
/**
|
|
3957
|
+
* <p>The date and time of the last change to the pipeline execution, in timestamp
|
|
3958
|
+
* format.</p>
|
|
3959
|
+
* @public
|
|
3960
|
+
*/
|
|
3961
|
+
lastUpdateTime?: Date | undefined;
|
|
3962
|
+
/**
|
|
3963
|
+
* <p>A list of the source artifact revisions that initiated a pipeline
|
|
3964
|
+
* execution.</p>
|
|
3965
|
+
* @public
|
|
3966
|
+
*/
|
|
3967
|
+
sourceRevisions?: SourceRevision[] | undefined;
|
|
3968
|
+
/**
|
|
3969
|
+
* <p>The interaction or event that started a pipeline execution, such as automated change
|
|
3970
|
+
* detection or a <code>StartPipelineExecution</code> API call.</p>
|
|
3971
|
+
* @public
|
|
3972
|
+
*/
|
|
3973
|
+
trigger?: ExecutionTrigger | undefined;
|
|
3974
|
+
/**
|
|
3975
|
+
* <p>The interaction that stopped a pipeline execution.</p>
|
|
3976
|
+
* @public
|
|
3977
|
+
*/
|
|
3978
|
+
stopTrigger?: StopExecutionTrigger | undefined;
|
|
3979
|
+
/**
|
|
3980
|
+
* <p>The method that the pipeline will use to handle multiple executions. The default
|
|
3981
|
+
* mode is SUPERSEDED.</p>
|
|
3982
|
+
* @public
|
|
3983
|
+
*/
|
|
3984
|
+
executionMode?: ExecutionMode | undefined;
|
|
3985
|
+
/**
|
|
3986
|
+
* <p>Type of the pipeline execution.</p>
|
|
3987
|
+
* @public
|
|
3988
|
+
*/
|
|
3989
|
+
executionType?: ExecutionType | undefined;
|
|
3990
|
+
/**
|
|
3991
|
+
* <p>The metadata for the stage execution to be rolled back.</p>
|
|
3992
|
+
* @public
|
|
3993
|
+
*/
|
|
3994
|
+
rollbackMetadata?: PipelineRollbackMetadata | undefined;
|
|
3995
|
+
}
|
|
3996
|
+
/**
|
|
3997
|
+
* <p>Represents the output of a <code>ListPipelineExecutions</code> action.</p>
|
|
3998
|
+
* @public
|
|
3999
|
+
*/
|
|
4000
|
+
export interface ListPipelineExecutionsOutput {
|
|
4001
|
+
/**
|
|
4002
|
+
* <p>A list of executions in the history of a pipeline.</p>
|
|
4003
|
+
* @public
|
|
4004
|
+
*/
|
|
4005
|
+
pipelineExecutionSummaries?: PipelineExecutionSummary[] | undefined;
|
|
4006
|
+
/**
|
|
4007
|
+
* <p>A token that can be used in the next <code>ListPipelineExecutions</code> call. To
|
|
4008
|
+
* view all items in the list, continue to call this operation with each subsequent token
|
|
4009
|
+
* until no more nextToken values are returned.</p>
|
|
4010
|
+
* @public
|
|
4011
|
+
*/
|
|
4012
|
+
nextToken?: string | undefined;
|
|
4013
|
+
}
|
|
4014
|
+
/**
|
|
4015
|
+
* <p>Represents the input of a <code>ListPipelines</code> action.</p>
|
|
4016
|
+
* @public
|
|
4017
|
+
*/
|
|
4018
|
+
export interface ListPipelinesInput {
|
|
4019
|
+
/**
|
|
4020
|
+
* <p>An identifier that was returned from the previous list pipelines call. It can be
|
|
4021
|
+
* used to return the next set of pipelines in the list.</p>
|
|
4022
|
+
* @public
|
|
4023
|
+
*/
|
|
4024
|
+
nextToken?: string | undefined;
|
|
4025
|
+
/**
|
|
4026
|
+
* <p>The maximum number of pipelines to return in a single call. To retrieve the remaining
|
|
4027
|
+
* pipelines, make another call with the returned nextToken value. The minimum value you
|
|
4028
|
+
* can specify is 1. The maximum accepted value is 1000.</p>
|
|
4029
|
+
* @public
|
|
4030
|
+
*/
|
|
4031
|
+
maxResults?: number | undefined;
|
|
4032
|
+
}
|
|
4033
|
+
/**
|
|
4034
|
+
* <p>Returns a summary of a pipeline.</p>
|
|
4035
|
+
* @public
|
|
4036
|
+
*/
|
|
4037
|
+
export interface PipelineSummary {
|
|
4038
|
+
/**
|
|
4039
|
+
* <p>The name of the pipeline.</p>
|
|
4040
|
+
* @public
|
|
4041
|
+
*/
|
|
4042
|
+
name?: string | undefined;
|
|
4043
|
+
/**
|
|
4044
|
+
* <p>The version number of the pipeline.</p>
|
|
4045
|
+
* @public
|
|
4046
|
+
*/
|
|
4047
|
+
version?: number | undefined;
|
|
4048
|
+
/**
|
|
4049
|
+
* <p>CodePipeline provides the following pipeline types, which differ in
|
|
4050
|
+
* characteristics and price, so that you can tailor your pipeline features and cost to the
|
|
4051
|
+
* needs of your applications.</p>
|
|
4052
|
+
* <ul>
|
|
4053
|
+
* <li>
|
|
4054
|
+
* <p>V1 type pipelines have a JSON structure that contains standard pipeline,
|
|
4055
|
+
* stage, and action-level parameters.</p>
|
|
4056
|
+
* </li>
|
|
4057
|
+
* <li>
|
|
4058
|
+
* <p>V2 type pipelines have the same structure as a V1 type, along with additional
|
|
4059
|
+
* parameters for release safety and trigger configuration.</p>
|
|
4060
|
+
* </li>
|
|
4061
|
+
* </ul>
|
|
4062
|
+
* <important>
|
|
4063
|
+
* <p>Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when
|
|
4064
|
+
* creating or updating a pipeline will result in the pipeline having the V2 type of
|
|
4065
|
+
* pipeline and the associated costs.</p>
|
|
4066
|
+
* </important>
|
|
4067
|
+
* <p>For information about pricing for CodePipeline, see <a href="http://aws.amazon.com/codepipeline/pricing/">Pricing</a>.</p>
|
|
4068
|
+
* <p> For information about which type of pipeline to choose, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html">What type of
|
|
4069
|
+
* pipeline is right for me?</a>.</p>
|
|
4070
|
+
* @public
|
|
4071
|
+
*/
|
|
4072
|
+
pipelineType?: PipelineType | undefined;
|
|
4073
|
+
/**
|
|
4074
|
+
* <p>The method that the pipeline will use to handle multiple executions. The default
|
|
4075
|
+
* mode is SUPERSEDED.</p>
|
|
4076
|
+
* @public
|
|
4077
|
+
*/
|
|
4078
|
+
executionMode?: ExecutionMode | undefined;
|
|
4079
|
+
/**
|
|
4080
|
+
* <p>The date and time the pipeline was created, in timestamp format.</p>
|
|
4081
|
+
* @public
|
|
4082
|
+
*/
|
|
4083
|
+
created?: Date | undefined;
|
|
4084
|
+
/**
|
|
4085
|
+
* <p>The date and time of the last update to the pipeline, in timestamp
|
|
4086
|
+
* format.</p>
|
|
4087
|
+
* @public
|
|
4088
|
+
*/
|
|
4089
|
+
updated?: Date | undefined;
|
|
4090
|
+
}
|
|
4091
|
+
/**
|
|
4092
|
+
* <p>Represents the output of a <code>ListPipelines</code> action.</p>
|
|
4093
|
+
* @public
|
|
4094
|
+
*/
|
|
4095
|
+
export interface ListPipelinesOutput {
|
|
4096
|
+
/**
|
|
4097
|
+
* <p>The list of pipelines.</p>
|
|
4098
|
+
* @public
|
|
4099
|
+
*/
|
|
4100
|
+
pipelines?: PipelineSummary[] | undefined;
|
|
4101
|
+
/**
|
|
4102
|
+
* <p>If the amount of returned information is significantly large, an identifier is also
|
|
4103
|
+
* returned. It can be used in a subsequent list pipelines call to return the next set of
|
|
4104
|
+
* pipelines in the list.</p>
|
|
4105
|
+
* @public
|
|
4106
|
+
*/
|
|
4107
|
+
nextToken?: string | undefined;
|
|
4108
|
+
}
|
|
4109
|
+
/**
|
|
4110
|
+
* <p>Filter values for the rule execution.</p>
|
|
4111
|
+
* @public
|
|
4112
|
+
*/
|
|
4113
|
+
export interface RuleExecutionFilter {
|
|
4114
|
+
/**
|
|
4115
|
+
* <p>The pipeline execution ID used to filter rule execution history.</p>
|
|
4116
|
+
* @public
|
|
4117
|
+
*/
|
|
4118
|
+
pipelineExecutionId?: string | undefined;
|
|
4119
|
+
/**
|
|
4120
|
+
* <p>The field that specifies to filter on the latest execution in the
|
|
4121
|
+
* pipeline.</p>
|
|
4122
|
+
* <note>
|
|
4123
|
+
* <p>Filtering on the latest execution is available for executions run on or after
|
|
4124
|
+
* February 08, 2024.</p>
|
|
4125
|
+
* </note>
|
|
4126
|
+
* @public
|
|
4127
|
+
*/
|
|
4128
|
+
latestInPipelineExecution?: LatestInPipelineExecutionFilter | undefined;
|
|
4129
|
+
}
|
|
4130
|
+
/**
|
|
4131
|
+
* @public
|
|
4132
|
+
*/
|
|
4133
|
+
export interface ListRuleExecutionsInput {
|
|
4134
|
+
/**
|
|
4135
|
+
* <p>The name of the pipeline for which you want to get execution summary
|
|
4136
|
+
* information.</p>
|
|
4137
|
+
* @public
|
|
4138
|
+
*/
|
|
4139
|
+
pipelineName: string | undefined;
|
|
4140
|
+
/**
|
|
4141
|
+
* <p>Input information used to filter rule execution history.</p>
|
|
4142
|
+
* @public
|
|
4143
|
+
*/
|
|
4144
|
+
filter?: RuleExecutionFilter | undefined;
|
|
4145
|
+
/**
|
|
4146
|
+
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
4147
|
+
* results, make another call with the returned nextToken value. Pipeline history is
|
|
4148
|
+
* limited to the most recent 12 months, based on pipeline execution start times. Default
|
|
4149
|
+
* value is 100.</p>
|
|
4150
|
+
* @public
|
|
4151
|
+
*/
|
|
4152
|
+
maxResults?: number | undefined;
|
|
4153
|
+
/**
|
|
4154
|
+
* <p>The token that was returned from the previous <code>ListRuleExecutions</code> call,
|
|
4155
|
+
* which can be used to return the next set of rule executions in the list.</p>
|
|
4156
|
+
* @public
|
|
4157
|
+
*/
|
|
4158
|
+
nextToken?: string | undefined;
|
|
4159
|
+
}
|
|
4160
|
+
/**
|
|
4161
|
+
* <p>Input information used for a rule execution.</p>
|
|
4162
|
+
* @public
|
|
4163
|
+
*/
|
|
4164
|
+
export interface RuleExecutionInput {
|
|
4165
|
+
/**
|
|
4166
|
+
* <p>The ID for the rule type, which is made up of the combined values for category, owner,
|
|
4167
|
+
* provider, and version. For more
|
|
4168
|
+
* information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage conditions</a>.
|
|
4169
|
+
* For more information about rules, see the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html">CodePipeline rule
|
|
4170
|
+
* reference</a>.</p>
|
|
4171
|
+
* @public
|
|
4172
|
+
*/
|
|
4173
|
+
ruleTypeId?: RuleTypeId | undefined;
|
|
4174
|
+
/**
|
|
4175
|
+
* <p>Configuration data for a rule execution, such as the resolved values for that
|
|
4176
|
+
* run.</p>
|
|
4177
|
+
* @public
|
|
4178
|
+
*/
|
|
4179
|
+
configuration?: Record<string, string> | undefined;
|
|
4180
|
+
/**
|
|
4181
|
+
* <p>Configuration data for a rule execution with all variable references replaced with
|
|
4182
|
+
* their real values for the execution.</p>
|
|
4183
|
+
* @public
|
|
4184
|
+
*/
|
|
4185
|
+
resolvedConfiguration?: Record<string, string> | undefined;
|
|
4186
|
+
/**
|
|
4187
|
+
* <p>The ARN of the IAM service role that performs the declared rule. This is assumed
|
|
4188
|
+
* through the roleArn for the pipeline.</p>
|
|
4189
|
+
* @public
|
|
4190
|
+
*/
|
|
4191
|
+
roleArn?: string | undefined;
|
|
4192
|
+
/**
|
|
4193
|
+
* <p>The Amazon Web Services Region for the rule, such as us-east-1.</p>
|
|
4194
|
+
* @public
|
|
4195
|
+
*/
|
|
4196
|
+
region?: string | undefined;
|
|
4197
|
+
/**
|
|
4198
|
+
* <p>Details of input artifacts of the rule that correspond to the rule execution.</p>
|
|
4199
|
+
* @public
|
|
4200
|
+
*/
|
|
4201
|
+
inputArtifacts?: ArtifactDetail[] | undefined;
|
|
4202
|
+
}
|
|
4203
|
+
/**
|
|
4204
|
+
* <p>Execution result information, such as the external execution ID.</p>
|
|
4205
|
+
* @public
|
|
4206
|
+
*/
|
|
4207
|
+
export interface RuleExecutionResult {
|
|
4208
|
+
/**
|
|
4209
|
+
* <p>The external ID for the rule execution.</p>
|
|
4210
|
+
* @public
|
|
4211
|
+
*/
|
|
4212
|
+
externalExecutionId?: string | undefined;
|
|
4213
|
+
/**
|
|
4214
|
+
* <p>The external provider summary for the rule execution.</p>
|
|
4215
|
+
* @public
|
|
4216
|
+
*/
|
|
4217
|
+
externalExecutionSummary?: string | undefined;
|
|
4218
|
+
/**
|
|
4219
|
+
* <p>The deepest external link to the external resource (for example, a repository URL or
|
|
4220
|
+
* deployment endpoint) that is used when running the rule.</p>
|
|
4221
|
+
* @public
|
|
4222
|
+
*/
|
|
4223
|
+
externalExecutionUrl?: string | undefined;
|
|
4224
|
+
/**
|
|
4225
|
+
* <p>Represents information about an error in CodePipeline.</p>
|
|
4226
|
+
* @public
|
|
4227
|
+
*/
|
|
4228
|
+
errorDetails?: ErrorDetails | undefined;
|
|
4229
|
+
}
|
|
4230
|
+
/**
|
|
4231
|
+
* <p>Output details listed for a rule execution, such as the rule execution result.</p>
|
|
4232
|
+
* @public
|
|
4233
|
+
*/
|
|
4234
|
+
export interface RuleExecutionOutput {
|
|
4235
|
+
/**
|
|
4236
|
+
* <p>Execution result information listed in the output details for a rule execution.</p>
|
|
4237
|
+
* @public
|
|
4238
|
+
*/
|
|
4239
|
+
executionResult?: RuleExecutionResult | undefined;
|
|
4240
|
+
}
|
|
4241
|
+
/**
|
|
4242
|
+
* <p>The details of the runs for a rule and the results produced on an artifact as it
|
|
4243
|
+
* passes through stages in the pipeline.</p>
|
|
4244
|
+
* @public
|
|
4245
|
+
*/
|
|
4246
|
+
export interface RuleExecutionDetail {
|
|
4247
|
+
/**
|
|
4248
|
+
* <p>The ID of the pipeline execution in the stage where the rule was run. Use the <a>GetPipelineState</a> action to retrieve the current pipelineExecutionId of
|
|
4249
|
+
* the stage.</p>
|
|
4250
|
+
* @public
|
|
4251
|
+
*/
|
|
4252
|
+
pipelineExecutionId?: string | undefined;
|
|
4253
|
+
/**
|
|
4254
|
+
* <p>The ID of the run for the rule.</p>
|
|
4255
|
+
* @public
|
|
4256
|
+
*/
|
|
4257
|
+
ruleExecutionId?: string | undefined;
|
|
4258
|
+
/**
|
|
4259
|
+
* <p>The version number of the pipeline with the stage where the rule was run.</p>
|
|
4260
|
+
* @public
|
|
4261
|
+
*/
|
|
4262
|
+
pipelineVersion?: number | undefined;
|
|
4263
|
+
/**
|
|
4264
|
+
* <p>The name of the stage where the rule was run.</p>
|
|
4265
|
+
* @public
|
|
4266
|
+
*/
|
|
4267
|
+
stageName?: string | undefined;
|
|
4268
|
+
/**
|
|
4269
|
+
* <p>The name of the rule that was run in the stage.</p>
|
|
4270
|
+
* @public
|
|
4271
|
+
*/
|
|
4272
|
+
ruleName?: string | undefined;
|
|
4273
|
+
/**
|
|
4274
|
+
* <p>The start time of the rule execution.</p>
|
|
4275
|
+
* @public
|
|
4276
|
+
*/
|
|
4277
|
+
startTime?: Date | undefined;
|
|
4278
|
+
/**
|
|
4279
|
+
* <p>The date and time of the last change to the rule execution, in timestamp
|
|
4280
|
+
* format.</p>
|
|
4281
|
+
* @public
|
|
4282
|
+
*/
|
|
4283
|
+
lastUpdateTime?: Date | undefined;
|
|
4284
|
+
/**
|
|
4285
|
+
* <p>The ARN of the user who changed the rule execution details.</p>
|
|
4286
|
+
* @public
|
|
4287
|
+
*/
|
|
4288
|
+
updatedBy?: string | undefined;
|
|
4289
|
+
/**
|
|
4290
|
+
* <p>The status of the rule execution. Status categories are <code>InProgress</code>,
|
|
4291
|
+
* <code>Succeeded</code>, and <code>Failed</code>. </p>
|
|
4292
|
+
* @public
|
|
4293
|
+
*/
|
|
4294
|
+
status?: RuleExecutionStatus | undefined;
|
|
4295
|
+
/**
|
|
4296
|
+
* <p>Input details for the rule execution, such as role ARN, Region, and input
|
|
4297
|
+
* artifacts.</p>
|
|
4298
|
+
* @public
|
|
4299
|
+
*/
|
|
4300
|
+
input?: RuleExecutionInput | undefined;
|
|
4301
|
+
/**
|
|
4302
|
+
* <p>Output details for the rule execution, such as the rule execution result.</p>
|
|
4303
|
+
* @public
|
|
4304
|
+
*/
|
|
4305
|
+
output?: RuleExecutionOutput | undefined;
|
|
4306
|
+
}
|
|
4307
|
+
/**
|
|
4308
|
+
* @public
|
|
4309
|
+
*/
|
|
4310
|
+
export interface ListRuleExecutionsOutput {
|
|
4311
|
+
/**
|
|
4312
|
+
* <p>Details about the output for listing rule executions.</p>
|
|
4313
|
+
* @public
|
|
4314
|
+
*/
|
|
4315
|
+
ruleExecutionDetails?: RuleExecutionDetail[] | undefined;
|
|
4316
|
+
/**
|
|
4317
|
+
* <p>A token that can be used in the next <code>ListRuleExecutions</code> call. To view all
|
|
4318
|
+
* items in the list, continue to call this operation with each subsequent token until no
|
|
4319
|
+
* more nextToken values are returned.</p>
|
|
4320
|
+
* @public
|
|
4321
|
+
*/
|
|
4322
|
+
nextToken?: string | undefined;
|
|
4323
|
+
}
|
|
4324
|
+
/**
|
|
4325
|
+
* @public
|
|
4326
|
+
*/
|
|
4327
|
+
export interface ListRuleTypesInput {
|
|
3385
4328
|
/**
|
|
3386
|
-
* <p>
|
|
4329
|
+
* <p>The rule owner to filter on.</p>
|
|
3387
4330
|
* @public
|
|
3388
4331
|
*/
|
|
3389
|
-
|
|
4332
|
+
ruleOwnerFilter?: RuleOwner | undefined;
|
|
3390
4333
|
/**
|
|
3391
|
-
* <p>The
|
|
4334
|
+
* <p>The rule Region to filter on.</p>
|
|
3392
4335
|
* @public
|
|
3393
4336
|
*/
|
|
3394
|
-
|
|
4337
|
+
regionFilter?: string | undefined;
|
|
4338
|
+
}
|
|
4339
|
+
/**
|
|
4340
|
+
* @public
|
|
4341
|
+
* @enum
|
|
4342
|
+
*/
|
|
4343
|
+
export declare const RuleConfigurationPropertyType: {
|
|
4344
|
+
readonly Boolean: "Boolean";
|
|
4345
|
+
readonly Number: "Number";
|
|
4346
|
+
readonly String: "String";
|
|
4347
|
+
};
|
|
4348
|
+
/**
|
|
4349
|
+
* @public
|
|
4350
|
+
*/
|
|
4351
|
+
export type RuleConfigurationPropertyType = (typeof RuleConfigurationPropertyType)[keyof typeof RuleConfigurationPropertyType];
|
|
4352
|
+
/**
|
|
4353
|
+
* <p>Represents information about a rule configuration property.</p>
|
|
4354
|
+
* @public
|
|
4355
|
+
*/
|
|
4356
|
+
export interface RuleConfigurationProperty {
|
|
3395
4357
|
/**
|
|
3396
|
-
* <p>The
|
|
3397
|
-
* format.</p>
|
|
4358
|
+
* <p>The name of the rule configuration property.</p>
|
|
3398
4359
|
* @public
|
|
3399
4360
|
*/
|
|
3400
|
-
|
|
4361
|
+
name: string | undefined;
|
|
3401
4362
|
/**
|
|
3402
|
-
* <p>
|
|
3403
|
-
* execution.</p>
|
|
4363
|
+
* <p>Whether the configuration property is a required value.</p>
|
|
3404
4364
|
* @public
|
|
3405
4365
|
*/
|
|
3406
|
-
|
|
4366
|
+
required: boolean | undefined;
|
|
3407
4367
|
/**
|
|
3408
|
-
* <p>
|
|
3409
|
-
* detection or a <code>StartPipelineExecution</code> API call.</p>
|
|
4368
|
+
* <p>Whether the configuration property is a key.</p>
|
|
3410
4369
|
* @public
|
|
3411
4370
|
*/
|
|
3412
|
-
|
|
4371
|
+
key: boolean | undefined;
|
|
3413
4372
|
/**
|
|
3414
|
-
* <p>
|
|
4373
|
+
* <p>Whether the configuration property is secret.</p>
|
|
4374
|
+
* <p>When updating a pipeline, passing * * * * * without changing any other values of
|
|
4375
|
+
* the action preserves the previous value of the secret.</p>
|
|
3415
4376
|
* @public
|
|
3416
4377
|
*/
|
|
3417
|
-
|
|
4378
|
+
secret: boolean | undefined;
|
|
3418
4379
|
/**
|
|
3419
|
-
* <p>
|
|
3420
|
-
*
|
|
4380
|
+
* <p>Indicates whether the property can be queried.</p>
|
|
4381
|
+
* <p>If you create a pipeline with a condition and rule, and that rule contains a
|
|
4382
|
+
* queryable property, the value for that configuration property is subject to other
|
|
4383
|
+
* restrictions. The value must be less than or equal to twenty (20) characters. The value
|
|
4384
|
+
* can contain only alphanumeric characters, underscores, and hyphens.</p>
|
|
3421
4385
|
* @public
|
|
3422
4386
|
*/
|
|
3423
|
-
|
|
4387
|
+
queryable?: boolean | undefined;
|
|
3424
4388
|
/**
|
|
3425
|
-
* <p>
|
|
4389
|
+
* <p>The description of the action configuration property that is displayed to
|
|
4390
|
+
* users.</p>
|
|
3426
4391
|
* @public
|
|
3427
4392
|
*/
|
|
3428
|
-
|
|
4393
|
+
description?: string | undefined;
|
|
3429
4394
|
/**
|
|
3430
|
-
* <p>The
|
|
4395
|
+
* <p>The type of the configuration property.</p>
|
|
3431
4396
|
* @public
|
|
3432
4397
|
*/
|
|
3433
|
-
|
|
4398
|
+
type?: RuleConfigurationPropertyType | undefined;
|
|
3434
4399
|
}
|
|
3435
4400
|
/**
|
|
3436
|
-
* <p>
|
|
4401
|
+
* <p>Returns information about the settings for a rule type.</p>
|
|
3437
4402
|
* @public
|
|
3438
4403
|
*/
|
|
3439
|
-
export interface
|
|
4404
|
+
export interface RuleTypeSettings {
|
|
3440
4405
|
/**
|
|
3441
|
-
* <p>
|
|
4406
|
+
* <p>The URL of a sign-up page where users can sign up for an external service and perform
|
|
4407
|
+
* initial configuration of the action provided by that service.</p>
|
|
3442
4408
|
* @public
|
|
3443
4409
|
*/
|
|
3444
|
-
|
|
4410
|
+
thirdPartyConfigurationUrl?: string | undefined;
|
|
3445
4411
|
/**
|
|
3446
|
-
* <p>
|
|
3447
|
-
*
|
|
3448
|
-
*
|
|
4412
|
+
* <p>The URL returned to the CodePipeline console that provides a deep link to the
|
|
4413
|
+
* resources of the external system, such as the configuration page for a CodeDeploy
|
|
4414
|
+
* deployment group. This link is provided as part of the action display in the
|
|
4415
|
+
* pipeline.</p>
|
|
3449
4416
|
* @public
|
|
3450
4417
|
*/
|
|
3451
|
-
|
|
3452
|
-
}
|
|
3453
|
-
/**
|
|
3454
|
-
* <p>Represents the input of a <code>ListPipelines</code> action.</p>
|
|
3455
|
-
* @public
|
|
3456
|
-
*/
|
|
3457
|
-
export interface ListPipelinesInput {
|
|
4418
|
+
entityUrlTemplate?: string | undefined;
|
|
3458
4419
|
/**
|
|
3459
|
-
* <p>
|
|
3460
|
-
*
|
|
4420
|
+
* <p>The URL returned to the CodePipeline console that contains a link to the
|
|
4421
|
+
* top-level landing page for the external system, such as the console page for CodeDeploy.
|
|
4422
|
+
* This link is shown on the pipeline view page in the CodePipeline console and
|
|
4423
|
+
* provides a link to the execution entity of the external action.</p>
|
|
3461
4424
|
* @public
|
|
3462
4425
|
*/
|
|
3463
|
-
|
|
4426
|
+
executionUrlTemplate?: string | undefined;
|
|
3464
4427
|
/**
|
|
3465
|
-
* <p>The
|
|
3466
|
-
*
|
|
3467
|
-
* can specify is 1. The maximum accepted value is 1000.</p>
|
|
4428
|
+
* <p>The URL returned to the CodePipeline console that contains a link to the page
|
|
4429
|
+
* where customers can update or change the configuration of the external action.</p>
|
|
3468
4430
|
* @public
|
|
3469
4431
|
*/
|
|
3470
|
-
|
|
4432
|
+
revisionUrlTemplate?: string | undefined;
|
|
3471
4433
|
}
|
|
3472
4434
|
/**
|
|
3473
|
-
* <p>
|
|
4435
|
+
* <p>The rule type, which is made up of the combined values for category, owner, provider,
|
|
4436
|
+
* and version.</p>
|
|
3474
4437
|
* @public
|
|
3475
4438
|
*/
|
|
3476
|
-
export interface
|
|
3477
|
-
/**
|
|
3478
|
-
* <p>The name of the pipeline.</p>
|
|
3479
|
-
* @public
|
|
3480
|
-
*/
|
|
3481
|
-
name?: string;
|
|
3482
|
-
/**
|
|
3483
|
-
* <p>The version number of the pipeline.</p>
|
|
3484
|
-
* @public
|
|
3485
|
-
*/
|
|
3486
|
-
version?: number;
|
|
4439
|
+
export interface RuleType {
|
|
3487
4440
|
/**
|
|
3488
|
-
* <p>
|
|
3489
|
-
* characteristics and price, so that you can tailor your pipeline features and cost to the
|
|
3490
|
-
* needs of your applications.</p>
|
|
3491
|
-
* <ul>
|
|
3492
|
-
* <li>
|
|
3493
|
-
* <p>V1 type pipelines have a JSON structure that contains standard pipeline,
|
|
3494
|
-
* stage, and action-level parameters.</p>
|
|
3495
|
-
* </li>
|
|
3496
|
-
* <li>
|
|
3497
|
-
* <p>V2 type pipelines have the same structure as a V1 type, along with additional
|
|
3498
|
-
* parameters for release safety and trigger configuration.</p>
|
|
3499
|
-
* </li>
|
|
3500
|
-
* </ul>
|
|
3501
|
-
* <important>
|
|
3502
|
-
* <p>Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when
|
|
3503
|
-
* creating or updating a pipeline will result in the pipeline having the V2 type of
|
|
3504
|
-
* pipeline and the associated costs.</p>
|
|
3505
|
-
* </important>
|
|
3506
|
-
* <p>For information about pricing for CodePipeline, see <a href="http://aws.amazon.com/codepipeline/pricing/">Pricing</a>.</p>
|
|
3507
|
-
* <p> For information about which type of pipeline to choose, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html">What type of
|
|
3508
|
-
* pipeline is right for me?</a>.</p>
|
|
4441
|
+
* <p>Represents information about a rule type.</p>
|
|
3509
4442
|
* @public
|
|
3510
4443
|
*/
|
|
3511
|
-
|
|
4444
|
+
id: RuleTypeId | undefined;
|
|
3512
4445
|
/**
|
|
3513
|
-
* <p>
|
|
3514
|
-
* mode is SUPERSEDED.</p>
|
|
4446
|
+
* <p>Returns information about the settings for a rule type.</p>
|
|
3515
4447
|
* @public
|
|
3516
4448
|
*/
|
|
3517
|
-
|
|
4449
|
+
settings?: RuleTypeSettings | undefined;
|
|
3518
4450
|
/**
|
|
3519
|
-
* <p>The
|
|
4451
|
+
* <p>The configuration properties for the rule type.</p>
|
|
3520
4452
|
* @public
|
|
3521
4453
|
*/
|
|
3522
|
-
|
|
4454
|
+
ruleConfigurationProperties?: RuleConfigurationProperty[] | undefined;
|
|
3523
4455
|
/**
|
|
3524
|
-
* <p>
|
|
3525
|
-
* format.</p>
|
|
4456
|
+
* <p>Returns information about the details of an artifact.</p>
|
|
3526
4457
|
* @public
|
|
3527
4458
|
*/
|
|
3528
|
-
|
|
4459
|
+
inputArtifactDetails: ArtifactDetails | undefined;
|
|
3529
4460
|
}
|
|
3530
4461
|
/**
|
|
3531
|
-
* <p>Represents the output of a <code>ListPipelines</code> action.</p>
|
|
3532
4462
|
* @public
|
|
3533
4463
|
*/
|
|
3534
|
-
export interface
|
|
4464
|
+
export interface ListRuleTypesOutput {
|
|
3535
4465
|
/**
|
|
3536
|
-
* <p>
|
|
3537
|
-
* @public
|
|
3538
|
-
*/
|
|
3539
|
-
pipelines?: PipelineSummary[];
|
|
3540
|
-
/**
|
|
3541
|
-
* <p>If the amount of returned information is significantly large, an identifier is also
|
|
3542
|
-
* returned. It can be used in a subsequent list pipelines call to return the next set of
|
|
3543
|
-
* pipelines in the list.</p>
|
|
4466
|
+
* <p>Lists the rules that are configured for the condition.</p>
|
|
3544
4467
|
* @public
|
|
3545
4468
|
*/
|
|
3546
|
-
|
|
4469
|
+
ruleTypes: RuleType[] | undefined;
|
|
3547
4470
|
}
|
|
3548
4471
|
/**
|
|
3549
4472
|
* <p>The specified resource ARN is invalid.</p>
|
|
@@ -3572,12 +4495,12 @@ export interface ListTagsForResourceInput {
|
|
|
3572
4495
|
* call and does not use pagination.</p>
|
|
3573
4496
|
* @public
|
|
3574
4497
|
*/
|
|
3575
|
-
nextToken?: string;
|
|
4498
|
+
nextToken?: string | undefined;
|
|
3576
4499
|
/**
|
|
3577
4500
|
* <p>The maximum number of results to return in a single call.</p>
|
|
3578
4501
|
* @public
|
|
3579
4502
|
*/
|
|
3580
|
-
maxResults?: number;
|
|
4503
|
+
maxResults?: number | undefined;
|
|
3581
4504
|
}
|
|
3582
4505
|
/**
|
|
3583
4506
|
* @public
|
|
@@ -3587,7 +4510,7 @@ export interface ListTagsForResourceOutput {
|
|
|
3587
4510
|
* <p>The tags for the resource.</p>
|
|
3588
4511
|
* @public
|
|
3589
4512
|
*/
|
|
3590
|
-
tags?: Tag[];
|
|
4513
|
+
tags?: Tag[] | undefined;
|
|
3591
4514
|
/**
|
|
3592
4515
|
* <p>If the amount of returned information is significantly large, an identifier is also
|
|
3593
4516
|
* returned and can be used in a subsequent API call to return the next page of the list.
|
|
@@ -3595,7 +4518,7 @@ export interface ListTagsForResourceOutput {
|
|
|
3595
4518
|
* pagination.</p>
|
|
3596
4519
|
* @public
|
|
3597
4520
|
*/
|
|
3598
|
-
nextToken?: string;
|
|
4521
|
+
nextToken?: string | undefined;
|
|
3599
4522
|
}
|
|
3600
4523
|
/**
|
|
3601
4524
|
* <p>The resource was specified in an invalid format.</p>
|
|
@@ -3618,13 +4541,13 @@ export interface ListWebhooksInput {
|
|
|
3618
4541
|
* to return the next set of webhooks in the list.</p>
|
|
3619
4542
|
* @public
|
|
3620
4543
|
*/
|
|
3621
|
-
NextToken?: string;
|
|
4544
|
+
NextToken?: string | undefined;
|
|
3622
4545
|
/**
|
|
3623
4546
|
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
3624
4547
|
* results, make another call with the returned nextToken value.</p>
|
|
3625
4548
|
* @public
|
|
3626
4549
|
*/
|
|
3627
|
-
MaxResults?: number;
|
|
4550
|
+
MaxResults?: number | undefined;
|
|
3628
4551
|
}
|
|
3629
4552
|
/**
|
|
3630
4553
|
* @public
|
|
@@ -3650,13 +4573,25 @@ export interface WebhookAuthConfiguration {
|
|
|
3650
4573
|
* to a valid CIDR range.</p>
|
|
3651
4574
|
* @public
|
|
3652
4575
|
*/
|
|
3653
|
-
AllowedIPRange?: string;
|
|
4576
|
+
AllowedIPRange?: string | undefined;
|
|
3654
4577
|
/**
|
|
3655
4578
|
* <p>The property used to configure GitHub authentication. For GITHUB_HMAC, only the
|
|
3656
4579
|
* <code>SecretToken</code> property must be set.</p>
|
|
4580
|
+
* <important>
|
|
4581
|
+
* <p>When creating CodePipeline webhooks, do not use your own credentials or
|
|
4582
|
+
* reuse the same secret token across multiple webhooks. For optimal security, generate
|
|
4583
|
+
* a unique secret token for each webhook you create. The secret token is an arbitrary
|
|
4584
|
+
* string that you provide, which GitHub uses to compute and sign the webhook payloads
|
|
4585
|
+
* sent to CodePipeline, for protecting the integrity and authenticity of the
|
|
4586
|
+
* webhook payloads. Using your own credentials or reusing the same token across
|
|
4587
|
+
* multiple webhooks can lead to security vulnerabilities.</p>
|
|
4588
|
+
* </important>
|
|
4589
|
+
* <note>
|
|
4590
|
+
* <p>If a secret token was provided, it will be redacted in the response.</p>
|
|
4591
|
+
* </note>
|
|
3657
4592
|
* @public
|
|
3658
4593
|
*/
|
|
3659
|
-
SecretToken?: string;
|
|
4594
|
+
SecretToken?: string | undefined;
|
|
3660
4595
|
}
|
|
3661
4596
|
/**
|
|
3662
4597
|
* <p>The event criteria that specify when a webhook notification is sent to your
|
|
@@ -3684,7 +4619,7 @@ export interface WebhookFilterRule {
|
|
|
3684
4619
|
* action configuration properties for built-in action types, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirements">Pipeline Structure Reference Action Requirements</a>.</p>
|
|
3685
4620
|
* @public
|
|
3686
4621
|
*/
|
|
3687
|
-
matchEquals?: string;
|
|
4622
|
+
matchEquals?: string | undefined;
|
|
3688
4623
|
}
|
|
3689
4624
|
/**
|
|
3690
4625
|
* <p>Represents information about a webhook and its definition.</p>
|
|
@@ -3716,6 +4651,18 @@ export interface WebhookDefinition {
|
|
|
3716
4651
|
filters: WebhookFilterRule[] | undefined;
|
|
3717
4652
|
/**
|
|
3718
4653
|
* <p>Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.</p>
|
|
4654
|
+
* <important>
|
|
4655
|
+
* <p>When creating CodePipeline webhooks, do not use your own credentials or
|
|
4656
|
+
* reuse the same secret token across multiple webhooks. For optimal security, generate
|
|
4657
|
+
* a unique secret token for each webhook you create. The secret token is an arbitrary
|
|
4658
|
+
* string that you provide, which GitHub uses to compute and sign the webhook payloads
|
|
4659
|
+
* sent to CodePipeline, for protecting the integrity and authenticity of the
|
|
4660
|
+
* webhook payloads. Using your own credentials or reusing the same token across
|
|
4661
|
+
* multiple webhooks can lead to security vulnerabilities.</p>
|
|
4662
|
+
* </important>
|
|
4663
|
+
* <note>
|
|
4664
|
+
* <p>If a secret token was provided, it will be redacted in the response.</p>
|
|
4665
|
+
* </note>
|
|
3719
4666
|
* <ul>
|
|
3720
4667
|
* <li>
|
|
3721
4668
|
* <p>For information about the authentication scheme implemented by GITHUB_HMAC,
|
|
@@ -3769,28 +4716,28 @@ export interface ListWebhookItem {
|
|
|
3769
4716
|
* <p>The text of the error message about the webhook.</p>
|
|
3770
4717
|
* @public
|
|
3771
4718
|
*/
|
|
3772
|
-
errorMessage?: string;
|
|
4719
|
+
errorMessage?: string | undefined;
|
|
3773
4720
|
/**
|
|
3774
4721
|
* <p>The number code of the error.</p>
|
|
3775
4722
|
* @public
|
|
3776
4723
|
*/
|
|
3777
|
-
errorCode?: string;
|
|
4724
|
+
errorCode?: string | undefined;
|
|
3778
4725
|
/**
|
|
3779
4726
|
* <p>The date and time a webhook was last successfully triggered, in timestamp
|
|
3780
4727
|
* format.</p>
|
|
3781
4728
|
* @public
|
|
3782
4729
|
*/
|
|
3783
|
-
lastTriggered?: Date;
|
|
4730
|
+
lastTriggered?: Date | undefined;
|
|
3784
4731
|
/**
|
|
3785
4732
|
* <p>The Amazon Resource Name (ARN) of the webhook.</p>
|
|
3786
4733
|
* @public
|
|
3787
4734
|
*/
|
|
3788
|
-
arn?: string;
|
|
4735
|
+
arn?: string | undefined;
|
|
3789
4736
|
/**
|
|
3790
4737
|
* <p>Specifies the tags applied to the webhook.</p>
|
|
3791
4738
|
* @public
|
|
3792
4739
|
*/
|
|
3793
|
-
tags?: Tag[];
|
|
4740
|
+
tags?: Tag[] | undefined;
|
|
3794
4741
|
}
|
|
3795
4742
|
/**
|
|
3796
4743
|
* @public
|
|
@@ -3801,14 +4748,103 @@ export interface ListWebhooksOutput {
|
|
|
3801
4748
|
* call.</p>
|
|
3802
4749
|
* @public
|
|
3803
4750
|
*/
|
|
3804
|
-
webhooks?: ListWebhookItem[];
|
|
4751
|
+
webhooks?: ListWebhookItem[] | undefined;
|
|
3805
4752
|
/**
|
|
3806
4753
|
* <p>If the amount of returned information is significantly large, an identifier is also
|
|
3807
4754
|
* returned and can be used in a subsequent ListWebhooks call to return the next set of
|
|
3808
4755
|
* webhooks in the list. </p>
|
|
3809
4756
|
* @public
|
|
3810
4757
|
*/
|
|
3811
|
-
NextToken?: string;
|
|
4758
|
+
NextToken?: string | undefined;
|
|
4759
|
+
}
|
|
4760
|
+
/**
|
|
4761
|
+
* <p>The pipeline has reached the limit for concurrent pipeline executions.</p>
|
|
4762
|
+
* @public
|
|
4763
|
+
*/
|
|
4764
|
+
export declare class ConcurrentPipelineExecutionsLimitExceededException extends __BaseException {
|
|
4765
|
+
readonly name: "ConcurrentPipelineExecutionsLimitExceededException";
|
|
4766
|
+
readonly $fault: "client";
|
|
4767
|
+
/**
|
|
4768
|
+
* @internal
|
|
4769
|
+
*/
|
|
4770
|
+
constructor(opts: __ExceptionOptionType<ConcurrentPipelineExecutionsLimitExceededException, __BaseException>);
|
|
4771
|
+
}
|
|
4772
|
+
/**
|
|
4773
|
+
* <p>Unable to override because the condition does not allow overrides.</p>
|
|
4774
|
+
* @public
|
|
4775
|
+
*/
|
|
4776
|
+
export declare class ConditionNotOverridableException extends __BaseException {
|
|
4777
|
+
readonly name: "ConditionNotOverridableException";
|
|
4778
|
+
readonly $fault: "client";
|
|
4779
|
+
/**
|
|
4780
|
+
* @internal
|
|
4781
|
+
*/
|
|
4782
|
+
constructor(opts: __ExceptionOptionType<ConditionNotOverridableException, __BaseException>);
|
|
4783
|
+
}
|
|
4784
|
+
/**
|
|
4785
|
+
* <p>Your request cannot be handled because the pipeline is busy handling ongoing
|
|
4786
|
+
* activities. Try again later.</p>
|
|
4787
|
+
* @public
|
|
4788
|
+
*/
|
|
4789
|
+
export declare class ConflictException extends __BaseException {
|
|
4790
|
+
readonly name: "ConflictException";
|
|
4791
|
+
readonly $fault: "client";
|
|
4792
|
+
/**
|
|
4793
|
+
* @internal
|
|
4794
|
+
*/
|
|
4795
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
4796
|
+
}
|
|
4797
|
+
/**
|
|
4798
|
+
* <p>The stage has failed in a later run of the pipeline and the
|
|
4799
|
+
* <code>pipelineExecutionId</code> associated with the request is out of
|
|
4800
|
+
* date.</p>
|
|
4801
|
+
* @public
|
|
4802
|
+
*/
|
|
4803
|
+
export declare class NotLatestPipelineExecutionException extends __BaseException {
|
|
4804
|
+
readonly name: "NotLatestPipelineExecutionException";
|
|
4805
|
+
readonly $fault: "client";
|
|
4806
|
+
/**
|
|
4807
|
+
* @internal
|
|
4808
|
+
*/
|
|
4809
|
+
constructor(opts: __ExceptionOptionType<NotLatestPipelineExecutionException, __BaseException>);
|
|
4810
|
+
}
|
|
4811
|
+
/**
|
|
4812
|
+
* @public
|
|
4813
|
+
* @enum
|
|
4814
|
+
*/
|
|
4815
|
+
export declare const ConditionType: {
|
|
4816
|
+
readonly BEFORE_ENTRY: "BEFORE_ENTRY";
|
|
4817
|
+
readonly ON_SUCCESS: "ON_SUCCESS";
|
|
4818
|
+
};
|
|
4819
|
+
/**
|
|
4820
|
+
* @public
|
|
4821
|
+
*/
|
|
4822
|
+
export type ConditionType = (typeof ConditionType)[keyof typeof ConditionType];
|
|
4823
|
+
/**
|
|
4824
|
+
* @public
|
|
4825
|
+
*/
|
|
4826
|
+
export interface OverrideStageConditionInput {
|
|
4827
|
+
/**
|
|
4828
|
+
* <p>The name of the pipeline with the stage that will override the condition.</p>
|
|
4829
|
+
* @public
|
|
4830
|
+
*/
|
|
4831
|
+
pipelineName: string | undefined;
|
|
4832
|
+
/**
|
|
4833
|
+
* <p>The name of the stage for the override.</p>
|
|
4834
|
+
* @public
|
|
4835
|
+
*/
|
|
4836
|
+
stageName: string | undefined;
|
|
4837
|
+
/**
|
|
4838
|
+
* <p>The ID of the pipeline execution for the override.</p>
|
|
4839
|
+
* @public
|
|
4840
|
+
*/
|
|
4841
|
+
pipelineExecutionId: string | undefined;
|
|
4842
|
+
/**
|
|
4843
|
+
* <p>The type of condition to override for the stage, such as entry conditions, failure
|
|
4844
|
+
* conditions, or success conditions.</p>
|
|
4845
|
+
* @public
|
|
4846
|
+
*/
|
|
4847
|
+
conditionType: ConditionType | undefined;
|
|
3812
4848
|
}
|
|
3813
4849
|
/**
|
|
3814
4850
|
* <p>Represents the input of a <code>PollForJobs</code> action.</p>
|
|
@@ -3824,7 +4860,7 @@ export interface PollForJobsInput {
|
|
|
3824
4860
|
* <p>The maximum number of jobs to return in a poll for jobs call.</p>
|
|
3825
4861
|
* @public
|
|
3826
4862
|
*/
|
|
3827
|
-
maxBatchSize?: number;
|
|
4863
|
+
maxBatchSize?: number | undefined;
|
|
3828
4864
|
/**
|
|
3829
4865
|
* <p>A map of property names and values. For an action type with no queryable
|
|
3830
4866
|
* properties, this value must be null or an empty map. For an action type with a queryable
|
|
@@ -3832,7 +4868,7 @@ export interface PollForJobsInput {
|
|
|
3832
4868
|
* configuration matches the mapped value are returned.</p>
|
|
3833
4869
|
* @public
|
|
3834
4870
|
*/
|
|
3835
|
-
queryParam?: Record<string, string
|
|
4871
|
+
queryParam?: Record<string, string> | undefined;
|
|
3836
4872
|
}
|
|
3837
4873
|
/**
|
|
3838
4874
|
* <p>Represents information about a job.</p>
|
|
@@ -3843,23 +4879,23 @@ export interface Job {
|
|
|
3843
4879
|
* <p>The unique system-generated ID of the job.</p>
|
|
3844
4880
|
* @public
|
|
3845
4881
|
*/
|
|
3846
|
-
id?: string;
|
|
4882
|
+
id?: string | undefined;
|
|
3847
4883
|
/**
|
|
3848
4884
|
* <p>Other data about a job.</p>
|
|
3849
4885
|
* @public
|
|
3850
4886
|
*/
|
|
3851
|
-
data?: JobData;
|
|
4887
|
+
data?: JobData | undefined;
|
|
3852
4888
|
/**
|
|
3853
4889
|
* <p>A system-generated random number that CodePipeline uses to ensure that the
|
|
3854
4890
|
* job is being worked on by only one job worker. Use this number in an <a>AcknowledgeJob</a> request.</p>
|
|
3855
4891
|
* @public
|
|
3856
4892
|
*/
|
|
3857
|
-
nonce?: string;
|
|
4893
|
+
nonce?: string | undefined;
|
|
3858
4894
|
/**
|
|
3859
4895
|
* <p>The ID of the Amazon Web Services account to use when performing the job.</p>
|
|
3860
4896
|
* @public
|
|
3861
4897
|
*/
|
|
3862
|
-
accountId?: string;
|
|
4898
|
+
accountId?: string | undefined;
|
|
3863
4899
|
}
|
|
3864
4900
|
/**
|
|
3865
4901
|
* <p>Represents the output of a <code>PollForJobs</code> action.</p>
|
|
@@ -3870,7 +4906,7 @@ export interface PollForJobsOutput {
|
|
|
3870
4906
|
* <p>Information about the jobs to take action on.</p>
|
|
3871
4907
|
* @public
|
|
3872
4908
|
*/
|
|
3873
|
-
jobs?: Job[];
|
|
4909
|
+
jobs?: Job[] | undefined;
|
|
3874
4910
|
}
|
|
3875
4911
|
/**
|
|
3876
4912
|
* <p>Represents the input of a <code>PollForThirdPartyJobs</code> action.</p>
|
|
@@ -3886,7 +4922,7 @@ export interface PollForThirdPartyJobsInput {
|
|
|
3886
4922
|
* <p>The maximum number of jobs to return in a poll for jobs call.</p>
|
|
3887
4923
|
* @public
|
|
3888
4924
|
*/
|
|
3889
|
-
maxBatchSize?: number;
|
|
4925
|
+
maxBatchSize?: number | undefined;
|
|
3890
4926
|
}
|
|
3891
4927
|
/**
|
|
3892
4928
|
* <p>A response to a <code>PollForThirdPartyJobs</code> request returned by CodePipeline when there is a job to be worked on by a partner action.</p>
|
|
@@ -3899,12 +4935,12 @@ export interface ThirdPartyJob {
|
|
|
3899
4935
|
* access to the job and its details.</p>
|
|
3900
4936
|
* @public
|
|
3901
4937
|
*/
|
|
3902
|
-
clientId?: string;
|
|
4938
|
+
clientId?: string | undefined;
|
|
3903
4939
|
/**
|
|
3904
4940
|
* <p>The identifier used to identify the job in CodePipeline.</p>
|
|
3905
4941
|
* @public
|
|
3906
4942
|
*/
|
|
3907
|
-
jobId?: string;
|
|
4943
|
+
jobId?: string | undefined;
|
|
3908
4944
|
}
|
|
3909
4945
|
/**
|
|
3910
4946
|
* <p>Represents the output of a <code>PollForThirdPartyJobs</code> action.</p>
|
|
@@ -3915,7 +4951,7 @@ export interface PollForThirdPartyJobsOutput {
|
|
|
3915
4951
|
* <p>Information about the jobs to take action on.</p>
|
|
3916
4952
|
* @public
|
|
3917
4953
|
*/
|
|
3918
|
-
jobs?: ThirdPartyJob[];
|
|
4954
|
+
jobs?: ThirdPartyJob[] | undefined;
|
|
3919
4955
|
}
|
|
3920
4956
|
/**
|
|
3921
4957
|
* <p>Represents the input of a <code>PutActionRevision</code> action.</p>
|
|
@@ -3954,12 +4990,12 @@ export interface PutActionRevisionOutput {
|
|
|
3954
4990
|
* specified pipeline.</p>
|
|
3955
4991
|
* @public
|
|
3956
4992
|
*/
|
|
3957
|
-
newRevision?: boolean;
|
|
4993
|
+
newRevision?: boolean | undefined;
|
|
3958
4994
|
/**
|
|
3959
4995
|
* <p>The ID of the current workflow state of the pipeline.</p>
|
|
3960
4996
|
* @public
|
|
3961
4997
|
*/
|
|
3962
|
-
pipelineExecutionId?: string;
|
|
4998
|
+
pipelineExecutionId?: string | undefined;
|
|
3963
4999
|
}
|
|
3964
5000
|
/**
|
|
3965
5001
|
* <p>The approval request already received a response or has expired.</p>
|
|
@@ -4002,6 +5038,12 @@ export interface PutApprovalResultInput {
|
|
|
4002
5038
|
* <p>The system-generated token used to identify a unique approval request. The token
|
|
4003
5039
|
* for each open approval request can be obtained using the <a>GetPipelineState</a> action. It is used to validate that the approval
|
|
4004
5040
|
* request corresponding to this token is still valid.</p>
|
|
5041
|
+
* <important>
|
|
5042
|
+
* <p>For a pipeline where the execution mode is set to PARALLEL, the token required to
|
|
5043
|
+
* approve/reject an approval request as detailed above is not available. Instead, use
|
|
5044
|
+
* the <code>externalExecutionId</code> in the response output from the <a>ListActionExecutions</a> action as the token in the approval
|
|
5045
|
+
* request.</p>
|
|
5046
|
+
* </important>
|
|
4005
5047
|
* @public
|
|
4006
5048
|
*/
|
|
4007
5049
|
token: string | undefined;
|
|
@@ -4015,7 +5057,7 @@ export interface PutApprovalResultOutput {
|
|
|
4015
5057
|
* <p>The timestamp showing when the approval or rejection was submitted.</p>
|
|
4016
5058
|
* @public
|
|
4017
5059
|
*/
|
|
4018
|
-
approvedAt?: Date;
|
|
5060
|
+
approvedAt?: Date | undefined;
|
|
4019
5061
|
}
|
|
4020
5062
|
/**
|
|
4021
5063
|
* <p>The job state was specified in an invalid format.</p>
|
|
@@ -4064,7 +5106,7 @@ export interface FailureDetails {
|
|
|
4064
5106
|
* <p>The external ID of the run of the action that failed.</p>
|
|
4065
5107
|
* @public
|
|
4066
5108
|
*/
|
|
4067
|
-
externalExecutionId?: string;
|
|
5109
|
+
externalExecutionId?: string | undefined;
|
|
4068
5110
|
}
|
|
4069
5111
|
/**
|
|
4070
5112
|
* <p>Represents the input of a <code>PutJobFailureResult</code> action.</p>
|
|
@@ -4115,12 +5157,12 @@ export interface CurrentRevision {
|
|
|
4115
5157
|
* timestamp format.</p>
|
|
4116
5158
|
* @public
|
|
4117
5159
|
*/
|
|
4118
|
-
created?: Date;
|
|
5160
|
+
created?: Date | undefined;
|
|
4119
5161
|
/**
|
|
4120
5162
|
* <p>The summary of the most recent revision of the artifact.</p>
|
|
4121
5163
|
* @public
|
|
4122
5164
|
*/
|
|
4123
|
-
revisionSummary?: string;
|
|
5165
|
+
revisionSummary?: string | undefined;
|
|
4124
5166
|
}
|
|
4125
5167
|
/**
|
|
4126
5168
|
* <p>The details of the actions taken and results produced on an artifact as it passes
|
|
@@ -4132,19 +5174,19 @@ export interface ExecutionDetails {
|
|
|
4132
5174
|
* <p>The summary of the current status of the actions.</p>
|
|
4133
5175
|
* @public
|
|
4134
5176
|
*/
|
|
4135
|
-
summary?: string;
|
|
5177
|
+
summary?: string | undefined;
|
|
4136
5178
|
/**
|
|
4137
5179
|
* <p>The system-generated unique ID of this action used to identify this job worker in
|
|
4138
5180
|
* any external systems, such as CodeDeploy.</p>
|
|
4139
5181
|
* @public
|
|
4140
5182
|
*/
|
|
4141
|
-
externalExecutionId?: string;
|
|
5183
|
+
externalExecutionId?: string | undefined;
|
|
4142
5184
|
/**
|
|
4143
5185
|
* <p>The percentage of work completed on the action, represented on a scale of 0 to 100
|
|
4144
5186
|
* percent.</p>
|
|
4145
5187
|
* @public
|
|
4146
5188
|
*/
|
|
4147
|
-
percentComplete?: number;
|
|
5189
|
+
percentComplete?: number | undefined;
|
|
4148
5190
|
}
|
|
4149
5191
|
/**
|
|
4150
5192
|
* <p>Represents the input of a <code>PutJobSuccessResult</code> action.</p>
|
|
@@ -4162,7 +5204,7 @@ export interface PutJobSuccessResultInput {
|
|
|
4162
5204
|
* job.</p>
|
|
4163
5205
|
* @public
|
|
4164
5206
|
*/
|
|
4165
|
-
currentRevision?: CurrentRevision;
|
|
5207
|
+
currentRevision?: CurrentRevision | undefined;
|
|
4166
5208
|
/**
|
|
4167
5209
|
* <p>A token generated by a job worker, such as a CodeDeploy deployment ID, that a
|
|
4168
5210
|
* successful job provides to identify a custom action in progress. Future jobs use this
|
|
@@ -4171,20 +5213,20 @@ export interface PutJobSuccessResultInput {
|
|
|
4171
5213
|
* continuation token should be supplied.</p>
|
|
4172
5214
|
* @public
|
|
4173
5215
|
*/
|
|
4174
|
-
continuationToken?: string;
|
|
5216
|
+
continuationToken?: string | undefined;
|
|
4175
5217
|
/**
|
|
4176
5218
|
* <p>The execution details of the successful job, such as the actions taken by the job
|
|
4177
5219
|
* worker.</p>
|
|
4178
5220
|
* @public
|
|
4179
5221
|
*/
|
|
4180
|
-
executionDetails?: ExecutionDetails;
|
|
5222
|
+
executionDetails?: ExecutionDetails | undefined;
|
|
4181
5223
|
/**
|
|
4182
5224
|
* <p>Key-value pairs produced as output by a job worker that can be made available to a
|
|
4183
5225
|
* downstream action configuration. <code>outputVariables</code> can be included only when
|
|
4184
5226
|
* there is no continuation token on the request.</p>
|
|
4185
5227
|
* @public
|
|
4186
5228
|
*/
|
|
4187
|
-
outputVariables?: Record<string, string
|
|
5229
|
+
outputVariables?: Record<string, string> | undefined;
|
|
4188
5230
|
}
|
|
4189
5231
|
/**
|
|
4190
5232
|
* <p>Represents the input of a <code>PutThirdPartyJobFailureResult</code>
|
|
@@ -4232,7 +5274,7 @@ export interface PutThirdPartyJobSuccessResultInput {
|
|
|
4232
5274
|
* <p>Represents information about a current revision.</p>
|
|
4233
5275
|
* @public
|
|
4234
5276
|
*/
|
|
4235
|
-
currentRevision?: CurrentRevision;
|
|
5277
|
+
currentRevision?: CurrentRevision | undefined;
|
|
4236
5278
|
/**
|
|
4237
5279
|
* <p>A token generated by a job worker, such as a CodeDeploy deployment ID, that a
|
|
4238
5280
|
* successful job provides to identify a partner action in progress. Future jobs use this
|
|
@@ -4241,13 +5283,13 @@ export interface PutThirdPartyJobSuccessResultInput {
|
|
|
4241
5283
|
* continuation token should be supplied.</p>
|
|
4242
5284
|
* @public
|
|
4243
5285
|
*/
|
|
4244
|
-
continuationToken?: string;
|
|
5286
|
+
continuationToken?: string | undefined;
|
|
4245
5287
|
/**
|
|
4246
5288
|
* <p>The details of the actions taken and results produced on an artifact as it passes
|
|
4247
5289
|
* through stages in the pipeline. </p>
|
|
4248
5290
|
* @public
|
|
4249
5291
|
*/
|
|
4250
|
-
executionDetails?: ExecutionDetails;
|
|
5292
|
+
executionDetails?: ExecutionDetails | undefined;
|
|
4251
5293
|
}
|
|
4252
5294
|
/**
|
|
4253
5295
|
* <p>The specified authentication type is in an invalid format.</p>
|
|
@@ -4289,7 +5331,7 @@ export interface PutWebhookInput {
|
|
|
4289
5331
|
* <p>The tags for the webhook.</p>
|
|
4290
5332
|
* @public
|
|
4291
5333
|
*/
|
|
4292
|
-
tags?: Tag[];
|
|
5334
|
+
tags?: Tag[] | undefined;
|
|
4293
5335
|
}
|
|
4294
5336
|
/**
|
|
4295
5337
|
* @public
|
|
@@ -4300,7 +5342,7 @@ export interface PutWebhookOutput {
|
|
|
4300
5342
|
* URL, and webhook ARN.</p>
|
|
4301
5343
|
* @public
|
|
4302
5344
|
*/
|
|
4303
|
-
webhook?: ListWebhookItem;
|
|
5345
|
+
webhook?: ListWebhookItem | undefined;
|
|
4304
5346
|
}
|
|
4305
5347
|
/**
|
|
4306
5348
|
* @public
|
|
@@ -4311,52 +5353,13 @@ export interface RegisterWebhookWithThirdPartyInput {
|
|
|
4311
5353
|
* supported third party. </p>
|
|
4312
5354
|
* @public
|
|
4313
5355
|
*/
|
|
4314
|
-
webhookName?: string;
|
|
5356
|
+
webhookName?: string | undefined;
|
|
4315
5357
|
}
|
|
4316
5358
|
/**
|
|
4317
5359
|
* @public
|
|
4318
5360
|
*/
|
|
4319
5361
|
export interface RegisterWebhookWithThirdPartyOutput {
|
|
4320
5362
|
}
|
|
4321
|
-
/**
|
|
4322
|
-
* <p>Your request cannot be handled because the pipeline is busy handling ongoing
|
|
4323
|
-
* activities. Try again later.</p>
|
|
4324
|
-
* @public
|
|
4325
|
-
*/
|
|
4326
|
-
export declare class ConflictException extends __BaseException {
|
|
4327
|
-
readonly name: "ConflictException";
|
|
4328
|
-
readonly $fault: "client";
|
|
4329
|
-
/**
|
|
4330
|
-
* @internal
|
|
4331
|
-
*/
|
|
4332
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
4333
|
-
}
|
|
4334
|
-
/**
|
|
4335
|
-
* <p>The stage has failed in a later run of the pipeline and the
|
|
4336
|
-
* <code>pipelineExecutionId</code> associated with the request is out of
|
|
4337
|
-
* date.</p>
|
|
4338
|
-
* @public
|
|
4339
|
-
*/
|
|
4340
|
-
export declare class NotLatestPipelineExecutionException extends __BaseException {
|
|
4341
|
-
readonly name: "NotLatestPipelineExecutionException";
|
|
4342
|
-
readonly $fault: "client";
|
|
4343
|
-
/**
|
|
4344
|
-
* @internal
|
|
4345
|
-
*/
|
|
4346
|
-
constructor(opts: __ExceptionOptionType<NotLatestPipelineExecutionException, __BaseException>);
|
|
4347
|
-
}
|
|
4348
|
-
/**
|
|
4349
|
-
* @public
|
|
4350
|
-
* @enum
|
|
4351
|
-
*/
|
|
4352
|
-
export declare const StageRetryMode: {
|
|
4353
|
-
readonly ALL_ACTIONS: "ALL_ACTIONS";
|
|
4354
|
-
readonly FAILED_ACTIONS: "FAILED_ACTIONS";
|
|
4355
|
-
};
|
|
4356
|
-
/**
|
|
4357
|
-
* @public
|
|
4358
|
-
*/
|
|
4359
|
-
export type StageRetryMode = (typeof StageRetryMode)[keyof typeof StageRetryMode];
|
|
4360
5363
|
/**
|
|
4361
5364
|
* <p>Represents the input of a <code>RetryStageExecution</code> action.</p>
|
|
4362
5365
|
* @public
|
|
@@ -4393,7 +5396,7 @@ export interface RetryStageExecutionOutput {
|
|
|
4393
5396
|
* <p>The ID of the current workflow execution in the failed stage.</p>
|
|
4394
5397
|
* @public
|
|
4395
5398
|
*/
|
|
4396
|
-
pipelineExecutionId?: string;
|
|
5399
|
+
pipelineExecutionId?: string | undefined;
|
|
4397
5400
|
}
|
|
4398
5401
|
/**
|
|
4399
5402
|
* <p>Unable to retry. The pipeline structure or stage state might have changed while
|
|
@@ -4410,7 +5413,8 @@ export declare class StageNotRetryableException extends __BaseException {
|
|
|
4410
5413
|
constructor(opts: __ExceptionOptionType<StageNotRetryableException, __BaseException>);
|
|
4411
5414
|
}
|
|
4412
5415
|
/**
|
|
4413
|
-
* <p>The specified pipeline execution is outdated and cannot be used as a target pipeline
|
|
5416
|
+
* <p>The specified pipeline execution is outdated and cannot be used as a target pipeline
|
|
5417
|
+
* execution for rollback.</p>
|
|
4414
5418
|
* @public
|
|
4415
5419
|
*/
|
|
4416
5420
|
export declare class PipelineExecutionOutdatedException extends __BaseException {
|
|
@@ -4466,18 +5470,6 @@ export declare class UnableToRollbackStageException extends __BaseException {
|
|
|
4466
5470
|
*/
|
|
4467
5471
|
constructor(opts: __ExceptionOptionType<UnableToRollbackStageException, __BaseException>);
|
|
4468
5472
|
}
|
|
4469
|
-
/**
|
|
4470
|
-
* <p>The pipeline has reached the limit for concurrent pipeline executions.</p>
|
|
4471
|
-
* @public
|
|
4472
|
-
*/
|
|
4473
|
-
export declare class ConcurrentPipelineExecutionsLimitExceededException extends __BaseException {
|
|
4474
|
-
readonly name: "ConcurrentPipelineExecutionsLimitExceededException";
|
|
4475
|
-
readonly $fault: "client";
|
|
4476
|
-
/**
|
|
4477
|
-
* @internal
|
|
4478
|
-
*/
|
|
4479
|
-
constructor(opts: __ExceptionOptionType<ConcurrentPipelineExecutionsLimitExceededException, __BaseException>);
|
|
4480
|
-
}
|
|
4481
5473
|
/**
|
|
4482
5474
|
* @public
|
|
4483
5475
|
* @enum
|
|
@@ -4485,6 +5477,7 @@ export declare class ConcurrentPipelineExecutionsLimitExceededException extends
|
|
|
4485
5477
|
export declare const SourceRevisionType: {
|
|
4486
5478
|
readonly COMMIT_ID: "COMMIT_ID";
|
|
4487
5479
|
readonly IMAGE_DIGEST: "IMAGE_DIGEST";
|
|
5480
|
+
readonly S3_OBJECT_KEY: "S3_OBJECT_KEY";
|
|
4488
5481
|
readonly S3_OBJECT_VERSION_ID: "S3_OBJECT_VERSION_ID";
|
|
4489
5482
|
};
|
|
4490
5483
|
/**
|
|
@@ -4495,6 +5488,11 @@ export type SourceRevisionType = (typeof SourceRevisionType)[keyof typeof Source
|
|
|
4495
5488
|
* <p>A list that allows you to specify, or override, the source revision for a pipeline
|
|
4496
5489
|
* execution that's being started. A source revision is the version with all the changes to
|
|
4497
5490
|
* your application code, or source artifact, for the pipeline execution.</p>
|
|
5491
|
+
* <note>
|
|
5492
|
+
* <p>For the <code>S3_OBJECT_VERSION_ID</code> and <code>S3_OBJECT_KEY</code> types of
|
|
5493
|
+
* source revisions, either of the types can be used independently, or they can be used
|
|
5494
|
+
* together to override the source with a specific ObjectKey and VersionID.</p>
|
|
5495
|
+
* </note>
|
|
4498
5496
|
* @public
|
|
4499
5497
|
*/
|
|
4500
5498
|
export interface SourceRevisionOverride {
|
|
@@ -4548,20 +5546,20 @@ export interface StartPipelineExecutionInput {
|
|
|
4548
5546
|
* anything except an empty string.</p>
|
|
4549
5547
|
* @public
|
|
4550
5548
|
*/
|
|
4551
|
-
variables?: PipelineVariable[];
|
|
5549
|
+
variables?: PipelineVariable[] | undefined;
|
|
4552
5550
|
/**
|
|
4553
5551
|
* <p>The system-generated unique ID used to identify a unique execution
|
|
4554
5552
|
* request.</p>
|
|
4555
5553
|
* @public
|
|
4556
5554
|
*/
|
|
4557
|
-
clientRequestToken?: string;
|
|
5555
|
+
clientRequestToken?: string | undefined;
|
|
4558
5556
|
/**
|
|
4559
5557
|
* <p>A list that allows you to specify, or override, the source revision for a pipeline
|
|
4560
5558
|
* execution that's being started. A source revision is the version with all the changes to
|
|
4561
5559
|
* your application code, or source artifact, for the pipeline execution.</p>
|
|
4562
5560
|
* @public
|
|
4563
5561
|
*/
|
|
4564
|
-
sourceRevisions?: SourceRevisionOverride[];
|
|
5562
|
+
sourceRevisions?: SourceRevisionOverride[] | undefined;
|
|
4565
5563
|
}
|
|
4566
5564
|
/**
|
|
4567
5565
|
* <p>Represents the output of a <code>StartPipelineExecution</code> action.</p>
|
|
@@ -4573,7 +5571,7 @@ export interface StartPipelineExecutionOutput {
|
|
|
4573
5571
|
* started.</p>
|
|
4574
5572
|
* @public
|
|
4575
5573
|
*/
|
|
4576
|
-
pipelineExecutionId?: string;
|
|
5574
|
+
pipelineExecutionId?: string | undefined;
|
|
4577
5575
|
}
|
|
4578
5576
|
/**
|
|
4579
5577
|
* <p>The pipeline execution is already in a <code>Stopping</code> state. If you already
|
|
@@ -4628,12 +5626,12 @@ export interface StopPipelineExecutionInput {
|
|
|
4628
5626
|
* </note>
|
|
4629
5627
|
* @public
|
|
4630
5628
|
*/
|
|
4631
|
-
abandon?: boolean;
|
|
5629
|
+
abandon?: boolean | undefined;
|
|
4632
5630
|
/**
|
|
4633
5631
|
* <p>Use this option to enter comments, such as the reason the pipeline was stopped.</p>
|
|
4634
5632
|
* @public
|
|
4635
5633
|
*/
|
|
4636
|
-
reason?: string;
|
|
5634
|
+
reason?: string | undefined;
|
|
4637
5635
|
}
|
|
4638
5636
|
/**
|
|
4639
5637
|
* @public
|
|
@@ -4643,7 +5641,7 @@ export interface StopPipelineExecutionOutput {
|
|
|
4643
5641
|
* <p>The unique system-generated ID of the pipeline execution that was stopped.</p>
|
|
4644
5642
|
* @public
|
|
4645
5643
|
*/
|
|
4646
|
-
pipelineExecutionId?: string;
|
|
5644
|
+
pipelineExecutionId?: string | undefined;
|
|
4647
5645
|
}
|
|
4648
5646
|
/**
|
|
4649
5647
|
* @public
|
|
@@ -4727,7 +5725,7 @@ export interface UpdatePipelineOutput {
|
|
|
4727
5725
|
* <p>The structure of the updated pipeline.</p>
|
|
4728
5726
|
* @public
|
|
4729
5727
|
*/
|
|
4730
|
-
pipeline?: PipelineDeclaration;
|
|
5728
|
+
pipeline?: PipelineDeclaration | undefined;
|
|
4731
5729
|
}
|
|
4732
5730
|
/**
|
|
4733
5731
|
* @internal
|