awscdk-construct-scte-scheduler 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +4040 -0
- package/API.md +519 -0
- package/LICENSE +19 -0
- package/README.md +49 -0
- package/lib/EventBridgeSchedule.d.ts +11 -0
- package/lib/EventBridgeSchedule.js +23 -0
- package/lib/Lambda.d.ts +10 -0
- package/lib/Lambda.js +42 -0
- package/lib/ScteScheduler.d.ts +13 -0
- package/lib/ScteScheduler.js +28 -0
- package/lib/code/index.d.ts +1 -0
- package/lib/code/index.js +46 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +20 -0
- package/node_modules/@aws-crypto/crc32/CHANGELOG.md +76 -0
- package/node_modules/@aws-crypto/crc32/LICENSE +201 -0
- package/node_modules/@aws-crypto/crc32/README.md +16 -0
- package/node_modules/@aws-crypto/crc32/build/aws_crc32.d.ts +7 -0
- package/node_modules/@aws-crypto/crc32/build/aws_crc32.js +31 -0
- package/node_modules/@aws-crypto/crc32/build/aws_crc32.js.map +1 -0
- package/node_modules/@aws-crypto/crc32/build/index.d.ts +7 -0
- package/node_modules/@aws-crypto/crc32/build/index.js +108 -0
- package/node_modules/@aws-crypto/crc32/build/index.js.map +1 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +142 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/index.js +51 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +37 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.d.ts +37 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.js +218 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +1 -0
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.js +284 -0
- package/node_modules/@aws-crypto/crc32/package.json +28 -0
- package/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +24 -0
- package/node_modules/@aws-crypto/crc32/src/index.ts +92 -0
- package/node_modules/@aws-crypto/crc32/tsconfig.json +23 -0
- package/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
- package/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
- package/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts +19 -0
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js +3 -0
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts +12 -0
- package/node_modules/@aws-crypto/ie11-detection/build/Key.js +3 -0
- package/node_modules/@aws-crypto/ie11-detection/build/Key.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts +12 -0
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js +3 -0
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +33 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js +3 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts +21 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js +32 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/build/index.d.ts +5 -0
- package/node_modules/@aws-crypto/ie11-detection/build/index.js +9 -0
- package/node_modules/@aws-crypto/ie11-detection/build/index.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js +51 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts +37 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js +218 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js +284 -0
- package/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
- package/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
- package/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
- package/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
- package/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
- package/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
- package/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
- package/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
- package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
- package/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
- package/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
- package/node_modules/@aws-crypto/sha256-browser/build/constants.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-browser/build/constants.js +43 -0
- package/node_modules/@aws-crypto/sha256-browser/build/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts +8 -0
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +35 -0
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +9 -0
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +80 -0
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/index.d.ts +3 -0
- package/node_modules/@aws-crypto/sha256-browser/build/index.js +10 -0
- package/node_modules/@aws-crypto/sha256-browser/build/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js +11 -0
- package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js +56 -0
- package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js +51 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts +37 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js +218 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js +284 -0
- package/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
- package/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
- package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
- package/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
- package/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
- package/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
- package/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
- package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
- package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
- package/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
- package/node_modules/@aws-crypto/sha256-js/README.md +29 -0
- package/node_modules/@aws-crypto/sha256-js/build/RawSha256.d.ts +17 -0
- package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js +124 -0
- package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/constants.d.ts +20 -0
- package/node_modules/@aws-crypto/sha256-js/build/constants.js +98 -0
- package/node_modules/@aws-crypto/sha256-js/build/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/index.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/index.js +5 -0
- package/node_modules/@aws-crypto/sha256-js/build/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts +12 -0
- package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js +85 -0
- package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.d.ts +5 -0
- package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js +322 -0
- package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js +51 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts +37 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js +218 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js +284 -0
- package/node_modules/@aws-crypto/sha256-js/package.json +28 -0
- package/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
- package/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
- package/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
- package/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
- package/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
- package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
- package/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
- package/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/index.d.ts +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/index.js +5 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.d.ts +4 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +69 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js +51 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts +37 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js +218 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js +284 -0
- package/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
- package/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
- package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
- package/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
- package/node_modules/@aws-crypto/util/LICENSE +201 -0
- package/node_modules/@aws-crypto/util/README.md +16 -0
- package/node_modules/@aws-crypto/util/build/convertToBuffer.d.ts +2 -0
- package/node_modules/@aws-crypto/util/build/convertToBuffer.js +24 -0
- package/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/index.d.ts +4 -0
- package/node_modules/@aws-crypto/util/build/index.js +14 -0
- package/node_modules/@aws-crypto/util/build/index.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/isEmptyData.d.ts +2 -0
- package/node_modules/@aws-crypto/util/build/isEmptyData.js +13 -0
- package/node_modules/@aws-crypto/util/build/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/numToUint8.d.ts +1 -0
- package/node_modules/@aws-crypto/util/build/numToUint8.js +15 -0
- package/node_modules/@aws-crypto/util/build/numToUint8.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.d.ts +1 -0
- package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js +20 -0
- package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +1 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js +51 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts +37 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js +218 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js +284 -0
- package/node_modules/@aws-crypto/util/package.json +31 -0
- package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
- package/node_modules/@aws-crypto/util/src/index.ts +7 -0
- package/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
- package/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
- package/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
- package/node_modules/@aws-crypto/util/tsconfig.json +23 -0
- package/node_modules/@aws-sdk/client-medialive/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-medialive/README.md +725 -0
- package/node_modules/@aws-sdk/client-medialive/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/node_modules/@aws-sdk/client-medialive/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/node_modules/@aws-sdk/client-medialive/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-cjs/index.js +10459 -0
- package/node_modules/@aws-sdk/client-medialive/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-cjs/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/client-medialive/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-medialive/dist-cjs/runtimeConfig.shared.js +36 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/MediaLive.js +137 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/MediaLiveClient.js +52 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/AcceptInputDeviceTransferCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/BatchDeleteCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/BatchStartCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/BatchStopCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/BatchUpdateScheduleCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CancelInputDeviceTransferCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ClaimDeviceCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateChannelCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateInputCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateInputSecurityGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateMultiplexCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateMultiplexProgramCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreatePartnerInputCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/CreateTagsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteChannelCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteInputCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteInputSecurityGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteMultiplexCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteMultiplexProgramCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteReservationCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteScheduleCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DeleteTagsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeAccountConfigurationCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeChannelCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeInputCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeInputDeviceCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +25 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeInputSecurityGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeMultiplexCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeMultiplexProgramCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeOfferingCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeReservationCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeScheduleCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/DescribeThumbnailsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListChannelsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListInputDeviceTransfersCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListInputDevicesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListInputSecurityGroupsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListInputsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListMultiplexProgramsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListMultiplexesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListOfferingsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListReservationsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/ListTagsForResourceCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/PurchaseOfferingCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/RebootInputDeviceCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/RejectInputDeviceTransferCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/RestartChannelPipelinesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartChannelCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartInputDeviceCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StartMultiplexCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StopChannelCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StopInputDeviceCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/StopMultiplexCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/TransferInputDeviceCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateAccountConfigurationCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateChannelClassCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateChannelCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateInputCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateInputDeviceCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateInputSecurityGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateMultiplexCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateMultiplexProgramCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/UpdateReservationCommand.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/commands/index.js +65 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/endpoint/EndpointParameters.js +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/endpoint/endpointResolver.js +8 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/index.js +8 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/models/MediaLiveServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/models/index.js +3 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/models/models_0.js +794 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/models/models_1.js +699 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/models/models_2.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/DescribeSchedulePaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/Interfaces.js +1 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListChannelsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListInputDeviceTransfersPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListInputDevicesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListInputSecurityGroupsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListInputsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListMultiplexProgramsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListMultiplexesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListOfferingsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/ListReservationsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/pagination/index.js +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/protocols/Aws_restJson1.js +6316 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/runtimeConfig.js +44 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/runtimeConfig.shared.js +32 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/index.js +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForChannelCreated.js +52 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForChannelDeleted.js +43 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForChannelRunning.js +43 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForChannelStopped.js +43 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForInputAttached.js +43 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForInputDeleted.js +43 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForInputDetached.js +52 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForMultiplexCreated.js +52 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForMultiplexDeleted.js +43 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForMultiplexRunning.js +43 -0
- package/node_modules/@aws-sdk/client-medialive/dist-es/waiters/waitForMultiplexStopped.js +43 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/MediaLive.d.ts +481 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/MediaLiveClient.d.ts +241 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/BatchDeleteCommand.d.ts +108 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/BatchStartCommand.d.ts +102 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/BatchStopCommand.d.ts +102 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/BatchUpdateScheduleCommand.d.ts +546 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ClaimDeviceCommand.d.ts +81 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateChannelCommand.d.ts +2120 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateInputCommand.d.ts +165 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +99 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateMultiplexCommand.d.ts +122 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateMultiplexProgramCommand.d.ts +149 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreatePartnerInputCommand.d.ts +130 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/CreateTagsCommand.d.ts +72 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteChannelCommand.d.ts +1110 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteInputCommand.d.ts +81 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteMultiplexCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +130 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteReservationCommand.d.ts +115 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteScheduleCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DeleteTagsCommand.d.ts +72 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeChannelCommand.d.ts +1107 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeInputCommand.d.ts +127 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeInputDeviceCommand.d.ts +140 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +86 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeMultiplexCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +127 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeOfferingCommand.d.ts +99 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeReservationCommand.d.ts +112 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeScheduleCommand.d.ts +235 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/DescribeThumbnailsCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListChannelsCommand.d.ts +280 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +90 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListInputDevicesCommand.d.ts +143 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListInputsCommand.d.ts +130 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListMultiplexProgramsCommand.d.ts +88 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListMultiplexesCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListOfferingsCommand.d.ts +112 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListReservationsCommand.d.ts +123 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/ListTagsForResourceCommand.d.ts +73 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/PurchaseOfferingCommand.d.ts +128 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/RebootInputDeviceCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/RestartChannelPipelinesCommand.d.ts +1114 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartChannelCommand.d.ts +1110 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartInputDeviceCommand.d.ts +81 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +81 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StartMultiplexCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StopChannelCommand.d.ts +1110 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StopInputDeviceCommand.d.ts +81 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/StopMultiplexCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/TransferInputDeviceCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateAccountConfigurationCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateChannelClassCommand.d.ts +1138 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateChannelCommand.d.ts +2102 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateInputCommand.d.ts +156 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateInputDeviceCommand.d.ts +181 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateMultiplexCommand.d.ts +116 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +148 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/UpdateReservationCommand.d.ts +122 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/commands/index.d.ts +65 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/index.d.ts +16 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/models/MediaLiveServiceException.d.ts +13 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/models/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/models/models_0.d.ts +5834 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/models/models_1.d.ts +6657 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/models/models_2.d.ts +1517 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/DescribeSchedulePaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/Interfaces.d.ts +8 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListChannelsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListInputDevicesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListInputsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListMultiplexesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListOfferingsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/ListReservationsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/pagination/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/protocols/Aws_restJson1.d.ts +587 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/runtimeConfig.browser.d.ts +46 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/runtimeConfig.d.ts +46 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/runtimeConfig.native.d.ts +45 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/runtimeConfig.shared.d.ts +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/MediaLive.d.ts +1132 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/MediaLiveClient.d.ts +512 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/BatchStartCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/BatchStopCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateInputCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/DescribeThumbnailsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListInputsCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/RestartChannelPipelinesCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartChannelCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartInputDeviceCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StopChannelCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StopInputDeviceCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateAccountConfigurationCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/commands/index.d.ts +65 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/models/MediaLiveServiceException.d.ts +8 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/models/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/models/models_0.d.ts +1920 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/models/models_1.d.ts +2019 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/models/models_2.d.ts +399 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +788 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/runtimeConfig.browser.d.ts +86 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/runtimeConfig.d.ts +90 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/runtimeConfig.native.d.ts +80 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/runtimeConfig.shared.d.ts +22 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForChannelCreated.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForChannelDeleted.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForChannelRunning.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForChannelStopped.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForInputAttached.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForInputDeleted.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForInputDetached.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForMultiplexCreated.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForMultiplexDeleted.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForMultiplexRunning.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/dist-types/waiters/waitForMultiplexStopped.d.ts +14 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/CHANGELOG.md +274 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/LICENSE.md +9 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/README.md +466 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-browser/index.js +9 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-browser/md5.js +215 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-browser/native.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-browser/nil.js +1 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-browser/parse.js +35 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-browser/regex.js +1 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-browser/rng.js +18 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-browser/stringify.js +33 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-browser/v1.js +95 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-browser/v35.js +66 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-browser/v4.js +29 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-browser/validate.js +7 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-browser/version.js +11 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-node/index.js +9 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-node/native.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-node/nil.js +1 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-node/parse.js +35 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-node/regex.js +1 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-node/rng.js +12 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-node/stringify.js +33 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-node/v35.js +66 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-node/v4.js +29 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-node/validate.js +7 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/esm-node/version.js +11 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/index.js +79 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/md5-browser.js +223 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/native-browser.js +11 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/native.js +15 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/nil.js +8 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/parse.js +45 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/regex.js +8 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/rng-browser.js +25 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/rng.js +24 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/sha1-browser.js +104 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/stringify.js +44 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/uuid-bin.js +85 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/v35.js +80 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/v4.js +43 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/validate.js +17 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/dist/version.js +21 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/package.json +135 -0
- package/node_modules/@aws-sdk/client-medialive/node_modules/uuid/wrapper.mjs +10 -0
- package/node_modules/@aws-sdk/client-medialive/package.json +105 -0
- package/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-sso/README.md +252 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +68 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +633 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +47 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +40 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +15 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +52 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +62 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +14 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +8 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +75 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +215 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +42 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +36 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +184 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +83 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +85 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +13 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +266 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +52 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +52 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +51 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +73 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +139 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +10 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +93 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +107 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +107 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +101 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso/package.json +99 -0
- package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-sso-oidc/README.md +274 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +64 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/credentialDefaultProvider.js +29 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +1027 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +40 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +15 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +52 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +58 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/credentialDefaultProvider.js +3 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +14 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +8 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +217 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +409 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +44 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +36 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +75 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +212 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +162 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +244 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +108 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +111 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/credentialDefaultProvider.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +51 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +13 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +734 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +52 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +73 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +144 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/credentialDefaultProvider.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +201 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +110 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +108 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +104 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +103 -0
- package/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-sts/README.md +273 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +56 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +67 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/credentialDefaultProvider.js +29 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +20 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +1458 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +63 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +40 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +25 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +23 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +52 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +60 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +24 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +24 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +24 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/credentialDefaultProvider.js +3 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +22 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +67 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +16 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/index.js +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +130 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +885 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +58 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +36 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +71 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +182 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +71 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +257 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +282 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +291 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +115 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +75 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +116 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +230 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +154 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/credentialDefaultProvider.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +23 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +43 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +46 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +18 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +13 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1213 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +74 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +54 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +57 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +143 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +165 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +54 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/credentialDefaultProvider.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +19 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +33 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +57 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +10 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +206 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +101 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +116 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +117 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +110 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +51 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sts/package.json +104 -0
- package/node_modules/@aws-sdk/core/CHANGELOG.md +261 -0
- package/node_modules/@aws-sdk/core/README.md +5 -0
- package/node_modules/@aws-sdk/core/api-extractor.json +4 -0
- package/node_modules/@aws-sdk/core/dist-cjs/client/emitWarningIfUnsupportedVersion.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/client/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getDateHeader.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/isClockSkewed.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +446 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/coercing-serializers.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/common.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/awsExpectUnion.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/parseJsonBody.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/xml/parseXmlBody.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/client/emitWarningIfUnsupportedVersion.js +13 -0
- package/node_modules/@aws-sdk/core/dist-es/client/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +60 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +82 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getDateHeader.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/index.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/isClockSkewed.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/coercing-serializers.js +53 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/common.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/index.js +4 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/json/awsExpectUnion.js +10 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/json/parseJsonBody.js +51 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/xml/parseXmlBody.js +57 -0
- package/node_modules/@aws-sdk/core/dist-types/client/emitWarningIfUnsupportedVersion.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +17 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +95 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/coercing-serializers.d.ts +18 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/common.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/index.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/json/awsExpectUnion.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/json/parseJsonBody.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/xml/parseXmlBody.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/emitWarningIfUnsupportedVersion.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +21 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +55 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/coercing-serializers.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/common.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/index.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/awsExpectUnion.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/parseJsonBody.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/xml/parseXmlBody.d.ts +13 -0
- package/node_modules/@aws-sdk/core/integ/request-handlers/request-handlers.integ.spec.ts +158 -0
- package/node_modules/@aws-sdk/core/jest.config.integ.js +4 -0
- package/node_modules/@aws-sdk/core/jest.config.js +6 -0
- package/node_modules/@aws-sdk/core/package.json +59 -0
- package/node_modules/@aws-sdk/core/scripts/lint.js +24 -0
- package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +70 -0
- package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +25 -0
- package/node_modules/@aws-sdk/core/src/client/index.ts +1 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.spec.ts +30 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +134 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/index.ts +2 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts +244 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/index.ts +1 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getDateHeader.ts +7 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.spec.ts +17 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.ts +8 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.spec.ts +37 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.ts +18 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/index.ts +3 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.spec.ts +32 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.ts +12 -0
- package/node_modules/@aws-sdk/core/src/index.ts +3 -0
- package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.spec.ts +76 -0
- package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.ts +72 -0
- package/node_modules/@aws-sdk/core/src/protocols/common.ts +5 -0
- package/node_modules/@aws-sdk/core/src/protocols/index.ts +4 -0
- package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.spec.ts +30 -0
- package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.ts +17 -0
- package/node_modules/@aws-sdk/core/src/protocols/json/parseJsonBody.ts +60 -0
- package/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.ts +64 -0
- package/node_modules/@aws-sdk/core/tsconfig.cjs.json +9 -0
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -0
- package/node_modules/@aws-sdk/core/tsconfig.es.json +9 -0
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -0
- package/node_modules/@aws-sdk/core/tsconfig.types.json +9 -0
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -0
- package/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +68 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +24 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-env/package.json +60 -0
- package/node_modules/@aws-sdk/credential-provider-http/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +32 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +65 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +59 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +42 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +27 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +59 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +53 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +69 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/package.json +67 -0
- package/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +211 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/loadSts.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveWebIdentityCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/loadSts.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +53 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +28 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +45 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/loadSts.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +44 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +27 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/loadSts.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +67 -0
- package/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-node/README.md +104 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +125 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +39 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +57 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +69 -0
- package/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/ProcessCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +98 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +22 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +33 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-process/package.json +61 -0
- package/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/fromSSO.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +201 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/isSsoProfile.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +61 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +53 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +69 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +20 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +63 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +26 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +50 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +27 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/loadSts.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +22 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/loadSts.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +145 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/loadSts.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +41 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/loadSts.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +69 -0
- package/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +70 -0
- package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +33 -0
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +29 -0
- package/node_modules/@aws-sdk/middleware-host-header/package.json +55 -0
- package/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +79 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +1 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +42 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-logger/package.json +56 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +67 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +34 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +55 -0
- package/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +122 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +7 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +72 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +31 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +57 -0
- package/node_modules/@aws-sdk/region-config-resolver/LICENSE +201 -0
- package/node_modules/@aws-sdk/region-config-resolver/README.md +12 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +115 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/index.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +25 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +12 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +17 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +8 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +37 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +58 -0
- package/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
- package/node_modules/@aws-sdk/token-providers/README.md +53 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/constants.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +214 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/loadSsoOidc.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +79 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +10 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/loadSsoOidc.js +2 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +8 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +8 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +6 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +6 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/loadSsoOidc.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +9 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/loadSsoOidc.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/package.json +66 -0
- package/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/node_modules/@aws-sdk/types/README.md +4 -0
- package/node_modules/@aws-sdk/types/dist-cjs/abort.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/auth.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/client.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/command.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/connection.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/credentials.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/dns.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/encode.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/http.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +298 -0
- package/node_modules/@aws-sdk/types/dist-cjs/logger.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/profile.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/request.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/response.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/retry.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/serde.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/signature.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/stream.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/token.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/uri.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/util.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
- package/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +32 -0
- package/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +49 -0
- package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
- package/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
- package/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +32 -0
- package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
- package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
- package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +12 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +32 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +40 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +56 -0
- package/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/aws.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +404 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +216 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +15 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +216 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +56 -0
- package/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +41 -0
- package/node_modules/@aws-sdk/util-locate-window/dist-es/index.js +10 -0
- package/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/util-locate-window/package.json +52 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +2 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +23 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +17 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +1 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +17 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +13 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +7 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +4 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +53 -0
- package/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/crt-availability.js +1 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +94 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +1 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +39 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +7 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +9 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +20 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +5 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +12 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +2 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +63 -0
- package/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
- package/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
- package/node_modules/@smithy/abort-controller/LICENSE +201 -0
- package/node_modules/@smithy/abort-controller/README.md +4 -0
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +1 -0
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +1 -0
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +82 -0
- package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +9 -0
- package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
- package/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
- package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +13 -0
- package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +18 -0
- package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +13 -0
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +18 -0
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@smithy/abort-controller/package.json +62 -0
- package/node_modules/@smithy/config-resolver/LICENSE +201 -0
- package/node_modules/@smithy/config-resolver/README.md +10 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +235 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +9 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +9 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +4 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +11 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +15 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +15 -0
- package/node_modules/@smithy/config-resolver/dist-es/index.js +3 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +12 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +2 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +29 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +12 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +16 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/index.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +8 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +10 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +7 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +14 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +16 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +8 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +10 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +7 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +14 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/package.json +64 -0
- package/node_modules/@smithy/core/LICENSE +201 -0
- package/node_modules/@smithy/core/README.md +12 -0
- package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/index.js +493 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +1 -0
- package/node_modules/@smithy/core/dist-es/getSmithyContext.js +2 -0
- package/node_modules/@smithy/core/dist-es/index.js +7 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +18 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +18 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +40 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +16 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +24 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +2 -0
- package/node_modules/@smithy/core/dist-es/normalizeProvider.js +6 -0
- package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +38 -0
- package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +67 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +13 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +33 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +10 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +5 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +53 -0
- package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/index.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
- package/node_modules/@smithy/core/package.json +67 -0
- package/node_modules/@smithy/credential-provider-imds/LICENSE +201 -0
- package/node_modules/@smithy/credential-provider-imds/README.md +11 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +437 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +5 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +5 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +8 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +9 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +66 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +132 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +12 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +3 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +36 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +2 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/types.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +17 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +19 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +25 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +12 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +28 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +18 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +40 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +8 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +28 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +18 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +40 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +8 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +16 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +16 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +70 -0
- package/node_modules/@smithy/eventstream-codec/LICENSE +201 -0
- package/node_modules/@smithy/eventstream-codec/README.md +4 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/EventStreamCodec.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/HeaderMarshaller.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/Int64.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/Message.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageDecoderStream.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageEncoderStream.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/TestVectors.fixture.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +468 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/splitMessage.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/vectorTypes.fixture.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/EventStreamCodec.js +62 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/HeaderMarshaller.js +182 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/Int64.js +43 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/Message.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/MessageDecoderStream.js +14 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/MessageEncoderStream.js +17 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageDecoderStream.js +16 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageEncoderStream.js +14 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/TestVectors.fixture.js +690 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/index.js +8 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/splitMessage.js +30 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/vectorTypes.fixture.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/EventStreamCodec.d.ts +31 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/HeaderMarshaller.d.ts +12 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/Int64.d.ts +20 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/Message.d.ts +26 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/MessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/MessageEncoderStream.d.ts +18 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageEncoderStream.d.ts +17 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/TestVectors.fixture.d.ts +2 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/splitMessage.d.ts +11 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +31 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +12 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Int64.d.ts +20 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Message.d.ts +26 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +18 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +17 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +2 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +11 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +12 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/vectorTypes.fixture.d.ts +12 -0
- package/node_modules/@smithy/eventstream-codec/package.json +61 -0
- package/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
- package/node_modules/@smithy/fetch-http-handler/README.md +4 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +220 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +111 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +45 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +33 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +33 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
- package/node_modules/@smithy/fetch-http-handler/package.json +79 -0
- package/node_modules/@smithy/hash-node/LICENSE +201 -0
- package/node_modules/@smithy/hash-node/README.md +10 -0
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +66 -0
- package/node_modules/@smithy/hash-node/dist-es/index.js +34 -0
- package/node_modules/@smithy/hash-node/dist-types/index.d.ts +13 -0
- package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@smithy/hash-node/package.json +64 -0
- package/node_modules/@smithy/invalid-dependency/LICENSE +201 -0
- package/node_modules/@smithy/invalid-dependency/README.md +10 -0
- package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +41 -0
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +1 -0
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +1 -0
- package/node_modules/@smithy/invalid-dependency/dist-es/index.js +2 -0
- package/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +3 -0
- package/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +1 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +4 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +5 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +4 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +5 -0
- package/node_modules/@smithy/invalid-dependency/package.json +57 -0
- package/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
- package/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/node_modules/@smithy/middleware-content-length/LICENSE +201 -0
- package/node_modules/@smithy/middleware-content-length/README.md +4 -0
- package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +71 -0
- package/node_modules/@smithy/middleware-content-length/dist-es/index.js +39 -0
- package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +6 -0
- package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@smithy/middleware-content-length/package.json +63 -0
- package/node_modules/@smithy/middleware-endpoint/LICENSE +201 -0
- package/node_modules/@smithy/middleware-endpoint/README.md +10 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +5 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +254 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +32 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +3 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +45 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +31 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +2 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +10 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +32 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +18 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +5 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +16 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +37 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/types.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +13 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +28 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +8 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +10 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +17 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +93 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +4 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +26 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +13 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +28 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +8 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +10 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +17 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +93 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +4 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +26 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +34 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +34 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +73 -0
- package/node_modules/@smithy/middleware-retry/LICENSE +201 -0
- package/node_modules/@smithy/middleware-retry/README.md +11 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +425 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/util.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +20 -0
- package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +90 -0
- package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +52 -0
- package/node_modules/@smithy/middleware-retry/dist-es/defaultRetryQuota.js +27 -0
- package/node_modules/@smithy/middleware-retry/dist-es/delayDecider.js +2 -0
- package/node_modules/@smithy/middleware-retry/dist-es/index.js +7 -0
- package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -0
- package/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +22 -0
- package/node_modules/@smithy/middleware-retry/dist-es/retryDecider.js +7 -0
- package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +112 -0
- package/node_modules/@smithy/middleware-retry/dist-es/types.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-es/util.js +9 -0
- package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +20 -0
- package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +30 -0
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +45 -0
- package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +18 -0
- package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +4 -0
- package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +7 -0
- package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +4 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +20 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +30 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +45 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +18 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +4 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +4 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +53 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +53 -0
- package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/package.json +78 -0
- package/node_modules/@smithy/middleware-serde/LICENSE +201 -0
- package/node_modules/@smithy/middleware-serde/README.md +4 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +1 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +102 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +1 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +1 -0
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +25 -0
- package/node_modules/@smithy/middleware-serde/dist-es/index.js +3 -0
- package/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +22 -0
- package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +13 -0
- package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +5 -0
- package/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +12 -0
- package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +6 -0
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +5 -0
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +12 -0
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +6 -0
- package/node_modules/@smithy/middleware-serde/package.json +62 -0
- package/node_modules/@smithy/middleware-stack/LICENSE +201 -0
- package/node_modules/@smithy/middleware-stack/README.md +78 -0
- package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +1 -0
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +318 -0
- package/node_modules/@smithy/middleware-stack/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +281 -0
- package/node_modules/@smithy/middleware-stack/dist-es/index.js +1 -0
- package/node_modules/@smithy/middleware-stack/dist-es/types.js +1 -0
- package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +2 -0
- package/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +2 -0
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +22 -0
- package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +22 -0
- package/node_modules/@smithy/middleware-stack/package.json +63 -0
- package/node_modules/@smithy/node-config-provider/LICENSE +201 -0
- package/node_modules/@smithy/node-config-provider/README.md +4 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +1 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +1 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +1 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +1 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +87 -0
- package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -0
- package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +13 -0
- package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +22 -0
- package/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
- package/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
- package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +22 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +15 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +3 -0
- package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +22 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +15 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +3 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/node-config-provider/package.json +65 -0
- package/node_modules/@smithy/node-http-handler/LICENSE +201 -0
- package/node_modules/@smithy/node-http-handler/README.md +4 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +687 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
- package/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +184 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +86 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +159 -0
- package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +19 -0
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +81 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +21 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +8 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +6 -0
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +11 -0
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +14 -0
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +19 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +52 -0
- package/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
- package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +37 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +22 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +57 -0
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +14 -0
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +7 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +14 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +36 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +22 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +57 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +12 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/package.json +67 -0
- package/node_modules/@smithy/property-provider/LICENSE +201 -0
- package/node_modules/@smithy/property-provider/README.md +10 -0
- package/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +1 -0
- package/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -0
- package/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -0
- package/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -0
- package/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -0
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +150 -0
- package/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -0
- package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +9 -0
- package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +11 -0
- package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +9 -0
- package/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
- package/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
- package/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
- package/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
- package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
- package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
- package/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
- package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
- package/node_modules/@smithy/property-provider/package.json +60 -0
- package/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/node_modules/@smithy/protocol-http/README.md +4 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/Field.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +237 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-es/Field.js +23 -0
- package/node_modules/@smithy/protocol-http/dist-es/Fields.js +19 -0
- package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +22 -0
- package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +48 -0
- package/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +14 -0
- package/node_modules/@smithy/protocol-http/dist-es/index.js +8 -0
- package/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
- package/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +49 -0
- package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
- package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +23 -0
- package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +16 -0
- package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +49 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +44 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +23 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +16 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +21 -0
- package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
- package/node_modules/@smithy/protocol-http/package.json +61 -0
- package/node_modules/@smithy/querystring-builder/LICENSE +201 -0
- package/node_modules/@smithy/querystring-builder/README.md +10 -0
- package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +52 -0
- package/node_modules/@smithy/querystring-builder/dist-es/index.js +21 -0
- package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@smithy/querystring-builder/package.json +61 -0
- package/node_modules/@smithy/querystring-parser/LICENSE +201 -0
- package/node_modules/@smithy/querystring-parser/README.md +10 -0
- package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +53 -0
- package/node_modules/@smithy/querystring-parser/dist-es/index.js +23 -0
- package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@smithy/querystring-parser/package.json +60 -0
- package/node_modules/@smithy/service-error-classification/LICENSE +201 -0
- package/node_modules/@smithy/service-error-classification/README.md +4 -0
- package/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +98 -0
- package/node_modules/@smithy/service-error-classification/dist-es/constants.js +27 -0
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +21 -0
- package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +26 -0
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +19 -0
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +26 -0
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +19 -0
- package/node_modules/@smithy/service-error-classification/package.json +59 -0
- package/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
- package/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +190 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +13 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +27 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +9 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +5 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +44 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +22 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +15 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +5 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +44 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +22 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +15 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +5 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +13 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +13 -0
- package/node_modules/@smithy/shared-ini-file-loader/package.json +72 -0
- package/node_modules/@smithy/signature-v4/LICENSE +201 -0
- package/node_modules/@smithy/signature-v4/README.md +11 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/cloneRequest.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +467 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +190 -0
- package/node_modules/@smithy/signature-v4/dist-es/cloneRequest.js +12 -0
- package/node_modules/@smithy/signature-v4/dist-es/constants.js +43 -0
- package/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +33 -0
- package/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +20 -0
- package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +27 -0
- package/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +20 -0
- package/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +26 -0
- package/node_modules/@smithy/signature-v4/dist-es/index.js +7 -0
- package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +16 -0
- package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +11 -0
- package/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +399 -0
- package/node_modules/@smithy/signature-v4/dist-es/utilDate.js +15 -0
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +67 -0
- package/node_modules/@smithy/signature-v4/dist-types/cloneRequest.d.ts +6 -0
- package/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +43 -0
- package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +26 -0
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +4 -0
- package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +7 -0
- package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +14 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +67 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +6 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +26 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +14 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
- package/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +2 -0
- package/node_modules/@smithy/signature-v4/package.json +70 -0
- package/node_modules/@smithy/smithy-client/LICENSE +201 -0
- package/node_modules/@smithy/smithy-client/README.md +10 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/client.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/command.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1256 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +7 -0
- package/node_modules/@smithy/smithy-client/dist-es/client.js +24 -0
- package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +11 -0
- package/node_modules/@smithy/smithy-client/dist-es/command.js +114 -0
- package/node_modules/@smithy/smithy-client/dist-es/constants.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +21 -0
- package/node_modules/@smithy/smithy-client/dist-es/date-utils.js +187 -0
- package/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +22 -0
- package/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +26 -0
- package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +6 -0
- package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +22 -0
- package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +5 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +31 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +15 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +16 -0
- package/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +12 -0
- package/node_modules/@smithy/smithy-client/dist-es/index.js +22 -0
- package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +33 -0
- package/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +92 -0
- package/node_modules/@smithy/smithy-client/dist-es/parse-utils.js +230 -0
- package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +19 -0
- package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +13 -0
- package/node_modules/@smithy/smithy-client/dist-es/serde-json.js +19 -0
- package/node_modules/@smithy/smithy-client/dist-es/split-every.js +27 -0
- package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +11 -0
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +32 -0
- package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +113 -0
- package/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +4 -0
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/dist-types/date-utils.d.ts +73 -0
- package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +13 -0
- package/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +28 -0
- package/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +34 -0
- package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +25 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +15 -0
- package/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +23 -0
- package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +24 -0
- package/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +162 -0
- package/node_modules/@smithy/smithy-client/dist-types/parse-utils.d.ts +270 -0
- package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +10 -0
- package/node_modules/@smithy/smithy-client/dist-types/split-every.d.ts +11 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +11 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +32 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +113 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/date-utils.d.ts +73 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +13 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +28 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +34 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +25 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +15 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +23 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +24 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +178 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/parse-utils.d.ts +270 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +10 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-every.d.ts +11 -0
- package/node_modules/@smithy/smithy-client/package.json +66 -0
- package/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@smithy/types/README.md +80 -0
- package/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/index.js +149 -0
- package/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.js +36 -0
- package/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@smithy/types/dist-types/abort.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@smithy/types/dist-types/client.d.ts +44 -0
- package/node_modules/@smithy/types/dist-types/command.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
- package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +79 -0
- package/node_modules/@smithy/types/dist-types/http.d.ts +105 -0
- package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +27 -0
- package/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +36 -0
- package/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +510 -0
- package/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +81 -0
- package/node_modules/@smithy/types/dist-types/signature.d.ts +150 -0
- package/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +73 -0
- package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +62 -0
- package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +44 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +78 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +105 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +27 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +36 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +510 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +81 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +150 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +84 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +82 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@smithy/types/package.json +61 -0
- package/node_modules/@smithy/url-parser/LICENSE +201 -0
- package/node_modules/@smithy/url-parser/README.md +10 -0
- package/node_modules/@smithy/url-parser/dist-cjs/index.js +49 -0
- package/node_modules/@smithy/url-parser/dist-es/index.js +18 -0
- package/node_modules/@smithy/url-parser/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@smithy/url-parser/package.json +58 -0
- package/node_modules/@smithy/util-base64/LICENSE +201 -0
- package/node_modules/@smithy/util-base64/README.md +4 -0
- package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +35 -0
- package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +40 -0
- package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +27 -0
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +39 -0
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +19 -0
- package/node_modules/@smithy/util-base64/dist-es/constants.browser.js +28 -0
- package/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +36 -0
- package/node_modules/@smithy/util-base64/dist-es/fromBase64.js +12 -0
- package/node_modules/@smithy/util-base64/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +35 -0
- package/node_modules/@smithy/util-base64/dist-es/toBase64.js +15 -0
- package/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +6 -0
- package/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +8 -0
- package/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +7 -0
- package/node_modules/@smithy/util-base64/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +9 -0
- package/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +8 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +6 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +8 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +7 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +9 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +8 -0
- package/node_modules/@smithy/util-base64/package.json +73 -0
- package/node_modules/@smithy/util-body-length-browser/LICENSE +201 -0
- package/node_modules/@smithy/util-body-length-browser/README.md +12 -0
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +1 -0
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +57 -0
- package/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +26 -0
- package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-browser/package.json +57 -0
- package/node_modules/@smithy/util-body-length-node/LICENSE +201 -0
- package/node_modules/@smithy/util-body-length-node/README.md +12 -0
- package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +1 -0
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +53 -0
- package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +25 -0
- package/node_modules/@smithy/util-body-length-node/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-node/package.json +61 -0
- package/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
- package/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@smithy/util-buffer-from/package.json +61 -0
- package/node_modules/@smithy/util-config-provider/LICENSE +201 -0
- package/node_modules/@smithy/util-config-provider/README.md +4 -0
- package/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +1 -0
- package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +64 -0
- package/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +1 -0
- package/node_modules/@smithy/util-config-provider/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +9 -0
- package/node_modules/@smithy/util-config-provider/dist-es/index.js +3 -0
- package/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +9 -0
- package/node_modules/@smithy/util-config-provider/dist-es/types.js +5 -0
- package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +10 -0
- package/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +9 -0
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +10 -0
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +9 -0
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +4 -0
- package/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +4 -0
- package/node_modules/@smithy/util-config-provider/package.json +62 -0
- package/node_modules/@smithy/util-defaults-mode-browser/LICENSE +201 -0
- package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +4 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +25 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +33 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +23 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +27 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +19 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +12 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +12 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +66 -0
- package/node_modules/@smithy/util-defaults-mode-node/LICENSE +201 -0
- package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +119 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +6 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +11 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +52 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +24 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +6 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +24 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +6 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/util-defaults-mode-node/package.json +66 -0
- package/node_modules/@smithy/util-endpoints/LICENSE +201 -0
- package/node_modules/@smithy/util-endpoints/README.md +10 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +484 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +2 -0
- package/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +12 -0
- package/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +21 -0
- package/node_modules/@smithy/util-endpoints/dist-es/index.js +5 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +11 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +25 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +9 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +2 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +13 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +51 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +9 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +37 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +6 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/index.js +7 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +11 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +12 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +14 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +22 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +27 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +14 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +16 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +27 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +36 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +13 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +12 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +5 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +21 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +15 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +7 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +25 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +11 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +8 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +8 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +25 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +11 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +8 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +8 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/package.json +67 -0
- package/node_modules/@smithy/util-hex-encoding/LICENSE +201 -0
- package/node_modules/@smithy/util-hex-encoding/README.md +4 -0
- package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +67 -0
- package/node_modules/@smithy/util-hex-encoding/dist-es/index.js +33 -0
- package/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +12 -0
- package/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +12 -0
- package/node_modules/@smithy/util-hex-encoding/package.json +60 -0
- package/node_modules/@smithy/util-middleware/LICENSE +201 -0
- package/node_modules/@smithy/util-middleware/README.md +12 -0
- package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +1 -0
- package/node_modules/@smithy/util-middleware/dist-cjs/index.js +45 -0
- package/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +1 -0
- package/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
- package/node_modules/@smithy/util-middleware/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +6 -0
- package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/util-middleware/package.json +66 -0
- package/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/node_modules/@smithy/util-retry/README.md +78 -0
- package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +347 -0
- package/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
- package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +99 -0
- package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
- package/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
- package/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
- package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
- package/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
- package/node_modules/@smithy/util-retry/dist-es/types.js +1 -0
- package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +45 -0
- package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
- package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
- package/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +45 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
- package/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
- package/node_modules/@smithy/util-retry/package.json +68 -0
- package/node_modules/@smithy/util-stream/LICENSE +201 -0
- package/node_modules/@smithy/util-stream/README.md +6 -0
- package/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +1 -0
- package/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +1 -0
- package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
- package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +30 -0
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +89 -0
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +69 -0
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +50 -0
- package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +18 -0
- package/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +15 -0
- package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
- package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +26 -0
- package/node_modules/@smithy/util-stream/dist-es/index.js +3 -0
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +45 -0
- package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
- package/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +9 -0
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -0
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +9 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +7 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +8 -0
- package/node_modules/@smithy/util-stream/package.json +95 -0
- package/node_modules/@smithy/util-uri-escape/LICENSE +201 -0
- package/node_modules/@smithy/util-uri-escape/README.md +10 -0
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +1 -0
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +1 -0
- package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +43 -0
- package/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +2 -0
- package/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +2 -0
- package/node_modules/@smithy/util-uri-escape/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +4 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +4 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +4 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +4 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/util-uri-escape/package.json +59 -0
- package/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/node_modules/@smithy/util-utf8/README.md +4 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/node_modules/@smithy/util-utf8/package.json +66 -0
- package/node_modules/@smithy/util-waiter/LICENSE +201 -0
- package/node_modules/@smithy/util-waiter/README.md +10 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +1 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +155 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/poller.js +1 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +1 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +1 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +1 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +1 -0
- package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +23 -0
- package/node_modules/@smithy/util-waiter/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +33 -0
- package/node_modules/@smithy/util-waiter/dist-es/utils/index.js +2 -0
- package/node_modules/@smithy/util-waiter/dist-es/utils/sleep.js +3 -0
- package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +17 -0
- package/node_modules/@smithy/util-waiter/dist-es/waiter.js +34 -0
- package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +11 -0
- package/node_modules/@smithy/util-waiter/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +10 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +11 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +10 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +8 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +4 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +8 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +44 -0
- package/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +8 -0
- package/node_modules/@smithy/util-waiter/dist-types/utils/sleep.d.ts +4 -0
- package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +8 -0
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +44 -0
- package/node_modules/@smithy/util-waiter/package.json +62 -0
- package/node_modules/bowser/CHANGELOG.md +218 -0
- package/node_modules/bowser/LICENSE +39 -0
- package/node_modules/bowser/README.md +179 -0
- package/node_modules/bowser/bundled.js +1 -0
- package/node_modules/bowser/es5.js +1 -0
- package/node_modules/bowser/index.d.ts +250 -0
- package/node_modules/bowser/package.json +83 -0
- package/node_modules/bowser/src/bowser.js +77 -0
- package/node_modules/bowser/src/constants.js +116 -0
- package/node_modules/bowser/src/parser-browsers.js +700 -0
- package/node_modules/bowser/src/parser-engines.js +120 -0
- package/node_modules/bowser/src/parser-os.js +199 -0
- package/node_modules/bowser/src/parser-platforms.js +266 -0
- package/node_modules/bowser/src/parser.js +496 -0
- package/node_modules/bowser/src/utils.js +309 -0
- package/node_modules/fast-xml-parser/CHANGELOG.md +554 -0
- package/node_modules/fast-xml-parser/LICENSE +21 -0
- package/node_modules/fast-xml-parser/README.md +204 -0
- package/node_modules/fast-xml-parser/package.json +71 -0
- package/node_modules/fast-xml-parser/src/cli/cli.js +93 -0
- package/node_modules/fast-xml-parser/src/cli/man.js +12 -0
- package/node_modules/fast-xml-parser/src/cli/read.js +92 -0
- package/node_modules/fast-xml-parser/src/fxp.d.ts +108 -0
- package/node_modules/fast-xml-parser/src/fxp.js +11 -0
- package/node_modules/fast-xml-parser/src/util.js +72 -0
- package/node_modules/fast-xml-parser/src/validator.js +423 -0
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +259 -0
- package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +131 -0
- package/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +152 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +48 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +588 -0
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +58 -0
- package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +113 -0
- package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +25 -0
- package/node_modules/strnum/.vscode/launch.json +25 -0
- package/node_modules/strnum/LICENSE +21 -0
- package/node_modules/strnum/README.md +86 -0
- package/node_modules/strnum/package.json +24 -0
- package/node_modules/strnum/strnum.js +124 -0
- package/node_modules/strnum/strnum.test.js +150 -0
- package/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/tslib/README.md +164 -0
- package/node_modules/tslib/SECURITY.md +41 -0
- package/node_modules/tslib/modules/index.d.ts +37 -0
- package/node_modules/tslib/modules/index.js +68 -0
- package/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/tslib/package.json +47 -0
- package/node_modules/tslib/tslib.d.ts +453 -0
- package/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/tslib/tslib.es6.js +370 -0
- package/node_modules/tslib/tslib.es6.mjs +370 -0
- package/node_modules/tslib/tslib.html +1 -0
- package/node_modules/tslib/tslib.js +421 -0
- package/node_modules/uuid/CHANGELOG.md +229 -0
- package/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/node_modules/uuid/LICENSE.md +9 -0
- package/node_modules/uuid/README.md +505 -0
- package/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/uuid/dist/esm-browser/index.js +9 -0
- package/node_modules/uuid/dist/esm-browser/md5.js +215 -0
- package/node_modules/uuid/dist/esm-browser/nil.js +1 -0
- package/node_modules/uuid/dist/esm-browser/parse.js +35 -0
- package/node_modules/uuid/dist/esm-browser/regex.js +1 -0
- package/node_modules/uuid/dist/esm-browser/rng.js +19 -0
- package/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
- package/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
- package/node_modules/uuid/dist/esm-browser/v1.js +95 -0
- package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/uuid/dist/esm-browser/v35.js +64 -0
- package/node_modules/uuid/dist/esm-browser/v4.js +24 -0
- package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/uuid/dist/esm-browser/validate.js +7 -0
- package/node_modules/uuid/dist/esm-browser/version.js +11 -0
- package/node_modules/uuid/dist/esm-node/index.js +9 -0
- package/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/uuid/dist/esm-node/nil.js +1 -0
- package/node_modules/uuid/dist/esm-node/parse.js +35 -0
- package/node_modules/uuid/dist/esm-node/regex.js +1 -0
- package/node_modules/uuid/dist/esm-node/rng.js +12 -0
- package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/uuid/dist/esm-node/stringify.js +29 -0
- package/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/uuid/dist/esm-node/v35.js +64 -0
- package/node_modules/uuid/dist/esm-node/v4.js +24 -0
- package/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/uuid/dist/esm-node/validate.js +7 -0
- package/node_modules/uuid/dist/esm-node/version.js +11 -0
- package/node_modules/uuid/dist/index.js +79 -0
- package/node_modules/uuid/dist/md5-browser.js +223 -0
- package/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/uuid/dist/nil.js +8 -0
- package/node_modules/uuid/dist/parse.js +45 -0
- package/node_modules/uuid/dist/regex.js +8 -0
- package/node_modules/uuid/dist/rng-browser.js +26 -0
- package/node_modules/uuid/dist/rng.js +24 -0
- package/node_modules/uuid/dist/sha1-browser.js +104 -0
- package/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/uuid/dist/stringify.js +39 -0
- package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidNIL.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidParse.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidStringify.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidValidate.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidVersion.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
- package/node_modules/uuid/dist/uuid-bin.js +85 -0
- package/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/uuid/dist/v35.js +78 -0
- package/node_modules/uuid/dist/v4.js +37 -0
- package/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/uuid/dist/validate.js +17 -0
- package/node_modules/uuid/dist/version.js +21 -0
- package/node_modules/uuid/package.json +135 -0
- package/node_modules/uuid/wrapper.mjs +10 -0
- package/package.json +134 -0
|
@@ -0,0 +1,2019 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { StreamingBlobTypes } from "@smithy/types";
|
|
3
|
+
import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
|
|
4
|
+
import {
|
|
5
|
+
ArchiveGroupSettings,
|
|
6
|
+
AudioDescription,
|
|
7
|
+
BatchFailedResultModel,
|
|
8
|
+
BatchSuccessfulResultModel,
|
|
9
|
+
CaptionDescription,
|
|
10
|
+
CaptionLanguageMapping,
|
|
11
|
+
CdiInputSpecification,
|
|
12
|
+
ChannelClass,
|
|
13
|
+
ChannelEgressEndpoint,
|
|
14
|
+
ChannelState,
|
|
15
|
+
ColorCorrection,
|
|
16
|
+
DeviceSettingsSyncState,
|
|
17
|
+
DeviceUpdateStatus,
|
|
18
|
+
FrameCaptureGroupSettings,
|
|
19
|
+
Hdr10Settings,
|
|
20
|
+
HlsAdMarkers,
|
|
21
|
+
HlsAkamaiSettings,
|
|
22
|
+
HlsBasicPutSettings,
|
|
23
|
+
HlsCaptionLanguageSetting,
|
|
24
|
+
HlsClientCache,
|
|
25
|
+
HlsCodecSpecification,
|
|
26
|
+
HlsDirectoryStructure,
|
|
27
|
+
HlsDiscontinuityTags,
|
|
28
|
+
HlsEncryptionType,
|
|
29
|
+
HlsMediaStoreSettings,
|
|
30
|
+
HlsS3Settings,
|
|
31
|
+
HlsWebdavHttpTransferMode,
|
|
32
|
+
Input,
|
|
33
|
+
InputAttachment,
|
|
34
|
+
InputClass,
|
|
35
|
+
InputDestination,
|
|
36
|
+
InputDestinationRequest,
|
|
37
|
+
InputDeviceCodec,
|
|
38
|
+
InputDeviceConfigurableAudioChannelPairConfig,
|
|
39
|
+
InputDeviceConfiguredInput,
|
|
40
|
+
InputDeviceConnectionState,
|
|
41
|
+
InputDeviceHdSettings,
|
|
42
|
+
InputDeviceNetworkSettings,
|
|
43
|
+
InputDeviceOutputType,
|
|
44
|
+
InputDeviceSettings,
|
|
45
|
+
InputDeviceType,
|
|
46
|
+
InputDeviceUhdSettings,
|
|
47
|
+
InputLocation,
|
|
48
|
+
InputSecurityGroup,
|
|
49
|
+
InputSecurityGroupState,
|
|
50
|
+
InputSource,
|
|
51
|
+
InputSourceRequest,
|
|
52
|
+
InputSourceType,
|
|
53
|
+
InputSpecification,
|
|
54
|
+
InputState,
|
|
55
|
+
InputType,
|
|
56
|
+
InputWhitelistRule,
|
|
57
|
+
InputWhitelistRuleCidr,
|
|
58
|
+
LogLevel,
|
|
59
|
+
MaintenanceDay,
|
|
60
|
+
MaintenanceStatus,
|
|
61
|
+
MediaConnectFlow,
|
|
62
|
+
MediaConnectFlowRequest,
|
|
63
|
+
MultiplexOutputDestination,
|
|
64
|
+
MultiplexProgramPipelineDetail,
|
|
65
|
+
MultiplexState,
|
|
66
|
+
OfferingDurationUnits,
|
|
67
|
+
OfferingType,
|
|
68
|
+
Output,
|
|
69
|
+
OutputDestination,
|
|
70
|
+
OutputLocationRef,
|
|
71
|
+
ReservationResourceSpecification,
|
|
72
|
+
VpcOutputSettingsDescription,
|
|
73
|
+
} from "./models_0";
|
|
74
|
+
export interface HlsWebdavSettings {
|
|
75
|
+
ConnectionRetryInterval?: number;
|
|
76
|
+
FilecacheDuration?: number;
|
|
77
|
+
HttpTransferMode?: HlsWebdavHttpTransferMode;
|
|
78
|
+
NumRetries?: number;
|
|
79
|
+
RestartDelay?: number;
|
|
80
|
+
}
|
|
81
|
+
export interface HlsCdnSettings {
|
|
82
|
+
HlsAkamaiSettings?: HlsAkamaiSettings;
|
|
83
|
+
HlsBasicPutSettings?: HlsBasicPutSettings;
|
|
84
|
+
HlsMediaStoreSettings?: HlsMediaStoreSettings;
|
|
85
|
+
HlsS3Settings?: HlsS3Settings;
|
|
86
|
+
HlsWebdavSettings?: HlsWebdavSettings;
|
|
87
|
+
}
|
|
88
|
+
export declare const HlsId3SegmentTaggingState: {
|
|
89
|
+
readonly DISABLED: "DISABLED";
|
|
90
|
+
readonly ENABLED: "ENABLED";
|
|
91
|
+
};
|
|
92
|
+
export type HlsId3SegmentTaggingState =
|
|
93
|
+
(typeof HlsId3SegmentTaggingState)[keyof typeof HlsId3SegmentTaggingState];
|
|
94
|
+
export declare const IFrameOnlyPlaylistType: {
|
|
95
|
+
readonly DISABLED: "DISABLED";
|
|
96
|
+
readonly STANDARD: "STANDARD";
|
|
97
|
+
};
|
|
98
|
+
export type IFrameOnlyPlaylistType =
|
|
99
|
+
(typeof IFrameOnlyPlaylistType)[keyof typeof IFrameOnlyPlaylistType];
|
|
100
|
+
export declare const HlsIncompleteSegmentBehavior: {
|
|
101
|
+
readonly AUTO: "AUTO";
|
|
102
|
+
readonly SUPPRESS: "SUPPRESS";
|
|
103
|
+
};
|
|
104
|
+
export type HlsIncompleteSegmentBehavior =
|
|
105
|
+
(typeof HlsIncompleteSegmentBehavior)[keyof typeof HlsIncompleteSegmentBehavior];
|
|
106
|
+
export declare const InputLossActionForHlsOut: {
|
|
107
|
+
readonly EMIT_OUTPUT: "EMIT_OUTPUT";
|
|
108
|
+
readonly PAUSE_OUTPUT: "PAUSE_OUTPUT";
|
|
109
|
+
};
|
|
110
|
+
export type InputLossActionForHlsOut =
|
|
111
|
+
(typeof InputLossActionForHlsOut)[keyof typeof InputLossActionForHlsOut];
|
|
112
|
+
export declare const HlsIvInManifest: {
|
|
113
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
114
|
+
readonly INCLUDE: "INCLUDE";
|
|
115
|
+
};
|
|
116
|
+
export type HlsIvInManifest =
|
|
117
|
+
(typeof HlsIvInManifest)[keyof typeof HlsIvInManifest];
|
|
118
|
+
export declare const HlsIvSource: {
|
|
119
|
+
readonly EXPLICIT: "EXPLICIT";
|
|
120
|
+
readonly FOLLOWS_SEGMENT_NUMBER: "FOLLOWS_SEGMENT_NUMBER";
|
|
121
|
+
};
|
|
122
|
+
export type HlsIvSource = (typeof HlsIvSource)[keyof typeof HlsIvSource];
|
|
123
|
+
export interface StaticKeySettings {
|
|
124
|
+
KeyProviderServer?: InputLocation;
|
|
125
|
+
StaticKeyValue: string | undefined;
|
|
126
|
+
}
|
|
127
|
+
export interface KeyProviderSettings {
|
|
128
|
+
StaticKeySettings?: StaticKeySettings;
|
|
129
|
+
}
|
|
130
|
+
export declare const HlsManifestCompression: {
|
|
131
|
+
readonly GZIP: "GZIP";
|
|
132
|
+
readonly NONE: "NONE";
|
|
133
|
+
};
|
|
134
|
+
export type HlsManifestCompression =
|
|
135
|
+
(typeof HlsManifestCompression)[keyof typeof HlsManifestCompression];
|
|
136
|
+
export declare const HlsManifestDurationFormat: {
|
|
137
|
+
readonly FLOATING_POINT: "FLOATING_POINT";
|
|
138
|
+
readonly INTEGER: "INTEGER";
|
|
139
|
+
};
|
|
140
|
+
export type HlsManifestDurationFormat =
|
|
141
|
+
(typeof HlsManifestDurationFormat)[keyof typeof HlsManifestDurationFormat];
|
|
142
|
+
export declare const HlsMode: {
|
|
143
|
+
readonly LIVE: "LIVE";
|
|
144
|
+
readonly VOD: "VOD";
|
|
145
|
+
};
|
|
146
|
+
export type HlsMode = (typeof HlsMode)[keyof typeof HlsMode];
|
|
147
|
+
export declare const HlsOutputSelection: {
|
|
148
|
+
readonly MANIFESTS_AND_SEGMENTS: "MANIFESTS_AND_SEGMENTS";
|
|
149
|
+
readonly SEGMENTS_ONLY: "SEGMENTS_ONLY";
|
|
150
|
+
readonly VARIANT_MANIFESTS_AND_SEGMENTS: "VARIANT_MANIFESTS_AND_SEGMENTS";
|
|
151
|
+
};
|
|
152
|
+
export type HlsOutputSelection =
|
|
153
|
+
(typeof HlsOutputSelection)[keyof typeof HlsOutputSelection];
|
|
154
|
+
export declare const HlsProgramDateTime: {
|
|
155
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
156
|
+
readonly INCLUDE: "INCLUDE";
|
|
157
|
+
};
|
|
158
|
+
export type HlsProgramDateTime =
|
|
159
|
+
(typeof HlsProgramDateTime)[keyof typeof HlsProgramDateTime];
|
|
160
|
+
export declare const HlsProgramDateTimeClock: {
|
|
161
|
+
readonly INITIALIZE_FROM_OUTPUT_TIMECODE: "INITIALIZE_FROM_OUTPUT_TIMECODE";
|
|
162
|
+
readonly SYSTEM_CLOCK: "SYSTEM_CLOCK";
|
|
163
|
+
};
|
|
164
|
+
export type HlsProgramDateTimeClock =
|
|
165
|
+
(typeof HlsProgramDateTimeClock)[keyof typeof HlsProgramDateTimeClock];
|
|
166
|
+
export declare const HlsRedundantManifest: {
|
|
167
|
+
readonly DISABLED: "DISABLED";
|
|
168
|
+
readonly ENABLED: "ENABLED";
|
|
169
|
+
};
|
|
170
|
+
export type HlsRedundantManifest =
|
|
171
|
+
(typeof HlsRedundantManifest)[keyof typeof HlsRedundantManifest];
|
|
172
|
+
export declare const HlsSegmentationMode: {
|
|
173
|
+
readonly USE_INPUT_SEGMENTATION: "USE_INPUT_SEGMENTATION";
|
|
174
|
+
readonly USE_SEGMENT_DURATION: "USE_SEGMENT_DURATION";
|
|
175
|
+
};
|
|
176
|
+
export type HlsSegmentationMode =
|
|
177
|
+
(typeof HlsSegmentationMode)[keyof typeof HlsSegmentationMode];
|
|
178
|
+
export declare const HlsStreamInfResolution: {
|
|
179
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
180
|
+
readonly INCLUDE: "INCLUDE";
|
|
181
|
+
};
|
|
182
|
+
export type HlsStreamInfResolution =
|
|
183
|
+
(typeof HlsStreamInfResolution)[keyof typeof HlsStreamInfResolution];
|
|
184
|
+
export declare const HlsTimedMetadataId3Frame: {
|
|
185
|
+
readonly NONE: "NONE";
|
|
186
|
+
readonly PRIV: "PRIV";
|
|
187
|
+
readonly TDRL: "TDRL";
|
|
188
|
+
};
|
|
189
|
+
export type HlsTimedMetadataId3Frame =
|
|
190
|
+
(typeof HlsTimedMetadataId3Frame)[keyof typeof HlsTimedMetadataId3Frame];
|
|
191
|
+
export declare const HlsTsFileMode: {
|
|
192
|
+
readonly SEGMENTED_FILES: "SEGMENTED_FILES";
|
|
193
|
+
readonly SINGLE_FILE: "SINGLE_FILE";
|
|
194
|
+
};
|
|
195
|
+
export type HlsTsFileMode = (typeof HlsTsFileMode)[keyof typeof HlsTsFileMode];
|
|
196
|
+
export interface HlsGroupSettings {
|
|
197
|
+
AdMarkers?: HlsAdMarkers[];
|
|
198
|
+
BaseUrlContent?: string;
|
|
199
|
+
BaseUrlContent1?: string;
|
|
200
|
+
BaseUrlManifest?: string;
|
|
201
|
+
BaseUrlManifest1?: string;
|
|
202
|
+
CaptionLanguageMappings?: CaptionLanguageMapping[];
|
|
203
|
+
CaptionLanguageSetting?: HlsCaptionLanguageSetting;
|
|
204
|
+
ClientCache?: HlsClientCache;
|
|
205
|
+
CodecSpecification?: HlsCodecSpecification;
|
|
206
|
+
ConstantIv?: string;
|
|
207
|
+
Destination: OutputLocationRef | undefined;
|
|
208
|
+
DirectoryStructure?: HlsDirectoryStructure;
|
|
209
|
+
DiscontinuityTags?: HlsDiscontinuityTags;
|
|
210
|
+
EncryptionType?: HlsEncryptionType;
|
|
211
|
+
HlsCdnSettings?: HlsCdnSettings;
|
|
212
|
+
HlsId3SegmentTagging?: HlsId3SegmentTaggingState;
|
|
213
|
+
IFrameOnlyPlaylists?: IFrameOnlyPlaylistType;
|
|
214
|
+
IncompleteSegmentBehavior?: HlsIncompleteSegmentBehavior;
|
|
215
|
+
IndexNSegments?: number;
|
|
216
|
+
InputLossAction?: InputLossActionForHlsOut;
|
|
217
|
+
IvInManifest?: HlsIvInManifest;
|
|
218
|
+
IvSource?: HlsIvSource;
|
|
219
|
+
KeepSegments?: number;
|
|
220
|
+
KeyFormat?: string;
|
|
221
|
+
KeyFormatVersions?: string;
|
|
222
|
+
KeyProviderSettings?: KeyProviderSettings;
|
|
223
|
+
ManifestCompression?: HlsManifestCompression;
|
|
224
|
+
ManifestDurationFormat?: HlsManifestDurationFormat;
|
|
225
|
+
MinSegmentLength?: number;
|
|
226
|
+
Mode?: HlsMode;
|
|
227
|
+
OutputSelection?: HlsOutputSelection;
|
|
228
|
+
ProgramDateTime?: HlsProgramDateTime;
|
|
229
|
+
ProgramDateTimeClock?: HlsProgramDateTimeClock;
|
|
230
|
+
ProgramDateTimePeriod?: number;
|
|
231
|
+
RedundantManifest?: HlsRedundantManifest;
|
|
232
|
+
SegmentLength?: number;
|
|
233
|
+
SegmentationMode?: HlsSegmentationMode;
|
|
234
|
+
SegmentsPerSubdirectory?: number;
|
|
235
|
+
StreamInfResolution?: HlsStreamInfResolution;
|
|
236
|
+
TimedMetadataId3Frame?: HlsTimedMetadataId3Frame;
|
|
237
|
+
TimedMetadataId3Period?: number;
|
|
238
|
+
TimestampDeltaMilliseconds?: number;
|
|
239
|
+
TsFileMode?: HlsTsFileMode;
|
|
240
|
+
}
|
|
241
|
+
export interface MediaPackageGroupSettings {
|
|
242
|
+
Destination: OutputLocationRef | undefined;
|
|
243
|
+
}
|
|
244
|
+
export declare const SmoothGroupAudioOnlyTimecodeControl: {
|
|
245
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
246
|
+
readonly USE_CONFIGURED_CLOCK: "USE_CONFIGURED_CLOCK";
|
|
247
|
+
};
|
|
248
|
+
export type SmoothGroupAudioOnlyTimecodeControl =
|
|
249
|
+
(typeof SmoothGroupAudioOnlyTimecodeControl)[keyof typeof SmoothGroupAudioOnlyTimecodeControl];
|
|
250
|
+
export declare const SmoothGroupCertificateMode: {
|
|
251
|
+
readonly SELF_SIGNED: "SELF_SIGNED";
|
|
252
|
+
readonly VERIFY_AUTHENTICITY: "VERIFY_AUTHENTICITY";
|
|
253
|
+
};
|
|
254
|
+
export type SmoothGroupCertificateMode =
|
|
255
|
+
(typeof SmoothGroupCertificateMode)[keyof typeof SmoothGroupCertificateMode];
|
|
256
|
+
export declare const SmoothGroupEventIdMode: {
|
|
257
|
+
readonly NO_EVENT_ID: "NO_EVENT_ID";
|
|
258
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
259
|
+
readonly USE_TIMESTAMP: "USE_TIMESTAMP";
|
|
260
|
+
};
|
|
261
|
+
export type SmoothGroupEventIdMode =
|
|
262
|
+
(typeof SmoothGroupEventIdMode)[keyof typeof SmoothGroupEventIdMode];
|
|
263
|
+
export declare const SmoothGroupEventStopBehavior: {
|
|
264
|
+
readonly NONE: "NONE";
|
|
265
|
+
readonly SEND_EOS: "SEND_EOS";
|
|
266
|
+
};
|
|
267
|
+
export type SmoothGroupEventStopBehavior =
|
|
268
|
+
(typeof SmoothGroupEventStopBehavior)[keyof typeof SmoothGroupEventStopBehavior];
|
|
269
|
+
export declare const InputLossActionForMsSmoothOut: {
|
|
270
|
+
readonly EMIT_OUTPUT: "EMIT_OUTPUT";
|
|
271
|
+
readonly PAUSE_OUTPUT: "PAUSE_OUTPUT";
|
|
272
|
+
};
|
|
273
|
+
export type InputLossActionForMsSmoothOut =
|
|
274
|
+
(typeof InputLossActionForMsSmoothOut)[keyof typeof InputLossActionForMsSmoothOut];
|
|
275
|
+
export declare const SmoothGroupSegmentationMode: {
|
|
276
|
+
readonly USE_INPUT_SEGMENTATION: "USE_INPUT_SEGMENTATION";
|
|
277
|
+
readonly USE_SEGMENT_DURATION: "USE_SEGMENT_DURATION";
|
|
278
|
+
};
|
|
279
|
+
export type SmoothGroupSegmentationMode =
|
|
280
|
+
(typeof SmoothGroupSegmentationMode)[keyof typeof SmoothGroupSegmentationMode];
|
|
281
|
+
export declare const SmoothGroupSparseTrackType: {
|
|
282
|
+
readonly NONE: "NONE";
|
|
283
|
+
readonly SCTE_35: "SCTE_35";
|
|
284
|
+
readonly SCTE_35_WITHOUT_SEGMENTATION: "SCTE_35_WITHOUT_SEGMENTATION";
|
|
285
|
+
};
|
|
286
|
+
export type SmoothGroupSparseTrackType =
|
|
287
|
+
(typeof SmoothGroupSparseTrackType)[keyof typeof SmoothGroupSparseTrackType];
|
|
288
|
+
export declare const SmoothGroupStreamManifestBehavior: {
|
|
289
|
+
readonly DO_NOT_SEND: "DO_NOT_SEND";
|
|
290
|
+
readonly SEND: "SEND";
|
|
291
|
+
};
|
|
292
|
+
export type SmoothGroupStreamManifestBehavior =
|
|
293
|
+
(typeof SmoothGroupStreamManifestBehavior)[keyof typeof SmoothGroupStreamManifestBehavior];
|
|
294
|
+
export declare const SmoothGroupTimestampOffsetMode: {
|
|
295
|
+
readonly USE_CONFIGURED_OFFSET: "USE_CONFIGURED_OFFSET";
|
|
296
|
+
readonly USE_EVENT_START_DATE: "USE_EVENT_START_DATE";
|
|
297
|
+
};
|
|
298
|
+
export type SmoothGroupTimestampOffsetMode =
|
|
299
|
+
(typeof SmoothGroupTimestampOffsetMode)[keyof typeof SmoothGroupTimestampOffsetMode];
|
|
300
|
+
export interface MsSmoothGroupSettings {
|
|
301
|
+
AcquisitionPointId?: string;
|
|
302
|
+
AudioOnlyTimecodeControl?: SmoothGroupAudioOnlyTimecodeControl;
|
|
303
|
+
CertificateMode?: SmoothGroupCertificateMode;
|
|
304
|
+
ConnectionRetryInterval?: number;
|
|
305
|
+
Destination: OutputLocationRef | undefined;
|
|
306
|
+
EventId?: string;
|
|
307
|
+
EventIdMode?: SmoothGroupEventIdMode;
|
|
308
|
+
EventStopBehavior?: SmoothGroupEventStopBehavior;
|
|
309
|
+
FilecacheDuration?: number;
|
|
310
|
+
FragmentLength?: number;
|
|
311
|
+
InputLossAction?: InputLossActionForMsSmoothOut;
|
|
312
|
+
NumRetries?: number;
|
|
313
|
+
RestartDelay?: number;
|
|
314
|
+
SegmentationMode?: SmoothGroupSegmentationMode;
|
|
315
|
+
SendDelayMs?: number;
|
|
316
|
+
SparseTrackType?: SmoothGroupSparseTrackType;
|
|
317
|
+
StreamManifestBehavior?: SmoothGroupStreamManifestBehavior;
|
|
318
|
+
TimestampOffset?: string;
|
|
319
|
+
TimestampOffsetMode?: SmoothGroupTimestampOffsetMode;
|
|
320
|
+
}
|
|
321
|
+
export interface MultiplexGroupSettings {}
|
|
322
|
+
export declare const RtmpAdMarkers: {
|
|
323
|
+
readonly ON_CUE_POINT_SCTE35: "ON_CUE_POINT_SCTE35";
|
|
324
|
+
};
|
|
325
|
+
export type RtmpAdMarkers = (typeof RtmpAdMarkers)[keyof typeof RtmpAdMarkers];
|
|
326
|
+
export declare const AuthenticationScheme: {
|
|
327
|
+
readonly AKAMAI: "AKAMAI";
|
|
328
|
+
readonly COMMON: "COMMON";
|
|
329
|
+
};
|
|
330
|
+
export type AuthenticationScheme =
|
|
331
|
+
(typeof AuthenticationScheme)[keyof typeof AuthenticationScheme];
|
|
332
|
+
export declare const RtmpCacheFullBehavior: {
|
|
333
|
+
readonly DISCONNECT_IMMEDIATELY: "DISCONNECT_IMMEDIATELY";
|
|
334
|
+
readonly WAIT_FOR_SERVER: "WAIT_FOR_SERVER";
|
|
335
|
+
};
|
|
336
|
+
export type RtmpCacheFullBehavior =
|
|
337
|
+
(typeof RtmpCacheFullBehavior)[keyof typeof RtmpCacheFullBehavior];
|
|
338
|
+
export declare const RtmpCaptionData: {
|
|
339
|
+
readonly ALL: "ALL";
|
|
340
|
+
readonly FIELD1_608: "FIELD1_608";
|
|
341
|
+
readonly FIELD1_AND_FIELD2_608: "FIELD1_AND_FIELD2_608";
|
|
342
|
+
};
|
|
343
|
+
export type RtmpCaptionData =
|
|
344
|
+
(typeof RtmpCaptionData)[keyof typeof RtmpCaptionData];
|
|
345
|
+
export declare const IncludeFillerNalUnits: {
|
|
346
|
+
readonly AUTO: "AUTO";
|
|
347
|
+
readonly DROP: "DROP";
|
|
348
|
+
readonly INCLUDE: "INCLUDE";
|
|
349
|
+
};
|
|
350
|
+
export type IncludeFillerNalUnits =
|
|
351
|
+
(typeof IncludeFillerNalUnits)[keyof typeof IncludeFillerNalUnits];
|
|
352
|
+
export declare const InputLossActionForRtmpOut: {
|
|
353
|
+
readonly EMIT_OUTPUT: "EMIT_OUTPUT";
|
|
354
|
+
readonly PAUSE_OUTPUT: "PAUSE_OUTPUT";
|
|
355
|
+
};
|
|
356
|
+
export type InputLossActionForRtmpOut =
|
|
357
|
+
(typeof InputLossActionForRtmpOut)[keyof typeof InputLossActionForRtmpOut];
|
|
358
|
+
export interface RtmpGroupSettings {
|
|
359
|
+
AdMarkers?: RtmpAdMarkers[];
|
|
360
|
+
AuthenticationScheme?: AuthenticationScheme;
|
|
361
|
+
CacheFullBehavior?: RtmpCacheFullBehavior;
|
|
362
|
+
CacheLength?: number;
|
|
363
|
+
CaptionData?: RtmpCaptionData;
|
|
364
|
+
InputLossAction?: InputLossActionForRtmpOut;
|
|
365
|
+
RestartDelay?: number;
|
|
366
|
+
IncludeFillerNalUnits?: IncludeFillerNalUnits;
|
|
367
|
+
}
|
|
368
|
+
export declare const InputLossActionForUdpOut: {
|
|
369
|
+
readonly DROP_PROGRAM: "DROP_PROGRAM";
|
|
370
|
+
readonly DROP_TS: "DROP_TS";
|
|
371
|
+
readonly EMIT_PROGRAM: "EMIT_PROGRAM";
|
|
372
|
+
};
|
|
373
|
+
export type InputLossActionForUdpOut =
|
|
374
|
+
(typeof InputLossActionForUdpOut)[keyof typeof InputLossActionForUdpOut];
|
|
375
|
+
export declare const UdpTimedMetadataId3Frame: {
|
|
376
|
+
readonly NONE: "NONE";
|
|
377
|
+
readonly PRIV: "PRIV";
|
|
378
|
+
readonly TDRL: "TDRL";
|
|
379
|
+
};
|
|
380
|
+
export type UdpTimedMetadataId3Frame =
|
|
381
|
+
(typeof UdpTimedMetadataId3Frame)[keyof typeof UdpTimedMetadataId3Frame];
|
|
382
|
+
export interface UdpGroupSettings {
|
|
383
|
+
InputLossAction?: InputLossActionForUdpOut;
|
|
384
|
+
TimedMetadataId3Frame?: UdpTimedMetadataId3Frame;
|
|
385
|
+
TimedMetadataId3Period?: number;
|
|
386
|
+
}
|
|
387
|
+
export interface OutputGroupSettings {
|
|
388
|
+
ArchiveGroupSettings?: ArchiveGroupSettings;
|
|
389
|
+
FrameCaptureGroupSettings?: FrameCaptureGroupSettings;
|
|
390
|
+
HlsGroupSettings?: HlsGroupSettings;
|
|
391
|
+
MediaPackageGroupSettings?: MediaPackageGroupSettings;
|
|
392
|
+
MsSmoothGroupSettings?: MsSmoothGroupSettings;
|
|
393
|
+
MultiplexGroupSettings?: MultiplexGroupSettings;
|
|
394
|
+
RtmpGroupSettings?: RtmpGroupSettings;
|
|
395
|
+
UdpGroupSettings?: UdpGroupSettings;
|
|
396
|
+
}
|
|
397
|
+
export interface OutputGroup {
|
|
398
|
+
Name?: string;
|
|
399
|
+
OutputGroupSettings: OutputGroupSettings | undefined;
|
|
400
|
+
Outputs: Output[] | undefined;
|
|
401
|
+
}
|
|
402
|
+
export interface PipelineDetail {
|
|
403
|
+
ActiveInputAttachmentName?: string;
|
|
404
|
+
ActiveInputSwitchActionName?: string;
|
|
405
|
+
ActiveMotionGraphicsActionName?: string;
|
|
406
|
+
ActiveMotionGraphicsUri?: string;
|
|
407
|
+
PipelineId?: string;
|
|
408
|
+
}
|
|
409
|
+
export declare const PipelineId: {
|
|
410
|
+
readonly PIPELINE_0: "PIPELINE_0";
|
|
411
|
+
readonly PIPELINE_1: "PIPELINE_1";
|
|
412
|
+
};
|
|
413
|
+
export type PipelineId = (typeof PipelineId)[keyof typeof PipelineId];
|
|
414
|
+
export interface PipelinePauseStateSettings {
|
|
415
|
+
PipelineId: PipelineId | undefined;
|
|
416
|
+
}
|
|
417
|
+
export declare const ReservationAutomaticRenewal: {
|
|
418
|
+
readonly DISABLED: "DISABLED";
|
|
419
|
+
readonly ENABLED: "ENABLED";
|
|
420
|
+
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
421
|
+
};
|
|
422
|
+
export type ReservationAutomaticRenewal =
|
|
423
|
+
(typeof ReservationAutomaticRenewal)[keyof typeof ReservationAutomaticRenewal];
|
|
424
|
+
export interface RenewalSettings {
|
|
425
|
+
AutomaticRenewal?: ReservationAutomaticRenewal;
|
|
426
|
+
RenewalCount?: number;
|
|
427
|
+
}
|
|
428
|
+
export declare const ReservationState: {
|
|
429
|
+
readonly ACTIVE: "ACTIVE";
|
|
430
|
+
readonly CANCELED: "CANCELED";
|
|
431
|
+
readonly DELETED: "DELETED";
|
|
432
|
+
readonly EXPIRED: "EXPIRED";
|
|
433
|
+
};
|
|
434
|
+
export type ReservationState =
|
|
435
|
+
(typeof ReservationState)[keyof typeof ReservationState];
|
|
436
|
+
export interface Reservation {
|
|
437
|
+
Arn?: string;
|
|
438
|
+
Count?: number;
|
|
439
|
+
CurrencyCode?: string;
|
|
440
|
+
Duration?: number;
|
|
441
|
+
DurationUnits?: OfferingDurationUnits;
|
|
442
|
+
End?: string;
|
|
443
|
+
FixedPrice?: number;
|
|
444
|
+
Name?: string;
|
|
445
|
+
OfferingDescription?: string;
|
|
446
|
+
OfferingId?: string;
|
|
447
|
+
OfferingType?: OfferingType;
|
|
448
|
+
Region?: string;
|
|
449
|
+
RenewalSettings?: RenewalSettings;
|
|
450
|
+
ReservationId?: string;
|
|
451
|
+
ResourceSpecification?: ReservationResourceSpecification;
|
|
452
|
+
Start?: string;
|
|
453
|
+
State?: ReservationState;
|
|
454
|
+
Tags?: Record<string, string>;
|
|
455
|
+
UsagePrice?: number;
|
|
456
|
+
}
|
|
457
|
+
export interface HlsId3SegmentTaggingScheduleActionSettings {
|
|
458
|
+
Tag?: string;
|
|
459
|
+
Id3?: string;
|
|
460
|
+
}
|
|
461
|
+
export interface HlsTimedMetadataScheduleActionSettings {
|
|
462
|
+
Id3: string | undefined;
|
|
463
|
+
}
|
|
464
|
+
export declare const InputTimecodeSource: {
|
|
465
|
+
readonly EMBEDDED: "EMBEDDED";
|
|
466
|
+
readonly ZEROBASED: "ZEROBASED";
|
|
467
|
+
};
|
|
468
|
+
export type InputTimecodeSource =
|
|
469
|
+
(typeof InputTimecodeSource)[keyof typeof InputTimecodeSource];
|
|
470
|
+
export interface StartTimecode {
|
|
471
|
+
Timecode?: string;
|
|
472
|
+
}
|
|
473
|
+
export declare const LastFrameClippingBehavior: {
|
|
474
|
+
readonly EXCLUDE_LAST_FRAME: "EXCLUDE_LAST_FRAME";
|
|
475
|
+
readonly INCLUDE_LAST_FRAME: "INCLUDE_LAST_FRAME";
|
|
476
|
+
};
|
|
477
|
+
export type LastFrameClippingBehavior =
|
|
478
|
+
(typeof LastFrameClippingBehavior)[keyof typeof LastFrameClippingBehavior];
|
|
479
|
+
export interface StopTimecode {
|
|
480
|
+
LastFrameClippingBehavior?: LastFrameClippingBehavior;
|
|
481
|
+
Timecode?: string;
|
|
482
|
+
}
|
|
483
|
+
export interface InputClippingSettings {
|
|
484
|
+
InputTimecodeSource: InputTimecodeSource | undefined;
|
|
485
|
+
StartTimecode?: StartTimecode;
|
|
486
|
+
StopTimecode?: StopTimecode;
|
|
487
|
+
}
|
|
488
|
+
export interface InputPrepareScheduleActionSettings {
|
|
489
|
+
InputAttachmentNameReference?: string;
|
|
490
|
+
InputClippingSettings?: InputClippingSettings;
|
|
491
|
+
UrlPath?: string[];
|
|
492
|
+
}
|
|
493
|
+
export interface InputSwitchScheduleActionSettings {
|
|
494
|
+
InputAttachmentNameReference: string | undefined;
|
|
495
|
+
InputClippingSettings?: InputClippingSettings;
|
|
496
|
+
UrlPath?: string[];
|
|
497
|
+
}
|
|
498
|
+
export interface MotionGraphicsActivateScheduleActionSettings {
|
|
499
|
+
Duration?: number;
|
|
500
|
+
PasswordParam?: string;
|
|
501
|
+
Url?: string;
|
|
502
|
+
Username?: string;
|
|
503
|
+
}
|
|
504
|
+
export interface MotionGraphicsDeactivateScheduleActionSettings {}
|
|
505
|
+
export interface PauseStateScheduleActionSettings {
|
|
506
|
+
Pipelines?: PipelinePauseStateSettings[];
|
|
507
|
+
}
|
|
508
|
+
export declare const Scte35InputMode: {
|
|
509
|
+
readonly FIXED: "FIXED";
|
|
510
|
+
readonly FOLLOW_ACTIVE: "FOLLOW_ACTIVE";
|
|
511
|
+
};
|
|
512
|
+
export type Scte35InputMode =
|
|
513
|
+
(typeof Scte35InputMode)[keyof typeof Scte35InputMode];
|
|
514
|
+
export interface Scte35InputScheduleActionSettings {
|
|
515
|
+
InputAttachmentNameReference?: string;
|
|
516
|
+
Mode: Scte35InputMode | undefined;
|
|
517
|
+
}
|
|
518
|
+
export interface Scte35ReturnToNetworkScheduleActionSettings {
|
|
519
|
+
SpliceEventId: number | undefined;
|
|
520
|
+
}
|
|
521
|
+
export interface Scte35SpliceInsertScheduleActionSettings {
|
|
522
|
+
Duration?: number;
|
|
523
|
+
SpliceEventId: number | undefined;
|
|
524
|
+
}
|
|
525
|
+
export declare const Scte35ArchiveAllowedFlag: {
|
|
526
|
+
readonly ARCHIVE_ALLOWED: "ARCHIVE_ALLOWED";
|
|
527
|
+
readonly ARCHIVE_NOT_ALLOWED: "ARCHIVE_NOT_ALLOWED";
|
|
528
|
+
};
|
|
529
|
+
export type Scte35ArchiveAllowedFlag =
|
|
530
|
+
(typeof Scte35ArchiveAllowedFlag)[keyof typeof Scte35ArchiveAllowedFlag];
|
|
531
|
+
export declare const Scte35DeviceRestrictions: {
|
|
532
|
+
readonly NONE: "NONE";
|
|
533
|
+
readonly RESTRICT_GROUP0: "RESTRICT_GROUP0";
|
|
534
|
+
readonly RESTRICT_GROUP1: "RESTRICT_GROUP1";
|
|
535
|
+
readonly RESTRICT_GROUP2: "RESTRICT_GROUP2";
|
|
536
|
+
};
|
|
537
|
+
export type Scte35DeviceRestrictions =
|
|
538
|
+
(typeof Scte35DeviceRestrictions)[keyof typeof Scte35DeviceRestrictions];
|
|
539
|
+
export declare const Scte35NoRegionalBlackoutFlag: {
|
|
540
|
+
readonly NO_REGIONAL_BLACKOUT: "NO_REGIONAL_BLACKOUT";
|
|
541
|
+
readonly REGIONAL_BLACKOUT: "REGIONAL_BLACKOUT";
|
|
542
|
+
};
|
|
543
|
+
export type Scte35NoRegionalBlackoutFlag =
|
|
544
|
+
(typeof Scte35NoRegionalBlackoutFlag)[keyof typeof Scte35NoRegionalBlackoutFlag];
|
|
545
|
+
export declare const Scte35WebDeliveryAllowedFlag: {
|
|
546
|
+
readonly WEB_DELIVERY_ALLOWED: "WEB_DELIVERY_ALLOWED";
|
|
547
|
+
readonly WEB_DELIVERY_NOT_ALLOWED: "WEB_DELIVERY_NOT_ALLOWED";
|
|
548
|
+
};
|
|
549
|
+
export type Scte35WebDeliveryAllowedFlag =
|
|
550
|
+
(typeof Scte35WebDeliveryAllowedFlag)[keyof typeof Scte35WebDeliveryAllowedFlag];
|
|
551
|
+
export interface Scte35DeliveryRestrictions {
|
|
552
|
+
ArchiveAllowedFlag: Scte35ArchiveAllowedFlag | undefined;
|
|
553
|
+
DeviceRestrictions: Scte35DeviceRestrictions | undefined;
|
|
554
|
+
NoRegionalBlackoutFlag: Scte35NoRegionalBlackoutFlag | undefined;
|
|
555
|
+
WebDeliveryAllowedFlag: Scte35WebDeliveryAllowedFlag | undefined;
|
|
556
|
+
}
|
|
557
|
+
export declare const Scte35SegmentationCancelIndicator: {
|
|
558
|
+
readonly SEGMENTATION_EVENT_CANCELED: "SEGMENTATION_EVENT_CANCELED";
|
|
559
|
+
readonly SEGMENTATION_EVENT_NOT_CANCELED: "SEGMENTATION_EVENT_NOT_CANCELED";
|
|
560
|
+
};
|
|
561
|
+
export type Scte35SegmentationCancelIndicator =
|
|
562
|
+
(typeof Scte35SegmentationCancelIndicator)[keyof typeof Scte35SegmentationCancelIndicator];
|
|
563
|
+
export interface Scte35SegmentationDescriptor {
|
|
564
|
+
DeliveryRestrictions?: Scte35DeliveryRestrictions;
|
|
565
|
+
SegmentNum?: number;
|
|
566
|
+
SegmentationCancelIndicator: Scte35SegmentationCancelIndicator | undefined;
|
|
567
|
+
SegmentationDuration?: number;
|
|
568
|
+
SegmentationEventId: number | undefined;
|
|
569
|
+
SegmentationTypeId?: number;
|
|
570
|
+
SegmentationUpid?: string;
|
|
571
|
+
SegmentationUpidType?: number;
|
|
572
|
+
SegmentsExpected?: number;
|
|
573
|
+
SubSegmentNum?: number;
|
|
574
|
+
SubSegmentsExpected?: number;
|
|
575
|
+
}
|
|
576
|
+
export interface Scte35DescriptorSettings {
|
|
577
|
+
SegmentationDescriptorScte35DescriptorSettings:
|
|
578
|
+
| Scte35SegmentationDescriptor
|
|
579
|
+
| undefined;
|
|
580
|
+
}
|
|
581
|
+
export interface Scte35Descriptor {
|
|
582
|
+
Scte35DescriptorSettings: Scte35DescriptorSettings | undefined;
|
|
583
|
+
}
|
|
584
|
+
export interface Scte35TimeSignalScheduleActionSettings {
|
|
585
|
+
Scte35Descriptors: Scte35Descriptor[] | undefined;
|
|
586
|
+
}
|
|
587
|
+
export interface StaticImageActivateScheduleActionSettings {
|
|
588
|
+
Duration?: number;
|
|
589
|
+
FadeIn?: number;
|
|
590
|
+
FadeOut?: number;
|
|
591
|
+
Height?: number;
|
|
592
|
+
Image: InputLocation | undefined;
|
|
593
|
+
ImageX?: number;
|
|
594
|
+
ImageY?: number;
|
|
595
|
+
Layer?: number;
|
|
596
|
+
Opacity?: number;
|
|
597
|
+
Width?: number;
|
|
598
|
+
}
|
|
599
|
+
export interface StaticImageDeactivateScheduleActionSettings {
|
|
600
|
+
FadeOut?: number;
|
|
601
|
+
Layer?: number;
|
|
602
|
+
}
|
|
603
|
+
export interface StaticImageOutputActivateScheduleActionSettings {
|
|
604
|
+
Duration?: number;
|
|
605
|
+
FadeIn?: number;
|
|
606
|
+
FadeOut?: number;
|
|
607
|
+
Height?: number;
|
|
608
|
+
Image: InputLocation | undefined;
|
|
609
|
+
ImageX?: number;
|
|
610
|
+
ImageY?: number;
|
|
611
|
+
Layer?: number;
|
|
612
|
+
Opacity?: number;
|
|
613
|
+
OutputNames: string[] | undefined;
|
|
614
|
+
Width?: number;
|
|
615
|
+
}
|
|
616
|
+
export interface StaticImageOutputDeactivateScheduleActionSettings {
|
|
617
|
+
FadeOut?: number;
|
|
618
|
+
Layer?: number;
|
|
619
|
+
OutputNames: string[] | undefined;
|
|
620
|
+
}
|
|
621
|
+
export interface ScheduleActionSettings {
|
|
622
|
+
HlsId3SegmentTaggingSettings?: HlsId3SegmentTaggingScheduleActionSettings;
|
|
623
|
+
HlsTimedMetadataSettings?: HlsTimedMetadataScheduleActionSettings;
|
|
624
|
+
InputPrepareSettings?: InputPrepareScheduleActionSettings;
|
|
625
|
+
InputSwitchSettings?: InputSwitchScheduleActionSettings;
|
|
626
|
+
MotionGraphicsImageActivateSettings?: MotionGraphicsActivateScheduleActionSettings;
|
|
627
|
+
MotionGraphicsImageDeactivateSettings?: MotionGraphicsDeactivateScheduleActionSettings;
|
|
628
|
+
PauseStateSettings?: PauseStateScheduleActionSettings;
|
|
629
|
+
Scte35InputSettings?: Scte35InputScheduleActionSettings;
|
|
630
|
+
Scte35ReturnToNetworkSettings?: Scte35ReturnToNetworkScheduleActionSettings;
|
|
631
|
+
Scte35SpliceInsertSettings?: Scte35SpliceInsertScheduleActionSettings;
|
|
632
|
+
Scte35TimeSignalSettings?: Scte35TimeSignalScheduleActionSettings;
|
|
633
|
+
StaticImageActivateSettings?: StaticImageActivateScheduleActionSettings;
|
|
634
|
+
StaticImageDeactivateSettings?: StaticImageDeactivateScheduleActionSettings;
|
|
635
|
+
StaticImageOutputActivateSettings?: StaticImageOutputActivateScheduleActionSettings;
|
|
636
|
+
StaticImageOutputDeactivateSettings?: StaticImageOutputDeactivateScheduleActionSettings;
|
|
637
|
+
}
|
|
638
|
+
export interface FixedModeScheduleActionStartSettings {
|
|
639
|
+
Time: string | undefined;
|
|
640
|
+
}
|
|
641
|
+
export declare const FollowPoint: {
|
|
642
|
+
readonly END: "END";
|
|
643
|
+
readonly START: "START";
|
|
644
|
+
};
|
|
645
|
+
export type FollowPoint = (typeof FollowPoint)[keyof typeof FollowPoint];
|
|
646
|
+
export interface FollowModeScheduleActionStartSettings {
|
|
647
|
+
FollowPoint: FollowPoint | undefined;
|
|
648
|
+
ReferenceActionName: string | undefined;
|
|
649
|
+
}
|
|
650
|
+
export interface ImmediateModeScheduleActionStartSettings {}
|
|
651
|
+
export interface ScheduleActionStartSettings {
|
|
652
|
+
FixedModeScheduleActionStartSettings?: FixedModeScheduleActionStartSettings;
|
|
653
|
+
FollowModeScheduleActionStartSettings?: FollowModeScheduleActionStartSettings;
|
|
654
|
+
ImmediateModeScheduleActionStartSettings?: ImmediateModeScheduleActionStartSettings;
|
|
655
|
+
}
|
|
656
|
+
export interface ScheduleAction {
|
|
657
|
+
ActionName: string | undefined;
|
|
658
|
+
ScheduleActionSettings: ScheduleActionSettings | undefined;
|
|
659
|
+
ScheduleActionStartSettings: ScheduleActionStartSettings | undefined;
|
|
660
|
+
}
|
|
661
|
+
export declare const ThumbnailType: {
|
|
662
|
+
readonly CURRENT_ACTIVE: "CURRENT_ACTIVE";
|
|
663
|
+
readonly UNSPECIFIED: "UNSPECIFIED";
|
|
664
|
+
};
|
|
665
|
+
export type ThumbnailType = (typeof ThumbnailType)[keyof typeof ThumbnailType];
|
|
666
|
+
export interface Thumbnail {
|
|
667
|
+
Body?: string;
|
|
668
|
+
ContentType?: string;
|
|
669
|
+
ThumbnailType?: ThumbnailType;
|
|
670
|
+
TimeStamp?: Date;
|
|
671
|
+
}
|
|
672
|
+
export interface ThumbnailDetail {
|
|
673
|
+
PipelineId?: string;
|
|
674
|
+
Thumbnails?: Thumbnail[];
|
|
675
|
+
}
|
|
676
|
+
export declare const InputDeviceTransferType: {
|
|
677
|
+
readonly INCOMING: "INCOMING";
|
|
678
|
+
readonly OUTGOING: "OUTGOING";
|
|
679
|
+
};
|
|
680
|
+
export type InputDeviceTransferType =
|
|
681
|
+
(typeof InputDeviceTransferType)[keyof typeof InputDeviceTransferType];
|
|
682
|
+
export interface TransferringInputDeviceSummary {
|
|
683
|
+
Id?: string;
|
|
684
|
+
Message?: string;
|
|
685
|
+
TargetCustomerId?: string;
|
|
686
|
+
TransferType?: InputDeviceTransferType;
|
|
687
|
+
}
|
|
688
|
+
export interface ValidationError {
|
|
689
|
+
ElementPath?: string;
|
|
690
|
+
ErrorMessage?: string;
|
|
691
|
+
}
|
|
692
|
+
export declare const FrameCaptureIntervalUnit: {
|
|
693
|
+
readonly MILLISECONDS: "MILLISECONDS";
|
|
694
|
+
readonly SECONDS: "SECONDS";
|
|
695
|
+
};
|
|
696
|
+
export type FrameCaptureIntervalUnit =
|
|
697
|
+
(typeof FrameCaptureIntervalUnit)[keyof typeof FrameCaptureIntervalUnit];
|
|
698
|
+
export declare const TimecodeBurninFontSize: {
|
|
699
|
+
readonly EXTRA_SMALL_10: "EXTRA_SMALL_10";
|
|
700
|
+
readonly LARGE_48: "LARGE_48";
|
|
701
|
+
readonly MEDIUM_32: "MEDIUM_32";
|
|
702
|
+
readonly SMALL_16: "SMALL_16";
|
|
703
|
+
};
|
|
704
|
+
export type TimecodeBurninFontSize =
|
|
705
|
+
(typeof TimecodeBurninFontSize)[keyof typeof TimecodeBurninFontSize];
|
|
706
|
+
export declare const TimecodeBurninPosition: {
|
|
707
|
+
readonly BOTTOM_CENTER: "BOTTOM_CENTER";
|
|
708
|
+
readonly BOTTOM_LEFT: "BOTTOM_LEFT";
|
|
709
|
+
readonly BOTTOM_RIGHT: "BOTTOM_RIGHT";
|
|
710
|
+
readonly MIDDLE_CENTER: "MIDDLE_CENTER";
|
|
711
|
+
readonly MIDDLE_LEFT: "MIDDLE_LEFT";
|
|
712
|
+
readonly MIDDLE_RIGHT: "MIDDLE_RIGHT";
|
|
713
|
+
readonly TOP_CENTER: "TOP_CENTER";
|
|
714
|
+
readonly TOP_LEFT: "TOP_LEFT";
|
|
715
|
+
readonly TOP_RIGHT: "TOP_RIGHT";
|
|
716
|
+
};
|
|
717
|
+
export type TimecodeBurninPosition =
|
|
718
|
+
(typeof TimecodeBurninPosition)[keyof typeof TimecodeBurninPosition];
|
|
719
|
+
export interface TimecodeBurninSettings {
|
|
720
|
+
FontSize: TimecodeBurninFontSize | undefined;
|
|
721
|
+
Position: TimecodeBurninPosition | undefined;
|
|
722
|
+
Prefix?: string;
|
|
723
|
+
}
|
|
724
|
+
export interface FrameCaptureSettings {
|
|
725
|
+
CaptureInterval?: number;
|
|
726
|
+
CaptureIntervalUnits?: FrameCaptureIntervalUnit;
|
|
727
|
+
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
728
|
+
}
|
|
729
|
+
export declare const H264AdaptiveQuantization: {
|
|
730
|
+
readonly AUTO: "AUTO";
|
|
731
|
+
readonly HIGH: "HIGH";
|
|
732
|
+
readonly HIGHER: "HIGHER";
|
|
733
|
+
readonly LOW: "LOW";
|
|
734
|
+
readonly MAX: "MAX";
|
|
735
|
+
readonly MEDIUM: "MEDIUM";
|
|
736
|
+
readonly OFF: "OFF";
|
|
737
|
+
};
|
|
738
|
+
export type H264AdaptiveQuantization =
|
|
739
|
+
(typeof H264AdaptiveQuantization)[keyof typeof H264AdaptiveQuantization];
|
|
740
|
+
export declare const AfdSignaling: {
|
|
741
|
+
readonly AUTO: "AUTO";
|
|
742
|
+
readonly FIXED: "FIXED";
|
|
743
|
+
readonly NONE: "NONE";
|
|
744
|
+
};
|
|
745
|
+
export type AfdSignaling = (typeof AfdSignaling)[keyof typeof AfdSignaling];
|
|
746
|
+
export declare const H264ColorMetadata: {
|
|
747
|
+
readonly IGNORE: "IGNORE";
|
|
748
|
+
readonly INSERT: "INSERT";
|
|
749
|
+
};
|
|
750
|
+
export type H264ColorMetadata =
|
|
751
|
+
(typeof H264ColorMetadata)[keyof typeof H264ColorMetadata];
|
|
752
|
+
export interface ColorSpacePassthroughSettings {}
|
|
753
|
+
export interface Rec601Settings {}
|
|
754
|
+
export interface Rec709Settings {}
|
|
755
|
+
export interface H264ColorSpaceSettings {
|
|
756
|
+
ColorSpacePassthroughSettings?: ColorSpacePassthroughSettings;
|
|
757
|
+
Rec601Settings?: Rec601Settings;
|
|
758
|
+
Rec709Settings?: Rec709Settings;
|
|
759
|
+
}
|
|
760
|
+
export declare const H264EntropyEncoding: {
|
|
761
|
+
readonly CABAC: "CABAC";
|
|
762
|
+
readonly CAVLC: "CAVLC";
|
|
763
|
+
};
|
|
764
|
+
export type H264EntropyEncoding =
|
|
765
|
+
(typeof H264EntropyEncoding)[keyof typeof H264EntropyEncoding];
|
|
766
|
+
export declare const TemporalFilterPostFilterSharpening: {
|
|
767
|
+
readonly AUTO: "AUTO";
|
|
768
|
+
readonly DISABLED: "DISABLED";
|
|
769
|
+
readonly ENABLED: "ENABLED";
|
|
770
|
+
};
|
|
771
|
+
export type TemporalFilterPostFilterSharpening =
|
|
772
|
+
(typeof TemporalFilterPostFilterSharpening)[keyof typeof TemporalFilterPostFilterSharpening];
|
|
773
|
+
export declare const TemporalFilterStrength: {
|
|
774
|
+
readonly AUTO: "AUTO";
|
|
775
|
+
readonly STRENGTH_1: "STRENGTH_1";
|
|
776
|
+
readonly STRENGTH_10: "STRENGTH_10";
|
|
777
|
+
readonly STRENGTH_11: "STRENGTH_11";
|
|
778
|
+
readonly STRENGTH_12: "STRENGTH_12";
|
|
779
|
+
readonly STRENGTH_13: "STRENGTH_13";
|
|
780
|
+
readonly STRENGTH_14: "STRENGTH_14";
|
|
781
|
+
readonly STRENGTH_15: "STRENGTH_15";
|
|
782
|
+
readonly STRENGTH_16: "STRENGTH_16";
|
|
783
|
+
readonly STRENGTH_2: "STRENGTH_2";
|
|
784
|
+
readonly STRENGTH_3: "STRENGTH_3";
|
|
785
|
+
readonly STRENGTH_4: "STRENGTH_4";
|
|
786
|
+
readonly STRENGTH_5: "STRENGTH_5";
|
|
787
|
+
readonly STRENGTH_6: "STRENGTH_6";
|
|
788
|
+
readonly STRENGTH_7: "STRENGTH_7";
|
|
789
|
+
readonly STRENGTH_8: "STRENGTH_8";
|
|
790
|
+
readonly STRENGTH_9: "STRENGTH_9";
|
|
791
|
+
};
|
|
792
|
+
export type TemporalFilterStrength =
|
|
793
|
+
(typeof TemporalFilterStrength)[keyof typeof TemporalFilterStrength];
|
|
794
|
+
export interface TemporalFilterSettings {
|
|
795
|
+
PostFilterSharpening?: TemporalFilterPostFilterSharpening;
|
|
796
|
+
Strength?: TemporalFilterStrength;
|
|
797
|
+
}
|
|
798
|
+
export interface H264FilterSettings {
|
|
799
|
+
TemporalFilterSettings?: TemporalFilterSettings;
|
|
800
|
+
}
|
|
801
|
+
export declare const FixedAfd: {
|
|
802
|
+
readonly AFD_0000: "AFD_0000";
|
|
803
|
+
readonly AFD_0010: "AFD_0010";
|
|
804
|
+
readonly AFD_0011: "AFD_0011";
|
|
805
|
+
readonly AFD_0100: "AFD_0100";
|
|
806
|
+
readonly AFD_1000: "AFD_1000";
|
|
807
|
+
readonly AFD_1001: "AFD_1001";
|
|
808
|
+
readonly AFD_1010: "AFD_1010";
|
|
809
|
+
readonly AFD_1011: "AFD_1011";
|
|
810
|
+
readonly AFD_1101: "AFD_1101";
|
|
811
|
+
readonly AFD_1110: "AFD_1110";
|
|
812
|
+
readonly AFD_1111: "AFD_1111";
|
|
813
|
+
};
|
|
814
|
+
export type FixedAfd = (typeof FixedAfd)[keyof typeof FixedAfd];
|
|
815
|
+
export declare const H264FlickerAq: {
|
|
816
|
+
readonly DISABLED: "DISABLED";
|
|
817
|
+
readonly ENABLED: "ENABLED";
|
|
818
|
+
};
|
|
819
|
+
export type H264FlickerAq = (typeof H264FlickerAq)[keyof typeof H264FlickerAq];
|
|
820
|
+
export declare const H264ForceFieldPictures: {
|
|
821
|
+
readonly DISABLED: "DISABLED";
|
|
822
|
+
readonly ENABLED: "ENABLED";
|
|
823
|
+
};
|
|
824
|
+
export type H264ForceFieldPictures =
|
|
825
|
+
(typeof H264ForceFieldPictures)[keyof typeof H264ForceFieldPictures];
|
|
826
|
+
export declare const H264FramerateControl: {
|
|
827
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
828
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
829
|
+
};
|
|
830
|
+
export type H264FramerateControl =
|
|
831
|
+
(typeof H264FramerateControl)[keyof typeof H264FramerateControl];
|
|
832
|
+
export declare const H264GopBReference: {
|
|
833
|
+
readonly DISABLED: "DISABLED";
|
|
834
|
+
readonly ENABLED: "ENABLED";
|
|
835
|
+
};
|
|
836
|
+
export type H264GopBReference =
|
|
837
|
+
(typeof H264GopBReference)[keyof typeof H264GopBReference];
|
|
838
|
+
export declare const H264GopSizeUnits: {
|
|
839
|
+
readonly FRAMES: "FRAMES";
|
|
840
|
+
readonly SECONDS: "SECONDS";
|
|
841
|
+
};
|
|
842
|
+
export type H264GopSizeUnits =
|
|
843
|
+
(typeof H264GopSizeUnits)[keyof typeof H264GopSizeUnits];
|
|
844
|
+
export declare const H264Level: {
|
|
845
|
+
readonly H264_LEVEL_1: "H264_LEVEL_1";
|
|
846
|
+
readonly H264_LEVEL_1_1: "H264_LEVEL_1_1";
|
|
847
|
+
readonly H264_LEVEL_1_2: "H264_LEVEL_1_2";
|
|
848
|
+
readonly H264_LEVEL_1_3: "H264_LEVEL_1_3";
|
|
849
|
+
readonly H264_LEVEL_2: "H264_LEVEL_2";
|
|
850
|
+
readonly H264_LEVEL_2_1: "H264_LEVEL_2_1";
|
|
851
|
+
readonly H264_LEVEL_2_2: "H264_LEVEL_2_2";
|
|
852
|
+
readonly H264_LEVEL_3: "H264_LEVEL_3";
|
|
853
|
+
readonly H264_LEVEL_3_1: "H264_LEVEL_3_1";
|
|
854
|
+
readonly H264_LEVEL_3_2: "H264_LEVEL_3_2";
|
|
855
|
+
readonly H264_LEVEL_4: "H264_LEVEL_4";
|
|
856
|
+
readonly H264_LEVEL_4_1: "H264_LEVEL_4_1";
|
|
857
|
+
readonly H264_LEVEL_4_2: "H264_LEVEL_4_2";
|
|
858
|
+
readonly H264_LEVEL_5: "H264_LEVEL_5";
|
|
859
|
+
readonly H264_LEVEL_5_1: "H264_LEVEL_5_1";
|
|
860
|
+
readonly H264_LEVEL_5_2: "H264_LEVEL_5_2";
|
|
861
|
+
readonly H264_LEVEL_AUTO: "H264_LEVEL_AUTO";
|
|
862
|
+
};
|
|
863
|
+
export type H264Level = (typeof H264Level)[keyof typeof H264Level];
|
|
864
|
+
export declare const H264LookAheadRateControl: {
|
|
865
|
+
readonly HIGH: "HIGH";
|
|
866
|
+
readonly LOW: "LOW";
|
|
867
|
+
readonly MEDIUM: "MEDIUM";
|
|
868
|
+
};
|
|
869
|
+
export type H264LookAheadRateControl =
|
|
870
|
+
(typeof H264LookAheadRateControl)[keyof typeof H264LookAheadRateControl];
|
|
871
|
+
export declare const H264ParControl: {
|
|
872
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
873
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
874
|
+
};
|
|
875
|
+
export type H264ParControl =
|
|
876
|
+
(typeof H264ParControl)[keyof typeof H264ParControl];
|
|
877
|
+
export declare const H264Profile: {
|
|
878
|
+
readonly BASELINE: "BASELINE";
|
|
879
|
+
readonly HIGH: "HIGH";
|
|
880
|
+
readonly HIGH_10BIT: "HIGH_10BIT";
|
|
881
|
+
readonly HIGH_422: "HIGH_422";
|
|
882
|
+
readonly HIGH_422_10BIT: "HIGH_422_10BIT";
|
|
883
|
+
readonly MAIN: "MAIN";
|
|
884
|
+
};
|
|
885
|
+
export type H264Profile = (typeof H264Profile)[keyof typeof H264Profile];
|
|
886
|
+
export declare const H264QualityLevel: {
|
|
887
|
+
readonly ENHANCED_QUALITY: "ENHANCED_QUALITY";
|
|
888
|
+
readonly STANDARD_QUALITY: "STANDARD_QUALITY";
|
|
889
|
+
};
|
|
890
|
+
export type H264QualityLevel =
|
|
891
|
+
(typeof H264QualityLevel)[keyof typeof H264QualityLevel];
|
|
892
|
+
export declare const H264RateControlMode: {
|
|
893
|
+
readonly CBR: "CBR";
|
|
894
|
+
readonly MULTIPLEX: "MULTIPLEX";
|
|
895
|
+
readonly QVBR: "QVBR";
|
|
896
|
+
readonly VBR: "VBR";
|
|
897
|
+
};
|
|
898
|
+
export type H264RateControlMode =
|
|
899
|
+
(typeof H264RateControlMode)[keyof typeof H264RateControlMode];
|
|
900
|
+
export declare const H264ScanType: {
|
|
901
|
+
readonly INTERLACED: "INTERLACED";
|
|
902
|
+
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
903
|
+
};
|
|
904
|
+
export type H264ScanType = (typeof H264ScanType)[keyof typeof H264ScanType];
|
|
905
|
+
export declare const H264SceneChangeDetect: {
|
|
906
|
+
readonly DISABLED: "DISABLED";
|
|
907
|
+
readonly ENABLED: "ENABLED";
|
|
908
|
+
};
|
|
909
|
+
export type H264SceneChangeDetect =
|
|
910
|
+
(typeof H264SceneChangeDetect)[keyof typeof H264SceneChangeDetect];
|
|
911
|
+
export declare const H264SpatialAq: {
|
|
912
|
+
readonly DISABLED: "DISABLED";
|
|
913
|
+
readonly ENABLED: "ENABLED";
|
|
914
|
+
};
|
|
915
|
+
export type H264SpatialAq = (typeof H264SpatialAq)[keyof typeof H264SpatialAq];
|
|
916
|
+
export declare const H264SubGopLength: {
|
|
917
|
+
readonly DYNAMIC: "DYNAMIC";
|
|
918
|
+
readonly FIXED: "FIXED";
|
|
919
|
+
};
|
|
920
|
+
export type H264SubGopLength =
|
|
921
|
+
(typeof H264SubGopLength)[keyof typeof H264SubGopLength];
|
|
922
|
+
export declare const H264Syntax: {
|
|
923
|
+
readonly DEFAULT: "DEFAULT";
|
|
924
|
+
readonly RP2027: "RP2027";
|
|
925
|
+
};
|
|
926
|
+
export type H264Syntax = (typeof H264Syntax)[keyof typeof H264Syntax];
|
|
927
|
+
export declare const H264TemporalAq: {
|
|
928
|
+
readonly DISABLED: "DISABLED";
|
|
929
|
+
readonly ENABLED: "ENABLED";
|
|
930
|
+
};
|
|
931
|
+
export type H264TemporalAq =
|
|
932
|
+
(typeof H264TemporalAq)[keyof typeof H264TemporalAq];
|
|
933
|
+
export declare const H264TimecodeInsertionBehavior: {
|
|
934
|
+
readonly DISABLED: "DISABLED";
|
|
935
|
+
readonly PIC_TIMING_SEI: "PIC_TIMING_SEI";
|
|
936
|
+
};
|
|
937
|
+
export type H264TimecodeInsertionBehavior =
|
|
938
|
+
(typeof H264TimecodeInsertionBehavior)[keyof typeof H264TimecodeInsertionBehavior];
|
|
939
|
+
export interface H264Settings {
|
|
940
|
+
AdaptiveQuantization?: H264AdaptiveQuantization;
|
|
941
|
+
AfdSignaling?: AfdSignaling;
|
|
942
|
+
Bitrate?: number;
|
|
943
|
+
BufFillPct?: number;
|
|
944
|
+
BufSize?: number;
|
|
945
|
+
ColorMetadata?: H264ColorMetadata;
|
|
946
|
+
ColorSpaceSettings?: H264ColorSpaceSettings;
|
|
947
|
+
EntropyEncoding?: H264EntropyEncoding;
|
|
948
|
+
FilterSettings?: H264FilterSettings;
|
|
949
|
+
FixedAfd?: FixedAfd;
|
|
950
|
+
FlickerAq?: H264FlickerAq;
|
|
951
|
+
ForceFieldPictures?: H264ForceFieldPictures;
|
|
952
|
+
FramerateControl?: H264FramerateControl;
|
|
953
|
+
FramerateDenominator?: number;
|
|
954
|
+
FramerateNumerator?: number;
|
|
955
|
+
GopBReference?: H264GopBReference;
|
|
956
|
+
GopClosedCadence?: number;
|
|
957
|
+
GopNumBFrames?: number;
|
|
958
|
+
GopSize?: number;
|
|
959
|
+
GopSizeUnits?: H264GopSizeUnits;
|
|
960
|
+
Level?: H264Level;
|
|
961
|
+
LookAheadRateControl?: H264LookAheadRateControl;
|
|
962
|
+
MaxBitrate?: number;
|
|
963
|
+
MinIInterval?: number;
|
|
964
|
+
NumRefFrames?: number;
|
|
965
|
+
ParControl?: H264ParControl;
|
|
966
|
+
ParDenominator?: number;
|
|
967
|
+
ParNumerator?: number;
|
|
968
|
+
Profile?: H264Profile;
|
|
969
|
+
QualityLevel?: H264QualityLevel;
|
|
970
|
+
QvbrQualityLevel?: number;
|
|
971
|
+
RateControlMode?: H264RateControlMode;
|
|
972
|
+
ScanType?: H264ScanType;
|
|
973
|
+
SceneChangeDetect?: H264SceneChangeDetect;
|
|
974
|
+
Slices?: number;
|
|
975
|
+
Softness?: number;
|
|
976
|
+
SpatialAq?: H264SpatialAq;
|
|
977
|
+
SubgopLength?: H264SubGopLength;
|
|
978
|
+
Syntax?: H264Syntax;
|
|
979
|
+
TemporalAq?: H264TemporalAq;
|
|
980
|
+
TimecodeInsertion?: H264TimecodeInsertionBehavior;
|
|
981
|
+
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
982
|
+
}
|
|
983
|
+
export declare const H265AdaptiveQuantization: {
|
|
984
|
+
readonly AUTO: "AUTO";
|
|
985
|
+
readonly HIGH: "HIGH";
|
|
986
|
+
readonly HIGHER: "HIGHER";
|
|
987
|
+
readonly LOW: "LOW";
|
|
988
|
+
readonly MAX: "MAX";
|
|
989
|
+
readonly MEDIUM: "MEDIUM";
|
|
990
|
+
readonly OFF: "OFF";
|
|
991
|
+
};
|
|
992
|
+
export type H265AdaptiveQuantization =
|
|
993
|
+
(typeof H265AdaptiveQuantization)[keyof typeof H265AdaptiveQuantization];
|
|
994
|
+
export declare const H265AlternativeTransferFunction: {
|
|
995
|
+
readonly INSERT: "INSERT";
|
|
996
|
+
readonly OMIT: "OMIT";
|
|
997
|
+
};
|
|
998
|
+
export type H265AlternativeTransferFunction =
|
|
999
|
+
(typeof H265AlternativeTransferFunction)[keyof typeof H265AlternativeTransferFunction];
|
|
1000
|
+
export declare const H265ColorMetadata: {
|
|
1001
|
+
readonly IGNORE: "IGNORE";
|
|
1002
|
+
readonly INSERT: "INSERT";
|
|
1003
|
+
};
|
|
1004
|
+
export type H265ColorMetadata =
|
|
1005
|
+
(typeof H265ColorMetadata)[keyof typeof H265ColorMetadata];
|
|
1006
|
+
export interface DolbyVision81Settings {}
|
|
1007
|
+
export interface H265ColorSpaceSettings {
|
|
1008
|
+
ColorSpacePassthroughSettings?: ColorSpacePassthroughSettings;
|
|
1009
|
+
DolbyVision81Settings?: DolbyVision81Settings;
|
|
1010
|
+
Hdr10Settings?: Hdr10Settings;
|
|
1011
|
+
Rec601Settings?: Rec601Settings;
|
|
1012
|
+
Rec709Settings?: Rec709Settings;
|
|
1013
|
+
}
|
|
1014
|
+
export interface H265FilterSettings {
|
|
1015
|
+
TemporalFilterSettings?: TemporalFilterSettings;
|
|
1016
|
+
}
|
|
1017
|
+
export declare const H265FlickerAq: {
|
|
1018
|
+
readonly DISABLED: "DISABLED";
|
|
1019
|
+
readonly ENABLED: "ENABLED";
|
|
1020
|
+
};
|
|
1021
|
+
export type H265FlickerAq = (typeof H265FlickerAq)[keyof typeof H265FlickerAq];
|
|
1022
|
+
export declare const H265GopSizeUnits: {
|
|
1023
|
+
readonly FRAMES: "FRAMES";
|
|
1024
|
+
readonly SECONDS: "SECONDS";
|
|
1025
|
+
};
|
|
1026
|
+
export type H265GopSizeUnits =
|
|
1027
|
+
(typeof H265GopSizeUnits)[keyof typeof H265GopSizeUnits];
|
|
1028
|
+
export declare const H265Level: {
|
|
1029
|
+
readonly H265_LEVEL_1: "H265_LEVEL_1";
|
|
1030
|
+
readonly H265_LEVEL_2: "H265_LEVEL_2";
|
|
1031
|
+
readonly H265_LEVEL_2_1: "H265_LEVEL_2_1";
|
|
1032
|
+
readonly H265_LEVEL_3: "H265_LEVEL_3";
|
|
1033
|
+
readonly H265_LEVEL_3_1: "H265_LEVEL_3_1";
|
|
1034
|
+
readonly H265_LEVEL_4: "H265_LEVEL_4";
|
|
1035
|
+
readonly H265_LEVEL_4_1: "H265_LEVEL_4_1";
|
|
1036
|
+
readonly H265_LEVEL_5: "H265_LEVEL_5";
|
|
1037
|
+
readonly H265_LEVEL_5_1: "H265_LEVEL_5_1";
|
|
1038
|
+
readonly H265_LEVEL_5_2: "H265_LEVEL_5_2";
|
|
1039
|
+
readonly H265_LEVEL_6: "H265_LEVEL_6";
|
|
1040
|
+
readonly H265_LEVEL_6_1: "H265_LEVEL_6_1";
|
|
1041
|
+
readonly H265_LEVEL_6_2: "H265_LEVEL_6_2";
|
|
1042
|
+
readonly H265_LEVEL_AUTO: "H265_LEVEL_AUTO";
|
|
1043
|
+
};
|
|
1044
|
+
export type H265Level = (typeof H265Level)[keyof typeof H265Level];
|
|
1045
|
+
export declare const H265LookAheadRateControl: {
|
|
1046
|
+
readonly HIGH: "HIGH";
|
|
1047
|
+
readonly LOW: "LOW";
|
|
1048
|
+
readonly MEDIUM: "MEDIUM";
|
|
1049
|
+
};
|
|
1050
|
+
export type H265LookAheadRateControl =
|
|
1051
|
+
(typeof H265LookAheadRateControl)[keyof typeof H265LookAheadRateControl];
|
|
1052
|
+
export declare const H265Profile: {
|
|
1053
|
+
readonly MAIN: "MAIN";
|
|
1054
|
+
readonly MAIN_10BIT: "MAIN_10BIT";
|
|
1055
|
+
};
|
|
1056
|
+
export type H265Profile = (typeof H265Profile)[keyof typeof H265Profile];
|
|
1057
|
+
export declare const H265RateControlMode: {
|
|
1058
|
+
readonly CBR: "CBR";
|
|
1059
|
+
readonly MULTIPLEX: "MULTIPLEX";
|
|
1060
|
+
readonly QVBR: "QVBR";
|
|
1061
|
+
};
|
|
1062
|
+
export type H265RateControlMode =
|
|
1063
|
+
(typeof H265RateControlMode)[keyof typeof H265RateControlMode];
|
|
1064
|
+
export declare const H265ScanType: {
|
|
1065
|
+
readonly INTERLACED: "INTERLACED";
|
|
1066
|
+
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
1067
|
+
};
|
|
1068
|
+
export type H265ScanType = (typeof H265ScanType)[keyof typeof H265ScanType];
|
|
1069
|
+
export declare const H265SceneChangeDetect: {
|
|
1070
|
+
readonly DISABLED: "DISABLED";
|
|
1071
|
+
readonly ENABLED: "ENABLED";
|
|
1072
|
+
};
|
|
1073
|
+
export type H265SceneChangeDetect =
|
|
1074
|
+
(typeof H265SceneChangeDetect)[keyof typeof H265SceneChangeDetect];
|
|
1075
|
+
export declare const H265Tier: {
|
|
1076
|
+
readonly HIGH: "HIGH";
|
|
1077
|
+
readonly MAIN: "MAIN";
|
|
1078
|
+
};
|
|
1079
|
+
export type H265Tier = (typeof H265Tier)[keyof typeof H265Tier];
|
|
1080
|
+
export declare const H265TimecodeInsertionBehavior: {
|
|
1081
|
+
readonly DISABLED: "DISABLED";
|
|
1082
|
+
readonly PIC_TIMING_SEI: "PIC_TIMING_SEI";
|
|
1083
|
+
};
|
|
1084
|
+
export type H265TimecodeInsertionBehavior =
|
|
1085
|
+
(typeof H265TimecodeInsertionBehavior)[keyof typeof H265TimecodeInsertionBehavior];
|
|
1086
|
+
export interface H265Settings {
|
|
1087
|
+
AdaptiveQuantization?: H265AdaptiveQuantization;
|
|
1088
|
+
AfdSignaling?: AfdSignaling;
|
|
1089
|
+
AlternativeTransferFunction?: H265AlternativeTransferFunction;
|
|
1090
|
+
Bitrate?: number;
|
|
1091
|
+
BufSize?: number;
|
|
1092
|
+
ColorMetadata?: H265ColorMetadata;
|
|
1093
|
+
ColorSpaceSettings?: H265ColorSpaceSettings;
|
|
1094
|
+
FilterSettings?: H265FilterSettings;
|
|
1095
|
+
FixedAfd?: FixedAfd;
|
|
1096
|
+
FlickerAq?: H265FlickerAq;
|
|
1097
|
+
FramerateDenominator: number | undefined;
|
|
1098
|
+
FramerateNumerator: number | undefined;
|
|
1099
|
+
GopClosedCadence?: number;
|
|
1100
|
+
GopSize?: number;
|
|
1101
|
+
GopSizeUnits?: H265GopSizeUnits;
|
|
1102
|
+
Level?: H265Level;
|
|
1103
|
+
LookAheadRateControl?: H265LookAheadRateControl;
|
|
1104
|
+
MaxBitrate?: number;
|
|
1105
|
+
MinIInterval?: number;
|
|
1106
|
+
ParDenominator?: number;
|
|
1107
|
+
ParNumerator?: number;
|
|
1108
|
+
Profile?: H265Profile;
|
|
1109
|
+
QvbrQualityLevel?: number;
|
|
1110
|
+
RateControlMode?: H265RateControlMode;
|
|
1111
|
+
ScanType?: H265ScanType;
|
|
1112
|
+
SceneChangeDetect?: H265SceneChangeDetect;
|
|
1113
|
+
Slices?: number;
|
|
1114
|
+
Tier?: H265Tier;
|
|
1115
|
+
TimecodeInsertion?: H265TimecodeInsertionBehavior;
|
|
1116
|
+
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
1117
|
+
}
|
|
1118
|
+
export declare const Mpeg2AdaptiveQuantization: {
|
|
1119
|
+
readonly AUTO: "AUTO";
|
|
1120
|
+
readonly HIGH: "HIGH";
|
|
1121
|
+
readonly LOW: "LOW";
|
|
1122
|
+
readonly MEDIUM: "MEDIUM";
|
|
1123
|
+
readonly OFF: "OFF";
|
|
1124
|
+
};
|
|
1125
|
+
export type Mpeg2AdaptiveQuantization =
|
|
1126
|
+
(typeof Mpeg2AdaptiveQuantization)[keyof typeof Mpeg2AdaptiveQuantization];
|
|
1127
|
+
export declare const Mpeg2ColorMetadata: {
|
|
1128
|
+
readonly IGNORE: "IGNORE";
|
|
1129
|
+
readonly INSERT: "INSERT";
|
|
1130
|
+
};
|
|
1131
|
+
export type Mpeg2ColorMetadata =
|
|
1132
|
+
(typeof Mpeg2ColorMetadata)[keyof typeof Mpeg2ColorMetadata];
|
|
1133
|
+
export declare const Mpeg2ColorSpace: {
|
|
1134
|
+
readonly AUTO: "AUTO";
|
|
1135
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1136
|
+
};
|
|
1137
|
+
export type Mpeg2ColorSpace =
|
|
1138
|
+
(typeof Mpeg2ColorSpace)[keyof typeof Mpeg2ColorSpace];
|
|
1139
|
+
export declare const Mpeg2DisplayRatio: {
|
|
1140
|
+
readonly DISPLAYRATIO16X9: "DISPLAYRATIO16X9";
|
|
1141
|
+
readonly DISPLAYRATIO4X3: "DISPLAYRATIO4X3";
|
|
1142
|
+
};
|
|
1143
|
+
export type Mpeg2DisplayRatio =
|
|
1144
|
+
(typeof Mpeg2DisplayRatio)[keyof typeof Mpeg2DisplayRatio];
|
|
1145
|
+
export interface Mpeg2FilterSettings {
|
|
1146
|
+
TemporalFilterSettings?: TemporalFilterSettings;
|
|
1147
|
+
}
|
|
1148
|
+
export declare const Mpeg2GopSizeUnits: {
|
|
1149
|
+
readonly FRAMES: "FRAMES";
|
|
1150
|
+
readonly SECONDS: "SECONDS";
|
|
1151
|
+
};
|
|
1152
|
+
export type Mpeg2GopSizeUnits =
|
|
1153
|
+
(typeof Mpeg2GopSizeUnits)[keyof typeof Mpeg2GopSizeUnits];
|
|
1154
|
+
export declare const Mpeg2ScanType: {
|
|
1155
|
+
readonly INTERLACED: "INTERLACED";
|
|
1156
|
+
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
1157
|
+
};
|
|
1158
|
+
export type Mpeg2ScanType = (typeof Mpeg2ScanType)[keyof typeof Mpeg2ScanType];
|
|
1159
|
+
export declare const Mpeg2SubGopLength: {
|
|
1160
|
+
readonly DYNAMIC: "DYNAMIC";
|
|
1161
|
+
readonly FIXED: "FIXED";
|
|
1162
|
+
};
|
|
1163
|
+
export type Mpeg2SubGopLength =
|
|
1164
|
+
(typeof Mpeg2SubGopLength)[keyof typeof Mpeg2SubGopLength];
|
|
1165
|
+
export declare const Mpeg2TimecodeInsertionBehavior: {
|
|
1166
|
+
readonly DISABLED: "DISABLED";
|
|
1167
|
+
readonly GOP_TIMECODE: "GOP_TIMECODE";
|
|
1168
|
+
};
|
|
1169
|
+
export type Mpeg2TimecodeInsertionBehavior =
|
|
1170
|
+
(typeof Mpeg2TimecodeInsertionBehavior)[keyof typeof Mpeg2TimecodeInsertionBehavior];
|
|
1171
|
+
export interface Mpeg2Settings {
|
|
1172
|
+
AdaptiveQuantization?: Mpeg2AdaptiveQuantization;
|
|
1173
|
+
AfdSignaling?: AfdSignaling;
|
|
1174
|
+
ColorMetadata?: Mpeg2ColorMetadata;
|
|
1175
|
+
ColorSpace?: Mpeg2ColorSpace;
|
|
1176
|
+
DisplayAspectRatio?: Mpeg2DisplayRatio;
|
|
1177
|
+
FilterSettings?: Mpeg2FilterSettings;
|
|
1178
|
+
FixedAfd?: FixedAfd;
|
|
1179
|
+
FramerateDenominator: number | undefined;
|
|
1180
|
+
FramerateNumerator: number | undefined;
|
|
1181
|
+
GopClosedCadence?: number;
|
|
1182
|
+
GopNumBFrames?: number;
|
|
1183
|
+
GopSize?: number;
|
|
1184
|
+
GopSizeUnits?: Mpeg2GopSizeUnits;
|
|
1185
|
+
ScanType?: Mpeg2ScanType;
|
|
1186
|
+
SubgopLength?: Mpeg2SubGopLength;
|
|
1187
|
+
TimecodeInsertion?: Mpeg2TimecodeInsertionBehavior;
|
|
1188
|
+
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
1189
|
+
}
|
|
1190
|
+
export interface VideoCodecSettings {
|
|
1191
|
+
FrameCaptureSettings?: FrameCaptureSettings;
|
|
1192
|
+
H264Settings?: H264Settings;
|
|
1193
|
+
H265Settings?: H265Settings;
|
|
1194
|
+
Mpeg2Settings?: Mpeg2Settings;
|
|
1195
|
+
}
|
|
1196
|
+
export declare const VideoDescriptionRespondToAfd: {
|
|
1197
|
+
readonly NONE: "NONE";
|
|
1198
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1199
|
+
readonly RESPOND: "RESPOND";
|
|
1200
|
+
};
|
|
1201
|
+
export type VideoDescriptionRespondToAfd =
|
|
1202
|
+
(typeof VideoDescriptionRespondToAfd)[keyof typeof VideoDescriptionRespondToAfd];
|
|
1203
|
+
export declare const VideoDescriptionScalingBehavior: {
|
|
1204
|
+
readonly DEFAULT: "DEFAULT";
|
|
1205
|
+
readonly STRETCH_TO_OUTPUT: "STRETCH_TO_OUTPUT";
|
|
1206
|
+
};
|
|
1207
|
+
export type VideoDescriptionScalingBehavior =
|
|
1208
|
+
(typeof VideoDescriptionScalingBehavior)[keyof typeof VideoDescriptionScalingBehavior];
|
|
1209
|
+
export interface VideoDescription {
|
|
1210
|
+
CodecSettings?: VideoCodecSettings;
|
|
1211
|
+
Height?: number;
|
|
1212
|
+
Name: string | undefined;
|
|
1213
|
+
RespondToAfd?: VideoDescriptionRespondToAfd;
|
|
1214
|
+
ScalingBehavior?: VideoDescriptionScalingBehavior;
|
|
1215
|
+
Sharpness?: number;
|
|
1216
|
+
Width?: number;
|
|
1217
|
+
}
|
|
1218
|
+
export declare const AcceptHeader: {
|
|
1219
|
+
readonly image_jpeg: "image/jpeg";
|
|
1220
|
+
};
|
|
1221
|
+
export type AcceptHeader = (typeof AcceptHeader)[keyof typeof AcceptHeader];
|
|
1222
|
+
export interface AcceptInputDeviceTransferRequest {
|
|
1223
|
+
InputDeviceId: string | undefined;
|
|
1224
|
+
}
|
|
1225
|
+
export interface AcceptInputDeviceTransferResponse {}
|
|
1226
|
+
export declare class BadGatewayException extends __BaseException {
|
|
1227
|
+
readonly name: "BadGatewayException";
|
|
1228
|
+
readonly $fault: "server";
|
|
1229
|
+
Message?: string;
|
|
1230
|
+
constructor(
|
|
1231
|
+
opts: __ExceptionOptionType<BadGatewayException, __BaseException>
|
|
1232
|
+
);
|
|
1233
|
+
}
|
|
1234
|
+
export declare class BadRequestException extends __BaseException {
|
|
1235
|
+
readonly name: "BadRequestException";
|
|
1236
|
+
readonly $fault: "client";
|
|
1237
|
+
Message?: string;
|
|
1238
|
+
constructor(
|
|
1239
|
+
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
1240
|
+
);
|
|
1241
|
+
}
|
|
1242
|
+
export declare class ConflictException extends __BaseException {
|
|
1243
|
+
readonly name: "ConflictException";
|
|
1244
|
+
readonly $fault: "client";
|
|
1245
|
+
Message?: string;
|
|
1246
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
1247
|
+
}
|
|
1248
|
+
export declare class ForbiddenException extends __BaseException {
|
|
1249
|
+
readonly name: "ForbiddenException";
|
|
1250
|
+
readonly $fault: "client";
|
|
1251
|
+
Message?: string;
|
|
1252
|
+
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
1253
|
+
}
|
|
1254
|
+
export declare class GatewayTimeoutException extends __BaseException {
|
|
1255
|
+
readonly name: "GatewayTimeoutException";
|
|
1256
|
+
readonly $fault: "server";
|
|
1257
|
+
Message?: string;
|
|
1258
|
+
constructor(
|
|
1259
|
+
opts: __ExceptionOptionType<GatewayTimeoutException, __BaseException>
|
|
1260
|
+
);
|
|
1261
|
+
}
|
|
1262
|
+
export declare class InternalServerErrorException extends __BaseException {
|
|
1263
|
+
readonly name: "InternalServerErrorException";
|
|
1264
|
+
readonly $fault: "server";
|
|
1265
|
+
Message?: string;
|
|
1266
|
+
constructor(
|
|
1267
|
+
opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
|
|
1268
|
+
);
|
|
1269
|
+
}
|
|
1270
|
+
export declare class NotFoundException extends __BaseException {
|
|
1271
|
+
readonly name: "NotFoundException";
|
|
1272
|
+
readonly $fault: "client";
|
|
1273
|
+
Message?: string;
|
|
1274
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
1275
|
+
}
|
|
1276
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
1277
|
+
readonly name: "TooManyRequestsException";
|
|
1278
|
+
readonly $fault: "client";
|
|
1279
|
+
Message?: string;
|
|
1280
|
+
constructor(
|
|
1281
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
1282
|
+
);
|
|
1283
|
+
}
|
|
1284
|
+
export declare class UnprocessableEntityException extends __BaseException {
|
|
1285
|
+
readonly name: "UnprocessableEntityException";
|
|
1286
|
+
readonly $fault: "client";
|
|
1287
|
+
Message?: string;
|
|
1288
|
+
ValidationErrors?: ValidationError[];
|
|
1289
|
+
constructor(
|
|
1290
|
+
opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>
|
|
1291
|
+
);
|
|
1292
|
+
}
|
|
1293
|
+
export interface AccountConfiguration {
|
|
1294
|
+
KmsKeyId?: string;
|
|
1295
|
+
}
|
|
1296
|
+
export declare const AvailBlankingState: {
|
|
1297
|
+
readonly DISABLED: "DISABLED";
|
|
1298
|
+
readonly ENABLED: "ENABLED";
|
|
1299
|
+
};
|
|
1300
|
+
export type AvailBlankingState =
|
|
1301
|
+
(typeof AvailBlankingState)[keyof typeof AvailBlankingState];
|
|
1302
|
+
export interface AvailBlanking {
|
|
1303
|
+
AvailBlankingImage?: InputLocation;
|
|
1304
|
+
State?: AvailBlankingState;
|
|
1305
|
+
}
|
|
1306
|
+
export interface Esam {
|
|
1307
|
+
AcquisitionPointId: string | undefined;
|
|
1308
|
+
AdAvailOffset?: number;
|
|
1309
|
+
PasswordParam?: string;
|
|
1310
|
+
PoisEndpoint: string | undefined;
|
|
1311
|
+
Username?: string;
|
|
1312
|
+
ZoneIdentity?: string;
|
|
1313
|
+
}
|
|
1314
|
+
export declare const Scte35SpliceInsertNoRegionalBlackoutBehavior: {
|
|
1315
|
+
readonly FOLLOW: "FOLLOW";
|
|
1316
|
+
readonly IGNORE: "IGNORE";
|
|
1317
|
+
};
|
|
1318
|
+
export type Scte35SpliceInsertNoRegionalBlackoutBehavior =
|
|
1319
|
+
(typeof Scte35SpliceInsertNoRegionalBlackoutBehavior)[keyof typeof Scte35SpliceInsertNoRegionalBlackoutBehavior];
|
|
1320
|
+
export declare const Scte35SpliceInsertWebDeliveryAllowedBehavior: {
|
|
1321
|
+
readonly FOLLOW: "FOLLOW";
|
|
1322
|
+
readonly IGNORE: "IGNORE";
|
|
1323
|
+
};
|
|
1324
|
+
export type Scte35SpliceInsertWebDeliveryAllowedBehavior =
|
|
1325
|
+
(typeof Scte35SpliceInsertWebDeliveryAllowedBehavior)[keyof typeof Scte35SpliceInsertWebDeliveryAllowedBehavior];
|
|
1326
|
+
export interface Scte35SpliceInsert {
|
|
1327
|
+
AdAvailOffset?: number;
|
|
1328
|
+
NoRegionalBlackoutFlag?: Scte35SpliceInsertNoRegionalBlackoutBehavior;
|
|
1329
|
+
WebDeliveryAllowedFlag?: Scte35SpliceInsertWebDeliveryAllowedBehavior;
|
|
1330
|
+
}
|
|
1331
|
+
export declare const Scte35AposNoRegionalBlackoutBehavior: {
|
|
1332
|
+
readonly FOLLOW: "FOLLOW";
|
|
1333
|
+
readonly IGNORE: "IGNORE";
|
|
1334
|
+
};
|
|
1335
|
+
export type Scte35AposNoRegionalBlackoutBehavior =
|
|
1336
|
+
(typeof Scte35AposNoRegionalBlackoutBehavior)[keyof typeof Scte35AposNoRegionalBlackoutBehavior];
|
|
1337
|
+
export declare const Scte35AposWebDeliveryAllowedBehavior: {
|
|
1338
|
+
readonly FOLLOW: "FOLLOW";
|
|
1339
|
+
readonly IGNORE: "IGNORE";
|
|
1340
|
+
};
|
|
1341
|
+
export type Scte35AposWebDeliveryAllowedBehavior =
|
|
1342
|
+
(typeof Scte35AposWebDeliveryAllowedBehavior)[keyof typeof Scte35AposWebDeliveryAllowedBehavior];
|
|
1343
|
+
export interface Scte35TimeSignalApos {
|
|
1344
|
+
AdAvailOffset?: number;
|
|
1345
|
+
NoRegionalBlackoutFlag?: Scte35AposNoRegionalBlackoutBehavior;
|
|
1346
|
+
WebDeliveryAllowedFlag?: Scte35AposWebDeliveryAllowedBehavior;
|
|
1347
|
+
}
|
|
1348
|
+
export interface AvailSettings {
|
|
1349
|
+
Esam?: Esam;
|
|
1350
|
+
Scte35SpliceInsert?: Scte35SpliceInsert;
|
|
1351
|
+
Scte35TimeSignalApos?: Scte35TimeSignalApos;
|
|
1352
|
+
}
|
|
1353
|
+
export interface AvailConfiguration {
|
|
1354
|
+
AvailSettings?: AvailSettings;
|
|
1355
|
+
}
|
|
1356
|
+
export interface BatchDeleteRequest {
|
|
1357
|
+
ChannelIds?: string[];
|
|
1358
|
+
InputIds?: string[];
|
|
1359
|
+
InputSecurityGroupIds?: string[];
|
|
1360
|
+
MultiplexIds?: string[];
|
|
1361
|
+
}
|
|
1362
|
+
export interface BatchDeleteResponse {
|
|
1363
|
+
Failed?: BatchFailedResultModel[];
|
|
1364
|
+
Successful?: BatchSuccessfulResultModel[];
|
|
1365
|
+
}
|
|
1366
|
+
export interface BatchScheduleActionCreateRequest {
|
|
1367
|
+
ScheduleActions: ScheduleAction[] | undefined;
|
|
1368
|
+
}
|
|
1369
|
+
export interface BatchScheduleActionCreateResult {
|
|
1370
|
+
ScheduleActions: ScheduleAction[] | undefined;
|
|
1371
|
+
}
|
|
1372
|
+
export interface BatchScheduleActionDeleteRequest {
|
|
1373
|
+
ActionNames: string[] | undefined;
|
|
1374
|
+
}
|
|
1375
|
+
export interface BatchScheduleActionDeleteResult {
|
|
1376
|
+
ScheduleActions: ScheduleAction[] | undefined;
|
|
1377
|
+
}
|
|
1378
|
+
export interface BatchStartRequest {
|
|
1379
|
+
ChannelIds?: string[];
|
|
1380
|
+
MultiplexIds?: string[];
|
|
1381
|
+
}
|
|
1382
|
+
export interface BatchStartResponse {
|
|
1383
|
+
Failed?: BatchFailedResultModel[];
|
|
1384
|
+
Successful?: BatchSuccessfulResultModel[];
|
|
1385
|
+
}
|
|
1386
|
+
export interface BatchStopRequest {
|
|
1387
|
+
ChannelIds?: string[];
|
|
1388
|
+
MultiplexIds?: string[];
|
|
1389
|
+
}
|
|
1390
|
+
export interface BatchStopResponse {
|
|
1391
|
+
Failed?: BatchFailedResultModel[];
|
|
1392
|
+
Successful?: BatchSuccessfulResultModel[];
|
|
1393
|
+
}
|
|
1394
|
+
export interface BatchUpdateScheduleRequest {
|
|
1395
|
+
ChannelId: string | undefined;
|
|
1396
|
+
Creates?: BatchScheduleActionCreateRequest;
|
|
1397
|
+
Deletes?: BatchScheduleActionDeleteRequest;
|
|
1398
|
+
}
|
|
1399
|
+
export interface BatchUpdateScheduleResponse {
|
|
1400
|
+
Creates?: BatchScheduleActionCreateResult;
|
|
1401
|
+
Deletes?: BatchScheduleActionDeleteResult;
|
|
1402
|
+
}
|
|
1403
|
+
export declare const BlackoutSlateNetworkEndBlackout: {
|
|
1404
|
+
readonly DISABLED: "DISABLED";
|
|
1405
|
+
readonly ENABLED: "ENABLED";
|
|
1406
|
+
};
|
|
1407
|
+
export type BlackoutSlateNetworkEndBlackout =
|
|
1408
|
+
(typeof BlackoutSlateNetworkEndBlackout)[keyof typeof BlackoutSlateNetworkEndBlackout];
|
|
1409
|
+
export declare const BlackoutSlateState: {
|
|
1410
|
+
readonly DISABLED: "DISABLED";
|
|
1411
|
+
readonly ENABLED: "ENABLED";
|
|
1412
|
+
};
|
|
1413
|
+
export type BlackoutSlateState =
|
|
1414
|
+
(typeof BlackoutSlateState)[keyof typeof BlackoutSlateState];
|
|
1415
|
+
export interface BlackoutSlate {
|
|
1416
|
+
BlackoutSlateImage?: InputLocation;
|
|
1417
|
+
NetworkEndBlackout?: BlackoutSlateNetworkEndBlackout;
|
|
1418
|
+
NetworkEndBlackoutImage?: InputLocation;
|
|
1419
|
+
NetworkId?: string;
|
|
1420
|
+
State?: BlackoutSlateState;
|
|
1421
|
+
}
|
|
1422
|
+
export interface CancelInputDeviceTransferRequest {
|
|
1423
|
+
InputDeviceId: string | undefined;
|
|
1424
|
+
}
|
|
1425
|
+
export interface CancelInputDeviceTransferResponse {}
|
|
1426
|
+
export interface ColorCorrectionSettings {
|
|
1427
|
+
GlobalColorCorrections: ColorCorrection[] | undefined;
|
|
1428
|
+
}
|
|
1429
|
+
export declare const FeatureActivationsInputPrepareScheduleActions: {
|
|
1430
|
+
readonly DISABLED: "DISABLED";
|
|
1431
|
+
readonly ENABLED: "ENABLED";
|
|
1432
|
+
};
|
|
1433
|
+
export type FeatureActivationsInputPrepareScheduleActions =
|
|
1434
|
+
(typeof FeatureActivationsInputPrepareScheduleActions)[keyof typeof FeatureActivationsInputPrepareScheduleActions];
|
|
1435
|
+
export declare const FeatureActivationsOutputStaticImageOverlayScheduleActions: {
|
|
1436
|
+
readonly DISABLED: "DISABLED";
|
|
1437
|
+
readonly ENABLED: "ENABLED";
|
|
1438
|
+
};
|
|
1439
|
+
export type FeatureActivationsOutputStaticImageOverlayScheduleActions =
|
|
1440
|
+
(typeof FeatureActivationsOutputStaticImageOverlayScheduleActions)[keyof typeof FeatureActivationsOutputStaticImageOverlayScheduleActions];
|
|
1441
|
+
export interface FeatureActivations {
|
|
1442
|
+
InputPrepareScheduleActions?: FeatureActivationsInputPrepareScheduleActions;
|
|
1443
|
+
OutputStaticImageOverlayScheduleActions?: FeatureActivationsOutputStaticImageOverlayScheduleActions;
|
|
1444
|
+
}
|
|
1445
|
+
export declare const GlobalConfigurationInputEndAction: {
|
|
1446
|
+
readonly NONE: "NONE";
|
|
1447
|
+
readonly SWITCH_AND_LOOP_INPUTS: "SWITCH_AND_LOOP_INPUTS";
|
|
1448
|
+
};
|
|
1449
|
+
export type GlobalConfigurationInputEndAction =
|
|
1450
|
+
(typeof GlobalConfigurationInputEndAction)[keyof typeof GlobalConfigurationInputEndAction];
|
|
1451
|
+
export declare const InputLossImageType: {
|
|
1452
|
+
readonly COLOR: "COLOR";
|
|
1453
|
+
readonly SLATE: "SLATE";
|
|
1454
|
+
};
|
|
1455
|
+
export type InputLossImageType =
|
|
1456
|
+
(typeof InputLossImageType)[keyof typeof InputLossImageType];
|
|
1457
|
+
export interface InputLossBehavior {
|
|
1458
|
+
BlackFrameMsec?: number;
|
|
1459
|
+
InputLossImageColor?: string;
|
|
1460
|
+
InputLossImageSlate?: InputLocation;
|
|
1461
|
+
InputLossImageType?: InputLossImageType;
|
|
1462
|
+
RepeatFrameMsec?: number;
|
|
1463
|
+
}
|
|
1464
|
+
export declare const GlobalConfigurationOutputLockingMode: {
|
|
1465
|
+
readonly EPOCH_LOCKING: "EPOCH_LOCKING";
|
|
1466
|
+
readonly PIPELINE_LOCKING: "PIPELINE_LOCKING";
|
|
1467
|
+
};
|
|
1468
|
+
export type GlobalConfigurationOutputLockingMode =
|
|
1469
|
+
(typeof GlobalConfigurationOutputLockingMode)[keyof typeof GlobalConfigurationOutputLockingMode];
|
|
1470
|
+
export interface EpochLockingSettings {
|
|
1471
|
+
CustomEpoch?: string;
|
|
1472
|
+
JamSyncTime?: string;
|
|
1473
|
+
}
|
|
1474
|
+
export interface PipelineLockingSettings {}
|
|
1475
|
+
export interface OutputLockingSettings {
|
|
1476
|
+
EpochLockingSettings?: EpochLockingSettings;
|
|
1477
|
+
PipelineLockingSettings?: PipelineLockingSettings;
|
|
1478
|
+
}
|
|
1479
|
+
export declare const GlobalConfigurationOutputTimingSource: {
|
|
1480
|
+
readonly INPUT_CLOCK: "INPUT_CLOCK";
|
|
1481
|
+
readonly SYSTEM_CLOCK: "SYSTEM_CLOCK";
|
|
1482
|
+
};
|
|
1483
|
+
export type GlobalConfigurationOutputTimingSource =
|
|
1484
|
+
(typeof GlobalConfigurationOutputTimingSource)[keyof typeof GlobalConfigurationOutputTimingSource];
|
|
1485
|
+
export declare const GlobalConfigurationLowFramerateInputs: {
|
|
1486
|
+
readonly DISABLED: "DISABLED";
|
|
1487
|
+
readonly ENABLED: "ENABLED";
|
|
1488
|
+
};
|
|
1489
|
+
export type GlobalConfigurationLowFramerateInputs =
|
|
1490
|
+
(typeof GlobalConfigurationLowFramerateInputs)[keyof typeof GlobalConfigurationLowFramerateInputs];
|
|
1491
|
+
export interface GlobalConfiguration {
|
|
1492
|
+
InitialAudioGain?: number;
|
|
1493
|
+
InputEndAction?: GlobalConfigurationInputEndAction;
|
|
1494
|
+
InputLossBehavior?: InputLossBehavior;
|
|
1495
|
+
OutputLockingMode?: GlobalConfigurationOutputLockingMode;
|
|
1496
|
+
OutputTimingSource?: GlobalConfigurationOutputTimingSource;
|
|
1497
|
+
SupportLowFramerateInputs?: GlobalConfigurationLowFramerateInputs;
|
|
1498
|
+
OutputLockingSettings?: OutputLockingSettings;
|
|
1499
|
+
}
|
|
1500
|
+
export declare const MotionGraphicsInsertion: {
|
|
1501
|
+
readonly DISABLED: "DISABLED";
|
|
1502
|
+
readonly ENABLED: "ENABLED";
|
|
1503
|
+
};
|
|
1504
|
+
export type MotionGraphicsInsertion =
|
|
1505
|
+
(typeof MotionGraphicsInsertion)[keyof typeof MotionGraphicsInsertion];
|
|
1506
|
+
export interface HtmlMotionGraphicsSettings {}
|
|
1507
|
+
export interface MotionGraphicsSettings {
|
|
1508
|
+
HtmlMotionGraphicsSettings?: HtmlMotionGraphicsSettings;
|
|
1509
|
+
}
|
|
1510
|
+
export interface MotionGraphicsConfiguration {
|
|
1511
|
+
MotionGraphicsInsertion?: MotionGraphicsInsertion;
|
|
1512
|
+
MotionGraphicsSettings: MotionGraphicsSettings | undefined;
|
|
1513
|
+
}
|
|
1514
|
+
export declare const NielsenPcmToId3TaggingState: {
|
|
1515
|
+
readonly DISABLED: "DISABLED";
|
|
1516
|
+
readonly ENABLED: "ENABLED";
|
|
1517
|
+
};
|
|
1518
|
+
export type NielsenPcmToId3TaggingState =
|
|
1519
|
+
(typeof NielsenPcmToId3TaggingState)[keyof typeof NielsenPcmToId3TaggingState];
|
|
1520
|
+
export interface NielsenConfiguration {
|
|
1521
|
+
DistributorId?: string;
|
|
1522
|
+
NielsenPcmToId3Tagging?: NielsenPcmToId3TaggingState;
|
|
1523
|
+
}
|
|
1524
|
+
export declare const ThumbnailState: {
|
|
1525
|
+
readonly AUTO: "AUTO";
|
|
1526
|
+
readonly DISABLED: "DISABLED";
|
|
1527
|
+
};
|
|
1528
|
+
export type ThumbnailState =
|
|
1529
|
+
(typeof ThumbnailState)[keyof typeof ThumbnailState];
|
|
1530
|
+
export interface ThumbnailConfiguration {
|
|
1531
|
+
State: ThumbnailState | undefined;
|
|
1532
|
+
}
|
|
1533
|
+
export declare const TimecodeConfigSource: {
|
|
1534
|
+
readonly EMBEDDED: "EMBEDDED";
|
|
1535
|
+
readonly SYSTEMCLOCK: "SYSTEMCLOCK";
|
|
1536
|
+
readonly ZEROBASED: "ZEROBASED";
|
|
1537
|
+
};
|
|
1538
|
+
export type TimecodeConfigSource =
|
|
1539
|
+
(typeof TimecodeConfigSource)[keyof typeof TimecodeConfigSource];
|
|
1540
|
+
export interface TimecodeConfig {
|
|
1541
|
+
Source: TimecodeConfigSource | undefined;
|
|
1542
|
+
SyncThreshold?: number;
|
|
1543
|
+
}
|
|
1544
|
+
export interface EncoderSettings {
|
|
1545
|
+
AudioDescriptions: AudioDescription[] | undefined;
|
|
1546
|
+
AvailBlanking?: AvailBlanking;
|
|
1547
|
+
AvailConfiguration?: AvailConfiguration;
|
|
1548
|
+
BlackoutSlate?: BlackoutSlate;
|
|
1549
|
+
CaptionDescriptions?: CaptionDescription[];
|
|
1550
|
+
FeatureActivations?: FeatureActivations;
|
|
1551
|
+
GlobalConfiguration?: GlobalConfiguration;
|
|
1552
|
+
MotionGraphicsConfiguration?: MotionGraphicsConfiguration;
|
|
1553
|
+
NielsenConfiguration?: NielsenConfiguration;
|
|
1554
|
+
OutputGroups: OutputGroup[] | undefined;
|
|
1555
|
+
TimecodeConfig: TimecodeConfig | undefined;
|
|
1556
|
+
VideoDescriptions: VideoDescription[] | undefined;
|
|
1557
|
+
ThumbnailConfiguration?: ThumbnailConfiguration;
|
|
1558
|
+
ColorCorrectionSettings?: ColorCorrectionSettings;
|
|
1559
|
+
}
|
|
1560
|
+
export interface Channel {
|
|
1561
|
+
Arn?: string;
|
|
1562
|
+
CdiInputSpecification?: CdiInputSpecification;
|
|
1563
|
+
ChannelClass?: ChannelClass;
|
|
1564
|
+
Destinations?: OutputDestination[];
|
|
1565
|
+
EgressEndpoints?: ChannelEgressEndpoint[];
|
|
1566
|
+
EncoderSettings?: EncoderSettings;
|
|
1567
|
+
Id?: string;
|
|
1568
|
+
InputAttachments?: InputAttachment[];
|
|
1569
|
+
InputSpecification?: InputSpecification;
|
|
1570
|
+
LogLevel?: LogLevel;
|
|
1571
|
+
Maintenance?: MaintenanceStatus;
|
|
1572
|
+
Name?: string;
|
|
1573
|
+
PipelineDetails?: PipelineDetail[];
|
|
1574
|
+
PipelinesRunningCount?: number;
|
|
1575
|
+
RoleArn?: string;
|
|
1576
|
+
State?: ChannelState;
|
|
1577
|
+
Tags?: Record<string, string>;
|
|
1578
|
+
Vpc?: VpcOutputSettingsDescription;
|
|
1579
|
+
}
|
|
1580
|
+
export interface ClaimDeviceRequest {
|
|
1581
|
+
Id?: string;
|
|
1582
|
+
}
|
|
1583
|
+
export interface ClaimDeviceResponse {}
|
|
1584
|
+
export declare const ContentType: {
|
|
1585
|
+
readonly image_jpeg: "image/jpeg";
|
|
1586
|
+
};
|
|
1587
|
+
export type ContentType = (typeof ContentType)[keyof typeof ContentType];
|
|
1588
|
+
export interface MaintenanceCreateSettings {
|
|
1589
|
+
MaintenanceDay?: MaintenanceDay;
|
|
1590
|
+
MaintenanceStartTime?: string;
|
|
1591
|
+
}
|
|
1592
|
+
export interface VpcOutputSettings {
|
|
1593
|
+
PublicAddressAllocationIds?: string[];
|
|
1594
|
+
SecurityGroupIds?: string[];
|
|
1595
|
+
SubnetIds: string[] | undefined;
|
|
1596
|
+
}
|
|
1597
|
+
export interface CreateChannelRequest {
|
|
1598
|
+
CdiInputSpecification?: CdiInputSpecification;
|
|
1599
|
+
ChannelClass?: ChannelClass;
|
|
1600
|
+
Destinations?: OutputDestination[];
|
|
1601
|
+
EncoderSettings?: EncoderSettings;
|
|
1602
|
+
InputAttachments?: InputAttachment[];
|
|
1603
|
+
InputSpecification?: InputSpecification;
|
|
1604
|
+
LogLevel?: LogLevel;
|
|
1605
|
+
Maintenance?: MaintenanceCreateSettings;
|
|
1606
|
+
Name?: string;
|
|
1607
|
+
RequestId?: string;
|
|
1608
|
+
Reserved?: string;
|
|
1609
|
+
RoleArn?: string;
|
|
1610
|
+
Tags?: Record<string, string>;
|
|
1611
|
+
Vpc?: VpcOutputSettings;
|
|
1612
|
+
}
|
|
1613
|
+
export interface CreateChannelResponse {
|
|
1614
|
+
Channel?: Channel;
|
|
1615
|
+
}
|
|
1616
|
+
export interface InputVpcRequest {
|
|
1617
|
+
SecurityGroupIds?: string[];
|
|
1618
|
+
SubnetIds: string[] | undefined;
|
|
1619
|
+
}
|
|
1620
|
+
export interface CreateInputRequest {
|
|
1621
|
+
Destinations?: InputDestinationRequest[];
|
|
1622
|
+
InputDevices?: InputDeviceSettings[];
|
|
1623
|
+
InputSecurityGroups?: string[];
|
|
1624
|
+
MediaConnectFlows?: MediaConnectFlowRequest[];
|
|
1625
|
+
Name?: string;
|
|
1626
|
+
RequestId?: string;
|
|
1627
|
+
RoleArn?: string;
|
|
1628
|
+
Sources?: InputSourceRequest[];
|
|
1629
|
+
Tags?: Record<string, string>;
|
|
1630
|
+
Type?: InputType;
|
|
1631
|
+
Vpc?: InputVpcRequest;
|
|
1632
|
+
}
|
|
1633
|
+
export interface CreateInputResponse {
|
|
1634
|
+
Input?: Input;
|
|
1635
|
+
}
|
|
1636
|
+
export interface CreateInputSecurityGroupRequest {
|
|
1637
|
+
Tags?: Record<string, string>;
|
|
1638
|
+
WhitelistRules?: InputWhitelistRuleCidr[];
|
|
1639
|
+
}
|
|
1640
|
+
export interface CreateInputSecurityGroupResponse {
|
|
1641
|
+
SecurityGroup?: InputSecurityGroup;
|
|
1642
|
+
}
|
|
1643
|
+
export interface MultiplexSettings {
|
|
1644
|
+
MaximumVideoBufferDelayMilliseconds?: number;
|
|
1645
|
+
TransportStreamBitrate: number | undefined;
|
|
1646
|
+
TransportStreamId: number | undefined;
|
|
1647
|
+
TransportStreamReservedBitrate?: number;
|
|
1648
|
+
}
|
|
1649
|
+
export interface CreateMultiplexRequest {
|
|
1650
|
+
AvailabilityZones: string[] | undefined;
|
|
1651
|
+
MultiplexSettings: MultiplexSettings | undefined;
|
|
1652
|
+
Name: string | undefined;
|
|
1653
|
+
RequestId?: string;
|
|
1654
|
+
Tags?: Record<string, string>;
|
|
1655
|
+
}
|
|
1656
|
+
export interface Multiplex {
|
|
1657
|
+
Arn?: string;
|
|
1658
|
+
AvailabilityZones?: string[];
|
|
1659
|
+
Destinations?: MultiplexOutputDestination[];
|
|
1660
|
+
Id?: string;
|
|
1661
|
+
MultiplexSettings?: MultiplexSettings;
|
|
1662
|
+
Name?: string;
|
|
1663
|
+
PipelinesRunningCount?: number;
|
|
1664
|
+
ProgramCount?: number;
|
|
1665
|
+
State?: MultiplexState;
|
|
1666
|
+
Tags?: Record<string, string>;
|
|
1667
|
+
}
|
|
1668
|
+
export interface CreateMultiplexResponse {
|
|
1669
|
+
Multiplex?: Multiplex;
|
|
1670
|
+
}
|
|
1671
|
+
export declare const PreferredChannelPipeline: {
|
|
1672
|
+
readonly CURRENTLY_ACTIVE: "CURRENTLY_ACTIVE";
|
|
1673
|
+
readonly PIPELINE_0: "PIPELINE_0";
|
|
1674
|
+
readonly PIPELINE_1: "PIPELINE_1";
|
|
1675
|
+
};
|
|
1676
|
+
export type PreferredChannelPipeline =
|
|
1677
|
+
(typeof PreferredChannelPipeline)[keyof typeof PreferredChannelPipeline];
|
|
1678
|
+
export interface MultiplexProgramServiceDescriptor {
|
|
1679
|
+
ProviderName: string | undefined;
|
|
1680
|
+
ServiceName: string | undefined;
|
|
1681
|
+
}
|
|
1682
|
+
export interface MultiplexStatmuxVideoSettings {
|
|
1683
|
+
MaximumBitrate?: number;
|
|
1684
|
+
MinimumBitrate?: number;
|
|
1685
|
+
Priority?: number;
|
|
1686
|
+
}
|
|
1687
|
+
export interface MultiplexVideoSettings {
|
|
1688
|
+
ConstantBitrate?: number;
|
|
1689
|
+
StatmuxSettings?: MultiplexStatmuxVideoSettings;
|
|
1690
|
+
}
|
|
1691
|
+
export interface MultiplexProgramSettings {
|
|
1692
|
+
PreferredChannelPipeline?: PreferredChannelPipeline;
|
|
1693
|
+
ProgramNumber: number | undefined;
|
|
1694
|
+
ServiceDescriptor?: MultiplexProgramServiceDescriptor;
|
|
1695
|
+
VideoSettings?: MultiplexVideoSettings;
|
|
1696
|
+
}
|
|
1697
|
+
export interface CreateMultiplexProgramRequest {
|
|
1698
|
+
MultiplexId: string | undefined;
|
|
1699
|
+
MultiplexProgramSettings: MultiplexProgramSettings | undefined;
|
|
1700
|
+
ProgramName: string | undefined;
|
|
1701
|
+
RequestId?: string;
|
|
1702
|
+
}
|
|
1703
|
+
export interface MultiplexProgramPacketIdentifiersMap {
|
|
1704
|
+
AudioPids?: number[];
|
|
1705
|
+
DvbSubPids?: number[];
|
|
1706
|
+
DvbTeletextPid?: number;
|
|
1707
|
+
EtvPlatformPid?: number;
|
|
1708
|
+
EtvSignalPid?: number;
|
|
1709
|
+
KlvDataPids?: number[];
|
|
1710
|
+
PcrPid?: number;
|
|
1711
|
+
PmtPid?: number;
|
|
1712
|
+
PrivateMetadataPid?: number;
|
|
1713
|
+
Scte27Pids?: number[];
|
|
1714
|
+
Scte35Pid?: number;
|
|
1715
|
+
TimedMetadataPid?: number;
|
|
1716
|
+
VideoPid?: number;
|
|
1717
|
+
}
|
|
1718
|
+
export interface MultiplexProgram {
|
|
1719
|
+
ChannelId?: string;
|
|
1720
|
+
MultiplexProgramSettings?: MultiplexProgramSettings;
|
|
1721
|
+
PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
|
|
1722
|
+
PipelineDetails?: MultiplexProgramPipelineDetail[];
|
|
1723
|
+
ProgramName?: string;
|
|
1724
|
+
}
|
|
1725
|
+
export interface CreateMultiplexProgramResponse {
|
|
1726
|
+
MultiplexProgram?: MultiplexProgram;
|
|
1727
|
+
}
|
|
1728
|
+
export interface CreatePartnerInputRequest {
|
|
1729
|
+
InputId: string | undefined;
|
|
1730
|
+
RequestId?: string;
|
|
1731
|
+
Tags?: Record<string, string>;
|
|
1732
|
+
}
|
|
1733
|
+
export interface CreatePartnerInputResponse {
|
|
1734
|
+
Input?: Input;
|
|
1735
|
+
}
|
|
1736
|
+
export interface CreateTagsRequest {
|
|
1737
|
+
ResourceArn: string | undefined;
|
|
1738
|
+
Tags?: Record<string, string>;
|
|
1739
|
+
}
|
|
1740
|
+
export interface DeleteChannelRequest {
|
|
1741
|
+
ChannelId: string | undefined;
|
|
1742
|
+
}
|
|
1743
|
+
export interface DeleteChannelResponse {
|
|
1744
|
+
Arn?: string;
|
|
1745
|
+
CdiInputSpecification?: CdiInputSpecification;
|
|
1746
|
+
ChannelClass?: ChannelClass;
|
|
1747
|
+
Destinations?: OutputDestination[];
|
|
1748
|
+
EgressEndpoints?: ChannelEgressEndpoint[];
|
|
1749
|
+
EncoderSettings?: EncoderSettings;
|
|
1750
|
+
Id?: string;
|
|
1751
|
+
InputAttachments?: InputAttachment[];
|
|
1752
|
+
InputSpecification?: InputSpecification;
|
|
1753
|
+
LogLevel?: LogLevel;
|
|
1754
|
+
Maintenance?: MaintenanceStatus;
|
|
1755
|
+
Name?: string;
|
|
1756
|
+
PipelineDetails?: PipelineDetail[];
|
|
1757
|
+
PipelinesRunningCount?: number;
|
|
1758
|
+
RoleArn?: string;
|
|
1759
|
+
State?: ChannelState;
|
|
1760
|
+
Tags?: Record<string, string>;
|
|
1761
|
+
Vpc?: VpcOutputSettingsDescription;
|
|
1762
|
+
}
|
|
1763
|
+
export interface DeleteInputRequest {
|
|
1764
|
+
InputId: string | undefined;
|
|
1765
|
+
}
|
|
1766
|
+
export interface DeleteInputResponse {}
|
|
1767
|
+
export interface DeleteInputSecurityGroupRequest {
|
|
1768
|
+
InputSecurityGroupId: string | undefined;
|
|
1769
|
+
}
|
|
1770
|
+
export interface DeleteInputSecurityGroupResponse {}
|
|
1771
|
+
export interface DeleteMultiplexRequest {
|
|
1772
|
+
MultiplexId: string | undefined;
|
|
1773
|
+
}
|
|
1774
|
+
export interface DeleteMultiplexResponse {
|
|
1775
|
+
Arn?: string;
|
|
1776
|
+
AvailabilityZones?: string[];
|
|
1777
|
+
Destinations?: MultiplexOutputDestination[];
|
|
1778
|
+
Id?: string;
|
|
1779
|
+
MultiplexSettings?: MultiplexSettings;
|
|
1780
|
+
Name?: string;
|
|
1781
|
+
PipelinesRunningCount?: number;
|
|
1782
|
+
ProgramCount?: number;
|
|
1783
|
+
State?: MultiplexState;
|
|
1784
|
+
Tags?: Record<string, string>;
|
|
1785
|
+
}
|
|
1786
|
+
export interface DeleteMultiplexProgramRequest {
|
|
1787
|
+
MultiplexId: string | undefined;
|
|
1788
|
+
ProgramName: string | undefined;
|
|
1789
|
+
}
|
|
1790
|
+
export interface DeleteMultiplexProgramResponse {
|
|
1791
|
+
ChannelId?: string;
|
|
1792
|
+
MultiplexProgramSettings?: MultiplexProgramSettings;
|
|
1793
|
+
PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
|
|
1794
|
+
PipelineDetails?: MultiplexProgramPipelineDetail[];
|
|
1795
|
+
ProgramName?: string;
|
|
1796
|
+
}
|
|
1797
|
+
export interface DeleteReservationRequest {
|
|
1798
|
+
ReservationId: string | undefined;
|
|
1799
|
+
}
|
|
1800
|
+
export interface DeleteReservationResponse {
|
|
1801
|
+
Arn?: string;
|
|
1802
|
+
Count?: number;
|
|
1803
|
+
CurrencyCode?: string;
|
|
1804
|
+
Duration?: number;
|
|
1805
|
+
DurationUnits?: OfferingDurationUnits;
|
|
1806
|
+
End?: string;
|
|
1807
|
+
FixedPrice?: number;
|
|
1808
|
+
Name?: string;
|
|
1809
|
+
OfferingDescription?: string;
|
|
1810
|
+
OfferingId?: string;
|
|
1811
|
+
OfferingType?: OfferingType;
|
|
1812
|
+
Region?: string;
|
|
1813
|
+
RenewalSettings?: RenewalSettings;
|
|
1814
|
+
ReservationId?: string;
|
|
1815
|
+
ResourceSpecification?: ReservationResourceSpecification;
|
|
1816
|
+
Start?: string;
|
|
1817
|
+
State?: ReservationState;
|
|
1818
|
+
Tags?: Record<string, string>;
|
|
1819
|
+
UsagePrice?: number;
|
|
1820
|
+
}
|
|
1821
|
+
export interface DeleteScheduleRequest {
|
|
1822
|
+
ChannelId: string | undefined;
|
|
1823
|
+
}
|
|
1824
|
+
export interface DeleteScheduleResponse {}
|
|
1825
|
+
export interface DeleteTagsRequest {
|
|
1826
|
+
ResourceArn: string | undefined;
|
|
1827
|
+
TagKeys: string[] | undefined;
|
|
1828
|
+
}
|
|
1829
|
+
export interface DescribeAccountConfigurationRequest {}
|
|
1830
|
+
export interface DescribeAccountConfigurationResponse {
|
|
1831
|
+
AccountConfiguration?: AccountConfiguration;
|
|
1832
|
+
}
|
|
1833
|
+
export interface DescribeChannelRequest {
|
|
1834
|
+
ChannelId: string | undefined;
|
|
1835
|
+
}
|
|
1836
|
+
export interface DescribeChannelResponse {
|
|
1837
|
+
Arn?: string;
|
|
1838
|
+
CdiInputSpecification?: CdiInputSpecification;
|
|
1839
|
+
ChannelClass?: ChannelClass;
|
|
1840
|
+
Destinations?: OutputDestination[];
|
|
1841
|
+
EgressEndpoints?: ChannelEgressEndpoint[];
|
|
1842
|
+
EncoderSettings?: EncoderSettings;
|
|
1843
|
+
Id?: string;
|
|
1844
|
+
InputAttachments?: InputAttachment[];
|
|
1845
|
+
InputSpecification?: InputSpecification;
|
|
1846
|
+
LogLevel?: LogLevel;
|
|
1847
|
+
Maintenance?: MaintenanceStatus;
|
|
1848
|
+
Name?: string;
|
|
1849
|
+
PipelineDetails?: PipelineDetail[];
|
|
1850
|
+
PipelinesRunningCount?: number;
|
|
1851
|
+
RoleArn?: string;
|
|
1852
|
+
State?: ChannelState;
|
|
1853
|
+
Tags?: Record<string, string>;
|
|
1854
|
+
Vpc?: VpcOutputSettingsDescription;
|
|
1855
|
+
}
|
|
1856
|
+
export interface DescribeInputRequest {
|
|
1857
|
+
InputId: string | undefined;
|
|
1858
|
+
}
|
|
1859
|
+
export interface DescribeInputResponse {
|
|
1860
|
+
Arn?: string;
|
|
1861
|
+
AttachedChannels?: string[];
|
|
1862
|
+
Destinations?: InputDestination[];
|
|
1863
|
+
Id?: string;
|
|
1864
|
+
InputClass?: InputClass;
|
|
1865
|
+
InputDevices?: InputDeviceSettings[];
|
|
1866
|
+
InputPartnerIds?: string[];
|
|
1867
|
+
InputSourceType?: InputSourceType;
|
|
1868
|
+
MediaConnectFlows?: MediaConnectFlow[];
|
|
1869
|
+
Name?: string;
|
|
1870
|
+
RoleArn?: string;
|
|
1871
|
+
SecurityGroups?: string[];
|
|
1872
|
+
Sources?: InputSource[];
|
|
1873
|
+
State?: InputState;
|
|
1874
|
+
Tags?: Record<string, string>;
|
|
1875
|
+
Type?: InputType;
|
|
1876
|
+
}
|
|
1877
|
+
export interface DescribeInputDeviceRequest {
|
|
1878
|
+
InputDeviceId: string | undefined;
|
|
1879
|
+
}
|
|
1880
|
+
export interface DescribeInputDeviceResponse {
|
|
1881
|
+
Arn?: string;
|
|
1882
|
+
ConnectionState?: InputDeviceConnectionState;
|
|
1883
|
+
DeviceSettingsSyncState?: DeviceSettingsSyncState;
|
|
1884
|
+
DeviceUpdateStatus?: DeviceUpdateStatus;
|
|
1885
|
+
HdDeviceSettings?: InputDeviceHdSettings;
|
|
1886
|
+
Id?: string;
|
|
1887
|
+
MacAddress?: string;
|
|
1888
|
+
Name?: string;
|
|
1889
|
+
NetworkSettings?: InputDeviceNetworkSettings;
|
|
1890
|
+
SerialNumber?: string;
|
|
1891
|
+
Type?: InputDeviceType;
|
|
1892
|
+
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
1893
|
+
Tags?: Record<string, string>;
|
|
1894
|
+
AvailabilityZone?: string;
|
|
1895
|
+
MedialiveInputArns?: string[];
|
|
1896
|
+
OutputType?: InputDeviceOutputType;
|
|
1897
|
+
}
|
|
1898
|
+
export interface DescribeInputDeviceThumbnailRequest {
|
|
1899
|
+
InputDeviceId: string | undefined;
|
|
1900
|
+
Accept: AcceptHeader | undefined;
|
|
1901
|
+
}
|
|
1902
|
+
export interface DescribeInputDeviceThumbnailResponse {
|
|
1903
|
+
Body?: StreamingBlobTypes;
|
|
1904
|
+
ContentType?: ContentType;
|
|
1905
|
+
ContentLength?: number;
|
|
1906
|
+
ETag?: string;
|
|
1907
|
+
LastModified?: Date;
|
|
1908
|
+
}
|
|
1909
|
+
export interface DescribeInputSecurityGroupRequest {
|
|
1910
|
+
InputSecurityGroupId: string | undefined;
|
|
1911
|
+
}
|
|
1912
|
+
export interface DescribeInputSecurityGroupResponse {
|
|
1913
|
+
Arn?: string;
|
|
1914
|
+
Id?: string;
|
|
1915
|
+
Inputs?: string[];
|
|
1916
|
+
State?: InputSecurityGroupState;
|
|
1917
|
+
Tags?: Record<string, string>;
|
|
1918
|
+
WhitelistRules?: InputWhitelistRule[];
|
|
1919
|
+
}
|
|
1920
|
+
export interface DescribeMultiplexRequest {
|
|
1921
|
+
MultiplexId: string | undefined;
|
|
1922
|
+
}
|
|
1923
|
+
export interface DescribeMultiplexResponse {
|
|
1924
|
+
Arn?: string;
|
|
1925
|
+
AvailabilityZones?: string[];
|
|
1926
|
+
Destinations?: MultiplexOutputDestination[];
|
|
1927
|
+
Id?: string;
|
|
1928
|
+
MultiplexSettings?: MultiplexSettings;
|
|
1929
|
+
Name?: string;
|
|
1930
|
+
PipelinesRunningCount?: number;
|
|
1931
|
+
ProgramCount?: number;
|
|
1932
|
+
State?: MultiplexState;
|
|
1933
|
+
Tags?: Record<string, string>;
|
|
1934
|
+
}
|
|
1935
|
+
export interface DescribeMultiplexProgramRequest {
|
|
1936
|
+
MultiplexId: string | undefined;
|
|
1937
|
+
ProgramName: string | undefined;
|
|
1938
|
+
}
|
|
1939
|
+
export interface DescribeMultiplexProgramResponse {
|
|
1940
|
+
ChannelId?: string;
|
|
1941
|
+
MultiplexProgramSettings?: MultiplexProgramSettings;
|
|
1942
|
+
PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
|
|
1943
|
+
PipelineDetails?: MultiplexProgramPipelineDetail[];
|
|
1944
|
+
ProgramName?: string;
|
|
1945
|
+
}
|
|
1946
|
+
export interface DescribeOfferingRequest {
|
|
1947
|
+
OfferingId: string | undefined;
|
|
1948
|
+
}
|
|
1949
|
+
export interface DescribeOfferingResponse {
|
|
1950
|
+
Arn?: string;
|
|
1951
|
+
CurrencyCode?: string;
|
|
1952
|
+
Duration?: number;
|
|
1953
|
+
DurationUnits?: OfferingDurationUnits;
|
|
1954
|
+
FixedPrice?: number;
|
|
1955
|
+
OfferingDescription?: string;
|
|
1956
|
+
OfferingId?: string;
|
|
1957
|
+
OfferingType?: OfferingType;
|
|
1958
|
+
Region?: string;
|
|
1959
|
+
ResourceSpecification?: ReservationResourceSpecification;
|
|
1960
|
+
UsagePrice?: number;
|
|
1961
|
+
}
|
|
1962
|
+
export interface DescribeReservationRequest {
|
|
1963
|
+
ReservationId: string | undefined;
|
|
1964
|
+
}
|
|
1965
|
+
export interface DescribeReservationResponse {
|
|
1966
|
+
Arn?: string;
|
|
1967
|
+
Count?: number;
|
|
1968
|
+
CurrencyCode?: string;
|
|
1969
|
+
Duration?: number;
|
|
1970
|
+
DurationUnits?: OfferingDurationUnits;
|
|
1971
|
+
End?: string;
|
|
1972
|
+
FixedPrice?: number;
|
|
1973
|
+
Name?: string;
|
|
1974
|
+
OfferingDescription?: string;
|
|
1975
|
+
OfferingId?: string;
|
|
1976
|
+
OfferingType?: OfferingType;
|
|
1977
|
+
Region?: string;
|
|
1978
|
+
RenewalSettings?: RenewalSettings;
|
|
1979
|
+
ReservationId?: string;
|
|
1980
|
+
ResourceSpecification?: ReservationResourceSpecification;
|
|
1981
|
+
Start?: string;
|
|
1982
|
+
State?: ReservationState;
|
|
1983
|
+
Tags?: Record<string, string>;
|
|
1984
|
+
UsagePrice?: number;
|
|
1985
|
+
}
|
|
1986
|
+
export interface DescribeScheduleRequest {
|
|
1987
|
+
ChannelId: string | undefined;
|
|
1988
|
+
MaxResults?: number;
|
|
1989
|
+
NextToken?: string;
|
|
1990
|
+
}
|
|
1991
|
+
export interface DescribeScheduleResponse {
|
|
1992
|
+
NextToken?: string;
|
|
1993
|
+
ScheduleActions?: ScheduleAction[];
|
|
1994
|
+
}
|
|
1995
|
+
export interface DescribeThumbnailsRequest {
|
|
1996
|
+
ChannelId: string | undefined;
|
|
1997
|
+
PipelineId: string | undefined;
|
|
1998
|
+
ThumbnailType: string | undefined;
|
|
1999
|
+
}
|
|
2000
|
+
export interface DescribeThumbnailsResponse {
|
|
2001
|
+
ThumbnailDetails?: ThumbnailDetail[];
|
|
2002
|
+
}
|
|
2003
|
+
export interface InputDeviceMediaConnectConfigurableSettings {
|
|
2004
|
+
FlowArn?: string;
|
|
2005
|
+
RoleArn?: string;
|
|
2006
|
+
SecretArn?: string;
|
|
2007
|
+
SourceName?: string;
|
|
2008
|
+
}
|
|
2009
|
+
export interface InputDeviceConfigurableSettings {
|
|
2010
|
+
ConfiguredInput?: InputDeviceConfiguredInput;
|
|
2011
|
+
MaxBitrate?: number;
|
|
2012
|
+
LatencyMs?: number;
|
|
2013
|
+
Codec?: InputDeviceCodec;
|
|
2014
|
+
MediaconnectSettings?: InputDeviceMediaConnectConfigurableSettings;
|
|
2015
|
+
AudioChannelPairs?: InputDeviceConfigurableAudioChannelPairConfig[];
|
|
2016
|
+
}
|
|
2017
|
+
export declare const DescribeInputDeviceThumbnailResponseFilterSensitiveLog: (
|
|
2018
|
+
obj: DescribeInputDeviceThumbnailResponse
|
|
2019
|
+
) => any;
|