prostgles-server 4.2.182 → 4.2.183
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/dist/Auth/AuthTypes.d.ts +47 -45
- package/dist/Auth/AuthTypes.d.ts.map +1 -1
- package/dist/DboBuilder/DboBuilder.d.ts.map +1 -1
- package/dist/DboBuilder/DboBuilder.js +22 -21
- package/dist/DboBuilder/DboBuilder.js.map +1 -1
- package/dist/DboBuilder/TableHandler/insertTest.d.ts.map +1 -1
- package/dist/DboBuilder/TableHandler/insertTest.js +24 -8
- package/dist/DboBuilder/TableHandler/insertTest.js.map +1 -1
- package/dist/DboBuilder/ViewHandler/ViewHandler.d.ts +0 -1
- package/dist/DboBuilder/ViewHandler/ViewHandler.d.ts.map +1 -1
- package/dist/DboBuilder/dboBuilderUtils.d.ts +1 -1
- package/dist/DboBuilder/dboBuilderUtils.d.ts.map +1 -1
- package/dist/DboBuilder/dboBuilderUtils.js +35 -19
- package/dist/DboBuilder/dboBuilderUtils.js.map +1 -1
- package/dist/DboBuilder/getColumns.d.ts +0 -1
- package/dist/DboBuilder/getColumns.d.ts.map +1 -1
- package/dist/DboBuilder/getColumns.js.map +1 -1
- package/dist/DboBuilder/getTablesForSchemaPostgresSQL.d.ts +2 -2
- package/dist/DboBuilder/getTablesForSchemaPostgresSQL.d.ts.map +1 -1
- package/dist/DboBuilder/getTablesForSchemaPostgresSQL.js +55 -38
- package/dist/DboBuilder/getTablesForSchemaPostgresSQL.js.map +1 -1
- package/dist/FileManager/FileManager.d.ts +20 -19
- package/dist/FileManager/FileManager.d.ts.map +1 -1
- package/dist/FileManager/FileManager.js +13 -8
- package/dist/FileManager/FileManager.js.map +1 -1
- package/dist/FileManager/initFileManager.d.ts.map +1 -1
- package/dist/FileManager/initFileManager.js +14 -5
- package/dist/FileManager/initFileManager.js.map +1 -1
- package/dist/Prostgles.d.ts.map +1 -1
- package/dist/Prostgles.js +2 -5
- package/dist/Prostgles.js.map +1 -1
- package/dist/ProstglesTypes.d.ts +143 -81
- package/dist/ProstglesTypes.d.ts.map +1 -1
- package/dist/ProstglesTypes.js.map +1 -1
- package/dist/PubSubManager/PubSubManager.d.ts +3 -8
- package/dist/PubSubManager/PubSubManager.d.ts.map +1 -1
- package/dist/PubSubManager/PubSubManager.js +46 -44
- package/dist/PubSubManager/PubSubManager.js.map +1 -1
- package/dist/PublishParser/publishTypesAndUtils.d.ts +2 -2
- package/dist/PublishParser/publishTypesAndUtils.d.ts.map +1 -1
- package/dist/PublishParser/publishTypesAndUtils.js +51 -14
- package/dist/PublishParser/publishTypesAndUtils.js.map +1 -1
- package/dist/RestApi.d.ts +6 -0
- package/dist/RestApi.d.ts.map +1 -1
- package/dist/RestApi.js +30 -7
- package/dist/RestApi.js.map +1 -1
- package/dist/initProstgles.d.ts +1 -1
- package/dist/initProstgles.d.ts.map +1 -1
- package/examples/full-example-typescript/DBoGenerated.ts +1 -67
- package/examples/full-example-typescript/index.ts +8 -6
- package/examples/full-example-typescript/node_modules/.package-lock.json +3122 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +118 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/constants.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/constants.js +43 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +30 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/index.js +8 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js +11 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js +56 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +40 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +27 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +7 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +53 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +4 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +66 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +30 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/index.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/tsconfig.json +10 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +7 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +106 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/README.md +29 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js +124 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/constants.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/constants.js +98 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/index.js +5 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js +85 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js +322 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +121 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/constants.js +95 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +82 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +319 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/package.json +32 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/tsconfig.json +10 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +7 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +66 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +5 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +69 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +62 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/package.json +28 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +10 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +7 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/CHANGELOG.md +71 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/README.md +16 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/convertToBuffer.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +24 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/index.js +14 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/index.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/isEmptyData.js +13 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/numToUint8.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/numToUint8.js +15 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js +20 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +20 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/index.js +7 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/index.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/isEmptyData.js +9 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/numToUint8.js +11 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +16 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +4 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/package.json +32 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/index.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/tsconfig.json +9 -0
- package/examples/full-example-typescript/node_modules/@aws-crypto/util/tsconfig.module.json +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/README.md +807 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/endpoint/ruleset.js +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/index.js +7578 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.browser.js +39 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.js +50 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.native.js +15 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.shared.js +34 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/SES.js +149 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/SESClient.js +46 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CloneReceiptRuleSetCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateConfigurationSetCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateReceiptFilterCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateReceiptRuleCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateReceiptRuleSetCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateTemplateCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteConfigurationSetCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteIdentityCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteIdentityPolicyCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteReceiptFilterCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteReceiptRuleCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteReceiptRuleSetCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteTemplateCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DescribeConfigurationSetCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DescribeReceiptRuleCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DescribeReceiptRuleSetCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetAccountSendingEnabledCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityDkimAttributesCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityNotificationAttributesCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityPoliciesCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityVerificationAttributesCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetSendQuotaCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetSendStatisticsCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetTemplateCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListConfigurationSetsCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListIdentitiesCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListIdentityPoliciesCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListReceiptFiltersCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListReceiptRuleSetsCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListTemplatesCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListVerifiedEmailAddressesCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/PutIdentityPolicyCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ReorderReceiptRuleSetCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendBounceCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendBulkTemplatedEmailCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendCustomVerificationEmailCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendEmailCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendRawEmailCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendTemplatedEmailCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetActiveReceiptRuleSetCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityDkimEnabledCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityMailFromDomainCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityNotificationTopicCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetReceiptRulePositionCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/TestRenderTemplateCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateAccountSendingEnabledCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateReceiptRuleCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateTemplateCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/VerifyDomainDkimCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/VerifyDomainIdentityCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/VerifyEmailAddressCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/VerifyEmailIdentityCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/index.js +71 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/endpoint/EndpointParameters.js +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/endpoint/endpointResolver.js +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/endpoint/ruleset.js +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/extensionConfiguration.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/index.js +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/models/SESServiceException.js +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/models/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/models/models_0.js +535 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/pagination/Interfaces.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/pagination/ListIdentitiesPaginator.js +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/pagination/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/protocols/Aws_query.js +5325 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.browser.js +34 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.js +45 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.native.js +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.shared.js +30 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeExtensions.js +21 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/waiters/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/waiters/waitForIdentityExists.js +38 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts +553 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts +273 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +97 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.d.ts +88 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +125 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +96 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +94 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.d.ts +103 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.d.ts +183 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +90 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.d.ts +89 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.d.ts +75 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +80 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +84 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +73 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.d.ts +82 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +93 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.d.ts +83 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.d.ts +88 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +90 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.d.ts +70 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +81 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +162 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.d.ts +118 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.d.ts +162 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +169 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +84 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +85 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +137 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +106 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +116 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.d.ts +108 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +116 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.d.ts +88 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.d.ts +116 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.d.ts +82 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.d.ts +87 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +86 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts +109 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.d.ts +102 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.d.ts +103 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +105 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.d.ts +80 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +89 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +78 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.d.ts +98 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +100 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.d.ts +118 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +182 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +99 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.d.ts +220 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.d.ts +231 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.d.ts +171 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +90 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +95 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +92 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +89 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +92 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +92 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.d.ts +93 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.d.ts +87 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +85 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +121 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +89 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +90 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +95 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +89 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.d.ts +178 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.d.ts +85 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.d.ts +131 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.d.ts +92 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.d.ts +81 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.d.ts +83 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts +71 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/endpoint/ruleset.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/extensionConfiguration.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts +48 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/models/SESServiceException.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/models/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts +4660 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/pagination/Interfaces.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListIdentitiesPaginator.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/pagination/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/protocols/Aws_query.d.ts +641 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.browser.d.ts +48 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.d.ts +48 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.native.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeExtensions.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/SES.d.ts +1339 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/SESClient.d.ts +541 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +50 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +50 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +50 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +50 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +50 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendBounceCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendEmailCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +50 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +50 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +46 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/index.d.ts +71 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/index.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/SESServiceException.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/models_0.d.ts +1100 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/pagination/ListIdentitiesPaginator.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/protocols/Aws_query.d.ts +857 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.d.ts +94 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.native.d.ts +87 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/waiters/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/waiters/waitForIdentityExists.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/package.json +102 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/README.md +252 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +68 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +611 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +38 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +48 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +15 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +40 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +15 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +46 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +62 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +23 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +23 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +23 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +23 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/index.js +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +75 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +210 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +33 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +43 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +36 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +21 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +53 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +182 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +94 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +95 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +97 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +94 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +29 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +266 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +38 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +55 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +55 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +54 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +32 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +73 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +137 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +50 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +41 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +93 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +115 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +112 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +109 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/package.json +98 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/README.md +274 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +64 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +1052 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +39 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +50 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +15 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +40 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +15 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +46 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +58 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +23 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +23 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +23 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +23 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +233 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +427 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +34 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +45 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +36 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +21 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +75 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +210 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +175 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +257 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +143 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +123 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +50 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +795 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +38 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +56 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +56 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +55 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +32 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +73 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +142 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +50 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +216 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +118 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +119 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +112 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/package.json +102 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/README.md +281 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +50 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +67 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +20 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +1535 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +39 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +64 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +15 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +40 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +25 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/STS.js +25 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +46 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +60 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +23 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +23 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +23 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +23 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +23 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +93 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +16 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/index.js +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +134 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +938 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +34 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +59 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +36 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +21 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +78 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +181 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +71 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +269 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +294 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +288 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +127 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +87 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +128 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +242 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +166 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +23 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +43 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +46 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1327 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +83 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +57 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +55 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +56 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +32 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +160 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +169 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +54 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +50 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +50 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +33 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +57 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +218 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +113 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +124 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +114 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +118 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/package.json +102 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/README.md +39 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/client.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/client.js +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/index.js +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +97 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +78 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +303 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +228 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +72 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +87 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +51 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +57 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +30 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +42 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +95 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +55 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/package.json +119 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/core/protocols.js +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +77 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +30 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +36 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/package.json +62 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +31 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +68 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +54 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +42 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +27 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +63 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +49 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +13 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +69 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/package.json +69 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +265 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +77 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +30 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +28 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +23 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +49 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/package.json +72 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/README.md +104 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +154 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +62 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +17 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +58 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +25 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +110 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +30 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +35 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/package.json +63 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +245 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +71 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +84 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +69 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/package.json +65 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +32 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +49 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +28 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +28 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +145 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +40 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/package.json +73 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +71 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +33 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +29 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/package.json +57 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +80 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +42 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/package.json +58 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +68 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +34 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/package.json +57 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +231 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +28 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +82 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +44 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/package.json +61 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/README.md +12 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +116 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +25 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +12 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +37 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/package.json +59 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/README.md +53 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +210 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +79 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/package.json +69 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/README.md +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-cjs/index.js +295 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/index.js +33 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +49 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/index.d.ts +33 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +33 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/types/package.json +56 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +417 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +223 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +223 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +42 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/dist-es/index.js +10 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/package.json +53 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +27 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +1 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +22 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +18 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/package.json +54 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +103 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +7 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/package.json +65 -0
- package/examples/full-example-typescript/node_modules/@smithy/abort-controller/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/abort-controller/README.md +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-cjs/index.js +82 -0
- package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-es/AbortController.js +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
- package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/abort-controller/package.json +62 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/index.js +235 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +29 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/index.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/config-resolver/package.json +64 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/README.md +45 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/cbor.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/cbor.js +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/index.js +416 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/setFeature.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +732 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +164 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/getSmithyContext.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/index.js +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +18 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +40 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +24 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/normalizeProvider.js +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +38 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +391 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +191 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +25 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +21 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +83 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +34 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +53 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +63 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +66 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/package.json +103 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/protocols.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/core/protocols.js +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/README.md +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +446 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +77 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +134 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/index.js +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +36 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +25 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +28 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +40 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +28 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +40 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/package.json +69 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/README.md +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +237 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +139 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +27 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +39 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +39 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/package.json +65 -0
- package/examples/full-example-typescript/node_modules/@smithy/hash-node/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/hash-node/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/hash-node/dist-cjs/index.js +66 -0
- package/examples/full-example-typescript/node_modules/@smithy/hash-node/dist-es/index.js +34 -0
- package/examples/full-example-typescript/node_modules/@smithy/hash-node/dist-types/index.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/hash-node/package.json +64 -0
- package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +41 -0
- package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-es/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/package.json +57 -0
- package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/package.json +59 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/README.md +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +71 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/dist-es/index.js +39 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/package.json +63 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +279 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +39 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +51 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +31 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +36 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +18 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/index.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +25 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +37 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +28 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +104 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +28 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +104 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +34 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +34 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/package.json +74 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/README.md +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/index.js +425 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/util.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +20 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +90 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/configurations.js +52 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/defaultRetryQuota.js +27 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/delayDecider.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/index.js +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/retryDecider.js +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +112 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/util.js +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +30 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +45 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +30 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +45 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +53 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +53 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/package.json +79 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/README.md +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-cjs/index.js +102 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +25 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-es/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/package.json +63 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/README.md +78 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-cjs/index.js +321 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-cjs/types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +281 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-es/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-es/types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/package.json +63 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/README.md +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/getSelectorName.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/index.js +105 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +23 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/package.json +65 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/README.md +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/index.js +798 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +208 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +86 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +167 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +88 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +56 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +39 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +57 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +38 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +57 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/package.json +67 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/index.js +168 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/ProviderError.js +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +30 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +30 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +30 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +30 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
- package/examples/full-example-typescript/node_modules/@smithy/property-provider/package.json +60 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/README.md +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/Field.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/index.js +259 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/Field.js +23 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/Fields.js +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +53 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/index.js +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +49 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +37 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +37 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +53 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +49 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +44 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +37 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +37 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +53 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/@smithy/protocol-http/package.json +61 -0
- package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/dist-cjs/index.js +52 -0
- package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/dist-es/index.js +21 -0
- package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/package.json +60 -0
- package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/dist-cjs/index.js +53 -0
- package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/dist-es/index.js +23 -0
- package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/package.json +60 -0
- package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/README.md +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-cjs/index.js +98 -0
- package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-es/constants.js +27 -0
- package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-es/index.js +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/package.json +59 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +206 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +39 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +44 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +44 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/package.json +72 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/README.md +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/constants.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/index.js +576 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +125 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +191 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/constants.js +43 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +33 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +20 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +29 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +20 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/index.js +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +399 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/utilDate.js +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +67 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +43 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/index.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +24 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +67 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/signature-v4/package.json +69 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/client.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/command.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/constants.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/index.js +1297 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/is-serializable-header-value.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/client.js +42 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/command.js +115 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/constants.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +21 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/date-utils.js +190 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/exceptions.js +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +31 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +16 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/index.js +25 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +24 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +92 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/parse-utils.js +230 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/quote-header.js +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/serde-json.js +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/split-every.js +27 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/split-header.js +37 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/client.d.ts +53 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/command.d.ts +113 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/date-utils.d.ts +73 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +28 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +34 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +25 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/index.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +43 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +162 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/parse-utils.d.ts +270 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/split-every.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +53 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +113 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/date-utils.d.ts +73 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +28 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +34 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +25 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +43 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +178 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/parse-utils.d.ts +270 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-every.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/smithy-client/package.json +67 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/README.md +115 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/index.js +149 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/index.js +37 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/client.d.ts +56 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +122 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/http.d.ts +106 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +56 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +106 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/examples/full-example-typescript/node_modules/@smithy/types/package.json +60 -0
- package/examples/full-example-typescript/node_modules/@smithy/url-parser/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/url-parser/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/url-parser/dist-cjs/index.js +49 -0
- package/examples/full-example-typescript/node_modules/@smithy/url-parser/dist-es/index.js +18 -0
- package/examples/full-example-typescript/node_modules/@smithy/url-parser/dist-types/index.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/url-parser/package.json +58 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/README.md +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +35 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +40 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/index.js +27 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +39 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/constants.browser.js +28 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +36 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/fromBase64.js +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +35 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/toBase64.js +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-base64/package.json +72 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/README.md +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +57 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-es/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/package.json +56 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/README.md +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +53 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +25 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-es/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/package.json +60 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/package.json +60 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/README.md +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-cjs/index.js +64 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-cjs/types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-es/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-es/types.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/package.json +61 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +25 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +33 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +23 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +27 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/package.json +66 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +119 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +52 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +24 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +24 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/package.json +66 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/cache/EndpointCache.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/index.js +546 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +49 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +21 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/index.js +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +25 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +51 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +27 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/index.js +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +22 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +27 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +16 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +27 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +36 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +21 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +34 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +34 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +25 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +25 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/package.json +68 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/README.md +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +67 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/dist-es/index.js +33 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/package.json +59 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-middleware/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-middleware/README.md +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-cjs/index.js +45 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-es/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-middleware/package.json +66 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/README.md +78 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/index.js +352 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/types.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-retry/package.json +68 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/README.md +6 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +30 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +36 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/headStream.js +46 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/index.js +100 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +69 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +55 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +18 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +26 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +31 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/headStream.js +41 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/index.js +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +50 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/splitStream.js +13 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +61 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-stream/package.json +95 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +43 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-es/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/package.json +58 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/README.md +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-utf8/package.json +65 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/LICENSE +201 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/README.md +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/index.js +187 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/poller.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +1 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +29 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/poller.js +59 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/utils/index.js +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/utils/sleep.js +3 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +17 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/waiter.js +34 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +49 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/utils/sleep.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +49 -0
- package/examples/full-example-typescript/node_modules/@smithy/util-waiter/package.json +62 -0
- package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/LICENSE +24 -0
- package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/Readme.md +79 -0
- package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/cjs/index.d.ts +179 -0
- package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/cjs/index.js +176 -0
- package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/cjs/package.json +4 -0
- package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/esm/index.d.ts +179 -0
- package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/esm/index.js +169 -0
- package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/esm/package.json +4 -0
- package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/package.json +28 -0
- package/examples/full-example-typescript/node_modules/@tokenizer/token/README.md +19 -0
- package/examples/full-example-typescript/node_modules/@tokenizer/token/index.d.ts +30 -0
- package/examples/full-example-typescript/node_modules/@tokenizer/token/package.json +33 -0
- package/examples/full-example-typescript/node_modules/@types/body-parser/README.md +15 -0
- package/examples/full-example-typescript/node_modules/@types/body-parser/index.d.ts +95 -0
- package/examples/full-example-typescript/node_modules/@types/body-parser/package.json +58 -0
- package/examples/full-example-typescript/node_modules/@types/connect/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/connect/README.md +15 -0
- package/examples/full-example-typescript/node_modules/@types/connect/index.d.ts +91 -0
- package/examples/full-example-typescript/node_modules/@types/connect/package.json +32 -0
- package/examples/full-example-typescript/node_modules/@types/cookie/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/cookie/README.md +16 -0
- package/examples/full-example-typescript/node_modules/@types/cookie/index.d.ts +135 -0
- package/examples/full-example-typescript/node_modules/@types/cookie/package.json +30 -0
- package/examples/full-example-typescript/node_modules/@types/cors/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/cors/README.md +75 -0
- package/examples/full-example-typescript/node_modules/@types/cors/index.d.ts +56 -0
- package/examples/full-example-typescript/node_modules/@types/cors/package.json +32 -0
- package/examples/full-example-typescript/node_modules/@types/express/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/express/README.md +15 -0
- package/examples/full-example-typescript/node_modules/@types/express/index.d.ts +128 -0
- package/examples/full-example-typescript/node_modules/@types/express/package.json +45 -0
- package/examples/full-example-typescript/node_modules/@types/express-serve-static-core/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/express-serve-static-core/README.md +15 -0
- package/examples/full-example-typescript/node_modules/@types/express-serve-static-core/index.d.ts +1240 -0
- package/examples/full-example-typescript/node_modules/@types/express-serve-static-core/package.json +51 -0
- package/examples/full-example-typescript/node_modules/@types/http-errors/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/http-errors/README.md +15 -0
- package/examples/full-example-typescript/node_modules/@types/http-errors/index.d.ts +77 -0
- package/examples/full-example-typescript/node_modules/@types/http-errors/package.json +30 -0
- package/examples/full-example-typescript/node_modules/@types/mime/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/mime/Mime.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/@types/mime/README.md +15 -0
- package/examples/full-example-typescript/node_modules/@types/mime/index.d.ts +31 -0
- package/examples/full-example-typescript/node_modules/@types/mime/lite.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/@types/mime/package.json +30 -0
- package/examples/full-example-typescript/node_modules/@types/node/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/node/README.md +15 -0
- package/examples/full-example-typescript/node_modules/@types/node/assert.d.ts +1040 -0
- package/examples/full-example-typescript/node_modules/@types/node/async_hooks.d.ts +541 -0
- package/examples/full-example-typescript/node_modules/@types/node/buffer.d.ts +1933 -0
- package/examples/full-example-typescript/node_modules/@types/node/child_process.d.ts +1549 -0
- package/examples/full-example-typescript/node_modules/@types/node/cluster.d.ts +579 -0
- package/examples/full-example-typescript/node_modules/@types/node/compatibility/indexable.d.ts +23 -0
- package/examples/full-example-typescript/node_modules/@types/node/console.d.ts +452 -0
- package/examples/full-example-typescript/node_modules/@types/node/crypto.d.ts +4475 -0
- package/examples/full-example-typescript/node_modules/@types/node/dgram.d.ts +596 -0
- package/examples/full-example-typescript/node_modules/@types/node/diagnostics_channel.d.ts +554 -0
- package/examples/full-example-typescript/node_modules/@types/node/dns/promises.d.ts +476 -0
- package/examples/full-example-typescript/node_modules/@types/node/dns.d.ts +865 -0
- package/examples/full-example-typescript/node_modules/@types/node/domain.d.ts +170 -0
- package/examples/full-example-typescript/node_modules/@types/node/events.d.ts +931 -0
- package/examples/full-example-typescript/node_modules/@types/node/fs/promises.d.ts +1275 -0
- package/examples/full-example-typescript/node_modules/@types/node/fs.d.ts +4396 -0
- package/examples/full-example-typescript/node_modules/@types/node/globals.d.ts +566 -0
- package/examples/full-example-typescript/node_modules/@types/node/http.d.ts +1958 -0
- package/examples/full-example-typescript/node_modules/@types/node/http2.d.ts +2558 -0
- package/examples/full-example-typescript/node_modules/@types/node/https.d.ts +543 -0
- package/examples/full-example-typescript/node_modules/@types/node/index.d.ts +92 -0
- package/examples/full-example-typescript/node_modules/@types/node/inspector.d.ts +3966 -0
- package/examples/full-example-typescript/node_modules/@types/node/module.d.ts +402 -0
- package/examples/full-example-typescript/node_modules/@types/node/net.d.ts +1001 -0
- package/examples/full-example-typescript/node_modules/@types/node/os.d.ts +495 -0
- package/examples/full-example-typescript/node_modules/@types/node/package.json +220 -0
- package/examples/full-example-typescript/node_modules/@types/node/path.d.ts +200 -0
- package/examples/full-example-typescript/node_modules/@types/node/perf_hooks.d.ts +965 -0
- package/examples/full-example-typescript/node_modules/@types/node/process.d.ts +1963 -0
- package/examples/full-example-typescript/node_modules/@types/node/punycode.d.ts +117 -0
- package/examples/full-example-typescript/node_modules/@types/node/querystring.d.ts +153 -0
- package/examples/full-example-typescript/node_modules/@types/node/readline.d.ts +589 -0
- package/examples/full-example-typescript/node_modules/@types/node/repl.d.ts +430 -0
- package/examples/full-example-typescript/node_modules/@types/node/sea.d.ts +153 -0
- package/examples/full-example-typescript/node_modules/@types/node/sqlite.d.ts +213 -0
- package/examples/full-example-typescript/node_modules/@types/node/stream/web.d.ts +609 -0
- package/examples/full-example-typescript/node_modules/@types/node/stream.d.ts +1726 -0
- package/examples/full-example-typescript/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/examples/full-example-typescript/node_modules/@types/node/test.d.ts +2248 -0
- package/examples/full-example-typescript/node_modules/@types/node/timers/promises.d.ts +97 -0
- package/examples/full-example-typescript/node_modules/@types/node/timers.d.ts +240 -0
- package/examples/full-example-typescript/node_modules/@types/node/tls.d.ts +1226 -0
- package/examples/full-example-typescript/node_modules/@types/node/trace_events.d.ts +197 -0
- package/examples/full-example-typescript/node_modules/@types/node/ts5.6/index.d.ts +92 -0
- package/examples/full-example-typescript/node_modules/@types/node/tty.d.ts +208 -0
- package/examples/full-example-typescript/node_modules/@types/node/url.d.ts +972 -0
- package/examples/full-example-typescript/node_modules/@types/node/util.d.ts +2371 -0
- package/examples/full-example-typescript/node_modules/@types/node/v8.d.ts +808 -0
- package/examples/full-example-typescript/node_modules/@types/node/vm.d.ts +976 -0
- package/examples/full-example-typescript/node_modules/@types/node/wasi.d.ts +181 -0
- package/examples/full-example-typescript/node_modules/@types/node/worker_threads.d.ts +745 -0
- package/examples/full-example-typescript/node_modules/@types/node/zlib.d.ts +539 -0
- package/examples/full-example-typescript/node_modules/@types/oauth/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/oauth/README.md +15 -0
- package/examples/full-example-typescript/node_modules/@types/oauth/index.d.ts +307 -0
- package/examples/full-example-typescript/node_modules/@types/oauth/package.json +32 -0
- package/examples/full-example-typescript/node_modules/@types/passport/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/passport/README.md +15 -0
- package/examples/full-example-typescript/node_modules/@types/passport/index.d.ts +925 -0
- package/examples/full-example-typescript/node_modules/@types/passport/package.json +58 -0
- package/examples/full-example-typescript/node_modules/@types/passport-facebook/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/passport-facebook/README.md +103 -0
- package/examples/full-example-typescript/node_modules/@types/passport-facebook/index.d.ts +84 -0
- package/examples/full-example-typescript/node_modules/@types/passport-facebook/package.json +34 -0
- package/examples/full-example-typescript/node_modules/@types/passport-github2/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/passport-github2/README.md +83 -0
- package/examples/full-example-typescript/node_modules/@types/passport-github2/index.d.ts +64 -0
- package/examples/full-example-typescript/node_modules/@types/passport-github2/package.json +44 -0
- package/examples/full-example-typescript/node_modules/@types/passport-google-oauth20/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/passport-google-oauth20/README.md +15 -0
- package/examples/full-example-typescript/node_modules/@types/passport-google-oauth20/index.d.ts +294 -0
- package/examples/full-example-typescript/node_modules/@types/passport-google-oauth20/package.json +44 -0
- package/examples/full-example-typescript/node_modules/@types/passport-microsoft/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/passport-microsoft/README.md +46 -0
- package/examples/full-example-typescript/node_modules/@types/passport-microsoft/index.d.ts +27 -0
- package/examples/full-example-typescript/node_modules/@types/passport-microsoft/package.json +27 -0
- package/examples/full-example-typescript/node_modules/@types/passport-oauth2/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/passport-oauth2/README.md +15 -0
- package/examples/full-example-typescript/node_modules/@types/passport-oauth2/index.d.ts +119 -0
- package/examples/full-example-typescript/node_modules/@types/passport-oauth2/package.json +54 -0
- package/examples/full-example-typescript/node_modules/@types/qs/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/qs/README.md +15 -0
- package/examples/full-example-typescript/node_modules/@types/qs/index.d.ts +81 -0
- package/examples/full-example-typescript/node_modules/@types/qs/package.json +66 -0
- package/examples/full-example-typescript/node_modules/@types/range-parser/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/range-parser/README.md +53 -0
- package/examples/full-example-typescript/node_modules/@types/range-parser/index.d.ts +34 -0
- package/examples/full-example-typescript/node_modules/@types/range-parser/package.json +25 -0
- package/examples/full-example-typescript/node_modules/@types/send/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/send/README.md +15 -0
- package/examples/full-example-typescript/node_modules/@types/send/index.d.ts +225 -0
- package/examples/full-example-typescript/node_modules/@types/send/package.json +33 -0
- package/examples/full-example-typescript/node_modules/@types/serve-static/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/@types/serve-static/README.md +15 -0
- package/examples/full-example-typescript/node_modules/@types/serve-static/index.d.ts +107 -0
- package/examples/full-example-typescript/node_modules/@types/serve-static/package.json +39 -0
- package/examples/full-example-typescript/node_modules/accepts/HISTORY.md +243 -0
- package/examples/full-example-typescript/node_modules/accepts/LICENSE +23 -0
- package/examples/full-example-typescript/node_modules/accepts/README.md +140 -0
- package/examples/full-example-typescript/node_modules/accepts/index.js +238 -0
- package/examples/full-example-typescript/node_modules/accepts/package.json +47 -0
- package/examples/full-example-typescript/node_modules/array-flatten/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/array-flatten/README.md +43 -0
- package/examples/full-example-typescript/node_modules/array-flatten/array-flatten.js +64 -0
- package/examples/full-example-typescript/node_modules/array-flatten/package.json +39 -0
- package/examples/full-example-typescript/node_modules/assert-options/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/assert-options/README.md +101 -0
- package/examples/full-example-typescript/node_modules/assert-options/dist/src/assert.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/assert-options/dist/src/assert.js +43 -0
- package/examples/full-example-typescript/node_modules/assert-options/dist/src/handler.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/assert-options/dist/src/handler.js +26 -0
- package/examples/full-example-typescript/node_modules/assert-options/dist/src/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/assert-options/dist/src/index.js +10 -0
- package/examples/full-example-typescript/node_modules/assert-options/dist/src/types.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/assert-options/dist/src/types.js +12 -0
- package/examples/full-example-typescript/node_modules/assert-options/package.json +44 -0
- package/examples/full-example-typescript/node_modules/base64id/CHANGELOG.md +16 -0
- package/examples/full-example-typescript/node_modules/base64id/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/base64id/README.md +18 -0
- package/examples/full-example-typescript/node_modules/base64id/lib/base64id.js +103 -0
- package/examples/full-example-typescript/node_modules/base64id/package.json +13 -0
- package/examples/full-example-typescript/node_modules/base64url/LICENSE +20 -0
- package/examples/full-example-typescript/node_modules/base64url/dist/.gitkeep +0 -0
- package/examples/full-example-typescript/node_modules/base64url/dist/base64url.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/base64url/dist/base64url.js +37 -0
- package/examples/full-example-typescript/node_modules/base64url/dist/pad-string.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/base64url/dist/pad-string.js +20 -0
- package/examples/full-example-typescript/node_modules/base64url/index.js +2 -0
- package/examples/full-example-typescript/node_modules/base64url/package.json +35 -0
- package/examples/full-example-typescript/node_modules/base64url/readme.md +127 -0
- package/examples/full-example-typescript/node_modules/body-parser/HISTORY.md +672 -0
- package/examples/full-example-typescript/node_modules/body-parser/LICENSE +23 -0
- package/examples/full-example-typescript/node_modules/body-parser/README.md +476 -0
- package/examples/full-example-typescript/node_modules/body-parser/SECURITY.md +25 -0
- package/examples/full-example-typescript/node_modules/body-parser/index.js +156 -0
- package/examples/full-example-typescript/node_modules/body-parser/lib/read.js +205 -0
- package/examples/full-example-typescript/node_modules/body-parser/lib/types/json.js +247 -0
- package/examples/full-example-typescript/node_modules/body-parser/lib/types/raw.js +101 -0
- package/examples/full-example-typescript/node_modules/body-parser/lib/types/text.js +121 -0
- package/examples/full-example-typescript/node_modules/body-parser/lib/types/urlencoded.js +307 -0
- package/examples/full-example-typescript/node_modules/body-parser/package.json +56 -0
- package/examples/full-example-typescript/node_modules/bowser/CHANGELOG.md +218 -0
- package/examples/full-example-typescript/node_modules/bowser/LICENSE +39 -0
- package/examples/full-example-typescript/node_modules/bowser/README.md +179 -0
- package/examples/full-example-typescript/node_modules/bowser/bundled.js +1 -0
- package/examples/full-example-typescript/node_modules/bowser/es5.js +1 -0
- package/examples/full-example-typescript/node_modules/bowser/index.d.ts +250 -0
- package/examples/full-example-typescript/node_modules/bowser/package.json +83 -0
- package/examples/full-example-typescript/node_modules/bowser/src/bowser.js +77 -0
- package/examples/full-example-typescript/node_modules/bowser/src/constants.js +116 -0
- package/examples/full-example-typescript/node_modules/bowser/src/parser-browsers.js +700 -0
- package/examples/full-example-typescript/node_modules/bowser/src/parser-engines.js +120 -0
- package/examples/full-example-typescript/node_modules/bowser/src/parser-os.js +199 -0
- package/examples/full-example-typescript/node_modules/bowser/src/parser-platforms.js +266 -0
- package/examples/full-example-typescript/node_modules/bowser/src/parser.js +496 -0
- package/examples/full-example-typescript/node_modules/bowser/src/utils.js +309 -0
- package/examples/full-example-typescript/node_modules/bytes/History.md +97 -0
- package/examples/full-example-typescript/node_modules/bytes/LICENSE +23 -0
- package/examples/full-example-typescript/node_modules/bytes/Readme.md +152 -0
- package/examples/full-example-typescript/node_modules/bytes/index.js +170 -0
- package/examples/full-example-typescript/node_modules/bytes/package.json +42 -0
- package/examples/full-example-typescript/node_modules/call-bind/.eslintignore +1 -0
- package/examples/full-example-typescript/node_modules/call-bind/.eslintrc +16 -0
- package/examples/full-example-typescript/node_modules/call-bind/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/call-bind/.nycrc +9 -0
- package/examples/full-example-typescript/node_modules/call-bind/CHANGELOG.md +106 -0
- package/examples/full-example-typescript/node_modules/call-bind/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/call-bind/README.md +64 -0
- package/examples/full-example-typescript/node_modules/call-bind/callBound.js +15 -0
- package/examples/full-example-typescript/node_modules/call-bind/index.js +24 -0
- package/examples/full-example-typescript/node_modules/call-bind/package.json +93 -0
- package/examples/full-example-typescript/node_modules/call-bind/test/callBound.js +54 -0
- package/examples/full-example-typescript/node_modules/call-bind/test/index.js +74 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/.eslintrc +16 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/CHANGELOG.md +23 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/index.d.ts +46 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/examples/full-example-typescript/node_modules/call-bound/.eslintrc +13 -0
- package/examples/full-example-typescript/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/call-bound/.nycrc +9 -0
- package/examples/full-example-typescript/node_modules/call-bound/CHANGELOG.md +25 -0
- package/examples/full-example-typescript/node_modules/call-bound/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/call-bound/README.md +53 -0
- package/examples/full-example-typescript/node_modules/call-bound/index.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/call-bound/index.js +18 -0
- package/examples/full-example-typescript/node_modules/call-bound/package.json +98 -0
- package/examples/full-example-typescript/node_modules/call-bound/test/index.js +54 -0
- package/examples/full-example-typescript/node_modules/call-bound/tsconfig.json +9 -0
- package/examples/full-example-typescript/node_modules/check-disk-space/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/check-disk-space/README.md +53 -0
- package/examples/full-example-typescript/node_modules/check-disk-space/dist/check-disk-space.cjs +210 -0
- package/examples/full-example-typescript/node_modules/check-disk-space/dist/check-disk-space.d.ts +53 -0
- package/examples/full-example-typescript/node_modules/check-disk-space/dist/check-disk-space.mjs +203 -0
- package/examples/full-example-typescript/node_modules/check-disk-space/package.json +83 -0
- package/examples/full-example-typescript/node_modules/content-disposition/HISTORY.md +60 -0
- package/examples/full-example-typescript/node_modules/content-disposition/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/content-disposition/README.md +142 -0
- package/examples/full-example-typescript/node_modules/content-disposition/index.js +458 -0
- package/examples/full-example-typescript/node_modules/content-disposition/package.json +44 -0
- package/examples/full-example-typescript/node_modules/content-type/HISTORY.md +29 -0
- package/examples/full-example-typescript/node_modules/content-type/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/content-type/README.md +94 -0
- package/examples/full-example-typescript/node_modules/content-type/index.js +225 -0
- package/examples/full-example-typescript/node_modules/content-type/package.json +42 -0
- package/examples/full-example-typescript/node_modules/cookie/LICENSE +24 -0
- package/examples/full-example-typescript/node_modules/cookie/README.md +317 -0
- package/examples/full-example-typescript/node_modules/cookie/SECURITY.md +25 -0
- package/examples/full-example-typescript/node_modules/cookie/index.js +334 -0
- package/examples/full-example-typescript/node_modules/cookie/package.json +44 -0
- package/examples/full-example-typescript/node_modules/cookie-signature/History.md +38 -0
- package/examples/full-example-typescript/node_modules/cookie-signature/Readme.md +42 -0
- package/examples/full-example-typescript/node_modules/cookie-signature/index.js +51 -0
- package/examples/full-example-typescript/node_modules/cookie-signature/package.json +18 -0
- package/examples/full-example-typescript/node_modules/cors/CONTRIBUTING.md +33 -0
- package/examples/full-example-typescript/node_modules/cors/HISTORY.md +58 -0
- package/examples/full-example-typescript/node_modules/cors/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/cors/README.md +243 -0
- package/examples/full-example-typescript/node_modules/cors/lib/index.js +238 -0
- package/examples/full-example-typescript/node_modules/cors/package.json +41 -0
- package/examples/full-example-typescript/node_modules/debug/.coveralls.yml +1 -0
- package/examples/full-example-typescript/node_modules/debug/.eslintrc +11 -0
- package/examples/full-example-typescript/node_modules/debug/.travis.yml +14 -0
- package/examples/full-example-typescript/node_modules/debug/CHANGELOG.md +362 -0
- package/examples/full-example-typescript/node_modules/debug/LICENSE +19 -0
- package/examples/full-example-typescript/node_modules/debug/Makefile +50 -0
- package/examples/full-example-typescript/node_modules/debug/README.md +312 -0
- package/examples/full-example-typescript/node_modules/debug/component.json +19 -0
- package/examples/full-example-typescript/node_modules/debug/karma.conf.js +70 -0
- package/examples/full-example-typescript/node_modules/debug/node.js +1 -0
- package/examples/full-example-typescript/node_modules/debug/package.json +49 -0
- package/examples/full-example-typescript/node_modules/debug/src/browser.js +185 -0
- package/examples/full-example-typescript/node_modules/debug/src/debug.js +202 -0
- package/examples/full-example-typescript/node_modules/debug/src/index.js +10 -0
- package/examples/full-example-typescript/node_modules/debug/src/inspector-log.js +15 -0
- package/examples/full-example-typescript/node_modules/debug/src/node.js +248 -0
- package/examples/full-example-typescript/node_modules/define-data-property/.eslintrc +24 -0
- package/examples/full-example-typescript/node_modules/define-data-property/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/define-data-property/.nycrc +13 -0
- package/examples/full-example-typescript/node_modules/define-data-property/CHANGELOG.md +70 -0
- package/examples/full-example-typescript/node_modules/define-data-property/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/define-data-property/README.md +67 -0
- package/examples/full-example-typescript/node_modules/define-data-property/index.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/define-data-property/index.js +56 -0
- package/examples/full-example-typescript/node_modules/define-data-property/package.json +106 -0
- package/examples/full-example-typescript/node_modules/define-data-property/test/index.js +392 -0
- package/examples/full-example-typescript/node_modules/define-data-property/tsconfig.json +59 -0
- package/examples/full-example-typescript/node_modules/depd/History.md +103 -0
- package/examples/full-example-typescript/node_modules/depd/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/depd/Readme.md +280 -0
- package/examples/full-example-typescript/node_modules/depd/index.js +538 -0
- package/examples/full-example-typescript/node_modules/depd/lib/browser/index.js +77 -0
- package/examples/full-example-typescript/node_modules/depd/package.json +45 -0
- package/examples/full-example-typescript/node_modules/destroy/LICENSE +23 -0
- package/examples/full-example-typescript/node_modules/destroy/README.md +63 -0
- package/examples/full-example-typescript/node_modules/destroy/index.js +209 -0
- package/examples/full-example-typescript/node_modules/destroy/package.json +48 -0
- package/examples/full-example-typescript/node_modules/dunder-proto/.eslintrc +5 -0
- package/examples/full-example-typescript/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/dunder-proto/.nycrc +13 -0
- package/examples/full-example-typescript/node_modules/dunder-proto/CHANGELOG.md +15 -0
- package/examples/full-example-typescript/node_modules/dunder-proto/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/dunder-proto/README.md +54 -0
- package/examples/full-example-typescript/node_modules/dunder-proto/get.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/dunder-proto/get.js +23 -0
- package/examples/full-example-typescript/node_modules/dunder-proto/package.json +76 -0
- package/examples/full-example-typescript/node_modules/dunder-proto/set.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/dunder-proto/set.js +29 -0
- package/examples/full-example-typescript/node_modules/dunder-proto/test/get.js +34 -0
- package/examples/full-example-typescript/node_modules/dunder-proto/test/index.js +4 -0
- package/examples/full-example-typescript/node_modules/dunder-proto/test/set.js +41 -0
- package/examples/full-example-typescript/node_modules/dunder-proto/tsconfig.json +9 -0
- package/examples/full-example-typescript/node_modules/ee-first/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/ee-first/README.md +80 -0
- package/examples/full-example-typescript/node_modules/ee-first/index.js +95 -0
- package/examples/full-example-typescript/node_modules/ee-first/package.json +29 -0
- package/examples/full-example-typescript/node_modules/encodeurl/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/encodeurl/README.md +109 -0
- package/examples/full-example-typescript/node_modules/encodeurl/index.js +60 -0
- package/examples/full-example-typescript/node_modules/encodeurl/package.json +40 -0
- package/examples/full-example-typescript/node_modules/engine.io/LICENSE +19 -0
- package/examples/full-example-typescript/node_modules/engine.io/README.md +603 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/engine.io.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/engine.io.js +54 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/parser-v3/index.d.ts +94 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/parser-v3/index.js +424 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/parser-v3/utf8.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/parser-v3/utf8.js +187 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/server.d.ts +267 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/server.js +786 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/socket.d.ts +180 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/socket.js +460 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transport.d.ts +124 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transport.js +117 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transports/index.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transports/index.js +23 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transports/polling-jsonp.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transports/polling-jsonp.js +41 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transports/polling.d.ts +87 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transports/polling.js +332 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transports/websocket.d.ts +32 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transports/websocket.js +94 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transports/webtransport.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transports/webtransport.js +63 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/index.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/index.js +8 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/polling.d.ts +99 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/polling.js +364 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/websocket.d.ts +32 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/websocket.js +73 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/userver.d.ts +42 -0
- package/examples/full-example-typescript/node_modules/engine.io/build/userver.js +279 -0
- package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/LICENSE +24 -0
- package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/README.md +317 -0
- package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/SECURITY.md +25 -0
- package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/index.js +335 -0
- package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/package.json +44 -0
- package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/LICENSE +20 -0
- package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/README.md +481 -0
- package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/package.json +60 -0
- package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/src/browser.js +271 -0
- package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/src/common.js +274 -0
- package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/src/index.js +10 -0
- package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/src/node.js +263 -0
- package/examples/full-example-typescript/node_modules/engine.io/node_modules/ms/index.js +162 -0
- package/examples/full-example-typescript/node_modules/engine.io/node_modules/ms/license.md +21 -0
- package/examples/full-example-typescript/node_modules/engine.io/node_modules/ms/package.json +38 -0
- package/examples/full-example-typescript/node_modules/engine.io/node_modules/ms/readme.md +59 -0
- package/examples/full-example-typescript/node_modules/engine.io/package.json +71 -0
- package/examples/full-example-typescript/node_modules/engine.io/wrapper.mjs +10 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/Readme.md +158 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/commons.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/commons.js +19 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.js +48 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/decodePacket.browser.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/decodePacket.browser.js +66 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/decodePacket.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/decodePacket.js +59 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/encodePacket.browser.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/encodePacket.browser.js +72 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/encodePacket.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/encodePacket.js +38 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/index.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/index.js +164 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/package.json +8 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/commons.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/commons.js +14 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js +43 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/decodePacket.browser.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/decodePacket.browser.js +62 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/decodePacket.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/decodePacket.js +55 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/encodePacket.browser.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/encodePacket.browser.js +68 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/encodePacket.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/encodePacket.js +33 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/index.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/index.js +156 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/package.json +8 -0
- package/examples/full-example-typescript/node_modules/engine.io-parser/package.json +46 -0
- package/examples/full-example-typescript/node_modules/es-define-property/.eslintrc +13 -0
- package/examples/full-example-typescript/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/es-define-property/.nycrc +9 -0
- package/examples/full-example-typescript/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/examples/full-example-typescript/node_modules/es-define-property/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/es-define-property/README.md +49 -0
- package/examples/full-example-typescript/node_modules/es-define-property/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/es-define-property/index.js +14 -0
- package/examples/full-example-typescript/node_modules/es-define-property/package.json +81 -0
- package/examples/full-example-typescript/node_modules/es-define-property/test/index.js +56 -0
- package/examples/full-example-typescript/node_modules/es-define-property/tsconfig.json +10 -0
- package/examples/full-example-typescript/node_modules/es-errors/.eslintrc +5 -0
- package/examples/full-example-typescript/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/es-errors/CHANGELOG.md +40 -0
- package/examples/full-example-typescript/node_modules/es-errors/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/es-errors/README.md +55 -0
- package/examples/full-example-typescript/node_modules/es-errors/eval.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/es-errors/eval.js +4 -0
- package/examples/full-example-typescript/node_modules/es-errors/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/es-errors/index.js +4 -0
- package/examples/full-example-typescript/node_modules/es-errors/package.json +80 -0
- package/examples/full-example-typescript/node_modules/es-errors/range.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/es-errors/range.js +4 -0
- package/examples/full-example-typescript/node_modules/es-errors/ref.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/es-errors/ref.js +4 -0
- package/examples/full-example-typescript/node_modules/es-errors/syntax.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/es-errors/syntax.js +4 -0
- package/examples/full-example-typescript/node_modules/es-errors/test/index.js +19 -0
- package/examples/full-example-typescript/node_modules/es-errors/tsconfig.json +49 -0
- package/examples/full-example-typescript/node_modules/es-errors/type.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/es-errors/type.js +4 -0
- package/examples/full-example-typescript/node_modules/es-errors/uri.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/es-errors/uri.js +4 -0
- package/examples/full-example-typescript/node_modules/es-object-atoms/.eslintrc +16 -0
- package/examples/full-example-typescript/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/es-object-atoms/CHANGELOG.md +16 -0
- package/examples/full-example-typescript/node_modules/es-object-atoms/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/es-object-atoms/README.md +56 -0
- package/examples/full-example-typescript/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/examples/full-example-typescript/node_modules/es-object-atoms/ToObject.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/es-object-atoms/ToObject.js +10 -0
- package/examples/full-example-typescript/node_modules/es-object-atoms/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/es-object-atoms/index.js +4 -0
- package/examples/full-example-typescript/node_modules/es-object-atoms/package.json +79 -0
- package/examples/full-example-typescript/node_modules/es-object-atoms/test/index.js +28 -0
- package/examples/full-example-typescript/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/examples/full-example-typescript/node_modules/escape-html/LICENSE +24 -0
- package/examples/full-example-typescript/node_modules/escape-html/Readme.md +43 -0
- package/examples/full-example-typescript/node_modules/escape-html/index.js +78 -0
- package/examples/full-example-typescript/node_modules/escape-html/package.json +24 -0
- package/examples/full-example-typescript/node_modules/etag/HISTORY.md +83 -0
- package/examples/full-example-typescript/node_modules/etag/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/etag/README.md +159 -0
- package/examples/full-example-typescript/node_modules/etag/index.js +131 -0
- package/examples/full-example-typescript/node_modules/etag/package.json +47 -0
- package/examples/full-example-typescript/node_modules/express/History.md +3656 -0
- package/examples/full-example-typescript/node_modules/express/LICENSE +24 -0
- package/examples/full-example-typescript/node_modules/express/Readme.md +260 -0
- package/examples/full-example-typescript/node_modules/express/index.js +11 -0
- package/examples/full-example-typescript/node_modules/express/lib/application.js +661 -0
- package/examples/full-example-typescript/node_modules/express/lib/express.js +116 -0
- package/examples/full-example-typescript/node_modules/express/lib/middleware/init.js +43 -0
- package/examples/full-example-typescript/node_modules/express/lib/middleware/query.js +47 -0
- package/examples/full-example-typescript/node_modules/express/lib/request.js +525 -0
- package/examples/full-example-typescript/node_modules/express/lib/response.js +1179 -0
- package/examples/full-example-typescript/node_modules/express/lib/router/index.js +673 -0
- package/examples/full-example-typescript/node_modules/express/lib/router/layer.js +181 -0
- package/examples/full-example-typescript/node_modules/express/lib/router/route.js +230 -0
- package/examples/full-example-typescript/node_modules/express/lib/utils.js +303 -0
- package/examples/full-example-typescript/node_modules/express/lib/view.js +182 -0
- package/examples/full-example-typescript/node_modules/express/package.json +102 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/CHANGELOG.md +594 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/README.md +236 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/package.json +74 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/cli/cli.js +93 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/cli/man.js +12 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/cli/read.js +92 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/fxp.d.ts +402 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/fxp.js +11 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/util.js +72 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +16 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +107 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +64 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +71 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +103 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +102 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +156 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +99 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/TagPath.js +81 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +15 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/XMLParser.js +85 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +237 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +212 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +118 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +118 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +123 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +107 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +23 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +20 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +40 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +14 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +16 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +8 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/validator.js +425 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +281 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +135 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +152 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +48 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +601 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +58 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/node2json.js +113 -0
- package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +25 -0
- package/examples/full-example-typescript/node_modules/file-type/browser.d.ts +29 -0
- package/examples/full-example-typescript/node_modules/file-type/browser.js +15 -0
- package/examples/full-example-typescript/node_modules/file-type/core.d.ts +530 -0
- package/examples/full-example-typescript/node_modules/file-type/core.js +1690 -0
- package/examples/full-example-typescript/node_modules/file-type/index.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/file-type/index.js +14 -0
- package/examples/full-example-typescript/node_modules/file-type/license +9 -0
- package/examples/full-example-typescript/node_modules/file-type/package.json +244 -0
- package/examples/full-example-typescript/node_modules/file-type/readme.md +543 -0
- package/examples/full-example-typescript/node_modules/file-type/supported.js +304 -0
- package/examples/full-example-typescript/node_modules/file-type/util.js +38 -0
- package/examples/full-example-typescript/node_modules/finalhandler/HISTORY.md +210 -0
- package/examples/full-example-typescript/node_modules/finalhandler/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/finalhandler/README.md +147 -0
- package/examples/full-example-typescript/node_modules/finalhandler/SECURITY.md +25 -0
- package/examples/full-example-typescript/node_modules/finalhandler/index.js +341 -0
- package/examples/full-example-typescript/node_modules/finalhandler/package.json +47 -0
- package/examples/full-example-typescript/node_modules/forwarded/HISTORY.md +21 -0
- package/examples/full-example-typescript/node_modules/forwarded/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/forwarded/README.md +57 -0
- package/examples/full-example-typescript/node_modules/forwarded/index.js +90 -0
- package/examples/full-example-typescript/node_modules/forwarded/package.json +45 -0
- package/examples/full-example-typescript/node_modules/fresh/HISTORY.md +70 -0
- package/examples/full-example-typescript/node_modules/fresh/LICENSE +23 -0
- package/examples/full-example-typescript/node_modules/fresh/README.md +119 -0
- package/examples/full-example-typescript/node_modules/fresh/index.js +137 -0
- package/examples/full-example-typescript/node_modules/fresh/package.json +46 -0
- package/examples/full-example-typescript/node_modules/function-bind/.eslintrc +21 -0
- package/examples/full-example-typescript/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/examples/full-example-typescript/node_modules/function-bind/.nycrc +13 -0
- package/examples/full-example-typescript/node_modules/function-bind/CHANGELOG.md +136 -0
- package/examples/full-example-typescript/node_modules/function-bind/LICENSE +20 -0
- package/examples/full-example-typescript/node_modules/function-bind/README.md +46 -0
- package/examples/full-example-typescript/node_modules/function-bind/implementation.js +84 -0
- package/examples/full-example-typescript/node_modules/function-bind/index.js +5 -0
- package/examples/full-example-typescript/node_modules/function-bind/package.json +87 -0
- package/examples/full-example-typescript/node_modules/function-bind/test/.eslintrc +9 -0
- package/examples/full-example-typescript/node_modules/function-bind/test/index.js +252 -0
- package/examples/full-example-typescript/node_modules/get-intrinsic/.eslintrc +38 -0
- package/examples/full-example-typescript/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/get-intrinsic/.nycrc +9 -0
- package/examples/full-example-typescript/node_modules/get-intrinsic/CHANGELOG.md +170 -0
- package/examples/full-example-typescript/node_modules/get-intrinsic/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/get-intrinsic/README.md +71 -0
- package/examples/full-example-typescript/node_modules/get-intrinsic/index.js +372 -0
- package/examples/full-example-typescript/node_modules/get-intrinsic/package.json +97 -0
- package/examples/full-example-typescript/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/examples/full-example-typescript/node_modules/gopd/.eslintrc +16 -0
- package/examples/full-example-typescript/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/gopd/CHANGELOG.md +45 -0
- package/examples/full-example-typescript/node_modules/gopd/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/gopd/README.md +40 -0
- package/examples/full-example-typescript/node_modules/gopd/gOPD.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/gopd/gOPD.js +4 -0
- package/examples/full-example-typescript/node_modules/gopd/index.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/gopd/index.js +15 -0
- package/examples/full-example-typescript/node_modules/gopd/package.json +77 -0
- package/examples/full-example-typescript/node_modules/gopd/test/index.js +36 -0
- package/examples/full-example-typescript/node_modules/gopd/tsconfig.json +9 -0
- package/examples/full-example-typescript/node_modules/has-property-descriptors/.eslintrc +13 -0
- package/examples/full-example-typescript/node_modules/has-property-descriptors/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/has-property-descriptors/.nycrc +9 -0
- package/examples/full-example-typescript/node_modules/has-property-descriptors/CHANGELOG.md +35 -0
- package/examples/full-example-typescript/node_modules/has-property-descriptors/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/has-property-descriptors/README.md +43 -0
- package/examples/full-example-typescript/node_modules/has-property-descriptors/index.js +22 -0
- package/examples/full-example-typescript/node_modules/has-property-descriptors/package.json +77 -0
- package/examples/full-example-typescript/node_modules/has-property-descriptors/test/index.js +57 -0
- package/examples/full-example-typescript/node_modules/has-symbols/.eslintrc +11 -0
- package/examples/full-example-typescript/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/has-symbols/.nycrc +9 -0
- package/examples/full-example-typescript/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/examples/full-example-typescript/node_modules/has-symbols/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/has-symbols/README.md +46 -0
- package/examples/full-example-typescript/node_modules/has-symbols/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/has-symbols/index.js +14 -0
- package/examples/full-example-typescript/node_modules/has-symbols/package.json +111 -0
- package/examples/full-example-typescript/node_modules/has-symbols/shams.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/has-symbols/shams.js +45 -0
- package/examples/full-example-typescript/node_modules/has-symbols/test/index.js +22 -0
- package/examples/full-example-typescript/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/examples/full-example-typescript/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/examples/full-example-typescript/node_modules/has-symbols/test/tests.js +58 -0
- package/examples/full-example-typescript/node_modules/has-symbols/tsconfig.json +10 -0
- package/examples/full-example-typescript/node_modules/hasown/.eslintrc +5 -0
- package/examples/full-example-typescript/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/hasown/.nycrc +13 -0
- package/examples/full-example-typescript/node_modules/hasown/CHANGELOG.md +40 -0
- package/examples/full-example-typescript/node_modules/hasown/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/hasown/README.md +40 -0
- package/examples/full-example-typescript/node_modules/hasown/index.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/hasown/index.js +8 -0
- package/examples/full-example-typescript/node_modules/hasown/package.json +92 -0
- package/examples/full-example-typescript/node_modules/hasown/tsconfig.json +6 -0
- package/examples/full-example-typescript/node_modules/http-errors/HISTORY.md +180 -0
- package/examples/full-example-typescript/node_modules/http-errors/LICENSE +23 -0
- package/examples/full-example-typescript/node_modules/http-errors/README.md +169 -0
- package/examples/full-example-typescript/node_modules/http-errors/index.js +289 -0
- package/examples/full-example-typescript/node_modules/http-errors/package.json +50 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/Changelog.md +162 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/README.md +156 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/encodings/dbcs-codec.js +555 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/encodings/dbcs-data.js +176 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/encodings/index.js +22 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/encodings/internal.js +188 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/encodings/sbcs-data.js +174 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/gbk-added.json +55 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/encodings/utf16.js +177 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/encodings/utf7.js +290 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/lib/bom-handling.js +52 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/lib/extend-node.js +217 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/lib/index.d.ts +24 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/lib/index.js +153 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/lib/streams.js +121 -0
- package/examples/full-example-typescript/node_modules/iconv-lite/package.json +46 -0
- package/examples/full-example-typescript/node_modules/ieee754/LICENSE +11 -0
- package/examples/full-example-typescript/node_modules/ieee754/README.md +51 -0
- package/examples/full-example-typescript/node_modules/ieee754/index.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/ieee754/index.js +85 -0
- package/examples/full-example-typescript/node_modules/ieee754/package.json +52 -0
- package/examples/full-example-typescript/node_modules/inherits/LICENSE +16 -0
- package/examples/full-example-typescript/node_modules/inherits/README.md +42 -0
- package/examples/full-example-typescript/node_modules/inherits/inherits.js +9 -0
- package/examples/full-example-typescript/node_modules/inherits/inherits_browser.js +27 -0
- package/examples/full-example-typescript/node_modules/inherits/package.json +29 -0
- package/examples/full-example-typescript/node_modules/ipaddr.js/LICENSE +19 -0
- package/examples/full-example-typescript/node_modules/ipaddr.js/README.md +233 -0
- package/examples/full-example-typescript/node_modules/ipaddr.js/ipaddr.min.js +1 -0
- package/examples/full-example-typescript/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
- package/examples/full-example-typescript/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
- package/examples/full-example-typescript/node_modules/ipaddr.js/package.json +35 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/.eslintrc +16 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/CHANGELOG.md +16 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/README.md +49 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/abs.js +4 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/floor.js +4 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/isFinite.js +12 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/isInteger.js +16 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/isNaN.js +6 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/max.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/max.js +4 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/min.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/min.js +4 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/mod.js +9 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/package.json +85 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/pow.js +4 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/sign.js +11 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/test/index.js +183 -0
- package/examples/full-example-typescript/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/examples/full-example-typescript/node_modules/media-typer/HISTORY.md +22 -0
- package/examples/full-example-typescript/node_modules/media-typer/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/media-typer/README.md +81 -0
- package/examples/full-example-typescript/node_modules/media-typer/index.js +270 -0
- package/examples/full-example-typescript/node_modules/media-typer/package.json +26 -0
- package/examples/full-example-typescript/node_modules/merge-descriptors/HISTORY.md +21 -0
- package/examples/full-example-typescript/node_modules/merge-descriptors/LICENSE +23 -0
- package/examples/full-example-typescript/node_modules/merge-descriptors/README.md +49 -0
- package/examples/full-example-typescript/node_modules/merge-descriptors/index.js +60 -0
- package/examples/full-example-typescript/node_modules/merge-descriptors/package.json +39 -0
- package/examples/full-example-typescript/node_modules/methods/HISTORY.md +29 -0
- package/examples/full-example-typescript/node_modules/methods/LICENSE +24 -0
- package/examples/full-example-typescript/node_modules/methods/README.md +51 -0
- package/examples/full-example-typescript/node_modules/methods/index.js +69 -0
- package/examples/full-example-typescript/node_modules/methods/package.json +36 -0
- package/examples/full-example-typescript/node_modules/mime/CHANGELOG.md +164 -0
- package/examples/full-example-typescript/node_modules/mime/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/mime/README.md +90 -0
- package/examples/full-example-typescript/node_modules/mime/cli.js +8 -0
- package/examples/full-example-typescript/node_modules/mime/mime.js +108 -0
- package/examples/full-example-typescript/node_modules/mime/package.json +44 -0
- package/examples/full-example-typescript/node_modules/mime/src/build.js +53 -0
- package/examples/full-example-typescript/node_modules/mime/src/test.js +60 -0
- package/examples/full-example-typescript/node_modules/mime/types.json +1 -0
- package/examples/full-example-typescript/node_modules/mime-db/HISTORY.md +507 -0
- package/examples/full-example-typescript/node_modules/mime-db/LICENSE +23 -0
- package/examples/full-example-typescript/node_modules/mime-db/README.md +100 -0
- package/examples/full-example-typescript/node_modules/mime-db/db.json +8519 -0
- package/examples/full-example-typescript/node_modules/mime-db/index.js +12 -0
- package/examples/full-example-typescript/node_modules/mime-db/package.json +60 -0
- package/examples/full-example-typescript/node_modules/mime-types/HISTORY.md +397 -0
- package/examples/full-example-typescript/node_modules/mime-types/LICENSE +23 -0
- package/examples/full-example-typescript/node_modules/mime-types/README.md +113 -0
- package/examples/full-example-typescript/node_modules/mime-types/index.js +188 -0
- package/examples/full-example-typescript/node_modules/mime-types/package.json +44 -0
- package/examples/full-example-typescript/node_modules/ms/index.js +152 -0
- package/examples/full-example-typescript/node_modules/ms/license.md +21 -0
- package/examples/full-example-typescript/node_modules/ms/package.json +37 -0
- package/examples/full-example-typescript/node_modules/ms/readme.md +51 -0
- package/examples/full-example-typescript/node_modules/negotiator/HISTORY.md +108 -0
- package/examples/full-example-typescript/node_modules/negotiator/LICENSE +24 -0
- package/examples/full-example-typescript/node_modules/negotiator/README.md +203 -0
- package/examples/full-example-typescript/node_modules/negotiator/index.js +82 -0
- package/examples/full-example-typescript/node_modules/negotiator/lib/charset.js +169 -0
- package/examples/full-example-typescript/node_modules/negotiator/lib/encoding.js +184 -0
- package/examples/full-example-typescript/node_modules/negotiator/lib/language.js +179 -0
- package/examples/full-example-typescript/node_modules/negotiator/lib/mediaType.js +294 -0
- package/examples/full-example-typescript/node_modules/negotiator/package.json +42 -0
- package/examples/full-example-typescript/node_modules/nodemailer/.gitattributes +6 -0
- package/examples/full-example-typescript/node_modules/nodemailer/.ncurc.js +10 -0
- package/examples/full-example-typescript/node_modules/nodemailer/.prettierrc.js +8 -0
- package/examples/full-example-typescript/node_modules/nodemailer/CHANGELOG.md +829 -0
- package/examples/full-example-typescript/node_modules/nodemailer/CODE_OF_CONDUCT.md +76 -0
- package/examples/full-example-typescript/node_modules/nodemailer/LICENSE +16 -0
- package/examples/full-example-typescript/node_modules/nodemailer/README.md +86 -0
- package/examples/full-example-typescript/node_modules/nodemailer/SECURITY.txt +22 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/addressparser/index.js +327 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/base64/index.js +142 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/dkim/index.js +251 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/dkim/message-parser.js +155 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/dkim/relaxed-body.js +154 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/dkim/sign.js +117 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/fetch/cookies.js +281 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/fetch/index.js +274 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/json-transport/index.js +82 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/mail-composer/index.js +565 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/mailer/index.js +429 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/mailer/mail-message.js +315 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-funcs/index.js +625 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-funcs/mime-types.js +2104 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-node/index.js +1314 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-node/last-newline.js +33 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-node/le-unix.js +43 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-node/le-windows.js +52 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/nodemailer.js +150 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/punycode/index.js +460 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/qp/index.js +219 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/sendmail-transport/index.js +210 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/ses-transport/index.js +349 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/shared/index.js +688 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-connection/data-stream.js +108 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-connection/http-proxy-client.js +143 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-connection/index.js +1834 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-pool/index.js +648 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-pool/pool-resource.js +253 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-transport/index.js +416 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/stream-transport/index.js +135 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/well-known/index.js +47 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/well-known/services.json +354 -0
- package/examples/full-example-typescript/node_modules/nodemailer/lib/xoauth2/index.js +376 -0
- package/examples/full-example-typescript/node_modules/nodemailer/package.json +43 -0
- package/examples/full-example-typescript/node_modules/oauth/LICENSE +8 -0
- package/examples/full-example-typescript/node_modules/oauth/Makefile +7 -0
- package/examples/full-example-typescript/node_modules/oauth/Readme.md +193 -0
- package/examples/full-example-typescript/node_modules/oauth/examples/express-gdata/server.js +168 -0
- package/examples/full-example-typescript/node_modules/oauth/examples/express-gdata/views/google_calendars.ejs +21 -0
- package/examples/full-example-typescript/node_modules/oauth/examples/express-gdata/views/google_contacts.ejs +24 -0
- package/examples/full-example-typescript/node_modules/oauth/examples/express-gdata/views/layout.ejs +9 -0
- package/examples/full-example-typescript/node_modules/oauth/examples/github-example.js +73 -0
- package/examples/full-example-typescript/node_modules/oauth/examples/term.ie.oauth-HMAC-SHA1.js +31 -0
- package/examples/full-example-typescript/node_modules/oauth/examples/twitter-example.js +75 -0
- package/examples/full-example-typescript/node_modules/oauth/index.js +3 -0
- package/examples/full-example-typescript/node_modules/oauth/lib/_utils.js +4 -0
- package/examples/full-example-typescript/node_modules/oauth/lib/oauth.js +581 -0
- package/examples/full-example-typescript/node_modules/oauth/lib/oauth2.js +233 -0
- package/examples/full-example-typescript/node_modules/oauth/lib/sha1.js +334 -0
- package/examples/full-example-typescript/node_modules/oauth/package.json +21 -0
- package/examples/full-example-typescript/node_modules/object-assign/index.js +90 -0
- package/examples/full-example-typescript/node_modules/object-assign/license +21 -0
- package/examples/full-example-typescript/node_modules/object-assign/package.json +42 -0
- package/examples/full-example-typescript/node_modules/object-assign/readme.md +61 -0
- package/examples/full-example-typescript/node_modules/object-inspect/.eslintrc +53 -0
- package/examples/full-example-typescript/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/object-inspect/.nycrc +13 -0
- package/examples/full-example-typescript/node_modules/object-inspect/CHANGELOG.md +416 -0
- package/examples/full-example-typescript/node_modules/object-inspect/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/object-inspect/example/all.js +23 -0
- package/examples/full-example-typescript/node_modules/object-inspect/example/circular.js +6 -0
- package/examples/full-example-typescript/node_modules/object-inspect/example/fn.js +5 -0
- package/examples/full-example-typescript/node_modules/object-inspect/example/inspect.js +10 -0
- package/examples/full-example-typescript/node_modules/object-inspect/index.js +541 -0
- package/examples/full-example-typescript/node_modules/object-inspect/package-support.json +20 -0
- package/examples/full-example-typescript/node_modules/object-inspect/package.json +104 -0
- package/examples/full-example-typescript/node_modules/object-inspect/readme.markdown +84 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/bigint.js +58 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/circular.js +16 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/deep.js +12 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/element.js +53 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/err.js +48 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/fakes.js +29 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/fn.js +76 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/global.js +17 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/has.js +15 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/holes.js +15 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/indent-option.js +271 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/inspect.js +139 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/number.js +58 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/quoteStyle.js +26 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/undef.js +12 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test/values.js +211 -0
- package/examples/full-example-typescript/node_modules/object-inspect/test-core-js.js +26 -0
- package/examples/full-example-typescript/node_modules/object-inspect/util.inspect.js +1 -0
- package/examples/full-example-typescript/node_modules/on-finished/HISTORY.md +98 -0
- package/examples/full-example-typescript/node_modules/on-finished/LICENSE +23 -0
- package/examples/full-example-typescript/node_modules/on-finished/README.md +162 -0
- package/examples/full-example-typescript/node_modules/on-finished/index.js +234 -0
- package/examples/full-example-typescript/node_modules/on-finished/package.json +39 -0
- package/examples/full-example-typescript/node_modules/parseurl/HISTORY.md +58 -0
- package/examples/full-example-typescript/node_modules/parseurl/LICENSE +24 -0
- package/examples/full-example-typescript/node_modules/parseurl/README.md +133 -0
- package/examples/full-example-typescript/node_modules/parseurl/index.js +158 -0
- package/examples/full-example-typescript/node_modules/parseurl/package.json +40 -0
- package/examples/full-example-typescript/node_modules/passport/CHANGELOG.md +82 -0
- package/examples/full-example-typescript/node_modules/passport/LICENSE +20 -0
- package/examples/full-example-typescript/node_modules/passport/README.md +185 -0
- package/examples/full-example-typescript/node_modules/passport/etc/jsdoc.json +3 -0
- package/examples/full-example-typescript/node_modules/passport/lib/authenticator.js +486 -0
- package/examples/full-example-typescript/node_modules/passport/lib/errors/authenticationerror.js +20 -0
- package/examples/full-example-typescript/node_modules/passport/lib/framework/connect.js +22 -0
- package/examples/full-example-typescript/node_modules/passport/lib/http/request.js +92 -0
- package/examples/full-example-typescript/node_modules/passport/lib/index.js +24 -0
- package/examples/full-example-typescript/node_modules/passport/lib/middleware/authenticate.js +381 -0
- package/examples/full-example-typescript/node_modules/passport/lib/middleware/initialize.js +100 -0
- package/examples/full-example-typescript/node_modules/passport/lib/sessionmanager.js +96 -0
- package/examples/full-example-typescript/node_modules/passport/lib/strategies/session.js +131 -0
- package/examples/full-example-typescript/node_modules/passport/package.json +56 -0
- package/examples/full-example-typescript/node_modules/passport/sponsors/descope-dark.svg +79 -0
- package/examples/full-example-typescript/node_modules/passport/sponsors/descope.svg +89 -0
- package/examples/full-example-typescript/node_modules/passport/sponsors/fusionauth.png +0 -0
- package/examples/full-example-typescript/node_modules/passport/sponsors/fusionauth.svg +171 -0
- package/examples/full-example-typescript/node_modules/passport/sponsors/loginradius.png +0 -0
- package/examples/full-example-typescript/node_modules/passport/sponsors/snyk.png +0 -0
- package/examples/full-example-typescript/node_modules/passport/sponsors/workos.png +0 -0
- package/examples/full-example-typescript/node_modules/passport-facebook/.github/ISSUE_TEMPLATE.md +54 -0
- package/examples/full-example-typescript/node_modules/passport-facebook/.github/PULL_REQUEST_TEMPLATE.md +41 -0
- package/examples/full-example-typescript/node_modules/passport-facebook/CONTRIBUTING.md +20 -0
- package/examples/full-example-typescript/node_modules/passport-facebook/LICENSE +20 -0
- package/examples/full-example-typescript/node_modules/passport-facebook/README.md +174 -0
- package/examples/full-example-typescript/node_modules/passport-facebook/lib/errors/facebookauthorizationerror.js +30 -0
- package/examples/full-example-typescript/node_modules/passport-facebook/lib/errors/facebookgraphapierror.js +32 -0
- package/examples/full-example-typescript/node_modules/passport-facebook/lib/errors/facebooktokenerror.js +36 -0
- package/examples/full-example-typescript/node_modules/passport-facebook/lib/index.js +9 -0
- package/examples/full-example-typescript/node_modules/passport-facebook/lib/profile.js +38 -0
- package/examples/full-example-typescript/node_modules/passport-facebook/lib/strategy.js +242 -0
- package/examples/full-example-typescript/node_modules/passport-facebook/package.json +48 -0
- package/examples/full-example-typescript/node_modules/passport-github2/LICENSE +20 -0
- package/examples/full-example-typescript/node_modules/passport-github2/README.md +86 -0
- package/examples/full-example-typescript/node_modules/passport-github2/lib/index.js +15 -0
- package/examples/full-example-typescript/node_modules/passport-github2/lib/profile.js +26 -0
- package/examples/full-example-typescript/node_modules/passport-github2/lib/strategy.js +161 -0
- package/examples/full-example-typescript/node_modules/passport-github2/package.json +51 -0
- package/examples/full-example-typescript/node_modules/passport-google-oauth20/.github/ISSUE_TEMPLATE.md +54 -0
- package/examples/full-example-typescript/node_modules/passport-google-oauth20/.github/PULL_REQUEST_TEMPLATE.md +41 -0
- package/examples/full-example-typescript/node_modules/passport-google-oauth20/CONTRIBUTING.md +20 -0
- package/examples/full-example-typescript/node_modules/passport-google-oauth20/LICENSE +20 -0
- package/examples/full-example-typescript/node_modules/passport-google-oauth20/README.md +108 -0
- package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/errors/googleplusapierror.js +25 -0
- package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/errors/userinfoerror.js +22 -0
- package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/index.js +9 -0
- package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/profile/googleplus.js +47 -0
- package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/profile/openid.js +40 -0
- package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/strategy.js +199 -0
- package/examples/full-example-typescript/node_modules/passport-google-oauth20/package.json +48 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/.editorconfig +17 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/.eslintrc.js +29 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/.vscode/launch.json +17 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/CHANGELOG.md +77 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/License +7 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/README.md +108 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/README.md +27 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/app.js +140 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/package-lock.json +1128 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/package.json +31 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/views/account.ejs +3 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/views/index.ejs +23 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/views/layout.ejs +23 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/views/login.ejs +1 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/lib/index.js +9 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/lib/strategy.js +144 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/package.json +51 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/test/bootstrap/node.js +5 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/test/package.test.js +9 -0
- package/examples/full-example-typescript/node_modules/passport-microsoft/test/strategy.test.js +201 -0
- package/examples/full-example-typescript/node_modules/passport-oauth2/.github/FUNDING.yml +1 -0
- package/examples/full-example-typescript/node_modules/passport-oauth2/CHANGELOG.md +36 -0
- package/examples/full-example-typescript/node_modules/passport-oauth2/LICENSE +20 -0
- package/examples/full-example-typescript/node_modules/passport-oauth2/README.md +129 -0
- package/examples/full-example-typescript/node_modules/passport-oauth2/lib/errors/authorizationerror.js +44 -0
- package/examples/full-example-typescript/node_modules/passport-oauth2/lib/errors/internaloautherror.js +49 -0
- package/examples/full-example-typescript/node_modules/passport-oauth2/lib/errors/tokenerror.js +36 -0
- package/examples/full-example-typescript/node_modules/passport-oauth2/lib/index.js +16 -0
- package/examples/full-example-typescript/node_modules/passport-oauth2/lib/state/null.js +13 -0
- package/examples/full-example-typescript/node_modules/passport-oauth2/lib/state/pkcesession.js +89 -0
- package/examples/full-example-typescript/node_modules/passport-oauth2/lib/state/session.js +85 -0
- package/examples/full-example-typescript/node_modules/passport-oauth2/lib/state/store.js +88 -0
- package/examples/full-example-typescript/node_modules/passport-oauth2/lib/strategy.js +429 -0
- package/examples/full-example-typescript/node_modules/passport-oauth2/lib/utils.js +32 -0
- package/examples/full-example-typescript/node_modules/passport-oauth2/package.json +59 -0
- package/examples/full-example-typescript/node_modules/passport-strategy/.jshintrc +20 -0
- package/examples/full-example-typescript/node_modules/passport-strategy/.travis.yml +15 -0
- package/examples/full-example-typescript/node_modules/passport-strategy/LICENSE +20 -0
- package/examples/full-example-typescript/node_modules/passport-strategy/README.md +61 -0
- package/examples/full-example-typescript/node_modules/passport-strategy/lib/index.js +15 -0
- package/examples/full-example-typescript/node_modules/passport-strategy/lib/strategy.js +28 -0
- package/examples/full-example-typescript/node_modules/passport-strategy/package.json +50 -0
- package/examples/full-example-typescript/node_modules/path-to-regexp/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/path-to-regexp/Readme.md +35 -0
- package/examples/full-example-typescript/node_modules/path-to-regexp/index.js +156 -0
- package/examples/full-example-typescript/node_modules/path-to-regexp/package.json +30 -0
- package/examples/full-example-typescript/node_modules/pause/History.md +5 -0
- package/examples/full-example-typescript/node_modules/pause/Makefile +7 -0
- package/examples/full-example-typescript/node_modules/pause/Readme.md +29 -0
- package/examples/full-example-typescript/node_modules/pause/index.js +29 -0
- package/examples/full-example-typescript/node_modules/pause/package.json +13 -0
- package/examples/full-example-typescript/node_modules/peek-readable/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/peek-readable/README.md +150 -0
- package/examples/full-example-typescript/node_modules/peek-readable/lib/AbstractStreamReader.d.ts +47 -0
- package/examples/full-example-typescript/node_modules/peek-readable/lib/AbstractStreamReader.js +71 -0
- package/examples/full-example-typescript/node_modules/peek-readable/lib/Deferred.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/peek-readable/lib/Deferred.js +10 -0
- package/examples/full-example-typescript/node_modules/peek-readable/lib/EndOfStreamError.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/peek-readable/lib/EndOfStreamError.js +9 -0
- package/examples/full-example-typescript/node_modules/peek-readable/lib/StreamReader.d.ts +30 -0
- package/examples/full-example-typescript/node_modules/peek-readable/lib/StreamReader.js +79 -0
- package/examples/full-example-typescript/node_modules/peek-readable/lib/WebStreamReader.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/peek-readable/lib/WebStreamReader.js +31 -0
- package/examples/full-example-typescript/node_modules/peek-readable/lib/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/peek-readable/lib/index.js +3 -0
- package/examples/full-example-typescript/node_modules/peek-readable/package.json +68 -0
- package/examples/full-example-typescript/node_modules/pg/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/pg/README.md +89 -0
- package/examples/full-example-typescript/node_modules/pg/lib/client.js +640 -0
- package/examples/full-example-typescript/node_modules/pg/lib/connection-parameters.js +167 -0
- package/examples/full-example-typescript/node_modules/pg/lib/connection.js +222 -0
- package/examples/full-example-typescript/node_modules/pg/lib/crypto/sasl.js +186 -0
- package/examples/full-example-typescript/node_modules/pg/lib/crypto/utils-legacy.js +37 -0
- package/examples/full-example-typescript/node_modules/pg/lib/crypto/utils-webcrypto.js +83 -0
- package/examples/full-example-typescript/node_modules/pg/lib/crypto/utils.js +9 -0
- package/examples/full-example-typescript/node_modules/pg/lib/defaults.js +84 -0
- package/examples/full-example-typescript/node_modules/pg/lib/index.js +58 -0
- package/examples/full-example-typescript/node_modules/pg/lib/native/client.js +307 -0
- package/examples/full-example-typescript/node_modules/pg/lib/native/index.js +2 -0
- package/examples/full-example-typescript/node_modules/pg/lib/native/query.js +168 -0
- package/examples/full-example-typescript/node_modules/pg/lib/query.js +239 -0
- package/examples/full-example-typescript/node_modules/pg/lib/result.js +107 -0
- package/examples/full-example-typescript/node_modules/pg/lib/stream.js +81 -0
- package/examples/full-example-typescript/node_modules/pg/lib/type-overrides.js +35 -0
- package/examples/full-example-typescript/node_modules/pg/lib/utils.js +213 -0
- package/examples/full-example-typescript/node_modules/pg/package.json +62 -0
- package/examples/full-example-typescript/node_modules/pg-cloudflare/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/pg-cloudflare/README.md +33 -0
- package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/empty.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/empty.js +4 -0
- package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/empty.js.map +1 -0
- package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/index.d.ts +31 -0
- package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/index.js +146 -0
- package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/index.js.map +1 -0
- package/examples/full-example-typescript/node_modules/pg-cloudflare/package.json +32 -0
- package/examples/full-example-typescript/node_modules/pg-cloudflare/src/empty.ts +3 -0
- package/examples/full-example-typescript/node_modules/pg-cloudflare/src/index.ts +164 -0
- package/examples/full-example-typescript/node_modules/pg-cloudflare/src/types.d.ts +25 -0
- package/examples/full-example-typescript/node_modules/pg-connection-string/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/pg-connection-string/README.md +77 -0
- package/examples/full-example-typescript/node_modules/pg-connection-string/index.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/pg-connection-string/index.js +112 -0
- package/examples/full-example-typescript/node_modules/pg-connection-string/package.json +40 -0
- package/examples/full-example-typescript/node_modules/pg-cursor/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/pg-cursor/README.md +37 -0
- package/examples/full-example-typescript/node_modules/pg-cursor/index.js +264 -0
- package/examples/full-example-typescript/node_modules/pg-cursor/package.json +27 -0
- package/examples/full-example-typescript/node_modules/pg-cursor/test/close.js +65 -0
- package/examples/full-example-typescript/node_modules/pg-cursor/test/error-handling.js +118 -0
- package/examples/full-example-typescript/node_modules/pg-cursor/test/index.js +181 -0
- package/examples/full-example-typescript/node_modules/pg-cursor/test/mocha.opts +3 -0
- package/examples/full-example-typescript/node_modules/pg-cursor/test/no-data-handling.js +34 -0
- package/examples/full-example-typescript/node_modules/pg-cursor/test/pool.js +107 -0
- package/examples/full-example-typescript/node_modules/pg-cursor/test/promises.js +51 -0
- package/examples/full-example-typescript/node_modules/pg-cursor/test/query-config.js +35 -0
- package/examples/full-example-typescript/node_modules/pg-cursor/test/transactions.js +43 -0
- package/examples/full-example-typescript/node_modules/pg-int8/LICENSE +13 -0
- package/examples/full-example-typescript/node_modules/pg-int8/README.md +16 -0
- package/examples/full-example-typescript/node_modules/pg-int8/index.js +100 -0
- package/examples/full-example-typescript/node_modules/pg-int8/package.json +24 -0
- package/examples/full-example-typescript/node_modules/pg-minify/README.md +92 -0
- package/examples/full-example-typescript/node_modules/pg-minify/lib/error.js +53 -0
- package/examples/full-example-typescript/node_modules/pg-minify/lib/index.js +7 -0
- package/examples/full-example-typescript/node_modules/pg-minify/lib/parser.js +196 -0
- package/examples/full-example-typescript/node_modules/pg-minify/lib/utils.js +38 -0
- package/examples/full-example-typescript/node_modules/pg-minify/package.json +49 -0
- package/examples/full-example-typescript/node_modules/pg-minify/typescript/README.md +26 -0
- package/examples/full-example-typescript/node_modules/pg-minify/typescript/pg-minify.d.ts +36 -0
- package/examples/full-example-typescript/node_modules/pg-pool/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/pg-pool/README.md +376 -0
- package/examples/full-example-typescript/node_modules/pg-pool/index.js +467 -0
- package/examples/full-example-typescript/node_modules/pg-pool/package.json +41 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/bring-your-own-promise.js +42 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/connection-strings.js +29 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/connection-timeout.js +229 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/ending.js +40 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/error-handling.js +260 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/events.js +124 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/idle-timeout-exit.js +20 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/idle-timeout.js +118 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/index.js +226 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/lifetime-timeout.js +47 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/logging.js +20 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/max-uses.js +97 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/releasing-clients.js +53 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/setup.js +10 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/sizing.js +58 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/submittable.js +19 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/timeout.js +0 -0
- package/examples/full-example-typescript/node_modules/pg-pool/test/verify.js +24 -0
- package/examples/full-example-typescript/node_modules/pg-promise/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/pg-promise/README.md +1132 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/assert.js +10 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/connect.js +178 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/context.js +93 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/database-pool.js +115 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/database.js +1683 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/README.md +13 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/index.js +51 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/parameterized-query-error.js +95 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/prepared-statement-error.js +96 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/query-file-error.js +95 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/query-result-error.js +177 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/events.js +536 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/formatting.js +932 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/README.md +10 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/column-set.js +649 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/column.js +455 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/index.js +75 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/concat.js +103 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/index.js +13 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/insert.js +151 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/sets.js +81 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/update.js +248 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/values.js +116 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/table-name.js +181 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/index.js +28 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/inner-state.js +39 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/main.js +429 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/patterns.js +43 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/promise-adapter.js +86 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/promise-parser.js +56 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/query-file.js +398 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/query-result.js +39 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/query.js +277 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/special-query.js +30 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/stream.js +127 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/task.js +419 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/text.js +40 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/tx-mode.js +190 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/types/index.js +18 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/types/parameterized-query.js +263 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/types/prepared-statement.js +313 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/types/server-formatting.js +97 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/utils/README.md +13 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/utils/color.js +68 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/utils/index.js +206 -0
- package/examples/full-example-typescript/node_modules/pg-promise/lib/utils/public.js +312 -0
- package/examples/full-example-typescript/node_modules/pg-promise/package.json +67 -0
- package/examples/full-example-typescript/node_modules/pg-promise/typescript/README.md +63 -0
- package/examples/full-example-typescript/node_modules/pg-promise/typescript/pg-promise.d.ts +738 -0
- package/examples/full-example-typescript/node_modules/pg-promise/typescript/pg-subset.d.ts +358 -0
- package/examples/full-example-typescript/node_modules/pg-promise/typescript/tslint.json +21 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/README.md +3 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/b.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/b.js +23 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/b.js.map +1 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-reader.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-reader.js +50 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-reader.js.map +1 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-writer.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-writer.js +81 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-writer.js.map +1 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/inbound-parser.test.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/inbound-parser.test.js +501 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/inbound-parser.test.js.map +1 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/index.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/index.js +15 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/index.js.map +1 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/messages.d.ts +162 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/messages.js +160 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/messages.js.map +1 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/outbound-serializer.test.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/outbound-serializer.test.js +248 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/outbound-serializer.test.js.map +1 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/parser.d.ts +39 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/parser.js +304 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/parser.js.map +1 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/serializer.d.ts +42 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/serializer.js +189 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/dist/serializer.js.map +1 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/package.json +35 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/src/b.ts +25 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/src/buffer-reader.ts +53 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/src/buffer-writer.ts +85 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/src/inbound-parser.test.ts +546 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/src/index.ts +11 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/src/messages.ts +262 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/src/outbound-serializer.test.ts +272 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/src/parser.ts +388 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/src/serializer.ts +274 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/src/testing/buffer-list.ts +75 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/src/testing/test-buffers.ts +166 -0
- package/examples/full-example-typescript/node_modules/pg-protocol/src/types/chunky.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/pg-query-stream/LICENSE +9 -0
- package/examples/full-example-typescript/node_modules/pg-query-stream/README.md +65 -0
- package/examples/full-example-typescript/node_modules/pg-query-stream/dist/index.d.ts +25 -0
- package/examples/full-example-typescript/node_modules/pg-query-stream/dist/index.js +48 -0
- package/examples/full-example-typescript/node_modules/pg-query-stream/dist/index.js.map +1 -0
- package/examples/full-example-typescript/node_modules/pg-query-stream/package.json +52 -0
- package/examples/full-example-typescript/node_modules/pg-query-stream/src/index.ts +67 -0
- package/examples/full-example-typescript/node_modules/pg-types/.travis.yml +7 -0
- package/examples/full-example-typescript/node_modules/pg-types/Makefile +14 -0
- package/examples/full-example-typescript/node_modules/pg-types/README.md +75 -0
- package/examples/full-example-typescript/node_modules/pg-types/index.d.ts +137 -0
- package/examples/full-example-typescript/node_modules/pg-types/index.js +47 -0
- package/examples/full-example-typescript/node_modules/pg-types/index.test-d.ts +21 -0
- package/examples/full-example-typescript/node_modules/pg-types/lib/arrayParser.js +11 -0
- package/examples/full-example-typescript/node_modules/pg-types/lib/binaryParsers.js +257 -0
- package/examples/full-example-typescript/node_modules/pg-types/lib/builtins.js +73 -0
- package/examples/full-example-typescript/node_modules/pg-types/lib/textParsers.js +215 -0
- package/examples/full-example-typescript/node_modules/pg-types/package.json +42 -0
- package/examples/full-example-typescript/node_modules/pg-types/test/index.js +24 -0
- package/examples/full-example-typescript/node_modules/pg-types/test/types.js +597 -0
- package/examples/full-example-typescript/node_modules/pgpass/README.md +74 -0
- package/examples/full-example-typescript/node_modules/pgpass/lib/helper.js +233 -0
- package/examples/full-example-typescript/node_modules/pgpass/lib/index.js +23 -0
- package/examples/full-example-typescript/node_modules/pgpass/package.json +41 -0
- package/examples/full-example-typescript/node_modules/postgres-array/index.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/postgres-array/index.js +97 -0
- package/examples/full-example-typescript/node_modules/postgres-array/license +21 -0
- package/examples/full-example-typescript/node_modules/postgres-array/package.json +35 -0
- package/examples/full-example-typescript/node_modules/postgres-array/readme.md +43 -0
- package/examples/full-example-typescript/node_modules/postgres-bytea/index.js +31 -0
- package/examples/full-example-typescript/node_modules/postgres-bytea/license +21 -0
- package/examples/full-example-typescript/node_modules/postgres-bytea/package.json +34 -0
- package/examples/full-example-typescript/node_modules/postgres-bytea/readme.md +34 -0
- package/examples/full-example-typescript/node_modules/postgres-date/index.js +116 -0
- package/examples/full-example-typescript/node_modules/postgres-date/license +21 -0
- package/examples/full-example-typescript/node_modules/postgres-date/package.json +33 -0
- package/examples/full-example-typescript/node_modules/postgres-date/readme.md +49 -0
- package/examples/full-example-typescript/node_modules/postgres-interval/index.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/postgres-interval/index.js +125 -0
- package/examples/full-example-typescript/node_modules/postgres-interval/license +21 -0
- package/examples/full-example-typescript/node_modules/postgres-interval/package.json +36 -0
- package/examples/full-example-typescript/node_modules/postgres-interval/readme.md +48 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/.eslintignore +9 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/.eslintrc.js +44 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/.prettierignore +2 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/.prettierrc +4 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/.vscode/settings.json +12 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/README.md +46 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/Auth.d.ts +54 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/Auth.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/Auth.js +106 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/FunctionQueuer.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/FunctionQueuer.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/FunctionQueuer.js +63 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/SyncedTable.d.ts +243 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/SyncedTable.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/SyncedTable.js +859 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getMultiSyncSubscription.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getMultiSyncSubscription.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getMultiSyncSubscription.js +61 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getSingleSyncSubscription.d.ts +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getSingleSyncSubscription.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getSingleSyncSubscription.js +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/getDbHandler.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/getDbHandler.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/getDbHandler.js +131 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/getMethods.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/getMethods.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/getMethods.js +31 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSqlHandler.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSqlHandler.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSqlHandler.js +167 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSubscriptionHandler.d.ts +22 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSubscriptionHandler.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSubscriptionHandler.js +186 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSyncHandler.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSyncHandler.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSyncHandler.js +177 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/index.js +2 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/index.js.LICENSE.txt +9 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/index.no-sync.js +2 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/index.no-sync.js.LICENSE.txt +9 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/md5.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/md5.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/md5.js +165 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full-cdn.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full-cdn.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full-cdn.js +9 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full.js +8 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles.d.ts +193 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles.js +153 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/react-hooks.d.ts +39 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/react-hooks.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/react-hooks.js +309 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/useProstglesClient.d.ts +31 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/useProstglesClient.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/dist/useProstglesClient.js +66 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/package.json +59 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/tsconfig.json +34 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/webpack.dev.js +31 -0
- package/examples/full-example-typescript/node_modules/prostgles-client/webpack.prod.js +46 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/.eslintignore +5 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/.eslintrc.json +34 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/.github/workflows/main.yml +50 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/.vscode/settings.json +12 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/README.md +121 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthHandler.d.ts +70 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthHandler.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthHandler.js +399 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthHandler.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthTypes.d.ts +285 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthTypes.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthTypes.js +3 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthTypes.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/getSafeReturnURL.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/getSafeReturnURL.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/getSafeReturnURL.js +35 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/getSafeReturnURL.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/sendEmail.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/sendEmail.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/sendEmail.js +97 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/sendEmail.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setAuthProviders.d.ts +11 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setAuthProviders.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setAuthProviders.js +104 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setAuthProviders.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setEmailProvider.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setEmailProvider.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setEmailProvider.js +105 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setEmailProvider.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setupAuthRoutes.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setupAuthRoutes.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setupAuthRoutes.js +144 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setupAuthRoutes.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBEventsManager.d.ts +38 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBEventsManager.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBEventsManager.js +140 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBEventsManager.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBSchemaBuilder.d.ts +25 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBSchemaBuilder.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBSchemaBuilder.js +159 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBSchemaBuilder.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilder.d.ts +81 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilder.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilder.js +251 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilder.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilderTypes.d.ts +260 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilderTypes.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilderTypes.js +12 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilderTypes.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/Functions.d.ts +64 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/Functions.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/Functions.js +1011 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/Functions.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/QueryBuilder.d.ts +81 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/QueryBuilder.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/QueryBuilder.js +214 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/QueryBuilder.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getJoinQuery.d.ts +45 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getJoinQuery.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getJoinQuery.js +209 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getJoinQuery.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getNewQuery.d.ts +257 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getNewQuery.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getNewQuery.js +213 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getNewQuery.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getSelectQuery.d.ts +22 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getSelectQuery.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getSelectQuery.js +106 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getSelectQuery.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryStreamer.d.ts +31 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryStreamer.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryStreamer.js +226 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryStreamer.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/DataValidator.d.ts +63 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/DataValidator.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/DataValidator.js +262 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/DataValidator.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/TableHandler.d.ts +54 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/TableHandler.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/TableHandler.js +161 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/TableHandler.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/delete.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/delete.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/delete.js +105 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/delete.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insert.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insert.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insert.js +167 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insert.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insertTest.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insertTest.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insertTest.js +72 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insertTest.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/onDeleteFromFileTable.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/onDeleteFromFileTable.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/onDeleteFromFileTable.js +53 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/onDeleteFromFileTable.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/runInsertUpdateQuery.d.ts +31 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/runInsertUpdateQuery.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/runInsertUpdateQuery.js +103 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/runInsertUpdateQuery.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/update.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/update.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/update.js +146 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/update.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateBatch.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateBatch.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateBatch.js +39 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateBatch.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateFile.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateFile.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateFile.js +38 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateFile.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/upsert.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/upsert.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/upsert.js +33 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/upsert.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/ViewHandler.d.ts +98 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/ViewHandler.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/ViewHandler.js +318 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/ViewHandler.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/count.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/count.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/count.js +32 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/count.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/find.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/find.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/find.js +123 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/find.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsCondition.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsCondition.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsCondition.js +58 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsCondition.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsFilters.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsFilters.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsFilters.js +66 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsFilters.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getInfo.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getInfo.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getInfo.js +33 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getInfo.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getTableJoinQuery.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getTableJoinQuery.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getTableJoinQuery.js +66 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getTableJoinQuery.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseComplexFilter.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseComplexFilter.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseComplexFilter.js +78 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseComplexFilter.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseFieldFilter.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseFieldFilter.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseFieldFilter.js +95 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseFieldFilter.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseJoinPath.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseJoinPath.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseJoinPath.js +175 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseJoinPath.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareSortItems.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareSortItems.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareSortItems.js +147 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareSortItems.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareWhere.d.ts +23 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareWhere.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareWhere.js +73 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareWhere.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/size.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/size.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/size.js +29 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/size.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/subscribe.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/subscribe.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/subscribe.js +99 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/subscribe.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/validateViewRules.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/validateViewRules.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/validateViewRules.js +57 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/validateViewRules.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/dboBuilderUtils.d.ts +58 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/dboBuilderUtils.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/dboBuilderUtils.js +163 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/dboBuilderUtils.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getColumns.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getColumns.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getColumns.js +110 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getColumns.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getCondition.d.ts +23 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getCondition.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getCondition.js +154 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getCondition.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getSubscribeRelatedTables.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getSubscribeRelatedTables.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getSubscribeRelatedTables.js +162 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getSubscribeRelatedTables.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getTablesForSchemaPostgresSQL.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getTablesForSchemaPostgresSQL.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getTablesForSchemaPostgresSQL.js +421 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getTablesForSchemaPostgresSQL.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/insertNestedRecords.d.ts +35 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/insertNestedRecords.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/insertNestedRecords.js +270 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/insertNestedRecords.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/parseUpdateRules.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/parseUpdateRules.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/parseUpdateRules.js +154 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/parseUpdateRules.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/prepareShortestJoinPaths.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/prepareShortestJoinPaths.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/prepareShortestJoinPaths.js +159 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/prepareShortestJoinPaths.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runSQL.d.ts +25 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runSQL.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runSQL.js +171 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runSQL.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runTransaction.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runTransaction.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runTransaction.js +49 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runTransaction.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/sqlErrCodeToMsg.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/sqlErrCodeToMsg.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/sqlErrCodeToMsg.js +255 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/sqlErrCodeToMsg.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/uploadFile.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/uploadFile.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/uploadFile.js +57 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/uploadFile.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Event_Trigger_Tags.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Event_Trigger_Tags.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Event_Trigger_Tags.js +117 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Event_Trigger_Tags.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/FileManager.d.ts +138 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/FileManager.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/FileManager.js +247 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/FileManager.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/getValidatedFileType.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/getValidatedFileType.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/getValidatedFileType.js +59 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/getValidatedFileType.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/initFileManager.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/initFileManager.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/initFileManager.js +171 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/initFileManager.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/upload.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/upload.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/upload.js +58 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/upload.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/uploadStream.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/uploadStream.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/uploadStream.js +69 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/uploadStream.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Filtering.d.ts +22 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Filtering.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Filtering.js +405 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Filtering.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validate_jsonb_schema_sql.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validate_jsonb_schema_sql.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validate_jsonb_schema_sql.js +501 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validate_jsonb_schema_sql.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validation.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validation.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validation.js +138 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validation.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Logging.d.ts +102 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Logging.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Logging.js +3 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Logging.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PostgresNotifListenManager.d.ts +28 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PostgresNotifListenManager.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PostgresNotifListenManager.js +121 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PostgresNotifListenManager.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Prostgles.d.ts +83 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Prostgles.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Prostgles.js +468 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/Prostgles.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/ProstglesTypes.d.ts +236 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/ProstglesTypes.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/ProstglesTypes.js +5 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/ProstglesTypes.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/PubSubManager.d.ts +201 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/PubSubManager.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/PubSubManager.js +433 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/PubSubManager.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSub.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSub.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSub.js +114 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSub.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSync.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSync.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSync.js +124 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSync.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getCreatePubSubManagerError.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getCreatePubSubManagerError.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getCreatePubSubManagerError.js +68 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getCreatePubSubManagerError.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getPubSubManagerInitQuery.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getPubSubManagerInitQuery.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getPubSubManagerInitQuery.js +656 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getPubSubManagerInitQuery.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/initPubSubManager.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/initPubSubManager.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/initPubSubManager.js +73 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/initPubSubManager.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/notifListener.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/notifListener.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/notifListener.js +142 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/notifListener.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/orphanTriggerCheck.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/orphanTriggerCheck.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/orphanTriggerCheck.js +71 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/orphanTriggerCheck.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/pushSubData.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/pushSubData.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/pushSubData.js +56 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/pushSubData.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/PublishParser.d.ts +43 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/PublishParser.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/PublishParser.js +152 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/PublishParser.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getFileTableRules.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getFileTableRules.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getFileTableRules.js +121 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getFileTableRules.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getSchemaFromPublish.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getSchemaFromPublish.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getSchemaFromPublish.js +116 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getSchemaFromPublish.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getTableRulesWithoutFileTable.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getTableRulesWithoutFileTable.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getTableRulesWithoutFileTable.js +144 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getTableRulesWithoutFileTable.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/publishTypesAndUtils.d.ts +388 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/publishTypesAndUtils.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/publishTypesAndUtils.js +79 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/publishTypesAndUtils.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/RestApi.d.ts +46 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/RestApi.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/RestApi.js +97 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/RestApi.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/SchemaWatch.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/SchemaWatch.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/SchemaWatch.js +78 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/SchemaWatch.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getValidatedWatchSchemaType.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getValidatedWatchSchemaType.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getValidatedWatchSchemaType.js +38 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getValidatedWatchSchemaType.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getWatchSchemaTagList.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getWatchSchemaTagList.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getWatchSchemaTagList.js +29 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getWatchSchemaTagList.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/SyncReplication.d.ts +37 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/SyncReplication.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/SyncReplication.js +447 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/SyncReplication.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/TableConfig.d.ts +297 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/TableConfig.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/TableConfig.js +164 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/TableConfig.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getColumnDefinitionQuery.d.ts +27 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getColumnDefinitionQuery.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getColumnDefinitionQuery.js +88 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getColumnDefinitionQuery.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getConstraintDefinitionQueries.d.ts +34 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getConstraintDefinitionQueries.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getConstraintDefinitionQueries.js +66 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getConstraintDefinitionQueries.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getFutureTableSchema.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getFutureTableSchema.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getFutureTableSchema.js +51 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getFutureTableSchema.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getPGIndexes.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getPGIndexes.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getPGIndexes.js +42 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getPGIndexes.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getTableColumnQueries.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getTableColumnQueries.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getTableColumnQueries.js +108 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getTableColumnQueries.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/initTableConfig.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/initTableConfig.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/initTableConfig.js +279 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/initTableConfig.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/index.d.ts +5 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/index.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/index.js +10 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/index.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/initProstgles.d.ts +59 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/initProstgles.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/initProstgles.js +250 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/initProstgles.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/onSocketConnected.d.ts +6 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/onSocketConnected.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/onSocketConnected.js +85 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/onSocketConnected.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/runClientRequest.d.ts +43 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/runClientRequest.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/runClientRequest.js +120 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/runClientRequest.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/shortestPath.d.ts +10 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/shortestPath.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/shortestPath.js +112 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/shortestPath.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/typeTests/dboTypeCheck.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/typeTests/dboTypeCheck.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/typeTests/dboTypeCheck.js +54 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/typeTests/dboTypeCheck.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/utils.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/utils.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/utils.js +19 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/dist/utils.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/buffer.buffer.d.ts +385 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/compatibility/disposable.d.ts +16 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/compatibility/index.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/constants.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/dom-events.d.ts +124 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/globals.typedarray.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/readline/promises.d.ts +162 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/stream/consumers.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/stream/promises.d.ts +90 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +385 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.d.ts +74 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.js +6 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.ts +67 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/home.html +30 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.js +66 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.ts +48 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/init.sql +17 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/package.json +16 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/tsconfig.json +24 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-vanilla/home.html +131 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-vanilla/index.js +57 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-vanilla/init.sql +69 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-vanilla/package.json +17 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/javascript/index.js +27 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/javascript/init.sql +5 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/javascript/package.json +16 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/typescript/index.ts +31 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/typescript/init.sql +20 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/typescript/package.json +16 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/typescript/tsconfig.json +17 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/AuthHandler.ts +437 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/AuthTypes.ts +280 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/getSafeReturnURL.ts +35 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/sendEmail.ts +108 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/setAuthProviders.ts +127 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/setEmailProvider.ts +104 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/setupAuthRoutes.ts +159 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DBEventsManager.ts +178 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DBSchemaBuilder.ts +255 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/DboBuilder.ts +319 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/DboBuilderTypes.ts +362 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/Functions.ts +1153 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/QueryBuilder.ts +288 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/getJoinQuery.ts +263 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/getNewQuery.ts +271 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/getSelectQuery.ts +136 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/prepareHaving.ts +22 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryStreamer.ts +250 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/DataValidator.ts +428 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/TableHandler.ts +205 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/delete.ts +115 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/insert.ts +183 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/insertTest.ts +78 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/onDeleteFromFileTable.ts +62 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/runInsertUpdateQuery.ts +134 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/update.ts +184 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/updateBatch.ts +49 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/updateFile.ts +48 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/upsert.ts +33 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/ViewHandler.ts +393 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/count.ts +38 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/find.ts +153 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/getExistsCondition.ts +73 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/getExistsFilters.ts +74 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/getInfo.ts +37 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/getTableJoinQuery.ts +84 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/parseComplexFilter.ts +96 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/parseFieldFilter.ts +105 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/parseJoinPath.ts +208 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/prepareSortItems.ts +163 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/prepareWhere.ts +90 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/size.ts +37 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/subscribe.ts +118 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/validateViewRules.ts +70 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/dboBuilderUtils.ts +226 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/getColumns.ts +146 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/getCondition.ts +201 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/getSubscribeRelatedTables.ts +190 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/getTablesForSchemaPostgresSQL.ts +465 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/insertNestedRecords.ts +355 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/parseUpdateRules.ts +187 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/prepareShortestJoinPaths.ts +186 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/runSQL.ts +182 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/runTransaction.ts +50 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/sqlErrCodeToMsg.ts +254 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/uploadFile.ts +69 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/Event_Trigger_Tags.ts +118 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/FileManager.ts +358 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/getValidatedFileType.ts +69 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/initFileManager.ts +187 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/upload.ts +62 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/uploadStream.ts +79 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/Filtering.ts +463 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/JSONBValidation/validate_jsonb_schema_sql.ts +502 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/JSONBValidation/validation.ts +143 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/Logging.ts +131 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/PostgresNotifListenManager.ts +143 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/Prostgles.ts +546 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/ProstglesTypes.ts +278 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/PubSubManager.ts +609 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/addSub.ts +138 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/addSync.ts +141 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/getCreatePubSubManagerError.ts +72 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/getPubSubManagerInitQuery.ts +662 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/initPubSubManager.ts +79 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/notifListener.ts +173 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/orphanTriggerCheck.ts +70 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/pushSubData.ts +55 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/PublishParser.ts +162 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/getFileTableRules.ts +124 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/getSchemaFromPublish.ts +142 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/getTableRulesWithoutFileTable.ts +177 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/publishTypesAndUtils.ts +399 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/RestApi.ts +127 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/SchemaWatch/SchemaWatch.ts +90 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/SchemaWatch/createSchemaWatchEventTrigger.ts +3 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/SchemaWatch/getValidatedWatchSchemaType.ts +45 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/SchemaWatch/getWatchSchemaTagList.ts +27 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/SyncReplication.ts +557 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/TableConfig.ts +468 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getColumnDefinitionQuery.ts +111 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getConstraintDefinitionQueries.ts +95 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getFutureTableSchema.ts +68 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getPGIndexes.ts +53 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getTableColumnQueries.ts +129 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/initTableConfig.ts +326 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/index.ts +13 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/initProstgles.ts +350 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/onSocketConnected.ts +102 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/runClientRequest.ts +166 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/shortestPath.ts +122 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/typeTests/DBoGenerated.d.ts +324 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/typeTests/dboTypeCheck.ts +95 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/lib/utils.ts +14 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/package.json +75 -0
- package/examples/full-example-typescript/node_modules/prostgles-server/tsconfig.json +25 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/.vscode/settings.json +12 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/README.md +3 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/auth.d.ts +42 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/auth.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/auth.js +3 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/auth.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/files.d.ts +89 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/files.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/files.js +85 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/files.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/filters.d.ts +227 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/filters.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/filters.js +156 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/filters.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/index.d.ts +902 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/index.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/index.js +268 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/index.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/index_umd.js +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/insertUpdateUtils.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/insertUpdateUtils.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/insertUpdateUtils.js +25 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/insertUpdateUtils.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/jsonb.d.ts +222 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/jsonb.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/jsonb.js +153 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/jsonb.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/md5.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/md5.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/md5.js +180 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/md5.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/replication.d.ts +85 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/replication.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/replication.js +3 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/replication.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/util.d.ts +165 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/util.d.ts.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/util.js +522 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/dist/util.js.map +1 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/lib/auth.ts +50 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/lib/files.ts +96 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/lib/filters.ts +387 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/lib/index.ts +1465 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/lib/insertUpdateUtils.ts +58 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/lib/jsonb.ts +403 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/lib/md5.ts +197 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/lib/replication.ts +105 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/lib/util.ts +666 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/package.json +39 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/tsconfig.json +29 -0
- package/examples/full-example-typescript/node_modules/prostgles-types/webpack.prod.js +34 -0
- package/examples/full-example-typescript/node_modules/proxy-addr/HISTORY.md +161 -0
- package/examples/full-example-typescript/node_modules/proxy-addr/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/proxy-addr/README.md +139 -0
- package/examples/full-example-typescript/node_modules/proxy-addr/index.js +327 -0
- package/examples/full-example-typescript/node_modules/proxy-addr/package.json +47 -0
- package/examples/full-example-typescript/node_modules/qs/.editorconfig +46 -0
- package/examples/full-example-typescript/node_modules/qs/.eslintrc +38 -0
- package/examples/full-example-typescript/node_modules/qs/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/qs/.nycrc +13 -0
- package/examples/full-example-typescript/node_modules/qs/CHANGELOG.md +600 -0
- package/examples/full-example-typescript/node_modules/qs/LICENSE.md +29 -0
- package/examples/full-example-typescript/node_modules/qs/README.md +709 -0
- package/examples/full-example-typescript/node_modules/qs/dist/qs.js +90 -0
- package/examples/full-example-typescript/node_modules/qs/lib/formats.js +23 -0
- package/examples/full-example-typescript/node_modules/qs/lib/index.js +11 -0
- package/examples/full-example-typescript/node_modules/qs/lib/parse.js +296 -0
- package/examples/full-example-typescript/node_modules/qs/lib/stringify.js +351 -0
- package/examples/full-example-typescript/node_modules/qs/lib/utils.js +265 -0
- package/examples/full-example-typescript/node_modules/qs/package.json +91 -0
- package/examples/full-example-typescript/node_modules/qs/test/empty-keys-cases.js +267 -0
- package/examples/full-example-typescript/node_modules/qs/test/parse.js +1170 -0
- package/examples/full-example-typescript/node_modules/qs/test/stringify.js +1298 -0
- package/examples/full-example-typescript/node_modules/qs/test/utils.js +136 -0
- package/examples/full-example-typescript/node_modules/range-parser/HISTORY.md +56 -0
- package/examples/full-example-typescript/node_modules/range-parser/LICENSE +23 -0
- package/examples/full-example-typescript/node_modules/range-parser/README.md +84 -0
- package/examples/full-example-typescript/node_modules/range-parser/index.js +162 -0
- package/examples/full-example-typescript/node_modules/range-parser/package.json +44 -0
- package/examples/full-example-typescript/node_modules/raw-body/HISTORY.md +308 -0
- package/examples/full-example-typescript/node_modules/raw-body/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/raw-body/README.md +223 -0
- package/examples/full-example-typescript/node_modules/raw-body/SECURITY.md +24 -0
- package/examples/full-example-typescript/node_modules/raw-body/index.d.ts +87 -0
- package/examples/full-example-typescript/node_modules/raw-body/index.js +336 -0
- package/examples/full-example-typescript/node_modules/raw-body/package.json +49 -0
- package/examples/full-example-typescript/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/examples/full-example-typescript/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/examples/full-example-typescript/node_modules/readable-stream/LICENSE +47 -0
- package/examples/full-example-typescript/node_modules/readable-stream/README.md +106 -0
- package/examples/full-example-typescript/node_modules/readable-stream/errors-browser.js +127 -0
- package/examples/full-example-typescript/node_modules/readable-stream/errors.js +116 -0
- package/examples/full-example-typescript/node_modules/readable-stream/experimentalWarning.js +17 -0
- package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
- package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
- package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
- package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_transform.js +190 -0
- package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_writable.js +641 -0
- package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
- package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
- package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
- package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
- package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
- package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
- package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
- package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
- package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
- package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
- package/examples/full-example-typescript/node_modules/readable-stream/package.json +68 -0
- package/examples/full-example-typescript/node_modules/readable-stream/readable-browser.js +9 -0
- package/examples/full-example-typescript/node_modules/readable-stream/readable.js +16 -0
- package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/README.md +71 -0
- package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/lib/index.d.ts +39 -0
- package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/lib/index.js +69 -0
- package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/lib/index.spec.js +147 -0
- package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/package.json +84 -0
- package/examples/full-example-typescript/node_modules/safe-buffer/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/safe-buffer/README.md +584 -0
- package/examples/full-example-typescript/node_modules/safe-buffer/index.d.ts +187 -0
- package/examples/full-example-typescript/node_modules/safe-buffer/index.js +65 -0
- package/examples/full-example-typescript/node_modules/safe-buffer/package.json +51 -0
- package/examples/full-example-typescript/node_modules/safer-buffer/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/examples/full-example-typescript/node_modules/safer-buffer/Readme.md +156 -0
- package/examples/full-example-typescript/node_modules/safer-buffer/dangerous.js +58 -0
- package/examples/full-example-typescript/node_modules/safer-buffer/package.json +34 -0
- package/examples/full-example-typescript/node_modules/safer-buffer/safer.js +77 -0
- package/examples/full-example-typescript/node_modules/safer-buffer/tests.js +406 -0
- package/examples/full-example-typescript/node_modules/send/HISTORY.md +526 -0
- package/examples/full-example-typescript/node_modules/send/LICENSE +23 -0
- package/examples/full-example-typescript/node_modules/send/README.md +327 -0
- package/examples/full-example-typescript/node_modules/send/SECURITY.md +24 -0
- package/examples/full-example-typescript/node_modules/send/index.js +1142 -0
- package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/HISTORY.md +14 -0
- package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/README.md +128 -0
- package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/index.js +60 -0
- package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/package.json +40 -0
- package/examples/full-example-typescript/node_modules/send/node_modules/ms/index.js +162 -0
- package/examples/full-example-typescript/node_modules/send/node_modules/ms/license.md +21 -0
- package/examples/full-example-typescript/node_modules/send/node_modules/ms/package.json +38 -0
- package/examples/full-example-typescript/node_modules/send/node_modules/ms/readme.md +59 -0
- package/examples/full-example-typescript/node_modules/send/package.json +62 -0
- package/examples/full-example-typescript/node_modules/serve-static/HISTORY.md +487 -0
- package/examples/full-example-typescript/node_modules/serve-static/LICENSE +25 -0
- package/examples/full-example-typescript/node_modules/serve-static/README.md +257 -0
- package/examples/full-example-typescript/node_modules/serve-static/index.js +209 -0
- package/examples/full-example-typescript/node_modules/serve-static/package.json +42 -0
- package/examples/full-example-typescript/node_modules/set-function-length/.eslintrc +27 -0
- package/examples/full-example-typescript/node_modules/set-function-length/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/set-function-length/.nycrc +13 -0
- package/examples/full-example-typescript/node_modules/set-function-length/CHANGELOG.md +70 -0
- package/examples/full-example-typescript/node_modules/set-function-length/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/set-function-length/README.md +56 -0
- package/examples/full-example-typescript/node_modules/set-function-length/env.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/set-function-length/env.js +25 -0
- package/examples/full-example-typescript/node_modules/set-function-length/index.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/set-function-length/index.js +42 -0
- package/examples/full-example-typescript/node_modules/set-function-length/package.json +102 -0
- package/examples/full-example-typescript/node_modules/set-function-length/tsconfig.json +9 -0
- package/examples/full-example-typescript/node_modules/setprototypeof/LICENSE +13 -0
- package/examples/full-example-typescript/node_modules/setprototypeof/README.md +31 -0
- package/examples/full-example-typescript/node_modules/setprototypeof/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/setprototypeof/index.js +17 -0
- package/examples/full-example-typescript/node_modules/setprototypeof/package.json +38 -0
- package/examples/full-example-typescript/node_modules/setprototypeof/test/index.js +24 -0
- package/examples/full-example-typescript/node_modules/side-channel/.editorconfig +9 -0
- package/examples/full-example-typescript/node_modules/side-channel/.eslintrc +12 -0
- package/examples/full-example-typescript/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/side-channel/.nycrc +13 -0
- package/examples/full-example-typescript/node_modules/side-channel/CHANGELOG.md +110 -0
- package/examples/full-example-typescript/node_modules/side-channel/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/side-channel/README.md +61 -0
- package/examples/full-example-typescript/node_modules/side-channel/index.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/side-channel/index.js +43 -0
- package/examples/full-example-typescript/node_modules/side-channel/package.json +85 -0
- package/examples/full-example-typescript/node_modules/side-channel/test/index.js +104 -0
- package/examples/full-example-typescript/node_modules/side-channel/tsconfig.json +9 -0
- package/examples/full-example-typescript/node_modules/side-channel-list/.editorconfig +9 -0
- package/examples/full-example-typescript/node_modules/side-channel-list/.eslintrc +11 -0
- package/examples/full-example-typescript/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/side-channel-list/.nycrc +13 -0
- package/examples/full-example-typescript/node_modules/side-channel-list/CHANGELOG.md +15 -0
- package/examples/full-example-typescript/node_modules/side-channel-list/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/side-channel-list/README.md +62 -0
- package/examples/full-example-typescript/node_modules/side-channel-list/index.d.ts +13 -0
- package/examples/full-example-typescript/node_modules/side-channel-list/index.js +113 -0
- package/examples/full-example-typescript/node_modules/side-channel-list/list.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/side-channel-list/package.json +77 -0
- package/examples/full-example-typescript/node_modules/side-channel-list/test/index.js +104 -0
- package/examples/full-example-typescript/node_modules/side-channel-list/tsconfig.json +9 -0
- package/examples/full-example-typescript/node_modules/side-channel-map/.editorconfig +9 -0
- package/examples/full-example-typescript/node_modules/side-channel-map/.eslintrc +11 -0
- package/examples/full-example-typescript/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/side-channel-map/.nycrc +13 -0
- package/examples/full-example-typescript/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/examples/full-example-typescript/node_modules/side-channel-map/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/side-channel-map/README.md +62 -0
- package/examples/full-example-typescript/node_modules/side-channel-map/index.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/side-channel-map/index.js +68 -0
- package/examples/full-example-typescript/node_modules/side-channel-map/package.json +80 -0
- package/examples/full-example-typescript/node_modules/side-channel-map/test/index.js +114 -0
- package/examples/full-example-typescript/node_modules/side-channel-map/tsconfig.json +9 -0
- package/examples/full-example-typescript/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/examples/full-example-typescript/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/examples/full-example-typescript/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/examples/full-example-typescript/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/examples/full-example-typescript/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/examples/full-example-typescript/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/side-channel-weakmap/README.md +62 -0
- package/examples/full-example-typescript/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/side-channel-weakmap/index.js +84 -0
- package/examples/full-example-typescript/node_modules/side-channel-weakmap/package.json +87 -0
- package/examples/full-example-typescript/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/examples/full-example-typescript/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/examples/full-example-typescript/node_modules/socket.io/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/socket.io/Readme.md +273 -0
- package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.esm.min.js +7 -0
- package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.esm.min.js.map +1 -0
- package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.js +4908 -0
- package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.js.map +1 -0
- package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.min.js +7 -0
- package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.min.js.map +1 -0
- package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.msgpack.min.js +7 -0
- package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.msgpack.min.js.map +1 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/broadcast-operator.d.ts +283 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/broadcast-operator.js +436 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/client.d.ts +119 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/client.js +268 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/index.d.ts +593 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/index.js +804 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/namespace.d.ts +432 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/namespace.js +581 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/parent-namespace.d.ts +30 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/parent-namespace.js +88 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/socket-types.d.ts +56 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/socket-types.js +11 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/socket.d.ts +613 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/socket.js +977 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/typed-events.d.ts +203 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/typed-events.js +81 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/uws.d.ts +3 -0
- package/examples/full-example-typescript/node_modules/socket.io/dist/uws.js +136 -0
- package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/LICENSE +20 -0
- package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/README.md +481 -0
- package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/package.json +60 -0
- package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/src/browser.js +271 -0
- package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/src/common.js +274 -0
- package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/src/index.js +10 -0
- package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/src/node.js +263 -0
- package/examples/full-example-typescript/node_modules/socket.io/node_modules/ms/index.js +162 -0
- package/examples/full-example-typescript/node_modules/socket.io/node_modules/ms/license.md +21 -0
- package/examples/full-example-typescript/node_modules/socket.io/node_modules/ms/package.json +38 -0
- package/examples/full-example-typescript/node_modules/socket.io/node_modules/ms/readme.md +59 -0
- package/examples/full-example-typescript/node_modules/socket.io/package.json +85 -0
- package/examples/full-example-typescript/node_modules/socket.io/wrapper.mjs +3 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/LICENSE +20 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/Readme.md +23 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/cluster-adapter.d.ts +201 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/cluster-adapter.js +674 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/contrib/yeast.d.ts +23 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/contrib/yeast.js +55 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/in-memory-adapter.d.ts +179 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/in-memory-adapter.js +394 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/index.d.ts +2 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/index.js +10 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/LICENSE +20 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/README.md +481 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/package.json +60 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/src/browser.js +271 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/src/common.js +274 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/src/index.js +10 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/src/node.js +263 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/ms/index.js +162 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/ms/license.md +21 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/ms/package.json +38 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/ms/readme.md +59 -0
- package/examples/full-example-typescript/node_modules/socket.io-adapter/package.json +39 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/LICENSE +20 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/Readme.md +81 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/binary.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/binary.js +88 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/index.d.ts +90 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/index.js +321 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/is-binary.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/is-binary.js +55 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/package.json +3 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/binary.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/binary.js +83 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/index.d.ts +90 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/index.js +311 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/is-binary.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/is-binary.js +50 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/package.json +3 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/binary.d.ts +20 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/binary.js +83 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/index.d.ts +90 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/index.js +316 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/is-binary.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/is-binary.js +50 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/package.json +3 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/LICENSE +20 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/README.md +481 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/package.json +60 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/src/browser.js +271 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/src/common.js +274 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/src/index.js +10 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/src/node.js +263 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/ms/index.js +162 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/ms/license.md +21 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/ms/package.json +38 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/ms/readme.md +59 -0
- package/examples/full-example-typescript/node_modules/socket.io-parser/package.json +58 -0
- package/examples/full-example-typescript/node_modules/spex/README.md +89 -0
- package/examples/full-example-typescript/node_modules/spex/lib/adapter.js +68 -0
- package/examples/full-example-typescript/node_modules/spex/lib/errors/batch.js +172 -0
- package/examples/full-example-typescript/node_modules/spex/lib/errors/index.js +36 -0
- package/examples/full-example-typescript/node_modules/spex/lib/errors/page.js +135 -0
- package/examples/full-example-typescript/node_modules/spex/lib/errors/sequence.js +125 -0
- package/examples/full-example-typescript/node_modules/spex/lib/ext/batch.js +151 -0
- package/examples/full-example-typescript/node_modules/spex/lib/ext/page.js +180 -0
- package/examples/full-example-typescript/node_modules/spex/lib/ext/sequence.js +194 -0
- package/examples/full-example-typescript/node_modules/spex/lib/ext/stream/index.js +65 -0
- package/examples/full-example-typescript/node_modules/spex/lib/ext/stream/read.js +206 -0
- package/examples/full-example-typescript/node_modules/spex/lib/index.js +123 -0
- package/examples/full-example-typescript/node_modules/spex/lib/utils/index.js +90 -0
- package/examples/full-example-typescript/node_modules/spex/lib/utils/static.js +74 -0
- package/examples/full-example-typescript/node_modules/spex/package.json +52 -0
- package/examples/full-example-typescript/node_modules/spex/typescript/README.md +27 -0
- package/examples/full-example-typescript/node_modules/spex/typescript/spex.d.ts +176 -0
- package/examples/full-example-typescript/node_modules/split2/LICENSE +13 -0
- package/examples/full-example-typescript/node_modules/split2/README.md +85 -0
- package/examples/full-example-typescript/node_modules/split2/bench.js +27 -0
- package/examples/full-example-typescript/node_modules/split2/index.js +141 -0
- package/examples/full-example-typescript/node_modules/split2/package.json +39 -0
- package/examples/full-example-typescript/node_modules/split2/test.js +409 -0
- package/examples/full-example-typescript/node_modules/statuses/HISTORY.md +82 -0
- package/examples/full-example-typescript/node_modules/statuses/LICENSE +23 -0
- package/examples/full-example-typescript/node_modules/statuses/README.md +136 -0
- package/examples/full-example-typescript/node_modules/statuses/codes.json +65 -0
- package/examples/full-example-typescript/node_modules/statuses/index.js +146 -0
- package/examples/full-example-typescript/node_modules/statuses/package.json +49 -0
- package/examples/full-example-typescript/node_modules/string_decoder/LICENSE +48 -0
- package/examples/full-example-typescript/node_modules/string_decoder/README.md +47 -0
- package/examples/full-example-typescript/node_modules/string_decoder/lib/string_decoder.js +296 -0
- package/examples/full-example-typescript/node_modules/string_decoder/package.json +34 -0
- package/examples/full-example-typescript/node_modules/strnum/.vscode/launch.json +25 -0
- package/examples/full-example-typescript/node_modules/strnum/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/strnum/README.md +86 -0
- package/examples/full-example-typescript/node_modules/strnum/package.json +24 -0
- package/examples/full-example-typescript/node_modules/strnum/strnum.js +124 -0
- package/examples/full-example-typescript/node_modules/strnum/strnum.test.js +150 -0
- package/examples/full-example-typescript/node_modules/strtok3/LICENSE +15 -0
- package/examples/full-example-typescript/node_modules/strtok3/README.md +317 -0
- package/examples/full-example-typescript/node_modules/strtok3/lib/AbstractTokenizer.d.ts +69 -0
- package/examples/full-example-typescript/node_modules/strtok3/lib/AbstractTokenizer.js +100 -0
- package/examples/full-example-typescript/node_modules/strtok3/lib/BufferTokenizer.d.ts +26 -0
- package/examples/full-example-typescript/node_modules/strtok3/lib/BufferTokenizer.js +51 -0
- package/examples/full-example-typescript/node_modules/strtok3/lib/FileTokenizer.d.ts +23 -0
- package/examples/full-example-typescript/node_modules/strtok3/lib/FileTokenizer.js +47 -0
- package/examples/full-example-typescript/node_modules/strtok3/lib/ReadStreamTokenizer.d.ts +27 -0
- package/examples/full-example-typescript/node_modules/strtok3/lib/ReadStreamTokenizer.js +94 -0
- package/examples/full-example-typescript/node_modules/strtok3/lib/core.d.ts +31 -0
- package/examples/full-example-typescript/node_modules/strtok3/lib/core.js +35 -0
- package/examples/full-example-typescript/node_modules/strtok3/lib/index.d.ts +14 -0
- package/examples/full-example-typescript/node_modules/strtok3/lib/index.js +20 -0
- package/examples/full-example-typescript/node_modules/strtok3/lib/types.d.ts +102 -0
- package/examples/full-example-typescript/node_modules/strtok3/lib/types.js +1 -0
- package/examples/full-example-typescript/node_modules/strtok3/package.json +100 -0
- package/examples/full-example-typescript/node_modules/toidentifier/HISTORY.md +9 -0
- package/examples/full-example-typescript/node_modules/toidentifier/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/toidentifier/README.md +61 -0
- package/examples/full-example-typescript/node_modules/toidentifier/index.js +32 -0
- package/examples/full-example-typescript/node_modules/toidentifier/package.json +38 -0
- package/examples/full-example-typescript/node_modules/token-types/LICENSE +7 -0
- package/examples/full-example-typescript/node_modules/token-types/README.md +120 -0
- package/examples/full-example-typescript/node_modules/token-types/lib/index.d.ts +151 -0
- package/examples/full-example-typescript/node_modules/token-types/lib/index.js +449 -0
- package/examples/full-example-typescript/node_modules/token-types/package.json +87 -0
- package/examples/full-example-typescript/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/examples/full-example-typescript/node_modules/tslib/LICENSE.txt +12 -0
- package/examples/full-example-typescript/node_modules/tslib/README.md +164 -0
- package/examples/full-example-typescript/node_modules/tslib/SECURITY.md +41 -0
- package/examples/full-example-typescript/node_modules/tslib/modules/index.d.ts +38 -0
- package/examples/full-example-typescript/node_modules/tslib/modules/index.js +70 -0
- package/examples/full-example-typescript/node_modules/tslib/modules/package.json +3 -0
- package/examples/full-example-typescript/node_modules/tslib/package.json +47 -0
- package/examples/full-example-typescript/node_modules/tslib/tslib.d.ts +460 -0
- package/examples/full-example-typescript/node_modules/tslib/tslib.es6.html +1 -0
- package/examples/full-example-typescript/node_modules/tslib/tslib.es6.js +402 -0
- package/examples/full-example-typescript/node_modules/tslib/tslib.es6.mjs +401 -0
- package/examples/full-example-typescript/node_modules/tslib/tslib.html +1 -0
- package/examples/full-example-typescript/node_modules/tslib/tslib.js +484 -0
- package/examples/full-example-typescript/node_modules/type-is/HISTORY.md +259 -0
- package/examples/full-example-typescript/node_modules/type-is/LICENSE +23 -0
- package/examples/full-example-typescript/node_modules/type-is/README.md +170 -0
- package/examples/full-example-typescript/node_modules/type-is/index.js +266 -0
- package/examples/full-example-typescript/node_modules/type-is/package.json +45 -0
- package/examples/full-example-typescript/node_modules/uid2/HISTORY.md +21 -0
- package/examples/full-example-typescript/node_modules/uid2/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/uid2/README.md +32 -0
- package/examples/full-example-typescript/node_modules/uid2/index.js +55 -0
- package/examples/full-example-typescript/node_modules/uid2/package.json +12 -0
- package/examples/full-example-typescript/node_modules/undici-types/LICENSE +21 -0
- package/examples/full-example-typescript/node_modules/undici-types/README.md +6 -0
- package/examples/full-example-typescript/node_modules/undici-types/agent.d.ts +31 -0
- package/examples/full-example-typescript/node_modules/undici-types/api.d.ts +43 -0
- package/examples/full-example-typescript/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/examples/full-example-typescript/node_modules/undici-types/cache.d.ts +36 -0
- package/examples/full-example-typescript/node_modules/undici-types/client.d.ts +108 -0
- package/examples/full-example-typescript/node_modules/undici-types/connector.d.ts +34 -0
- package/examples/full-example-typescript/node_modules/undici-types/content-type.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/undici-types/cookies.d.ts +28 -0
- package/examples/full-example-typescript/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
- package/examples/full-example-typescript/node_modules/undici-types/dispatcher.d.ts +255 -0
- package/examples/full-example-typescript/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
- package/examples/full-example-typescript/node_modules/undici-types/errors.d.ts +149 -0
- package/examples/full-example-typescript/node_modules/undici-types/eventsource.d.ts +61 -0
- package/examples/full-example-typescript/node_modules/undici-types/fetch.d.ts +209 -0
- package/examples/full-example-typescript/node_modules/undici-types/file.d.ts +39 -0
- package/examples/full-example-typescript/node_modules/undici-types/filereader.d.ts +54 -0
- package/examples/full-example-typescript/node_modules/undici-types/formdata.d.ts +108 -0
- package/examples/full-example-typescript/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/examples/full-example-typescript/node_modules/undici-types/global-origin.d.ts +7 -0
- package/examples/full-example-typescript/node_modules/undici-types/handlers.d.ts +15 -0
- package/examples/full-example-typescript/node_modules/undici-types/header.d.ts +4 -0
- package/examples/full-example-typescript/node_modules/undici-types/index.d.ts +71 -0
- package/examples/full-example-typescript/node_modules/undici-types/interceptors.d.ts +17 -0
- package/examples/full-example-typescript/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/examples/full-example-typescript/node_modules/undici-types/mock-client.d.ts +25 -0
- package/examples/full-example-typescript/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/examples/full-example-typescript/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/examples/full-example-typescript/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/examples/full-example-typescript/node_modules/undici-types/package.json +55 -0
- package/examples/full-example-typescript/node_modules/undici-types/patch.d.ts +33 -0
- package/examples/full-example-typescript/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/examples/full-example-typescript/node_modules/undici-types/pool.d.ts +39 -0
- package/examples/full-example-typescript/node_modules/undici-types/proxy-agent.d.ts +28 -0
- package/examples/full-example-typescript/node_modules/undici-types/readable.d.ts +60 -0
- package/examples/full-example-typescript/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/examples/full-example-typescript/node_modules/undici-types/retry-handler.d.ts +116 -0
- package/examples/full-example-typescript/node_modules/undici-types/util.d.ts +18 -0
- package/examples/full-example-typescript/node_modules/undici-types/webidl.d.ts +222 -0
- package/examples/full-example-typescript/node_modules/undici-types/websocket.d.ts +150 -0
- package/examples/full-example-typescript/node_modules/unpipe/HISTORY.md +4 -0
- package/examples/full-example-typescript/node_modules/unpipe/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/unpipe/README.md +43 -0
- package/examples/full-example-typescript/node_modules/unpipe/index.js +69 -0
- package/examples/full-example-typescript/node_modules/unpipe/package.json +27 -0
- package/examples/full-example-typescript/node_modules/util-deprecate/History.md +16 -0
- package/examples/full-example-typescript/node_modules/util-deprecate/LICENSE +24 -0
- package/examples/full-example-typescript/node_modules/util-deprecate/README.md +53 -0
- package/examples/full-example-typescript/node_modules/util-deprecate/browser.js +67 -0
- package/examples/full-example-typescript/node_modules/util-deprecate/node.js +6 -0
- package/examples/full-example-typescript/node_modules/util-deprecate/package.json +27 -0
- package/examples/full-example-typescript/node_modules/utils-merge/LICENSE +20 -0
- package/examples/full-example-typescript/node_modules/utils-merge/README.md +34 -0
- package/examples/full-example-typescript/node_modules/utils-merge/index.js +23 -0
- package/examples/full-example-typescript/node_modules/utils-merge/package.json +40 -0
- package/examples/full-example-typescript/node_modules/uuid/CHANGELOG.md +274 -0
- package/examples/full-example-typescript/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/examples/full-example-typescript/node_modules/uuid/LICENSE.md +9 -0
- package/examples/full-example-typescript/node_modules/uuid/README.md +466 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/bin/uuid +2 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/index.js +9 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/md5.js +215 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/native.js +4 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/nil.js +1 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/parse.js +35 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/regex.js +1 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/rng.js +18 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/stringify.js +33 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v1.js +95 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v35.js +66 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v4.js +29 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/validate.js +7 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/version.js +11 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/index.js +9 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/native.js +4 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/nil.js +1 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/parse.js +35 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/regex.js +1 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/rng.js +12 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/stringify.js +33 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v35.js +66 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v4.js +29 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/validate.js +7 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/version.js +11 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/index.js +79 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/md5-browser.js +223 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/md5.js +23 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/native-browser.js +11 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/native.js +15 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/nil.js +8 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/parse.js +45 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/regex.js +8 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/rng-browser.js +25 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/rng.js +24 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/sha1-browser.js +104 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/sha1.js +23 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/stringify.js +44 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/uuid-bin.js +85 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/v1.js +107 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/v3.js +16 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/v35.js +80 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/v4.js +43 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/v5.js +16 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/validate.js +17 -0
- package/examples/full-example-typescript/node_modules/uuid/dist/version.js +21 -0
- package/examples/full-example-typescript/node_modules/uuid/package.json +135 -0
- package/examples/full-example-typescript/node_modules/uuid/wrapper.mjs +10 -0
- package/examples/full-example-typescript/node_modules/vary/HISTORY.md +39 -0
- package/examples/full-example-typescript/node_modules/vary/LICENSE +22 -0
- package/examples/full-example-typescript/node_modules/vary/README.md +101 -0
- package/examples/full-example-typescript/node_modules/vary/index.js +149 -0
- package/examples/full-example-typescript/node_modules/vary/package.json +43 -0
- package/examples/full-example-typescript/node_modules/ws/LICENSE +20 -0
- package/examples/full-example-typescript/node_modules/ws/README.md +548 -0
- package/examples/full-example-typescript/node_modules/ws/browser.js +8 -0
- package/examples/full-example-typescript/node_modules/ws/index.js +13 -0
- package/examples/full-example-typescript/node_modules/ws/lib/buffer-util.js +131 -0
- package/examples/full-example-typescript/node_modules/ws/lib/constants.js +12 -0
- package/examples/full-example-typescript/node_modules/ws/lib/event-target.js +292 -0
- package/examples/full-example-typescript/node_modules/ws/lib/extension.js +203 -0
- package/examples/full-example-typescript/node_modules/ws/lib/limiter.js +55 -0
- package/examples/full-example-typescript/node_modules/ws/lib/permessage-deflate.js +514 -0
- package/examples/full-example-typescript/node_modules/ws/lib/receiver.js +704 -0
- package/examples/full-example-typescript/node_modules/ws/lib/sender.js +497 -0
- package/examples/full-example-typescript/node_modules/ws/lib/stream.js +159 -0
- package/examples/full-example-typescript/node_modules/ws/lib/subprotocol.js +62 -0
- package/examples/full-example-typescript/node_modules/ws/lib/validation.js +130 -0
- package/examples/full-example-typescript/node_modules/ws/lib/websocket-server.js +540 -0
- package/examples/full-example-typescript/node_modules/ws/lib/websocket.js +1338 -0
- package/examples/full-example-typescript/node_modules/ws/package.json +69 -0
- package/examples/full-example-typescript/node_modules/ws/wrapper.mjs +8 -0
- package/examples/full-example-typescript/node_modules/xtend/.jshintrc +30 -0
- package/examples/full-example-typescript/node_modules/xtend/LICENSE +20 -0
- package/examples/full-example-typescript/node_modules/xtend/README.md +32 -0
- package/examples/full-example-typescript/node_modules/xtend/immutable.js +19 -0
- package/examples/full-example-typescript/node_modules/xtend/mutable.js +17 -0
- package/examples/full-example-typescript/node_modules/xtend/package.json +55 -0
- package/examples/full-example-typescript/node_modules/xtend/test.js +103 -0
- package/examples/full-example-typescript/package-lock.json +3133 -0
- package/lib/Auth/AuthTypes.ts +206 -154
- package/lib/DboBuilder/DboBuilder.ts +96 -72
- package/lib/DboBuilder/TableHandler/insertTest.ts +48 -19
- package/lib/DboBuilder/dboBuilderUtils.ts +104 -74
- package/lib/DboBuilder/getColumns.ts +1 -1
- package/lib/DboBuilder/getTablesForSchemaPostgresSQL.ts +143 -103
- package/lib/FileManager/FileManager.ts +150 -118
- package/lib/FileManager/initFileManager.ts +74 -62
- package/lib/Prostgles.ts +2 -5
- package/lib/ProstglesTypes.ts +167 -105
- package/lib/PubSubManager/PubSubManager.ts +173 -142
- package/lib/PublishParser/publishTypesAndUtils.ts +156 -93
- package/lib/RestApi.ts +66 -36
- package/lib/initProstgles.ts +1 -1
- package/package.json +3 -3
- /package/{documentation/utils/node_modules/@types/node → examples/full-example-typescript/node_modules/@types/body-parser}/LICENSE +0 -0
- /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/assert/strict.d.ts +0 -0
- /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/buffer.buffer.d.ts +0 -0
- /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/compatibility/disposable.d.ts +0 -0
- /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/compatibility/index.d.ts +0 -0
- /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/compatibility/iterators.d.ts +0 -0
- /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/constants.d.ts +0 -0
- /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/dom-events.d.ts +0 -0
- /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/globals.typedarray.d.ts +0 -0
- /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/readline/promises.d.ts +0 -0
- /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/stream/consumers.d.ts +0 -0
- /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/stream/promises.d.ts +0 -0
- /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -0
- /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/METHODS.md +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/SERVER.md +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/clientTypes.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/clientTypes.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/clientTypes.d.ts.map +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/clientTypes.js +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/definitions.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/definitions.d.ts.map +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/definitions.js +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateClientDocs.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateClientDocs.d.ts.map +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateClientDocs.js +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateDocs.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateDocs.d.ts.map +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateDocs.js +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateMarkdown.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateMarkdown.d.ts.map +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateMarkdown.js +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateServerDocs.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateServerDocs.d.ts.map +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateServerDocs.js +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getResolvedTypes.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getResolvedTypes.d.ts.map +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getResolvedTypes.js +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSerializableType.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSerializableType.d.ts.map +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSerializableType.js +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSymbolComments.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSymbolComments.d.ts.map +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSymbolComments.js +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/loadTsFile.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/loadTsFile.d.ts.map +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/loadTsFile.js +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/moduleResolver.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/moduleResolver.d.ts.map +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/moduleResolver.js +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/serverTypes.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/serverTypes.d.ts.map +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/serverTypes.js +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/generateClientDocs.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/generateDocs.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/generateServerDocs.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/getResolvedTypes.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/getSerializableType.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/loadTsFile.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/moduleResolver.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/.package-lock.json +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/README.md +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/assert.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/async_hooks.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/buffer.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/child_process.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/cluster.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/compatibility/indexable.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/console.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/crypto.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/dgram.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/dns/promises.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/dns.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/domain.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/events.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/fs/promises.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/fs.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/globals.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/http.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/http2.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/https.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/index.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/inspector.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/module.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/net.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/os.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/package.json +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/path.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/perf_hooks.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/process.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/punycode.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/querystring.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/readline.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/repl.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/sea.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/stream/web.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/stream.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/string_decoder.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/test.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/timers/promises.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/timers.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/tls.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/trace_events.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/ts5.6/index.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/tty.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/url.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/util.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/v8.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/vm.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/wasi.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/worker_threads.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/zlib.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/LICENSE +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/README.md +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/agent.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/api.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/balanced-pool.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/cache.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/client.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/connector.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/content-type.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/cookies.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/dispatcher.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/errors.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/eventsource.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/fetch.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/file.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/filereader.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/formdata.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/global-dispatcher.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/global-origin.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/handlers.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/header.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/index.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/interceptors.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/mock-agent.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/mock-client.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/mock-errors.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/mock-interceptor.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/mock-pool.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/package.json +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/patch.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/pool-stats.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/pool.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/proxy-agent.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/readable.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/retry-agent.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/retry-handler.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/util.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/webidl.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/websocket.d.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/package-lock.json +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/package.json +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/serverTypes.ts +0 -0
- /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/tsconfig.json +0 -0
|
@@ -0,0 +1,4660 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { SESServiceException as __BaseException } from "./SESServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Indicates that email sending is disabled for your entire Amazon SES account.</p>
|
|
5
|
+
* <p>You can enable or disable email sending for your Amazon SES account using <a>UpdateAccountSendingEnabled</a>.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export declare class AccountSendingPausedException extends __BaseException {
|
|
9
|
+
readonly name: "AccountSendingPausedException";
|
|
10
|
+
readonly $fault: "client";
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
constructor(opts: __ExceptionOptionType<AccountSendingPausedException, __BaseException>);
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>When included in a receipt rule, this action adds a header to the received
|
|
18
|
+
* email.</p>
|
|
19
|
+
* <p>For information about adding a header using a receipt rule, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-add-header.html">Amazon SES Developer Guide</a>.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
export interface AddHeaderAction {
|
|
23
|
+
/**
|
|
24
|
+
* <p>The name of the header to add to the incoming message. The name must contain at least
|
|
25
|
+
* one character, and can contain up to 50 characters. It consists of alphanumeric (a–z,
|
|
26
|
+
* A–Z, 0–9) characters and dashes.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
HeaderName: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The content to include in the header. This value can contain up to 2048 characters. It
|
|
32
|
+
* can't contain newline (<code>\n</code>) or carriage return (<code>\r</code>)
|
|
33
|
+
* characters.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
HeaderValue: string | undefined;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* <p>Indicates that a resource could not be created because of a naming conflict.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
export declare class AlreadyExistsException extends __BaseException {
|
|
43
|
+
readonly name: "AlreadyExistsException";
|
|
44
|
+
readonly $fault: "client";
|
|
45
|
+
/**
|
|
46
|
+
* <p>Indicates that a resource could not be created because the resource name already
|
|
47
|
+
* exists.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
Name?: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* @internal
|
|
53
|
+
*/
|
|
54
|
+
constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
* @enum
|
|
59
|
+
*/
|
|
60
|
+
export declare const BehaviorOnMXFailure: {
|
|
61
|
+
readonly RejectMessage: "RejectMessage";
|
|
62
|
+
readonly UseDefaultValue: "UseDefaultValue";
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
export type BehaviorOnMXFailure = (typeof BehaviorOnMXFailure)[keyof typeof BehaviorOnMXFailure];
|
|
68
|
+
/**
|
|
69
|
+
* <p>Represents textual data, plus an optional character set specification.</p>
|
|
70
|
+
* <p>By default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol.
|
|
71
|
+
* If the text must contain any other characters, then you must also specify a character
|
|
72
|
+
* set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
export interface Content {
|
|
76
|
+
/**
|
|
77
|
+
* <p>The textual data of the content.</p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
Data: string | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* <p>The character set of the content.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
Charset?: string | undefined;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* <p>Represents the body of the message. You can specify text, HTML, or both. If you use
|
|
89
|
+
* both, then the message should display correctly in the widest variety of email
|
|
90
|
+
* clients.</p>
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
export interface Body {
|
|
94
|
+
/**
|
|
95
|
+
* <p>The content of the message, in text format. Use this for text-based email clients, or
|
|
96
|
+
* clients on high-latency networks (such as mobile devices).</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
Text?: Content | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The content of the message, in HTML format. Use this for email clients that can
|
|
102
|
+
* process HTML. You can include clickable links, formatted text, and much more in an HTML
|
|
103
|
+
* message.</p>
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
Html?: Content | undefined;
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* <p>When included in a receipt rule, this action rejects the received email by returning a
|
|
110
|
+
* bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service
|
|
111
|
+
* (Amazon SNS).</p>
|
|
112
|
+
* <p>For information about sending a bounce message in response to a received email, see
|
|
113
|
+
* the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-bounce.html">Amazon SES Developer Guide</a>.</p>
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
export interface BounceAction {
|
|
117
|
+
/**
|
|
118
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is
|
|
119
|
+
* taken. You can find the ARN of a topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> operation in
|
|
120
|
+
* Amazon SNS.</p>
|
|
121
|
+
* <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
TopicArn?: string | undefined;
|
|
125
|
+
/**
|
|
126
|
+
* <p>The SMTP reply code, as defined by <a href="https://tools.ietf.org/html/rfc5321">RFC 5321</a>.</p>
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
SmtpReplyCode: string | undefined;
|
|
130
|
+
/**
|
|
131
|
+
* <p>The SMTP enhanced status code, as defined by <a href="https://tools.ietf.org/html/rfc3463">RFC 3463</a>.</p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
StatusCode?: string | undefined;
|
|
135
|
+
/**
|
|
136
|
+
* <p>Human-readable text to include in the bounce message.</p>
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
Message: string | undefined;
|
|
140
|
+
/**
|
|
141
|
+
* <p>The email address of the sender of the bounced email. This is the address from which
|
|
142
|
+
* the bounce message is sent.</p>
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
Sender: string | undefined;
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* @public
|
|
149
|
+
* @enum
|
|
150
|
+
*/
|
|
151
|
+
export declare const BounceType: {
|
|
152
|
+
readonly ContentRejected: "ContentRejected";
|
|
153
|
+
readonly DoesNotExist: "DoesNotExist";
|
|
154
|
+
readonly ExceededQuota: "ExceededQuota";
|
|
155
|
+
readonly MessageTooLarge: "MessageTooLarge";
|
|
156
|
+
readonly TemporaryFailure: "TemporaryFailure";
|
|
157
|
+
readonly Undefined: "Undefined";
|
|
158
|
+
};
|
|
159
|
+
/**
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
export type BounceType = (typeof BounceType)[keyof typeof BounceType];
|
|
163
|
+
/**
|
|
164
|
+
* @public
|
|
165
|
+
* @enum
|
|
166
|
+
*/
|
|
167
|
+
export declare const DsnAction: {
|
|
168
|
+
readonly DELAYED: "delayed";
|
|
169
|
+
readonly DELIVERED: "delivered";
|
|
170
|
+
readonly EXPANDED: "expanded";
|
|
171
|
+
readonly FAILED: "failed";
|
|
172
|
+
readonly RELAYED: "relayed";
|
|
173
|
+
};
|
|
174
|
+
/**
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
export type DsnAction = (typeof DsnAction)[keyof typeof DsnAction];
|
|
178
|
+
/**
|
|
179
|
+
* <p>Additional X-headers to include in the Delivery Status Notification (DSN) when an
|
|
180
|
+
* email that Amazon SES receives on your behalf bounces.</p>
|
|
181
|
+
* <p>For information about receiving email through Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email.html">Amazon SES Developer
|
|
182
|
+
* Guide</a>.</p>
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
185
|
+
export interface ExtensionField {
|
|
186
|
+
/**
|
|
187
|
+
* <p>The name of the header to add. Must be between 1 and 50 characters, inclusive, and
|
|
188
|
+
* consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.</p>
|
|
189
|
+
* @public
|
|
190
|
+
*/
|
|
191
|
+
Name: string | undefined;
|
|
192
|
+
/**
|
|
193
|
+
* <p>The value of the header to add. Must contain 2048 characters or fewer, and must not
|
|
194
|
+
* contain newline characters ("\r" or "\n").</p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
Value: string | undefined;
|
|
198
|
+
}
|
|
199
|
+
/**
|
|
200
|
+
* <p>Recipient-related information to include in the Delivery Status Notification (DSN)
|
|
201
|
+
* when an email that Amazon SES receives on your behalf bounces.</p>
|
|
202
|
+
* <p>For information about receiving email through Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email.html">Amazon SES Developer
|
|
203
|
+
* Guide</a>.</p>
|
|
204
|
+
* @public
|
|
205
|
+
*/
|
|
206
|
+
export interface RecipientDsnFields {
|
|
207
|
+
/**
|
|
208
|
+
* <p>The email address that the message was ultimately delivered to. This corresponds to
|
|
209
|
+
* the <code>Final-Recipient</code> in the DSN. If not specified,
|
|
210
|
+
* <code>FinalRecipient</code> is set to the <code>Recipient</code> specified in the
|
|
211
|
+
* <code>BouncedRecipientInfo</code> structure. Either <code>FinalRecipient</code> or
|
|
212
|
+
* the recipient in <code>BouncedRecipientInfo</code> must be a recipient of the original
|
|
213
|
+
* bounced message.</p>
|
|
214
|
+
* <note>
|
|
215
|
+
* <p>Do not prepend the <code>FinalRecipient</code> email address with <code>rfc
|
|
216
|
+
* 822;</code>, as described in <a href="https://tools.ietf.org/html/rfc3798">RFC 3798</a>.</p>
|
|
217
|
+
* </note>
|
|
218
|
+
* @public
|
|
219
|
+
*/
|
|
220
|
+
FinalRecipient?: string | undefined;
|
|
221
|
+
/**
|
|
222
|
+
* <p>The action performed by the reporting mail transfer agent (MTA) as a result of its
|
|
223
|
+
* attempt to deliver the message to the recipient address. This is required by <a href="https://tools.ietf.org/html/rfc3464">RFC 3464</a>.</p>
|
|
224
|
+
* @public
|
|
225
|
+
*/
|
|
226
|
+
Action: DsnAction | undefined;
|
|
227
|
+
/**
|
|
228
|
+
* <p>The MTA to which the remote MTA attempted to deliver the message, formatted as
|
|
229
|
+
* specified in <a href="https://tools.ietf.org/html/rfc3464">RFC 3464</a>
|
|
230
|
+
* (<code>mta-name-type; mta-name</code>). This parameter typically applies only to
|
|
231
|
+
* propagating synchronous bounces.</p>
|
|
232
|
+
* @public
|
|
233
|
+
*/
|
|
234
|
+
RemoteMta?: string | undefined;
|
|
235
|
+
/**
|
|
236
|
+
* <p>The status code that indicates what went wrong. This is required by <a href="https://tools.ietf.org/html/rfc3464">RFC 3464</a>.</p>
|
|
237
|
+
* @public
|
|
238
|
+
*/
|
|
239
|
+
Status: string | undefined;
|
|
240
|
+
/**
|
|
241
|
+
* <p>An extended explanation of what went wrong; this is usually an SMTP response. See
|
|
242
|
+
* <a href="https://tools.ietf.org/html/rfc3463">RFC 3463</a> for the correct
|
|
243
|
+
* formatting of this parameter.</p>
|
|
244
|
+
* @public
|
|
245
|
+
*/
|
|
246
|
+
DiagnosticCode?: string | undefined;
|
|
247
|
+
/**
|
|
248
|
+
* <p>The time the final delivery attempt was made, in <a href="https://www.ietf.org/rfc/rfc0822.txt">RFC 822</a> date-time format.</p>
|
|
249
|
+
* @public
|
|
250
|
+
*/
|
|
251
|
+
LastAttemptDate?: Date | undefined;
|
|
252
|
+
/**
|
|
253
|
+
* <p>Additional X-headers to include in the DSN.</p>
|
|
254
|
+
* @public
|
|
255
|
+
*/
|
|
256
|
+
ExtensionFields?: ExtensionField[] | undefined;
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* <p>Recipient-related information to include in the Delivery Status Notification (DSN)
|
|
260
|
+
* when an email that Amazon SES receives on your behalf bounces.</p>
|
|
261
|
+
* <p>For information about receiving email through Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email.html">Amazon SES Developer
|
|
262
|
+
* Guide</a>.</p>
|
|
263
|
+
* @public
|
|
264
|
+
*/
|
|
265
|
+
export interface BouncedRecipientInfo {
|
|
266
|
+
/**
|
|
267
|
+
* <p>The email address of the recipient of the bounced email.</p>
|
|
268
|
+
* @public
|
|
269
|
+
*/
|
|
270
|
+
Recipient: string | undefined;
|
|
271
|
+
/**
|
|
272
|
+
* <p>This parameter is used only for sending authorization. It is the ARN of the identity
|
|
273
|
+
* that is associated with the sending authorization policy that permits you to receive
|
|
274
|
+
* email for the recipient of the bounced email. For more information about sending
|
|
275
|
+
* authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
278
|
+
RecipientArn?: string | undefined;
|
|
279
|
+
/**
|
|
280
|
+
* <p>The reason for the bounce. You must provide either this parameter or
|
|
281
|
+
* <code>RecipientDsnFields</code>.</p>
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
BounceType?: BounceType | undefined;
|
|
285
|
+
/**
|
|
286
|
+
* <p>Recipient-related DSN fields, most of which would normally be filled in automatically
|
|
287
|
+
* when provided with a <code>BounceType</code>. You must provide either this parameter or
|
|
288
|
+
* <code>BounceType</code>.</p>
|
|
289
|
+
* @public
|
|
290
|
+
*/
|
|
291
|
+
RecipientDsnFields?: RecipientDsnFields | undefined;
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
* <p>Represents the destination of the message, consisting of To:, CC:, and BCC:
|
|
295
|
+
* fields.</p>
|
|
296
|
+
* <note>
|
|
297
|
+
* <p>Amazon SES does not support the SMTPUTF8 extension, as described in <a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. For this reason, the
|
|
298
|
+
* email address string must be 7-bit ASCII. If you want to send to or from email
|
|
299
|
+
* addresses that contain Unicode characters in the domain part of an address, you must
|
|
300
|
+
* encode the domain using Punycode. Punycode is not permitted in the local part of the
|
|
301
|
+
* email address (the part before the @ sign) nor in the "friendly from" name. If you
|
|
302
|
+
* want to use Unicode characters in the "friendly from" name, you must encode the
|
|
303
|
+
* "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
|
|
304
|
+
* using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
|
|
305
|
+
* </note>
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
308
|
+
export interface Destination {
|
|
309
|
+
/**
|
|
310
|
+
* <p>The recipients to place on the To: line of the message.</p>
|
|
311
|
+
* @public
|
|
312
|
+
*/
|
|
313
|
+
ToAddresses?: string[] | undefined;
|
|
314
|
+
/**
|
|
315
|
+
* <p>The recipients to place on the CC: line of the message.</p>
|
|
316
|
+
* @public
|
|
317
|
+
*/
|
|
318
|
+
CcAddresses?: string[] | undefined;
|
|
319
|
+
/**
|
|
320
|
+
* <p>The recipients to place on the BCC: line of the message.</p>
|
|
321
|
+
* @public
|
|
322
|
+
*/
|
|
323
|
+
BccAddresses?: string[] | undefined;
|
|
324
|
+
}
|
|
325
|
+
/**
|
|
326
|
+
* <p>Contains the name and value of a tag that you can provide to <code>SendEmail</code> or
|
|
327
|
+
* <code>SendRawEmail</code> to apply to an email.</p>
|
|
328
|
+
* <p>Message tags, which you use with configuration sets, enable you to publish email
|
|
329
|
+
* sending events. For information about using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
|
|
330
|
+
* Developer Guide</a>.</p>
|
|
331
|
+
* @public
|
|
332
|
+
*/
|
|
333
|
+
export interface MessageTag {
|
|
334
|
+
/**
|
|
335
|
+
* <p>The name of the tag. The name must meet the following requirements:</p>
|
|
336
|
+
* <ul>
|
|
337
|
+
* <li>
|
|
338
|
+
* <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
|
|
339
|
+
* dashes (-).</p>
|
|
340
|
+
* </li>
|
|
341
|
+
* <li>
|
|
342
|
+
* <p>Contain 256 characters or fewer.</p>
|
|
343
|
+
* </li>
|
|
344
|
+
* </ul>
|
|
345
|
+
* @public
|
|
346
|
+
*/
|
|
347
|
+
Name: string | undefined;
|
|
348
|
+
/**
|
|
349
|
+
* <p>The value of the tag. The value must meet the following requirements:</p>
|
|
350
|
+
* <ul>
|
|
351
|
+
* <li>
|
|
352
|
+
* <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
|
|
353
|
+
* dashes (-).</p>
|
|
354
|
+
* </li>
|
|
355
|
+
* <li>
|
|
356
|
+
* <p>Contain 256 characters or fewer.</p>
|
|
357
|
+
* </li>
|
|
358
|
+
* </ul>
|
|
359
|
+
* @public
|
|
360
|
+
*/
|
|
361
|
+
Value: string | undefined;
|
|
362
|
+
}
|
|
363
|
+
/**
|
|
364
|
+
* <p>An array that contains one or more Destinations, as well as the tags and replacement
|
|
365
|
+
* data associated with each of those Destinations.</p>
|
|
366
|
+
* @public
|
|
367
|
+
*/
|
|
368
|
+
export interface BulkEmailDestination {
|
|
369
|
+
/**
|
|
370
|
+
* <p>Represents the destination of the message, consisting of To:, CC:, and BCC:
|
|
371
|
+
* fields.</p>
|
|
372
|
+
* <note>
|
|
373
|
+
* <p>Amazon SES does not support the SMTPUTF8 extension, as described in <a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. For this reason, the
|
|
374
|
+
* email address string must be 7-bit ASCII. If you want to send to or from email
|
|
375
|
+
* addresses that contain Unicode characters in the domain part of an address, you must
|
|
376
|
+
* encode the domain using Punycode. Punycode is not permitted in the local part of the
|
|
377
|
+
* email address (the part before the @ sign) nor in the "friendly from" name. If you
|
|
378
|
+
* want to use Unicode characters in the "friendly from" name, you must encode the
|
|
379
|
+
* "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
|
|
380
|
+
* using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
|
|
381
|
+
* </note>
|
|
382
|
+
* @public
|
|
383
|
+
*/
|
|
384
|
+
Destination: Destination | undefined;
|
|
385
|
+
/**
|
|
386
|
+
* <p>A list of tags, in the form of name/value pairs, to apply to an email that you send
|
|
387
|
+
* using <code>SendBulkTemplatedEmail</code>. Tags correspond to characteristics of the
|
|
388
|
+
* email that you define, so that you can publish email sending events.</p>
|
|
389
|
+
* @public
|
|
390
|
+
*/
|
|
391
|
+
ReplacementTags?: MessageTag[] | undefined;
|
|
392
|
+
/**
|
|
393
|
+
* <p>A list of replacement values to apply to the template. This parameter is a JSON
|
|
394
|
+
* object, typically consisting of key-value pairs in which the keys correspond to
|
|
395
|
+
* replacement tags in the email template.</p>
|
|
396
|
+
* @public
|
|
397
|
+
*/
|
|
398
|
+
ReplacementTemplateData?: string | undefined;
|
|
399
|
+
}
|
|
400
|
+
/**
|
|
401
|
+
* @public
|
|
402
|
+
* @enum
|
|
403
|
+
*/
|
|
404
|
+
export declare const BulkEmailStatus: {
|
|
405
|
+
readonly AccountDailyQuotaExceeded: "AccountDailyQuotaExceeded";
|
|
406
|
+
readonly AccountSendingPaused: "AccountSendingPaused";
|
|
407
|
+
readonly AccountSuspended: "AccountSuspended";
|
|
408
|
+
readonly AccountThrottled: "AccountThrottled";
|
|
409
|
+
readonly ConfigurationSetDoesNotExist: "ConfigurationSetDoesNotExist";
|
|
410
|
+
readonly ConfigurationSetSendingPaused: "ConfigurationSetSendingPaused";
|
|
411
|
+
readonly Failed: "Failed";
|
|
412
|
+
readonly InvalidParameterValue: "InvalidParameterValue";
|
|
413
|
+
readonly InvalidSendingPoolName: "InvalidSendingPoolName";
|
|
414
|
+
readonly MailFromDomainNotVerified: "MailFromDomainNotVerified";
|
|
415
|
+
readonly MessageRejected: "MessageRejected";
|
|
416
|
+
readonly Success: "Success";
|
|
417
|
+
readonly TemplateDoesNotExist: "TemplateDoesNotExist";
|
|
418
|
+
readonly TransientFailure: "TransientFailure";
|
|
419
|
+
};
|
|
420
|
+
/**
|
|
421
|
+
* @public
|
|
422
|
+
*/
|
|
423
|
+
export type BulkEmailStatus = (typeof BulkEmailStatus)[keyof typeof BulkEmailStatus];
|
|
424
|
+
/**
|
|
425
|
+
* <p>An object that contains the response from the <code>SendBulkTemplatedEmail</code>
|
|
426
|
+
* operation.</p>
|
|
427
|
+
* @public
|
|
428
|
+
*/
|
|
429
|
+
export interface BulkEmailDestinationStatus {
|
|
430
|
+
/**
|
|
431
|
+
* <p>The status of a message sent using the <code>SendBulkTemplatedEmail</code>
|
|
432
|
+
* operation.</p>
|
|
433
|
+
* <p>Possible values for this parameter include:</p>
|
|
434
|
+
* <ul>
|
|
435
|
+
* <li>
|
|
436
|
+
* <p>
|
|
437
|
+
* <code>Success</code>: Amazon SES accepted the message, and attempts to deliver it
|
|
438
|
+
* to the recipients.</p>
|
|
439
|
+
* </li>
|
|
440
|
+
* <li>
|
|
441
|
+
* <p>
|
|
442
|
+
* <code>MessageRejected</code>: The message was rejected because it contained a
|
|
443
|
+
* virus.</p>
|
|
444
|
+
* </li>
|
|
445
|
+
* <li>
|
|
446
|
+
* <p>
|
|
447
|
+
* <code>MailFromDomainNotVerified</code>: The sender's email address or domain
|
|
448
|
+
* was not verified.</p>
|
|
449
|
+
* </li>
|
|
450
|
+
* <li>
|
|
451
|
+
* <p>
|
|
452
|
+
* <code>ConfigurationSetDoesNotExist</code>: The configuration set you specified
|
|
453
|
+
* does not exist.</p>
|
|
454
|
+
* </li>
|
|
455
|
+
* <li>
|
|
456
|
+
* <p>
|
|
457
|
+
* <code>TemplateDoesNotExist</code>: The template you specified does not
|
|
458
|
+
* exist.</p>
|
|
459
|
+
* </li>
|
|
460
|
+
* <li>
|
|
461
|
+
* <p>
|
|
462
|
+
* <code>AccountSuspended</code>: Your account has been shut down because of
|
|
463
|
+
* issues related to your email sending practices.</p>
|
|
464
|
+
* </li>
|
|
465
|
+
* <li>
|
|
466
|
+
* <p>
|
|
467
|
+
* <code>AccountThrottled</code>: The number of emails you can send has been
|
|
468
|
+
* reduced because your account has exceeded its allocated sending limit.</p>
|
|
469
|
+
* </li>
|
|
470
|
+
* <li>
|
|
471
|
+
* <p>
|
|
472
|
+
* <code>AccountDailyQuotaExceeded</code>: You have reached or exceeded the
|
|
473
|
+
* maximum number of emails you can send from your account in a 24-hour
|
|
474
|
+
* period.</p>
|
|
475
|
+
* </li>
|
|
476
|
+
* <li>
|
|
477
|
+
* <p>
|
|
478
|
+
* <code>InvalidSendingPoolName</code>: The configuration set you specified
|
|
479
|
+
* refers to an IP pool that does not exist.</p>
|
|
480
|
+
* </li>
|
|
481
|
+
* <li>
|
|
482
|
+
* <p>
|
|
483
|
+
* <code>AccountSendingPaused</code>: Email sending for the Amazon SES account was
|
|
484
|
+
* disabled using the <a>UpdateAccountSendingEnabled</a>
|
|
485
|
+
* operation.</p>
|
|
486
|
+
* </li>
|
|
487
|
+
* <li>
|
|
488
|
+
* <p>
|
|
489
|
+
* <code>ConfigurationSetSendingPaused</code>: Email sending for this
|
|
490
|
+
* configuration set was disabled using the <a>UpdateConfigurationSetSendingEnabled</a> operation.</p>
|
|
491
|
+
* </li>
|
|
492
|
+
* <li>
|
|
493
|
+
* <p>
|
|
494
|
+
* <code>InvalidParameterValue</code>: One or more of the parameters you
|
|
495
|
+
* specified when calling this operation was invalid. See the error message for
|
|
496
|
+
* additional information.</p>
|
|
497
|
+
* </li>
|
|
498
|
+
* <li>
|
|
499
|
+
* <p>
|
|
500
|
+
* <code>TransientFailure</code>: Amazon SES was unable to process your request
|
|
501
|
+
* because of a temporary issue.</p>
|
|
502
|
+
* </li>
|
|
503
|
+
* <li>
|
|
504
|
+
* <p>
|
|
505
|
+
* <code>Failed</code>: Amazon SES was unable to process your request. See the error
|
|
506
|
+
* message for additional information.</p>
|
|
507
|
+
* </li>
|
|
508
|
+
* </ul>
|
|
509
|
+
* @public
|
|
510
|
+
*/
|
|
511
|
+
Status?: BulkEmailStatus | undefined;
|
|
512
|
+
/**
|
|
513
|
+
* <p>A description of an error that prevented a message being sent using the
|
|
514
|
+
* <code>SendBulkTemplatedEmail</code> operation.</p>
|
|
515
|
+
* @public
|
|
516
|
+
*/
|
|
517
|
+
Error?: string | undefined;
|
|
518
|
+
/**
|
|
519
|
+
* <p>The unique message identifier returned from the <code>SendBulkTemplatedEmail</code>
|
|
520
|
+
* operation.</p>
|
|
521
|
+
* @public
|
|
522
|
+
*/
|
|
523
|
+
MessageId?: string | undefined;
|
|
524
|
+
}
|
|
525
|
+
/**
|
|
526
|
+
* <p>Indicates that the delete operation could not be completed.</p>
|
|
527
|
+
* @public
|
|
528
|
+
*/
|
|
529
|
+
export declare class CannotDeleteException extends __BaseException {
|
|
530
|
+
readonly name: "CannotDeleteException";
|
|
531
|
+
readonly $fault: "client";
|
|
532
|
+
/**
|
|
533
|
+
* <p>Indicates that a resource could not be deleted because no resource with the specified
|
|
534
|
+
* name exists.</p>
|
|
535
|
+
* @public
|
|
536
|
+
*/
|
|
537
|
+
Name?: string | undefined;
|
|
538
|
+
/**
|
|
539
|
+
* @internal
|
|
540
|
+
*/
|
|
541
|
+
constructor(opts: __ExceptionOptionType<CannotDeleteException, __BaseException>);
|
|
542
|
+
}
|
|
543
|
+
/**
|
|
544
|
+
* <p>Represents a request to create a receipt rule set by cloning an existing one. You use
|
|
545
|
+
* receipt rule sets to receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
|
|
546
|
+
* Developer Guide</a>.</p>
|
|
547
|
+
* @public
|
|
548
|
+
*/
|
|
549
|
+
export interface CloneReceiptRuleSetRequest {
|
|
550
|
+
/**
|
|
551
|
+
* <p>The name of the rule set to create. The name must meet the following
|
|
552
|
+
* requirements:</p>
|
|
553
|
+
* <ul>
|
|
554
|
+
* <li>
|
|
555
|
+
* <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
|
|
556
|
+
* dashes (-).</p>
|
|
557
|
+
* </li>
|
|
558
|
+
* <li>
|
|
559
|
+
* <p>Start and end with a letter or number.</p>
|
|
560
|
+
* </li>
|
|
561
|
+
* <li>
|
|
562
|
+
* <p>Contain 64 characters or fewer.</p>
|
|
563
|
+
* </li>
|
|
564
|
+
* </ul>
|
|
565
|
+
* @public
|
|
566
|
+
*/
|
|
567
|
+
RuleSetName: string | undefined;
|
|
568
|
+
/**
|
|
569
|
+
* <p>The name of the rule set to clone.</p>
|
|
570
|
+
* @public
|
|
571
|
+
*/
|
|
572
|
+
OriginalRuleSetName: string | undefined;
|
|
573
|
+
}
|
|
574
|
+
/**
|
|
575
|
+
* <p>An empty element returned on a successful request.</p>
|
|
576
|
+
* @public
|
|
577
|
+
*/
|
|
578
|
+
export interface CloneReceiptRuleSetResponse {
|
|
579
|
+
}
|
|
580
|
+
/**
|
|
581
|
+
* <p>Indicates that a resource could not be created because of service limits. For a list
|
|
582
|
+
* of Amazon SES limits, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html">Amazon SES Developer
|
|
583
|
+
* Guide</a>.</p>
|
|
584
|
+
* @public
|
|
585
|
+
*/
|
|
586
|
+
export declare class LimitExceededException extends __BaseException {
|
|
587
|
+
readonly name: "LimitExceededException";
|
|
588
|
+
readonly $fault: "client";
|
|
589
|
+
/**
|
|
590
|
+
* @internal
|
|
591
|
+
*/
|
|
592
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
593
|
+
}
|
|
594
|
+
/**
|
|
595
|
+
* <p>Indicates that the provided receipt rule set does not exist.</p>
|
|
596
|
+
* @public
|
|
597
|
+
*/
|
|
598
|
+
export declare class RuleSetDoesNotExistException extends __BaseException {
|
|
599
|
+
readonly name: "RuleSetDoesNotExistException";
|
|
600
|
+
readonly $fault: "client";
|
|
601
|
+
/**
|
|
602
|
+
* <p>Indicates that the named receipt rule set does not exist.</p>
|
|
603
|
+
* @public
|
|
604
|
+
*/
|
|
605
|
+
Name?: string | undefined;
|
|
606
|
+
/**
|
|
607
|
+
* @internal
|
|
608
|
+
*/
|
|
609
|
+
constructor(opts: __ExceptionOptionType<RuleSetDoesNotExistException, __BaseException>);
|
|
610
|
+
}
|
|
611
|
+
/**
|
|
612
|
+
* @public
|
|
613
|
+
* @enum
|
|
614
|
+
*/
|
|
615
|
+
export declare const DimensionValueSource: {
|
|
616
|
+
readonly EMAIL_HEADER: "emailHeader";
|
|
617
|
+
readonly LINK_TAG: "linkTag";
|
|
618
|
+
readonly MESSAGE_TAG: "messageTag";
|
|
619
|
+
};
|
|
620
|
+
/**
|
|
621
|
+
* @public
|
|
622
|
+
*/
|
|
623
|
+
export type DimensionValueSource = (typeof DimensionValueSource)[keyof typeof DimensionValueSource];
|
|
624
|
+
/**
|
|
625
|
+
* <p>Contains the dimension configuration to use when you publish email sending events to
|
|
626
|
+
* Amazon CloudWatch.</p>
|
|
627
|
+
* <p>For information about publishing email sending events to Amazon CloudWatch, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
|
|
628
|
+
* Developer Guide</a>.</p>
|
|
629
|
+
* @public
|
|
630
|
+
*/
|
|
631
|
+
export interface CloudWatchDimensionConfiguration {
|
|
632
|
+
/**
|
|
633
|
+
* <p>The name of an Amazon CloudWatch dimension associated with an email sending metric. The name
|
|
634
|
+
* must meet the following requirements:</p>
|
|
635
|
+
* <ul>
|
|
636
|
+
* <li>
|
|
637
|
+
* <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes
|
|
638
|
+
* (-), or colons (:).</p>
|
|
639
|
+
* </li>
|
|
640
|
+
* <li>
|
|
641
|
+
* <p>Contain 256 characters or fewer.</p>
|
|
642
|
+
* </li>
|
|
643
|
+
* </ul>
|
|
644
|
+
* @public
|
|
645
|
+
*/
|
|
646
|
+
DimensionName: string | undefined;
|
|
647
|
+
/**
|
|
648
|
+
* <p>The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. To use
|
|
649
|
+
* the message tags that you specify using an <code>X-SES-MESSAGE-TAGS</code> header or a
|
|
650
|
+
* parameter to the <code>SendEmail</code>/<code>SendRawEmail</code> API, specify
|
|
651
|
+
* <code>messageTag</code>. To use your own email headers, specify
|
|
652
|
+
* <code>emailHeader</code>. To put a custom tag on any link included in your email,
|
|
653
|
+
* specify <code>linkTag</code>.</p>
|
|
654
|
+
* @public
|
|
655
|
+
*/
|
|
656
|
+
DimensionValueSource: DimensionValueSource | undefined;
|
|
657
|
+
/**
|
|
658
|
+
* <p>The default value of the dimension that is published to Amazon CloudWatch if you do not provide
|
|
659
|
+
* the value of the dimension when you send an email. The default value must meet the
|
|
660
|
+
* following requirements:</p>
|
|
661
|
+
* <ul>
|
|
662
|
+
* <li>
|
|
663
|
+
* <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes
|
|
664
|
+
* (-), at signs (@), or periods (.).</p>
|
|
665
|
+
* </li>
|
|
666
|
+
* <li>
|
|
667
|
+
* <p>Contain 256 characters or fewer.</p>
|
|
668
|
+
* </li>
|
|
669
|
+
* </ul>
|
|
670
|
+
* @public
|
|
671
|
+
*/
|
|
672
|
+
DefaultDimensionValue: string | undefined;
|
|
673
|
+
}
|
|
674
|
+
/**
|
|
675
|
+
* <p>Contains information associated with an Amazon CloudWatch event destination to which email
|
|
676
|
+
* sending events are published.</p>
|
|
677
|
+
* <p>Event destinations, such as Amazon CloudWatch, are associated with configuration sets, which
|
|
678
|
+
* enable you to publish email sending events. For information about using configuration
|
|
679
|
+
* sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
|
|
680
|
+
* Guide</a>.</p>
|
|
681
|
+
* @public
|
|
682
|
+
*/
|
|
683
|
+
export interface CloudWatchDestination {
|
|
684
|
+
/**
|
|
685
|
+
* <p>A list of dimensions upon which to categorize your emails when you publish email
|
|
686
|
+
* sending events to Amazon CloudWatch.</p>
|
|
687
|
+
* @public
|
|
688
|
+
*/
|
|
689
|
+
DimensionConfigurations: CloudWatchDimensionConfiguration[] | undefined;
|
|
690
|
+
}
|
|
691
|
+
/**
|
|
692
|
+
* <p>The name of the configuration set.</p>
|
|
693
|
+
* <p>Configuration sets let you create groups of rules that you can apply to the emails you
|
|
694
|
+
* send using Amazon SES. For more information about using configuration sets, see <a href="https://docs.aws.amazon.com/ses/latest/dg/using-configuration-sets.html">Using Amazon SES
|
|
695
|
+
* Configuration Sets</a> in the <a href="https://docs.aws.amazon.com/ses/latest/dg/">Amazon SES Developer Guide</a>.</p>
|
|
696
|
+
* @public
|
|
697
|
+
*/
|
|
698
|
+
export interface ConfigurationSet {
|
|
699
|
+
/**
|
|
700
|
+
* <p>The name of the configuration set. The name must meet the following
|
|
701
|
+
* requirements:</p>
|
|
702
|
+
* <ul>
|
|
703
|
+
* <li>
|
|
704
|
+
* <p>Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes
|
|
705
|
+
* (-).</p>
|
|
706
|
+
* </li>
|
|
707
|
+
* <li>
|
|
708
|
+
* <p>Contain 64 characters or fewer.</p>
|
|
709
|
+
* </li>
|
|
710
|
+
* </ul>
|
|
711
|
+
* @public
|
|
712
|
+
*/
|
|
713
|
+
Name: string | undefined;
|
|
714
|
+
}
|
|
715
|
+
/**
|
|
716
|
+
* <p>Indicates that the configuration set could not be created because of a naming
|
|
717
|
+
* conflict.</p>
|
|
718
|
+
* @public
|
|
719
|
+
*/
|
|
720
|
+
export declare class ConfigurationSetAlreadyExistsException extends __BaseException {
|
|
721
|
+
readonly name: "ConfigurationSetAlreadyExistsException";
|
|
722
|
+
readonly $fault: "client";
|
|
723
|
+
/**
|
|
724
|
+
* <p>Indicates that the configuration set does not exist.</p>
|
|
725
|
+
* @public
|
|
726
|
+
*/
|
|
727
|
+
ConfigurationSetName?: string | undefined;
|
|
728
|
+
/**
|
|
729
|
+
* @internal
|
|
730
|
+
*/
|
|
731
|
+
constructor(opts: __ExceptionOptionType<ConfigurationSetAlreadyExistsException, __BaseException>);
|
|
732
|
+
}
|
|
733
|
+
/**
|
|
734
|
+
* @public
|
|
735
|
+
* @enum
|
|
736
|
+
*/
|
|
737
|
+
export declare const ConfigurationSetAttribute: {
|
|
738
|
+
readonly DELIVERY_OPTIONS: "deliveryOptions";
|
|
739
|
+
readonly EVENT_DESTINATIONS: "eventDestinations";
|
|
740
|
+
readonly REPUTATION_OPTIONS: "reputationOptions";
|
|
741
|
+
readonly TRACKING_OPTIONS: "trackingOptions";
|
|
742
|
+
};
|
|
743
|
+
/**
|
|
744
|
+
* @public
|
|
745
|
+
*/
|
|
746
|
+
export type ConfigurationSetAttribute = (typeof ConfigurationSetAttribute)[keyof typeof ConfigurationSetAttribute];
|
|
747
|
+
/**
|
|
748
|
+
* <p>Indicates that the configuration set does not exist.</p>
|
|
749
|
+
* @public
|
|
750
|
+
*/
|
|
751
|
+
export declare class ConfigurationSetDoesNotExistException extends __BaseException {
|
|
752
|
+
readonly name: "ConfigurationSetDoesNotExistException";
|
|
753
|
+
readonly $fault: "client";
|
|
754
|
+
/**
|
|
755
|
+
* <p>Indicates that the configuration set does not exist.</p>
|
|
756
|
+
* @public
|
|
757
|
+
*/
|
|
758
|
+
ConfigurationSetName?: string | undefined;
|
|
759
|
+
/**
|
|
760
|
+
* @internal
|
|
761
|
+
*/
|
|
762
|
+
constructor(opts: __ExceptionOptionType<ConfigurationSetDoesNotExistException, __BaseException>);
|
|
763
|
+
}
|
|
764
|
+
/**
|
|
765
|
+
* <p>Indicates that email sending is disabled for the configuration set.</p>
|
|
766
|
+
* <p>You can enable or disable email sending for a configuration set using <a>UpdateConfigurationSetSendingEnabled</a>.</p>
|
|
767
|
+
* @public
|
|
768
|
+
*/
|
|
769
|
+
export declare class ConfigurationSetSendingPausedException extends __BaseException {
|
|
770
|
+
readonly name: "ConfigurationSetSendingPausedException";
|
|
771
|
+
readonly $fault: "client";
|
|
772
|
+
/**
|
|
773
|
+
* <p>The name of the configuration set for which email sending is disabled.</p>
|
|
774
|
+
* @public
|
|
775
|
+
*/
|
|
776
|
+
ConfigurationSetName?: string | undefined;
|
|
777
|
+
/**
|
|
778
|
+
* @internal
|
|
779
|
+
*/
|
|
780
|
+
constructor(opts: __ExceptionOptionType<ConfigurationSetSendingPausedException, __BaseException>);
|
|
781
|
+
}
|
|
782
|
+
/**
|
|
783
|
+
* <p>When included in a receipt rule, this action parses the received message and
|
|
784
|
+
* starts an email contact in Amazon Connect on your behalf.</p>
|
|
785
|
+
* <note>
|
|
786
|
+
* <p>When you receive emails, the maximum email size (including headers) is 40 MB.
|
|
787
|
+
* Additionally, emails may only have up to 10 attachments.
|
|
788
|
+
* Emails larger than 40 MB or with more than 10 attachments will be bounced.</p>
|
|
789
|
+
* </note>
|
|
790
|
+
* <p>We recommend that you configure this action via Amazon Connect.</p>
|
|
791
|
+
* @public
|
|
792
|
+
*/
|
|
793
|
+
export interface ConnectAction {
|
|
794
|
+
/**
|
|
795
|
+
* <p>The Amazon Resource Name (ARN) for the Amazon Connect instance that Amazon SES integrates with for starting
|
|
796
|
+
* email contacts.</p>
|
|
797
|
+
* <p>For more information about Amazon Connect instances, see the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-instances.html">Amazon Connect Administrator Guide</a>
|
|
798
|
+
* </p>
|
|
799
|
+
* @public
|
|
800
|
+
*/
|
|
801
|
+
InstanceARN: string | undefined;
|
|
802
|
+
/**
|
|
803
|
+
* <p> The Amazon Resource Name (ARN) of the IAM role to be used by Amazon Simple Email Service while starting email contacts
|
|
804
|
+
* to the Amazon Connect instance. This role should have permission to invoke <code>connect:StartEmailContact</code>
|
|
805
|
+
* for the given Amazon Connect instance.</p>
|
|
806
|
+
* @public
|
|
807
|
+
*/
|
|
808
|
+
IAMRoleARN: string | undefined;
|
|
809
|
+
}
|
|
810
|
+
/**
|
|
811
|
+
* <p>Represents a request to create a configuration set. Configuration sets enable you to
|
|
812
|
+
* publish email sending events. For information about using configuration sets, see the
|
|
813
|
+
* <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
|
|
814
|
+
* Developer Guide</a>.</p>
|
|
815
|
+
* @public
|
|
816
|
+
*/
|
|
817
|
+
export interface CreateConfigurationSetRequest {
|
|
818
|
+
/**
|
|
819
|
+
* <p>A data structure that contains the name of the configuration set.</p>
|
|
820
|
+
* @public
|
|
821
|
+
*/
|
|
822
|
+
ConfigurationSet: ConfigurationSet | undefined;
|
|
823
|
+
}
|
|
824
|
+
/**
|
|
825
|
+
* <p>An empty element returned on a successful request.</p>
|
|
826
|
+
* @public
|
|
827
|
+
*/
|
|
828
|
+
export interface CreateConfigurationSetResponse {
|
|
829
|
+
}
|
|
830
|
+
/**
|
|
831
|
+
* <p>Indicates that the configuration set is invalid. See the error message for
|
|
832
|
+
* details.</p>
|
|
833
|
+
* @public
|
|
834
|
+
*/
|
|
835
|
+
export declare class InvalidConfigurationSetException extends __BaseException {
|
|
836
|
+
readonly name: "InvalidConfigurationSetException";
|
|
837
|
+
readonly $fault: "client";
|
|
838
|
+
/**
|
|
839
|
+
* @internal
|
|
840
|
+
*/
|
|
841
|
+
constructor(opts: __ExceptionOptionType<InvalidConfigurationSetException, __BaseException>);
|
|
842
|
+
}
|
|
843
|
+
/**
|
|
844
|
+
* <p>Contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event
|
|
845
|
+
* destination.</p>
|
|
846
|
+
* <p>Event destinations, such as Amazon Kinesis Firehose, are associated with configuration sets, which enable
|
|
847
|
+
* you to publish email sending events. For information about using configuration sets, see
|
|
848
|
+
* the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
|
|
849
|
+
* Developer Guide</a>.</p>
|
|
850
|
+
* @public
|
|
851
|
+
*/
|
|
852
|
+
export interface KinesisFirehoseDestination {
|
|
853
|
+
/**
|
|
854
|
+
* <p>The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose
|
|
855
|
+
* stream.</p>
|
|
856
|
+
* @public
|
|
857
|
+
*/
|
|
858
|
+
IAMRoleARN: string | undefined;
|
|
859
|
+
/**
|
|
860
|
+
* <p>The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.</p>
|
|
861
|
+
* @public
|
|
862
|
+
*/
|
|
863
|
+
DeliveryStreamARN: string | undefined;
|
|
864
|
+
}
|
|
865
|
+
/**
|
|
866
|
+
* @public
|
|
867
|
+
* @enum
|
|
868
|
+
*/
|
|
869
|
+
export declare const EventType: {
|
|
870
|
+
readonly BOUNCE: "bounce";
|
|
871
|
+
readonly CLICK: "click";
|
|
872
|
+
readonly COMPLAINT: "complaint";
|
|
873
|
+
readonly DELIVERY: "delivery";
|
|
874
|
+
readonly OPEN: "open";
|
|
875
|
+
readonly REJECT: "reject";
|
|
876
|
+
readonly RENDERING_FAILURE: "renderingFailure";
|
|
877
|
+
readonly SEND: "send";
|
|
878
|
+
};
|
|
879
|
+
/**
|
|
880
|
+
* @public
|
|
881
|
+
*/
|
|
882
|
+
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
883
|
+
/**
|
|
884
|
+
* <p>Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.</p>
|
|
885
|
+
* <p>Event destinations, such as Amazon SNS, are associated with configuration sets, which
|
|
886
|
+
* enable you to publish email sending events. For information about using configuration
|
|
887
|
+
* sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
|
|
888
|
+
* Guide</a>.</p>
|
|
889
|
+
* @public
|
|
890
|
+
*/
|
|
891
|
+
export interface SNSDestination {
|
|
892
|
+
/**
|
|
893
|
+
* <p>The ARN of the Amazon SNS topic for email sending events. You can find the ARN of a topic
|
|
894
|
+
* by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> Amazon SNS operation.</p>
|
|
895
|
+
* <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
|
|
896
|
+
* @public
|
|
897
|
+
*/
|
|
898
|
+
TopicARN: string | undefined;
|
|
899
|
+
}
|
|
900
|
+
/**
|
|
901
|
+
* <p>Contains information about an event destination.</p>
|
|
902
|
+
* <note>
|
|
903
|
+
* <p>When you create or update an event destination, you must provide one, and only
|
|
904
|
+
* one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose or Amazon Simple Notification Service (Amazon SNS).</p>
|
|
905
|
+
* </note>
|
|
906
|
+
* <p>Event destinations are associated with configuration sets, which enable you to publish
|
|
907
|
+
* email sending events to Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about
|
|
908
|
+
* using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
|
|
909
|
+
* Guide</a>.</p>
|
|
910
|
+
* @public
|
|
911
|
+
*/
|
|
912
|
+
export interface EventDestination {
|
|
913
|
+
/**
|
|
914
|
+
* <p>The name of the event destination. The name must meet the following
|
|
915
|
+
* requirements:</p>
|
|
916
|
+
* <ul>
|
|
917
|
+
* <li>
|
|
918
|
+
* <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
|
|
919
|
+
* dashes (-).</p>
|
|
920
|
+
* </li>
|
|
921
|
+
* <li>
|
|
922
|
+
* <p>Contain 64 characters or fewer.</p>
|
|
923
|
+
* </li>
|
|
924
|
+
* </ul>
|
|
925
|
+
* @public
|
|
926
|
+
*/
|
|
927
|
+
Name: string | undefined;
|
|
928
|
+
/**
|
|
929
|
+
* <p>Sets whether Amazon SES publishes events to this destination when you send an email with
|
|
930
|
+
* the associated configuration set. Set to <code>true</code> to enable publishing to this
|
|
931
|
+
* destination; set to <code>false</code> to prevent publishing to this destination. The
|
|
932
|
+
* default value is <code>false</code>.</p>
|
|
933
|
+
* @public
|
|
934
|
+
*/
|
|
935
|
+
Enabled?: boolean | undefined;
|
|
936
|
+
/**
|
|
937
|
+
* <p>The type of email sending events to publish to the event destination.</p>
|
|
938
|
+
* <ul>
|
|
939
|
+
* <li>
|
|
940
|
+
* <p>
|
|
941
|
+
* <code>send</code> - The call was successful and Amazon SES is attempting to deliver
|
|
942
|
+
* the email.</p>
|
|
943
|
+
* </li>
|
|
944
|
+
* <li>
|
|
945
|
+
* <p>
|
|
946
|
+
* <code>reject</code> - Amazon SES determined that the email contained a virus and
|
|
947
|
+
* rejected it.</p>
|
|
948
|
+
* </li>
|
|
949
|
+
* <li>
|
|
950
|
+
* <p>
|
|
951
|
+
* <code>bounce</code> - The recipient's mail server permanently rejected the
|
|
952
|
+
* email. This corresponds to a hard bounce.</p>
|
|
953
|
+
* </li>
|
|
954
|
+
* <li>
|
|
955
|
+
* <p>
|
|
956
|
+
* <code>complaint</code> - The recipient marked the email as spam.</p>
|
|
957
|
+
* </li>
|
|
958
|
+
* <li>
|
|
959
|
+
* <p>
|
|
960
|
+
* <code>delivery</code> - Amazon SES successfully delivered the email to the
|
|
961
|
+
* recipient's mail server.</p>
|
|
962
|
+
* </li>
|
|
963
|
+
* <li>
|
|
964
|
+
* <p>
|
|
965
|
+
* <code>open</code> - The recipient received the email and opened it in their
|
|
966
|
+
* email client.</p>
|
|
967
|
+
* </li>
|
|
968
|
+
* <li>
|
|
969
|
+
* <p>
|
|
970
|
+
* <code>click</code> - The recipient clicked one or more links in the
|
|
971
|
+
* email.</p>
|
|
972
|
+
* </li>
|
|
973
|
+
* <li>
|
|
974
|
+
* <p>
|
|
975
|
+
* <code>renderingFailure</code> - Amazon SES did not send the email because of a
|
|
976
|
+
* template rendering issue.</p>
|
|
977
|
+
* </li>
|
|
978
|
+
* </ul>
|
|
979
|
+
* @public
|
|
980
|
+
*/
|
|
981
|
+
MatchingEventTypes: EventType[] | undefined;
|
|
982
|
+
/**
|
|
983
|
+
* <p>An object that contains the delivery stream ARN and the IAM role ARN associated with
|
|
984
|
+
* an Amazon Kinesis Firehose event destination.</p>
|
|
985
|
+
* @public
|
|
986
|
+
*/
|
|
987
|
+
KinesisFirehoseDestination?: KinesisFirehoseDestination | undefined;
|
|
988
|
+
/**
|
|
989
|
+
* <p>An object that contains the names, default values, and sources of the dimensions
|
|
990
|
+
* associated with an Amazon CloudWatch event destination.</p>
|
|
991
|
+
* @public
|
|
992
|
+
*/
|
|
993
|
+
CloudWatchDestination?: CloudWatchDestination | undefined;
|
|
994
|
+
/**
|
|
995
|
+
* <p>An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event
|
|
996
|
+
* destination.</p>
|
|
997
|
+
* @public
|
|
998
|
+
*/
|
|
999
|
+
SNSDestination?: SNSDestination | undefined;
|
|
1000
|
+
}
|
|
1001
|
+
/**
|
|
1002
|
+
* <p>Represents a request to create a configuration set event destination. A configuration
|
|
1003
|
+
* set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an Amazon Web Services service
|
|
1004
|
+
* in which Amazon SES publishes the email sending events associated with a configuration set.
|
|
1005
|
+
* For information about using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
|
|
1006
|
+
* Guide</a>.</p>
|
|
1007
|
+
* @public
|
|
1008
|
+
*/
|
|
1009
|
+
export interface CreateConfigurationSetEventDestinationRequest {
|
|
1010
|
+
/**
|
|
1011
|
+
* <p>The name of the configuration set that the event destination should be associated
|
|
1012
|
+
* with.</p>
|
|
1013
|
+
* @public
|
|
1014
|
+
*/
|
|
1015
|
+
ConfigurationSetName: string | undefined;
|
|
1016
|
+
/**
|
|
1017
|
+
* <p>An object that describes the Amazon Web Services service that email sending event where information
|
|
1018
|
+
* is published.</p>
|
|
1019
|
+
* @public
|
|
1020
|
+
*/
|
|
1021
|
+
EventDestination: EventDestination | undefined;
|
|
1022
|
+
}
|
|
1023
|
+
/**
|
|
1024
|
+
* <p>An empty element returned on a successful request.</p>
|
|
1025
|
+
* @public
|
|
1026
|
+
*/
|
|
1027
|
+
export interface CreateConfigurationSetEventDestinationResponse {
|
|
1028
|
+
}
|
|
1029
|
+
/**
|
|
1030
|
+
* <p>Indicates that the event destination could not be created because of a naming
|
|
1031
|
+
* conflict.</p>
|
|
1032
|
+
* @public
|
|
1033
|
+
*/
|
|
1034
|
+
export declare class EventDestinationAlreadyExistsException extends __BaseException {
|
|
1035
|
+
readonly name: "EventDestinationAlreadyExistsException";
|
|
1036
|
+
readonly $fault: "client";
|
|
1037
|
+
/**
|
|
1038
|
+
* <p>Indicates that the configuration set does not exist.</p>
|
|
1039
|
+
* @public
|
|
1040
|
+
*/
|
|
1041
|
+
ConfigurationSetName?: string | undefined;
|
|
1042
|
+
/**
|
|
1043
|
+
* <p>Indicates that the event destination does not exist.</p>
|
|
1044
|
+
* @public
|
|
1045
|
+
*/
|
|
1046
|
+
EventDestinationName?: string | undefined;
|
|
1047
|
+
/**
|
|
1048
|
+
* @internal
|
|
1049
|
+
*/
|
|
1050
|
+
constructor(opts: __ExceptionOptionType<EventDestinationAlreadyExistsException, __BaseException>);
|
|
1051
|
+
}
|
|
1052
|
+
/**
|
|
1053
|
+
* <p>Indicates that the Amazon CloudWatch destination is invalid. See the error message for
|
|
1054
|
+
* details.</p>
|
|
1055
|
+
* @public
|
|
1056
|
+
*/
|
|
1057
|
+
export declare class InvalidCloudWatchDestinationException extends __BaseException {
|
|
1058
|
+
readonly name: "InvalidCloudWatchDestinationException";
|
|
1059
|
+
readonly $fault: "client";
|
|
1060
|
+
/**
|
|
1061
|
+
* <p>Indicates that the configuration set does not exist.</p>
|
|
1062
|
+
* @public
|
|
1063
|
+
*/
|
|
1064
|
+
ConfigurationSetName?: string | undefined;
|
|
1065
|
+
/**
|
|
1066
|
+
* <p>Indicates that the event destination does not exist.</p>
|
|
1067
|
+
* @public
|
|
1068
|
+
*/
|
|
1069
|
+
EventDestinationName?: string | undefined;
|
|
1070
|
+
/**
|
|
1071
|
+
* @internal
|
|
1072
|
+
*/
|
|
1073
|
+
constructor(opts: __ExceptionOptionType<InvalidCloudWatchDestinationException, __BaseException>);
|
|
1074
|
+
}
|
|
1075
|
+
/**
|
|
1076
|
+
* <p>Indicates that the Amazon Kinesis Firehose destination is invalid. See the error
|
|
1077
|
+
* message for details.</p>
|
|
1078
|
+
* @public
|
|
1079
|
+
*/
|
|
1080
|
+
export declare class InvalidFirehoseDestinationException extends __BaseException {
|
|
1081
|
+
readonly name: "InvalidFirehoseDestinationException";
|
|
1082
|
+
readonly $fault: "client";
|
|
1083
|
+
/**
|
|
1084
|
+
* <p>Indicates that the configuration set does not exist.</p>
|
|
1085
|
+
* @public
|
|
1086
|
+
*/
|
|
1087
|
+
ConfigurationSetName?: string | undefined;
|
|
1088
|
+
/**
|
|
1089
|
+
* <p>Indicates that the event destination does not exist.</p>
|
|
1090
|
+
* @public
|
|
1091
|
+
*/
|
|
1092
|
+
EventDestinationName?: string | undefined;
|
|
1093
|
+
/**
|
|
1094
|
+
* @internal
|
|
1095
|
+
*/
|
|
1096
|
+
constructor(opts: __ExceptionOptionType<InvalidFirehoseDestinationException, __BaseException>);
|
|
1097
|
+
}
|
|
1098
|
+
/**
|
|
1099
|
+
* <p>Indicates that the Amazon Simple Notification Service (Amazon SNS) destination is
|
|
1100
|
+
* invalid. See the error message for details.</p>
|
|
1101
|
+
* @public
|
|
1102
|
+
*/
|
|
1103
|
+
export declare class InvalidSNSDestinationException extends __BaseException {
|
|
1104
|
+
readonly name: "InvalidSNSDestinationException";
|
|
1105
|
+
readonly $fault: "client";
|
|
1106
|
+
/**
|
|
1107
|
+
* <p>Indicates that the configuration set does not exist.</p>
|
|
1108
|
+
* @public
|
|
1109
|
+
*/
|
|
1110
|
+
ConfigurationSetName?: string | undefined;
|
|
1111
|
+
/**
|
|
1112
|
+
* <p>Indicates that the event destination does not exist.</p>
|
|
1113
|
+
* @public
|
|
1114
|
+
*/
|
|
1115
|
+
EventDestinationName?: string | undefined;
|
|
1116
|
+
/**
|
|
1117
|
+
* @internal
|
|
1118
|
+
*/
|
|
1119
|
+
constructor(opts: __ExceptionOptionType<InvalidSNSDestinationException, __BaseException>);
|
|
1120
|
+
}
|
|
1121
|
+
/**
|
|
1122
|
+
* <p>A domain that is used to redirect email recipients to an Amazon SES-operated domain. This
|
|
1123
|
+
* domain captures open and click events generated by Amazon SES emails.</p>
|
|
1124
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html">Configuring Custom
|
|
1125
|
+
* Domains to Handle Open and Click Tracking</a> in the <i>Amazon SES Developer
|
|
1126
|
+
* Guide</i>.</p>
|
|
1127
|
+
* @public
|
|
1128
|
+
*/
|
|
1129
|
+
export interface TrackingOptions {
|
|
1130
|
+
/**
|
|
1131
|
+
* <p>The custom subdomain that is used to redirect email recipients to the Amazon SES event
|
|
1132
|
+
* tracking domain.</p>
|
|
1133
|
+
* @public
|
|
1134
|
+
*/
|
|
1135
|
+
CustomRedirectDomain?: string | undefined;
|
|
1136
|
+
}
|
|
1137
|
+
/**
|
|
1138
|
+
* <p>Represents a request to create an open and click tracking option object in a
|
|
1139
|
+
* configuration set. </p>
|
|
1140
|
+
* @public
|
|
1141
|
+
*/
|
|
1142
|
+
export interface CreateConfigurationSetTrackingOptionsRequest {
|
|
1143
|
+
/**
|
|
1144
|
+
* <p>The name of the configuration set that the tracking options should be associated
|
|
1145
|
+
* with.</p>
|
|
1146
|
+
* @public
|
|
1147
|
+
*/
|
|
1148
|
+
ConfigurationSetName: string | undefined;
|
|
1149
|
+
/**
|
|
1150
|
+
* <p>A domain that is used to redirect email recipients to an Amazon SES-operated domain. This
|
|
1151
|
+
* domain captures open and click events generated by Amazon SES emails.</p>
|
|
1152
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html">Configuring Custom
|
|
1153
|
+
* Domains to Handle Open and Click Tracking</a> in the <i>Amazon SES Developer
|
|
1154
|
+
* Guide</i>.</p>
|
|
1155
|
+
* @public
|
|
1156
|
+
*/
|
|
1157
|
+
TrackingOptions: TrackingOptions | undefined;
|
|
1158
|
+
}
|
|
1159
|
+
/**
|
|
1160
|
+
* <p>An empty element returned on a successful request.</p>
|
|
1161
|
+
* @public
|
|
1162
|
+
*/
|
|
1163
|
+
export interface CreateConfigurationSetTrackingOptionsResponse {
|
|
1164
|
+
}
|
|
1165
|
+
/**
|
|
1166
|
+
* <p>Indicates that the custom domain to be used for open and click tracking redirects is
|
|
1167
|
+
* invalid. This error appears most often in the following situations:</p>
|
|
1168
|
+
* <ul>
|
|
1169
|
+
* <li>
|
|
1170
|
+
* <p>When the tracking domain you specified is not verified in Amazon SES.</p>
|
|
1171
|
+
* </li>
|
|
1172
|
+
* <li>
|
|
1173
|
+
* <p>When the tracking domain you specified is not a valid domain or
|
|
1174
|
+
* subdomain.</p>
|
|
1175
|
+
* </li>
|
|
1176
|
+
* </ul>
|
|
1177
|
+
* @public
|
|
1178
|
+
*/
|
|
1179
|
+
export declare class InvalidTrackingOptionsException extends __BaseException {
|
|
1180
|
+
readonly name: "InvalidTrackingOptionsException";
|
|
1181
|
+
readonly $fault: "client";
|
|
1182
|
+
/**
|
|
1183
|
+
* @internal
|
|
1184
|
+
*/
|
|
1185
|
+
constructor(opts: __ExceptionOptionType<InvalidTrackingOptionsException, __BaseException>);
|
|
1186
|
+
}
|
|
1187
|
+
/**
|
|
1188
|
+
* <p>Indicates that the configuration set you specified already contains a TrackingOptions
|
|
1189
|
+
* object.</p>
|
|
1190
|
+
* @public
|
|
1191
|
+
*/
|
|
1192
|
+
export declare class TrackingOptionsAlreadyExistsException extends __BaseException {
|
|
1193
|
+
readonly name: "TrackingOptionsAlreadyExistsException";
|
|
1194
|
+
readonly $fault: "client";
|
|
1195
|
+
/**
|
|
1196
|
+
* <p>Indicates that a TrackingOptions object already exists in the specified configuration
|
|
1197
|
+
* set.</p>
|
|
1198
|
+
* @public
|
|
1199
|
+
*/
|
|
1200
|
+
ConfigurationSetName?: string | undefined;
|
|
1201
|
+
/**
|
|
1202
|
+
* @internal
|
|
1203
|
+
*/
|
|
1204
|
+
constructor(opts: __ExceptionOptionType<TrackingOptionsAlreadyExistsException, __BaseException>);
|
|
1205
|
+
}
|
|
1206
|
+
/**
|
|
1207
|
+
* <p>Represents a request to create a custom verification email template.</p>
|
|
1208
|
+
* @public
|
|
1209
|
+
*/
|
|
1210
|
+
export interface CreateCustomVerificationEmailTemplateRequest {
|
|
1211
|
+
/**
|
|
1212
|
+
* <p>The name of the custom verification email template.</p>
|
|
1213
|
+
* @public
|
|
1214
|
+
*/
|
|
1215
|
+
TemplateName: string | undefined;
|
|
1216
|
+
/**
|
|
1217
|
+
* <p>The email address that the custom verification email is sent from.</p>
|
|
1218
|
+
* @public
|
|
1219
|
+
*/
|
|
1220
|
+
FromEmailAddress: string | undefined;
|
|
1221
|
+
/**
|
|
1222
|
+
* <p>The subject line of the custom verification email.</p>
|
|
1223
|
+
* @public
|
|
1224
|
+
*/
|
|
1225
|
+
TemplateSubject: string | undefined;
|
|
1226
|
+
/**
|
|
1227
|
+
* <p>The content of the custom verification email. The total size of the email must be less
|
|
1228
|
+
* than 10 MB. The message body may contain HTML, with some limitations. For more
|
|
1229
|
+
* information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Custom
|
|
1230
|
+
* Verification Email Frequently Asked Questions</a> in the <i>Amazon SES
|
|
1231
|
+
* Developer Guide</i>.</p>
|
|
1232
|
+
* @public
|
|
1233
|
+
*/
|
|
1234
|
+
TemplateContent: string | undefined;
|
|
1235
|
+
/**
|
|
1236
|
+
* <p>The URL that the recipient of the verification email is sent to if his or her address
|
|
1237
|
+
* is successfully verified.</p>
|
|
1238
|
+
* @public
|
|
1239
|
+
*/
|
|
1240
|
+
SuccessRedirectionURL: string | undefined;
|
|
1241
|
+
/**
|
|
1242
|
+
* <p>The URL that the recipient of the verification email is sent to if his or her address
|
|
1243
|
+
* is not successfully verified.</p>
|
|
1244
|
+
* @public
|
|
1245
|
+
*/
|
|
1246
|
+
FailureRedirectionURL: string | undefined;
|
|
1247
|
+
}
|
|
1248
|
+
/**
|
|
1249
|
+
* <p>Indicates that custom verification email template provided content is invalid.</p>
|
|
1250
|
+
* @public
|
|
1251
|
+
*/
|
|
1252
|
+
export declare class CustomVerificationEmailInvalidContentException extends __BaseException {
|
|
1253
|
+
readonly name: "CustomVerificationEmailInvalidContentException";
|
|
1254
|
+
readonly $fault: "client";
|
|
1255
|
+
/**
|
|
1256
|
+
* @internal
|
|
1257
|
+
*/
|
|
1258
|
+
constructor(opts: __ExceptionOptionType<CustomVerificationEmailInvalidContentException, __BaseException>);
|
|
1259
|
+
}
|
|
1260
|
+
/**
|
|
1261
|
+
* <p>Indicates that a custom verification email template with the name you specified
|
|
1262
|
+
* already exists.</p>
|
|
1263
|
+
* @public
|
|
1264
|
+
*/
|
|
1265
|
+
export declare class CustomVerificationEmailTemplateAlreadyExistsException extends __BaseException {
|
|
1266
|
+
readonly name: "CustomVerificationEmailTemplateAlreadyExistsException";
|
|
1267
|
+
readonly $fault: "client";
|
|
1268
|
+
/**
|
|
1269
|
+
* <p>Indicates that the provided custom verification email template with the specified
|
|
1270
|
+
* template name already exists.</p>
|
|
1271
|
+
* @public
|
|
1272
|
+
*/
|
|
1273
|
+
CustomVerificationEmailTemplateName?: string | undefined;
|
|
1274
|
+
/**
|
|
1275
|
+
* @internal
|
|
1276
|
+
*/
|
|
1277
|
+
constructor(opts: __ExceptionOptionType<CustomVerificationEmailTemplateAlreadyExistsException, __BaseException>);
|
|
1278
|
+
}
|
|
1279
|
+
/**
|
|
1280
|
+
* <p>Indicates that the sender address specified for a custom verification email is not
|
|
1281
|
+
* verified, and is therefore not eligible to send the custom verification email. </p>
|
|
1282
|
+
* @public
|
|
1283
|
+
*/
|
|
1284
|
+
export declare class FromEmailAddressNotVerifiedException extends __BaseException {
|
|
1285
|
+
readonly name: "FromEmailAddressNotVerifiedException";
|
|
1286
|
+
readonly $fault: "client";
|
|
1287
|
+
/**
|
|
1288
|
+
* <p>Indicates that the from email address associated with the custom verification email
|
|
1289
|
+
* template is not verified.</p>
|
|
1290
|
+
* @public
|
|
1291
|
+
*/
|
|
1292
|
+
FromEmailAddress?: string | undefined;
|
|
1293
|
+
/**
|
|
1294
|
+
* @internal
|
|
1295
|
+
*/
|
|
1296
|
+
constructor(opts: __ExceptionOptionType<FromEmailAddressNotVerifiedException, __BaseException>);
|
|
1297
|
+
}
|
|
1298
|
+
/**
|
|
1299
|
+
* @public
|
|
1300
|
+
* @enum
|
|
1301
|
+
*/
|
|
1302
|
+
export declare const ReceiptFilterPolicy: {
|
|
1303
|
+
readonly Allow: "Allow";
|
|
1304
|
+
readonly Block: "Block";
|
|
1305
|
+
};
|
|
1306
|
+
/**
|
|
1307
|
+
* @public
|
|
1308
|
+
*/
|
|
1309
|
+
export type ReceiptFilterPolicy = (typeof ReceiptFilterPolicy)[keyof typeof ReceiptFilterPolicy];
|
|
1310
|
+
/**
|
|
1311
|
+
* <p>A receipt IP address filter enables you to specify whether to accept or reject mail
|
|
1312
|
+
* originating from an IP address or range of IP addresses.</p>
|
|
1313
|
+
* <p>For information about setting up IP address filters, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-ip-filtering-console-walkthrough.html">Amazon SES
|
|
1314
|
+
* Developer Guide</a>.</p>
|
|
1315
|
+
* @public
|
|
1316
|
+
*/
|
|
1317
|
+
export interface ReceiptIpFilter {
|
|
1318
|
+
/**
|
|
1319
|
+
* <p>Indicates whether to block or allow incoming mail from the specified IP
|
|
1320
|
+
* addresses.</p>
|
|
1321
|
+
* @public
|
|
1322
|
+
*/
|
|
1323
|
+
Policy: ReceiptFilterPolicy | undefined;
|
|
1324
|
+
/**
|
|
1325
|
+
* <p>A single IP address or a range of IP addresses to block or allow, specified in
|
|
1326
|
+
* Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is
|
|
1327
|
+
* 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information
|
|
1328
|
+
* about CIDR notation, see <a href="https://tools.ietf.org/html/rfc2317">RFC
|
|
1329
|
+
* 2317</a>.</p>
|
|
1330
|
+
* @public
|
|
1331
|
+
*/
|
|
1332
|
+
Cidr: string | undefined;
|
|
1333
|
+
}
|
|
1334
|
+
/**
|
|
1335
|
+
* <p>A receipt IP address filter enables you to specify whether to accept or reject mail
|
|
1336
|
+
* originating from an IP address or range of IP addresses.</p>
|
|
1337
|
+
* <p>For information about setting up IP address filters, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-ip-filtering-console-walkthrough.html">Amazon SES
|
|
1338
|
+
* Developer Guide</a>.</p>
|
|
1339
|
+
* @public
|
|
1340
|
+
*/
|
|
1341
|
+
export interface ReceiptFilter {
|
|
1342
|
+
/**
|
|
1343
|
+
* <p>The name of the IP address filter. The name must meet the following
|
|
1344
|
+
* requirements:</p>
|
|
1345
|
+
* <ul>
|
|
1346
|
+
* <li>
|
|
1347
|
+
* <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
|
|
1348
|
+
* dashes (-).</p>
|
|
1349
|
+
* </li>
|
|
1350
|
+
* <li>
|
|
1351
|
+
* <p>Start and end with a letter or number.</p>
|
|
1352
|
+
* </li>
|
|
1353
|
+
* <li>
|
|
1354
|
+
* <p>Contain 64 characters or fewer.</p>
|
|
1355
|
+
* </li>
|
|
1356
|
+
* </ul>
|
|
1357
|
+
* @public
|
|
1358
|
+
*/
|
|
1359
|
+
Name: string | undefined;
|
|
1360
|
+
/**
|
|
1361
|
+
* <p>A structure that provides the IP addresses to block or allow, and whether to block or
|
|
1362
|
+
* allow incoming mail from them.</p>
|
|
1363
|
+
* @public
|
|
1364
|
+
*/
|
|
1365
|
+
IpFilter: ReceiptIpFilter | undefined;
|
|
1366
|
+
}
|
|
1367
|
+
/**
|
|
1368
|
+
* <p>Represents a request to create a new IP address filter. You use IP address filters
|
|
1369
|
+
* when you receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
|
|
1370
|
+
* Developer Guide</a>.</p>
|
|
1371
|
+
* @public
|
|
1372
|
+
*/
|
|
1373
|
+
export interface CreateReceiptFilterRequest {
|
|
1374
|
+
/**
|
|
1375
|
+
* <p>A data structure that describes the IP address filter to create, which consists of a
|
|
1376
|
+
* name, an IP address range, and whether to allow or block mail from it.</p>
|
|
1377
|
+
* @public
|
|
1378
|
+
*/
|
|
1379
|
+
Filter: ReceiptFilter | undefined;
|
|
1380
|
+
}
|
|
1381
|
+
/**
|
|
1382
|
+
* <p>An empty element returned on a successful request.</p>
|
|
1383
|
+
* @public
|
|
1384
|
+
*/
|
|
1385
|
+
export interface CreateReceiptFilterResponse {
|
|
1386
|
+
}
|
|
1387
|
+
/**
|
|
1388
|
+
* @public
|
|
1389
|
+
* @enum
|
|
1390
|
+
*/
|
|
1391
|
+
export declare const InvocationType: {
|
|
1392
|
+
readonly Event: "Event";
|
|
1393
|
+
readonly RequestResponse: "RequestResponse";
|
|
1394
|
+
};
|
|
1395
|
+
/**
|
|
1396
|
+
* @public
|
|
1397
|
+
*/
|
|
1398
|
+
export type InvocationType = (typeof InvocationType)[keyof typeof InvocationType];
|
|
1399
|
+
/**
|
|
1400
|
+
* <p>When included in a receipt rule, this action calls an Amazon Web Services Lambda function and,
|
|
1401
|
+
* optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).</p>
|
|
1402
|
+
* <p>To enable Amazon SES to call your Amazon Web Services Lambda function or to publish to an Amazon SNS topic of
|
|
1403
|
+
* another account, Amazon SES must have permission to access those resources. For information
|
|
1404
|
+
* about giving permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-permissions.html">Amazon SES Developer
|
|
1405
|
+
* Guide</a>.</p>
|
|
1406
|
+
* <p>For information about using Amazon Web Services Lambda actions in receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-lambda.html">Amazon SES
|
|
1407
|
+
* Developer Guide</a>.</p>
|
|
1408
|
+
* @public
|
|
1409
|
+
*/
|
|
1410
|
+
export interface LambdaAction {
|
|
1411
|
+
/**
|
|
1412
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is
|
|
1413
|
+
* executed. You can find the ARN of a topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> operation in
|
|
1414
|
+
* Amazon SNS.</p>
|
|
1415
|
+
* <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
|
|
1416
|
+
* @public
|
|
1417
|
+
*/
|
|
1418
|
+
TopicArn?: string | undefined;
|
|
1419
|
+
/**
|
|
1420
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function. An example of an Amazon Web Services Lambda
|
|
1421
|
+
* function ARN is <code>arn:aws:lambda:us-west-2:account-id:function:MyFunction</code>.
|
|
1422
|
+
* For more information about Amazon Web Services Lambda, see the <a href="https://docs.aws.amazon.com/lambda/latest/dg/welcome.html">Amazon Web Services Lambda Developer Guide</a>.</p>
|
|
1423
|
+
* @public
|
|
1424
|
+
*/
|
|
1425
|
+
FunctionArn: string | undefined;
|
|
1426
|
+
/**
|
|
1427
|
+
* <p>The invocation type of the Amazon Web Services Lambda function. An invocation type of
|
|
1428
|
+
* <code>RequestResponse</code> means that the execution of the function immediately
|
|
1429
|
+
* results in a response, and a value of <code>Event</code> means that the function is
|
|
1430
|
+
* invoked asynchronously. The default value is <code>Event</code>. For information about
|
|
1431
|
+
* Amazon Web Services Lambda invocation types, see the <a href="https://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html">Amazon Web Services Lambda Developer Guide</a>.</p>
|
|
1432
|
+
* <important>
|
|
1433
|
+
* <p>There is a 30-second timeout on <code>RequestResponse</code> invocations. You
|
|
1434
|
+
* should use <code>Event</code> invocation in most cases. Use
|
|
1435
|
+
* <code>RequestResponse</code> only to make a mail flow decision, such as whether
|
|
1436
|
+
* to stop the receipt rule or the receipt rule set.</p>
|
|
1437
|
+
* </important>
|
|
1438
|
+
* @public
|
|
1439
|
+
*/
|
|
1440
|
+
InvocationType?: InvocationType | undefined;
|
|
1441
|
+
}
|
|
1442
|
+
/**
|
|
1443
|
+
* <p>When included in a receipt rule, this action saves the received message to an Amazon Simple Storage Service
|
|
1444
|
+
* (Amazon S3) bucket and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).</p>
|
|
1445
|
+
* <p>To enable Amazon SES to write emails to your Amazon S3 bucket, use an Amazon Web Services KMS key to encrypt
|
|
1446
|
+
* your emails, or publish to an Amazon SNS topic of another account, Amazon SES must have permission
|
|
1447
|
+
* to access those resources. For information about granting permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-permissions.html">Amazon SES
|
|
1448
|
+
* Developer Guide</a>.</p>
|
|
1449
|
+
* <note>
|
|
1450
|
+
* <p>When you save your emails to an Amazon S3 bucket, the maximum email size (including
|
|
1451
|
+
* headers) is 40 MB. Emails larger than that bounces.</p>
|
|
1452
|
+
* </note>
|
|
1453
|
+
* <p>For information about specifying Amazon S3 actions in receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-s3.html">Amazon SES
|
|
1454
|
+
* Developer Guide</a>.</p>
|
|
1455
|
+
* @public
|
|
1456
|
+
*/
|
|
1457
|
+
export interface S3Action {
|
|
1458
|
+
/**
|
|
1459
|
+
* <p>The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. You
|
|
1460
|
+
* can find the ARN of a topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> operation in
|
|
1461
|
+
* Amazon SNS.</p>
|
|
1462
|
+
* <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
|
|
1463
|
+
* @public
|
|
1464
|
+
*/
|
|
1465
|
+
TopicArn?: string | undefined;
|
|
1466
|
+
/**
|
|
1467
|
+
* <p>The name of the Amazon S3 bucket for incoming email.</p>
|
|
1468
|
+
* @public
|
|
1469
|
+
*/
|
|
1470
|
+
BucketName: string | undefined;
|
|
1471
|
+
/**
|
|
1472
|
+
* <p>The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that
|
|
1473
|
+
* enables you to store similar data under the same directory in a bucket.</p>
|
|
1474
|
+
* @public
|
|
1475
|
+
*/
|
|
1476
|
+
ObjectKeyPrefix?: string | undefined;
|
|
1477
|
+
/**
|
|
1478
|
+
* <p>The customer managed key that Amazon SES should use to encrypt your emails before saving
|
|
1479
|
+
* them to the Amazon S3 bucket. You can use the Amazon Web Services managed key or a customer managed key
|
|
1480
|
+
* that you created in Amazon Web Services KMS as follows:</p>
|
|
1481
|
+
* <ul>
|
|
1482
|
+
* <li>
|
|
1483
|
+
* <p>To use the Amazon Web Services managed key, provide an ARN in the form of
|
|
1484
|
+
* <code>arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses</code>.
|
|
1485
|
+
* For example, if your Amazon Web Services account ID is 123456789012 and you want to use the
|
|
1486
|
+
* Amazon Web Services managed key in the US West (Oregon) Region, the ARN of the Amazon Web Services managed
|
|
1487
|
+
* key would be <code>arn:aws:kms:us-west-2:123456789012:alias/aws/ses</code>. If
|
|
1488
|
+
* you use the Amazon Web Services managed key, you don't need to perform any extra steps to give
|
|
1489
|
+
* Amazon SES permission to use the key.</p>
|
|
1490
|
+
* </li>
|
|
1491
|
+
* <li>
|
|
1492
|
+
* <p>To use a customer managed key that you created in Amazon Web Services KMS, provide the ARN
|
|
1493
|
+
* of the customer managed key and ensure that you add a statement to your key's
|
|
1494
|
+
* policy to give Amazon SES permission to use it. For more information about giving
|
|
1495
|
+
* permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-permissions.html">Amazon SES Developer
|
|
1496
|
+
* Guide</a>.</p>
|
|
1497
|
+
* </li>
|
|
1498
|
+
* </ul>
|
|
1499
|
+
* <p>For more information about key policies, see the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html">Amazon Web Services KMS Developer Guide</a>. If
|
|
1500
|
+
* you do not specify an Amazon Web Services KMS key, Amazon SES does not encrypt your emails.</p>
|
|
1501
|
+
* <important>
|
|
1502
|
+
* <p>Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail
|
|
1503
|
+
* is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side
|
|
1504
|
+
* encryption. This means that you must use the Amazon S3 encryption client to decrypt the
|
|
1505
|
+
* email after retrieving it from Amazon S3, as the service has no access to use your
|
|
1506
|
+
* Amazon Web Services KMS keys for decryption. This encryption client is currently available with
|
|
1507
|
+
* the <a href="http://aws.amazon.com/sdk-for-java/">Amazon Web Services SDK for Java</a> and
|
|
1508
|
+
* <a href="http://aws.amazon.com/sdk-for-ruby/">Amazon Web Services SDK for Ruby</a> only. For
|
|
1509
|
+
* more information about client-side encryption using Amazon Web Services KMS managed keys, see the
|
|
1510
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html">Amazon S3 Developer Guide</a>.</p>
|
|
1511
|
+
* </important>
|
|
1512
|
+
* @public
|
|
1513
|
+
*/
|
|
1514
|
+
KmsKeyArn?: string | undefined;
|
|
1515
|
+
/**
|
|
1516
|
+
* <p> The ARN of the IAM role to be used by Amazon Simple Email Service while writing to the Amazon S3 bucket,
|
|
1517
|
+
* optionally encrypting your mail via the provided customer managed key, and publishing to
|
|
1518
|
+
* the Amazon SNS topic. This role should have access to the following APIs: </p>
|
|
1519
|
+
* <ul>
|
|
1520
|
+
* <li>
|
|
1521
|
+
* <p>
|
|
1522
|
+
* <code>s3:PutObject</code>, <code>kms:Encrypt</code> and
|
|
1523
|
+
* <code>kms:GenerateDataKey</code> for the given Amazon S3 bucket.</p>
|
|
1524
|
+
* </li>
|
|
1525
|
+
* <li>
|
|
1526
|
+
* <p>
|
|
1527
|
+
* <code>kms:GenerateDataKey</code> for the given Amazon Web Services KMS customer managed key.
|
|
1528
|
+
* </p>
|
|
1529
|
+
* </li>
|
|
1530
|
+
* <li>
|
|
1531
|
+
* <p>
|
|
1532
|
+
* <code>sns:Publish</code> for the given Amazon SNS topic.</p>
|
|
1533
|
+
* </li>
|
|
1534
|
+
* </ul>
|
|
1535
|
+
* <note>
|
|
1536
|
+
* <p>If an IAM role ARN is provided, the role (and only the role) is used to access all
|
|
1537
|
+
* the given resources (Amazon S3 bucket, Amazon Web Services KMS customer managed key and Amazon SNS topic).
|
|
1538
|
+
* Therefore, setting up individual resource access permissions is not required.</p>
|
|
1539
|
+
* </note>
|
|
1540
|
+
* @public
|
|
1541
|
+
*/
|
|
1542
|
+
IamRoleArn?: string | undefined;
|
|
1543
|
+
}
|
|
1544
|
+
/**
|
|
1545
|
+
* @public
|
|
1546
|
+
* @enum
|
|
1547
|
+
*/
|
|
1548
|
+
export declare const SNSActionEncoding: {
|
|
1549
|
+
readonly Base64: "Base64";
|
|
1550
|
+
readonly UTF8: "UTF-8";
|
|
1551
|
+
};
|
|
1552
|
+
/**
|
|
1553
|
+
* @public
|
|
1554
|
+
*/
|
|
1555
|
+
export type SNSActionEncoding = (typeof SNSActionEncoding)[keyof typeof SNSActionEncoding];
|
|
1556
|
+
/**
|
|
1557
|
+
* <p>When included in a receipt rule, this action publishes a notification to Amazon Simple Notification Service
|
|
1558
|
+
* (Amazon SNS). This action includes a complete copy of the email content in the Amazon SNS
|
|
1559
|
+
* notifications. Amazon SNS notifications for all other actions simply provide information
|
|
1560
|
+
* about the email. They do not include the email content itself.</p>
|
|
1561
|
+
* <p>If you own the Amazon SNS topic, you don't need to do anything to give Amazon SES permission to
|
|
1562
|
+
* publish emails to it. However, if you don't own the Amazon SNS topic, you need to attach a
|
|
1563
|
+
* policy to the topic to give Amazon SES permissions to access it. For information about giving
|
|
1564
|
+
* permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-permissions.html">Amazon SES Developer
|
|
1565
|
+
* Guide</a>.</p>
|
|
1566
|
+
* <important>
|
|
1567
|
+
* <p>You can only publish emails that are 150 KB or less (including the header) to
|
|
1568
|
+
* Amazon SNS. Larger emails bounce. If you anticipate emails larger than 150 KB, use the S3
|
|
1569
|
+
* action instead.</p>
|
|
1570
|
+
* </important>
|
|
1571
|
+
* <p>For information about using a receipt rule to publish an Amazon SNS notification, see the
|
|
1572
|
+
* <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-sns.html">Amazon SES Developer Guide</a>.</p>
|
|
1573
|
+
* @public
|
|
1574
|
+
*/
|
|
1575
|
+
export interface SNSAction {
|
|
1576
|
+
/**
|
|
1577
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. You can find the ARN of a
|
|
1578
|
+
* topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> operation in Amazon SNS.</p>
|
|
1579
|
+
* <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
|
|
1580
|
+
* @public
|
|
1581
|
+
*/
|
|
1582
|
+
TopicArn: string | undefined;
|
|
1583
|
+
/**
|
|
1584
|
+
* <p>The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to
|
|
1585
|
+
* use, but may not preserve all special characters when a message was encoded with a
|
|
1586
|
+
* different encoding format. Base64 preserves all special characters. The default value is
|
|
1587
|
+
* UTF-8.</p>
|
|
1588
|
+
* @public
|
|
1589
|
+
*/
|
|
1590
|
+
Encoding?: SNSActionEncoding | undefined;
|
|
1591
|
+
}
|
|
1592
|
+
/**
|
|
1593
|
+
* @public
|
|
1594
|
+
* @enum
|
|
1595
|
+
*/
|
|
1596
|
+
export declare const StopScope: {
|
|
1597
|
+
readonly RULE_SET: "RuleSet";
|
|
1598
|
+
};
|
|
1599
|
+
/**
|
|
1600
|
+
* @public
|
|
1601
|
+
*/
|
|
1602
|
+
export type StopScope = (typeof StopScope)[keyof typeof StopScope];
|
|
1603
|
+
/**
|
|
1604
|
+
* <p>When included in a receipt rule, this action terminates the evaluation of the receipt
|
|
1605
|
+
* rule set and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).</p>
|
|
1606
|
+
* <p>For information about setting a stop action in a receipt rule, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-stop.html">Amazon SES
|
|
1607
|
+
* Developer Guide</a>.</p>
|
|
1608
|
+
* @public
|
|
1609
|
+
*/
|
|
1610
|
+
export interface StopAction {
|
|
1611
|
+
/**
|
|
1612
|
+
* <p>The scope of the StopAction. The only acceptable value is <code>RuleSet</code>.</p>
|
|
1613
|
+
* @public
|
|
1614
|
+
*/
|
|
1615
|
+
Scope: StopScope | undefined;
|
|
1616
|
+
/**
|
|
1617
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is
|
|
1618
|
+
* taken. You can find the ARN of a topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> Amazon SNS operation.</p>
|
|
1619
|
+
* <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
|
|
1620
|
+
* @public
|
|
1621
|
+
*/
|
|
1622
|
+
TopicArn?: string | undefined;
|
|
1623
|
+
}
|
|
1624
|
+
/**
|
|
1625
|
+
* <p>When included in a receipt rule, this action calls Amazon WorkMail and, optionally,
|
|
1626
|
+
* publishes a notification to Amazon Simple Notification Service (Amazon SNS). It usually isn't necessary to set this up
|
|
1627
|
+
* manually, because Amazon WorkMail adds the rule automatically during its setup
|
|
1628
|
+
* procedure.</p>
|
|
1629
|
+
* <p>For information using a receipt rule to call Amazon WorkMail, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-workmail.html">Amazon SES
|
|
1630
|
+
* Developer Guide</a>.</p>
|
|
1631
|
+
* @public
|
|
1632
|
+
*/
|
|
1633
|
+
export interface WorkmailAction {
|
|
1634
|
+
/**
|
|
1635
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action
|
|
1636
|
+
* is called. You can find the ARN of a topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> operation in
|
|
1637
|
+
* Amazon SNS.</p>
|
|
1638
|
+
* <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
|
|
1639
|
+
* @public
|
|
1640
|
+
*/
|
|
1641
|
+
TopicArn?: string | undefined;
|
|
1642
|
+
/**
|
|
1643
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon WorkMail organization. Amazon WorkMail
|
|
1644
|
+
* ARNs use the following format:</p>
|
|
1645
|
+
* <p>
|
|
1646
|
+
* <code>arn:aws:workmail:<region>:<awsAccountId>:organization/<workmailOrganizationId></code>
|
|
1647
|
+
* </p>
|
|
1648
|
+
* <p>You can find the ID of your organization by using the <a href="https://docs.aws.amazon.com/workmail/latest/APIReference/API_ListOrganizations.html">ListOrganizations</a> operation in Amazon WorkMail. Amazon WorkMail
|
|
1649
|
+
* organization IDs begin with "<code>m-</code>", followed by a string of alphanumeric
|
|
1650
|
+
* characters.</p>
|
|
1651
|
+
* <p>For information about Amazon WorkMail organizations, see the <a href="https://docs.aws.amazon.com/workmail/latest/adminguide/organizations_overview.html">Amazon WorkMail Administrator Guide</a>.</p>
|
|
1652
|
+
* @public
|
|
1653
|
+
*/
|
|
1654
|
+
OrganizationArn: string | undefined;
|
|
1655
|
+
}
|
|
1656
|
+
/**
|
|
1657
|
+
* <p>An action that Amazon SES can take when it receives an email on behalf of one or more email
|
|
1658
|
+
* addresses or domains that you own. An instance of this data type can represent only one
|
|
1659
|
+
* action.</p>
|
|
1660
|
+
* <p>For information about setting up receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html">Amazon SES
|
|
1661
|
+
* Developer Guide</a>.</p>
|
|
1662
|
+
* @public
|
|
1663
|
+
*/
|
|
1664
|
+
export interface ReceiptAction {
|
|
1665
|
+
/**
|
|
1666
|
+
* <p>Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a
|
|
1667
|
+
* notification to Amazon SNS.</p>
|
|
1668
|
+
* @public
|
|
1669
|
+
*/
|
|
1670
|
+
S3Action?: S3Action | undefined;
|
|
1671
|
+
/**
|
|
1672
|
+
* <p>Rejects the received email by returning a bounce response to the sender and,
|
|
1673
|
+
* optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).</p>
|
|
1674
|
+
* @public
|
|
1675
|
+
*/
|
|
1676
|
+
BounceAction?: BounceAction | undefined;
|
|
1677
|
+
/**
|
|
1678
|
+
* <p>Calls Amazon WorkMail and, optionally, publishes a notification to Amazon
|
|
1679
|
+
* Amazon SNS.</p>
|
|
1680
|
+
* @public
|
|
1681
|
+
*/
|
|
1682
|
+
WorkmailAction?: WorkmailAction | undefined;
|
|
1683
|
+
/**
|
|
1684
|
+
* <p>Calls an Amazon Web Services Lambda function, and optionally, publishes a notification to Amazon SNS.</p>
|
|
1685
|
+
* @public
|
|
1686
|
+
*/
|
|
1687
|
+
LambdaAction?: LambdaAction | undefined;
|
|
1688
|
+
/**
|
|
1689
|
+
* <p>Terminates the evaluation of the receipt rule set and optionally publishes a
|
|
1690
|
+
* notification to Amazon SNS.</p>
|
|
1691
|
+
* @public
|
|
1692
|
+
*/
|
|
1693
|
+
StopAction?: StopAction | undefined;
|
|
1694
|
+
/**
|
|
1695
|
+
* <p>Adds a header to the received email.</p>
|
|
1696
|
+
* @public
|
|
1697
|
+
*/
|
|
1698
|
+
AddHeaderAction?: AddHeaderAction | undefined;
|
|
1699
|
+
/**
|
|
1700
|
+
* <p>Publishes the email content within a notification to Amazon SNS.</p>
|
|
1701
|
+
* @public
|
|
1702
|
+
*/
|
|
1703
|
+
SNSAction?: SNSAction | undefined;
|
|
1704
|
+
/**
|
|
1705
|
+
* <p>Parses the received message and starts an email contact in Amazon Connect on your behalf.</p>
|
|
1706
|
+
* @public
|
|
1707
|
+
*/
|
|
1708
|
+
ConnectAction?: ConnectAction | undefined;
|
|
1709
|
+
}
|
|
1710
|
+
/**
|
|
1711
|
+
* @public
|
|
1712
|
+
* @enum
|
|
1713
|
+
*/
|
|
1714
|
+
export declare const TlsPolicy: {
|
|
1715
|
+
readonly Optional: "Optional";
|
|
1716
|
+
readonly Require: "Require";
|
|
1717
|
+
};
|
|
1718
|
+
/**
|
|
1719
|
+
* @public
|
|
1720
|
+
*/
|
|
1721
|
+
export type TlsPolicy = (typeof TlsPolicy)[keyof typeof TlsPolicy];
|
|
1722
|
+
/**
|
|
1723
|
+
* <p>Receipt rules enable you to specify which actions Amazon SES should take when it receives
|
|
1724
|
+
* mail on behalf of one or more email addresses or domains that you own.</p>
|
|
1725
|
+
* <p>Each receipt rule defines a set of email addresses or domains that it applies to. If
|
|
1726
|
+
* the email addresses or domains match at least one recipient address of the message,
|
|
1727
|
+
* Amazon SES executes all of the receipt rule's actions on the message.</p>
|
|
1728
|
+
* <p>For information about setting up receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html">Amazon SES
|
|
1729
|
+
* Developer Guide</a>.</p>
|
|
1730
|
+
* @public
|
|
1731
|
+
*/
|
|
1732
|
+
export interface ReceiptRule {
|
|
1733
|
+
/**
|
|
1734
|
+
* <p>The name of the receipt rule. The name must meet the following requirements:</p>
|
|
1735
|
+
* <ul>
|
|
1736
|
+
* <li>
|
|
1737
|
+
* <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes
|
|
1738
|
+
* (-), or periods (.). </p>
|
|
1739
|
+
* </li>
|
|
1740
|
+
* <li>
|
|
1741
|
+
* <p>Start and end with a letter or number.</p>
|
|
1742
|
+
* </li>
|
|
1743
|
+
* <li>
|
|
1744
|
+
* <p>Contain 64 characters or fewer.</p>
|
|
1745
|
+
* </li>
|
|
1746
|
+
* </ul>
|
|
1747
|
+
* @public
|
|
1748
|
+
*/
|
|
1749
|
+
Name: string | undefined;
|
|
1750
|
+
/**
|
|
1751
|
+
* <p>If <code>true</code>, the receipt rule is active. The default value is
|
|
1752
|
+
* <code>false</code>.</p>
|
|
1753
|
+
* @public
|
|
1754
|
+
*/
|
|
1755
|
+
Enabled?: boolean | undefined;
|
|
1756
|
+
/**
|
|
1757
|
+
* <p>Specifies whether Amazon SES should require that incoming email is delivered over a
|
|
1758
|
+
* connection encrypted with Transport Layer Security (TLS). If this parameter is set to
|
|
1759
|
+
* <code>Require</code>, Amazon SES bounces emails that are not received over TLS. The
|
|
1760
|
+
* default is <code>Optional</code>.</p>
|
|
1761
|
+
* @public
|
|
1762
|
+
*/
|
|
1763
|
+
TlsPolicy?: TlsPolicy | undefined;
|
|
1764
|
+
/**
|
|
1765
|
+
* <p>The recipient domains and email addresses that the receipt rule applies to. If this
|
|
1766
|
+
* field is not specified, this rule matches all recipients on all verified domains.</p>
|
|
1767
|
+
* @public
|
|
1768
|
+
*/
|
|
1769
|
+
Recipients?: string[] | undefined;
|
|
1770
|
+
/**
|
|
1771
|
+
* <p>An ordered list of actions to perform on messages that match at least one of the
|
|
1772
|
+
* recipient email addresses or domains specified in the receipt rule.</p>
|
|
1773
|
+
* @public
|
|
1774
|
+
*/
|
|
1775
|
+
Actions?: ReceiptAction[] | undefined;
|
|
1776
|
+
/**
|
|
1777
|
+
* <p>If <code>true</code>, then messages that this receipt rule applies to are scanned for
|
|
1778
|
+
* spam and viruses. The default value is <code>false</code>.</p>
|
|
1779
|
+
* @public
|
|
1780
|
+
*/
|
|
1781
|
+
ScanEnabled?: boolean | undefined;
|
|
1782
|
+
}
|
|
1783
|
+
/**
|
|
1784
|
+
* <p>Represents a request to create a receipt rule. You use receipt rules to receive email
|
|
1785
|
+
* with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
|
|
1786
|
+
* Guide</a>.</p>
|
|
1787
|
+
* @public
|
|
1788
|
+
*/
|
|
1789
|
+
export interface CreateReceiptRuleRequest {
|
|
1790
|
+
/**
|
|
1791
|
+
* <p>The name of the rule set where the receipt rule is added.</p>
|
|
1792
|
+
* @public
|
|
1793
|
+
*/
|
|
1794
|
+
RuleSetName: string | undefined;
|
|
1795
|
+
/**
|
|
1796
|
+
* <p>The name of an existing rule after which the new rule is placed. If this parameter is
|
|
1797
|
+
* null, the new rule is inserted at the beginning of the rule list.</p>
|
|
1798
|
+
* @public
|
|
1799
|
+
*/
|
|
1800
|
+
After?: string | undefined;
|
|
1801
|
+
/**
|
|
1802
|
+
* <p>A data structure that contains the specified rule's name, actions, recipients,
|
|
1803
|
+
* domains, enabled status, scan status, and TLS policy.</p>
|
|
1804
|
+
* @public
|
|
1805
|
+
*/
|
|
1806
|
+
Rule: ReceiptRule | undefined;
|
|
1807
|
+
}
|
|
1808
|
+
/**
|
|
1809
|
+
* <p>An empty element returned on a successful request.</p>
|
|
1810
|
+
* @public
|
|
1811
|
+
*/
|
|
1812
|
+
export interface CreateReceiptRuleResponse {
|
|
1813
|
+
}
|
|
1814
|
+
/**
|
|
1815
|
+
* <p>Indicates that the provided Amazon Web Services Lambda function is invalid, or that Amazon SES could
|
|
1816
|
+
* not execute the provided function, possibly due to permissions issues. For information
|
|
1817
|
+
* about giving permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html">Amazon SES
|
|
1818
|
+
* Developer Guide</a>.</p>
|
|
1819
|
+
* @public
|
|
1820
|
+
*/
|
|
1821
|
+
export declare class InvalidLambdaFunctionException extends __BaseException {
|
|
1822
|
+
readonly name: "InvalidLambdaFunctionException";
|
|
1823
|
+
readonly $fault: "client";
|
|
1824
|
+
/**
|
|
1825
|
+
* <p>Indicates that the ARN of the function was not found.</p>
|
|
1826
|
+
* @public
|
|
1827
|
+
*/
|
|
1828
|
+
FunctionArn?: string | undefined;
|
|
1829
|
+
/**
|
|
1830
|
+
* @internal
|
|
1831
|
+
*/
|
|
1832
|
+
constructor(opts: __ExceptionOptionType<InvalidLambdaFunctionException, __BaseException>);
|
|
1833
|
+
}
|
|
1834
|
+
/**
|
|
1835
|
+
* <p>Indicates that the provided Amazon S3 bucket or Amazon Web Services KMS encryption key is invalid,
|
|
1836
|
+
* or that Amazon SES could not publish to the bucket, possibly due to permissions issues.
|
|
1837
|
+
* For information about giving permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html">Amazon SES
|
|
1838
|
+
* Developer Guide</a>.</p>
|
|
1839
|
+
* @public
|
|
1840
|
+
*/
|
|
1841
|
+
export declare class InvalidS3ConfigurationException extends __BaseException {
|
|
1842
|
+
readonly name: "InvalidS3ConfigurationException";
|
|
1843
|
+
readonly $fault: "client";
|
|
1844
|
+
/**
|
|
1845
|
+
* <p>Indicated that the S3 Bucket was not found.</p>
|
|
1846
|
+
* @public
|
|
1847
|
+
*/
|
|
1848
|
+
Bucket?: string | undefined;
|
|
1849
|
+
/**
|
|
1850
|
+
* @internal
|
|
1851
|
+
*/
|
|
1852
|
+
constructor(opts: __ExceptionOptionType<InvalidS3ConfigurationException, __BaseException>);
|
|
1853
|
+
}
|
|
1854
|
+
/**
|
|
1855
|
+
* <p>Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not
|
|
1856
|
+
* publish to the topic, possibly due to permissions issues. For information about giving
|
|
1857
|
+
* permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html">Amazon SES
|
|
1858
|
+
* Developer Guide</a>.</p>
|
|
1859
|
+
* @public
|
|
1860
|
+
*/
|
|
1861
|
+
export declare class InvalidSnsTopicException extends __BaseException {
|
|
1862
|
+
readonly name: "InvalidSnsTopicException";
|
|
1863
|
+
readonly $fault: "client";
|
|
1864
|
+
/**
|
|
1865
|
+
* <p>Indicates that the topic does not exist.</p>
|
|
1866
|
+
* @public
|
|
1867
|
+
*/
|
|
1868
|
+
Topic?: string | undefined;
|
|
1869
|
+
/**
|
|
1870
|
+
* @internal
|
|
1871
|
+
*/
|
|
1872
|
+
constructor(opts: __ExceptionOptionType<InvalidSnsTopicException, __BaseException>);
|
|
1873
|
+
}
|
|
1874
|
+
/**
|
|
1875
|
+
* <p>Indicates that the provided receipt rule does not exist.</p>
|
|
1876
|
+
* @public
|
|
1877
|
+
*/
|
|
1878
|
+
export declare class RuleDoesNotExistException extends __BaseException {
|
|
1879
|
+
readonly name: "RuleDoesNotExistException";
|
|
1880
|
+
readonly $fault: "client";
|
|
1881
|
+
/**
|
|
1882
|
+
* <p>Indicates that the named receipt rule does not exist.</p>
|
|
1883
|
+
* @public
|
|
1884
|
+
*/
|
|
1885
|
+
Name?: string | undefined;
|
|
1886
|
+
/**
|
|
1887
|
+
* @internal
|
|
1888
|
+
*/
|
|
1889
|
+
constructor(opts: __ExceptionOptionType<RuleDoesNotExistException, __BaseException>);
|
|
1890
|
+
}
|
|
1891
|
+
/**
|
|
1892
|
+
* <p>Represents a request to create an empty receipt rule set. You use receipt rule sets to
|
|
1893
|
+
* receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
|
|
1894
|
+
* Guide</a>.</p>
|
|
1895
|
+
* @public
|
|
1896
|
+
*/
|
|
1897
|
+
export interface CreateReceiptRuleSetRequest {
|
|
1898
|
+
/**
|
|
1899
|
+
* <p>The name of the rule set to create. The name must meet the following
|
|
1900
|
+
* requirements:</p>
|
|
1901
|
+
* <ul>
|
|
1902
|
+
* <li>
|
|
1903
|
+
* <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
|
|
1904
|
+
* dashes (-).</p>
|
|
1905
|
+
* </li>
|
|
1906
|
+
* <li>
|
|
1907
|
+
* <p>Start and end with a letter or number.</p>
|
|
1908
|
+
* </li>
|
|
1909
|
+
* <li>
|
|
1910
|
+
* <p>Contain 64 characters or fewer.</p>
|
|
1911
|
+
* </li>
|
|
1912
|
+
* </ul>
|
|
1913
|
+
* @public
|
|
1914
|
+
*/
|
|
1915
|
+
RuleSetName: string | undefined;
|
|
1916
|
+
}
|
|
1917
|
+
/**
|
|
1918
|
+
* <p>An empty element returned on a successful request.</p>
|
|
1919
|
+
* @public
|
|
1920
|
+
*/
|
|
1921
|
+
export interface CreateReceiptRuleSetResponse {
|
|
1922
|
+
}
|
|
1923
|
+
/**
|
|
1924
|
+
* <p>The content of the email, composed of a subject line and either an HTML part or a
|
|
1925
|
+
* text-only part.</p>
|
|
1926
|
+
* @public
|
|
1927
|
+
*/
|
|
1928
|
+
export interface Template {
|
|
1929
|
+
/**
|
|
1930
|
+
* <p>The name of the template. You use this name when you send email using the
|
|
1931
|
+
* <code>SendTemplatedEmail</code> or <code>SendBulkTemplatedEmail</code>
|
|
1932
|
+
* operations.</p>
|
|
1933
|
+
* @public
|
|
1934
|
+
*/
|
|
1935
|
+
TemplateName: string | undefined;
|
|
1936
|
+
/**
|
|
1937
|
+
* <p>The subject line of the email.</p>
|
|
1938
|
+
* @public
|
|
1939
|
+
*/
|
|
1940
|
+
SubjectPart?: string | undefined;
|
|
1941
|
+
/**
|
|
1942
|
+
* <p>The email body that is visible to recipients whose email clients do not display HTML
|
|
1943
|
+
* content.</p>
|
|
1944
|
+
* @public
|
|
1945
|
+
*/
|
|
1946
|
+
TextPart?: string | undefined;
|
|
1947
|
+
/**
|
|
1948
|
+
* <p>The HTML body of the email.</p>
|
|
1949
|
+
* @public
|
|
1950
|
+
*/
|
|
1951
|
+
HtmlPart?: string | undefined;
|
|
1952
|
+
}
|
|
1953
|
+
/**
|
|
1954
|
+
* <p>Represents a request to create an email template. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html">Amazon SES
|
|
1955
|
+
* Developer Guide</a>.</p>
|
|
1956
|
+
* @public
|
|
1957
|
+
*/
|
|
1958
|
+
export interface CreateTemplateRequest {
|
|
1959
|
+
/**
|
|
1960
|
+
* <p>The content of the email, composed of a subject line and either an HTML part or a
|
|
1961
|
+
* text-only part.</p>
|
|
1962
|
+
* @public
|
|
1963
|
+
*/
|
|
1964
|
+
Template: Template | undefined;
|
|
1965
|
+
}
|
|
1966
|
+
/**
|
|
1967
|
+
* @public
|
|
1968
|
+
*/
|
|
1969
|
+
export interface CreateTemplateResponse {
|
|
1970
|
+
}
|
|
1971
|
+
/**
|
|
1972
|
+
* <p>Indicates that the template that you specified could not be rendered. This issue may
|
|
1973
|
+
* occur when a template refers to a partial that does not exist.</p>
|
|
1974
|
+
* @public
|
|
1975
|
+
*/
|
|
1976
|
+
export declare class InvalidTemplateException extends __BaseException {
|
|
1977
|
+
readonly name: "InvalidTemplateException";
|
|
1978
|
+
readonly $fault: "client";
|
|
1979
|
+
TemplateName?: string | undefined;
|
|
1980
|
+
/**
|
|
1981
|
+
* @internal
|
|
1982
|
+
*/
|
|
1983
|
+
constructor(opts: __ExceptionOptionType<InvalidTemplateException, __BaseException>);
|
|
1984
|
+
}
|
|
1985
|
+
/**
|
|
1986
|
+
* @public
|
|
1987
|
+
* @enum
|
|
1988
|
+
*/
|
|
1989
|
+
export declare const CustomMailFromStatus: {
|
|
1990
|
+
readonly Failed: "Failed";
|
|
1991
|
+
readonly Pending: "Pending";
|
|
1992
|
+
readonly Success: "Success";
|
|
1993
|
+
readonly TemporaryFailure: "TemporaryFailure";
|
|
1994
|
+
};
|
|
1995
|
+
/**
|
|
1996
|
+
* @public
|
|
1997
|
+
*/
|
|
1998
|
+
export type CustomMailFromStatus = (typeof CustomMailFromStatus)[keyof typeof CustomMailFromStatus];
|
|
1999
|
+
/**
|
|
2000
|
+
* <p>Contains information about a custom verification email template.</p>
|
|
2001
|
+
* @public
|
|
2002
|
+
*/
|
|
2003
|
+
export interface CustomVerificationEmailTemplate {
|
|
2004
|
+
/**
|
|
2005
|
+
* <p>The name of the custom verification email template.</p>
|
|
2006
|
+
* @public
|
|
2007
|
+
*/
|
|
2008
|
+
TemplateName?: string | undefined;
|
|
2009
|
+
/**
|
|
2010
|
+
* <p>The email address that the custom verification email is sent from.</p>
|
|
2011
|
+
* @public
|
|
2012
|
+
*/
|
|
2013
|
+
FromEmailAddress?: string | undefined;
|
|
2014
|
+
/**
|
|
2015
|
+
* <p>The subject line of the custom verification email.</p>
|
|
2016
|
+
* @public
|
|
2017
|
+
*/
|
|
2018
|
+
TemplateSubject?: string | undefined;
|
|
2019
|
+
/**
|
|
2020
|
+
* <p>The URL that the recipient of the verification email is sent to if his or her address
|
|
2021
|
+
* is successfully verified.</p>
|
|
2022
|
+
* @public
|
|
2023
|
+
*/
|
|
2024
|
+
SuccessRedirectionURL?: string | undefined;
|
|
2025
|
+
/**
|
|
2026
|
+
* <p>The URL that the recipient of the verification email is sent to if his or her address
|
|
2027
|
+
* is not successfully verified.</p>
|
|
2028
|
+
* @public
|
|
2029
|
+
*/
|
|
2030
|
+
FailureRedirectionURL?: string | undefined;
|
|
2031
|
+
}
|
|
2032
|
+
/**
|
|
2033
|
+
* <p>Indicates that a custom verification email template with the name you specified does
|
|
2034
|
+
* not exist.</p>
|
|
2035
|
+
* @public
|
|
2036
|
+
*/
|
|
2037
|
+
export declare class CustomVerificationEmailTemplateDoesNotExistException extends __BaseException {
|
|
2038
|
+
readonly name: "CustomVerificationEmailTemplateDoesNotExistException";
|
|
2039
|
+
readonly $fault: "client";
|
|
2040
|
+
/**
|
|
2041
|
+
* <p>Indicates that the provided custom verification email template does not exist.</p>
|
|
2042
|
+
* @public
|
|
2043
|
+
*/
|
|
2044
|
+
CustomVerificationEmailTemplateName?: string | undefined;
|
|
2045
|
+
/**
|
|
2046
|
+
* @internal
|
|
2047
|
+
*/
|
|
2048
|
+
constructor(opts: __ExceptionOptionType<CustomVerificationEmailTemplateDoesNotExistException, __BaseException>);
|
|
2049
|
+
}
|
|
2050
|
+
/**
|
|
2051
|
+
* <p>Represents a request to delete a configuration set. Configuration sets enable you to
|
|
2052
|
+
* publish email sending events. For information about using configuration sets, see the
|
|
2053
|
+
* <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
|
|
2054
|
+
* Developer Guide</a>.</p>
|
|
2055
|
+
* @public
|
|
2056
|
+
*/
|
|
2057
|
+
export interface DeleteConfigurationSetRequest {
|
|
2058
|
+
/**
|
|
2059
|
+
* <p>The name of the configuration set to delete.</p>
|
|
2060
|
+
* @public
|
|
2061
|
+
*/
|
|
2062
|
+
ConfigurationSetName: string | undefined;
|
|
2063
|
+
}
|
|
2064
|
+
/**
|
|
2065
|
+
* <p>An empty element returned on a successful request.</p>
|
|
2066
|
+
* @public
|
|
2067
|
+
*/
|
|
2068
|
+
export interface DeleteConfigurationSetResponse {
|
|
2069
|
+
}
|
|
2070
|
+
/**
|
|
2071
|
+
* <p>Represents a request to delete a configuration set event destination. Configuration
|
|
2072
|
+
* set event destinations are associated with configuration sets, which enable you to
|
|
2073
|
+
* publish email sending events. For information about using configuration sets, see the
|
|
2074
|
+
* <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
|
|
2075
|
+
* Developer Guide</a>.</p>
|
|
2076
|
+
* @public
|
|
2077
|
+
*/
|
|
2078
|
+
export interface DeleteConfigurationSetEventDestinationRequest {
|
|
2079
|
+
/**
|
|
2080
|
+
* <p>The name of the configuration set from which to delete the event destination.</p>
|
|
2081
|
+
* @public
|
|
2082
|
+
*/
|
|
2083
|
+
ConfigurationSetName: string | undefined;
|
|
2084
|
+
/**
|
|
2085
|
+
* <p>The name of the event destination to delete.</p>
|
|
2086
|
+
* @public
|
|
2087
|
+
*/
|
|
2088
|
+
EventDestinationName: string | undefined;
|
|
2089
|
+
}
|
|
2090
|
+
/**
|
|
2091
|
+
* <p>An empty element returned on a successful request.</p>
|
|
2092
|
+
* @public
|
|
2093
|
+
*/
|
|
2094
|
+
export interface DeleteConfigurationSetEventDestinationResponse {
|
|
2095
|
+
}
|
|
2096
|
+
/**
|
|
2097
|
+
* <p>Indicates that the event destination does not exist.</p>
|
|
2098
|
+
* @public
|
|
2099
|
+
*/
|
|
2100
|
+
export declare class EventDestinationDoesNotExistException extends __BaseException {
|
|
2101
|
+
readonly name: "EventDestinationDoesNotExistException";
|
|
2102
|
+
readonly $fault: "client";
|
|
2103
|
+
/**
|
|
2104
|
+
* <p>Indicates that the configuration set does not exist.</p>
|
|
2105
|
+
* @public
|
|
2106
|
+
*/
|
|
2107
|
+
ConfigurationSetName?: string | undefined;
|
|
2108
|
+
/**
|
|
2109
|
+
* <p>Indicates that the event destination does not exist.</p>
|
|
2110
|
+
* @public
|
|
2111
|
+
*/
|
|
2112
|
+
EventDestinationName?: string | undefined;
|
|
2113
|
+
/**
|
|
2114
|
+
* @internal
|
|
2115
|
+
*/
|
|
2116
|
+
constructor(opts: __ExceptionOptionType<EventDestinationDoesNotExistException, __BaseException>);
|
|
2117
|
+
}
|
|
2118
|
+
/**
|
|
2119
|
+
* <p>Represents a request to delete open and click tracking options in a configuration set.
|
|
2120
|
+
* </p>
|
|
2121
|
+
* @public
|
|
2122
|
+
*/
|
|
2123
|
+
export interface DeleteConfigurationSetTrackingOptionsRequest {
|
|
2124
|
+
/**
|
|
2125
|
+
* <p>The name of the configuration set.</p>
|
|
2126
|
+
* @public
|
|
2127
|
+
*/
|
|
2128
|
+
ConfigurationSetName: string | undefined;
|
|
2129
|
+
}
|
|
2130
|
+
/**
|
|
2131
|
+
* <p>An empty element returned on a successful request.</p>
|
|
2132
|
+
* @public
|
|
2133
|
+
*/
|
|
2134
|
+
export interface DeleteConfigurationSetTrackingOptionsResponse {
|
|
2135
|
+
}
|
|
2136
|
+
/**
|
|
2137
|
+
* <p>Indicates that the TrackingOptions object you specified does not exist.</p>
|
|
2138
|
+
* @public
|
|
2139
|
+
*/
|
|
2140
|
+
export declare class TrackingOptionsDoesNotExistException extends __BaseException {
|
|
2141
|
+
readonly name: "TrackingOptionsDoesNotExistException";
|
|
2142
|
+
readonly $fault: "client";
|
|
2143
|
+
/**
|
|
2144
|
+
* <p>Indicates that a TrackingOptions object does not exist in the specified configuration
|
|
2145
|
+
* set.</p>
|
|
2146
|
+
* @public
|
|
2147
|
+
*/
|
|
2148
|
+
ConfigurationSetName?: string | undefined;
|
|
2149
|
+
/**
|
|
2150
|
+
* @internal
|
|
2151
|
+
*/
|
|
2152
|
+
constructor(opts: __ExceptionOptionType<TrackingOptionsDoesNotExistException, __BaseException>);
|
|
2153
|
+
}
|
|
2154
|
+
/**
|
|
2155
|
+
* <p>Represents a request to delete an existing custom verification email template.</p>
|
|
2156
|
+
* @public
|
|
2157
|
+
*/
|
|
2158
|
+
export interface DeleteCustomVerificationEmailTemplateRequest {
|
|
2159
|
+
/**
|
|
2160
|
+
* <p>The name of the custom verification email template to delete.</p>
|
|
2161
|
+
* @public
|
|
2162
|
+
*/
|
|
2163
|
+
TemplateName: string | undefined;
|
|
2164
|
+
}
|
|
2165
|
+
/**
|
|
2166
|
+
* <p>Represents a request to delete one of your Amazon SES identities (an email address or
|
|
2167
|
+
* domain).</p>
|
|
2168
|
+
* @public
|
|
2169
|
+
*/
|
|
2170
|
+
export interface DeleteIdentityRequest {
|
|
2171
|
+
/**
|
|
2172
|
+
* <p>The identity to be removed from the list of identities for the Amazon Web Services account.</p>
|
|
2173
|
+
* @public
|
|
2174
|
+
*/
|
|
2175
|
+
Identity: string | undefined;
|
|
2176
|
+
}
|
|
2177
|
+
/**
|
|
2178
|
+
* <p>An empty element returned on a successful request.</p>
|
|
2179
|
+
* @public
|
|
2180
|
+
*/
|
|
2181
|
+
export interface DeleteIdentityResponse {
|
|
2182
|
+
}
|
|
2183
|
+
/**
|
|
2184
|
+
* <p>Represents a request to delete a sending authorization policy for an identity. Sending
|
|
2185
|
+
* authorization is an Amazon SES feature that enables you to authorize other senders to use
|
|
2186
|
+
* your identities. For information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
|
|
2187
|
+
* @public
|
|
2188
|
+
*/
|
|
2189
|
+
export interface DeleteIdentityPolicyRequest {
|
|
2190
|
+
/**
|
|
2191
|
+
* <p>The identity that is associated with the policy to delete. You can specify the
|
|
2192
|
+
* identity by using its name or by using its Amazon Resource Name (ARN). Examples:
|
|
2193
|
+
* <code>user@example.com</code>, <code>example.com</code>,
|
|
2194
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
|
|
2195
|
+
* <p>To successfully call this operation, you must own the identity.</p>
|
|
2196
|
+
* @public
|
|
2197
|
+
*/
|
|
2198
|
+
Identity: string | undefined;
|
|
2199
|
+
/**
|
|
2200
|
+
* <p>The name of the policy to be deleted.</p>
|
|
2201
|
+
* @public
|
|
2202
|
+
*/
|
|
2203
|
+
PolicyName: string | undefined;
|
|
2204
|
+
}
|
|
2205
|
+
/**
|
|
2206
|
+
* <p>An empty element returned on a successful request.</p>
|
|
2207
|
+
* @public
|
|
2208
|
+
*/
|
|
2209
|
+
export interface DeleteIdentityPolicyResponse {
|
|
2210
|
+
}
|
|
2211
|
+
/**
|
|
2212
|
+
* <p>Represents a request to delete an IP address filter. You use IP address filters when
|
|
2213
|
+
* you receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
|
|
2214
|
+
* Guide</a>.</p>
|
|
2215
|
+
* @public
|
|
2216
|
+
*/
|
|
2217
|
+
export interface DeleteReceiptFilterRequest {
|
|
2218
|
+
/**
|
|
2219
|
+
* <p>The name of the IP address filter to delete.</p>
|
|
2220
|
+
* @public
|
|
2221
|
+
*/
|
|
2222
|
+
FilterName: string | undefined;
|
|
2223
|
+
}
|
|
2224
|
+
/**
|
|
2225
|
+
* <p>An empty element returned on a successful request.</p>
|
|
2226
|
+
* @public
|
|
2227
|
+
*/
|
|
2228
|
+
export interface DeleteReceiptFilterResponse {
|
|
2229
|
+
}
|
|
2230
|
+
/**
|
|
2231
|
+
* <p>Represents a request to delete a receipt rule. You use receipt rules to receive email
|
|
2232
|
+
* with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
|
|
2233
|
+
* Guide</a>.</p>
|
|
2234
|
+
* @public
|
|
2235
|
+
*/
|
|
2236
|
+
export interface DeleteReceiptRuleRequest {
|
|
2237
|
+
/**
|
|
2238
|
+
* <p>The name of the receipt rule set that contains the receipt rule to delete.</p>
|
|
2239
|
+
* @public
|
|
2240
|
+
*/
|
|
2241
|
+
RuleSetName: string | undefined;
|
|
2242
|
+
/**
|
|
2243
|
+
* <p>The name of the receipt rule to delete.</p>
|
|
2244
|
+
* @public
|
|
2245
|
+
*/
|
|
2246
|
+
RuleName: string | undefined;
|
|
2247
|
+
}
|
|
2248
|
+
/**
|
|
2249
|
+
* <p>An empty element returned on a successful request.</p>
|
|
2250
|
+
* @public
|
|
2251
|
+
*/
|
|
2252
|
+
export interface DeleteReceiptRuleResponse {
|
|
2253
|
+
}
|
|
2254
|
+
/**
|
|
2255
|
+
* <p>Represents a request to delete a receipt rule set and all of the receipt rules it
|
|
2256
|
+
* contains. You use receipt rule sets to receive email with Amazon SES. For more information,
|
|
2257
|
+
* see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer Guide</a>.</p>
|
|
2258
|
+
* @public
|
|
2259
|
+
*/
|
|
2260
|
+
export interface DeleteReceiptRuleSetRequest {
|
|
2261
|
+
/**
|
|
2262
|
+
* <p>The name of the receipt rule set to delete.</p>
|
|
2263
|
+
* @public
|
|
2264
|
+
*/
|
|
2265
|
+
RuleSetName: string | undefined;
|
|
2266
|
+
}
|
|
2267
|
+
/**
|
|
2268
|
+
* <p>An empty element returned on a successful request.</p>
|
|
2269
|
+
* @public
|
|
2270
|
+
*/
|
|
2271
|
+
export interface DeleteReceiptRuleSetResponse {
|
|
2272
|
+
}
|
|
2273
|
+
/**
|
|
2274
|
+
* <p>Represents a request to delete an email template. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html">Amazon SES
|
|
2275
|
+
* Developer Guide</a>.</p>
|
|
2276
|
+
* @public
|
|
2277
|
+
*/
|
|
2278
|
+
export interface DeleteTemplateRequest {
|
|
2279
|
+
/**
|
|
2280
|
+
* <p>The name of the template to be deleted.</p>
|
|
2281
|
+
* @public
|
|
2282
|
+
*/
|
|
2283
|
+
TemplateName: string | undefined;
|
|
2284
|
+
}
|
|
2285
|
+
/**
|
|
2286
|
+
* @public
|
|
2287
|
+
*/
|
|
2288
|
+
export interface DeleteTemplateResponse {
|
|
2289
|
+
}
|
|
2290
|
+
/**
|
|
2291
|
+
* <p>Represents a request to delete an email address from the list of email addresses you
|
|
2292
|
+
* have attempted to verify under your Amazon Web Services account.</p>
|
|
2293
|
+
* @public
|
|
2294
|
+
*/
|
|
2295
|
+
export interface DeleteVerifiedEmailAddressRequest {
|
|
2296
|
+
/**
|
|
2297
|
+
* <p>An email address to be removed from the list of verified addresses.</p>
|
|
2298
|
+
* @public
|
|
2299
|
+
*/
|
|
2300
|
+
EmailAddress: string | undefined;
|
|
2301
|
+
}
|
|
2302
|
+
/**
|
|
2303
|
+
* <p>Specifies whether messages that use the configuration set are required to use
|
|
2304
|
+
* Transport Layer Security (TLS).</p>
|
|
2305
|
+
* @public
|
|
2306
|
+
*/
|
|
2307
|
+
export interface DeliveryOptions {
|
|
2308
|
+
/**
|
|
2309
|
+
* <p>Specifies whether messages that use the configuration set are required to use
|
|
2310
|
+
* Transport Layer Security (TLS). If the value is <code>Require</code>, messages are only
|
|
2311
|
+
* delivered if a TLS connection can be established. If the value is <code>Optional</code>,
|
|
2312
|
+
* messages can be delivered in plain text if a TLS connection can't be established.</p>
|
|
2313
|
+
* @public
|
|
2314
|
+
*/
|
|
2315
|
+
TlsPolicy?: TlsPolicy | undefined;
|
|
2316
|
+
}
|
|
2317
|
+
/**
|
|
2318
|
+
* <p>Represents a request to return the metadata and receipt rules for the receipt rule set
|
|
2319
|
+
* that is currently active. You use receipt rule sets to receive email with Amazon SES. For
|
|
2320
|
+
* more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
|
|
2321
|
+
* Guide</a>.</p>
|
|
2322
|
+
* @public
|
|
2323
|
+
*/
|
|
2324
|
+
export interface DescribeActiveReceiptRuleSetRequest {
|
|
2325
|
+
}
|
|
2326
|
+
/**
|
|
2327
|
+
* <p>Information about a receipt rule set.</p>
|
|
2328
|
+
* <p>A receipt rule set is a collection of rules that specify what Amazon SES should do with
|
|
2329
|
+
* mail it receives on behalf of your account's verified domains.</p>
|
|
2330
|
+
* <p>For information about setting up receipt rule sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html#receiving-email-concepts-rules">Amazon SES Developer Guide</a>.</p>
|
|
2331
|
+
* @public
|
|
2332
|
+
*/
|
|
2333
|
+
export interface ReceiptRuleSetMetadata {
|
|
2334
|
+
/**
|
|
2335
|
+
* <p>The name of the receipt rule set. The name must meet the following
|
|
2336
|
+
* requirements:</p>
|
|
2337
|
+
* <ul>
|
|
2338
|
+
* <li>
|
|
2339
|
+
* <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
|
|
2340
|
+
* dashes (-).</p>
|
|
2341
|
+
* </li>
|
|
2342
|
+
* <li>
|
|
2343
|
+
* <p>Start and end with a letter or number.</p>
|
|
2344
|
+
* </li>
|
|
2345
|
+
* <li>
|
|
2346
|
+
* <p>Contain 64 characters or fewer.</p>
|
|
2347
|
+
* </li>
|
|
2348
|
+
* </ul>
|
|
2349
|
+
* @public
|
|
2350
|
+
*/
|
|
2351
|
+
Name?: string | undefined;
|
|
2352
|
+
/**
|
|
2353
|
+
* <p>The date and time the receipt rule set was created.</p>
|
|
2354
|
+
* @public
|
|
2355
|
+
*/
|
|
2356
|
+
CreatedTimestamp?: Date | undefined;
|
|
2357
|
+
}
|
|
2358
|
+
/**
|
|
2359
|
+
* <p>Represents the metadata and receipt rules for the receipt rule set that is currently
|
|
2360
|
+
* active.</p>
|
|
2361
|
+
* @public
|
|
2362
|
+
*/
|
|
2363
|
+
export interface DescribeActiveReceiptRuleSetResponse {
|
|
2364
|
+
/**
|
|
2365
|
+
* <p>The metadata for the currently active receipt rule set. The metadata consists of the
|
|
2366
|
+
* rule set name and a timestamp of when the rule set was created.</p>
|
|
2367
|
+
* @public
|
|
2368
|
+
*/
|
|
2369
|
+
Metadata?: ReceiptRuleSetMetadata | undefined;
|
|
2370
|
+
/**
|
|
2371
|
+
* <p>The receipt rules that belong to the active rule set.</p>
|
|
2372
|
+
* @public
|
|
2373
|
+
*/
|
|
2374
|
+
Rules?: ReceiptRule[] | undefined;
|
|
2375
|
+
}
|
|
2376
|
+
/**
|
|
2377
|
+
* <p>Represents a request to return the details of a configuration set. Configuration sets
|
|
2378
|
+
* enable you to publish email sending events. For information about using configuration
|
|
2379
|
+
* sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
|
|
2380
|
+
* Guide</a>.</p>
|
|
2381
|
+
* @public
|
|
2382
|
+
*/
|
|
2383
|
+
export interface DescribeConfigurationSetRequest {
|
|
2384
|
+
/**
|
|
2385
|
+
* <p>The name of the configuration set to describe.</p>
|
|
2386
|
+
* @public
|
|
2387
|
+
*/
|
|
2388
|
+
ConfigurationSetName: string | undefined;
|
|
2389
|
+
/**
|
|
2390
|
+
* <p>A list of configuration set attributes to return.</p>
|
|
2391
|
+
* @public
|
|
2392
|
+
*/
|
|
2393
|
+
ConfigurationSetAttributeNames?: ConfigurationSetAttribute[] | undefined;
|
|
2394
|
+
}
|
|
2395
|
+
/**
|
|
2396
|
+
* <p>Contains information about the reputation settings for a configuration set.</p>
|
|
2397
|
+
* @public
|
|
2398
|
+
*/
|
|
2399
|
+
export interface ReputationOptions {
|
|
2400
|
+
/**
|
|
2401
|
+
* <p>Describes whether email sending is enabled or disabled for the configuration set. If
|
|
2402
|
+
* the value is <code>true</code>, then Amazon SES sends emails that use the configuration set.
|
|
2403
|
+
* If the value is <code>false</code>, Amazon SES does not send emails that use the
|
|
2404
|
+
* configuration set. The default value is <code>true</code>. You can change this setting
|
|
2405
|
+
* using <a>UpdateConfigurationSetSendingEnabled</a>.</p>
|
|
2406
|
+
* @public
|
|
2407
|
+
*/
|
|
2408
|
+
SendingEnabled?: boolean | undefined;
|
|
2409
|
+
/**
|
|
2410
|
+
* <p>Describes whether or not Amazon SES publishes reputation metrics for the configuration set,
|
|
2411
|
+
* such as bounce and complaint rates, to Amazon CloudWatch.</p>
|
|
2412
|
+
* <p>If the value is <code>true</code>, reputation metrics are published. If the value is
|
|
2413
|
+
* <code>false</code>, reputation metrics are not published. The default value is
|
|
2414
|
+
* <code>false</code>.</p>
|
|
2415
|
+
* @public
|
|
2416
|
+
*/
|
|
2417
|
+
ReputationMetricsEnabled?: boolean | undefined;
|
|
2418
|
+
/**
|
|
2419
|
+
* <p>The date and time at which the reputation metrics for the configuration set were last
|
|
2420
|
+
* reset. Resetting these metrics is known as a <i>fresh start</i>.</p>
|
|
2421
|
+
* <p>When you disable email sending for a configuration set using <a>UpdateConfigurationSetSendingEnabled</a> and later re-enable it, the
|
|
2422
|
+
* reputation metrics for the configuration set (but not for the entire Amazon SES account) are
|
|
2423
|
+
* reset.</p>
|
|
2424
|
+
* <p>If email sending for the configuration set has never been disabled and later
|
|
2425
|
+
* re-enabled, the value of this attribute is <code>null</code>.</p>
|
|
2426
|
+
* @public
|
|
2427
|
+
*/
|
|
2428
|
+
LastFreshStart?: Date | undefined;
|
|
2429
|
+
}
|
|
2430
|
+
/**
|
|
2431
|
+
* <p>Represents the details of a configuration set. Configuration sets enable you to
|
|
2432
|
+
* publish email sending events. For information about using configuration sets, see the
|
|
2433
|
+
* <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
|
|
2434
|
+
* Developer Guide</a>.</p>
|
|
2435
|
+
* @public
|
|
2436
|
+
*/
|
|
2437
|
+
export interface DescribeConfigurationSetResponse {
|
|
2438
|
+
/**
|
|
2439
|
+
* <p>The configuration set object associated with the specified configuration set.</p>
|
|
2440
|
+
* @public
|
|
2441
|
+
*/
|
|
2442
|
+
ConfigurationSet?: ConfigurationSet | undefined;
|
|
2443
|
+
/**
|
|
2444
|
+
* <p>A list of event destinations associated with the configuration set. </p>
|
|
2445
|
+
* @public
|
|
2446
|
+
*/
|
|
2447
|
+
EventDestinations?: EventDestination[] | undefined;
|
|
2448
|
+
/**
|
|
2449
|
+
* <p>The name of the custom open and click tracking domain associated with the
|
|
2450
|
+
* configuration set.</p>
|
|
2451
|
+
* @public
|
|
2452
|
+
*/
|
|
2453
|
+
TrackingOptions?: TrackingOptions | undefined;
|
|
2454
|
+
/**
|
|
2455
|
+
* <p>Specifies whether messages that use the configuration set are required to use
|
|
2456
|
+
* Transport Layer Security (TLS).</p>
|
|
2457
|
+
* @public
|
|
2458
|
+
*/
|
|
2459
|
+
DeliveryOptions?: DeliveryOptions | undefined;
|
|
2460
|
+
/**
|
|
2461
|
+
* <p>An object that represents the reputation settings for the configuration set. </p>
|
|
2462
|
+
* @public
|
|
2463
|
+
*/
|
|
2464
|
+
ReputationOptions?: ReputationOptions | undefined;
|
|
2465
|
+
}
|
|
2466
|
+
/**
|
|
2467
|
+
* <p>Represents a request to return the details of a receipt rule. You use receipt rules to
|
|
2468
|
+
* receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
|
|
2469
|
+
* Guide</a>.</p>
|
|
2470
|
+
* @public
|
|
2471
|
+
*/
|
|
2472
|
+
export interface DescribeReceiptRuleRequest {
|
|
2473
|
+
/**
|
|
2474
|
+
* <p>The name of the receipt rule set that the receipt rule belongs to.</p>
|
|
2475
|
+
* @public
|
|
2476
|
+
*/
|
|
2477
|
+
RuleSetName: string | undefined;
|
|
2478
|
+
/**
|
|
2479
|
+
* <p>The name of the receipt rule.</p>
|
|
2480
|
+
* @public
|
|
2481
|
+
*/
|
|
2482
|
+
RuleName: string | undefined;
|
|
2483
|
+
}
|
|
2484
|
+
/**
|
|
2485
|
+
* <p>Represents the details of a receipt rule.</p>
|
|
2486
|
+
* @public
|
|
2487
|
+
*/
|
|
2488
|
+
export interface DescribeReceiptRuleResponse {
|
|
2489
|
+
/**
|
|
2490
|
+
* <p>A data structure that contains the specified receipt rule's name, actions, recipients,
|
|
2491
|
+
* domains, enabled status, scan status, and Transport Layer Security (TLS) policy.</p>
|
|
2492
|
+
* @public
|
|
2493
|
+
*/
|
|
2494
|
+
Rule?: ReceiptRule | undefined;
|
|
2495
|
+
}
|
|
2496
|
+
/**
|
|
2497
|
+
* <p>Represents a request to return the details of a receipt rule set. You use receipt rule
|
|
2498
|
+
* sets to receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
|
|
2499
|
+
* Developer Guide</a>.</p>
|
|
2500
|
+
* @public
|
|
2501
|
+
*/
|
|
2502
|
+
export interface DescribeReceiptRuleSetRequest {
|
|
2503
|
+
/**
|
|
2504
|
+
* <p>The name of the receipt rule set to describe.</p>
|
|
2505
|
+
* @public
|
|
2506
|
+
*/
|
|
2507
|
+
RuleSetName: string | undefined;
|
|
2508
|
+
}
|
|
2509
|
+
/**
|
|
2510
|
+
* <p>Represents the details of the specified receipt rule set.</p>
|
|
2511
|
+
* @public
|
|
2512
|
+
*/
|
|
2513
|
+
export interface DescribeReceiptRuleSetResponse {
|
|
2514
|
+
/**
|
|
2515
|
+
* <p>The metadata for the receipt rule set, which consists of the rule set name and the
|
|
2516
|
+
* timestamp of when the rule set was created.</p>
|
|
2517
|
+
* @public
|
|
2518
|
+
*/
|
|
2519
|
+
Metadata?: ReceiptRuleSetMetadata | undefined;
|
|
2520
|
+
/**
|
|
2521
|
+
* <p>A list of the receipt rules that belong to the specified receipt rule set.</p>
|
|
2522
|
+
* @public
|
|
2523
|
+
*/
|
|
2524
|
+
Rules?: ReceiptRule[] | undefined;
|
|
2525
|
+
}
|
|
2526
|
+
/**
|
|
2527
|
+
* @public
|
|
2528
|
+
* @enum
|
|
2529
|
+
*/
|
|
2530
|
+
export declare const VerificationStatus: {
|
|
2531
|
+
readonly Failed: "Failed";
|
|
2532
|
+
readonly NotStarted: "NotStarted";
|
|
2533
|
+
readonly Pending: "Pending";
|
|
2534
|
+
readonly Success: "Success";
|
|
2535
|
+
readonly TemporaryFailure: "TemporaryFailure";
|
|
2536
|
+
};
|
|
2537
|
+
/**
|
|
2538
|
+
* @public
|
|
2539
|
+
*/
|
|
2540
|
+
export type VerificationStatus = (typeof VerificationStatus)[keyof typeof VerificationStatus];
|
|
2541
|
+
/**
|
|
2542
|
+
* <p>Represents the DKIM attributes of a verified email address or a domain.</p>
|
|
2543
|
+
* @public
|
|
2544
|
+
*/
|
|
2545
|
+
export interface IdentityDkimAttributes {
|
|
2546
|
+
/**
|
|
2547
|
+
* <p>Is true if DKIM signing is enabled for email sent from the identity. It's false
|
|
2548
|
+
* otherwise. The default value is true.</p>
|
|
2549
|
+
* @public
|
|
2550
|
+
*/
|
|
2551
|
+
DkimEnabled: boolean | undefined;
|
|
2552
|
+
/**
|
|
2553
|
+
* <p>Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens)
|
|
2554
|
+
* published in the domain name's DNS. (This only applies to domain identities, not email
|
|
2555
|
+
* address identities.)</p>
|
|
2556
|
+
* @public
|
|
2557
|
+
*/
|
|
2558
|
+
DkimVerificationStatus: VerificationStatus | undefined;
|
|
2559
|
+
/**
|
|
2560
|
+
* <p>A set of character strings that represent the domain's identity. Using these tokens,
|
|
2561
|
+
* you need to create DNS CNAME records that point to DKIM public keys that are hosted by
|
|
2562
|
+
* Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection
|
|
2563
|
+
* process might take up to 72 hours. After successful detection, Amazon SES is able to
|
|
2564
|
+
* DKIM-sign email originating from that domain. (This only applies to domain identities,
|
|
2565
|
+
* not email address identities.)</p>
|
|
2566
|
+
* <p>For more information about creating DNS records using DKIM tokens, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html">Amazon SES Developer Guide</a>.</p>
|
|
2567
|
+
* @public
|
|
2568
|
+
*/
|
|
2569
|
+
DkimTokens?: string[] | undefined;
|
|
2570
|
+
}
|
|
2571
|
+
/**
|
|
2572
|
+
* <p>Represents a request to return the email sending status for your Amazon SES account in the
|
|
2573
|
+
* current Amazon Web Services Region.</p>
|
|
2574
|
+
* @public
|
|
2575
|
+
*/
|
|
2576
|
+
export interface GetAccountSendingEnabledResponse {
|
|
2577
|
+
/**
|
|
2578
|
+
* <p>Describes whether email sending is enabled or disabled for your Amazon SES account in the
|
|
2579
|
+
* current Amazon Web Services Region.</p>
|
|
2580
|
+
* @public
|
|
2581
|
+
*/
|
|
2582
|
+
Enabled?: boolean | undefined;
|
|
2583
|
+
}
|
|
2584
|
+
/**
|
|
2585
|
+
* <p>Represents a request to retrieve an existing custom verification email
|
|
2586
|
+
* template.</p>
|
|
2587
|
+
* @public
|
|
2588
|
+
*/
|
|
2589
|
+
export interface GetCustomVerificationEmailTemplateRequest {
|
|
2590
|
+
/**
|
|
2591
|
+
* <p>The name of the custom verification email template to retrieve.</p>
|
|
2592
|
+
* @public
|
|
2593
|
+
*/
|
|
2594
|
+
TemplateName: string | undefined;
|
|
2595
|
+
}
|
|
2596
|
+
/**
|
|
2597
|
+
* <p>The content of the custom verification email template.</p>
|
|
2598
|
+
* @public
|
|
2599
|
+
*/
|
|
2600
|
+
export interface GetCustomVerificationEmailTemplateResponse {
|
|
2601
|
+
/**
|
|
2602
|
+
* <p>The name of the custom verification email template.</p>
|
|
2603
|
+
* @public
|
|
2604
|
+
*/
|
|
2605
|
+
TemplateName?: string | undefined;
|
|
2606
|
+
/**
|
|
2607
|
+
* <p>The email address that the custom verification email is sent from.</p>
|
|
2608
|
+
* @public
|
|
2609
|
+
*/
|
|
2610
|
+
FromEmailAddress?: string | undefined;
|
|
2611
|
+
/**
|
|
2612
|
+
* <p>The subject line of the custom verification email.</p>
|
|
2613
|
+
* @public
|
|
2614
|
+
*/
|
|
2615
|
+
TemplateSubject?: string | undefined;
|
|
2616
|
+
/**
|
|
2617
|
+
* <p>The content of the custom verification email.</p>
|
|
2618
|
+
* @public
|
|
2619
|
+
*/
|
|
2620
|
+
TemplateContent?: string | undefined;
|
|
2621
|
+
/**
|
|
2622
|
+
* <p>The URL that the recipient of the verification email is sent to if his or her address
|
|
2623
|
+
* is successfully verified.</p>
|
|
2624
|
+
* @public
|
|
2625
|
+
*/
|
|
2626
|
+
SuccessRedirectionURL?: string | undefined;
|
|
2627
|
+
/**
|
|
2628
|
+
* <p>The URL that the recipient of the verification email is sent to if his or her address
|
|
2629
|
+
* is not successfully verified.</p>
|
|
2630
|
+
* @public
|
|
2631
|
+
*/
|
|
2632
|
+
FailureRedirectionURL?: string | undefined;
|
|
2633
|
+
}
|
|
2634
|
+
/**
|
|
2635
|
+
* <p>Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For
|
|
2636
|
+
* domain identities, this request also returns the DKIM tokens that are required for Easy
|
|
2637
|
+
* DKIM signing, and whether Amazon SES successfully verified that these tokens were published.
|
|
2638
|
+
* For more information about Easy DKIM, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html">Amazon SES Developer
|
|
2639
|
+
* Guide</a>.</p>
|
|
2640
|
+
* @public
|
|
2641
|
+
*/
|
|
2642
|
+
export interface GetIdentityDkimAttributesRequest {
|
|
2643
|
+
/**
|
|
2644
|
+
* <p>A list of one or more verified identities - email addresses, domains, or both.</p>
|
|
2645
|
+
* @public
|
|
2646
|
+
*/
|
|
2647
|
+
Identities: string[] | undefined;
|
|
2648
|
+
}
|
|
2649
|
+
/**
|
|
2650
|
+
* <p>Represents the status of Amazon SES Easy DKIM signing for an identity. For domain
|
|
2651
|
+
* identities, this response also contains the DKIM tokens that are required for Easy DKIM
|
|
2652
|
+
* signing, and whether Amazon SES successfully verified that these tokens were
|
|
2653
|
+
* published.</p>
|
|
2654
|
+
* @public
|
|
2655
|
+
*/
|
|
2656
|
+
export interface GetIdentityDkimAttributesResponse {
|
|
2657
|
+
/**
|
|
2658
|
+
* <p>The DKIM attributes for an email address or a domain.</p>
|
|
2659
|
+
* @public
|
|
2660
|
+
*/
|
|
2661
|
+
DkimAttributes: Record<string, IdentityDkimAttributes> | undefined;
|
|
2662
|
+
}
|
|
2663
|
+
/**
|
|
2664
|
+
* <p>Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of
|
|
2665
|
+
* identities. For information about using a custom MAIL FROM domain, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/mail-from.html">Amazon SES Developer
|
|
2666
|
+
* Guide</a>.</p>
|
|
2667
|
+
* @public
|
|
2668
|
+
*/
|
|
2669
|
+
export interface GetIdentityMailFromDomainAttributesRequest {
|
|
2670
|
+
/**
|
|
2671
|
+
* <p>A list of one or more identities.</p>
|
|
2672
|
+
* @public
|
|
2673
|
+
*/
|
|
2674
|
+
Identities: string[] | undefined;
|
|
2675
|
+
}
|
|
2676
|
+
/**
|
|
2677
|
+
* <p>Represents the custom MAIL FROM domain attributes of a verified identity (email
|
|
2678
|
+
* address or domain).</p>
|
|
2679
|
+
* @public
|
|
2680
|
+
*/
|
|
2681
|
+
export interface IdentityMailFromDomainAttributes {
|
|
2682
|
+
/**
|
|
2683
|
+
* <p>The custom MAIL FROM domain that the identity is configured to use.</p>
|
|
2684
|
+
* @public
|
|
2685
|
+
*/
|
|
2686
|
+
MailFromDomain: string | undefined;
|
|
2687
|
+
/**
|
|
2688
|
+
* <p>The state that indicates whether Amazon SES has successfully read the MX record required
|
|
2689
|
+
* for custom MAIL FROM domain setup. If the state is <code>Success</code>, Amazon SES uses the
|
|
2690
|
+
* specified custom MAIL FROM domain when the verified identity sends an email. All other
|
|
2691
|
+
* states indicate that Amazon SES takes the action described by
|
|
2692
|
+
* <code>BehaviorOnMXFailure</code>.</p>
|
|
2693
|
+
* @public
|
|
2694
|
+
*/
|
|
2695
|
+
MailFromDomainStatus: CustomMailFromStatus | undefined;
|
|
2696
|
+
/**
|
|
2697
|
+
* <p>The action that Amazon SES takes if it cannot successfully read the required MX record when
|
|
2698
|
+
* you send an email. A value of <code>UseDefaultValue</code> indicates that if Amazon SES
|
|
2699
|
+
* cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as
|
|
2700
|
+
* the MAIL FROM domain. A value of <code>RejectMessage</code> indicates that if Amazon SES
|
|
2701
|
+
* cannot read the required MX record, Amazon SES returns a
|
|
2702
|
+
* <code>MailFromDomainNotVerified</code> error and does not send the email.</p>
|
|
2703
|
+
* <p>The custom MAIL FROM setup states that result in this behavior are
|
|
2704
|
+
* <code>Pending</code>, <code>Failed</code>, and <code>TemporaryFailure</code>.</p>
|
|
2705
|
+
* @public
|
|
2706
|
+
*/
|
|
2707
|
+
BehaviorOnMXFailure: BehaviorOnMXFailure | undefined;
|
|
2708
|
+
}
|
|
2709
|
+
/**
|
|
2710
|
+
* <p>Represents the custom MAIL FROM attributes for a list of identities.</p>
|
|
2711
|
+
* @public
|
|
2712
|
+
*/
|
|
2713
|
+
export interface GetIdentityMailFromDomainAttributesResponse {
|
|
2714
|
+
/**
|
|
2715
|
+
* <p>A map of identities to custom MAIL FROM attributes.</p>
|
|
2716
|
+
* @public
|
|
2717
|
+
*/
|
|
2718
|
+
MailFromDomainAttributes: Record<string, IdentityMailFromDomainAttributes> | undefined;
|
|
2719
|
+
}
|
|
2720
|
+
/**
|
|
2721
|
+
* <p>Represents a request to return the notification attributes for a list of identities
|
|
2722
|
+
* you verified with Amazon SES. For information about Amazon SES notifications, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications.html">Amazon SES
|
|
2723
|
+
* Developer Guide</a>.</p>
|
|
2724
|
+
* @public
|
|
2725
|
+
*/
|
|
2726
|
+
export interface GetIdentityNotificationAttributesRequest {
|
|
2727
|
+
/**
|
|
2728
|
+
* <p>A list of one or more identities. You can specify an identity by using its name or by
|
|
2729
|
+
* using its Amazon Resource Name (ARN). Examples: <code>user@example.com</code>,
|
|
2730
|
+
* <code>example.com</code>,
|
|
2731
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
|
|
2732
|
+
* @public
|
|
2733
|
+
*/
|
|
2734
|
+
Identities: string[] | undefined;
|
|
2735
|
+
}
|
|
2736
|
+
/**
|
|
2737
|
+
* <p>Represents the notification attributes of an identity, including whether an identity
|
|
2738
|
+
* has Amazon Simple Notification Service (Amazon SNS) topics set for bounce, complaint, and/or delivery notifications,
|
|
2739
|
+
* and whether feedback forwarding is enabled for bounce and complaint
|
|
2740
|
+
* notifications.</p>
|
|
2741
|
+
* @public
|
|
2742
|
+
*/
|
|
2743
|
+
export interface IdentityNotificationAttributes {
|
|
2744
|
+
/**
|
|
2745
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes bounce
|
|
2746
|
+
* notifications.</p>
|
|
2747
|
+
* @public
|
|
2748
|
+
*/
|
|
2749
|
+
BounceTopic: string | undefined;
|
|
2750
|
+
/**
|
|
2751
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes complaint
|
|
2752
|
+
* notifications.</p>
|
|
2753
|
+
* @public
|
|
2754
|
+
*/
|
|
2755
|
+
ComplaintTopic: string | undefined;
|
|
2756
|
+
/**
|
|
2757
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes delivery
|
|
2758
|
+
* notifications.</p>
|
|
2759
|
+
* @public
|
|
2760
|
+
*/
|
|
2761
|
+
DeliveryTopic: string | undefined;
|
|
2762
|
+
/**
|
|
2763
|
+
* <p>Describes whether Amazon SES forwards bounce and complaint notifications as email.
|
|
2764
|
+
* <code>true</code> indicates that Amazon SES forwards bounce and complaint notifications
|
|
2765
|
+
* as email, while <code>false</code> indicates that bounce and complaint notifications are
|
|
2766
|
+
* published only to the specified bounce and complaint Amazon SNS topics.</p>
|
|
2767
|
+
* @public
|
|
2768
|
+
*/
|
|
2769
|
+
ForwardingEnabled: boolean | undefined;
|
|
2770
|
+
/**
|
|
2771
|
+
* <p>Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of
|
|
2772
|
+
* type <code>Bounce</code>. A value of <code>true</code> specifies that Amazon SES includes
|
|
2773
|
+
* headers in bounce notifications, and a value of <code>false</code> specifies that Amazon SES
|
|
2774
|
+
* does not include headers in bounce notifications.</p>
|
|
2775
|
+
* @public
|
|
2776
|
+
*/
|
|
2777
|
+
HeadersInBounceNotificationsEnabled?: boolean | undefined;
|
|
2778
|
+
/**
|
|
2779
|
+
* <p>Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of
|
|
2780
|
+
* type <code>Complaint</code>. A value of <code>true</code> specifies that Amazon SES includes
|
|
2781
|
+
* headers in complaint notifications, and a value of <code>false</code> specifies that
|
|
2782
|
+
* Amazon SES does not include headers in complaint notifications.</p>
|
|
2783
|
+
* @public
|
|
2784
|
+
*/
|
|
2785
|
+
HeadersInComplaintNotificationsEnabled?: boolean | undefined;
|
|
2786
|
+
/**
|
|
2787
|
+
* <p>Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of
|
|
2788
|
+
* type <code>Delivery</code>. A value of <code>true</code> specifies that Amazon SES includes
|
|
2789
|
+
* headers in delivery notifications, and a value of <code>false</code> specifies that
|
|
2790
|
+
* Amazon SES does not include headers in delivery notifications.</p>
|
|
2791
|
+
* @public
|
|
2792
|
+
*/
|
|
2793
|
+
HeadersInDeliveryNotificationsEnabled?: boolean | undefined;
|
|
2794
|
+
}
|
|
2795
|
+
/**
|
|
2796
|
+
* <p>Represents the notification attributes for a list of identities.</p>
|
|
2797
|
+
* @public
|
|
2798
|
+
*/
|
|
2799
|
+
export interface GetIdentityNotificationAttributesResponse {
|
|
2800
|
+
/**
|
|
2801
|
+
* <p>A map of Identity to IdentityNotificationAttributes.</p>
|
|
2802
|
+
* @public
|
|
2803
|
+
*/
|
|
2804
|
+
NotificationAttributes: Record<string, IdentityNotificationAttributes> | undefined;
|
|
2805
|
+
}
|
|
2806
|
+
/**
|
|
2807
|
+
* <p>Represents a request to return the requested sending authorization policies for an
|
|
2808
|
+
* identity. Sending authorization is an Amazon SES feature that enables you to authorize other
|
|
2809
|
+
* senders to use your identities. For information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
|
|
2810
|
+
* @public
|
|
2811
|
+
*/
|
|
2812
|
+
export interface GetIdentityPoliciesRequest {
|
|
2813
|
+
/**
|
|
2814
|
+
* <p>The identity for which the policies are retrieved. You can specify an identity by
|
|
2815
|
+
* using its name or by using its Amazon Resource Name (ARN). Examples:
|
|
2816
|
+
* <code>user@example.com</code>, <code>example.com</code>,
|
|
2817
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
|
|
2818
|
+
* <p>To successfully call this operation, you must own the identity.</p>
|
|
2819
|
+
* @public
|
|
2820
|
+
*/
|
|
2821
|
+
Identity: string | undefined;
|
|
2822
|
+
/**
|
|
2823
|
+
* <p>A list of the names of policies to be retrieved. You can retrieve a maximum of 20
|
|
2824
|
+
* policies at a time. If you do not know the names of the policies that are attached to
|
|
2825
|
+
* the identity, you can use <code>ListIdentityPolicies</code>.</p>
|
|
2826
|
+
* @public
|
|
2827
|
+
*/
|
|
2828
|
+
PolicyNames: string[] | undefined;
|
|
2829
|
+
}
|
|
2830
|
+
/**
|
|
2831
|
+
* <p>Represents the requested sending authorization policies.</p>
|
|
2832
|
+
* @public
|
|
2833
|
+
*/
|
|
2834
|
+
export interface GetIdentityPoliciesResponse {
|
|
2835
|
+
/**
|
|
2836
|
+
* <p>A map of policy names to policies.</p>
|
|
2837
|
+
* @public
|
|
2838
|
+
*/
|
|
2839
|
+
Policies: Record<string, string> | undefined;
|
|
2840
|
+
}
|
|
2841
|
+
/**
|
|
2842
|
+
* <p>Represents a request to return the Amazon SES verification status of a list of identities.
|
|
2843
|
+
* For domain identities, this request also returns the verification token. For information
|
|
2844
|
+
* about verifying identities with Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html">Amazon SES Developer Guide</a>.</p>
|
|
2845
|
+
* @public
|
|
2846
|
+
*/
|
|
2847
|
+
export interface GetIdentityVerificationAttributesRequest {
|
|
2848
|
+
/**
|
|
2849
|
+
* <p>A list of identities.</p>
|
|
2850
|
+
* @public
|
|
2851
|
+
*/
|
|
2852
|
+
Identities: string[] | undefined;
|
|
2853
|
+
}
|
|
2854
|
+
/**
|
|
2855
|
+
* <p>Represents the verification attributes of a single identity.</p>
|
|
2856
|
+
* @public
|
|
2857
|
+
*/
|
|
2858
|
+
export interface IdentityVerificationAttributes {
|
|
2859
|
+
/**
|
|
2860
|
+
* <p>The verification status of the identity: "Pending", "Success", "Failed", or
|
|
2861
|
+
* "TemporaryFailure".</p>
|
|
2862
|
+
* @public
|
|
2863
|
+
*/
|
|
2864
|
+
VerificationStatus: VerificationStatus | undefined;
|
|
2865
|
+
/**
|
|
2866
|
+
* <p>The verification token for a domain identity. Null for email address
|
|
2867
|
+
* identities.</p>
|
|
2868
|
+
* @public
|
|
2869
|
+
*/
|
|
2870
|
+
VerificationToken?: string | undefined;
|
|
2871
|
+
}
|
|
2872
|
+
/**
|
|
2873
|
+
* <p>The Amazon SES verification status of a list of identities. For domain identities, this
|
|
2874
|
+
* response also contains the verification token.</p>
|
|
2875
|
+
* @public
|
|
2876
|
+
*/
|
|
2877
|
+
export interface GetIdentityVerificationAttributesResponse {
|
|
2878
|
+
/**
|
|
2879
|
+
* <p>A map of Identities to IdentityVerificationAttributes objects.</p>
|
|
2880
|
+
* @public
|
|
2881
|
+
*/
|
|
2882
|
+
VerificationAttributes: Record<string, IdentityVerificationAttributes> | undefined;
|
|
2883
|
+
}
|
|
2884
|
+
/**
|
|
2885
|
+
* <p>Represents your Amazon SES daily sending quota, maximum send rate, and the number of emails
|
|
2886
|
+
* you have sent in the last 24 hours.</p>
|
|
2887
|
+
* @public
|
|
2888
|
+
*/
|
|
2889
|
+
export interface GetSendQuotaResponse {
|
|
2890
|
+
/**
|
|
2891
|
+
* <p>The maximum number of emails the user is allowed to send in a 24-hour interval. A
|
|
2892
|
+
* value of -1 signifies an unlimited quota.</p>
|
|
2893
|
+
* @public
|
|
2894
|
+
*/
|
|
2895
|
+
Max24HourSend?: number | undefined;
|
|
2896
|
+
/**
|
|
2897
|
+
* <p>The maximum number of emails that Amazon SES can accept from the user's account per
|
|
2898
|
+
* second.</p>
|
|
2899
|
+
* <note>
|
|
2900
|
+
* <p>The rate at which Amazon SES accepts the user's messages might be less than the maximum
|
|
2901
|
+
* send rate.</p>
|
|
2902
|
+
* </note>
|
|
2903
|
+
* @public
|
|
2904
|
+
*/
|
|
2905
|
+
MaxSendRate?: number | undefined;
|
|
2906
|
+
/**
|
|
2907
|
+
* <p>The number of emails sent during the previous 24 hours.</p>
|
|
2908
|
+
* @public
|
|
2909
|
+
*/
|
|
2910
|
+
SentLast24Hours?: number | undefined;
|
|
2911
|
+
}
|
|
2912
|
+
/**
|
|
2913
|
+
* <p>Represents sending statistics data. Each <code>SendDataPoint</code> contains
|
|
2914
|
+
* statistics for a 15-minute period of sending activity. </p>
|
|
2915
|
+
* @public
|
|
2916
|
+
*/
|
|
2917
|
+
export interface SendDataPoint {
|
|
2918
|
+
/**
|
|
2919
|
+
* <p>Time of the data point.</p>
|
|
2920
|
+
* @public
|
|
2921
|
+
*/
|
|
2922
|
+
Timestamp?: Date | undefined;
|
|
2923
|
+
/**
|
|
2924
|
+
* <p>Number of emails that have been sent.</p>
|
|
2925
|
+
* @public
|
|
2926
|
+
*/
|
|
2927
|
+
DeliveryAttempts?: number | undefined;
|
|
2928
|
+
/**
|
|
2929
|
+
* <p>Number of emails that have bounced.</p>
|
|
2930
|
+
* @public
|
|
2931
|
+
*/
|
|
2932
|
+
Bounces?: number | undefined;
|
|
2933
|
+
/**
|
|
2934
|
+
* <p>Number of unwanted emails that were rejected by recipients.</p>
|
|
2935
|
+
* @public
|
|
2936
|
+
*/
|
|
2937
|
+
Complaints?: number | undefined;
|
|
2938
|
+
/**
|
|
2939
|
+
* <p>Number of emails rejected by Amazon SES.</p>
|
|
2940
|
+
* @public
|
|
2941
|
+
*/
|
|
2942
|
+
Rejects?: number | undefined;
|
|
2943
|
+
}
|
|
2944
|
+
/**
|
|
2945
|
+
* <p>Represents a list of data points. This list contains aggregated data from the previous
|
|
2946
|
+
* two weeks of your sending activity with Amazon SES.</p>
|
|
2947
|
+
* @public
|
|
2948
|
+
*/
|
|
2949
|
+
export interface GetSendStatisticsResponse {
|
|
2950
|
+
/**
|
|
2951
|
+
* <p>A list of data points, each of which represents 15 minutes of activity.</p>
|
|
2952
|
+
* @public
|
|
2953
|
+
*/
|
|
2954
|
+
SendDataPoints?: SendDataPoint[] | undefined;
|
|
2955
|
+
}
|
|
2956
|
+
/**
|
|
2957
|
+
* @public
|
|
2958
|
+
*/
|
|
2959
|
+
export interface GetTemplateRequest {
|
|
2960
|
+
/**
|
|
2961
|
+
* <p>The name of the template to retrieve.</p>
|
|
2962
|
+
* @public
|
|
2963
|
+
*/
|
|
2964
|
+
TemplateName: string | undefined;
|
|
2965
|
+
}
|
|
2966
|
+
/**
|
|
2967
|
+
* @public
|
|
2968
|
+
*/
|
|
2969
|
+
export interface GetTemplateResponse {
|
|
2970
|
+
/**
|
|
2971
|
+
* <p>The content of the email, composed of a subject line and either an HTML part or a
|
|
2972
|
+
* text-only part.</p>
|
|
2973
|
+
* @public
|
|
2974
|
+
*/
|
|
2975
|
+
Template?: Template | undefined;
|
|
2976
|
+
}
|
|
2977
|
+
/**
|
|
2978
|
+
* <p>Indicates that the Template object you specified does not exist in your Amazon SES
|
|
2979
|
+
* account.</p>
|
|
2980
|
+
* @public
|
|
2981
|
+
*/
|
|
2982
|
+
export declare class TemplateDoesNotExistException extends __BaseException {
|
|
2983
|
+
readonly name: "TemplateDoesNotExistException";
|
|
2984
|
+
readonly $fault: "client";
|
|
2985
|
+
TemplateName?: string | undefined;
|
|
2986
|
+
/**
|
|
2987
|
+
* @internal
|
|
2988
|
+
*/
|
|
2989
|
+
constructor(opts: __ExceptionOptionType<TemplateDoesNotExistException, __BaseException>);
|
|
2990
|
+
}
|
|
2991
|
+
/**
|
|
2992
|
+
* @public
|
|
2993
|
+
* @enum
|
|
2994
|
+
*/
|
|
2995
|
+
export declare const IdentityType: {
|
|
2996
|
+
readonly Domain: "Domain";
|
|
2997
|
+
readonly EmailAddress: "EmailAddress";
|
|
2998
|
+
};
|
|
2999
|
+
/**
|
|
3000
|
+
* @public
|
|
3001
|
+
*/
|
|
3002
|
+
export type IdentityType = (typeof IdentityType)[keyof typeof IdentityType];
|
|
3003
|
+
/**
|
|
3004
|
+
* <p>Indicates that provided delivery option is invalid.</p>
|
|
3005
|
+
* @public
|
|
3006
|
+
*/
|
|
3007
|
+
export declare class InvalidDeliveryOptionsException extends __BaseException {
|
|
3008
|
+
readonly name: "InvalidDeliveryOptionsException";
|
|
3009
|
+
readonly $fault: "client";
|
|
3010
|
+
/**
|
|
3011
|
+
* @internal
|
|
3012
|
+
*/
|
|
3013
|
+
constructor(opts: __ExceptionOptionType<InvalidDeliveryOptionsException, __BaseException>);
|
|
3014
|
+
}
|
|
3015
|
+
/**
|
|
3016
|
+
* <p>Indicates that the provided policy is invalid. Check the error stack for more
|
|
3017
|
+
* information about what caused the error.</p>
|
|
3018
|
+
* @public
|
|
3019
|
+
*/
|
|
3020
|
+
export declare class InvalidPolicyException extends __BaseException {
|
|
3021
|
+
readonly name: "InvalidPolicyException";
|
|
3022
|
+
readonly $fault: "client";
|
|
3023
|
+
/**
|
|
3024
|
+
* @internal
|
|
3025
|
+
*/
|
|
3026
|
+
constructor(opts: __ExceptionOptionType<InvalidPolicyException, __BaseException>);
|
|
3027
|
+
}
|
|
3028
|
+
/**
|
|
3029
|
+
* <p>Indicates that one or more of the replacement values you provided is invalid. This
|
|
3030
|
+
* error may occur when the TemplateData object contains invalid JSON.</p>
|
|
3031
|
+
* @public
|
|
3032
|
+
*/
|
|
3033
|
+
export declare class InvalidRenderingParameterException extends __BaseException {
|
|
3034
|
+
readonly name: "InvalidRenderingParameterException";
|
|
3035
|
+
readonly $fault: "client";
|
|
3036
|
+
TemplateName?: string | undefined;
|
|
3037
|
+
/**
|
|
3038
|
+
* @internal
|
|
3039
|
+
*/
|
|
3040
|
+
constructor(opts: __ExceptionOptionType<InvalidRenderingParameterException, __BaseException>);
|
|
3041
|
+
}
|
|
3042
|
+
/**
|
|
3043
|
+
* <p>Represents a request to list the configuration sets associated with your
|
|
3044
|
+
* Amazon Web Services account. Configuration sets enable you to publish email sending events. For
|
|
3045
|
+
* information about using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
|
|
3046
|
+
* Guide</a>.</p>
|
|
3047
|
+
* @public
|
|
3048
|
+
*/
|
|
3049
|
+
export interface ListConfigurationSetsRequest {
|
|
3050
|
+
/**
|
|
3051
|
+
* <p>A token returned from a previous call to <code>ListConfigurationSets</code> to
|
|
3052
|
+
* indicate the position of the configuration set in the configuration set list.</p>
|
|
3053
|
+
* @public
|
|
3054
|
+
*/
|
|
3055
|
+
NextToken?: string | undefined;
|
|
3056
|
+
/**
|
|
3057
|
+
* <p>The number of configuration sets to return.</p>
|
|
3058
|
+
* @public
|
|
3059
|
+
*/
|
|
3060
|
+
MaxItems?: number | undefined;
|
|
3061
|
+
}
|
|
3062
|
+
/**
|
|
3063
|
+
* <p>A list of configuration sets associated with your Amazon Web Services account. Configuration sets
|
|
3064
|
+
* enable you to publish email sending events. For information about using configuration
|
|
3065
|
+
* sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
|
|
3066
|
+
* Guide</a>.</p>
|
|
3067
|
+
* @public
|
|
3068
|
+
*/
|
|
3069
|
+
export interface ListConfigurationSetsResponse {
|
|
3070
|
+
/**
|
|
3071
|
+
* <p>A list of configuration sets.</p>
|
|
3072
|
+
* @public
|
|
3073
|
+
*/
|
|
3074
|
+
ConfigurationSets?: ConfigurationSet[] | undefined;
|
|
3075
|
+
/**
|
|
3076
|
+
* <p>A token indicating that there are additional configuration sets available to be
|
|
3077
|
+
* listed. Pass this token to successive calls of <code>ListConfigurationSets</code>.
|
|
3078
|
+
* </p>
|
|
3079
|
+
* @public
|
|
3080
|
+
*/
|
|
3081
|
+
NextToken?: string | undefined;
|
|
3082
|
+
}
|
|
3083
|
+
/**
|
|
3084
|
+
* <p>Represents a request to list the existing custom verification email templates for your
|
|
3085
|
+
* account.</p>
|
|
3086
|
+
* <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
|
|
3087
|
+
* Custom Verification Email Templates</a> in the <i>Amazon SES Developer
|
|
3088
|
+
* Guide</i>.</p>
|
|
3089
|
+
* @public
|
|
3090
|
+
*/
|
|
3091
|
+
export interface ListCustomVerificationEmailTemplatesRequest {
|
|
3092
|
+
/**
|
|
3093
|
+
* <p>An array the contains the name and creation time stamp for each template in your Amazon SES
|
|
3094
|
+
* account.</p>
|
|
3095
|
+
* @public
|
|
3096
|
+
*/
|
|
3097
|
+
NextToken?: string | undefined;
|
|
3098
|
+
/**
|
|
3099
|
+
* <p>The maximum number of custom verification email templates to return. This value must
|
|
3100
|
+
* be at least 1 and less than or equal to 50. If you do not specify a value, or if you
|
|
3101
|
+
* specify a value less than 1 or greater than 50, the operation returns up to 50
|
|
3102
|
+
* results.</p>
|
|
3103
|
+
* @public
|
|
3104
|
+
*/
|
|
3105
|
+
MaxResults?: number | undefined;
|
|
3106
|
+
}
|
|
3107
|
+
/**
|
|
3108
|
+
* <p>A paginated list of custom verification email templates.</p>
|
|
3109
|
+
* @public
|
|
3110
|
+
*/
|
|
3111
|
+
export interface ListCustomVerificationEmailTemplatesResponse {
|
|
3112
|
+
/**
|
|
3113
|
+
* <p>A list of the custom verification email templates that exist in your account.</p>
|
|
3114
|
+
* @public
|
|
3115
|
+
*/
|
|
3116
|
+
CustomVerificationEmailTemplates?: CustomVerificationEmailTemplate[] | undefined;
|
|
3117
|
+
/**
|
|
3118
|
+
* <p>A token indicating that there are additional custom verification email templates
|
|
3119
|
+
* available to be listed. Pass this token to a subsequent call to
|
|
3120
|
+
* <code>ListTemplates</code> to retrieve the next 50 custom verification email
|
|
3121
|
+
* templates.</p>
|
|
3122
|
+
* @public
|
|
3123
|
+
*/
|
|
3124
|
+
NextToken?: string | undefined;
|
|
3125
|
+
}
|
|
3126
|
+
/**
|
|
3127
|
+
* <p>Represents a request to return a list of all identities (email addresses and domains)
|
|
3128
|
+
* that you have attempted to verify under your Amazon Web Services account, regardless of verification
|
|
3129
|
+
* status.</p>
|
|
3130
|
+
* @public
|
|
3131
|
+
*/
|
|
3132
|
+
export interface ListIdentitiesRequest {
|
|
3133
|
+
/**
|
|
3134
|
+
* <p>The type of the identities to list. Possible values are "EmailAddress" and "Domain".
|
|
3135
|
+
* If this parameter is omitted, then all identities are listed.</p>
|
|
3136
|
+
* @public
|
|
3137
|
+
*/
|
|
3138
|
+
IdentityType?: IdentityType | undefined;
|
|
3139
|
+
/**
|
|
3140
|
+
* <p>The token to use for pagination.</p>
|
|
3141
|
+
* @public
|
|
3142
|
+
*/
|
|
3143
|
+
NextToken?: string | undefined;
|
|
3144
|
+
/**
|
|
3145
|
+
* <p>The maximum number of identities per page. Possible values are 1-1000
|
|
3146
|
+
* inclusive.</p>
|
|
3147
|
+
* @public
|
|
3148
|
+
*/
|
|
3149
|
+
MaxItems?: number | undefined;
|
|
3150
|
+
}
|
|
3151
|
+
/**
|
|
3152
|
+
* <p>A list of all identities that you have attempted to verify under your Amazon Web Services account,
|
|
3153
|
+
* regardless of verification status.</p>
|
|
3154
|
+
* @public
|
|
3155
|
+
*/
|
|
3156
|
+
export interface ListIdentitiesResponse {
|
|
3157
|
+
/**
|
|
3158
|
+
* <p>A list of identities.</p>
|
|
3159
|
+
* @public
|
|
3160
|
+
*/
|
|
3161
|
+
Identities: string[] | undefined;
|
|
3162
|
+
/**
|
|
3163
|
+
* <p>The token used for pagination.</p>
|
|
3164
|
+
* @public
|
|
3165
|
+
*/
|
|
3166
|
+
NextToken?: string | undefined;
|
|
3167
|
+
}
|
|
3168
|
+
/**
|
|
3169
|
+
* <p>Represents a request to return a list of sending authorization policies that are
|
|
3170
|
+
* attached to an identity. Sending authorization is an Amazon SES feature that enables you to
|
|
3171
|
+
* authorize other senders to use your identities. For information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer
|
|
3172
|
+
* Guide</a>.</p>
|
|
3173
|
+
* @public
|
|
3174
|
+
*/
|
|
3175
|
+
export interface ListIdentityPoliciesRequest {
|
|
3176
|
+
/**
|
|
3177
|
+
* <p>The identity that is associated with the policy for which the policies are listed. You
|
|
3178
|
+
* can specify an identity by using its name or by using its Amazon Resource Name (ARN).
|
|
3179
|
+
* Examples: <code>user@example.com</code>, <code>example.com</code>,
|
|
3180
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
|
|
3181
|
+
* <p>To successfully call this operation, you must own the identity.</p>
|
|
3182
|
+
* @public
|
|
3183
|
+
*/
|
|
3184
|
+
Identity: string | undefined;
|
|
3185
|
+
}
|
|
3186
|
+
/**
|
|
3187
|
+
* <p>A list of names of sending authorization policies that apply to an identity.</p>
|
|
3188
|
+
* @public
|
|
3189
|
+
*/
|
|
3190
|
+
export interface ListIdentityPoliciesResponse {
|
|
3191
|
+
/**
|
|
3192
|
+
* <p>A list of names of policies that apply to the specified identity.</p>
|
|
3193
|
+
* @public
|
|
3194
|
+
*/
|
|
3195
|
+
PolicyNames: string[] | undefined;
|
|
3196
|
+
}
|
|
3197
|
+
/**
|
|
3198
|
+
* <p>Represents a request to list the IP address filters that exist under your
|
|
3199
|
+
* Amazon Web Services account. You use IP address filters when you receive email with Amazon SES. For more
|
|
3200
|
+
* information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
|
|
3201
|
+
* Guide</a>.</p>
|
|
3202
|
+
* @public
|
|
3203
|
+
*/
|
|
3204
|
+
export interface ListReceiptFiltersRequest {
|
|
3205
|
+
}
|
|
3206
|
+
/**
|
|
3207
|
+
* <p>A list of IP address filters that exist under your Amazon Web Services account.</p>
|
|
3208
|
+
* @public
|
|
3209
|
+
*/
|
|
3210
|
+
export interface ListReceiptFiltersResponse {
|
|
3211
|
+
/**
|
|
3212
|
+
* <p>A list of IP address filter data structures, which each consist of a name, an IP
|
|
3213
|
+
* address range, and whether to allow or block mail from it.</p>
|
|
3214
|
+
* @public
|
|
3215
|
+
*/
|
|
3216
|
+
Filters?: ReceiptFilter[] | undefined;
|
|
3217
|
+
}
|
|
3218
|
+
/**
|
|
3219
|
+
* <p>Represents a request to list the receipt rule sets that exist under your
|
|
3220
|
+
* Amazon Web Services account. You use receipt rule sets to receive email with Amazon SES. For more
|
|
3221
|
+
* information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
|
|
3222
|
+
* Guide</a>.</p>
|
|
3223
|
+
* @public
|
|
3224
|
+
*/
|
|
3225
|
+
export interface ListReceiptRuleSetsRequest {
|
|
3226
|
+
/**
|
|
3227
|
+
* <p>A token returned from a previous call to <code>ListReceiptRuleSets</code> to indicate
|
|
3228
|
+
* the position in the receipt rule set list.</p>
|
|
3229
|
+
* @public
|
|
3230
|
+
*/
|
|
3231
|
+
NextToken?: string | undefined;
|
|
3232
|
+
}
|
|
3233
|
+
/**
|
|
3234
|
+
* <p>A list of receipt rule sets that exist under your Amazon Web Services account.</p>
|
|
3235
|
+
* @public
|
|
3236
|
+
*/
|
|
3237
|
+
export interface ListReceiptRuleSetsResponse {
|
|
3238
|
+
/**
|
|
3239
|
+
* <p>The metadata for the currently active receipt rule set. The metadata consists of the
|
|
3240
|
+
* rule set name and the timestamp of when the rule set was created.</p>
|
|
3241
|
+
* @public
|
|
3242
|
+
*/
|
|
3243
|
+
RuleSets?: ReceiptRuleSetMetadata[] | undefined;
|
|
3244
|
+
/**
|
|
3245
|
+
* <p>A token indicating that there are additional receipt rule sets available to be listed.
|
|
3246
|
+
* Pass this token to successive calls of <code>ListReceiptRuleSets</code> to retrieve up
|
|
3247
|
+
* to 100 receipt rule sets at a time.</p>
|
|
3248
|
+
* @public
|
|
3249
|
+
*/
|
|
3250
|
+
NextToken?: string | undefined;
|
|
3251
|
+
}
|
|
3252
|
+
/**
|
|
3253
|
+
* @public
|
|
3254
|
+
*/
|
|
3255
|
+
export interface ListTemplatesRequest {
|
|
3256
|
+
/**
|
|
3257
|
+
* <p>A token returned from a previous call to <code>ListTemplates</code> to indicate the
|
|
3258
|
+
* position in the list of email templates.</p>
|
|
3259
|
+
* @public
|
|
3260
|
+
*/
|
|
3261
|
+
NextToken?: string | undefined;
|
|
3262
|
+
/**
|
|
3263
|
+
* <p>The maximum number of templates to return. This value must be at least 1 and less than
|
|
3264
|
+
* or equal to 100. If more than 100 items are requested, the page size will automatically
|
|
3265
|
+
* set to 100. If you do not specify a value, 10 is the default page size. </p>
|
|
3266
|
+
* @public
|
|
3267
|
+
*/
|
|
3268
|
+
MaxItems?: number | undefined;
|
|
3269
|
+
}
|
|
3270
|
+
/**
|
|
3271
|
+
* <p>Contains information about an email template.</p>
|
|
3272
|
+
* @public
|
|
3273
|
+
*/
|
|
3274
|
+
export interface TemplateMetadata {
|
|
3275
|
+
/**
|
|
3276
|
+
* <p>The name of the template.</p>
|
|
3277
|
+
* @public
|
|
3278
|
+
*/
|
|
3279
|
+
Name?: string | undefined;
|
|
3280
|
+
/**
|
|
3281
|
+
* <p>The time and date the template was created.</p>
|
|
3282
|
+
* @public
|
|
3283
|
+
*/
|
|
3284
|
+
CreatedTimestamp?: Date | undefined;
|
|
3285
|
+
}
|
|
3286
|
+
/**
|
|
3287
|
+
* @public
|
|
3288
|
+
*/
|
|
3289
|
+
export interface ListTemplatesResponse {
|
|
3290
|
+
/**
|
|
3291
|
+
* <p>An array the contains the name and creation time stamp for each template in your Amazon SES
|
|
3292
|
+
* account.</p>
|
|
3293
|
+
* @public
|
|
3294
|
+
*/
|
|
3295
|
+
TemplatesMetadata?: TemplateMetadata[] | undefined;
|
|
3296
|
+
/**
|
|
3297
|
+
* <p>A token indicating that there are additional email templates available to be listed.
|
|
3298
|
+
* Pass this token to a subsequent call to <code>ListTemplates</code> to retrieve the next
|
|
3299
|
+
* set of email templates within your page size.</p>
|
|
3300
|
+
* @public
|
|
3301
|
+
*/
|
|
3302
|
+
NextToken?: string | undefined;
|
|
3303
|
+
}
|
|
3304
|
+
/**
|
|
3305
|
+
* <p>A list of email addresses that you have verified with Amazon SES under your
|
|
3306
|
+
* Amazon Web Services account.</p>
|
|
3307
|
+
* @public
|
|
3308
|
+
*/
|
|
3309
|
+
export interface ListVerifiedEmailAddressesResponse {
|
|
3310
|
+
/**
|
|
3311
|
+
* <p>A list of email addresses that have been verified.</p>
|
|
3312
|
+
* @public
|
|
3313
|
+
*/
|
|
3314
|
+
VerifiedEmailAddresses?: string[] | undefined;
|
|
3315
|
+
}
|
|
3316
|
+
/**
|
|
3317
|
+
* <p> Indicates that the message could not be sent because Amazon SES could not read the MX
|
|
3318
|
+
* record required to use the specified MAIL FROM domain. For information about editing the
|
|
3319
|
+
* custom MAIL FROM domain settings for an identity, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from-edit.html">Amazon SES Developer
|
|
3320
|
+
* Guide</a>.</p>
|
|
3321
|
+
* @public
|
|
3322
|
+
*/
|
|
3323
|
+
export declare class MailFromDomainNotVerifiedException extends __BaseException {
|
|
3324
|
+
readonly name: "MailFromDomainNotVerifiedException";
|
|
3325
|
+
readonly $fault: "client";
|
|
3326
|
+
/**
|
|
3327
|
+
* @internal
|
|
3328
|
+
*/
|
|
3329
|
+
constructor(opts: __ExceptionOptionType<MailFromDomainNotVerifiedException, __BaseException>);
|
|
3330
|
+
}
|
|
3331
|
+
/**
|
|
3332
|
+
* <p>Represents the message to be sent, composed of a subject and a body.</p>
|
|
3333
|
+
* @public
|
|
3334
|
+
*/
|
|
3335
|
+
export interface Message {
|
|
3336
|
+
/**
|
|
3337
|
+
* <p>The subject of the message: A short summary of the content, which appears in the
|
|
3338
|
+
* recipient's inbox.</p>
|
|
3339
|
+
* @public
|
|
3340
|
+
*/
|
|
3341
|
+
Subject: Content | undefined;
|
|
3342
|
+
/**
|
|
3343
|
+
* <p>The message body.</p>
|
|
3344
|
+
* @public
|
|
3345
|
+
*/
|
|
3346
|
+
Body: Body | undefined;
|
|
3347
|
+
}
|
|
3348
|
+
/**
|
|
3349
|
+
* <p>Message-related information to include in the Delivery Status Notification (DSN) when
|
|
3350
|
+
* an email that Amazon SES receives on your behalf bounces.</p>
|
|
3351
|
+
* <p>For information about receiving email through Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email.html">Amazon SES Developer
|
|
3352
|
+
* Guide</a>.</p>
|
|
3353
|
+
* @public
|
|
3354
|
+
*/
|
|
3355
|
+
export interface MessageDsn {
|
|
3356
|
+
/**
|
|
3357
|
+
* <p>The reporting MTA that attempted to deliver the message, formatted as specified in
|
|
3358
|
+
* <a href="https://tools.ietf.org/html/rfc3464">RFC 3464</a>
|
|
3359
|
+
* (<code>mta-name-type; mta-name</code>). The default value is <code>dns;
|
|
3360
|
+
* inbound-smtp.[region].amazonaws.com</code>.</p>
|
|
3361
|
+
* @public
|
|
3362
|
+
*/
|
|
3363
|
+
ReportingMta: string | undefined;
|
|
3364
|
+
/**
|
|
3365
|
+
* <p>When the message was received by the reporting mail transfer agent (MTA), in <a href="https://www.ietf.org/rfc/rfc0822.txt">RFC 822</a> date-time format.</p>
|
|
3366
|
+
* @public
|
|
3367
|
+
*/
|
|
3368
|
+
ArrivalDate?: Date | undefined;
|
|
3369
|
+
/**
|
|
3370
|
+
* <p>Additional X-headers to include in the DSN.</p>
|
|
3371
|
+
* @public
|
|
3372
|
+
*/
|
|
3373
|
+
ExtensionFields?: ExtensionField[] | undefined;
|
|
3374
|
+
}
|
|
3375
|
+
/**
|
|
3376
|
+
* <p>Indicates that the action failed, and the message could not be sent. Check the error
|
|
3377
|
+
* stack for more information about what caused the error.</p>
|
|
3378
|
+
* @public
|
|
3379
|
+
*/
|
|
3380
|
+
export declare class MessageRejected extends __BaseException {
|
|
3381
|
+
readonly name: "MessageRejected";
|
|
3382
|
+
readonly $fault: "client";
|
|
3383
|
+
/**
|
|
3384
|
+
* @internal
|
|
3385
|
+
*/
|
|
3386
|
+
constructor(opts: __ExceptionOptionType<MessageRejected, __BaseException>);
|
|
3387
|
+
}
|
|
3388
|
+
/**
|
|
3389
|
+
* <p>Indicates that one or more of the replacement values for the specified template was
|
|
3390
|
+
* not specified. Ensure that the TemplateData object contains references to all of the
|
|
3391
|
+
* replacement tags in the specified template.</p>
|
|
3392
|
+
* @public
|
|
3393
|
+
*/
|
|
3394
|
+
export declare class MissingRenderingAttributeException extends __BaseException {
|
|
3395
|
+
readonly name: "MissingRenderingAttributeException";
|
|
3396
|
+
readonly $fault: "client";
|
|
3397
|
+
TemplateName?: string | undefined;
|
|
3398
|
+
/**
|
|
3399
|
+
* @internal
|
|
3400
|
+
*/
|
|
3401
|
+
constructor(opts: __ExceptionOptionType<MissingRenderingAttributeException, __BaseException>);
|
|
3402
|
+
}
|
|
3403
|
+
/**
|
|
3404
|
+
* @public
|
|
3405
|
+
* @enum
|
|
3406
|
+
*/
|
|
3407
|
+
export declare const NotificationType: {
|
|
3408
|
+
readonly Bounce: "Bounce";
|
|
3409
|
+
readonly Complaint: "Complaint";
|
|
3410
|
+
readonly Delivery: "Delivery";
|
|
3411
|
+
};
|
|
3412
|
+
/**
|
|
3413
|
+
* @public
|
|
3414
|
+
*/
|
|
3415
|
+
export type NotificationType = (typeof NotificationType)[keyof typeof NotificationType];
|
|
3416
|
+
/**
|
|
3417
|
+
* <p>Indicates that the account has not been granted production access.</p>
|
|
3418
|
+
* @public
|
|
3419
|
+
*/
|
|
3420
|
+
export declare class ProductionAccessNotGrantedException extends __BaseException {
|
|
3421
|
+
readonly name: "ProductionAccessNotGrantedException";
|
|
3422
|
+
readonly $fault: "client";
|
|
3423
|
+
/**
|
|
3424
|
+
* @internal
|
|
3425
|
+
*/
|
|
3426
|
+
constructor(opts: __ExceptionOptionType<ProductionAccessNotGrantedException, __BaseException>);
|
|
3427
|
+
}
|
|
3428
|
+
/**
|
|
3429
|
+
* <p>A request to modify the delivery options for a configuration set.</p>
|
|
3430
|
+
* @public
|
|
3431
|
+
*/
|
|
3432
|
+
export interface PutConfigurationSetDeliveryOptionsRequest {
|
|
3433
|
+
/**
|
|
3434
|
+
* <p>The name of the configuration set.</p>
|
|
3435
|
+
* @public
|
|
3436
|
+
*/
|
|
3437
|
+
ConfigurationSetName: string | undefined;
|
|
3438
|
+
/**
|
|
3439
|
+
* <p>Specifies whether messages that use the configuration set are required to use
|
|
3440
|
+
* Transport Layer Security (TLS).</p>
|
|
3441
|
+
* @public
|
|
3442
|
+
*/
|
|
3443
|
+
DeliveryOptions?: DeliveryOptions | undefined;
|
|
3444
|
+
}
|
|
3445
|
+
/**
|
|
3446
|
+
* <p>An HTTP 200 response if the request succeeds, or an error message if the request
|
|
3447
|
+
* fails.</p>
|
|
3448
|
+
* @public
|
|
3449
|
+
*/
|
|
3450
|
+
export interface PutConfigurationSetDeliveryOptionsResponse {
|
|
3451
|
+
}
|
|
3452
|
+
/**
|
|
3453
|
+
* <p>Represents a request to add or update a sending authorization policy for an identity.
|
|
3454
|
+
* Sending authorization is an Amazon SES feature that enables you to authorize other senders to
|
|
3455
|
+
* use your identities. For information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
|
|
3456
|
+
* @public
|
|
3457
|
+
*/
|
|
3458
|
+
export interface PutIdentityPolicyRequest {
|
|
3459
|
+
/**
|
|
3460
|
+
* <p>The identity to which that the policy applies. You can specify an identity by using
|
|
3461
|
+
* its name or by using its Amazon Resource Name (ARN). Examples:
|
|
3462
|
+
* <code>user@example.com</code>, <code>example.com</code>,
|
|
3463
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
|
|
3464
|
+
* <p>To successfully call this operation, you must own the identity.</p>
|
|
3465
|
+
* @public
|
|
3466
|
+
*/
|
|
3467
|
+
Identity: string | undefined;
|
|
3468
|
+
/**
|
|
3469
|
+
* <p>The name of the policy.</p>
|
|
3470
|
+
* <p>The policy name cannot exceed 64 characters and can only include alphanumeric
|
|
3471
|
+
* characters, dashes, and underscores.</p>
|
|
3472
|
+
* @public
|
|
3473
|
+
*/
|
|
3474
|
+
PolicyName: string | undefined;
|
|
3475
|
+
/**
|
|
3476
|
+
* <p>The text of the policy in JSON format. The policy cannot exceed 4 KB.</p>
|
|
3477
|
+
* <p>For information about the syntax of sending authorization policies, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization-policies.html">Amazon SES
|
|
3478
|
+
* Developer Guide</a>. </p>
|
|
3479
|
+
* @public
|
|
3480
|
+
*/
|
|
3481
|
+
Policy: string | undefined;
|
|
3482
|
+
}
|
|
3483
|
+
/**
|
|
3484
|
+
* <p>An empty element returned on a successful request.</p>
|
|
3485
|
+
* @public
|
|
3486
|
+
*/
|
|
3487
|
+
export interface PutIdentityPolicyResponse {
|
|
3488
|
+
}
|
|
3489
|
+
/**
|
|
3490
|
+
* <p>Represents the raw data of the message.</p>
|
|
3491
|
+
* @public
|
|
3492
|
+
*/
|
|
3493
|
+
export interface RawMessage {
|
|
3494
|
+
/**
|
|
3495
|
+
* <p>The raw data of the message. This data needs to base64-encoded if you are accessing
|
|
3496
|
+
* Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an Amazon Web Services
|
|
3497
|
+
* SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must
|
|
3498
|
+
* ensure that the message format complies with Internet email standards regarding email
|
|
3499
|
+
* header fields, MIME types, and MIME encoding.</p>
|
|
3500
|
+
* <p>The To:, CC:, and BCC: headers in the raw message can contain a group list.</p>
|
|
3501
|
+
* <p>If you are using <code>SendRawEmail</code> with sending authorization, you can include
|
|
3502
|
+
* X-headers in the raw message to specify the "Source," "From," and "Return-Path"
|
|
3503
|
+
* addresses. For more information, see the documentation for <code>SendRawEmail</code>. </p>
|
|
3504
|
+
* <important>
|
|
3505
|
+
* <p>Do not include these X-headers in the DKIM signature, because they are removed by
|
|
3506
|
+
* Amazon SES before sending the email.</p>
|
|
3507
|
+
* </important>
|
|
3508
|
+
* <p>For more information, go to the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Amazon SES Developer Guide</a>.</p>
|
|
3509
|
+
* @public
|
|
3510
|
+
*/
|
|
3511
|
+
Data: Uint8Array | undefined;
|
|
3512
|
+
}
|
|
3513
|
+
/**
|
|
3514
|
+
* <p>Represents a request to reorder the receipt rules within a receipt rule set. You use
|
|
3515
|
+
* receipt rule sets to receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
|
|
3516
|
+
* Developer Guide</a>.</p>
|
|
3517
|
+
* @public
|
|
3518
|
+
*/
|
|
3519
|
+
export interface ReorderReceiptRuleSetRequest {
|
|
3520
|
+
/**
|
|
3521
|
+
* <p>The name of the receipt rule set to reorder.</p>
|
|
3522
|
+
* @public
|
|
3523
|
+
*/
|
|
3524
|
+
RuleSetName: string | undefined;
|
|
3525
|
+
/**
|
|
3526
|
+
* <p>The specified receipt rule set's receipt rules, in order.</p>
|
|
3527
|
+
* @public
|
|
3528
|
+
*/
|
|
3529
|
+
RuleNames: string[] | undefined;
|
|
3530
|
+
}
|
|
3531
|
+
/**
|
|
3532
|
+
* <p>An empty element returned on a successful request.</p>
|
|
3533
|
+
* @public
|
|
3534
|
+
*/
|
|
3535
|
+
export interface ReorderReceiptRuleSetResponse {
|
|
3536
|
+
}
|
|
3537
|
+
/**
|
|
3538
|
+
* <p>Represents a request to send a bounce message to the sender of an email you received
|
|
3539
|
+
* through Amazon SES.</p>
|
|
3540
|
+
* @public
|
|
3541
|
+
*/
|
|
3542
|
+
export interface SendBounceRequest {
|
|
3543
|
+
/**
|
|
3544
|
+
* <p>The message ID of the message to be bounced.</p>
|
|
3545
|
+
* @public
|
|
3546
|
+
*/
|
|
3547
|
+
OriginalMessageId: string | undefined;
|
|
3548
|
+
/**
|
|
3549
|
+
* <p>The address to use in the "From" header of the bounce message. This must be an
|
|
3550
|
+
* identity that you have verified with Amazon SES.</p>
|
|
3551
|
+
* @public
|
|
3552
|
+
*/
|
|
3553
|
+
BounceSender: string | undefined;
|
|
3554
|
+
/**
|
|
3555
|
+
* <p>Human-readable text for the bounce message to explain the failure. If not specified,
|
|
3556
|
+
* the text is auto-generated based on the bounced recipient information.</p>
|
|
3557
|
+
* @public
|
|
3558
|
+
*/
|
|
3559
|
+
Explanation?: string | undefined;
|
|
3560
|
+
/**
|
|
3561
|
+
* <p>Message-related DSN fields. If not specified, Amazon SES chooses the values.</p>
|
|
3562
|
+
* @public
|
|
3563
|
+
*/
|
|
3564
|
+
MessageDsn?: MessageDsn | undefined;
|
|
3565
|
+
/**
|
|
3566
|
+
* <p>A list of recipients of the bounced message, including the information required to
|
|
3567
|
+
* create the Delivery Status Notifications (DSNs) for the recipients. You must specify at
|
|
3568
|
+
* least one <code>BouncedRecipientInfo</code> in the list.</p>
|
|
3569
|
+
* @public
|
|
3570
|
+
*/
|
|
3571
|
+
BouncedRecipientInfoList: BouncedRecipientInfo[] | undefined;
|
|
3572
|
+
/**
|
|
3573
|
+
* <p>This parameter is used only for sending authorization. It is the ARN of the identity
|
|
3574
|
+
* that is associated with the sending authorization policy that permits you to use the
|
|
3575
|
+
* address in the "From" header of the bounce. For more information about sending
|
|
3576
|
+
* authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
|
|
3577
|
+
* @public
|
|
3578
|
+
*/
|
|
3579
|
+
BounceSenderArn?: string | undefined;
|
|
3580
|
+
}
|
|
3581
|
+
/**
|
|
3582
|
+
* <p>Represents a unique message ID.</p>
|
|
3583
|
+
* @public
|
|
3584
|
+
*/
|
|
3585
|
+
export interface SendBounceResponse {
|
|
3586
|
+
/**
|
|
3587
|
+
* <p>The message ID of the bounce message.</p>
|
|
3588
|
+
* @public
|
|
3589
|
+
*/
|
|
3590
|
+
MessageId?: string | undefined;
|
|
3591
|
+
}
|
|
3592
|
+
/**
|
|
3593
|
+
* <p>Represents a request to send a templated email to multiple destinations using Amazon SES.
|
|
3594
|
+
* For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html">Amazon SES Developer
|
|
3595
|
+
* Guide</a>.</p>
|
|
3596
|
+
* @public
|
|
3597
|
+
*/
|
|
3598
|
+
export interface SendBulkTemplatedEmailRequest {
|
|
3599
|
+
/**
|
|
3600
|
+
* <p>The email address that is sending the email. This email address must be either
|
|
3601
|
+
* individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
|
|
3602
|
+
* For information about verifying identities, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html">Amazon SES Developer Guide</a>.</p>
|
|
3603
|
+
* <p>If you are sending on behalf of another user and have been permitted to do so by a
|
|
3604
|
+
* sending authorization policy, then you must also specify the <code>SourceArn</code>
|
|
3605
|
+
* parameter. For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer
|
|
3606
|
+
* Guide</a>.</p>
|
|
3607
|
+
* <note>
|
|
3608
|
+
* <p>Amazon SES does not support the SMTPUTF8 extension, as described in <a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. For this reason, the
|
|
3609
|
+
* email address string must be 7-bit ASCII. If you want to send to or from email
|
|
3610
|
+
* addresses that contain Unicode characters in the domain part of an address, you must
|
|
3611
|
+
* encode the domain using Punycode. Punycode is not permitted in the local part of the
|
|
3612
|
+
* email address (the part before the @ sign) nor in the "friendly from" name. If you
|
|
3613
|
+
* want to use Unicode characters in the "friendly from" name, you must encode the
|
|
3614
|
+
* "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
|
|
3615
|
+
* using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
|
|
3616
|
+
* </note>
|
|
3617
|
+
* @public
|
|
3618
|
+
*/
|
|
3619
|
+
Source: string | undefined;
|
|
3620
|
+
/**
|
|
3621
|
+
* <p>This parameter is used only for sending authorization. It is the ARN of the identity
|
|
3622
|
+
* that is associated with the sending authorization policy that permits you to send for
|
|
3623
|
+
* the email address specified in the <code>Source</code> parameter.</p>
|
|
3624
|
+
* <p>For example, if the owner of <code>example.com</code> (which has ARN
|
|
3625
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
|
|
3626
|
+
* policy to it that authorizes you to send from <code>user@example.com</code>, then you
|
|
3627
|
+
* would specify the <code>SourceArn</code> to be
|
|
3628
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
|
|
3629
|
+
* <code>Source</code> to be <code>user@example.com</code>.</p>
|
|
3630
|
+
* <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
|
|
3631
|
+
* @public
|
|
3632
|
+
*/
|
|
3633
|
+
SourceArn?: string | undefined;
|
|
3634
|
+
/**
|
|
3635
|
+
* <p>The reply-to email address(es) for the message. If the recipient replies to the
|
|
3636
|
+
* message, each reply-to address receives the reply.</p>
|
|
3637
|
+
* @public
|
|
3638
|
+
*/
|
|
3639
|
+
ReplyToAddresses?: string[] | undefined;
|
|
3640
|
+
/**
|
|
3641
|
+
* <p>The email address that bounces and complaints are forwarded to when feedback
|
|
3642
|
+
* forwarding is enabled. If the message cannot be delivered to the recipient, then an
|
|
3643
|
+
* error message is returned from the recipient's ISP; this message is forwarded to the
|
|
3644
|
+
* email address specified by the <code>ReturnPath</code> parameter. The
|
|
3645
|
+
* <code>ReturnPath</code> parameter is never overwritten. This email address must be
|
|
3646
|
+
* either individually verified with Amazon SES, or from a domain that has been verified with
|
|
3647
|
+
* Amazon SES. </p>
|
|
3648
|
+
* @public
|
|
3649
|
+
*/
|
|
3650
|
+
ReturnPath?: string | undefined;
|
|
3651
|
+
/**
|
|
3652
|
+
* <p>This parameter is used only for sending authorization. It is the ARN of the identity
|
|
3653
|
+
* that is associated with the sending authorization policy that permits you to use the
|
|
3654
|
+
* email address specified in the <code>ReturnPath</code> parameter.</p>
|
|
3655
|
+
* <p>For example, if the owner of <code>example.com</code> (which has ARN
|
|
3656
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
|
|
3657
|
+
* policy to it that authorizes you to use <code>feedback@example.com</code>, then you
|
|
3658
|
+
* would specify the <code>ReturnPathArn</code> to be
|
|
3659
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
|
|
3660
|
+
* <code>ReturnPath</code> to be <code>feedback@example.com</code>.</p>
|
|
3661
|
+
* <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
|
|
3662
|
+
* @public
|
|
3663
|
+
*/
|
|
3664
|
+
ReturnPathArn?: string | undefined;
|
|
3665
|
+
/**
|
|
3666
|
+
* <p>The name of the configuration set to use when you send an email using
|
|
3667
|
+
* <code>SendBulkTemplatedEmail</code>.</p>
|
|
3668
|
+
* @public
|
|
3669
|
+
*/
|
|
3670
|
+
ConfigurationSetName?: string | undefined;
|
|
3671
|
+
/**
|
|
3672
|
+
* <p>A list of tags, in the form of name/value pairs, to apply to an email that you send to
|
|
3673
|
+
* a destination using <code>SendBulkTemplatedEmail</code>.</p>
|
|
3674
|
+
* @public
|
|
3675
|
+
*/
|
|
3676
|
+
DefaultTags?: MessageTag[] | undefined;
|
|
3677
|
+
/**
|
|
3678
|
+
* <p>The template to use when sending this email.</p>
|
|
3679
|
+
* @public
|
|
3680
|
+
*/
|
|
3681
|
+
Template: string | undefined;
|
|
3682
|
+
/**
|
|
3683
|
+
* <p>The ARN of the template to use when sending this email.</p>
|
|
3684
|
+
* @public
|
|
3685
|
+
*/
|
|
3686
|
+
TemplateArn?: string | undefined;
|
|
3687
|
+
/**
|
|
3688
|
+
* <p>A list of replacement values to apply to the template when replacement data is not
|
|
3689
|
+
* specified in a Destination object. These values act as a default or fallback option when
|
|
3690
|
+
* no other data is available.</p>
|
|
3691
|
+
* <p>The template data is a JSON object, typically consisting of key-value pairs in which
|
|
3692
|
+
* the keys correspond to replacement tags in the email template.</p>
|
|
3693
|
+
* @public
|
|
3694
|
+
*/
|
|
3695
|
+
DefaultTemplateData: string | undefined;
|
|
3696
|
+
/**
|
|
3697
|
+
* <p>One or more <code>Destination</code> objects. All of the recipients in a
|
|
3698
|
+
* <code>Destination</code> receive the same version of the email. You can specify up
|
|
3699
|
+
* to 50 <code>Destination</code> objects within a <code>Destinations</code> array.</p>
|
|
3700
|
+
* @public
|
|
3701
|
+
*/
|
|
3702
|
+
Destinations: BulkEmailDestination[] | undefined;
|
|
3703
|
+
}
|
|
3704
|
+
/**
|
|
3705
|
+
* @public
|
|
3706
|
+
*/
|
|
3707
|
+
export interface SendBulkTemplatedEmailResponse {
|
|
3708
|
+
/**
|
|
3709
|
+
* <p>One object per intended recipient. Check each response object and retry any messages
|
|
3710
|
+
* with a failure status. (Note that order of responses will be respective to order of
|
|
3711
|
+
* destinations in the request.)Receipt rules enable you to specify which actions </p>
|
|
3712
|
+
* @public
|
|
3713
|
+
*/
|
|
3714
|
+
Status: BulkEmailDestinationStatus[] | undefined;
|
|
3715
|
+
}
|
|
3716
|
+
/**
|
|
3717
|
+
* <p>Represents a request to send a custom verification email to a specified
|
|
3718
|
+
* recipient.</p>
|
|
3719
|
+
* @public
|
|
3720
|
+
*/
|
|
3721
|
+
export interface SendCustomVerificationEmailRequest {
|
|
3722
|
+
/**
|
|
3723
|
+
* <p>The email address to verify.</p>
|
|
3724
|
+
* @public
|
|
3725
|
+
*/
|
|
3726
|
+
EmailAddress: string | undefined;
|
|
3727
|
+
/**
|
|
3728
|
+
* <p>The name of the custom verification email template to use when sending the
|
|
3729
|
+
* verification email.</p>
|
|
3730
|
+
* @public
|
|
3731
|
+
*/
|
|
3732
|
+
TemplateName: string | undefined;
|
|
3733
|
+
/**
|
|
3734
|
+
* <p>Name of a configuration set to use when sending the verification email.</p>
|
|
3735
|
+
* @public
|
|
3736
|
+
*/
|
|
3737
|
+
ConfigurationSetName?: string | undefined;
|
|
3738
|
+
}
|
|
3739
|
+
/**
|
|
3740
|
+
* <p>The response received when attempting to send the custom verification email.</p>
|
|
3741
|
+
* @public
|
|
3742
|
+
*/
|
|
3743
|
+
export interface SendCustomVerificationEmailResponse {
|
|
3744
|
+
/**
|
|
3745
|
+
* <p>The unique message identifier returned from the
|
|
3746
|
+
* <code>SendCustomVerificationEmail</code> operation.</p>
|
|
3747
|
+
* @public
|
|
3748
|
+
*/
|
|
3749
|
+
MessageId?: string | undefined;
|
|
3750
|
+
}
|
|
3751
|
+
/**
|
|
3752
|
+
* <p>Represents a request to send a single formatted email using Amazon SES. For more
|
|
3753
|
+
* information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-formatted.html">Amazon SES Developer Guide</a>.</p>
|
|
3754
|
+
* @public
|
|
3755
|
+
*/
|
|
3756
|
+
export interface SendEmailRequest {
|
|
3757
|
+
/**
|
|
3758
|
+
* <p>The email address that is sending the email. This email address must be either
|
|
3759
|
+
* individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
|
|
3760
|
+
* For information about verifying identities, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html">Amazon SES Developer Guide</a>.</p>
|
|
3761
|
+
* <p>If you are sending on behalf of another user and have been permitted to do so by a
|
|
3762
|
+
* sending authorization policy, then you must also specify the <code>SourceArn</code>
|
|
3763
|
+
* parameter. For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer
|
|
3764
|
+
* Guide</a>.</p>
|
|
3765
|
+
* <note>
|
|
3766
|
+
* <p>Amazon SES does not support the SMTPUTF8 extension, as described in <a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. For this reason, the
|
|
3767
|
+
* email address string must be 7-bit ASCII. If you want to send to or from email
|
|
3768
|
+
* addresses that contain Unicode characters in the domain part of an address, you must
|
|
3769
|
+
* encode the domain using Punycode. Punycode is not permitted in the local part of the
|
|
3770
|
+
* email address (the part before the @ sign) nor in the "friendly from" name. If you
|
|
3771
|
+
* want to use Unicode characters in the "friendly from" name, you must encode the
|
|
3772
|
+
* "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
|
|
3773
|
+
* using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
|
|
3774
|
+
* </note>
|
|
3775
|
+
* @public
|
|
3776
|
+
*/
|
|
3777
|
+
Source: string | undefined;
|
|
3778
|
+
/**
|
|
3779
|
+
* <p>The destination for this email, composed of To:, CC:, and BCC: fields.</p>
|
|
3780
|
+
* @public
|
|
3781
|
+
*/
|
|
3782
|
+
Destination: Destination | undefined;
|
|
3783
|
+
/**
|
|
3784
|
+
* <p>The message to be sent.</p>
|
|
3785
|
+
* @public
|
|
3786
|
+
*/
|
|
3787
|
+
Message: Message | undefined;
|
|
3788
|
+
/**
|
|
3789
|
+
* <p>The reply-to email address(es) for the message. If the recipient replies to the
|
|
3790
|
+
* message, each reply-to address receives the reply.</p>
|
|
3791
|
+
* @public
|
|
3792
|
+
*/
|
|
3793
|
+
ReplyToAddresses?: string[] | undefined;
|
|
3794
|
+
/**
|
|
3795
|
+
* <p>The email address that bounces and complaints are forwarded to when feedback
|
|
3796
|
+
* forwarding is enabled. If the message cannot be delivered to the recipient, then an
|
|
3797
|
+
* error message is returned from the recipient's ISP; this message is forwarded to the
|
|
3798
|
+
* email address specified by the <code>ReturnPath</code> parameter. The
|
|
3799
|
+
* <code>ReturnPath</code> parameter is never overwritten. This email address must be
|
|
3800
|
+
* either individually verified with Amazon SES, or from a domain that has been verified with
|
|
3801
|
+
* Amazon SES. </p>
|
|
3802
|
+
* @public
|
|
3803
|
+
*/
|
|
3804
|
+
ReturnPath?: string | undefined;
|
|
3805
|
+
/**
|
|
3806
|
+
* <p>This parameter is used only for sending authorization. It is the ARN of the identity
|
|
3807
|
+
* that is associated with the sending authorization policy that permits you to send for
|
|
3808
|
+
* the email address specified in the <code>Source</code> parameter.</p>
|
|
3809
|
+
* <p>For example, if the owner of <code>example.com</code> (which has ARN
|
|
3810
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
|
|
3811
|
+
* policy to it that authorizes you to send from <code>user@example.com</code>, then you
|
|
3812
|
+
* would specify the <code>SourceArn</code> to be
|
|
3813
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
|
|
3814
|
+
* <code>Source</code> to be <code>user@example.com</code>.</p>
|
|
3815
|
+
* <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
|
|
3816
|
+
* @public
|
|
3817
|
+
*/
|
|
3818
|
+
SourceArn?: string | undefined;
|
|
3819
|
+
/**
|
|
3820
|
+
* <p>This parameter is used only for sending authorization. It is the ARN of the identity
|
|
3821
|
+
* that is associated with the sending authorization policy that permits you to use the
|
|
3822
|
+
* email address specified in the <code>ReturnPath</code> parameter.</p>
|
|
3823
|
+
* <p>For example, if the owner of <code>example.com</code> (which has ARN
|
|
3824
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
|
|
3825
|
+
* policy to it that authorizes you to use <code>feedback@example.com</code>, then you
|
|
3826
|
+
* would specify the <code>ReturnPathArn</code> to be
|
|
3827
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
|
|
3828
|
+
* <code>ReturnPath</code> to be <code>feedback@example.com</code>.</p>
|
|
3829
|
+
* <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
|
|
3830
|
+
* @public
|
|
3831
|
+
*/
|
|
3832
|
+
ReturnPathArn?: string | undefined;
|
|
3833
|
+
/**
|
|
3834
|
+
* <p>A list of tags, in the form of name/value pairs, to apply to an email that you send
|
|
3835
|
+
* using <code>SendEmail</code>. Tags correspond to characteristics of the email that you
|
|
3836
|
+
* define, so that you can publish email sending events.</p>
|
|
3837
|
+
* @public
|
|
3838
|
+
*/
|
|
3839
|
+
Tags?: MessageTag[] | undefined;
|
|
3840
|
+
/**
|
|
3841
|
+
* <p>The name of the configuration set to use when you send an email using
|
|
3842
|
+
* <code>SendEmail</code>.</p>
|
|
3843
|
+
* @public
|
|
3844
|
+
*/
|
|
3845
|
+
ConfigurationSetName?: string | undefined;
|
|
3846
|
+
}
|
|
3847
|
+
/**
|
|
3848
|
+
* <p>Represents a unique message ID.</p>
|
|
3849
|
+
* @public
|
|
3850
|
+
*/
|
|
3851
|
+
export interface SendEmailResponse {
|
|
3852
|
+
/**
|
|
3853
|
+
* <p>The unique message identifier returned from the <code>SendEmail</code> action. </p>
|
|
3854
|
+
* @public
|
|
3855
|
+
*/
|
|
3856
|
+
MessageId: string | undefined;
|
|
3857
|
+
}
|
|
3858
|
+
/**
|
|
3859
|
+
* <p>Represents a request to send a single raw email using Amazon SES. For more information, see
|
|
3860
|
+
* the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Amazon SES Developer
|
|
3861
|
+
* Guide</a>.</p>
|
|
3862
|
+
* @public
|
|
3863
|
+
*/
|
|
3864
|
+
export interface SendRawEmailRequest {
|
|
3865
|
+
/**
|
|
3866
|
+
* <p>The identity's email address. If you do not provide a value for this parameter, you
|
|
3867
|
+
* must specify a "From" address in the raw text of the message. (You can also specify
|
|
3868
|
+
* both.)</p>
|
|
3869
|
+
* <note>
|
|
3870
|
+
* <p>Amazon SES does not support the SMTPUTF8 extension, as described in<a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. For this reason, the
|
|
3871
|
+
* email address string must be 7-bit ASCII. If you want to send to or from email
|
|
3872
|
+
* addresses that contain Unicode characters in the domain part of an address, you must
|
|
3873
|
+
* encode the domain using Punycode. Punycode is not permitted in the local part of the
|
|
3874
|
+
* email address (the part before the @ sign) nor in the "friendly from" name. If you
|
|
3875
|
+
* want to use Unicode characters in the "friendly from" name, you must encode the
|
|
3876
|
+
* "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
|
|
3877
|
+
* using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
|
|
3878
|
+
* </note>
|
|
3879
|
+
* <p>If you specify the <code>Source</code> parameter and have feedback forwarding enabled,
|
|
3880
|
+
* then bounces and complaints are sent to this email address. This takes precedence over
|
|
3881
|
+
* any Return-Path header that you might include in the raw text of the message.</p>
|
|
3882
|
+
* @public
|
|
3883
|
+
*/
|
|
3884
|
+
Source?: string | undefined;
|
|
3885
|
+
/**
|
|
3886
|
+
* <p>A list of destinations for the message, consisting of To:, CC:, and BCC:
|
|
3887
|
+
* addresses.</p>
|
|
3888
|
+
* @public
|
|
3889
|
+
*/
|
|
3890
|
+
Destinations?: string[] | undefined;
|
|
3891
|
+
/**
|
|
3892
|
+
* <p>The raw email message itself. The message has to meet the following criteria:</p>
|
|
3893
|
+
* <ul>
|
|
3894
|
+
* <li>
|
|
3895
|
+
* <p>The message has to contain a header and a body, separated by a blank
|
|
3896
|
+
* line.</p>
|
|
3897
|
+
* </li>
|
|
3898
|
+
* <li>
|
|
3899
|
+
* <p>All of the required header fields must be present in the message.</p>
|
|
3900
|
+
* </li>
|
|
3901
|
+
* <li>
|
|
3902
|
+
* <p>Each part of a multipart MIME message must be formatted properly.</p>
|
|
3903
|
+
* </li>
|
|
3904
|
+
* <li>
|
|
3905
|
+
* <p>Attachments must be of a content type that Amazon SES supports. For a list on
|
|
3906
|
+
* unsupported content types, see <a href="https://docs.aws.amazon.com/ses/latest/dg/mime-types.html">Unsupported Attachment Types</a> in
|
|
3907
|
+
* the <i>Amazon SES Developer Guide</i>.</p>
|
|
3908
|
+
* </li>
|
|
3909
|
+
* <li>
|
|
3910
|
+
* <p>The entire message must be base64-encoded.</p>
|
|
3911
|
+
* </li>
|
|
3912
|
+
* <li>
|
|
3913
|
+
* <p>If any of the MIME parts in your message contain content that is outside of
|
|
3914
|
+
* the 7-bit ASCII character range, we highly recommend that you encode that
|
|
3915
|
+
* content. For more information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending Raw
|
|
3916
|
+
* Email</a> in the <i>Amazon SES Developer Guide</i>.</p>
|
|
3917
|
+
* </li>
|
|
3918
|
+
* <li>
|
|
3919
|
+
* <p>Per <a href="https://tools.ietf.org/html/rfc5321#section-4.5.3.1.6">RFC
|
|
3920
|
+
* 5321</a>, the maximum length of each line of text, including the
|
|
3921
|
+
* <CRLF>, must not exceed 1,000 characters.</p>
|
|
3922
|
+
* </li>
|
|
3923
|
+
* </ul>
|
|
3924
|
+
* @public
|
|
3925
|
+
*/
|
|
3926
|
+
RawMessage: RawMessage | undefined;
|
|
3927
|
+
/**
|
|
3928
|
+
* <p>This parameter is used only for sending authorization. It is the ARN of the identity
|
|
3929
|
+
* that is associated with the sending authorization policy that permits you to specify a
|
|
3930
|
+
* particular "From" address in the header of the raw email.</p>
|
|
3931
|
+
* <p>Instead of using this parameter, you can use the X-header <code>X-SES-FROM-ARN</code>
|
|
3932
|
+
* in the raw message of the email. If you use both the <code>FromArn</code> parameter and
|
|
3933
|
+
* the corresponding X-header, Amazon SES uses the value of the <code>FromArn</code>
|
|
3934
|
+
* parameter.</p>
|
|
3935
|
+
* <note>
|
|
3936
|
+
* <p>For information about when to use this parameter, see the description of
|
|
3937
|
+
* <code>SendRawEmail</code> in this guide, or see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization-delegate-sender-tasks-email.html">Amazon SES
|
|
3938
|
+
* Developer Guide</a>.</p>
|
|
3939
|
+
* </note>
|
|
3940
|
+
* @public
|
|
3941
|
+
*/
|
|
3942
|
+
FromArn?: string | undefined;
|
|
3943
|
+
/**
|
|
3944
|
+
* <p>This parameter is used only for sending authorization. It is the ARN of the identity
|
|
3945
|
+
* that is associated with the sending authorization policy that permits you to send for
|
|
3946
|
+
* the email address specified in the <code>Source</code> parameter.</p>
|
|
3947
|
+
* <p>For example, if the owner of <code>example.com</code> (which has ARN
|
|
3948
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
|
|
3949
|
+
* policy to it that authorizes you to send from <code>user@example.com</code>, then you
|
|
3950
|
+
* would specify the <code>SourceArn</code> to be
|
|
3951
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
|
|
3952
|
+
* <code>Source</code> to be <code>user@example.com</code>.</p>
|
|
3953
|
+
* <p>Instead of using this parameter, you can use the X-header
|
|
3954
|
+
* <code>X-SES-SOURCE-ARN</code> in the raw message of the email. If you use both the
|
|
3955
|
+
* <code>SourceArn</code> parameter and the corresponding X-header, Amazon SES uses the
|
|
3956
|
+
* value of the <code>SourceArn</code> parameter.</p>
|
|
3957
|
+
* <note>
|
|
3958
|
+
* <p>For information about when to use this parameter, see the description of
|
|
3959
|
+
* <code>SendRawEmail</code> in this guide, or see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization-delegate-sender-tasks-email.html">Amazon SES
|
|
3960
|
+
* Developer Guide</a>.</p>
|
|
3961
|
+
* </note>
|
|
3962
|
+
* @public
|
|
3963
|
+
*/
|
|
3964
|
+
SourceArn?: string | undefined;
|
|
3965
|
+
/**
|
|
3966
|
+
* <p>This parameter is used only for sending authorization. It is the ARN of the identity
|
|
3967
|
+
* that is associated with the sending authorization policy that permits you to use the
|
|
3968
|
+
* email address specified in the <code>ReturnPath</code> parameter.</p>
|
|
3969
|
+
* <p>For example, if the owner of <code>example.com</code> (which has ARN
|
|
3970
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
|
|
3971
|
+
* policy to it that authorizes you to use <code>feedback@example.com</code>, then you
|
|
3972
|
+
* would specify the <code>ReturnPathArn</code> to be
|
|
3973
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
|
|
3974
|
+
* <code>ReturnPath</code> to be <code>feedback@example.com</code>.</p>
|
|
3975
|
+
* <p>Instead of using this parameter, you can use the X-header
|
|
3976
|
+
* <code>X-SES-RETURN-PATH-ARN</code> in the raw message of the email. If you use both
|
|
3977
|
+
* the <code>ReturnPathArn</code> parameter and the corresponding X-header, Amazon SES uses the
|
|
3978
|
+
* value of the <code>ReturnPathArn</code> parameter.</p>
|
|
3979
|
+
* <note>
|
|
3980
|
+
* <p>For information about when to use this parameter, see the description of
|
|
3981
|
+
* <code>SendRawEmail</code> in this guide, or see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization-delegate-sender-tasks-email.html">Amazon SES
|
|
3982
|
+
* Developer Guide</a>.</p>
|
|
3983
|
+
* </note>
|
|
3984
|
+
* @public
|
|
3985
|
+
*/
|
|
3986
|
+
ReturnPathArn?: string | undefined;
|
|
3987
|
+
/**
|
|
3988
|
+
* <p>A list of tags, in the form of name/value pairs, to apply to an email that you send
|
|
3989
|
+
* using <code>SendRawEmail</code>. Tags correspond to characteristics of the email that
|
|
3990
|
+
* you define, so that you can publish email sending events.</p>
|
|
3991
|
+
* @public
|
|
3992
|
+
*/
|
|
3993
|
+
Tags?: MessageTag[] | undefined;
|
|
3994
|
+
/**
|
|
3995
|
+
* <p>The name of the configuration set to use when you send an email using
|
|
3996
|
+
* <code>SendRawEmail</code>.</p>
|
|
3997
|
+
* @public
|
|
3998
|
+
*/
|
|
3999
|
+
ConfigurationSetName?: string | undefined;
|
|
4000
|
+
}
|
|
4001
|
+
/**
|
|
4002
|
+
* <p>Represents a unique message ID.</p>
|
|
4003
|
+
* @public
|
|
4004
|
+
*/
|
|
4005
|
+
export interface SendRawEmailResponse {
|
|
4006
|
+
/**
|
|
4007
|
+
* <p>The unique message identifier returned from the <code>SendRawEmail</code> action.
|
|
4008
|
+
* </p>
|
|
4009
|
+
* @public
|
|
4010
|
+
*/
|
|
4011
|
+
MessageId: string | undefined;
|
|
4012
|
+
}
|
|
4013
|
+
/**
|
|
4014
|
+
* <p>Represents a request to send a templated email using Amazon SES. For more information, see
|
|
4015
|
+
* the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html">Amazon SES Developer Guide</a>.</p>
|
|
4016
|
+
* @public
|
|
4017
|
+
*/
|
|
4018
|
+
export interface SendTemplatedEmailRequest {
|
|
4019
|
+
/**
|
|
4020
|
+
* <p>The email address that is sending the email. This email address must be either
|
|
4021
|
+
* individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
|
|
4022
|
+
* For information about verifying identities, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html">Amazon SES Developer Guide</a>.</p>
|
|
4023
|
+
* <p>If you are sending on behalf of another user and have been permitted to do so by a
|
|
4024
|
+
* sending authorization policy, then you must also specify the <code>SourceArn</code>
|
|
4025
|
+
* parameter. For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer
|
|
4026
|
+
* Guide</a>.</p>
|
|
4027
|
+
* <note>
|
|
4028
|
+
* <p>Amazon SES does not support the SMTPUTF8 extension, as described in <a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. for this reason, The
|
|
4029
|
+
* email address string must be 7-bit ASCII. If you want to send to or from email
|
|
4030
|
+
* addresses that contain Unicode characters in the domain part of an address, you must
|
|
4031
|
+
* encode the domain using Punycode. Punycode is not permitted in the local part of the
|
|
4032
|
+
* email address (the part before the @ sign) nor in the "friendly from" name. If you
|
|
4033
|
+
* want to use Unicode characters in the "friendly from" name, you must encode the
|
|
4034
|
+
* "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
|
|
4035
|
+
* using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
|
|
4036
|
+
* </note>
|
|
4037
|
+
* @public
|
|
4038
|
+
*/
|
|
4039
|
+
Source: string | undefined;
|
|
4040
|
+
/**
|
|
4041
|
+
* <p>The destination for this email, composed of To:, CC:, and BCC: fields. A Destination
|
|
4042
|
+
* can include up to 50 recipients across these three fields.</p>
|
|
4043
|
+
* @public
|
|
4044
|
+
*/
|
|
4045
|
+
Destination: Destination | undefined;
|
|
4046
|
+
/**
|
|
4047
|
+
* <p>The reply-to email address(es) for the message. If the recipient replies to the
|
|
4048
|
+
* message, each reply-to address receives the reply.</p>
|
|
4049
|
+
* @public
|
|
4050
|
+
*/
|
|
4051
|
+
ReplyToAddresses?: string[] | undefined;
|
|
4052
|
+
/**
|
|
4053
|
+
* <p>The email address that bounces and complaints are forwarded to when feedback
|
|
4054
|
+
* forwarding is enabled. If the message cannot be delivered to the recipient, then an
|
|
4055
|
+
* error message is returned from the recipient's ISP; this message is forwarded to the
|
|
4056
|
+
* email address specified by the <code>ReturnPath</code> parameter. The
|
|
4057
|
+
* <code>ReturnPath</code> parameter is never overwritten. This email address must be
|
|
4058
|
+
* either individually verified with Amazon SES, or from a domain that has been verified with
|
|
4059
|
+
* Amazon SES. </p>
|
|
4060
|
+
* @public
|
|
4061
|
+
*/
|
|
4062
|
+
ReturnPath?: string | undefined;
|
|
4063
|
+
/**
|
|
4064
|
+
* <p>This parameter is used only for sending authorization. It is the ARN of the identity
|
|
4065
|
+
* that is associated with the sending authorization policy that permits you to send for
|
|
4066
|
+
* the email address specified in the <code>Source</code> parameter.</p>
|
|
4067
|
+
* <p>For example, if the owner of <code>example.com</code> (which has ARN
|
|
4068
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
|
|
4069
|
+
* policy to it that authorizes you to send from <code>user@example.com</code>, then you
|
|
4070
|
+
* would specify the <code>SourceArn</code> to be
|
|
4071
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
|
|
4072
|
+
* <code>Source</code> to be <code>user@example.com</code>.</p>
|
|
4073
|
+
* <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
|
|
4074
|
+
* @public
|
|
4075
|
+
*/
|
|
4076
|
+
SourceArn?: string | undefined;
|
|
4077
|
+
/**
|
|
4078
|
+
* <p>This parameter is used only for sending authorization. It is the ARN of the identity
|
|
4079
|
+
* that is associated with the sending authorization policy that permits you to use the
|
|
4080
|
+
* email address specified in the <code>ReturnPath</code> parameter.</p>
|
|
4081
|
+
* <p>For example, if the owner of <code>example.com</code> (which has ARN
|
|
4082
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
|
|
4083
|
+
* policy to it that authorizes you to use <code>feedback@example.com</code>, then you
|
|
4084
|
+
* would specify the <code>ReturnPathArn</code> to be
|
|
4085
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
|
|
4086
|
+
* <code>ReturnPath</code> to be <code>feedback@example.com</code>.</p>
|
|
4087
|
+
* <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
|
|
4088
|
+
* @public
|
|
4089
|
+
*/
|
|
4090
|
+
ReturnPathArn?: string | undefined;
|
|
4091
|
+
/**
|
|
4092
|
+
* <p>A list of tags, in the form of name/value pairs, to apply to an email that you send
|
|
4093
|
+
* using <code>SendTemplatedEmail</code>. Tags correspond to characteristics of the email
|
|
4094
|
+
* that you define, so that you can publish email sending events.</p>
|
|
4095
|
+
* @public
|
|
4096
|
+
*/
|
|
4097
|
+
Tags?: MessageTag[] | undefined;
|
|
4098
|
+
/**
|
|
4099
|
+
* <p>The name of the configuration set to use when you send an email using
|
|
4100
|
+
* <code>SendTemplatedEmail</code>.</p>
|
|
4101
|
+
* @public
|
|
4102
|
+
*/
|
|
4103
|
+
ConfigurationSetName?: string | undefined;
|
|
4104
|
+
/**
|
|
4105
|
+
* <p>The template to use when sending this email.</p>
|
|
4106
|
+
* @public
|
|
4107
|
+
*/
|
|
4108
|
+
Template: string | undefined;
|
|
4109
|
+
/**
|
|
4110
|
+
* <p>The ARN of the template to use when sending this email.</p>
|
|
4111
|
+
* @public
|
|
4112
|
+
*/
|
|
4113
|
+
TemplateArn?: string | undefined;
|
|
4114
|
+
/**
|
|
4115
|
+
* <p>A list of replacement values to apply to the template. This parameter is a JSON
|
|
4116
|
+
* object, typically consisting of key-value pairs in which the keys correspond to
|
|
4117
|
+
* replacement tags in the email template.</p>
|
|
4118
|
+
* @public
|
|
4119
|
+
*/
|
|
4120
|
+
TemplateData: string | undefined;
|
|
4121
|
+
}
|
|
4122
|
+
/**
|
|
4123
|
+
* @public
|
|
4124
|
+
*/
|
|
4125
|
+
export interface SendTemplatedEmailResponse {
|
|
4126
|
+
/**
|
|
4127
|
+
* <p>The unique message identifier returned from the <code>SendTemplatedEmail</code>
|
|
4128
|
+
* action. </p>
|
|
4129
|
+
* @public
|
|
4130
|
+
*/
|
|
4131
|
+
MessageId: string | undefined;
|
|
4132
|
+
}
|
|
4133
|
+
/**
|
|
4134
|
+
* <p>Represents a request to set a receipt rule set as the active receipt rule set. You use
|
|
4135
|
+
* receipt rule sets to receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
|
|
4136
|
+
* Developer Guide</a>.</p>
|
|
4137
|
+
* @public
|
|
4138
|
+
*/
|
|
4139
|
+
export interface SetActiveReceiptRuleSetRequest {
|
|
4140
|
+
/**
|
|
4141
|
+
* <p>The name of the receipt rule set to make active. Setting this value to null disables
|
|
4142
|
+
* all email receiving.</p>
|
|
4143
|
+
* @public
|
|
4144
|
+
*/
|
|
4145
|
+
RuleSetName?: string | undefined;
|
|
4146
|
+
}
|
|
4147
|
+
/**
|
|
4148
|
+
* <p>An empty element returned on a successful request.</p>
|
|
4149
|
+
* @public
|
|
4150
|
+
*/
|
|
4151
|
+
export interface SetActiveReceiptRuleSetResponse {
|
|
4152
|
+
}
|
|
4153
|
+
/**
|
|
4154
|
+
* <p>Represents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For
|
|
4155
|
+
* more information about setting up Easy DKIM, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html">Amazon SES Developer
|
|
4156
|
+
* Guide</a>.</p>
|
|
4157
|
+
* @public
|
|
4158
|
+
*/
|
|
4159
|
+
export interface SetIdentityDkimEnabledRequest {
|
|
4160
|
+
/**
|
|
4161
|
+
* <p>The identity for which DKIM signing should be enabled or disabled.</p>
|
|
4162
|
+
* @public
|
|
4163
|
+
*/
|
|
4164
|
+
Identity: string | undefined;
|
|
4165
|
+
/**
|
|
4166
|
+
* <p>Sets whether DKIM signing is enabled for an identity. Set to <code>true</code> to
|
|
4167
|
+
* enable DKIM signing for this identity; <code>false</code> to disable it. </p>
|
|
4168
|
+
* @public
|
|
4169
|
+
*/
|
|
4170
|
+
DkimEnabled: boolean | undefined;
|
|
4171
|
+
}
|
|
4172
|
+
/**
|
|
4173
|
+
* <p>An empty element returned on a successful request.</p>
|
|
4174
|
+
* @public
|
|
4175
|
+
*/
|
|
4176
|
+
export interface SetIdentityDkimEnabledResponse {
|
|
4177
|
+
}
|
|
4178
|
+
/**
|
|
4179
|
+
* <p>Represents a request to enable or disable whether Amazon SES forwards you bounce and
|
|
4180
|
+
* complaint notifications through email. For information about email feedback forwarding,
|
|
4181
|
+
* see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications-email.html">Amazon SES
|
|
4182
|
+
* Developer Guide</a>.</p>
|
|
4183
|
+
* @public
|
|
4184
|
+
*/
|
|
4185
|
+
export interface SetIdentityFeedbackForwardingEnabledRequest {
|
|
4186
|
+
/**
|
|
4187
|
+
* <p>The identity for which to set bounce and complaint notification forwarding. Examples:
|
|
4188
|
+
* <code>user@example.com</code>, <code>example.com</code>.</p>
|
|
4189
|
+
* @public
|
|
4190
|
+
*/
|
|
4191
|
+
Identity: string | undefined;
|
|
4192
|
+
/**
|
|
4193
|
+
* <p>Sets whether Amazon SES forwards bounce and complaint notifications as email.
|
|
4194
|
+
* <code>true</code> specifies that Amazon SES forwards bounce and complaint notifications
|
|
4195
|
+
* as email, in addition to any Amazon SNS topic publishing otherwise specified.
|
|
4196
|
+
* <code>false</code> specifies that Amazon SES publishes bounce and complaint notifications
|
|
4197
|
+
* only through Amazon SNS. This value can only be set to <code>false</code> when Amazon SNS topics
|
|
4198
|
+
* are set for both <code>Bounce</code> and <code>Complaint</code> notification
|
|
4199
|
+
* types.</p>
|
|
4200
|
+
* @public
|
|
4201
|
+
*/
|
|
4202
|
+
ForwardingEnabled: boolean | undefined;
|
|
4203
|
+
}
|
|
4204
|
+
/**
|
|
4205
|
+
* <p>An empty element returned on a successful request.</p>
|
|
4206
|
+
* @public
|
|
4207
|
+
*/
|
|
4208
|
+
export interface SetIdentityFeedbackForwardingEnabledResponse {
|
|
4209
|
+
}
|
|
4210
|
+
/**
|
|
4211
|
+
* <p>Represents a request to set whether Amazon SES includes the original email headers in the
|
|
4212
|
+
* Amazon SNS notifications of a specified type. For information about notifications, see the
|
|
4213
|
+
* <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications-sns.html">Amazon SES
|
|
4214
|
+
* Developer Guide</a>.</p>
|
|
4215
|
+
* @public
|
|
4216
|
+
*/
|
|
4217
|
+
export interface SetIdentityHeadersInNotificationsEnabledRequest {
|
|
4218
|
+
/**
|
|
4219
|
+
* <p>The identity for which to enable or disable headers in notifications. Examples:
|
|
4220
|
+
* <code>user@example.com</code>, <code>example.com</code>.</p>
|
|
4221
|
+
* @public
|
|
4222
|
+
*/
|
|
4223
|
+
Identity: string | undefined;
|
|
4224
|
+
/**
|
|
4225
|
+
* <p>The notification type for which to enable or disable headers in notifications. </p>
|
|
4226
|
+
* @public
|
|
4227
|
+
*/
|
|
4228
|
+
NotificationType: NotificationType | undefined;
|
|
4229
|
+
/**
|
|
4230
|
+
* <p>Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the
|
|
4231
|
+
* specified notification type. A value of <code>true</code> specifies that Amazon SES includes
|
|
4232
|
+
* headers in notifications, and a value of <code>false</code> specifies that Amazon SES does
|
|
4233
|
+
* not include headers in notifications.</p>
|
|
4234
|
+
* <p>This value can only be set when <code>NotificationType</code> is already set to use a
|
|
4235
|
+
* particular Amazon SNS topic.</p>
|
|
4236
|
+
* @public
|
|
4237
|
+
*/
|
|
4238
|
+
Enabled: boolean | undefined;
|
|
4239
|
+
}
|
|
4240
|
+
/**
|
|
4241
|
+
* <p>An empty element returned on a successful request.</p>
|
|
4242
|
+
* @public
|
|
4243
|
+
*/
|
|
4244
|
+
export interface SetIdentityHeadersInNotificationsEnabledResponse {
|
|
4245
|
+
}
|
|
4246
|
+
/**
|
|
4247
|
+
* <p>Represents a request to enable or disable the Amazon SES custom MAIL FROM domain setup for
|
|
4248
|
+
* a verified identity. For information about using a custom MAIL FROM domain, see the
|
|
4249
|
+
* <a href="https://docs.aws.amazon.com/ses/latest/dg/mail-from.html">Amazon SES Developer
|
|
4250
|
+
* Guide</a>.</p>
|
|
4251
|
+
* @public
|
|
4252
|
+
*/
|
|
4253
|
+
export interface SetIdentityMailFromDomainRequest {
|
|
4254
|
+
/**
|
|
4255
|
+
* <p>The verified identity.</p>
|
|
4256
|
+
* @public
|
|
4257
|
+
*/
|
|
4258
|
+
Identity: string | undefined;
|
|
4259
|
+
/**
|
|
4260
|
+
* <p>The custom MAIL FROM domain for the verified identity to use. The MAIL FROM domain
|
|
4261
|
+
* must 1) be a subdomain of the verified identity, 2) not be used in a "From" address if
|
|
4262
|
+
* the MAIL FROM domain is the destination of email feedback forwarding (for more
|
|
4263
|
+
* information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/mail-from.html">Amazon SES Developer Guide</a>), and 3) not be used to receive emails. A value of
|
|
4264
|
+
* <code>null</code> disables the custom MAIL FROM setting for the identity.</p>
|
|
4265
|
+
* @public
|
|
4266
|
+
*/
|
|
4267
|
+
MailFromDomain?: string | undefined;
|
|
4268
|
+
/**
|
|
4269
|
+
* <p>The action for Amazon SES to take if it cannot successfully read the required MX record
|
|
4270
|
+
* when you send an email. If you choose <code>UseDefaultValue</code>, Amazon SES uses
|
|
4271
|
+
* amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose
|
|
4272
|
+
* <code>RejectMessage</code>, Amazon SES returns a <code>MailFromDomainNotVerified</code>
|
|
4273
|
+
* error and not send the email.</p>
|
|
4274
|
+
* <p>The action specified in <code>BehaviorOnMXFailure</code> is taken when the custom MAIL
|
|
4275
|
+
* FROM domain setup is in the <code>Pending</code>, <code>Failed</code>, and
|
|
4276
|
+
* <code>TemporaryFailure</code> states.</p>
|
|
4277
|
+
* @public
|
|
4278
|
+
*/
|
|
4279
|
+
BehaviorOnMXFailure?: BehaviorOnMXFailure | undefined;
|
|
4280
|
+
}
|
|
4281
|
+
/**
|
|
4282
|
+
* <p>An empty element returned on a successful request.</p>
|
|
4283
|
+
* @public
|
|
4284
|
+
*/
|
|
4285
|
+
export interface SetIdentityMailFromDomainResponse {
|
|
4286
|
+
}
|
|
4287
|
+
/**
|
|
4288
|
+
* <p>Represents a request to specify the Amazon SNS topic to which Amazon SES publishes bounce,
|
|
4289
|
+
* complaint, or delivery notifications for emails sent with that identity as the source.
|
|
4290
|
+
* For information about Amazon SES notifications, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications-sns.html">Amazon SES
|
|
4291
|
+
* Developer Guide</a>.</p>
|
|
4292
|
+
* @public
|
|
4293
|
+
*/
|
|
4294
|
+
export interface SetIdentityNotificationTopicRequest {
|
|
4295
|
+
/**
|
|
4296
|
+
* <p>The identity (email address or domain) for the Amazon SNS topic.</p>
|
|
4297
|
+
* <important>
|
|
4298
|
+
* <p>You can only specify a verified identity for this parameter.</p>
|
|
4299
|
+
* </important>
|
|
4300
|
+
* <p>You can specify an identity by using its name or by using its Amazon Resource Name
|
|
4301
|
+
* (ARN). The following examples are all valid identities: <code>sender@example.com</code>,
|
|
4302
|
+
* <code>example.com</code>,
|
|
4303
|
+
* <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
|
|
4304
|
+
* @public
|
|
4305
|
+
*/
|
|
4306
|
+
Identity: string | undefined;
|
|
4307
|
+
/**
|
|
4308
|
+
* <p>The type of notifications that are published to the specified Amazon SNS topic.</p>
|
|
4309
|
+
* @public
|
|
4310
|
+
*/
|
|
4311
|
+
NotificationType: NotificationType | undefined;
|
|
4312
|
+
/**
|
|
4313
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from
|
|
4314
|
+
* the request or a null value is passed, <code>SnsTopic</code> is cleared and publishing
|
|
4315
|
+
* is disabled.</p>
|
|
4316
|
+
* @public
|
|
4317
|
+
*/
|
|
4318
|
+
SnsTopic?: string | undefined;
|
|
4319
|
+
}
|
|
4320
|
+
/**
|
|
4321
|
+
* <p>An empty element returned on a successful request.</p>
|
|
4322
|
+
* @public
|
|
4323
|
+
*/
|
|
4324
|
+
export interface SetIdentityNotificationTopicResponse {
|
|
4325
|
+
}
|
|
4326
|
+
/**
|
|
4327
|
+
* <p>Represents a request to set the position of a receipt rule in a receipt rule set. You
|
|
4328
|
+
* use receipt rule sets to receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
|
|
4329
|
+
* Developer Guide</a>.</p>
|
|
4330
|
+
* @public
|
|
4331
|
+
*/
|
|
4332
|
+
export interface SetReceiptRulePositionRequest {
|
|
4333
|
+
/**
|
|
4334
|
+
* <p>The name of the receipt rule set that contains the receipt rule to reposition.</p>
|
|
4335
|
+
* @public
|
|
4336
|
+
*/
|
|
4337
|
+
RuleSetName: string | undefined;
|
|
4338
|
+
/**
|
|
4339
|
+
* <p>The name of the receipt rule to reposition.</p>
|
|
4340
|
+
* @public
|
|
4341
|
+
*/
|
|
4342
|
+
RuleName: string | undefined;
|
|
4343
|
+
/**
|
|
4344
|
+
* <p>The name of the receipt rule after which to place the specified receipt rule.</p>
|
|
4345
|
+
* @public
|
|
4346
|
+
*/
|
|
4347
|
+
After?: string | undefined;
|
|
4348
|
+
}
|
|
4349
|
+
/**
|
|
4350
|
+
* <p>An empty element returned on a successful request.</p>
|
|
4351
|
+
* @public
|
|
4352
|
+
*/
|
|
4353
|
+
export interface SetReceiptRulePositionResponse {
|
|
4354
|
+
}
|
|
4355
|
+
/**
|
|
4356
|
+
* @public
|
|
4357
|
+
*/
|
|
4358
|
+
export interface TestRenderTemplateRequest {
|
|
4359
|
+
/**
|
|
4360
|
+
* <p>The name of the template to render.</p>
|
|
4361
|
+
* @public
|
|
4362
|
+
*/
|
|
4363
|
+
TemplateName: string | undefined;
|
|
4364
|
+
/**
|
|
4365
|
+
* <p>A list of replacement values to apply to the template. This parameter is a JSON
|
|
4366
|
+
* object, typically consisting of key-value pairs in which the keys correspond to
|
|
4367
|
+
* replacement tags in the email template.</p>
|
|
4368
|
+
* @public
|
|
4369
|
+
*/
|
|
4370
|
+
TemplateData: string | undefined;
|
|
4371
|
+
}
|
|
4372
|
+
/**
|
|
4373
|
+
* @public
|
|
4374
|
+
*/
|
|
4375
|
+
export interface TestRenderTemplateResponse {
|
|
4376
|
+
/**
|
|
4377
|
+
* <p>The complete MIME message rendered by applying the data in the TemplateData parameter
|
|
4378
|
+
* to the template specified in the TemplateName parameter.</p>
|
|
4379
|
+
* @public
|
|
4380
|
+
*/
|
|
4381
|
+
RenderedTemplate?: string | undefined;
|
|
4382
|
+
}
|
|
4383
|
+
/**
|
|
4384
|
+
* <p>Represents a request to enable or disable the email sending capabilities for your
|
|
4385
|
+
* entire Amazon SES account.</p>
|
|
4386
|
+
* @public
|
|
4387
|
+
*/
|
|
4388
|
+
export interface UpdateAccountSendingEnabledRequest {
|
|
4389
|
+
/**
|
|
4390
|
+
* <p>Describes whether email sending is enabled or disabled for your Amazon SES account in the
|
|
4391
|
+
* current Amazon Web Services Region.</p>
|
|
4392
|
+
* @public
|
|
4393
|
+
*/
|
|
4394
|
+
Enabled?: boolean | undefined;
|
|
4395
|
+
}
|
|
4396
|
+
/**
|
|
4397
|
+
* <p>Represents a request to update the event destination of a configuration set.
|
|
4398
|
+
* Configuration sets enable you to publish email sending events. For information about
|
|
4399
|
+
* using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
|
|
4400
|
+
* Guide</a>.</p>
|
|
4401
|
+
* @public
|
|
4402
|
+
*/
|
|
4403
|
+
export interface UpdateConfigurationSetEventDestinationRequest {
|
|
4404
|
+
/**
|
|
4405
|
+
* <p>The name of the configuration set that contains the event destination.</p>
|
|
4406
|
+
* @public
|
|
4407
|
+
*/
|
|
4408
|
+
ConfigurationSetName: string | undefined;
|
|
4409
|
+
/**
|
|
4410
|
+
* <p>The event destination object.</p>
|
|
4411
|
+
* @public
|
|
4412
|
+
*/
|
|
4413
|
+
EventDestination: EventDestination | undefined;
|
|
4414
|
+
}
|
|
4415
|
+
/**
|
|
4416
|
+
* <p>An empty element returned on a successful request.</p>
|
|
4417
|
+
* @public
|
|
4418
|
+
*/
|
|
4419
|
+
export interface UpdateConfigurationSetEventDestinationResponse {
|
|
4420
|
+
}
|
|
4421
|
+
/**
|
|
4422
|
+
* <p>Represents a request to modify the reputation metric publishing settings for a
|
|
4423
|
+
* configuration set.</p>
|
|
4424
|
+
* @public
|
|
4425
|
+
*/
|
|
4426
|
+
export interface UpdateConfigurationSetReputationMetricsEnabledRequest {
|
|
4427
|
+
/**
|
|
4428
|
+
* <p>The name of the configuration set to update.</p>
|
|
4429
|
+
* @public
|
|
4430
|
+
*/
|
|
4431
|
+
ConfigurationSetName: string | undefined;
|
|
4432
|
+
/**
|
|
4433
|
+
* <p>Describes whether or not Amazon SES publishes reputation metrics for the configuration set,
|
|
4434
|
+
* such as bounce and complaint rates, to Amazon CloudWatch.</p>
|
|
4435
|
+
* @public
|
|
4436
|
+
*/
|
|
4437
|
+
Enabled: boolean | undefined;
|
|
4438
|
+
}
|
|
4439
|
+
/**
|
|
4440
|
+
* <p>Represents a request to enable or disable the email sending capabilities for a
|
|
4441
|
+
* specific configuration set.</p>
|
|
4442
|
+
* @public
|
|
4443
|
+
*/
|
|
4444
|
+
export interface UpdateConfigurationSetSendingEnabledRequest {
|
|
4445
|
+
/**
|
|
4446
|
+
* <p>The name of the configuration set to update.</p>
|
|
4447
|
+
* @public
|
|
4448
|
+
*/
|
|
4449
|
+
ConfigurationSetName: string | undefined;
|
|
4450
|
+
/**
|
|
4451
|
+
* <p>Describes whether email sending is enabled or disabled for the configuration set.
|
|
4452
|
+
* </p>
|
|
4453
|
+
* @public
|
|
4454
|
+
*/
|
|
4455
|
+
Enabled: boolean | undefined;
|
|
4456
|
+
}
|
|
4457
|
+
/**
|
|
4458
|
+
* <p>Represents a request to update the tracking options for a configuration set. </p>
|
|
4459
|
+
* @public
|
|
4460
|
+
*/
|
|
4461
|
+
export interface UpdateConfigurationSetTrackingOptionsRequest {
|
|
4462
|
+
/**
|
|
4463
|
+
* <p>The name of the configuration set.</p>
|
|
4464
|
+
* @public
|
|
4465
|
+
*/
|
|
4466
|
+
ConfigurationSetName: string | undefined;
|
|
4467
|
+
/**
|
|
4468
|
+
* <p>A domain that is used to redirect email recipients to an Amazon SES-operated domain. This
|
|
4469
|
+
* domain captures open and click events generated by Amazon SES emails.</p>
|
|
4470
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html">Configuring Custom
|
|
4471
|
+
* Domains to Handle Open and Click Tracking</a> in the <i>Amazon SES Developer
|
|
4472
|
+
* Guide</i>.</p>
|
|
4473
|
+
* @public
|
|
4474
|
+
*/
|
|
4475
|
+
TrackingOptions: TrackingOptions | undefined;
|
|
4476
|
+
}
|
|
4477
|
+
/**
|
|
4478
|
+
* <p>An empty element returned on a successful request.</p>
|
|
4479
|
+
* @public
|
|
4480
|
+
*/
|
|
4481
|
+
export interface UpdateConfigurationSetTrackingOptionsResponse {
|
|
4482
|
+
}
|
|
4483
|
+
/**
|
|
4484
|
+
* <p>Represents a request to update an existing custom verification email template.</p>
|
|
4485
|
+
* @public
|
|
4486
|
+
*/
|
|
4487
|
+
export interface UpdateCustomVerificationEmailTemplateRequest {
|
|
4488
|
+
/**
|
|
4489
|
+
* <p>The name of the custom verification email template to update.</p>
|
|
4490
|
+
* @public
|
|
4491
|
+
*/
|
|
4492
|
+
TemplateName: string | undefined;
|
|
4493
|
+
/**
|
|
4494
|
+
* <p>The email address that the custom verification email is sent from.</p>
|
|
4495
|
+
* @public
|
|
4496
|
+
*/
|
|
4497
|
+
FromEmailAddress?: string | undefined;
|
|
4498
|
+
/**
|
|
4499
|
+
* <p>The subject line of the custom verification email.</p>
|
|
4500
|
+
* @public
|
|
4501
|
+
*/
|
|
4502
|
+
TemplateSubject?: string | undefined;
|
|
4503
|
+
/**
|
|
4504
|
+
* <p>The content of the custom verification email. The total size of the email must be less
|
|
4505
|
+
* than 10 MB. The message body may contain HTML, with some limitations. For more
|
|
4506
|
+
* information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Custom
|
|
4507
|
+
* Verification Email Frequently Asked Questions</a> in the <i>Amazon SES
|
|
4508
|
+
* Developer Guide</i>.</p>
|
|
4509
|
+
* @public
|
|
4510
|
+
*/
|
|
4511
|
+
TemplateContent?: string | undefined;
|
|
4512
|
+
/**
|
|
4513
|
+
* <p>The URL that the recipient of the verification email is sent to if his or her address
|
|
4514
|
+
* is successfully verified.</p>
|
|
4515
|
+
* @public
|
|
4516
|
+
*/
|
|
4517
|
+
SuccessRedirectionURL?: string | undefined;
|
|
4518
|
+
/**
|
|
4519
|
+
* <p>The URL that the recipient of the verification email is sent to if his or her address
|
|
4520
|
+
* is not successfully verified.</p>
|
|
4521
|
+
* @public
|
|
4522
|
+
*/
|
|
4523
|
+
FailureRedirectionURL?: string | undefined;
|
|
4524
|
+
}
|
|
4525
|
+
/**
|
|
4526
|
+
* <p>Represents a request to update a receipt rule. You use receipt rules to receive email
|
|
4527
|
+
* with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
|
|
4528
|
+
* Guide</a>.</p>
|
|
4529
|
+
* @public
|
|
4530
|
+
*/
|
|
4531
|
+
export interface UpdateReceiptRuleRequest {
|
|
4532
|
+
/**
|
|
4533
|
+
* <p>The name of the receipt rule set that the receipt rule belongs to.</p>
|
|
4534
|
+
* @public
|
|
4535
|
+
*/
|
|
4536
|
+
RuleSetName: string | undefined;
|
|
4537
|
+
/**
|
|
4538
|
+
* <p>A data structure that contains the updated receipt rule information.</p>
|
|
4539
|
+
* @public
|
|
4540
|
+
*/
|
|
4541
|
+
Rule: ReceiptRule | undefined;
|
|
4542
|
+
}
|
|
4543
|
+
/**
|
|
4544
|
+
* <p>An empty element returned on a successful request.</p>
|
|
4545
|
+
* @public
|
|
4546
|
+
*/
|
|
4547
|
+
export interface UpdateReceiptRuleResponse {
|
|
4548
|
+
}
|
|
4549
|
+
/**
|
|
4550
|
+
* @public
|
|
4551
|
+
*/
|
|
4552
|
+
export interface UpdateTemplateRequest {
|
|
4553
|
+
/**
|
|
4554
|
+
* <p>The content of the email, composed of a subject line and either an HTML part or a
|
|
4555
|
+
* text-only part.</p>
|
|
4556
|
+
* @public
|
|
4557
|
+
*/
|
|
4558
|
+
Template: Template | undefined;
|
|
4559
|
+
}
|
|
4560
|
+
/**
|
|
4561
|
+
* @public
|
|
4562
|
+
*/
|
|
4563
|
+
export interface UpdateTemplateResponse {
|
|
4564
|
+
}
|
|
4565
|
+
/**
|
|
4566
|
+
* <p>Represents a request to generate the CNAME records needed to set up Easy DKIM with
|
|
4567
|
+
* Amazon SES. For more information about setting up Easy DKIM, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html">Amazon SES Developer Guide</a>.</p>
|
|
4568
|
+
* @public
|
|
4569
|
+
*/
|
|
4570
|
+
export interface VerifyDomainDkimRequest {
|
|
4571
|
+
/**
|
|
4572
|
+
* <p>The name of the domain to be verified for Easy DKIM signing.</p>
|
|
4573
|
+
* @public
|
|
4574
|
+
*/
|
|
4575
|
+
Domain: string | undefined;
|
|
4576
|
+
}
|
|
4577
|
+
/**
|
|
4578
|
+
* <p>Returns CNAME records that you must publish to the DNS server of your domain to set up
|
|
4579
|
+
* Easy DKIM with Amazon SES.</p>
|
|
4580
|
+
* @public
|
|
4581
|
+
*/
|
|
4582
|
+
export interface VerifyDomainDkimResponse {
|
|
4583
|
+
/**
|
|
4584
|
+
* <p>A set of character strings that represent the domain's identity. If the identity is an
|
|
4585
|
+
* email address, the tokens represent the domain of that address.</p>
|
|
4586
|
+
* <p>Using these tokens, you need to create DNS CNAME records that point to DKIM public
|
|
4587
|
+
* keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS
|
|
4588
|
+
* records. This detection process might take up to 72 hours. After successful detection,
|
|
4589
|
+
* Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to
|
|
4590
|
+
* domain identities, not email address identities.)</p>
|
|
4591
|
+
* <p>For more information about creating DNS records using DKIM tokens, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html">Amazon SES Developer Guide</a>.</p>
|
|
4592
|
+
* @public
|
|
4593
|
+
*/
|
|
4594
|
+
DkimTokens: string[] | undefined;
|
|
4595
|
+
}
|
|
4596
|
+
/**
|
|
4597
|
+
* <p>Represents a request to begin Amazon SES domain verification and to generate the TXT
|
|
4598
|
+
* records that you must publish to the DNS server of your domain to complete the
|
|
4599
|
+
* verification. For information about domain verification, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#verify-domain-procedure">Amazon SES Developer
|
|
4600
|
+
* Guide</a>.</p>
|
|
4601
|
+
* @public
|
|
4602
|
+
*/
|
|
4603
|
+
export interface VerifyDomainIdentityRequest {
|
|
4604
|
+
/**
|
|
4605
|
+
* <p>The domain to be verified.</p>
|
|
4606
|
+
* @public
|
|
4607
|
+
*/
|
|
4608
|
+
Domain: string | undefined;
|
|
4609
|
+
}
|
|
4610
|
+
/**
|
|
4611
|
+
* <p>Returns a TXT record that you must publish to the DNS server of your domain to
|
|
4612
|
+
* complete domain verification with Amazon SES.</p>
|
|
4613
|
+
* @public
|
|
4614
|
+
*/
|
|
4615
|
+
export interface VerifyDomainIdentityResponse {
|
|
4616
|
+
/**
|
|
4617
|
+
* <p>A TXT record that you must place in the DNS settings of the domain to complete domain
|
|
4618
|
+
* verification with Amazon SES.</p>
|
|
4619
|
+
* <p>As Amazon SES searches for the TXT record, the domain's verification status is "Pending".
|
|
4620
|
+
* When Amazon SES detects the record, the domain's verification status changes to "Success". If
|
|
4621
|
+
* Amazon SES is unable to detect the record within 72 hours, the domain's verification status
|
|
4622
|
+
* changes to "Failed." In that case, to verify the domain, you must restart the
|
|
4623
|
+
* verification process from the beginning. The domain's verification status also changes
|
|
4624
|
+
* to "Success" when it is DKIM verified.</p>
|
|
4625
|
+
* @public
|
|
4626
|
+
*/
|
|
4627
|
+
VerificationToken: string | undefined;
|
|
4628
|
+
}
|
|
4629
|
+
/**
|
|
4630
|
+
* <p>Represents a request to begin email address verification with Amazon SES. For information
|
|
4631
|
+
* about email address verification, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#verify-email-addresses-procedure">Amazon SES
|
|
4632
|
+
* Developer Guide</a>.</p>
|
|
4633
|
+
* @public
|
|
4634
|
+
*/
|
|
4635
|
+
export interface VerifyEmailAddressRequest {
|
|
4636
|
+
/**
|
|
4637
|
+
* <p>The email address to be verified.</p>
|
|
4638
|
+
* @public
|
|
4639
|
+
*/
|
|
4640
|
+
EmailAddress: string | undefined;
|
|
4641
|
+
}
|
|
4642
|
+
/**
|
|
4643
|
+
* <p>Represents a request to begin email address verification with Amazon SES. For information
|
|
4644
|
+
* about email address verification, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#verify-email-addresses-procedure">Amazon SES
|
|
4645
|
+
* Developer Guide</a>.</p>
|
|
4646
|
+
* @public
|
|
4647
|
+
*/
|
|
4648
|
+
export interface VerifyEmailIdentityRequest {
|
|
4649
|
+
/**
|
|
4650
|
+
* <p>The email address to be verified.</p>
|
|
4651
|
+
* @public
|
|
4652
|
+
*/
|
|
4653
|
+
EmailAddress: string | undefined;
|
|
4654
|
+
}
|
|
4655
|
+
/**
|
|
4656
|
+
* <p>An empty element returned on a successful request.</p>
|
|
4657
|
+
* @public
|
|
4658
|
+
*/
|
|
4659
|
+
export interface VerifyEmailIdentityResponse {
|
|
4660
|
+
}
|